@charset "utf-8";
/* CSS Document */
body {
    color: #4c5761;
}
h4 {
    color: #115e99;
    margin-bottom: 25px;
}
.table {
    color: #4c5761;
}
label {
    font-weight: bold;
}
.header {
    padding-top: 5px;
    padding-bottom: 5px;
    /*	background-color: #98a1a9;*/
    background-color: #014282;
}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.btn {
    border-radius: 2rem;
    padding: .65rem .75rem;
}
.btn-danger {
    background-color: #119d01;
    border-color: #119d01;
}
.footer {
    /*    position: absolute;*/
    bottom: 0;
    width: 100%;
    height: 190px;
    background-image: url("../img/background-body.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    margin-top: 30px;
}
.has-icon .form-control {
    padding-left: 2.375rem;
}
.has-icon .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.form-control:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(40, 167, 69, 0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(40, 167, 69, 0.3);
    outline: 0 none;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(233, 236, 239, 0.75);
}
/*.custom-control-label:before{
  
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color:#b62b2b;
}
*/
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #28a745;
    box-shadow: 0 0 3px #28a745;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 3px #28a745;
    border-color: #28a745;
}
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
    box-shadow: 0 0 3px #28a745;
    background: rgba(0, 255, 0, .3);
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #28a745;
}
.custom-control-label::before {}
.checkbox-lg .custom-control-label::before, .checkbox-lg .custom-control-label::after {
    top: .8rem;
    width: 1.55rem;
    height: 1.55rem;
}
.checkbox-lg .custom-control-label {
    padding-top: 13px;
    padding-left: 6px;
}
label:before {
    font-family: FontAwesome;
    content: "\f0da";
    color: #28a745;
    padding-right: 5px;
    font-size: 0.75rem;
    vertical-align: text-bottom;
}
.btn-circle.btn-sm {
    width: 40px;
    height: 40px;
    padding-top: 2px;
    padding-right: 3px;
    padding-bottom: 5px;
    padding-left: 0px;
    border-radius: 25px;
    font-size: 8px;
    text-align: center;
}
.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}
.table-bordered.cupon {
    border: 4px dashed #dee2e6;
}
.table .thead-dark th {
    color: #fff;
    background-color: #667987;
    border-color: #667987;
}
table thead tr th p {
    letter-spacing: -2px;
}
.w40 {
    width: 35%;
}
.w60 {
    width: 65%;
}
.btn-squared-default {
    width: 170px !important;
    height: 170px !important;
    border-radius: 20px;
    padding-top: 1.5rem;
}
.btn-squared-default:hover {
    border: 3px solid white;
}
.btn-squared-default:before {
    content: "";
    display: inline-block;
    height: 90px;
    width: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 3px;
}
.btn-squared-default.btn-tecnicos:before {
    background-image: url(../img/btn-controlando-tecnicos.svg);
}
.btn-squared-default.btn-hidroelevadores:before {
    background-image: url("../img/btn-controlando-hidroelevadores.svg");
}
.btn-squared-default.btn-administrativos:before {
    background-image: url("../img/btn-controlando-administracion.svg");
}


tr.recorridos-activos td.estado:before {
    content: "";
    display: block;
	margin-left: auto;
    margin-right: auto;
    height: 25px;
    width: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/recorrido-activo.svg");
	margin-bottom: 4px;
}
tr.recorridos-borrador td.estado:before {
    content: "";
    display: block;
	margin-left: auto;
    margin-right: auto;
    height: 25px;
    width: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/recorrido-borrador.svg");
	margin-bottom: 4px;
}


img.hidroicon {
    filter: brightness(0) saturate(100%) invert(89%) sepia(12%) saturate(121%) hue-rotate(165deg) brightness(86%) contrast(85%);
    height: 65px;
    display: inline-block;
}
.swal-button--confirm:not([disabled]):hover {
    background-color: #218838;
}
.swal-button--cancel:not([disabled]):hover {
    background-color: #5a6268;
}
.swal-text {
    color: #4c5761;
    text-align: center;
}
.swal-title {
    color: #4c5761;
    font-size: 24px;
}
.swal-icon--warning__body, .swal-icon--warning__dot {
    background-color: #28a745;
}
.swal-icon--warning {
    border-color: #28a745;
    -webkit-animation: none;
    animation: none;
}
@media screen and (max-width: 992px) {
    .footer {
        height: 130px;
    }
    .btn-squared-default {
        width: 94px !important;
        height: 94px !important;
        border-radius: 12px;
        padding: 0.75rem 0.40rem;
        font-size: 0.55rem;
    }
    .btn-squared-default:hover {
        border: 1px solid white;
    }
    .btn-squared-default:before {
        content: "";
        display: inline-block;
        height: 50px;
        width: 50px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 5px;
    }
}