

@media testmob
    and (max-width: 768px) {
    .testmob {
        height: 420px !important;
    }
}

.panel-expand .height-100, .panel-expand .height-150, .panel-expand .height-200, .panel-expand .height-250, .panel-expand .height-300, .panel-expand .height-350, .panel-expand .height-400, .panel-expand .height-450, .panel-expand .height-50, .panel-expand .height-500, .panel-expand .height-full, .panel-expand .height-lg, .panel-expand .height-md, .panel-expand .height-sm, .panel-expand .height-xs {
	height: 95% !important;
}

.login.login-with-news-feed .login-header .brand small {
	margin-top: 5px;
}




.navbar-logo i {
    text-shadow: 3px -3px #ffcfcc;
}

.navbar-inverse .navbar-logo i {
    text-shadow: 3px -3px #a6302a;
}

.navbar-nav > li > a .label,
.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:focus,
.sidebar .nav > li.active > a:hover,
.navbar-nav > li > a .user-image.online:before,
.page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a,
.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a,
.page-sidebar-minified .sidebar .nav > li.has-sub.active > a,
.label.label-theme,
.btn.btn-scroll-to-top {
    background: #007aff;
}

.navbar.navbar-inverse .navbar-brand {
    color: #fff !important;
}

.text-theme,
.navbar-logo,
.sidebar .sub-menu > li.active > a:before {
    color: #FF3B30;
}


/* Added in v1.5 */

.gradient-enabled .sidebar .nav > li.active > a,
.gradient-enabled .sidebar .nav > li.active > a:focus,
.gradient-enabled .sidebar .nav > li.active > a:hover,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active > a,
.gradient-enabled .label.label-theme,
.gradient-enabled .btn.btn-scroll-to-top,
.gradient-enabled .top-menu .nav > li.active > a,
.gradient-enabled .top-menu .nav > li.active > a:focus,
.gradient-enabled .top-menu .nav > li.active > a:hover {
    color: #fff !important;
    background: #ff5160 !important;
    background: url(data:image/svg+xml !important;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top, #ff5160 0%, #ff2c55 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5160), color-stop(100%,#ff2c55)) !important;
    background: -webkit-linear-gradient(top, #ff5160 0%,#ff2c55 100%) !important;
    background: -o-linear-gradient(top, #ff5160 0%,#ff2c55 100%) !important;
    background: -ms-linear-gradient(top, #ff5160 0%,#ff2c55 100%) !important;
    background: linear-gradient(to bottom, #ff5160 0%,#ff2c55 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5160', endColorstr='#ff2c55',GradientType=0 ) !important;
}

.pace-progress {
    background: #007aff;
}

.pace .pace-activity {
    border-top-color: #007aff;
    border-left-color: #007aff;
}


/* Added in v1.9 */

.top-menu .nav > li.active > a,
.top-menu .nav > li.active > a:focus,
.top-menu .nav > li.active > a:hover {
    background: #FF3B30;
}


.note-danger h4 {
    color: #801e18 !important;
}

.bg-brand {
    background: #007aff !important;
    color: #fff !important;
}

.bg-brand-secondary {
    background: #F3901D !important;
    color: #fff !important;
}

/* leaflet popup */
.popupTracking .leaflet-popup-content-wrapper {
    background: rgba(0,0,0,0.7) !important;
    color: #eeeeee;
}

.popupTracking .leaflet-popup-tip-container .leaflet-popup-tip {
    background: rgba(0,0,0,0.7) !important;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background: #e6f7fe !important;
}

.table-row-select td {
	background: #3aa1ce !important;
    color: white !important;
}

.table-row-highlight td {
    background: #a1d6ea !important;
    color: #000 !important;
}


.table-hover > tbody > .table-row-select:hover > td {
    background: #3aa1ce !important;
    color: white;
}

.table-asset-alarm {
	border: 1px solid #801e18;
}

.table-asset-alarm > tbody > tr > td {
    background: #e2a19f !important;
    border: 1px solid #801e18;
}

    .table-asset-alarm > thead > tr > th {
        background: #bf2c24 !important;
        color: #f1f1f1;
        border: 1px solid #801e18;
        border-bottom: 1px solid #801e18 !important;
    }

.login-image-index {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;    
}

.login-image-index.logo-poweredby {
    width: 228px;
    height: 38px;
    background-image: url('/dist/img/logo-poweredby-light.png') !important;
}

    .login-image-index.logo-header {
        width: 320px;
        height: 54px;
        background-image: url('/dist/img/logo-index-light.png') !important;
    }


.topnav-image.navbar-brand {
    width: 214px;
    height: 36px;
    background-image: url('/dist/img/logo-index-light.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    image-rendering: auto;
}