@font-face {
    font-family: 'Monteserrat';
    src: url(../assets/fonts/Montserrat-Regular.woff) format('woff'),
        url(../assets/fonts/Montserrat-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Monteserrat-bold';
    src: url(../assets/fonts/Montserrat-Bold.woff) format('woff'),
        url(../assets/fonts/Montserrat-Bold.woff2) format('woff2');

}

@font-face {
    font-family: 'Monteserrat-light';
    src: url(../assets/fonts/Montserrat-Light.woff) format('woff'),
        url(../assets/fonts/Montserrat-Light.woff2) format('woff2');
}

@font-face {
    font-family: 'Monteserrat-thin';
    src: url(../assets/fonts/Montserrat-Thin.woff) format('woff'),
        url(../assets/fonts/Montserrat-Thin.woff2) format('woff2');
}

hmtl,
body {
    margin: 0;
    background-color: rgb(235, 236, 241);
    font-family: "Monteserrat-thin";
}

.dataTables_wrapper {
    font-family: "Monteserrat-light";
}

.align-center {
    text-align: center;
}

.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.j-center {
    justify-content: center;
}

.j-space-between {
    justify-content: space-between;
}

.j-space-evenly {
    justify-content: space-evenly;
}

.a-center {
    align-items: center;
}

.a-start {
    align-items: flex-start;
}

.a-end {
    align-items: flex-end;
}

.a-content-center {
    align-content: center;
}

.a-content-start {
    align-content: flex-start;
}

.a-content-end {
    align-content: flex-end;
}

.a-content-space-between {
    align-content: space-between;
}

.margin-auto {
    margin: 0 auto;
}

.w-100 {
    width: 100% !important;
}

.w-75 {
    width: 75% !important;
}

.w-50 {
    width: 50% !important;
}

.w-25 {
    width: 25% !important;
}

.w-33 {
    width: 32% !important;
}

.w-40 {
    width: 40% !important;
}

.w-48 {
    width: 48% !important;
}

.h-100 {
    height: 100% !important;
}

.h-75 {
    height: 75% !important;
}

.h-50 {
    height: 50% !important;
}

.h-25 {
    height: 25% !important;
}

.first-row{
    margin-top: -45px;
}

.first-row2 {
    position: relative;
    z-index: 1;
}

.row {
    padding: 10px 0;
}

.card {
    display: inline-block;
	position: relative;
    border-radius: 0.25rem;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%) !important;
    z-index: 2;
    background-color: white;
    border: 1px solid #e3e6f0;
    min-height: 20px;

    width: 100%;
    margin: 0 0.7%;
}

.card h3 {
    font-family: "Monteserrat-thin";
    color:rgb(15, 15, 15);
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card h4{
    font-family: "Monteserrat-light";
    color: rgb(114, 114, 114);
    font-size: 12px;
    margin: 0;


}

.card-info{
    text-align: left;
    padding-left: 20px;
    margin-top: 10px;
    font-weight: bold;
}


.wrap-main {
    margin-left: 230px;
    margin-right: 30px;
}

.card-chart{
    margin: 0 20px;
    height: 220px;
}

.card-content{
    margin:20px;
}

.temp {
    height: 40vh;
    line-height: 60px;
}

.header-home {
    height: 400px !important;
    background: linear-gradient(to right, #0c2646 0%, #204065 60%, #2a5788 100%);
    z-index: -10;
    margin: 0;
    padding-left: 230px;
}

.header a{
    text-decoration: none;
    color: white;
}

.home-header-title {
    color: white;
    font-size: 20px;
    font-family: "Monteserrat-light";
    padding-top: 20px;
    margin-bottom: 20px;
}

.top-graph{
    height: 270px;
}

.table-wrapper {
    margin: 50px auto;
    width: 98%;
}

.table-wrapper table th {
    color: #f96332;
    font-size: 18px;
    font-weight: 100;
    text-align: left;
}

.table-wrapper table td {
    padding-left: 18px !important;
    color: black;
    font-size: 17px;
    font-family: "Monteserrat";
}

.s-btn{
    padding: 8px 10px;
    color: white;
    background-color: green;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid green;
}

th.dt-center, td.dt-center { text-align: center; }

#map { height: 90vh; }

.popup-button {
    padding: 2px 6px;
    color: white;
    background-color: #f96332;
    border-radius: 3px;
    font-size: 13px;
}

.leaflet-popup-content{
    margin: 0 !important;
    height: auto;
    width: 70vh;
}

.leaflet-popup-wrapper{
    height: auto;
}

.leaflet-popup-content-wrapper{
    padding: 0 !important;
}

.leaflet-popup-close-button {
    background-color: #f96332 !important;
    border-radius: 4px !important;
    color: white !important;
    top: 5px !important;
    right: 5px !important;
}

.popup-header {
    background-color: #204065;
    padding: 14px 0;
    color: white;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.popup-table {

    width: 100%;
}

.popup-table table {
    border-collapse: collapse;
    width: 100%;
}

.popup-table table td {
    border-bottom: 1px solid gray;
    padding: 10px 0 8px 10px;
    color: black;
    height: 30px;
}

.popup-table tr:last-child td {
    border-bottom: none;
}

.popup-table tr td:last-child{
    text-align: right;
    padding-right: 10px;
}

.popup-table a {
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 14px;
    font-family: 'Monteserrat-light';
    color: white !important;
}

.counters-dropdown{
    top: 58px;
    left: 450px;
    z-index: 999;
    position: absolute;
    background-color: white;
    border-radius: 2px;
    color: gray;
    display: none;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.15) !important;
    transition: 0.4s;
    min-width: 160px;
}

.counters-dropdown a:hover{
    background-color: rgba(218, 218, 218, 0.686);
    cursor: pointer;
}

.counters-dropdown  a{
    font-family: 'Monteserrat-light';
    text-decoration: none;
    color: rgb(27, 27, 27);
    font-size: 13px;
    display: block;
    padding: 12px 16px;
    
}

.counters-dropdown:focus{
    outline: none;
}

.counters-dropdown::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 40%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #f9f9f9 transparent;
}

.not-found-img {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Monteserrat-light";
    margin: 20vh 0;
}

.not-found-img img {
    width: 35vw;
}

.green-btn {
    padding: 0;
    font-size: 15px;
    line-height: normal;
    background-color: #18ce0f;
    color: #FFFFFF;
    border-width: 2px;
    font-weight: 400;
    border: none;
    margin: 10px 1px;
    padding: 11px 12px;
    border-radius: 5px;
    cursor: pointer;
}


.green-btn:hover{
    background-color: #14ff08;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}
/*----- LOADER ------*/



.loader-wrap {
    height: 100vh;
    width: 100vw;
    display:none;
    position: fixed;
    text-align: center;
    background-color: rgba(218, 218, 218, 0.45);
    z-index: 9999;
}

.loader-img{
    z-index: 10000;
    position: absolute;
    top: -33%;
    left: 17%;
}

.loader-wrap .loader {
    height: 150px;
    width: 150px;
    position: relative;
    top: 48%;
    left: 46%;
    text-align: center;

}
.loader-wrap .loader::before {
    content: "";
    position: absolute;
    height: 55%;
    width: 55%;
    border-radius: 50%;
    border: 7px solid transparent;
    border-top-color: #76c3df;
    border-bottom-color: #76c3df;
    transform: translate(-50%, -50%);
    animation: rotate 1s linear infinite;
    z-index: 10001;
}

@keyframes rotate {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/*-----------------------------------*/

.areas-table tr td{
    padding: 15px 0 !important;
} 

.areas-table th {
    text-align: left;
    color: orangered;
    text-align: left;
    padding-left: 0 !important;
}

.areas-table tr td:nth-last-child(1){
    text-align: center;
}

.counters-details {
    width: 100%;
    text-align: center;
}

.counters-details td {
    width: 20%;
}

.counters-details-p{
    display: inline-block;
    margin: 0;
    width: 38%;
}

.counters-details-p:nth-of-type(even){
    text-align: left;
    padding: 10px 0 10px 10px;
    color: black;
    font-family:Monteserrat-light;
}

.counters-details-p:nth-of-type(odd){
    text-align: right;
    padding: 10px 10px 10px 0;
}

.counters-details-chart-title{
    text-align: center;
    margin: 30px 0;
    font-family: "Monteserrat-light";
    font-size: 20px;
}

.date-form-wrapper{
    text-align: center;
    margin-top: 10px;
}

.date-form-wrapper .date-form-input-wrapper {
    width: 49%;
    display: inline-block;
}

.date-form-input-wrapper label{
    display: block;
    width: 94%;
    text-align: left;
    font-family: "Monteserrat-light";
    font-size: 15px;
    padding-left: 5px;
}

.date-form-input-wrapper input, .input-pattern{
    border-radius: 20px;
    width: 94%;
    border: 1px solid lightgray;
    color: gray;
    padding: 8px 10px;
    margin-top: 5px;
}

.date-form-input-wrapper input:focus{
    border: 1px solid #f96332 !important;
}

.date-form-button{
    margin-top: 15px;
}

.date-form-button button {
    background-color: #f96332;
    border-radius: 5px;
    padding: 10px 15px;
    color: white;
    font-size: 12px;
    font-family: "Monteserrat-light";
    border: none;
}

.date-form-button button:not(.export-button):hover{
    background-color: #fa794e;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: 0.3s;
}

.date-form-button .export-button{
    margin-left: 15px;
    background-color: #302b2a;
    transition: 0.3s;
}

.date-form-button .export-button:hover{
    cursor:not-allowed;
}

.date-form-button .export-button-enabled{
    background-color: #0f9c24;
}

.date-form-button .export-button-enabled:hover{
    cursor: pointer;
    background-color: #13b92c;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
}

.counters-details-chart{
    height: 400px;
    margin: 10px;
}

#tableRow .card table {
    margin: 0 auto;
    widtH: 95%;
    text-align: left;
    font-family: "Monteserrat-light";
    border-collapse: collapse;
}

#tableRow .card tr {
    border-bottom: 1px solid rgba(180, 180, 180, 0.682) !important;

}

#tableRow .card th{
    font-weight: 300;
    color: #f96332;
    font-size: 20px;
    padding: 20px 0;

}

#tableRow .card td{
    color: black;
    padding: 12px 0;
    font-size: 14px;
}

.table-colored-row {
    background-color: #73c5e332;
}

.alarmTable th{
    font-family: "Monteserrat-thin";
    font-weight: 100;
}

.alarmTable td{
    font-family: "Monteserrat-light" !important;
    font-size: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.alarm-close-button {
    padding: 7px 12px;
    font-size: 20px;
    background-color: #13b92c;
    border: none;
    transition: 0.3s;
}

.alarm-close-button:hover{
    cursor: pointer;
    background-color: #1adc37;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
}

.dropdown{
    position: relative;
    display: inline-block;

}

.dropdown-toggle{
    user-select: none;

}

.dropdown-toggle i{
    z-index: 999;
}

.dropdown-toggle:hover, .dropdown-toggle:focus{
    background-color: #9f9f9f7d;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f7f7f7;
    border-radius: 2px;
    font-size: 13px;
    
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10000;
    top: 50px;
    padding: 10px 0;
}

.dropdown-content a, .dropdown-content .disabled-dropdown {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    margin: 5px 0;
    font-weight: 600;
    font-family: "Monteserrat-thin";
    user-select: none;
    }

.dropdown-content .disabled-dropdown{
    color:rgba(114, 114, 114, 0.43);
}

.dropdown a:hover {
    background-color: #ddd;
    transition: 0.3s;
}

.dropdown-content::before{
    content: "";
    position: absolute;
    top: -16px;
    left: 20px;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #f9f9f9 transparent;
}

.show{
    display: block !important;
}

.date-form-button button:disabled{
    background-color: #bd6f55b9;
}

.date-form-button button:disabled:hover{
    cursor: not-allowed;
    background-color: #bd6f55b9;
    box-shadow: none;
}

.date-form-button .export-button:disabled {
    background-color: rgb(132, 131, 131);
}

.date-form-button .export-button:disabled:hover {
    cursor: not-allowed;
    background-color: rgb(132, 131, 131);
}

.disabled label{
    font-size: 12px;
    color: gray;
}

.disabled input {
    background-color: rgba(230, 230, 230, 0.79);
    border: none;
}

.disabled input:hover {
    cursor: not-allowed;
}

.alarm-close-button:disabled {
    background-color:#14ff0866;
}

.alarm-close-button:disabled:hover{
    background-color:#14ff0866;
    cursor: not-allowed;
    box-shadow: none;
}

.alarm-setlist-table{
    border-collapse: collapse;
}

.alarm-setlist-table td{
    margin: 10px;
    padding: 10px 0;
}


.setlist-name {
    text-align: right;
    width: 30%;
    font-family: "Monteserrat-light";
    font-size: 15px;
}

.setlist-input{
    text-align: center;
}

.setlist-input input{
    width:70%;
    padding: 10px 0 8px 20px;
}

.alarm-setlist-checkbox{
    width: 20%;
}

.alarm-setlist-checkbox div {
    padding: 8px 12px;
    font-size: 18px;
    color: white;
    background-color: #6e64646b;
    border-radius: 3px;
    display: inline;
}

.alarm-setlist-checkbox-checked div{
    background-color: #2ac922;
}

.dashboard-tables table{
    margin-top: 20px;
}

.dashboard-tables th{
    color: orangered;
    font-size: 14px;
}

.dashboard-tables  td {
    font-size: 12px;
    text-align: center;
    padding: 10px !important;
}



.water-year-table th{
    font-size: 18px !important;
 }

 .water-month-graph{
    height: 50vh;
    margin-bottom: 20px;
 }

.logout {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    text-transform: uppercase;
    font-weight: 100;
    display: flex;
}

.logout i:first-of-type{
    font-weight: 100;
}

.logout i{
    text-decoration: none;
    font-size: 18px;
    color: white;
    margin: 0 5px;
}

.logout a{
    color: white;
    text-decoration: none;
    padding: 10px 5px;
    border-radius: 10px;
    transition: 0.4s;
    display: flex;
    width: auto;
    justify-content: space-around;
    align-items: center;
    margin: 0 5px;
}

.logout a:first-of-type p{
    font-size: 11px;
    color: rgb(0, 232, 253);
}

.logout a p{
    font-size: 12px;
    height: auto;
    margin: 0 5px;
}

.logout a:hover{
    background-color: rgba(189, 189, 189, 0.282);
    
}



.bvd-header a, .bvd-header .info-div{
    font-size: 12px !important;
}

.bvd-header .page-name a{
    font-size: 12px !important;
}

.bvd-header .info{
    margin-left: 0 !important;
}

.header .info .info-div{
    padding: 13px 12px 16px 12px !important;
}

.dropdown-content p{
    color: black;
    margin-left: 5px;
}

.dryer .card{
    margin: 0;

}

.dryer .slider-settings{
    position: absolute;
    border: 1px solid gray;
    width: 37px;
    padding: 8px 0;
    border-radius: 50%;
    right: 15px;
    top: 6px;
    text-align: center;
}


.dryer .slider-settings:hover {
    cursor: pointer;
}



.dryer .settings-content{
    position: absolute;
    display: none;
    border: 1px solid gray;
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.55);
    background-color: #fff;
    right: 20px;
    z-index: 99;
    width: 200px;
}

.dryer .settings-content div{
    padding: 10px 0;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    transition: 0.3s;
    user-select: none;
    font-family: "Monteserrat";
}

.dryer .settings-content div:hover {
    background-color: rgba(210, 210, 210, 0.448);
    cursor: pointer;
}

.dryer .w-33 .card-info h4{
    font-size: 14px !important;
    padding: 5px 0;
    line-height: 20px;
}

.dryer .w-33 .card-info {
    height: 50px;
    position: relative;
}

.dryer .row{
    display: flex;
    justify-content: space-between;
}

.dryer .moisture-table{
    display: flex;
    justify-content: center;
}

.dryer .moisture-table td {
    width: 65px;
    height: 28px;
    text-align: center;
    font-weight: bold;
    
}

.dryer .moisture-table tr:first-of-type td {
    background-color: #155577;
    color: white

}


.dryer .moisture-table tr:last-of-type td {
    background-color:  #50829c5d;
    color: black;
}

.dryer .slider{
    display: flex;
    width: 100%;
    font-weight: 600;
    justify-content: space-around;
}




.dryer .slider .start-value,.dryer .slider .end-value{
    width: 12%;
    text-align: center;
}

.dryer .slider .bar-wrapper{
    width: 70%;
    display: flex;
    align-items: center;

}

.dryer .slider .bar {
    width: 100%;
    display: flex;
    align-items: center;
    height: 15px;
    position: relative;
    box-shadow: 1px 1px 2px 1px #736D6D;
}

.dryer .slider .bar div{
    
    height: 100%;
}

.dryer .slider .bar .bar-green{
    background-color: rgb(17, 154, 17);
}

.dryer .slider .bar .bar-yellow{
    background-color: rgb(251, 188, 72);
}

.dryer .slider .bar .bar-red{
    background-color: rgb(255, 41, 41);
    width: 34%;
}

.dryer .slider .bar .indicator{
    position: absolute;
    top: -8px;
    left: 0;
   text-align:center;
}

.dryer .slider .bar .indicator div{
    height: 23px;
    width: 8px;
    margin-left: 5px;
    border: 4px solid black;
}

.dryer .recipes{
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 20px 15px 10px 15px;
    font-family: "Monteserrat";
    z-index: 1;
}

.dryer .recipes .col {
    width: 14%;
    text-align: center;
}


.dryer .recipes .col .circle {
    border: none;
    width: 70px;
    padding: 15px 0;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    color: white;
    background-color:rgb(17, 154, 17);
    text-align: center;
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.55);
}

.dryer .recipes .col .name{
    min-height: 84px;
}

.dryer .recipes .col p:nth-of-type(2){
    min-height: 44px;
}
.dryer .recipes .col p:nth-of-type(5){
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
}

.dryer .recipes .col p {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
}

.dryer .recipes .com-btn {
    font-family: "Monteserrat-light";
    color: white;
    font-weight: 100;
    font-size: 15px;
    padding: 6px 15px;
    background-color: #f96332;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%) !important;
}

.dryer .recipes .com-btn:hover {
    background-color: #fa7a50;
    cursor: pointer;
    transition: 0.3s;
}

.bold-value {
    font-weight: bold;
}

.dryer-chart{
    height: 350px;
}

#dialog {
    display: none;
    text-align: center;
    z-index: 1000;
}

#dialog input{
    width: 99%;
    height: 65%;
    margin: 0 auto;
}

.ui-dialog-buttonset .ui-button{
    font-family: "Monteserrat-light";
    color: white;
    font-weight: 100;
    font-size: 15px;
    padding: 6px 15px;
    background-color: #f96332;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%) !important;
}

.gray-bg{
    background-color: rgba(44, 44, 44, 0.463);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.ui-dialog{
    z-index:1000;
    position: fixed;
}


.info-div-disabled{
    color: rgba(151, 151, 151, 0.744) !important;
}

.info-div-disabled:hover{
    background-color: #ffffff00 !important;
    cursor:auto !important;
    user-select: none;
}