body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #23282c;
    text-align: left;
    background-color: #e4e5e6;
}

@media (min-width: 1200px) {
    .container {
        max-width: 95% !important
    }
}

.modal-content {
    margin-top: 140px !important
}

.badge-primary {
    color: #FFF !important;
    background-color: #ff2626 !important
}

.barradenavegacion {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 65px;
    padding: 8px 25px;
    margin: 0;
    background-color: #fff;
    border-bottom: 1px solid #c8ced3;
}

.alert {
    margin-top: 40px !important
}


.bottom {
    z-index: 9999;
    width: 100%;
    height: 50px;
    margin: 0;
    background-color: #fff;
    border-top: 1px solid #c8ced3;
    position: fixed;
    bottom: 0;
}

.copyright {
    text-align: center;
    font-size: 12px;
    color: grey;
    margin-top: 20px
}

.logo {}

.boton {
    display: inline-block;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none
}

.boton:hover {
    text-decoration: none !important;
}

.btn_login {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74;
    text-decoration: none;
    float: right;
    margin: 7px 10px 0 0
}

.btn_login:hover {
    color: #fff;
    background-color: #3ea662;
    border-color: #3ea662;
}

.btn_usuario {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
    text-decoration: none;
    float: right;
    margin: 7px 10px 0 0
}

.btn_usuario:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    background-color: #d39e00;
    border-color: #d39e00;
}

.btn_noti {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8;
    text-decoration: none;
    float: right;
    margin: 7px 10px 0 0
}

.btn_noti:hover {
    color: #fff;
    background-color: #1985ac;
    border-color: #1985ac;
}

.btn_crear {
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74;
    text-decoration: none;
    float: left;
    margin: 7px 10px 0 0
}

.btn_crear:hover {
    color: #fff;
    background-color: #3ea662;
    border-color: #3ea662;
}

.btn_register {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8;
    text-decoration: none;
    float: right;
    margin: 7px 10px 0 0
}

.btn_register:hover {
    color: #fff;
    background-color: #1985ac;
    border-color: #1985ac;
}

.btn_eliminar {
    color: #fff;
    background-color: #f86c6b;
    border-color: #f86c6b;
    text-decoration: none;
    float: right;
    margin: 5px 8px 0 0
}

.btn_eliminar:hover {
    color: #fff;
    background-color: #f63c3a;
    border-color: #f63c3a;
    margin: 5px 8px 0 0
}

.btn_editar {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
    text-decoration: none;
    float: right;
    margin: 5px 8px 0 0
}

.btn_editar:hover {
    color: #000;
    background-color: #d39e00;
    border-color: #d39e00;
    margin: 5px 8px 0 0
}

.menusecciones {
    color: #000;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
    margin: 7px 10px 0 0
}

.menusecciones:hover {
    color: #000 !important;
    background-color: #d1dbe1;
    border-color: #d1dbe1;
}

.cuadrologin {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c8ced3;
    border-radius: 0.25rem;
    margin: 60px auto;
    width: 100%;
    max-width: 600px;
}

.cuadrotabla {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c8ced3;
    border-radius: 0.25rem;
    margin: 60px auto;
    width: 90%;

}

.cuadrocuerpo {
    background-color: #FFF;
    padding: 40px
}

.titular {
    background-color: #20a8d8;
    padding: 10px 20px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}

.btn_ingreso {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8;
    text-decoration: none;
    margin: 7px 10px 0 0
}

.btn_ingreso:hover {
    color: #fff;
    background-color: #1985ac;
    border-color: #1985ac;
}
.btn_ingreso:disabled {
    color: #fff;
    background-color: #878787;
    border-color: #878787;
}

input[type=button] {
    display: inline-block;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
        
    background-color: #20a8d8;
    border-color: #20a8d8;
    text-decoration: none; margin-left: 15px
}

.olvido {
    color: #1985ac;
    display: inline-block;
    float: right;
    line-height: 50px
}

.campo {
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5c6873;
    text-align: center;
    white-space: nowrap;
    background-color: #f0f3f5;
    border: 1px solid #e4e7ea;
    border-radius: 0.25rem;
}

.textarea {
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5c6873;
    text-align: left;
    white-space: nowrap;
    background-color: #f0f3f5;
    border: 1px solid #e4e7ea;
    border-radius: 0.25rem;
    width: 100%;
    height: 150px
}

.contenedor {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.contenedor:hover input ~ .checkmark {
    background-color: #ccc;
}

.contenedor input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.contenedor input:checked ~ .checkmark:after {
    display: block;
}

.contenedor .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.tabla {
    border-collapse: collapse;
    width: 100%;
}

.tabla td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 40px
}

.tabla tr:nth-child(even) {
    background-color: #f2f2f2;
}

.tabla tr:hover {
    background-color: #ddd;
}

.tabla th {
    padding: 12px;
    text-align: left;
    background-color: #f0f3f5;
    border: 1px solid #ddd;
    color: #000;
    line-height: 20px
}

.titulo {
    font-size: 21px;
    font-weight: 700;
    color: #3c3c3c
}
.labels {
    font-size: 18px;
    font-weight: 600;
    color: #3c3c3c
}


.select-css {
    display: inline-block;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 1.3;
    padding: .4em 1.4em .3em .8em;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .03);
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
        linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
    display: none;
}

.select-css:hover {
    border-color: #888;
}

.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

.select-css option {
    font-weight: normal;
}


.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.drop {
    position: relative;
    display: inline-block;
}

.drop-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.drop-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.drop-content a:hover {
    background-color: #f1f1f1
}

.drop:hover .drop-content {
    display: block;
    margin-top: 40px
}

.drop:hover .dropbtn {
    background-color: #3e8e41;
}


.listanoti {
    list-style-type: decimal
}

.vernoti {
    color: black;
    padding: 9px 15px;
    text-decoration: none;
    background-color: #f9f9f9;
    display: block;
    margin-left: 10px
}

.drop-contentnoti {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 350px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.drop-contentnoti li {
    padding: 5px 13px;
}

.drop-contentnoti a {
    color: #000;
    text-decoration: none;
}

.drop-contentnoti li:hover {
    background-color: #f1f1f1
}

.drop:hover .drop-contentnoti {
    display: block;
    margin-top: 40px
}

.leida,
.pagada {
    color: #4dbd74 !important;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #4dbd74;
    text-decoration: none;
    float: left;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 5px;
    width: 100%
}

.descargada {
    color: #eeab3c !important;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #eeab3c;
    text-decoration: none;
    float: left;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 5px;
    width: 100%
}

.noleida,
.pendiente {
    color: #e65353 !important;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #e65353;
    text-decoration: none;
    float: left;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 5px;
    width: 100%
}



.notificar {
    background-color: #f5af5a;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    padding: 0px 11px;
    text-decoration: none;
}

.notificar:hover {
    background-color: #fb9e25;
    color: #ffffff;
}

.notificar:active {
    position: relative;
    top: 1px;
}

.pagada2 {
    background-color: #37b755;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    padding: 0px 14px;
    text-decoration: none;
}

.pagada2:hover {
    background-color: #1ea93f;
    color: #ffffff;
}

.pagada2:active {
    position: relative;
    top: 1px;
}

.icon {
    background-color: transparent;
    border: none;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    border-radius: 70px
}

/* Darker background on mouse-over */
.icon_edit {
    background-color: #f3b245;
    padding: 10px 11px;
}

.icon_edit:hover {
    background-color: #ffc107;
    padding: 10px 11px;
    color: #FFF;
}

.icon_eliminar {
    background-color: #f86c6b;
    padding: 0px 13px;
}

.icon_eliminar:hover {
    background-color: #ef1616;
    padding: 0px 13px;
    color: #FFF;
}
