/* ---- Scrollbar ---- */
::-webkit-scrollbar {
    height: 10px;
    overflow: visible;
    width: 16px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    border: solid rgba(0, 0, 0, 0);
    border-width: 1px 1px 1px 6px;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}
::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid rgba(0, 0, 0, 0);
    border-width: 0 0 0 4px;
}
::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
}
/* ---  END SCROLLBAR --- */

html,body {
    width: 100%;
    height: 100%;    
}

/* --------------------- Sticky footer styles ---------------- */

html,body {
    height: 100%;
}

#wrap {                
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px;
    padding: 0 0 30px;
}

#footer {
    height: 30px;
    background-color: #f5f5f5;
    position: relative;
    z-index: 0;
}            
.container .credit {
    margin-top: 5px;
}

#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}
/* ------------ END Sticky Footer --------------- */






/* Navbar*/
#mainnavbar.navbar {
    background: #3B71D8 !important; 
}
#navMenu>li>a {
    color: #333;
}
#navMenu>.dropdown>a .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.nav-pic{
    padding: 5px !important;
    border: none;
    outline: none;
}

/* Collapse Icon*/
[data-toggle="collapse"].collapsed > span.collapse:before{
    content: "\e114";
} 
[data-toggle="collapse"]:not(.collapsed) > span.collapse:before{
    content: "\e113";
}

/* NAV SUB MENU */
.nav.nested>li>ul>li{
    padding-left: 15px;
}

/*checkbox inline*/
.checkbox-right input[type="checkbox"]{
    float: right;
    margin-right: -20px;
}

/* Loading */
#ajaxLoading{
    position: absolute;
    bottom: 6px;
    z-index: 1;
    left: 50%;
    right: 50%;
}

/* Table Sorter */
/*th.tablesorter-headerAsc:before,  th.tablesorter-headerUnSorted:before {
    content: ' ';
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-bottom-color: #555;
    float: right;
}
th.tablesorter-headerDesc:after,  th.tablesorter-headerUnSorted:after {
    content: ' ';
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-top-color: #555;
    float: right;
    margin-top: -8px;
}
th.tablesorter-headerUnSorted:before{
    border-bottom-color: #888;
}
th.tablesorter-headerUnSorted:after {
    border-top-color: #888;
}*/

/* alertContainer */
#alertContainer {
    margin-top: 5px;
    width: 80%;
    pointer-events: none;
}
#alertContainer>div {
    padding:0;
}
#alertContainer .alert {
    padding: 7px;
}
#alertContainer .close {
    font-size: 16px;
    pointer-events: auto;
}


/* NEW BOOTSTRAP*/
@media (min-width: 768px){
    .modal-sm {
        width: 275px;
    }
}

/*Added*/
@media (max-width:991px) {
    .hidden-md-full {
        display:none!important;
    }
}
@media (max-width:767px) {
    .visible-xs-inline {
        display:inline!important;
        visibility:visible!important;
    }
}

.ellipsis {
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

/*
@media print {
    img {
        max-width: none !important;
    }
}
*/

* {
    -webkit-print-color-adjust: exact;
}


@media print {
	#userMenu {
		display:none;
	}
}

.cluster-labels > div{
    color: #FFF;
    text-align: center;
    width: 120px;
    margin-left: -60px;
    font-size: 10px;
    background-color: #0644BB;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: .5px;
    /*padding: 3px;*/
}
.cluster-labels > div > b {
    color: #F0F81F;
}