.loader-page {
    position: fixed;
    z-index: 25000;
    background: rgb(255, 255, 255);
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.loader-page::before {
    content: "";
    position: absolute;
    border: 2px solid rgb(50, 150, 176);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176,0);
    border-top: 2px solid rgba(50, 150, 176,0);
    animation: rotarload 1s linear infinite;
    transform: rotate(0deg);
}

@keyframes rotarload {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader-page::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(50, 150, 176,.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176, 0);
    border-top: 2px solid rgba(50, 150, 176, 0);
    animation: rotarload 1s ease-out infinite;
    transform: rotate(0deg);
}

select {
    margin-bottom: 0;
}

.custom-dttable tr:hover td, .sorting_1:hover {
    background-color: lightblue !important;
    cursor: pointer;
}

.custom-dttable td, .sorting_1 {
    color: dodgerblue;
}

.dataTables_filter > label > input {
    font-weight: 400;
    height: calc(1.5em + 0.75rem + 2px);
    line-height: 1.5;
    font-size: 0.9em;
    border: 1px solid #dee2e6;
}

.dttable-text-color-red td{
    color: red;
}

.toolbar {
    float: right;
}

.tableName, .misc, .cart {
    font-size: 20px;
    font-weight: bold;
    padding-top: 5px;
    text-align: left;
}

.home-bg {
    /* Ubicaci�n de la imagen */
    background-image: url("../images/bg.png");
    /* Para dejar la imagen de fondo centrada, vertical y horizontalmente */
    background-position: center center;
    /* Para que la imagen de fondo no se repita */
    background-repeat: no-repeat;
    /* La imagen de fondo se reescala autom�ticamente con el cambio del ancho de ventana del navegador */
    background-size: cover;
    /* Se muestra un color de fondo mientras se est� cargando la imagen de fondo o si hay problemas para cargarla */
    background-color: #ffffff;
    width: 100%;
    height: 90vh;
    padding: 0;
    padding-top: 80px;
    margin: 0;
}

.home-bg-uc {
    /* Ubicaci�n de la imagen */
    background-image: url("../images/uc.png");
    /* Para dejar la imagen de fondo centrada, vertical y horizontalmente */
    background-position: center center;
    /* Para que la imagen de fondo no se repita */
    background-repeat: no-repeat;
    /* La imagen de fondo se reescala autom�ticamente con el cambio del ancho de ventana del navegador */
    background-size: cover;
    /* Se muestra un color de fondo mientras se est� cargando la imagen de fondo o si hay problemas para cargarla */
    background-color: #ffffff;
    width: 100%;
    height: 90vh;
    padding: 0;
    padding-top: 80px;
    margin: 0;
}

.home-bg a {
    margin-bottom: 10px;
}

.section-header{
    cursor: pointer;
}

.section-header-incomplete {
    color: #5E2129;
}

.section-header-incomplete-disabled {
    color: rgb(94, 33, 41, .6);
}

.section-header-completed {
    color: #294E81;
}

.section-header-completed-disabled {
    color: rgb(41, 78, 129, .6);
}


.progressbar-container {
    text-align: center;
    margin: 30px 0;
}

/*progressbar*/
#progressbar {
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    width: 80%;
}

.bar-step {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 9px;
    width: 15%;
    float: left;
    position: relative;
    cursor:pointer;
}

.bar-step-disabled {
    color: rgb(41, 78, 129, .6);
}

.bar-step:before {
    content: '';
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    border: 2px solid #294E81;
    background: white;
    border-radius: 50%;
    margin: 0 auto 5px auto;
}

.bar-step-disabled:before {
    border: 2px solid rgb(41, 78, 129, .6);
}

/*progressbar connectors*/
.bar-step:after {
    content: '';
    width: 84%;
    height: 1px;
    background: #294E81;
    position: absolute;
    left: -42%;
    top: 9px;
}

.bar-step:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

.bar-step.active-completed:before {
    background: #F3A832;
    border: 2px solid #F3A832;
}

.bar-step.active-completed-disabled:before {
    background: rgb(41, 78, 129, .6);
    border: 2px solid rgb(41, 78, 129, .1);
}

.bar-step.active-incomplete:before {
    border: 2px solid #F3A832;
}

.bar-step.completed:before {
    background: #294E81;
}


.step-bar-item {
     color: #AAAAAA;
}

.step-bar-item-active {
    color: #F3A832;
    border-bottom: 2px solid #F3A832;
}

.field-validation-error {
    font-size: .9rem;
}

.list-group {
    max-height: 395px;
    margin-bottom: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.files-container {
    background-color: #f1f0ef;
    border-radius: 10px;
    padding: 10px;
    flex: 0 0 98%;
    margin-left: 15px;
}

.file-container {
    position: relative;
    margin-bottom: 5px;
}

.file-link {
    display: inline-block;
    padding: 10px;
    width: 100%;
    background-color: #369763;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    font-size: 10px;
}

.file-link:hover {
    color: white;
}

.file-remove {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    background-color: #1b4b31;
    color: white;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.file-remove:hover {
    border: 2px solid white;
    line-height: 21px;
}

div.div-inspection > div.row-colored {
    align-items: center;
}

    div.div-inspection > div.row-colored:nth-child(even) {
        background-color: #c8e3ed;
    }

div.div-inspection > div.row-colored:nth-child(odd) {
    background-color: #fff;
}

.tbl-inspections tr td:first-child:hover{
    cursor:grab;
}