/* GLOBAL STYLES
-------------------------------------------------- */

a {
    cursor: pointer;
}
.separator {
    display: block;
    height: 20px;
}
.sect-title {
    color: #2C3E50;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.sect-subtitle {
    margin-bottom: 15px;
    padding-bottom: 0;
}
.p-label {
    margin: 0;
    padding: 0;
    font-weight: bold;
    margin-bottom: 5px;
}
#login-error {
    display: none;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 11px;
    text-align: center;
    background: #d54635;
    color: #fff;   
    border-radius: 4px;
    box-shadow: 0 0 2px #111;
}
.path-block {
    margin-left: 30px;
}
.ajaxLoader {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url('../image/ajax-loader.gif') no-repeat;
}
.inputLoader {
    float: right;
    margin-left: 5px;
}
.i-help {
    margin-top: 2px;
    margin-left: -32px;
    cursor: pointer;
}
.navbar-logo {
    float: left;
    margin-left: -10px;
    margin-right: 2px;
    margin-top: 2px;
}
.nav-counter {
    color: #999;
    padding-left: 20px;
}

/* HTML ALERTS
-------------------------------------------------- */
.bs-callout {
    -moz-border-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 0 0 40px 0;
    padding: 20px 20px 30px;
}
.bs-callout h3 {
    margin-bottom: 12px;
    margin-top: 0;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h3, .bs-callout-danger h2 {
    color: #d9534f;
    margin-bottom: 20px;
}
.bs-callout-info {
    border-left-color: #325d88;
}
.bs-callout-info h3, .bs-callout-info h2 {
    color: #325d88;
    margin-bottom: 20px;
}

/* ICONS
-------------------------------------------------- */
.iico {
    display: inline-block;
    position: relative;
}
.iico16 {
    height: 16px;
    width: 16px;
    margin-right: 4px;
    top: 2px;
}
.iico24 {
    height: 24px;
    width: 24px;
    margin-right: 4px;
    top: 6px;
}
.iico36 {
    height: 36px;
    width: 36px;
    margin-right: 3px;
    top: 10px;
}
.iico-root {
    background-image: url('../image/icons/web_folder.png');
    background-repeat: no-repeat;
}
.iico-panel {
    background-image: url('../image/icons/panel.png');
    background-repeat: no-repeat;
}
.iico-folder {
    background-image: url('../image/icons/folder.png');
    background-repeat: no-repeat;
}
.iico-unk {
    background-image: url('../image/icons/unknown.png');
    background-repeat: no-repeat;
}
.iico-xls {
    background-image: url('../image/icons/excel.png');
    background-repeat: no-repeat;
}
.iico-xls-min {
    background-image: url('../image/icons/excel_m.png');
    background-repeat: no-repeat;
}
.iico-doc {
    background-image: url('../image/icons/word.png');
    background-repeat: no-repeat;
}
.iico-doc-min {
    background-image: url('../image/icons/word_m.png');
    background-repeat: no-repeat;
}
.iico-ppt {
    background-image: url('../image/icons/powerpoint.png');
    background-repeat: no-repeat;
}
.iico-pdf-min {
    background-image: url("../image/icons/reader_m.png");
    background-repeat: no-repeat;
}
.iico-pdf {
    background-image: url('../image/icons/reader.png');
    background-repeat: no-repeat;
}
.iico-img {
    background-image: url('../image/icons/image.png');
    background-repeat: no-repeat;
}
.iico-vid {
    background-image: url('../image/icons/video.png');
    background-repeat: no-repeat;
}
.iico-rar {
    background-image: url('../image/icons/rar.png');
    background-repeat: no-repeat;
}
.iico-user-add {
    background-image: url('../image/icons/user_add.png');
    background-repeat: no-repeat;
}
.iico-user-view {
    background-image: url('../image/icons/user_view.png');
    background-repeat: no-repeat;
}
.iico-group-add {
    background-image: url('../image/icons/group_add.png');
    background-repeat: no-repeat;
}
.iico-group-view {
    background-image: url('../image/icons/group_view.png');
    background-repeat: no-repeat;
}
.iico-category-add {
    background-image: url('../image/icons/category_add.png');
    background-repeat: no-repeat;
}

/* BACK TO TOP
-------------------------------------------------- */
.scrollToTop {
    width: 56px;
    height: 75px;
    padding-top: 40px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    position: fixed;
    top: 59px;
    right: 8px;
    display: none;
    background: #222;
    background-image: url('../image/icons/go_top.png');
    background-repeat: no-repeat;
    background-position: 50% 5px;
    opacity: .5;
    transition: opacity 0.2s ease 0s;
    border-radius: 2px;
    
}
.scrollToTop:hover {
    cursor: pointer;
    color: white;
    opacity: .8;
}

/* TABLES
-------------------------------------------------- */
.td-div {
    clear: both;
    width: 100%;
    padding: 5px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #dadada;
    font-size: 11px;
}
.td-div-t, .td-div-tcomm {
    min-height: 18px;
    margin: 0;
    padding: 0;
    float: left;
    width: 150px;
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
}
.td-div-tcomm {
    font-weight: normal;
    min-height: 30px;
    width: 200px;
}
.td-div-i, .td-div-icomm {
    min-height: 18px;
    margin: 0;
    padding: 0;
    margin-left: 150px;
}
.td-div-icomm {
    min-height: 30px;
    margin-left: 200px;
    padding-bottom: 5px;
}
.first-tdiv {
    margin-top: 6px;
}
.inner-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
}
.td-table {
    padding: 0 30px;
}
#proComs {
    margin-bottom: 20px;
}

/* HACKS
-------------------------------------------------- */
.no-border {
    border: 0;
}
.no-bottom {
    border-bottom: 0;
}
.no-left {
    border-left: 0;
}
.no-right {
    border-right: 0;
}
.no-top {
    border-top: 0;
}
.no-m {
    margin: 0;
}
.no-mr {
    margin-right: 0;
}
.no-mb {
    margin-bottom: 0;
}
.no-ml {
    margin-left: 0;
}
.no-mt {
    margin-top: 0;
}
.round-top {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
.round-bottom {
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.pointer {
    cursor: pointer;
}
.c-hidden {
    display: none;
}
.t-center {
    text-align: center;
    vertical-align: inherit;
}
.t-right {
    text-align: right;
    vertical-align: inherit;
}
.t-highlight {
    font-size: 13px;
    background: #f1f1f1;
}
.t-bold {
    font-weight: bold;
}
.input-number {
    text-align: right;
}