body, .btn{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}
body{
    background-color: #FFFFFF;
    /*Compensation for fixed position navbar*/
    padding-top:135px; /*navbar min-height:115px, margin-bottom:20px*/
}

.navbar-default .navbar-nav > li > a {padding-left:8px; padding-right:8px;}

ul.form-errors {
    list-style-type:none;
    margin:0;
    padding:0;
    color:#c00;
}

ul.form-errors li {
    display:block;
    margin:0;
    padding:0;
}

legend {
    margin-bottom:0;
}

.form-simple-centered ul.form-errors {
    padding:8px;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    background-color:#fee;
    margin-bottom:10px;
}

.form-simple-centered {
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
}

.form-simple-centered .form-simple-centered-heading {
    margin-bottom: 10px;
}

.form-simple-centered .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-simple-centered .form-control:focus {
    z-index: 2;
}
.form-simple-centered .top {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-simple-centered .bottom {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.jstree-list {
    margin:0;
    padding:0;
}

.header-actions {
    margin-bottom:12px;
    display:inline-block;
}

.blue-bg {
    background:rgba(100,149,237,0.1);
}

.sample-select2 {
    display:block;
    width:100%;
}

.dl-horizontal dt, .dl-horizontal dd {
    margin-bottom:10px;
}

.rate-type-container {display:none;}


.refreshLink, .spinSpan > span{
    transition:all 300ms ease-in-out 0;
}
.refreshLink:hover{
    cursor:pointer;
    transform:rotate(180deg);
    --mox-transform:rotate(180deg);
    --webkit-transform:rotate(180deg);
}

.spinSpan:hover{
    text-decoration: none;
}

.spinSpan:hover > span{
    transform:rotate(235deg);
    --mox-transform:rotate(235deg);
    --webkit-transform:rotate(235deg);
}

.no-spacing{
    margin:0px;
    padding: 0px;
}
.navbar-default{
    background-color:#FFFFFF;
    border:0px;
    min-height:115px;
}
.navbar-brand{
    padding: 15px;
}
.topRow{
    margin-top:75px;
}
.btn-primary{
    background-color:#9f8e62;
    border-color: #867550;
}
.btn-primary:hover{
    background-color:#222222;
    border-color:#111111;
}

.gps_toggle{
    color:#0075b0;
    font-size:11px;
}
.gps_toggle:hover{
    color:#009900;
    text-decoration: none;
}
.badge{
    background-color:#5bc0de;
}

#out-of-office-status {display:block;}

.glyph-trash{
    color:#c12e2a;
    top:5px;
    font-size:18px;
    cursor: pointer;
    margin-right:10px;
}
.glyph-trash:hover{
    color:#2b542c;
}

/* -- File Manager -- */
.attachments-file-manager #file-tree {margin-top:0;}
.attachments-file-manager .attachments-container {margin:10px 0;}
.attachments-file-manager .attachments-container::after {content:"";display:block;clear:both;}
.attachments-file-manager .attachment {
    display:none;
    float:left;
    padding:5px;
    margin:5px 10px 5px 0;
    border:1px solid #ddd;
    box-shadow:0 1px 1px rgba(0,0,0,.05);
    border-radius:5px;
}
.attachments-file-manager .attachment i {
    color: #d2322d;
    vertical-align: text-top;
    padding-left: 5px;
    font-size: 17px;
    cursor:pointer;
}
#file-tree .no-checkbox > i.jstree-checkbox {display:none;}
#file-tree .jstree-anchor.jstree-search {color:#5BC0DE;}
#file-tree .jstree-anchor.jstree-search:hover, #file-tree .jstree-anchor.jstree-search.jstree-clicked {color:#fff;}
#file-uploads {width:100%;}
.alert {display:none;}
.alert span {display:block;}
.btn span, .btn span {vertical-align:-1px;}
#browse, #submit-upload, #new-folder-btn {margin-bottom:20px;}
#browse {width:100%; max-width:265px;}
#filelist {list-style:none;}
.uploading {margin:5px 0;}
.progress {
    height: 7px;
    border-radius: 0;
    margin-top: 3px;
    position: relative;
    overflow: hidden;
    height: 8px;
    background: #eee;
    box-shadow: 0 1px 0 transparent,0 0 0 1px #e3e3e3 inset;
    -webkit-box-shadow: 0 1px 0 transparent,0 0 0 1px #e3e3e3 inset;
    -moz-box-shadow: 0 1px 0 transparent,0 0 0 1px #e3e3e3 inset;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 11px;
    color: #fff;
    text-align: center;
    background-color: #57889c;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    position: absolute;
    overflow: hidden;
    line-height: 20px;
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-image: url('http://192.241.236.31/themes/preview/smartadmin/1.8.x/ajax/img/pattern/overlay-pattern.png');
    background-color:#dff0d8!important;
}
.progress-bar.fail {background-color:#FFCDCC!important;}
#file-tree {width:100%; border:solid 1px #dddddd; padding:5px; border-radius:4px; min-height:20px;}
#fm-drop-zone {width:100%;height:180px;background:#DCDCDE;border:dashed 7px #CBCBCD;position:relative;padding:5px;margin-bottom:10px;}
#fm-drop-zone span {position:absolute;top:50%;transform:translateY(-50%);text-align:center;width:100%;color:#98989A;font-weight:bold;font-size:21px;}
#fm-drop-zone.dz-active {border-color:#5cb85c;}
#current-upload-notice {
    font-weight:normal;
    text-align:right;
    display:inline-block;
    border: solid 1px #f0ad4e;
    border-radius: 4px;
    padding: 5px;
    color: #525252;
    font-size:14px;
    margin-bottom:5px;
}
#current-upload-notice span {font-weight:900;font-size:15px;}
/* -- File Manager [end] -- */

/* -- Request Filters -- */
.request-filters-bar {margin-bottom:10px;position:relative;}
.request-filters-bar .dropdown-toggle span {vertical-align:inherit; }
.request-filters-bar .dropdown-menu {left:50%;right:auto;transform:translate(-50%, 0);}
@media (min-width: 768px) and (max-width: 993px) {
    .request-filters-bar {
        margin-top: 80px;
    }

    .filter-toggle-btn {
        margin-top: 1em;
    }
}

/* -- Request Filters [end] -- */

/* -- Reservations Filters -- */
.filters {
    border:solid 1px #C1C1C1;
    background:#f8f8f8;
    border-left:none;
    border-right:none;
    font-weight:normal;
    margin:10px 0;
}
.filters .filter-toggle-btn {position:absolute;right:9px;top:5px;}
.filters .filter-toggle-btn:active {left:auto!important;}
.filters .filter-crumb-container .filter-crumb {
    font-size: 12px;
    padding: 1px 4px;
    line-height: 22px;
    background: #D4D4D4;
    color: #2F2E2E;
    margin: 6px 6px 6px 0;
    border: 1px solid #A7A7A7;
    display: inline-block;
    border-radius: 3px;
}
.filters .filter-crumb-container .filter-crumb.btn-filter-clear {background: #e3e3e3; color: #333; border-color: #aaa;}
.filters .filter-crumb-container .filter-crumb.btn-filter-clear:hover {background:#f8f8f8;}
.filters .filter-crumb-container .btn-remove-crumb {
    margin: -3px 10px 0 5px;
    font-size: 16px;
    color: #69272F;
    line-height: 18px;
    text-decoration: none!important;
}
.filters .filter-crumb-container .btn-remove-crumb:hover {color:#fff;}
.filter-container {padding:20px;}
/* -- Reservations Filters [end] */

@media (max-width:1200px) {
    #file-uploads {border-bottom:solid 1px #dddddd; margin-bottom:20px;}
}

@media (max-width:992px) {
    .navbar-header > .navbar-brand {height:auto;}
    .request-filters-bar > div {margin-top:10px;}
}

.request {
    margin-bottom: 5px;
    border-bottom: 2px dotted #dddddd;
}

.request .muted {
    color:     #222222;
    font-size: 11px;
}

.pointer {
    cursor:pointer;
}

.ellipsize {
    overflow-x: hidden;
    text-overflow: ellipsis;
}
