.fancyLoaderCt{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0,0,0,0.3);
}
.fancyLoaderCt .subject{
    width: 70px;
    height: 70px;
    background: url(../../images/custom/rocket.png);
    bottom: 50px;
    left: 50px;
    position: absolute;
    background-size: 70px;
    background-repeat: no-repeat;
}
.local-search-button{
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    background: green;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 45px;
}
.rocketFlyF1{
    transform: translate(300px, -300px) scale(3.5);
    -webkit-transform: translate(300px, -300px) scale(3.5);
    transition: 1.3 !important;
    -webkit-transition: 1.3s !important;
}
.rocketFlyF2{
    transform: translate(900px, -1200px) scale(0.5) rotate(-45deg);
    transition: 0.4s !important;
    -webkit-transform: translate(900px, -1200px) scale(0.5) rotate(-45deg);
    -webkit-transition: 0.4s !important;
}
.contor-container[data-type-contor-gaz="true"]{
    background: #d9d9d9;
    width: 100%;
    height: 200px;
    border-radius: 14px;
    box-shadow: 1px 1px 3px #62626263;
    padding: 14px;
    margin-bottom: 15px;
    position: relative;
    margin-top: 15px;
}
.contor-container[data-type-contor-gaz="true"] .contor-container-inner{
    width: 270px;
    border: 3px solid #ffc800;
    height: 65px;
    border-radius: 14px;
    margin-top: 55px;
    margin-left: 0;
    max-width: 100%;
}
.contor-container[data-type-contor-gaz="true"] .contor-numbers{
    width: 70%;
    background: #f1f1f1;
    height: 100%;
    border-radius: 14px 0 0 14px;
    font-size: 24px;
    font-family: monospace;
    text-align: right;
    font-weight: 600;
    padding-right: 5px;
    float: left;
    box-sizing: border-box;
    color: #000;
    line-height: 66px;
}
.contor-container[data-type-contor-gaz="true"] .contor-unit{
    width: calc(30%);
    background: #f1f1f1;
    height: 100%;
    border-radius: 0px 14px 14px 0px;
    font-size: 25px;
    font-family: monospace;
    text-align: right;
    font-weight: 600;
    padding-left: 10px;
    float: right;
    text-align: left;
    color: #ff6a00;
    line-height: 65px;
}
.contor-container[data-type-contor-gaz="true"] .contor-label{
    position: absolute;
    top: 4px;
    left: 3px;
    color: black;
    background: white;
    border-radius: 11px;
    padding: 3px;
}

.contor-container[data-type-contor-gaz="true"] .contor-icon{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #0000ab;
    font-size: 16px;
    background: url(/images/custom/fire.gif) #f1f1f1;
    background-size: 89px;
    background-repeat: no-repeat;
    background-position: -22px 0px;
    border: 2px solid #ffc800;
    border-radius: 100%;
    box-shadow: 1px 1px 3px #6c6c6c;
}

.contor-container[data-type-contor-electric="true"]{
    background: -webkit-linear-gradient(top, #4baa2e 0%,#72ef40 100%);
    width: 100%;
    height: 200px;
    border-radius: 14px;
    box-shadow: 1px 1px 3px #62626263;
    padding: 14px;
    margin-bottom: 15px;
    position: relative;
    margin-top: 25px;
}
.contor-container[data-type-contor-electric="true"] .contor-container-inner{
    width: 270px;
    background: white;
    height: 60px;
    border-radius: 14px;
    max-width: 100%;
}
.contor-container[data-type-contor-electric="true"] .contor-numbers{
    width: 70%;
    background: #ffffff;
    height: 60px;
    border-radius: 14px 0 0 14px;
    font-size: 23px;
    font-family: monospace;
    text-align: right;
    font-weight: 600;
    padding-right: 5px;
    float: left;
    box-sizing: border-box;
    color: green;
    line-height: 63px;
}
.contor-container[data-type-contor-electric="true"] .contor-unit{
    width: calc(30%);
    background: #ffffff;
    height: 100%;
    border-radius: 0px 14px 14px 0px;
    font-size: 25px;
    font-family: monospace;
    text-align: right;
    font-weight: 600;
    padding-left: 10px;
    float: right;
    text-align: left;
    color: #ff6a00;
    line-height: 61px;
}
.contor-container[data-type-contor-electric="true"] .contor-label{
    position: absolute;
    bottom: 4px;
    left: 4px;
    font-size: 15px;
    color: #000;
    width: auto;
    background: #ffffff;
    padding: 4px;
    border-radius: 10px;
}

.contor-container[data-type-contor-electric="true"] .contor-icon{
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #0000ab;
    font-size: 16px;
    background: url(/images/custom/electric.gif);
    background-size: 161px;
    background-repeat: no-repeat;
    background-position: -56px -38px;
    border: 2px solid #005848;
    border-radius: 100%;
    box-shadow: 1px 1px 3px #6c6c6c;
}

.contor-container[data-type-contor-apa="true"]{
    background: #f9f9f9;
    width: 100%;
    height: 200px;
    border-radius: 14px;
    box-shadow: 1px 1px 3px #62626263;
    padding: 14px;
    margin-bottom: 15px;
    margin-top: 25px;
    position: relative;
}
.contor-container[data-type-contor-apa="true"] .contor-container-inner{
    width: 200px;
    background: linear-gradient(to bottom, #4096ee 0%,#44d9ff 100%);
    height: 100%;
    border-radius: 100% 100% 50px 50px;
    margin-left: 0px;
    position: relative;
}
.contor-container[data-type-contor-apa="true"] .contor-numbers{
    width: 180px;
    background: #ffffff;
    height: 46px;
    font-size: 20px;
    font-family: monospace;
    text-align: right;
    font-weight: 600;
    padding-right: 5px;
    float: left;
    box-sizing: border-box;
    color: #000;
    border-radius: 3px;
    line-height: 50px;
    top: calc(50% - 24px);
    left: 11px;
    position: absolute;
}
.contor-container[data-type-contor-apa="true"] .contor-unit{
    width: 80px;
    background: #f1f1f1;
    height: 42px;
    border-radius: 15px;
    font-size: 25px;
    font-family: monospace;
    font-weight: 600;
    padding-left: 10px;
    float: right;
    text-align: left;
    color: #ff6a00;
    position: absolute;
    top: 14px;
    left: 60px;
    border: 1px solid #aaa;
    line-height: 37px;
    text-align: center;
}
.contor-container[data-type-contor-apa="true"] .contor-label{
    position: absolute;
    bottom: 8px;
    left: 10px;
    width: 180px;
    height: 52px;
    text-align: center;
    color: #0000ab;
    font-size: 16px;
}

.contor-container[data-type-contor-apa="true"] .contor-icon{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #0000ab;
    font-size: 16px;
    background: url(/images/custom/watter.gif);
    background-size: 75px;
    background-repeat: no-repeat;
    background-position: -13px -3px;
    border: 2px solid #00d0ff;
    border-radius: 100%;
    box-shadow: 1px 1px 3px #6c6c6c;
}

.house-icon-40{
    font-size: 20px !important;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #0127fa;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}
.counter-smi-22{
    font-size: 13px !important;
    position: relative;
    color: #fff;
    width: 18px;
    height: 18px;
    background: #0127fa;
    text-align: center;
    line-height: 18px;
    border-radius: 5px;
}
.unmappedSensors{
    border-left: 7px solid #304ffe !important;
    border-right: 7px solid #304ffe !important;
}
.customRealtimeSwitchForSensorData{
    position: relative;
    margin-left: 30px;
    margin-bottom: 30px;
    width: 32px;
    height: 30px;
}
.customRealtimeSwitchForSensorDataLbl{
    position: absolute;
    left: 90px;
    font-size: 20px;
    color: #aaa;
}
.countDownTimmerCt span.fa-refresh{
    position: absolute;
    left: 15px;
    font-size: 22px;
    color: #e1e1e1;
}
.countDownTimmerCt span.fa-refresh.active {
    color:green;
}
.progress-bar-countDown{
    position: relative;
    width: 0px;
    height: 30px;
    background: #37a300;
    border-radius: 6px;
    transition: 0.3s;
    margin-bottom: 30px;
}
.progress-bar-countDownLbl{
    position: absolute;
    top: -15px;
    left: -10px;
    width: 60px;
    height: 60px;
    background: #37a300;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    color: #ffff;
    font-size: 22px;
    font-family: monospace;
    box-shadow: 0 0 3px #545454;
    display: none;
}

.progress-bar-countDownIcon{

}
.add-index-input-text{
    width: 100%;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 3px;
    padding: 0px 10px;
}

@keyframes rocketSilo {
    0% {
        transform: scale(5) rotate(0deg);
        -webkit-transform: scale(5) rotate(0deg);
    }
    25% {
        transform: scale(5.05) rotate(1deg);
        -webkit-transform: scale(5.05) rotate(1deg);
    }
    50% {
        transform: scale(5.1) rotate(2deg);
        -webkit-transform: scale(5.1) rotate(2deg);
    }
    75% {
        transform: scale(5.05) rotate(1deg);
        -webkit-animation: scale(5.05) rotate(1deg);
    }
    100% {
        transform: scale(5) rotate(0deg);
        -webkit-transform: scale(5) rotate(0deg);
    }
}
@media screen and (max-width: 1200px) {
}
