/*!
 * Start Bootstrap - 2 Col Portfolio (https://startbootstrap.com/template-overviews/2-col-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-2-col-portfolio/blob/master/LICENSE)
 */

#cssVersion:before{
    content: "c4.06";
}

#cssVersionModal:before{
    content: "c4.06";
}

body {
  font-family: 'Lato', sans-serif;
  padding-top: 54px;
  background-color: #fff;
}

.modal-body {
    padding: 5px;
}

.bg-navbar-red {
    background-color: #db2b32;
    /*height: 40px;*/
    z-index: 9999;
}

.bg-navbar-grey {
    background-color: #f5f5f5;
    border-bottom: 2px solid #db2b32;
    /*height: 65px;*/
}

.iconHeader {
    color: #EF3340;
    font-weight: bold;
}

.Label {
    display: inline-block;
    width: 10em;
}

#CustomersTable tr:hover  {
    cursor: pointer;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

/* Mobile */
@media screen and (max-width: 451px) {
    .cardChartDiv {
        height: 400px !important;
    }

    #BtnTranscript {
        text-indent: -9999px;
        line-height: 0; /* Collapse the original line */
    }
    #BtnTranscript::after {
        content: "Tran script";
        text-indent: 0;
        display: block;
        line-height: initial; /* New content takes up original line height */
    }
    /*#PhoneHeader {
        display: none;
    }*/
    .temperatureSection {
        display:none;
    }
    .humiditySection {
        display:none;
    }
    .brightnessSection {
        display:none;
    }
    .soundSection {
        display:none;
    }
    .skipColumn {
        display:none;
    }
    .hidden-buttons {
        display:none;
    }
    #btnLogoff {
        display:none;
    }
    #btnLogoffMobile {
        display:none;
    }
    #btnRefresh {
        display:none;
    }
    .bg-navbar-grey {
        /*height: 75px;*/
    }
    #MainContainer {
        padding-top:6px;
    }
    #CardButtons {
        padding-top: 20px;
    }
    #Loading {
        display:none;
    }
    .sortIcon {
        display:none !important;
    }
    #SearchSpan {
        display:none;
    }
    #GeoSpace {
        height: 0px !important;
    }
}

/* Desktop */
@media screen and (min-width: 451px) {
    #temperatureAlt {
        display:none;
    }
    #humidityAlt {
        display:none;
    }
    #brightnessAlt {
        display:none;
    }
    #soundAlt {
        display:none;
    }
    .skipColumn {
        display:normal;
    }
    .hidden-buttons {
        display:normal;
    }
    #MainContainer {
        padding-top:6px;
    }
    #CardButtons {
        padding-top: 0;
    }
    #btnLogoffMobile {
        display:none;
    }
    #btnRefreshMobile {
        display:none;
    }
    .bg-navbar-grey {
        /*height: 60px;*/
    }
    #LoadingMobile {
        display:none;
    }
    #googleMap {
        top:-22px;
    }
    #Address {
        position: relative;
        top:-25px;
    }
    #GeoTooltip {
        display:none;
    }
}

.textField {
    border:0px;
    background-color: transparent;
    font-weight:bold
}

.mandatory {
    color: red;
    font-weight: bold;
}

.portfolio-item {
  margin-bottom: 10px;
}

.pagination {
  margin-bottom: 30px;
}

.card {
    background-color: #fff;
    border:0;
    padding:5px;
    padding-bottom:5px;
}

.cardWhite {
    background-color: #fff;
}

.cardDiv {
    width:100%;
    background-color:#ccc;
    padding:0px;
    background-color: #fff;
    border: 2px solid #f2f2f2;
    border-radius: 2px;
}

.cardDivRed {
    border: 2px solid #db2b32;
}

.cardDivHeader {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    width:100%;
    background-color:#f2f2f2;
    height:28px;
    padding-left:10px;
}

.cardDivHeaderRed {
    background-color:#db2b32;
    color: #fff;
}

.nav-link {
    color: #fff !important;
}

.panel {
  /*margin-bottom: 20px;*/
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-primary {
  border-color: #c9c9c9;
}
.panel-primary > .panel-heading {
  color: #000;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c9c9c9;
}
.panel-primary > .panel-heading .badge {
  color: #c9c9c9;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c9c9c9;
}
.panel-info {
  border-color: #DB2B32;
  border-width: 3px;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #DB2B32;
  border-color: #DB2B32;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
/*
.btn-primary {
}
.btn-primary:hover {
}
.btn-primary:disabled {
}
*/
.ButtonBig {
    height: 102px !important;
    width: 102px !important;
    min-width: 102px;
    white-space: normal !important;
    word-wrap: normal;
    border-radius: 50% !important;
    box-shadow: 0px 2px 0px 2px #db2b32;
    font-size: 16px;
    background-color: #F2F3F4;
}
.ButtonBig:hover {
}
.ButtonWrapper {
    max-width:170px;
    text-align: center;
    padding-top:20px;
    padding-bottom:20px;
    margin:auto;
}

.statusIcon {
    /*width: 50px;*/
    height: 40px;
    margin: 7px;
    margin-bottom: 0px;
}
.statusIconSmall {
    height: 62px;
    width: 55px;
}
.statusIconBattery {
    transform:rotate(270deg);
    height: 20px;
    width: 65px;
}

.dashboard-btn {
    background-color: transparent;
    color: #EF3340;
    border-radius: 3px;
}

.dashboard-btn:hover {
    cursor: pointer;
    color: #000;
    /*background-color:#337AB7;*/
}

@media (hover: none) {
    .dashboard-btn:hover {
        color: #000;
        background-color: #f2f2f2;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

#alertPlaceholder {
    position: fixed;
    bottom: 10%;
    left: 5%;
    width: 90%;
    z-index: 9999;
}

#spanRinger {
    white-space:normal !important;
    word-wrap: normal;
}
#spanRinger:hover {
    cursor: pointer;
}

#AddressImg:hover, #Address:hover, #Eye:hover, .btnExit:hover, .searchButton:hover, #imgGeofencing:hover {
    cursor: pointer;
}

#temperatureChart:hover, .temperatureSection:hover, .humiditySection:hover, #humidityChart:hover, .brightnessSection:hover, #brightnessChart:hover, .soundSection:hover, #soundChart:hover {
    cursor: pointer;
}

.eventRow {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 2px;
    margin: 1px;
    padding-left:10px;
}

.close {
    color: #fff !important;
    opacity: 1 !important;
}

.v-hidden {
    visibility: hidden;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.g-recaptcha {
    transform:scale(0.85);
    transform-origin:0 0;
}

.accordion-group {
    padding-bottom: 10px !important;
}
