/* Navbar */

.titulo {
    color: #84868e;
    font-weight: 500;
    font-size: 30px;
}



.formInputObligatorio {
    color: #c9302c;
}



/** Modal panel */

.topSpacing1 {
    padding-top: 10px;
}

.topSpacing2 {
    padding-top: 7px;
}

.bottomSpacing1 {
    padding-bottom: 10px;
}

.navigation>ul>li:hover>a,
.navigation>ul>li.active:hover>a,
.navigation>ul>li.active>a {
    background-color: #7FF2C5 !important;
    color: #000;
}

/* Datatables */
.kentiaDatatable thead tr {
    background: #7FF2C5;
    color: #666666FF;
    border: none;
}

.kentiaDatatable tr:hover {
    backgroud-color: #ffff99;
}


.kentiaDatatable tr:nth-child(even) {
    background-color: #D9D9D9;
}


.selectCliente {
    font-weight: 600;
    background-color: #ffdbac;
    font-size: 14px;
}

.tablaProgramaCunas {
    font-size: 10pt;
}

.dataTables_wrapper {
    font-size: 10pt;
    color: #000;
}

.form-control {
    font-size: 9pt;
}


.vmDatatable {
    font-size: 10pt;
    color: #000;
}

.vmDatatable ul {
    margin: 0px !important;
    font-size: 9pt;
}

.vmDatatable table {
    margin-top: 15px !important;
    border: 1px solid #bbb;
    border-radius: 4px;

}

.vmDatatable thead {
    background: #7FF2C5;
    color: #000;
    border: none;
    font-size: 12pt;
}

.vmDatatable table td {
    color: #000;
    font-family: Roboto;
    font-size: 10.5pt;
    word-break: break-all;
}

.vmDatatable tr:nth-child(even) {
    background-color: #D9D9D9;
}

.vmDatatable tbody tr:hover {
    background-color: #ffff99 !important;
    color: #000;
}

.pagination {
    color: #000 !important;
}

.searchControl {
    width: 200px;
    height: 24px;
    display: inline;
}

/*Menu lateral */

.navigation ul li ul li a {
    color: #d3d3d3;
}

.navigation ul>li>a {
    color: #d3d3d3;
}


.navigation ul>li>a {
    color: #ffffff;
}


aside.left-panel.collapsed .navigation>ul>li>ul>li>a {
    color: #2b2b2b !important;
}

.table-hover tbody tr:hover {
    background-color: #ffff99 !important;
    border: 1px solid black;
}

.etiquetaRoja {
    color: #FF0000;
}

.fechaScheduler {
    width: 300px;
}

.vmDataTime-time {
    width: 140px;
    padding-left: 10px;
}

.vmDataTime-date {
    width: 200px;
}

.vmDataTime-reset {
    padding-left: 20px;
}

.tablaVideos thead {
    background: #7FF2C5;
    color: #666666FF;
    border: none;
    font-size: 11pt;
}


.bloqueFormulario {
    margin-bottom: 20px;
    font-size: 10pt;
    color: #555;

}


.bloqueFormulario table {
    width: 150px;
}

.bloqueFormulario input[type="number"] {
    width: 100px;
}


.bloqueDatos {
    margin-bottom: 20px;
    font-size: 10pt;
    color: #555;
}

.tituloBloque {
    font-weight: bolder;
    margin-bottom: 10px;
    font-size: 11pt;
}

.tituloBloque li {
    font-size: 14pt;
}

.datasourceDatatable tr:hover {
    backgroud-color: #ffff99;
}


.datasourceDatatable tr:nth-child(even) {
    background-color: #D9D9D9;
}

.dragMarker {
    vertical-align: middle !important;
    cursor: move;
}

.dragMarker :hover {
    cursor: hand;
}


.tablaOfertas {
    border: 0px;
    border-radius: 0px 4px 4px 4px;
}

.tablaOfertas tr {
    display: block;
    margin-bottom: 2px;
    border: 0px;
    border-radius: 4px;

}

.tablaOfertas table {
    margin-top: 10px;
}

.tablaOfertas tbody tr {
    background: #fff;
    border-top: none;
}

.tablaOfertas td {
    border: none !important;
}

.tablaOfertas tbody tr:hover {
    background: #fcefa1;
}

.tablaOfertas tr:nth-child(even) {
    background-color: #f3f3f3;
}

.ofertaFile {
    font-weight: bold;
}

.ofertaDate {
    font-size: 10px;
}

.bloqueOfertas {
    margin-bottom: 20px;
    font-size: 10pt;
    color: #555;
    padding-left: 0px;
}

.bloqueOfertasCabecera {
    font-weight: bolder;
    font-size: 11pt;
    padding-right: 0 !important;


}

.bloqueOfertasTitulo {
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-color: black;
    height: 35px;
    font-size: 16pt;
    padding-top: 5px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    border: 0px;
    border-radius: 4px 4px 0px 0px;
}

.bloqueOfertasBotonera {
    margin-left: 15px;
}

.Carniceria {
    background-color: #b92d32;
}

.Charcuteria {
    background-color: #c07e19;
}

.Pescaderia {
    background-color: #07326b;
}


.Panaderia {
    background-color: #f1bd52;
}


.Fruteria {
    background-color: #d1db2a;
}

.botonAddOferta {
    text-align: right;
    margin-left: 30px;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


.vmScheduledTable {
    font-size: 10pt;
    color: #000;
}

.vmScheduledTable ul {
    margin: 0px !important;
    font-size: 9pt;
}

.vmScheduledTable table {
    margin-top: 15px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
    border: 1px solid #bbb;
    border-radius: 4px;

}

.vmScheduledTable thead {
    background: #7FF2C5;
    color: #000;
    border: none;
    font-size: 11pt;
}

.vmScheduledTable table td {
    color: #000;
    padding: 2px !important;
    vertical-align: middle !important;
    font-family: Roboto;
}

.vmScheduledTable tbody tr:hover {
    background-color: #ffff99 !important;
    color: #000;
}

.vmSchedulerTableSup {
    margin-bottom: 0px;
}

.rowNumber {
    font-weight: bold !important;
    text-align: center;
    font-size: 11pt;

}

.vmScheduledTable tr:hover {
    backgroud-color: #ffff99;
}


.vmScheduledTable tr:nth-child(even) {
    background-color: #D9D9D9;
}

.dragabble {}

.btn-dias {
    border-color: #b9b9bd;
}

.btn-dias.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    font-weight: bold;
}

.showPassword {
    font-family: Roboto;
    font-size: 12pt;
    text-align: center;
    margin-left: 10px;
    background-color: wheat;
}

.tablaRoles {
    border: 0px;
    width: 100% !important;
    font-family: Roboto;
    font-size: 11pt;
}

.selectAccionesPunto {
    font-weight: 600;
    width: 200px;
}

.separadorBotones {
    margin-right: 5px;
}

.tablaCodigosActivacion {
    width: 100% !important;
}


.mensajeNotificacionIcon {
    font-size: 120px;
    text-shadow: 5px 5px 5px #888;
}

.mensajeNotificacionIconSmall {
    font-size: 70px;
    text-shadow: 5px 5px 5px #888;
}

.mensajeNotificacionIconSucess {
    color: #00cf7f;
}

.mensajeNotificacionIconConfirm {
    color: #428bca;
}

.mensajeNotificacionIconError {
    color: #FF0000;
}

.mensajeCuerpoModal {
    color: #242424;
    text-align: center;
    font-size: 17px;
    overflow-wrap: break-word;
    margin: auto;
}

.mensajeNotificacionTexto {
    color: #000;
    font-family: inherit;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
}

.inputFile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.preUploadQueue {
    overflow: auto;
    max-height: 200px;
}

.uploadQueue td {
    background-color: white;
}

/*.preUploadQueue table{
    width: 100%;
    font-family: Roboto;
    font-size: 11pt;
    color: black !important;
}

.preUploadQueue tr:nth-child(even) {
    background-color: #bfbfbf;
}

.preUploadQueue a{
    color: black !important;
    font-size: 14pt !important;
}*/
/*
.tablaValores table{
    width:100%;
}

.tablaValores  thead, tbody, tr, td, th {
    display: block;
}

.tablaValores tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.tablaValores thead th {
    height: 30px;

    !*text-align: left;*!
}

.tablaValores tbody {
    height: 120px;
    overflow-y: auto;
}

.tablaValores thead {
    !* fallback *!
}


.tablaValores tbody td, thead th {
    width: 19.2%;
    float: left;
}*/

.password-requirements {
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
.password-requirements .panel-heading {
  background-color: #f7f7f9;
  border-bottom: 1px solid #e0e0e0;
}
.password-requirements .panel-heading strong {
  font-weight: 600;
}
.password-requirements .panel-body ul li.text-success {
  color: #28a745;
}

.syncElSelect {
    height: 300px !important;
}
