﻿.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin-left: -4em;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

svg.ct-chart-bar, svg.ct-chart-line{
	overflow: visible;
}
.ct-label.ct-label.ct-horizontal.ct-end {
  position: relative;
  justify-content: flex-end;
  text-align: right;
  transform-origin: 100% 0;
  transform: translate(-100%) rotate(-25deg);
  white-space:nowrap;
}
.ct-label{
    height:500px;
}
.ct-series-a .ct-area {
    fill: #e5e5e5;
}

/*.brand-image {

}*/

.logo {
    width: 152px !important;
    height: 135px !important;
    padding: 0px !important;
    margin: 10px auto !important;
}

.img-icon{
    width:22px
}

.graph-control-bar {
    width: 100%;
    height: 30px;
}

.graph-controls {
    float: right;
    width: 100px;
    user-select: none;
    height: 25px;
}

.zoom-label {
    float: left;
    display: block;
    padding-right: 15px;
    height: 25px;
}

.graph-control-icons {
    display: block;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    height: 25px;
}
.graph-control-icons span {
    height: 25px;
    cursor:pointer;
}

.validation-summary-errors,
.field-validation-error {
    color: red;
}

.btn-file {
    position: relative;
    overflow: hidden;
    background-color: #68B3C8;
    color: rgba(255, 255, 255, 1);
    border-color: #68B3C8;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.datepicker table tr td.active.active {
    background-color: #68B3C8;
}
.bootstrap-datetimepicker-widget table td.active > div {
    z-index: 2;
    background-color: transparent;
}

.bootstrap-datetimepicker-widget table td.today > div {
    z-index:2;
    color:white;
}

.navbar .navbar-nav > li > a.btn.btn-primary, .btn-primary {
    border-color: #68B3C8;
    color: #68B3C8;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}
.green-dot {
    background-color: #7AC29A;
}
.red-dot {
    background-color: red;
}
.yellow-dot {
    background-color: #FFE28C;
}
.blue-dot {
    background-color: #C7D8E4;
}
.gray-dot {
    background-color: gray;
}


.lastChildFill th, td{
    overflow-wrap:normal;  
}
.lastChildFill td:last-child{
    width:50%;
}

#GlobalEventsTable_processing {
    z-index: 999;
    top: 50px !important;
}

select.input-sm {
    height:35px;
}

.sensor-reading-sidebar{
    float:right;
    height:450px;
    padding-left:0px;
}

.last-ten {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 18px;
    white-space: nowrap;
    overflow:hidden;
}
.last-ten h4{
    text-align:center;
    font-size:1.1em;
}
.last-ten li {
    list-style-type:none;
    text-align:left;
    border-bottom:0px;
    margin:7px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    white-space: nowrap;
    font-size: 1.1em;
    /*border:1px;
    border-color:black;
    border-style:solid;*/
}
.last-ten-metric{
    font-weight:900;
    float:right;
    margin:0px 20px 0px 0px
}
.sensor-reading {
    width: 400px;
    right: 30px;
    background-color: #F3F2EE;
    border-radius: 6px;
    position: absolute;
    z-index: 100;
    top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .last-ten li {
        font-size: .65em;
    }

    .last-ten h4 {
        font-size: .65em;
    }
}

@media (min-width: 992px) {
    .last-ten li {
        font-size: .65em;
    }

    .last-ten h4 {
        font-size: .9em;
    }
}

@media (min-width: 1200px) {
    .last-ten li {
        font-size: .9em;
    }

    .last-ten h4 {
        font-size: 1.25em;
    }
}

.bootstrap-select > button {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #F3F2EE;
    background-clip: padding-box;
    border: 0 none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 14px;
    padding: 7px 18px;
    font-family: inherit;
    border-radius: 0.25rem;
}

.bootstrap-select > button:hover {
    background-color:white;
    color:black;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn:active:hover,
.open > .btn.dropdown-toggle,
.open > .btn.dropdown-toggle:focus,
.open > .btn.dropdown-toggle:hover,
.navbar .navbar-nav > li > a.btn:hover,
.navbar .navbar-nav > li > a.btn:focus,
.navbar .navbar-nav > li > a.btn:active,
.navbar .navbar-nav > li > a.btn.active,
.navbar .navbar-nav > li > a.btn:active:focus,
.navbar .navbar-nav > li > a.btn:active:hover,
.open >
.navbar .navbar-nav > li > a.btn.dropdown-toggle,
.open >
.navbar .navbar-nav > li > a.btn.dropdown-toggle:focus,
.open >
.navbar .navbar-nav > li > a.btn.dropdown-toggle:hover {
    background-color: white;
    color: black;
    border-color: white;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: white;
    color: black;
}

.bootstrap-select > button > span {
    float: right;
    margin: 0;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    margin-top:5px;
}
