 /**
  * Hojas de estilo común cargado en controlador base y que se usa en todas las páginas (vistas).
  *
  * @author Unknown - Cumplisoft S.L.
  * @author Carlos Utrera - Cumplisoft S.L.
  * @copyright 2023 Cumplisoft S.L.
  * @license All rights reserved
  */

#gridViewContent {
    /*margin-top: 82px;
    margin-bottom: 65px;*/
    /*padding-top: 82px;*/
}

.CSGridView td {
    text-align: center;
}

.CSGridView td.CSTaskTitle {
    text-align: left;
}

.CSTimeEditable {
    cursor: pointer;
}

.CSGridView a.dropdown-toggle {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.CSGridView a.dropdown-toggle::after {
    height: 100%;
    width: 100%;
    all: unset !important;
}

.timepicker_wrap {
    top: 40px;
}

.icon-size {
    font-size: 40px;
}

.loader_container {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    text-align: center;
    z-index: 9999;
    background-color: #FFFFFFCC;
    display: none;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -60px 0 0 -60px;
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #F08377; /* #3498db; */ /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.minloader_container {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #FFFFFFCC;
    padding-top: 20px;
    padding-bottom: 8px;
}

.minloader {
    position: relative;
    left: 50%;
    margin: -12.5px 0 0 -12.5px;
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

footer {
    text-align: center;
}

.list-group.bmd-list-group-sm .list-group-item {
    border-bottom: 1px solid #eeeeee;
    padding:.5rem 0rem;
}

.list-group.bmd-list-group-sm .list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item :first-child {
    margin-right: 0.5rem;
}

.hiddenRow {
    padding: 0 !important;
    border: 0 !important;
}

.mov-table {
    min-height: 125px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.mov-table-home {
    min-height: 300px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.mov-card {
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* footer {
    bottom:0px;
    width: 100%;
    background-color: #fafafa;
    text-align: center;
    padding: 0px 15px;  
} */

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #ddd !important;
    padding: 0 20px 0 0 !important;
    float: left;
    width: 100%;
    line-height: unset !important;
    height: 30px;
    border-radius: 0 !important;
}

footer.mobile {
    background-color: #333333 !important;
}

.btn span {
    display: inline-block;
    line-height: 24px;
    margin-top: 2px;
}

.btn i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.cronometro-valign div span {
    vertical-align: middle;
    line-height: 32px;
}

.mov-table > .cronometro-valign:last-child > div {
    border-bottom: none !important;
}

.movimientos-form .form-control {
    height:32px;
}

.bg-lightgreen {
    background-color: #b9f6ca !important;
}

.bg-gray {
    background-color: #dddddd !important;
}

.bg-custom-primary {
    background-color: #1f2a44 !important;
}

.btn-cstm-primary {
    background-color: #ff2d1a;
}

.snackbar.active-play-button * {
    cursor:pointer;
}

.activeTask span{ 
    display: inline-block;
    line-height: 24px;
    margin-top: 2px;
}

.activeTask i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.bg-home {
    background: url("assets/images/logo_simple.png") no-repeat center center;
}

.cs-total,
.cs-horas-dia, 
.cs-subtotal-fila, 
.cs-subtotal-columnas {
    padding: 0 2px !important;
    border-left: 1px solid #ccc;
}

.cs-subtotal-fila {
    border-right: 1px solid #ccc;
}
.cs-horas-dia span, 
.cs-subtotal-fila span,
.cs-subtotal-columnas span {
    padding: 0 !important;
}

.cs-total #total,
.cs-horas-dia .time_element, 
.cs-subtotal-fila input.form-control, 
.cs-subtotal-columnas input.form-control {
    min-width: 35px;
    padding: 2px;
    border: none;
}
