.pull-right {
    margin-left: 5px;
    margin-right: 0;
    float: right;
}

.square-block-list{
    width:10px;
    height:10px;

}
.mt-center-block{
    margin-top: 50%;
    
}

.tooltip-inner {
    max-width: 1000px !important;  
    color:black;
    text-align: left;
    opacity: 1;
    filter: alpha(opacity=100); 
    font-weight: bold;
}
.tooltip.show {
    opacity: 1;
}
.tooltip-inner {
    background-color: #fff;
    box-shadow: 0px 0px 4px black;
     
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #fff !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #fff !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #fff !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #fff !important;
}

.font-8{
    font-size: 8px;
}

.font-10{
    font-size: 10px;
}
.font-11{
    font-size: 11px;
}

.font-12{
    font-size: 12px;
}


.lnr {
    font-size: 18px;
}

.btn-default{
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-default:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.nav-title {
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
}

.text-exo {
    font-family: 'Exo 2', sans-serif;  
}

.nav .nav-sub .nav-stacked li a {
    font-size: 16px;
}

.label-danger {
    background-color: #d9534f;
}

.label-info {
    background-color: #5bc0de;
}

.label-default {
    background-color: #999999;
}

.label-success {
    background-color: #5cb85c;
}
.label-warning {
    background-color: #C26300;
}


.link-no-decoration a, a:hover {
    text-decoration: none;
}

.danger {
    color: #d9534f;
}

.info {
    color: #5bc0de;
}

.default {
    color: #999999;
}
.success {
    color: #5cb85c;
}

.black {
    color: #000000;
}

.comment-list{
    margin-top: 25px;
}

.comment-list textarea{
    margin-bottom: 15px;
}



.comment-list .comment-item .panel-body {
    padding: 10px 15px;
}

.menu_client {
    padding-left: 75px;
}

.toast-success{
    background-color: #5cb85c;
}

.toast-info{
    background-color: #5bc0de;
}

.toast-warning {
    background-color: #d9534f;
}

.toast-error {
    background-color: #d9534f;
}

.file-icon {
    position: relative;
}

.file-icon {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 5px;
    border: 0;
}

.file-item a em {
    font-size: 0.8em;
    padding: 2px 4px;
    margin: 2px 0 0 5px;
    background-color: #eeeeee;
    color: #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
em {
    color: #111111;
    font-style: normal;
}

.icon-download {
    width: 50px;
    height: 50px;
}

ul.selector_themes{
    display: block;
    list-style: none;
    padding: 0;
    font-weight: 700;
}

ul.selector_themes li{
    cursor: pointer;
    float: left;
    margin: 5px;
}

ul.icon_types {
    display: block;
    list-style: none;
    padding: 0;
    font-weight: 700;
}

ul.icon_types li{
    cursor: pointer;
    float: left;
    margin: 5px;
}


selector_themes>li.active, body main>section ul.icon_types>li.active {
    border: 1px solid rgba(255,255,255,0.3);
}

.nav_settings {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav_settings li {
    line-height: 40px;
    border: 1px solid gainsboro;
    margin: 5px;
    border-radius: 4px;
    padding:10px;
}

.h-90 {
    height: 90%!important;
}

.map-device{
    cursor: pointer;

}

.info-device-card {
    box-shadow: 0 2px 20px 0 rgba(26, 44, 57, 0.14);
    border-radius: 4px;
    padding: 10px;
    list-style: none;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.info-device-card-ul{
    margin: 0px;
    padding: 0px;
}

.info-device-text{
    margin-left: 5px;
}

.img-fluid-map{
    max-width: 100%;
    min-width: 100%;
    height: auto;
}
.text-white {
    color:white;
}

#datatables_history div.dt-buttons {
    float: right;
}

.graph{
    height: 650px;
    width: 100%;
}

.construction_view{

    height: 60vh;
    overflow: auto;
}



.part:hover {

    opacity: .5;
    cursor: pointer;
}

.logo_form {
    width: 25%;
}

#floor-info-list{
    display: none;
    padding: 15px; 
    position: absolute;

    border-radius: 4px; 
    color: #fff;
}

.am-data-card,
.am-data-card_v2 {
    width: 100%;
    padding: 22px 25px 24px;
    color: #28384D;
    border-radius: 4px; }
.am-data-card hr,
.am-data-card_v2 hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #ECECEC; }

.am-data-card {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 20px rgba(26, 44, 57, 0.1);
    box-shadow: 0px 5px 20px rgba(26, 44, 57, 0.1); }

.am-data-card_v2 {
    padding: 21px 24px 23px;
    background: #F7F8FC;
    border: 1px solid #E0E7ED; }

.am-data-card__title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #28384D; }

.am-data-card__info {
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 50%;
    background: #28384D;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer; }
.am-data-card__info:hover {
    background-color: #131b25; }

.am-data-card__label {
    margin-bottom: 15px;
    display: inline-block;
    height: 24px;
    padding: 0 10px;
    line-height: 24px;
    font-size: 12px;
    color: #447DE8;
    background: #E6EDFF;
    border-radius: 4px; }
.am-data-card__label.color-blue {
    color: #447DE8;
    background: #E6EDFF; }
.am-data-card__label.color-green {
    color: #81D7A6;
    background: #E8F9F1; }

.am-data-card__text {
    font-size: 14px;
    line-height: 21px;
    color: #999999; }

.am-data-card__table {
    display: table;
    margin-top: -10px;
    width: 100%;
    font-size: 16px;
    line-height: 24px; }

.am-data-card__row {
    display: table-row; }

.am-data-card__cell {
    display: table-cell;
    padding-top: 10px; }
.am-data-card__cell:nth-child(2) {
    padding-left: 20px;
    text-align: right;
    font-weight: bold; }

.am-data-card__warning {
    display: inline-block;
    min-height: 20px;
    padding: 0 5px 1px;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    background: #DE504C;
    border-radius: 4px; }

/*# sourceMappingURL=maps/style.css.map */






.close_view_cross{
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}




.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;


}


.square_list{
    display: flex;
    margin: 0;
}
.square-block{
    width: 35px;
    height: 25px;
    border: 1px solid #cccccc;
    text-align: center;
    border-radius: 5px;
}


.square-block-no-border{
    width: 35px;
    height: 25px;
    text-align: center;

}

.square-success {
    background-color: #5cb85c;
    color:white;
}


.square-danger{
    background-color: #d9534f;
    color:white;
}


.gallery {
    margin: 5px;
    border: 1px solid #ccc;
}

.gallery:hover {
    border: 1px solid #777;
}

.gallery img {
    width: 100%;
    height: calc(100vh /2.5);
    object-fit:cover;
}
.container_img {
    display: grid;
    grid-template-columns: repeat(5, 1fr);

    padding: 20px;
    margin: 20px;
    overflow: auto;
    text-align: center;
}



.construction_view::-webkit-scrollbar { width: 3px; height: 3px;}
.construction_view::-webkit-scrollbar-button {  background-color: #666; }
.construction_view::-webkit-scrollbar-track {  background-color: #999;}
.construction_view::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.construction_view::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
.construction_view::-webkit-scrollbar-corner { background-color: #999;}}
.construction_view::-webkit-resizer { background-color: #666;}