.bolded {
    font-weight: bold;
}

/* Colors
    morado =  #8e24aa
    azul = #00bcd4
    verde = #4caf50
    orange = #ff9800
    rojo = #f44336
    rosado = #e91e63
  */

.actions-btn {
    background-color: #00bcd4 !important;
}
.togglebutton label input[type="checkbox"]:checked + .toggle {
    background-color: #00bcd4;
}
.togglebutton label input[type="checkbox"]:checked + .toggle:after {
    border-color: #00bcd4;
}
.pagination > .page-item.active > a,
.pagination > .page-item.active > a:focus,
.pagination > .page-item.active > a:hover,
.pagination > .page-item.active > span,
.pagination > .page-item.active > span:focus,
.pagination > .page-item.active > span:hover {
    background-color: #00bcd4;
    border-color: #00bcd4;
    color: #ffffff;
    box-shadow: none !important;
}

.form-control,
.is-focused .form-control {
    background-image: linear-gradient(
            to top,
            #00bcd4 2px,
            rgba(156, 39, 176, 0) 2px
        ),
        linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.form-check .form-check-label .circle .check {
    background-color: #00bcd4 !important;
}

.form-check .form-check-input:checked ~ .circle {
    border-color: #00bcd4 !important;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14),
        0 7px 10px -5px rgba(156, 39, 176, 0.4);
    background-color: #00bcd4;
    color: #ffffff;
}

.bootstrap-select .dropdown-item.active {
    background: #00bcd4;
    color: #ffffff;
}

.content {
    padding-top: 0px !important;
}

.btn.btn-fab,
.btn.btn-just-icon {
    margin: 0px !important;
}

.card .table tr td {
    padding: 0px !important;
}

.custom-select:focus {
    border-color: #00bcd4 !important;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
        0 0 5px rgba(128, 189, 255, 0.5);
}

.modal-dialog .modal-body {
    padding-bottom: 0px !important;
}

/* mode day */

.checkbox {
    opacity: 0;
    position: absolute;
}

.label_mode_day {
    background-color: #111;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    position: relative;
    height: 19px;
    width: 45px;
    transform: scale(1.2);
}

.label_mode_day .ball {
    background-color: #fff;
    border-radius: 50%;
    position: absolute;

    left: 2px;
    height: 18px;
    width: 18px;
    transform: translateX(0px);
    transition: transform 0.2s linear;
}

.checkbox:checked + .label_mode_day .ball {
    transform: translateX(24px);
}

.wb_sunny {
    font-size: 14px !important;
    color: #f39c12;
}
.nightlight {
    font-size: 14px !important;
    color: #f1c40f;
}

.tittle-day {
    transition: background-color 0.3s ease-in;
}
.card-day {
    transition: background-color 0.3s ease-in;
}

.table {
    transition: background-color 0.3s ease-in;
}
/* end mode day */
.a-color {
    color: #00bcd4 !important;
}

/* mode nigth */

.card-nigth {
    transition: background-color 0.3s ease-in;
    background-color: #303030 !important;
    box-shadow: 0 1px 4px 0 #222 !important;
}
.content-nigth {
    transition: background-color 0.3s ease-in;
    background-color: #222 !important;
}
.tittle-nigth {
    transition: background-color 0.3s ease-in;
    color: white !important;
}
.table-hover thead tr:hover th,
.table-hover tbody tr:hover td {
    transition: background-color 0.3s ease-in;
    background-color: #99999994;
}

.table-dark {
    transition: background-color 0.6s ease-in !important;
}

/* end mode nigth */

/* real time */

.select_over_map {
    position: absolute;
    z-index: 100;
    top: 80px;
    left: 3px;
   
}

.collapseLayer_over_map {
    min-width: 18%;
    position: absolute;
    z-index: 100;
    top: 140px;
    left: 20px;
    background-color: rgba(255, 255, 255, 0.35);
    transition: 0.3s all ease-in;
    transition: 0.3s all ease-out;
}

#pill {
    position: absolute;
    bottom: 0px;
    left: 18px;
    z-index: 100;
}

.container-pill {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 360px) {
    .container-pill {
        max-width: 540px;
        min-height: 301px;
    }
}

@media (min-width: 576px) {
    .container-pill {
        max-width: 540px;
        min-height: 301px;
    }
}

@media (min-width: 768px) {
    .container-pill {
        max-width: 720px;
        min-width: 680px;
        min-height: 301px;
    }
}

@media (min-width: 992px) {
    .container-pill {
        max-width: 960px;
        min-width: 680px;
        min-height: 222px;
    }
}

@media (min-width: 1200px) {
    .container-pill {
        max-width: 1140px;
        min-height: 251px;
    }
}

.loader_one {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 2000;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: rgba(17, 17, 17, 0.4);
}

.loader_two {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #00bcd4;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.p_label {
    font-size: 14px !important;
    line-height: 1.42857 !important;
    color: #AAAAAA !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
}
