/*BASE*/
#cuerpo {
    height: 100%;
    background-color: #016879;
    background-image: linear-gradient(#016879, #9AC1DA);
}

#contenedor {
    position: fixed !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.excepcion.ui.table thead tr:first-child>th {
    top: 0 !important;
}

textarea {
    resize: none;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(34, 36, 38, .15);
}


.cabecera {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #DADADA;
    width: 100%;
}

.filtro {
    color: #DADADA;
}

.titToolbar {
    margin-left: 15px;
}

.toolbar {
    line-height: 33px;
    height: 35px !important;
    min-height: 0px !important;
    background-color: #F9FAFB !important;
    margin-top: 3px !important;
    border-top-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
    position: sticky;
    z-index: 1;
}

.ui.table {
    margin: 0 !important;
}

.ui.table thead tr:first-child>th {
    position: sticky !important;
    top: 35px;
    z-index: 2;
}

.ui.footer.form-page {
    /* Increased specificity for SO snippet priority */
    position: fixed;
    bottom: 0;
    right: : 0;
    width: 100%;
}

.reject {
    color: red;
    font-weight: bold;
}

.accept {
    color: green;
    font-weight: bold;
}

.notification {
    color: blue;
    font-weight: bold;
}

.classDesk {
    padding-right: 10px;
    padding-left: 10px;
}

.classMovil {
    padding-right: 0px;
    padding-left: 10px;
}

.sinBorde {
    border-radius: 0 !important;
}

.toolbar {
    background-color: #F9FAFB;
    padding: 0;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.buttonTrans:hover {
    background-color: #43a7bd !important;
    border-radius: 0 !important;
    color: white !important;

}

.buttonTrans {
    background-color: #009A37 !important;
    color: #1b1c1d !important;
    margin-right: 0px !important;
}

.vbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    /*Align children vetically*/
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

/*Stack child items horizontally*/
.hbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    /*Align children horizontally*/
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

/*Stretch item along parent's main-axis*/
.flex {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*Stretch item along parent's cross-axis*/
.stretch {
    align-self: stretch;
}

/*Stack child items to the main-axis start*/
.main-start {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

/*Stack child items to the cross-axis start*/
.cross-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;

    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

/*Stack child items to the main-axis center*/
.main-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*Stack child items to the cross-axis center*/
.cross-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

/*Stack child items to the main-axis end.*/
.main-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*Stack child items to the cross-axis end.*/
.cross-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;

    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

/*Stretch child items along the cross-axis*/
.cross-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

/*Wrap items to next line on main-axis*/
.wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.join {
    width: 200px;
}

.espacioH {
    width: 15px;
}

.espBtn {
    width: 5px;
}

.selMed {
    width: 100%;
    border-radius: 5px;
    height: 37px;
    border: 1px solid rgba(34, 36, 38, .15);
    cursor: pointer;
}

.centerTbl {
    text-align: center !important;
}

.ui.inverted.segment,
.ui.primary.inverted.segment {
    background: #001d39 !important;
}

.btnVerdeEsp:hover {
    background: #cacbcd none !important;
    color: rgba(0, 0, 0, .8) !important;
}

.btnVerdeEsp {
    background: #43a7bd !important;
    color: rgb(255, 255, 255) !important;
}

.menuCab {
    text-decoration: inherit;
    color: white;
}

.menuCab:hover {
    color: #cacbcd
}

/*Sebastian*/

/*Menu*/
.logo {
    padding-left: 5px;
    padding-top: 5px;
    width: 7.5em !important;
}

.menu-flotado-derecha {
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

/*Menu*/

/*Login*/
img.logo-login {
    text-align: center;
    margin: 0 auto;
    width: 7.5em !important;
    padding: 0px !important;
    margin: 0px !important;
}

.ui.stacked.segment.custom {
    padding-top: 25px;
}

@media only screen and (max-width: 600px) {
    .textoInicio {
        position: fixed;
        right: 0;
        bottom: 0;
        width: 100%;
        color: black;
        text-align: justify;
        text-justify: inter-word;
        margin: 0;
    }
}

@media only screen and (min-width: 601px) {
    .textoInicio {
        position: fixed;
        right: 0;
        bottom: 0;
        width: 45%;
        color: black;
        margin: 0;
        text-align: justify;
        text-justify: inter-word;
    }
}


/*Login*/


/*Sebastian*/