/* Cambios 02112020 */
.btn {margin: .095rem !important;} /* NUEVA PROPIEDAD */
.card-header {margin-top: 0px !important;}/* REEMPLAZAR PROPIEDAD (ERROR DETECTADO EL VIERNES) */
/* Cambios 28102020 */
.p1{font-size: .8rem; opacity:.9; font-weight: normal;color: #388aad;display: block;}
.card-subtitle, .card-text:last-child {margin-bottom: .475rem !important;}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.eot');
    src: url('../fonts/WorkSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/WorkSans-Regular.woff2') format('woff2'),
        url('../fonts/WorkSans-Regular.woff') format('woff'),
        url('../fonts/WorkSans-Regular.ttf') format('truetype'),
        url('../fonts/WorkSans-Regular.svg#WorkSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Medium.eot');
    src: url('../fonts/WorkSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/WorkSans-Medium.woff2') format('woff2'),
        url('../fonts/WorkSans-Medium.woff') format('woff'),
        url('../fonts/WorkSans-Medium.ttf') format('truetype'),
        url('../fonts/WorkSans-Medium.svg#WorkSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Light.eot');
    src: url('../fonts/WorkSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/WorkSans-Light.woff2') format('woff2'),
        url('../fonts/WorkSans-Light.woff') format('woff'),
        url('../fonts/WorkSans-Light.ttf') format('truetype'),
        url('../fonts/WorkSans-Light.svg#WorkSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.c-app {
    color: #3c4b64;
    background-color: #dadee1 !important;/*NUEVO*/
    --color: #3c4b64;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 100vh;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-radius: .25rem;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    color: #768192;
    background-color: #dadee1 !important; /*NUEVO*/
    border-color: #d8dbe0;
}
body {
    margin: 0;
    overflow-x: hidden !important; /*NUEVO*/
    font-family: WorkSans,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #3c4b64;
    background-color: #ebedef;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.card-header {
    /* margin-top: -40px !important; */
    margin-bottom: 20px;
    background-color: #518094 !important; /*NUEVO*/
    color: #fff;
    font-size: 120%;
    font-weight: bold;
}
.footer {
    color:#dadee1 !important;
    padding:.5em .7em !important; /*NUEVO*/
}
/* Fin cambios */

.ck-editor__editable, textarea {
    min-height: 150px;
}

.card-header {
    /* margin-top: -40px !important; */
    margin-bottom: 20px;
    background-color: #3d8aab;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
}

.card-title {
    margin-bottom: .75rem;
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #e8583e;
    border-color: #e8583e;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #14516b !important;
    border-color: #3d8aab !important;
    box-shadow: 0 0 0 0.2rem rgba(81, 65, 224, .5);
}

.btn-primary.btn-p:hover {
    color: #fff;
    background-color: #3d8aab !important;
    border-color: #3d8aab !important;
    box-shadow: 0 0 0 0.2rem rgba(81, 65, 224, .5);
}

.btn-link {
    font-weight: 400;
    color: #768192;
    text-decoration: none;
}

.datatable {
    width: 100% !important;
}

.header-filter {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/img/login2.jpg');
    background-size: cover;
    background-position: top center;
    background-blend-mode: saturation;
    color: #3c4b64;
    --color: #3c4b64;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 100vh;
}

.c-sidebar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 256px;
    flex: 0 0 256px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-order: -1;
    order: -1;
    width: 256px;
    padding: 0;
    box-shadow: none;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/img/login2.jpg');
    background-size: cover;
    background-position: top center;
    background-blend-mode: saturation;
    --background-color: transparent;
    /* transition: box-shadow .3s .15s,margin-left .3s,margin-right .3s,width .3s,z-index 0s ease .3s,-webkit-transform .3s;
    transition: box-shadow .3s .15s,transform .3s,margin-left .3s,margin-right .3s,width .3s,z-index 0s ease .3s;
    transition: box-shadow .3s .15s,transform .3s,margin-left .3s,margin-right .3s,width .3s,z-index 0s ease .3s,-webkit-transform .3s; */
}

.footer{
    background-color: #1a3040;
    color: #fff;
}

.c-sidebar .c-sidebar-brand, .c-sidebar .c-sidebar-header {
    background: rgb(255 255 255 / 20%);
}

table.dataTable tbody td.select-checkbox::before, table.dataTable tbody td.select-checkbox::after, table.dataTable tbody th.select-checkbox::before, table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}

.dataTables_length, .dataTables_filter, .dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info, .badge-info {
    color: white;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus, .btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}

.searchable-fields {
    padding-left: 5px;
}

.searchable-link {
    padding: 0 5px 0 5px;
}

.searchable-link:hover {
    cursor: pointer;
    background: #eaeaea;
}

.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid~.invalid-feedback {
    display: block;
}

.c-sidebar-brand .c-sidebar-brand-full:hover {
    color: inherit;
}

.c-sidebar-brand {
    flex: 0 0 100px;
}


.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    background-color: black;
    text-align: center;
}
/* Más cambios 02112020 */
.lista{border-bottom: 1px solid #c4d1d9; padding: 1.3rem 0;}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}

.col-sm-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-xs-5ths p, .col-sm-5ths p, .col-md-5ths p, .col-lg-5ths p {
    line-height: 1.1rem;
    padding: 0;
    margin: .5rem 0;
}

@media all and (max-width: 600px) {
.col-xs-5ths {
  width: 100%;
  float: left;
  border-top: 1px dotted #c4d1d9;
}
.col-sm-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

}
/* fin cambios */
/* Cambios 03112020 */
.btn-falta{background-color:#e8583e;}
.btn-hecho{background-color:#22b573;}
.btn-visor{background-color:#b9ccd4;display: block;}
.btn-falta,.btn-hecho{color:#fff;}
.btn-falta:hover,.btn-hecho:hover,.btn-visor:hover{background-color:#49545c;color:#fff;}
.btns{font-size:.8rem; font-weight: bold; }
/* Fin cambios */
/* Cambios 05112020 */
.btn-eliminar{background-color:#fff;color:#e55353;border:1px solid #e55353;font-size:.8rem;}
.version{font-size: .7rem;font-weight: bold;font-family: Roboto, Arial,Helvetica; background-color: rgba(0,0,0,.2);padding:.4rem;border-radius:.4rem;color:#dadee1;}
/* Fin cambios */

.semasforo{
    width: 30px;
	height: 30px;
	border: 1px solid black;
	margin: 1em;
	border-radius: 50%;
}

.rojo{
    background: rgb(255, 29, 29);
}
.amarillo{
    background: rgb(255, 235, 29);
}
.verde{
    background: rgb(35, 253, 0);   
}

#inf_max_exam, #inf_max_exam_time{
    color: red;
    padding-top: 6px;
}

.group_form_alert{
    border-style: solid;
    padding: 6px;
    border-width: 1px;
    border-color: red;
}

.lnk_tbl_contratos{
    color: #518094;
    font-weight: bolder;
}
#qr_cargados img{
    box-shadow: 2px 2px 4px #000000;
    margin-right: 6px;
}

.no_inf_coment{
    margin-top: 33px;
}
.opt_adendum{
    margin-bottom: 33px;
}