body,
html {
    margin: 0px;
    margin-left: 1px !important;
}

body {
    margin-left: 1px !important;
    margin-right: 1px !important;
    background-color: #fff;
    padding-left: 3px;
    padding-top: 0px;
    padding-right: 3px;
    padding-bottom: 3px;
    overflow-x: hidden;
}

.my-gradient {
    background: linear-gradient(45deg, #0e5a81, #118cc7, #4CAF50, #2E7D32, #1E88E5, #0D47A1);
}

.main-title {
    color: #FFFFFF;
}

.sub-title {
    color: #FFFFFF;
}

.container-fluid {
    padding: 0;
    margin: 0;
}


.no-display {
    display: none;
}

img.logo {
    width: 90px;
    float: left;
    padding: 2px;
    padding-right: 5px;
}

hr {
    padding: 0;
    margin-top: 0px;
    margin-bottom: 5px;
}

footer {
    padding-top: 0;
    margin-top: 20px;
}

.chart-gauge {
    width: 180px;
    height: 180px;
    display: inline-block
}

@media (max-width: 768px) {

    /* tablet & mobile */
    .chart-gauge {
        width: 120px;
        height: 120px;
    }
}

.title-quickx {
    font-weight: bold;
    font-size: 2rem
}

.no-gutter {
    margin: 0px !important;
    padding: 0px !important;
}

.hover-zoom:hover {
    transform: scale(1.1);
    transition: transform 0.2s;
    cursor: pointer;
}

.overview-papa {
    width: 100%;
    height: 700px;
    overflow-x: auto;
    overflow-y: hidden;
}

.overview-child {
    width: 1850px;
    height: 700px;
	position: relative;
}

.pump.stop {
    background-image: url('../images/bom_stop.png');
}

.pump.run {
    background-image: url('../images/bom_run.png');
}

.pump {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 296px 170px;
    width: 296px;
    height: 170px;
}

.pump-1{ left: 5px; top: 176px; }
.pump-2{ left: 5px; top: 347px; }
.pump-3{ left: 5px; top: 518px; }

.pump-4{ left: 650px; top: 4px; }
.pump-5{ left: 650px; top: 176px; }
.pump-6{ left: 650px; top: 347px; }
.pump-7{ left: 650px; top: 518px; }

.pump-8{ left: 1310px; top: 4px; }
.pump-9{ left: 1310px; top: 176px; }
.pump-10{ left: 1310px; top: 347px; }
.pump-11{ left: 1310px; top: 518px; }

.pump.run .nuoc-chay {
	position: absolute;
	background-image: url('../images/nuoc-chay.gif');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 175px;
	height: 82px;
	left: 296px; top: 1px;
}
.thong-tin {
	position: absolute;
	font-weight: bold;
	font-size: 1rem;
	color: #000;
	padding: 2px 5px;
	border-radius: 5px;
	width: 180px;
	left: 262px; top: 41px;
}
.thong-tin table,.thong-tin table tr, .thong-tin table tr td, .thong-tin table tr th {
    background-color: rgba(255, 255, 255, 0.1);
    padding:0;
}
.thong-tin .op-0 {
    background-color: rgba(255, 255, 255, 0) !important;
}

.bom-moi{
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 96px;
    height: 150px;
    
    .quat{
        position: absolute;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 70px;
        height: 70px;
        left: 15px; top: 53px;
    }
    .thong-tin{
        position: absolute;
        left: 17px; top: 13px;
    }
}

.bom-moi.run{
    background-image: url('../images/bom_moi_run.png');
    .quat{
        background-image: url('../images/quat_run.png');
        animation: spin 2s linear infinite;
    }
    .phun-nuoc{
        position: absolute;
        background-image: url('../images/phun_nuoc.gif');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 45px;
        height: 80px;
        left: -3px; top: -15px;
        opacity: 0.6;
    }
}

.bom-moi.stop{
    background-image: url('../images/bom_moi_stop.png');
    .quat{background-image: url('../images/quat_stop.png');}
}
/* Định nghĩa chuyển động xoay */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.moi-1{
left: 20px; top: 13px;
}
.moi-2{
left: 290px; top: 13px;
}