@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;
    background-color: #f1f3f6;
}

body.page-small #menu {
    margin-left: -180px;
}

.fixed-sidebar #menu {
    position: fixed;
    /*overflow-x: hidden;
    overflow-y: scroll;*/
    overflow: hidden;
    overflow-y: auto;
    width: 180px;
}

h5 {
    font-size: 12px;
    font-weight: 600;
}

.text-success {
    color: #5cb85c;
}

.text-danger {
    color: #d9534f;
}

.text-warning {
    color: #f0ad4e;
}

h2 {
    font-size: 24px;
}

h1,
h2,
h3,
h4,
h6 {
    font-weight: 100;
}

.profile-picture a img {
    padding-bottom: 10px;
    margin-left: 20px;
}

#pixelLogo {
    margin-left: 20px;
    margin-top: 20px;
}

#menu {
    width: 180px;
    bottom: 0;
    float: left;
    left: 0;
    position: absolute;
    top: 0px;
    padding-top: 15px;
    transition: all 0.4s ease 0s;
    background-color: #FFFFFF;
}

#wrapper {
    margin: 0 0 0 180px;
    padding: 0;
    background: #f1f3f6;
    border-left: 1px solid #e4e5e7;
    transition: all 0.4s ease 0s;
    position: relative;
    min-height: 100%;
}

.center-div {
    width: 50%;
    margin: 0 auto;
}

#clock-container {
    width: 350px;
    height: 65px;
}

@media(max-width: 480px) {
    #clock-container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #mapNavigation {
        float: none!important;
    }
    .center-div {
        width: 75%;
        margin: 0 auto;
    }
    #wrapper {
        margin: 0;
        border-left: none;
    }
    #menu {
        width: auto;
        bottom: inherit;
        left: inherit;
        position: relative;
        float: none;
        padding-top: 0px;
        top: inherit;
        transition: all 0.4s ease 0s;
        background-color: #FFFFFF;
    }
    .fixed-sidebar #menu {
        position: inherit;
        width: 100%;
        overflow-x: auto;
        overflow-y: auto;
        clear: both;
    }
    #header .navbar-right {
        display: none;
    }
    .mobile-only,
    .mobile-nav>li.mobile-only {
        display: inherit;
    }
    .mobile-nav>li:not(.mobile-only) {
        display: none;
    }
    #titlebar #logo,
    #header #logo {
        display: block;
    }
    #header #titlebar nav {
        display: none;
    }
    #titlebar {
        background-color: #f7f9fa;
    }
    #devInfoSiteDetails {
        text-align: center;
    }
    .devInfoPanel {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .content {
        padding: 25px 40px 40px 40px;
    }
    #header {
        margin: 0px 0px 0px 180px;
    }
    mobile-menu {
        display: block;
    }
    .mobile-only,
    .mobile-nav>li.mobile-only {
        display: none;
    }
    .mobile-collapse.collapse {
        display: inherit;
        height: auto !important;
    }
    body.hide-sidebar #logo {
        display: block;
    }
    .moreCardDetails {
        position: absolute;
        left: 0px;
        z-index: 4;
        background: white;
        border-radius: 6px;
        box-shadow: rgba(204, 197, 185, 0.5) 0px 2px 2px;
        display: block;
        width: 100%;
    }
    
    body.hide-sidebar #menu {
        margin-left: -180px;
        display: none;
    }
}

.moreCardDetailsDevices {
    max-height: 300px;
    overflow-y: auto;
}

.content {
    min-width: 320px;
}

li a span.fa {
    float: right;
}

.faulty-device {
    color: red;
}

.device_name {
    margin-left: 10px;
}

.working-device {
    color: green;
}

.float-right {
    float: right;
    line-height: inherit;
}

.device {
    cursor: pointer;
}

#mapid {
    height: 400px;
    width: 100%;
}

#mapid.mapid-small {
    height: 220px;
}

.linechart,
.piechart,
.barchart {
    width: 100%;
    height: 100px;
}

.dashboard-graph {
    width: 100%;
    height: 200px;
}

#uptimeTableFlot {
    width: 100%;
    height: 150px;
}

.row.col-lg-4 {
    margin: 0px;
}

#collapseFaulty .panel-body {
    //height: 50%;
}

.guagediv,
.mapdiv,
.text-center {
    text-align: center;
}

#deviceupdatimeguagechart table,
.center,
#weeklyuptimechart div div {
    display: inline-block;
}

.nav-style ul.dropdown-menu {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: none;
}

.nav-style ul.dropdown-menu li a {
    padding: 15px 27px;
    font-weight: 500;
    line-height: 0.5;
    font-size: 12;
}

.nav-style {
    background: #f7f9fa;
}

.nav-style li.active {
    background: #fff;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #fff;
    background-color: #eee;
}

.nav-style li:first-child,
.nav-style ul li:first-child {
    border-top: 1px solid #e4e5e7;
}

.nav-style li {
    border-bottom: 1px solid #e4e5e7;
}

.nav-style li a {
    color: #6a6c6f;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 20px;
}

.m-t-xl {
    margin-top: 45px;
}

#workingDevicesHeading {
    margin-top: 20px;
}

#search label {
    position: absolute;
    left: 24px;
    top: 12px;
}

input#search-input {
    padding-left: 24px;
}

#search #search-input,
#search .hint {
    border-radius: 23px;
}

#search #search-clear {
    text-decoration: none;
    position: absolute;
    right: 24px;
    top: 12px;
    color: #b3b3b3;
}

@media (max-width: 991px) {
    #allDevicesDiv {
        float: none!important;
    }
}

#status-clock {
    height: 20px;
    margin-top: 15px;
    /*zoom: 0.5;
    //-moz-transform: scale(0.5);*/
}

div.faulty ul.flip li div div.inn {
    background-color: #d9534f;
}

div.working ul.flip li div div.inn {
    background-color: #5cb85c;
}


/*UP*/

body.play #status-clock.faulty ul section.ready .up .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(217, 83, 79, .1)), color-stop(100%, rgba(217, 83, 79, 1)));
    background: linear-gradient(top, rgba(217, 83, 79, .1) 0%, rgba(217, 83, 79, 1) 100%);
    background: linear-gradient(to bottom, rgba(217, 83, 79, .1) 0%, rgba(217, 83, 79, 1) 100%);
    -webkit-animation: show .5s linear both;
}

body.play #status-clock.faulty ul section.active .up .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(217, 83, 79, .1)), color-stop(100%, rgba(217, 83, 79, 1)));
    background: linear-gradient(top, rgba(217, 83, 79, .1) 0%, rgba(217, 83, 79, 1) 100%);
    background: linear-gradient(to bottom, rgba(217, 83, 79, .1) 0%, rgba(217, 83, 79, 1) 100%);
    -webkit-animation: hide .5s .3s linear both;
}

body.play #status-clock.working ul section.ready .up .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(92, 184, 92, .1)), color-stop(100%, rgba(92, 184, 92, 1)));
    background: linear-gradient(top, rgba(92, 184, 92, .1) 0%, rgba(92, 184, 92, 1) 100%);
    background: linear-gradient(to bottom, rgba(92, 184, 92, .1) 0%, rgba(92, 184, 92, 1) 100%);
    -webkit-animation: show .5s linear both;
}

body.play #status-clock.working ul section.active .up .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(92, 184, 92, .1)), color-stop(100%, rgba(92, 184, 92, 1)));
    background: linear-gradient(top, rgba(92, 184, 92, .1) 0%, rgba(92, 184, 92, 1) 100%);
    background: linear-gradient(to bottom, rgba(92, 184, 92, .1) 0%, rgba(92, 184, 92, 1) 100%);
    -webkit-animation: hide .5s .3s linear both;
}


/*DOWN*/

body.play #status-clock.faulty ul section.active .down .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(217, 83, 79, 1)), color-stop(100%, rgba(217, 83, 79, .1)));
    background: linear-gradient(top, rgba(217, 83, 79, 1) 0%, rgba(217, 83, 79, .1) 100%);
    background: linear-gradient(to bottom, rgba(217, 83, 79, 1) 0%, rgba(217, 83, 79, .1) 100%);
    -webkit-animation: hide .5s .3s linear both;
}

body.play #status-clock.faulty ul section.ready .down .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(217, 83, 79, 1)), color-stop(100%, rgba(217, 83, 79, .1)));
    background: linear-gradient(top, rgba(217, 83, 79, 1) 0%, rgba(217, 83, 79, .1) 100%);
    background: linear-gradient(to bottom, rgba(217, 83, 79, 1) 0%, rgba(217, 83, 79, .1) 100%);
    -webkit-animation: show .5s linear both;
}

body.play #status-clock.working ul section.ready .down .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(92, 184, 92, 1)), color-stop(100%, rgba(92, 184, 92, .1)));
    background: linear-gradient(top, rgba(92, 184, 92, 1) 0%, rgba(92, 184, 92, .1) 100%);
    background: linear-gradient(to bottom, rgba(92, 184, 92, 1) 0%, rgba(92, 184, 92, .1) 100%);
    -webkit-animation: show .5s linear both;
}

body.play #status-clock.working ul section.active .down .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(92, 184, 92, 1)), color-stop(100%, rgba(92, 184, 92, .1)));
    background: linear-gradient(top, rgba(92, 184, 92, 1) 0%, rgba(92, 184, 92, .1) 100%);
    background: linear-gradient(to bottom, rgba(92, 184, 92, 1) 0%, rgba(92, 184, 92, .1) 100%);
    -webkit-animation: hide .5s .3s linear both;
}

ul.flip li.fliplabel {
    font-size: 10px;
    width: inherit;
    height: inherit;
    line-height: 0px;
    font-weight: normal;
    zoom: reset;
    height: initial;
    float: none;
    text-align: center;
}

.col-form-label {
    clear: both;
}

.col-form-label,
.col-form-checkbox {
    padding-top: .75rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
}

img.col-form-label {
    padding-left: .5rem;
}

.cards-form-group input[readonly] {
    border: none;
    box-shadow: none;
    background-color: inherit;
}

.cards-form-group input.form-control {
    font-size: 13px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

p.form-control {
    border: none;
    box-shadow: none;
    background: inherit;
    padding-top: .75rem;
    font-size: 13;
}

.label {
    padding: .3em .6em .3em;
}

.panel-title i {
    margin-top: .3em;
}

.pull-right.nomargin i {
    margin-top: initial;
}

#device-status-circle {
    margin-right: 1em;
}

#deviceNotesTextArea {
    width: 100%;
}

tr.odd {
    background-color: #f5f5f5;
}

#pichartbody {
    height: 231px;
}

.clock-label {
    padding-right: 0.5em;
}

#addNoteForm {
    margin-top: 2em;
}

@media (min-width: 768px) {
    .pull-right-md {
        float: right;
    }
}

#callhistorytitle {
    overflow: hidden
}


/* Navbar */

.fixed-navbar #header {
    width: 100%;
    position: fixed;
    z-index: 1000;
}

#mobile-menu {
    display: none;
}

#header {
    background-color: #fff;
    display: block;
    min-height: 56px;
    padding: 0;
    position: relative;
    /*border-bottom: 1px solid #e4e5e7;*/
}

.header-link {
    padding: 18px 26px 17px 26px;
    font-size: 14px;
    float: left;
    border-right: 1px solid #e4e5e7;
    border-left: 1px solid #e4e5e7;
    margin-right: 15px;
    background: #f7f9fa;
    cursor: pointer;
    height: 55px;
}

a.header-link.pull-right {
    margin-right: 0px;
    padding: 18px 26px 17px 26px;
    font-size: 14px;
    float: left;
    border-right: 1px solid #e4e5e7;
    border-left: 1px solid #e4e5e7;
    background: #f7f9fa;
    cursor: pointer;
    height: 55px;
}

.navbar-nav>li>a {
    height: 56px;
}

.small-logo {
    display: none;
}

.navbar-form-custom {
    float: left;
    height: 52px;
    padding: 0;
    width: 180px;
    margin: 0px;
}

.navbar-form-custom .form-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 13px;
    height: 52px;
    margin: 0;
    z-index: 1060;
    padding: 0;
}

body.hide-sidebar #header,
body.hide-sidebar #wrapper {
    margin-left: 0px;
}

#logo.light-version span {
    font-weight: 600;
    color: #34495e;
    font-size: 14px;
}

#logo span {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}

#logo {
    float: left;
    width: 180px;
    background-color: #34495e;
    padding: 18px 10px 18px 18px;
    height: 56px;
    text-align: center;
    display: none;
}

#logo.fullscreen {
    width: 100%;
}

#logo.light-version {
    background-color: #f7f9fa;
    border-bottom: 1px solid #e4e5e7;
    text-align: center;
}

.navbar.navbar-static-top a,
.nav.navbar-nav li a {
    color: #9d9fa2;
}

.nav.navbar-nav li a i,
.navbar-nav>li>a.usernavbar {
    line-height: 28px;
    vertical-align: middle;
}

.navbar-nav>li:visible:last>a {
    padding-right: 35px!important;
}

.bigmenu a {
    display: block;
    text-align: center;
    margin: 10px;
    min-width: 100px;
}

.bigmenu a i {
    font-size: 34px;
}

.adminMultiSelector {
    width: 100%;
}

select.adminMultiSelector {
    min-height: 200px;
}

.dashboard-widget {
    height: 200px;
}

#mobile-collapse {
    clear: both;
    background: #f7f9fa;
}

#titlebar {
    border-bottom: 1px solid #e4e5e7;
    min-height: 56px;
}

#titlebar nav {
    display: inline-block;
}

.nav-second-level {
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
}

.nav-second-level li a {
    padding: 15px 27px;
    font-weight: 500;
    line-height: 0.5;
    font-size: 12;
    white-space: nowrap;
}

a.dropdown-toggle:not(.collapsed) span.caret {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid;
    border-top: none
}

.btn-default.label,
.no-colour {
    color: inherit;
}

#flotControls {
    margin-top: 1em;
}

.loading h1:last {
    margin-top: 10px;
}

.btn.btn-simple {
    border: none;
    background: none;
}


/* Cards */

.card {
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #FFFFFF;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
}

.card .card-title,
.card .stats,
.card .category,
.card .description,
.card .social-line,
.card .actions,
.card .card-content,
.card .card-footer,
.card small,
.card a {
    position: relative;
}

.card .card-link {
    color: #444444;
}

.card .card-link:hover,
.card .card-link:focus {
    color: #333333;
}

.card img {
    max-width: 100%;
    height: auto;
}

.card .card-header {
    padding: 20px 15px 0px;
    position: relative;
    border-radius: 3px 3px 0 0;
    z-index: 3;
}

.card .card-header.header-with-icon {
    height: 150px;
}

.card .card-header img {
    width: 100%;
}

.card .card-header .category {
    padding: 5px 0px;
}

.card .actions {
    padding: 10px 15px;
}

.card .more {
    float: right;
    z-index: 4;
    display: block;
    padding-top: 10px;
    padding-right: 10px;
    position: relative;
}

.card .alert {
    border-radius: 4px;
}

.card .category {
    font-size: 14px;
    font-weight: 400;
    color: #9A9A9A;
    margin-bottom: 0px;
}

.card .category i {
    font-size: 16px;
}

.card .category.error {
    color: #EB5E28;
    font-size: 12px;
}

.card .card-title {
    margin: 0;
    color: #252422;
    font-weight: 300;
}

.card .card-content {
    padding: 15px 15px 10px 15px;
    min-height: 8em;
}

.card .card-content .card-title {
    margin: 10px 0 20px 0;
}

.card .card-content .big-title {
    text-transform: uppercase;
    text-align: center;
}

.card .card-content .category~.card-title {
    margin-top: 10px;
}

.card .card-content .description~.card-title {
    margin-top: -10px;
}

.card .description {
    font-size: 16px;
    color: #66615b;
}

.card h6 {
    font-size: 12px;
    margin: 10px 0;
}

.card .card-footer {
    padding: 0 15px 15px;
}

.card .card-footer .social-line .btn:first-child {
    border-radius: 0 0 0 6px;
}

.card .card-footer .social-line .btn:last-child {
    border-radius: 0 0 6px 0;
}

.card .card-footer hr {
    margin-top: 10px;
    margin-bottom: 15px;
}

.card .card-footer>.form-group {
    margin-bottom: 0;
}

.card .card-footer .footer-title {
    padding-top: 5px;
    display: inline-block;
}

.card .map {
    height: 280px;
    border-radius: 4px;
}

.card .map.map-big {
    height: 420px;
}

.card.card-separator:after {
    height: 100%;
    right: -15px;
    top: 0;
    width: 1px;
    background-color: #cfcfca;
    content: "";
    position: absolute;
}

.card .icon {
    display: block;
    margin: 0 auto;
    top: 60%;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
}

.card .icon i {
    font-size: 60px;
    padding: 18px;
    width: 110px;
    border: 2px solid #ccc5b9;
    border-radius: 50%;
    height: 110px;
}

.card .icon-big {
    font-size: 3em;
}

.card .numbers {
    text-align: right;
    font-size: 2em;
    min-height: 3.2em;
}

.card .numbers p {
    margin: 0;
    font-size: 0.6em;
}

.card .pull-right .label {
    margin-top: 7px;
}

.card ul.team-members li {
    padding: 10px 0px;
}

.card ul.team-members li:not(:last-child) {
    border-bottom: 1px solid #F1EAE0;
}

.col-lg-4 .card .icon i {
    font-size: 80px;
    padding: 22px;
}

.card .stats {
    color: #a49e93;
    font-weight: 300;
}

.card.card-circle-chart .card-title {
    margin-bottom: 10px;
}

.card.card-circle-chart .card-content {
    padding: 10px 15px 10px;
    text-align: center;
}

.card .bootstrap-table {
    padding: 0px 20px;
}

.card[data-background-color="blue"] .card-title,
.card[data-background-color="blue"] .stats,
.card[data-background-color="blue"] .category,
.card[data-background-color="blue"] .description,
.card[data-background-color="blue"] .card-content,
.card[data-background-color="blue"] .card-footer,
.card[data-background-color="blue"] small,
.card[data-background-color="blue"] .content a,
.card[data-background-color="green"] .card-title,
.card[data-background-color="green"] .stats,
.card[data-background-color="green"] .category,
.card[data-background-color="green"] .description,
.card[data-background-color="green"] .card-content,
.card[data-background-color="green"] .card-footer,
.card[data-background-color="green"] small,
.card[data-background-color="green"] .content a,
.card[data-background-color="yellow"] .card-title,
.card[data-background-color="yellow"] .stats,
.card[data-background-color="yellow"] .category,
.card[data-background-color="yellow"] .description,
.card[data-background-color="yellow"] .card-content,
.card[data-background-color="yellow"] .card-footer,
.card[data-background-color="yellow"] small,
.card[data-background-color="yellow"] .content a,
.card[data-background-color="brown"] .card-title,
.card[data-background-color="brown"] .stats,
.card[data-background-color="brown"] .category,
.card[data-background-color="brown"] .description,
.card[data-background-color="brown"] .card-content,
.card[data-background-color="brown"] .card-footer,
.card[data-background-color="brown"] small,
.card[data-background-color="brown"] .content a,
.card[data-background-color="purple"] .card-title,
.card[data-background-color="purple"] .stats,
.card[data-background-color="purple"] .category,
.card[data-background-color="purple"] .description,
.card[data-background-color="purple"] .card-content,
.card[data-background-color="purple"] .card-footer,
.card[data-background-color="purple"] small,
.card[data-background-color="purple"] .content a,
.card[data-background-color="orange"] .card-title,
.card[data-background-color="orange"] .stats,
.card[data-background-color="orange"] .category,
.card[data-background-color="orange"] .description,
.card[data-background-color="orange"] .card-content,
.card[data-background-color="orange"] .card-footer,
.card[data-background-color="orange"] small,
.card[data-background-color="orange"] .content a {
    color: #FFFFFF;
}

.card[data-background-color="blue"] .card-content a:hover,
.card[data-background-color="blue"] .card-content a:focus,
.card[data-background-color="green"] .card-content a:hover,
.card[data-background-color="green"] .card-content a:focus,
.card[data-background-color="yellow"] .card-content a:hover,
.card[data-background-color="yellow"] .card-content a:focus,
.card[data-background-color="brown"] .card-content a:hover,
.card[data-background-color="brown"] .card-content a:focus,
.card[data-background-color="purple"] .card-content a:hover,
.card[data-background-color="purple"] .card-content a:focus,
.card[data-background-color="orange"] .card-content a:hover,
.card[data-background-color="orange"] .card-content a:focus {
    color: #FFFFFF;
}

.card[data-background-color="blue"] .icon i,
.card[data-background-color="green"] .icon i,
.card[data-background-color="yellow"] .icon i,
.card[data-background-color="brown"] .icon i,
.card[data-background-color="purple"] .icon i,
.card[data-background-color="orange"] .icon i {
    color: #FFFFFF;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.card[data-background-color="blue"] {
    background: #b8d8d8;
}

.card[data-background-color="blue"] .category {
    color: #7a9e9f;
}

.card[data-background-color="blue"] .description {
    color: #506568;
}

.card[data-background-color="blue"] .icon i {
    color: #506568;
    border: 2px solid #7a9e9f;
}

.card[data-background-color="green"] {
    background: #d5e5a3;
}

.card[data-background-color="green"] .category {
    color: #92ac56;
}

.card[data-background-color="green"] .description {
    color: #60773d;
}

.card[data-background-color="green"] .icon i {
    color: #60773d;
    border: 2px solid #92ac56;
}

.card[data-bakcground-color="yellow"] {
    background: #ffe28c;
}

.card[data-bakcground-color="yellow"] .category {
    color: #d88715;
}

.card[data-bakcground-color="yellow"] .description {
    color: #b25825;
}

.card[data-bakcground-color="yellow"] .icon i {
    color: #b25825;
    border: 2px solid #d88715;
}

.card[data-background-color="brown"] {
    background: #d6c1ab;
}

.card[data-background-color="brown"] .category {
    color: #a47e65;
}

.card[data-background-color="brown"] .description {
    color: #75442e;
}

.card[data-background-color="brown"] .icon i {
    color: #75442e;
    border: 2px solid #a47e65;
}

.card[data-background-color="purple"] {
    background: #baa9ba;
}

.card[data-background-color="purple"] .category {
    color: #5a283d;
}

.card[data-background-color="purple"] .description {
    color: #3a283d;
}

.card[data-background-color="purple"] .icon i {
    color: #3a283d;
    border: 2px solid #5a283d;
}

.card[data-background-color="orange"] {
    background: #ff8f5e;
}

.card[data-background-color="orange"] .category {
    color: #e95e37;
}

.card[data-background-color="orange"] .description {
    color: #772510;
}

.card[data-background-color="orange"] .icon i {
    color: #772510;
    border: 2px solid #e95e37;
}

.icon-big i {
    font-size: 1.5em;
}

.table.no-top-border>tbody>tr:first-child>td {
    border-top: none;
}

a.default {
    color: inherit;
}

select:disabled:hover {
    cursor: not-allowed;
}

select:disabled {
    background-color: #eee;
}

#signalStrengthFlot {
    height: 400px;
}

#deviceTempFlot {
    height: 300px;
}

.bold {
    font-weight: bold;
}

.inline {
    display: inline-block;
}

#moreTemphistorydropdown {
    min-width: 225px;
}

.toggleButton {
    display: inline-block;
}

.bootstrap-switch-readonly .bootstrap-switch-container span.bootstrap-switch-handle-on,
.bootstrap-switch-readonly .bootstrap-switch-container span.bootstrap-switch-label,
.bootstrap-switch-readonly .bootstrap-switch-container span.bootstrap-switch-handle-off {
    cursor: pointer!important;
}

.float-left {
    float: left;
}

.table-border-right {
    border-right: 1px solid #ddd;
}

.report-logo {
    height: 60px;
    margin: 0px 15px;
}

a.no-underline {
    text-decoration: none;
}

#compressorFlot,
.largeFlot {
    height: 500px;
}

.leaflet-bar-horizontal input {
    width: inherit;
}

.leaflet-bar-horizontal a,
.leaflet-bar-horizontal input,
.leaflet-bar-horizontal button {
    float: left;
    border-right: 1px solid #ccc;
    border-bottom-width: 0px;
}

.leaflet-bar-horizontal a:hover {
    border-bottom-width: 0px;
}

.leaflet-bar-horizontal a:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
}

.leaflet-bar-horizontal a:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-right-width: 0px;
}

.leaflet-control-play {
    font-size: 18px;
}

.leaflet-control-play i {
    padding-top: 6px;
}

.large-margin-bottom {
    margin-bottom: 50px;
}

.search-multi-select span {
    right: 22px;
    top: 11px;
    z-index: 2;
    position: absolute;
}

.search-multi-select input {
    border-bottom: none;
    margin-bottom: 0px;
    border-radius: inherit;
    padding-right: 2em;
    border-color: rgb(169, 169, 169);
}

.bootstrap-select .dropdown-menu>.active>a,
.bootstrap-select .dropdown-menu>.active>a:focus,
.bootstrap-select .dropdown-menu>.active>a:hover,
.bootstrap-select .dropdown-menu>li>a:focus,
.bootstrap-select .dropdown-menu>li>a:hover {
    background-color: #337ab7;
    color: #fff;
}

#typeSelect {
    width: initial;
}

.m-0 {
    margin: 0 !important;
}

.dropdown-menu.dropdown-slim {
    min-width: 0px;
}

#collapseFaulty {
    max-height: 100% !important;
    overflow: auto;
}