html{
    height: 100%;
}

body{
    margin: 0;
    margin-top: 70px;
    background:#ffffff;
}

.error-message{
    display: block;
    border-color: #c0392b;
    color: #c0392b;
    background-color: #f2dede;
    padding: 1%;
    font-size: 10pt;
}

.fa-4{ font-size: 10em; }

.device-logo{ display: block; text-align: center; }

.profile-message-btn > img{ width: 70%; }

.status-online{ color: #2ecc71; font-size: 0.9em; }

.status-offline{ color: #c0392b; font-size: 0.9em; }

.panel-body .btn:not(.btn-block) { width:120px;margin-bottom:10px; }

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus
{
    background-color: #428bca !important;
    color: #FFF !important;
}
/*===============================================================*/

.device-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.device-list > li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 20px;
}
.device-list > li > time {
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: #2ecc71;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
}
.device-list > li.device-lock > time {
    background-color: #bdc3c7;
}
.device-list > li > time > span {
    display: none;
}
.device-list > li > time > .day {
    display: block;
    font-size: 56pt;
    font-weight: 100;
    line-height: 1;
}
.device-list > li time > .month {
    display: block;
    font-size: 24pt;
    font-weight: 900;
    line-height: 1;
}
.device-list > li > img {
    width: 100%;
}
.device-list > li > .info {
    padding-top: 5px;
    text-align: center;
}
.device-list > li > .info > .title {
    font-size: 17pt;
    font-weight: 700;
    margin: 0px;
}
.device-list > li > .info > .desc {
    font-size: 13pt;
    font-weight: 300;
    margin: 0px;
}
.device-list > li > .info > .model {
    font-size: 13pt;
    font-weight: normal;
    margin: 0px;
}
.device-list > li > .info > ul,
.device-list > li > .controls > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0 0 5px 0;
    width: 100%;
    text-align: center;
}
.device-list > li > .controls > ul {
    margin: 0px;
}
.device-list > li > .info > ul > li:nth-child(2){
    text-transform: capitalize;
}
.device-list > li > .info > ul > li{
    text-align: left;
}
.device-list > li > .info > ul > li,
.device-list > li > .controls > ul > li {
    display: table-cell;
    color: rgb(30, 30, 30);
    font-size: 12pt;
    font-weight: 300;
    padding: 3px 0px 0px 10px;
}
.device-list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
}
.device-list > li > .controls > ul > li {
    padding: 0px;
}
.device-list > li > .controls > ul > li > a {
    padding: 3px 0px;
}
.command a,
.twitter a,
.google-plus a {
    display: block;
    width: 100%;
    color: rgb(75, 110, 168) !important;
}
.twitter a {
    color: rgb(79, 213, 248) !important;
}
.google-plus a {
    color: rgb(221, 75, 57) !important;
}
.command:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(75, 110, 168) !important;
}
.link-location{
    text-decoration: none;
    font-size: 20px;
    float: right;
}
#map-canvas {
    height:410px;
    overflow-y: hidden;
    overflow-x: hidden;
}

@media (max-width: 1200px) { 
    #map-canvas{
       overflow-y: hidden;
       overflow-x: auto;
    }
}

@media (min-width: 768px) {
    .device-list > li {
        position: relative;
        display: block;
        width: 100%;
        min-height: 205px;
        padding: 0px;
    }
    .device-list > li > time,
    .device-list > li > img  {
        display: inline-block;
    }
    .device-list > li > time,
    .device-list > li > img {
        width: 205px;
        float: left;
    }
    .device-list > li > .info {
        background-color: rgb(245, 245, 245);
        overflow: hidden;
    }
    .device-list > li > time,
    .device-list > li > img {
        width: 205px;
        min-height: 205px;
        margin: 0px;
    }
    .device-list > li > .info {
        position: relative;
        min-height: 205px;
        text-align: left;
        padding-right: 40px;
    }
    .device-list > li > .info > .title,
    .device-list > li > .info > .desc {
        padding: 0px 10px;
    }
    .device-list > li > .info > .model {
        padding: 0px 10px;
    }
    .device-list > li > .info > ul {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    .device-list > li > .controls {
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        width: 40px;
    }
    .device-list > li > .controls > ul {
        min-height: 205px;
        border-left: 1px solid rgb(230, 230, 230);
    }
    .device-list > li > .controls > ul > li {
        display: block;
        padding: 0px;
    }
    .device-list > li > .controls > ul > li > a {
        display: block;
        width: 40px;
        padding: 10px 0px 9px;
    }
}
.bm-page-header{
    text-transform: uppercase;
}
.bm-label-capitalize,
.bm-table-label-capitalize tr td:first-child,
.bm-table-label-capitalize tr th{
    text-transform: capitalize;
}

.bm-label-uppercase,
.bm-table-label-uppercase tr td:first-child,
.bm-table-label-uppercase tr th{
    text-transform: uppercase;
}
.bm-text-align-right{
    text-align: right;
}

.panel-default > .bm-heading{
    background-color: #fff;
    border-color: #ccc;
}

.bm-requied{
    color: red;
}
/************************************ COLOR TABLE *********************************/

.bm-table-synced{
    background-color: #1abc9c !important;
    color:#FFF;
}

.bm-table-sync_required{
    background-color: #2980b9 !important;
    color:#FFF;
}

.bm-table-sync_requested{
    background-color: #bdc3c7 !important;
    color:#FFF;
}

.bm-table-unsynced{
    background-color: #7f8c8d !important;
    color:#FFF;
}

.bm-table-not_responding{
    background-color: #d35400 !important;
    color:#FFF;
}

.bm-table-enrolled{
    background-color: #1abc9c !important;
    color:#FFF;
}

.bm-table-enrolling{
    background-color: #2980b9 !important;
    color:#FFF;
}

.bm-table-expired{
    background-color: #d35400 !important;
    color:#FFF;
}

.bm-table-withdrawn{
    background-color: #7f8c8d !important;
    color:#FFF;
}

.bm-link-color{
    color:#FFF;
}

.bm-link-color:hover{
    color:#FFF;
}

.bm-table-critical{
    background-color: #e74c3c !important;
    color:#FFF;
}

.bm-table-major{
    background-color: #d35400 !important;
    color:#FFF;
}

.bm-table-minor{
    background-color: #f39c12 !important;
    color:#FFF;
}

.bm-table-warning{
    background-color: #428bca !important;
    color:#FFF;
}

.bm-table-clear{
    background-color: white !important;
}

.bm-table-indeterminate{
    background-color: gray !important;
    color:#FFF;
}
.bm-action-edit-color{
    font-size: 0.9em;
    display: inline-block;
    margin: 0px 10px;
    color:#FFF;
}
.bm-action-edit-color:hover{
    font-size: 0.9em;
    display: inline-block;
    margin: 0px 10px;
    color:#FFF;
}
.bm-panel-overlay{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../img/overlay_bg.png');
    overflow: hidden;
    padding: 5%;
    z-index: 1051;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-size: 2em;
}
div.tooltip-inner{
    white-space:pre;
    max-width:none;
}

.bm-td-detail{
    font-size: 13px !important;
}

.bm-button-back-resubmit{
    margin-left: 15px;
}

.bm-list-location{
    height:410px;
    overflow-y: auto;
    overflow-x: hidden;
}

.bm-btn-disable {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ccc;
    border-color: #ccc;
}

.bm-btn-disable:hover,
.bm-btn-disable:focus,
.bm-btn-disable:active,
.bm-btn-disable:visited {
    background-color: #ccc !important;
    border-color: #ccc !important;
    cursor: not-allowed !important;
}

.location-active{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    border: 1px solid #DDD;
    z-index: 2;
    color: #FFF;
    background-color: #337AB7;
    border-color: #337AB7;
    cursor:pointer;
}
.bm-li-os{
    width:20% !important;
}

.bm-li-status{
    width:24% !important;
}

.bm-li-lock-status{
    width:20% !important;
}

.bm-li-last-access{
    width:40% !important;
    padding-right: 40px !important;
}

.bm-recaptcha-wrap{
    height: 78px;
    width: 304px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

#map-canvas *{
    -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.bm-location-server-request{
    color: #b6a845;
    font-size: 14px;
}
.bm-location-user-operation{
    color: #a94442;
    font-size: 14px;
}
.bm-icon-clock-black{
    color: #000000;
}

.bm-location-auto-update{
    color: #31708f;
}

.bm-address-location span,
.bm-location-google-view {
    font-size: 11px !important;
}

.location-active .bm-location-google-view {
    font-size: 11px !important;
    color: #fff !important;
}

.bm-address-location{
    margin-bottom: 5px !important; 
    font-size: 12px;
}

.bm-logo{
  height: 38px;
}

.logo-login{
  height: 48px !important;
}

.text-logo-login{
  font-size: 18px;
  font-weight: normal;
  vertical-align: text-top;
}

.text-logo{
  font-size: 18px;
  font-weight: normal;
}

.logo-pd{
  padding: 6px 15px 0px 0px !important;
  display: block;
  height: 100%;
  position: relative;
}
.logo-pd label {
  color: black;
  position: relative;
  top: 2px;
}

@media (max-width: 580px){
    .bm-logo{
      height: 25px;
    }
    .logo-pd{
      padding-top: 15px !important;
      display: block;
      height: 100%;
      position: relative;
    }
    .logo-pd label {
      font-size: 12x;
    }

}