@import url(https://fonts.googleapis.com/css?family=Roboto:300);
html,
body {
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    font-size: 1.0em;
    /*font-family:"Roboto", sans-serif;*/
    color: #031e30;
    background: #ffffff;
    text-align: justify;
}


/* Header */

.header-login {
    width: 100% !important;
    text-align: center;
}

.header-login img {
    width: 100%;
    height: auto;
}


/* FOOTER --------------------------------------- */

footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px 10px;
    background: #F9F9F9;
    font-size: 13px;
    color: #89939C;
    text-align: center;
}

footer a {
    text-decoration-line: none;
    color: #43A047;
}

.main {
    border: 0px solid black;
    border-radius: 25px;
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    padding: 50px;
}


/* GUI */

.btn_exit {
    float: right;
    width: 41px;
    height: 42px;
    margin-top: 5px;
    margin-right: 10px;
    text-align: right;
}

.btn_next {
    text-align: center;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #34bd15;
    border: 0;
    border-radius: 5px 0 5px 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
}

.btn_next:hover {
    cursor: pointer;
    opacity: .60;
}

.btn_next_azul {
    text-align: center;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #BDD6EE;
    border: 0;
    border-radius: 5px 0 5px 0;
    padding: 15px;
    color: #063C5F;
    font-size: 14px;
}

.btn_next_azul:hover {
    cursor: pointer;
    opacity: .60;
}

.btn_pre {
    text-align: center;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #ffff;
    border: 0;
    border-radius: 5px 0 5px 0;
    padding: 15px;
    color: #031e30;
    font-size: 14px;
    border: 2px solid #031e30;
}

.btn_pre:hover {
    cursor: pointer;
    opacity: .60;
}

.title {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-size: 20px;
}

.title img {
    width: 278px;
    margin: 10px auto;
    display: block;
}

.error {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
    text-align: center;
    color: #fff;
    background-color: #E74F4F;
}

.globo_azul {
    background-color: #031e30;
    color: #ffffff;
    padding: 10px;
    border-radius: 0 5px 0 5px;
}

.globo_ejem_ergo {
    background-color: #aec9db;
    width: 250px;
    height: 35px;
    padding: 10px;
    border-radius: 0 5px 0 5px;
}

.globo_ejemplo {
    background-color: #aec9db;
    width: 100px;
    height: 35px;
    padding: 10px;
    border-radius: 0 5px 0 5px;
}

.globo_amarillo {
    background-color: efcf83;
    width: 100px;
    height: 35px;
    padding: 10px;
    border-radius: 0 5px 0 5px;
}

.rojo {
    border: 1px solid red !important;
    border-radius: 5px !important;
    color: red!important;
}

.verde {
    border: 1px solid green !important;
    border-radius: 5px !important;
    color: green !important;
}

input[type='radio'] {
    transform: scale(1.5);
}

label {
    font-weight: normal!important;
}

.bg-form-azul{background-color: #5c93b5!important;color:white;}
.bg-form-green{background-color: #34bd15!important;color:white;}
.bg-form-grey{background-color: #666666!important;color:white;}

.info-box:hover{
    cursor: pointer;
    opacity: .60;
}


/* LOGIN PAGE */

.login-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    background: #fff;
    max-width: 380px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.form button:hover,
.form button:active,
.form button:focus {
    background: #43A047;
}

.form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}

.form .message a {
    color: #4CAF50;
    text-decoration: none;
}

.form .register-form {
    display: none;
}


/* ENTRADA PANEL */

.panel {
    width: 90%;
    text-align: left;
    margin-top: 50px;
    margin-left: 50px;
}

.panel_item {
    display: inline-block;
    width: 150px;
    margin: 20px;
    color: #fff;
    -webkit-box-shadow: 10px 10px 24px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 10px 24px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 24px -5px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
}

.panel_item:hover {
    cursor: pointer;
    opacity: .60;
}

.panel_item a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

.panel_item img {
    width: 100%;
}
.panel_item span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 20px;
    font-size: 1.1em;
    line-height: 1.5em;
    -webkit-border-radius: 10px;
    background-color: #06B6EE;
    opacity: 0.85;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
}

/*  Panel entrada items grandes */
.panel_item_big {
    display: inline-block;
    width: 300px;
    margin: 40px;
    color: #fff;
    -webkit-box-shadow: 10px 10px 24px -5px rgb(0 0 0 / 25%);
    -moz-box-shadow: 10px 10px 24px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 24px -5px rgb(0 0 0 / 25%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
}
.panel_item_big a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}
.panel_item_big a:hover {color: #000;}
.panel_item_big span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 20px;
    font-size: 1.1em;
    line-height: 1.5em;
    -webkit-border-radius: 10px;
    background-color: #06B6EE;
    opacity: 0.85;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
}

.breadcrumb{background-color: #ffffff !important;}

/* Item List*/

.list_epis {
    display: grid;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}


/* Button */

.botonlg {
    background-color: #0079b2;
    color: #fff;
    padding: 15px;
    text-decoration: none!important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-width: 0px;
}

.botontp {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.button_left {
    width: 33%;
    float: left;
}

.button_center {
    width: 33%;
    float: left;
    text-align: center;
}

.button_right {
    width: 33%;
    float: left;
    text-align: right;
}

.npButton1 {
    outline: 0;
    background: #fff;
    width: 350px;
    border: 2 solid #333;
    padding: 15px;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    margin-top: 10px;
}

.npButton1 img {
    float: left;
    padding-left: 15px;
}

.dnitxt {
    width: 96.5%;
    padding: 8px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    color: grey;
    font-size: 0.95em;
}


/* MODAL WINDOWS -------------------------------- */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 0px 16px;
    position: relative;
}


/*  background-color:#5cb85c; color:white; */

.modal-body {
    padding: 2px 16px;
    position: relative;
}

.modal-footer {
    padding: 2px 16px;
}


/*  background-color:#5cb85c; color:white; */


/* MODAL PANEL ENTRADA datos*/

.modal-content-entrada {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.modal-footer-entrada {
    padding: 2px 16px;
    background-color: white;
    color: white;
}

.table_modal {
    width: 60%;
}

.table_modal td {
    border-bottom: 0px solid #ddd;
    padding: 4px;
}

.margin_botton_movile {
    height: 90px;
}

@media screen and (max-width:600px) {
    .margin_botton_movile {
        height: 90px;
    }
}


/* ===BARRA DE PROGRESO------PANEL DE ENTRADA-------*/

.progress-bar2 {
    background-color: #5c93b5;
    height: 15px;
    width: 35%;
    border-radius: 5px;
    text-align: right;
    display: inline-flex;
}

.progress-bar2 span {
    display: inline-block;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    transition: width .4s ease-in-out;
    background-color: #ccc;
}


/**** GRADIENTS ****/

.blue span {
    background-color: #34c2e3;
}

.orange span {
    background-color: #fecf23;
    background-image: linear-gradient(top, #fecf23, #fd9215);
}

.green span {
    background-color: #a5df41;
    background-image: linear-gradient(top, #a5df41, #4ca916);
}


/**** STRIPES ****/

.stripes span {
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    animation: animate-stripes 3s linear infinite;
}

@keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 0;
    }
}


/**** SHINE ****/

.shine span {
    position: relative;
}

.shine span::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 3px;
    animation: animate-shine 2s ease-out infinite;
}

@keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 0;
        width: 95%;
    }
}


/**** GLOW ****/

.glow span {
    box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    animation: animate-glow 1s ease-out infinite;
}

@keyframes animate-glow {
    0% {
        box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    }
    50% {
        box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;
    }
    100% {
        box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    }
}


/**** -------------------------FIN de barras de progreso------------ ****/

.alinear_izquierda {
    text-align: left;
}