/* filtros */
.filtros {
    background-color: #22BD45;
}

.filtros input,
.filtros select {
    font-size: .8em;
}

.filtros .form-control {
    height: auto;
    padding: 3px 6px;
    border: 0;
}

.filtros select.form-control {
    padding: 3px;
}

.filtros .form-control.disabled {
    border: 0;
}

.filtros .filtro-eliminar {
    font-size: .8em;
    padding: 0 2px 1px;
    margin: -36px 1px 0 0;
    border-radius: 8px;
    line-height: .8;
}

.filtros-situaciones .filtro-eliminar-descripcion {
    font-size: .8em;
    padding: 0 2px 1px;
    margin: -13px 0 0 -20px;
    border-radius: 8px;
    line-height: .8;
    position: absolute;
}

.filtros .filtro-eliminar:hover,
.filtros-situaciones .filtro-eliminar-descripcion:hover {
    background-color: #EFA740;
}

.filtros .filtro-eliminar.filtro-eliminar-desde-hasta {
    margin: -16px 3px 0 0;
}

.form-filtros .filtro-eliminar {
    position: relative;
    padding: 5px 34px 5px 10px !important;
}

.form-filtros .filtro-eliminar span.svg-icon {
    position: absolute;
    top: 1px;
    right: 5px;
    transform: scale(.8);
}

.form-inline .filtros-right .form-control {
    float: right;
    font-size: .9em;
    margin-left: 10px;
}

.form-inline .filtros-left .form-control {
    float: left;
    font-size: .9em;
    margin-right: 10px;
}

/* paginacion */
.pagination {
    margin: 3px 0;
}

.pag {
    text-align: center;
    padding-top: 3px;
    overflow: hidden;
    background-color: #eee;
    border-top: 2px solid #ddd;
    min-height: 44px;
}

.pag-total {
    text-align: left;
}

.pag-total p {
    margin: 4px 0 0;
}

.pag-pags {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* tabla vista */
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #eee;
}

.table.table-vista {
    margin-bottom: 10px;
}

.table.table-vista th.acciones {
    width: 60px;
}

.table.table-vista th.acciones-40 {
    width: 40px;
}
.table.table-vista th.acciones-80 {
    width: 80px;
}

.table.table-vista th.acciones-eventos,
.table.table-vista th.acciones-100 {
    width: 100px;
}

.table.table-vista th.acciones-vacaciones,
.table.table-vista th.acciones-capacitacion,
.table.table-vista th.acciones-paginas,
.table.table-vista th.acciones-archivos,
.table.table-vista th.acciones-organigrama,
.table.table-vista th.acciones-cat-procedimientos,
.table.table-vista th.acciones-70 {
    width: 70px;
}

.table.table-vista th.acciones-130 {
    width: 130px;
}

.table.table-vista th.acciones-160 {
    width: 160px;
}

.table.table-vista .acciones a.disabled {
    color: #ccc !important;
    cursor: not-allowed;
}

.table.table-vista .acciones a {
    color: #22BD45;
    margin-right: 5px;
}

.table.table-vista .acciones a.btn-alta-ok,
.table.table-vista .acciones a.btn-alta-cancel {
    color: #fff;
    margin: 0;
    padding: 0 3px;
}

.table.table-vista .acciones a.btn-usuario-alta {
    color: #fff;
}

.table.table-vista .acciones a.btn-alta-ok i,
.table.table-vista .acciones a.btn-alta-cancel i {
    width: 12px;
}

.table.table-vista th.th-100 {
    width: 100px;
}

.table.table-vista th.th-130-c {
    width: 130px;
    text-align: center;
}

.table.table-vista th.th-180 {
    width: 180px;
}

.table.table-vista .success a,
.table.table-vista .warning a,
.table.table-vista .danger a,
.table.table-vista .info a,
.table.table-vista .primary a,
.table.table-vista .dark a {
    color: #fff;
}

.table.table-vista tbody td input {
    padding: 0;
    vertical-align: sub;
}

.table.table-vista .acciones .popover a {
    color: #fff;
}

.table.table-vista tbody td {
    cursor: pointer;
}

.table.table-vista.no-link tbody td {
    cursor: default;
}

.table.table-vista th small {
    font-size: .8em;
}

/* inner-table: tabla insertada en celda */
.table.table-vista.inner-table {
    margin-bottom: -7px;
}
.table.table-vista.inner-table td{
    padding-top: 0px;
    padding-bottom: 3px;
}

.table > tbody > tr.warning.warning2 > td {
    background-color: #edc182;
    color: #666;
}

.table > tbody > tr.warning.warning3 > td {
    background-color: #EFDB00;
    color: #666;
}

.table-avatars td {
    text-align: center;
}

.table.table-vista.table-avatars tbody td {
    cursor: default;
}

.table-avatars .profile-picture img {
    width: 150px;
    height: 150px;
}

.table-avatars .avatar-no-img {
    height: 150px;
    margin: 0;
}

.table.table-vista .menu-div tr.subitem {
    font-size: .85em;
    background-color: #ddd;
}

.table.table-vista td.bold {
    font-weight: bold;
}

.table.table-vista td.nivel1 {
    padding-left: 10px;
}

.table.table-vista td.nivel1:before {
    font-family: FontAwesome;
    content: '\f138';
    padding-right: 5px;
}

.table.table-vista .solicitud-cancelada {
    color: #A94442;
    text-decoration: line-through;
}

.table.table-vista #conocimientos-solicitudes tr.success td.text-success,
.table.table-vista #conocimientos-solicitudes tr.success td.text-danger,
.table.table-vista #conocimientos-solicitudes tr.info td.text-success,
.table.table-vista #conocimientos-solicitudes tr.info td.text-danger,
.table.table-vista #conocimientos-solicitudes tr.danger td.text-success,
.table.table-vista #conocimientos-solicitudes tr.danger td.text-danger,
.table.table-vista #movimientos tr.danger td.text-danger,
.table.table-vista #movimientos tr.danger td.text-success,
.table.table-vista #movimientos tr.danger td.text-info,
.table.table-vista #movimientos tr.success td.text-danger,
.table.table-vista #movimientos tr.success td.text-success,
.table.table-vista #movimientos tr.success td.text-info,
.table.table-vista #movimientos tr.info td.text-danger,
.table.table-vista #movimientos tr.info td.text-success,
.table.table-vista #movimientos tr.info td.text-info,
.table.table-vista #movimientos tr.danger td i,
.table.table-vista #movimientos tr.warning td i,
.table.table-vista #movimientos tr.info td i,
.table.table-vista #movimientos tr.success td i {
    color: #fff !important;
}

.labelcorner {
    position: relative;
    top: -8px;
    right: 1px;
    text-align: center;
    padding: 0 3px;
    line-height: .9;
}

/* contratistas */
.referentes {
    border-top: 1px solid #DDD;
}

.bg-grisclaro {
    background: #f6f6f6;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #EEE;
}

.cell-center {
    vertical-align: middle !important;
    font-weight: bold;
    text-align: center !important;
}

.cell-14 {
    width: 14.285%;
    text-align: center !important;
}

.cell-16 {
    width: 16.666%;
    text-align: center !important;
}

.cell-33 {
    width: 33%;
    text-align: center !important;
}

.cell-25 {
    width: 25%;
    text-align: center !important;
}

.cell-50 {
    width: 50%;
    text-align: center !important;
}

.cell-75 {
    width: 75%;
    text-align: center !important;
}

.cell-w {
    background-color: #fff;
}

/* calendario */
.table-calendar {
    margin-bottom: 0;
}

.table-calendar td {
    background-color: #fff;
    width: 14.285%;
    text-align: center;
}

.table-calendar th {
    background-color: #ccc;
    color: #3f4254 !important;
    text-align: center;
}

.table-calendar thead {
    text-transform: uppercase;
}

.row-vacaciones {
    text-align: center;
}

.row-vacaciones p {
    margin-top: 5px;
}

#calendario h4 {
    text-align: center;
}

#calendario h5 {
    font-weight: bold;
}

#calendario .counters {
    height: 110px;
}

#calendario .counters .counter-quaternary strong.text-danger {
    color: #a94442;
}

#calendario .counters label {
    font-weight: normal;
    display: block;
}

#calendario .counters label .counter-strong {
    font-weight: bold;
    line-height: 200%;
}

#calendario label span {
    position: relative;
    top: auto;
    right: auto;
}

#calendario label span small {
    line-height: 15px;
    display: block;
    padding: 0 10px;
}

#calendario .counter strong {
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
}

#calendario hr {
    margin-bottom: 0;
}

/* formularios */
.edit-form h4 {
    margin-top: 20px;
}

.edit-form .div-upload .upload-info {
    font-size: 85%;
    margin: 5px 0 0;
    line-height: 20px;
}

.edit-form .div-upload #cargando,
.edit-form .div-upload .cargando-avatar {
    margin-left: 10px;
}

.edit-form .div-upload .img-responsive {
    margin-bottom: 5px;
}

.edit-form .feature-box .feature-box-icon {
    border-radius: 75px;
    width: 75px;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.edit-form .has-error .note-editor {
    border-color: #A94442;
}

.edit-form .panel.note-editor {
    margin-bottom: 5px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border-color: #ccc;
    height: 34px;
    padding-top: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #555;
}

.edit-form .has-error .select2-container--default .select2-selection--single {
    border-color: #A94442;
}

.edit-form .input-group-addon {
    font-size: 13px;
}

.edit-form .div-fotos-cargadas div {
    position: relative;
    max-width: 49%;
    display: inline-block;
}

.edit-form .radio,
.edit-form .checkbox {
    margin-top: 0;
    margin-bottom: 5px;
}

.edit-form .nombre-file {
    font-weight: bold;
}

.edit-form.edit-avatars .div-upload img {
    border-radius: 50%;
}

.edit-form .upload-info span {
    color: #a52c2c;
}

.edit-form .form-group:last-child,
.edit-form .form-group:last-of-type {
    margin-bottom: 15px;
}

.edit-form .subform {
    background-color: #d3d4d7;
    border-radius: 5px;
    padding: 15px 15px 40px;
    margin-bottom: 15px;
}

.edit-form .subform .form-group {
    margin-bottom: 10px;
}

.edit-form .subform .form-group label {
    margin-bottom: 0;
}

.edit-form .subform .btn-borrar-locacion {
    margin-top: 3px;
}

.edit-form .archivos .file {
    height: 55px;
    margin-bottom: 15px;
}

.edit-form .archivos-side {
    height: 711px;
    overflow: auto;
}

.edit-form .archivos-side ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 360px;
    overflow: auto;
}

.edit-form .archivos-side ul li {
    overflow: hidden;
    margin-bottom: 5px;
}

.edit-form .archivos-side ul li small {
    line-height: 1em;
    color: #999;
    display: block;
}

.edit-form label.control-label {
    font-weight: 600;
}

.edit-form.edit-afip .cargando {
    color: #fff;
    margin-top: 24px;
}

/* widget contratistas sas */
.contratistas .widget-summary .widget-summary-col {
    vertical-align: middle;
}

/* tabs */
.nav-tabs li a.title {
    text-transform: uppercase;
    color: #fff !important;
}

.nav-tabs li a.title.bg-info {
    background: #22BD45;
}

.nav-tabs li a.title.bg-warning {
    background: #f1b337;
}

.nav-tabs li a.title.bg-dark {
    background: #333;
}

.panel-heading .subtitle {
    padding-top: 5px;
}

.tab-pane .form-group:last-child,
.tab-pane .form-group:last-of-type {
    margin-bottom: 15px;
}

/* plan capacitacion kpi */
.kpi blockquote {
    border-left: 2px solid #ccc;
}

.kpi blockquote small {
    display: inline-block;
}

.kpi blockquote small:before {
    content: '';
}

/* dropzone multiple */
.dropzone {
    padding: 2px;
    margin-top: 10px;
    width: 99%;
    background-color: #ccc;
}

.dropzone .dz-preview {
    margin: 4px;
}

.dropzone .dz-preview.dz-image-preview {
    background-color: transparent;
}

.dropzone.dz-preview {
    width: 195px;
    height: 145px;
}

.dropzone#dropzone-album .dz-preview {
    margin: 5px 6px;
    max-width: 47%;
}

.dropzone#dropzone-noticias .dz-preview {
    margin: 5px 10px;
}

.dropzone .dz-preview .dz-image {
    border-radius: 3px;
    width: auto;
    height: auto;
}

.dropzone .dz-default span {
    color: #555;
}

.dropzone .dz-preview .dz-progress {
    width: 100px;
}

.dropzone .dz-preview .dz-details {
    display: none;
}

.dropzone .btn-foto-eliminar {
    bottom: 5px;
    right: 5px;
    position: absolute;
    z-index: 20;
}

.dropzone .btn-foto-cargada-ok,
.dropzone .btn-foto-destacar {
    bottom: 5px;
    right: 31px;
    position: absolute;
    z-index: 20;
}

.div-fotos-cargadas .btn-foto-cargada-eliminar {
    bottom: 8px;
    right: 8px;
    position: absolute;
    z-index: 20;
}

.div-fotos-cargadas .btn-foto-cargada-ok,
.div-fotos-cargadas .btn-foto-destacar {
    bottom: 8px;
    right: 34px;
    position: absolute;
    z-index: 20;
}

/* sortable */
.sortable div {
    padding: 3px 8px;
    border: 1px solid #037472;
    margin-bottom: 3px;
    background-color: #fff;
    cursor: n-resize;
}

.sortable div .sortable {
    border: 0;
}

.sortable .sortable div {
    background-color: #ddd;
}

.sortable .sortable-placeholder {
    background-color: #eee;
    border: 1px dashed #ccc;
    padding: 2px;
    margin-bottom: 3px;
}

/* popover */
.popover-title {
    font-family: "Poppins";
    letter-spacing: 0;
    color: #555;
}

/* modal situaciones modelo descripcion  */
#modal-desc {
    margin: 10px 50px;
}

#modal-desc .active {
    background-color: #22BD45;
}

#modal-desc .active a,
#modal-desc .active a:focus,
#modal-desc .active a:hover {
    color: #fff !important;
    text-decoration: none;
}

#modal-desc p {
    margin: 0;
}

#modal-desc h5 {
    padding: 0 0 5px;
    margin: 0 0 5px;
    font-style: italic;
}

#modal-desc h5.preview {
    border-bottom: 1px solid #eee;
}

#modal-desc .list-group-item {
    padding: 5px 10px;
}

#modal-desc .mfp-close {
    margin: 10px 50px;
}

/* info */
.text-info {
    color: #22BD45 !important;
}

.bg-info {
    background: #22BD45;
}

body .btn-info {
    border-color: #22BD45;
    background-color: #22BD45;
    border-color: #22BD45 #22BD45 #31b0d5;
    transition: all ease .2s;
}

body .btn-info:hover {
    border-color: #037472;
    background-color: #037472;
}

body .btn-info:active,
body .btn-info:focus {
    border-color: #037472;
    background-color: #037472;
}

body .btn-info.dropdown-toggle {
    border-left-color: #037472;
}

.panel-info .panel-heading,
.panel-heading.bg-info {
    background: #22BD45 !important;
}

.panel-info .panel-heading .subtitle {
    color: #fff;
}

.panel-body.bg-info {
    background: #22BD45;
}

.panel-featured-info {
    border-color: #22BD45;
}

.panel-featured-info .panel-title {
    color: #22BD45;
}

.panel-heading-icon.bg-info {
    background: #22BD45;
}

html body .tabs-info .nav-tabs li a,
html body .tabs-info .nav-tabs li a:hover,
html body .tabs-info .nav-tabs.nav-justified li a,
html body .tabs-info .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-info .nav-tabs li a,
html.dark body .tabs-info .nav-tabs li a:hover,
html.dark body .tabs-info .nav-tabs.nav-justified li a,
html.dark body .tabs-info .nav-tabs.nav-justified li a:hover {
    color: #22BD45;
}

html body .tabs-info .nav-tabs li a:hover,
html body .tabs-info .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-info .nav-tabs li a:hover,
html.dark body .tabs-info .nav-tabs.nav-justified li a:hover {
    border-top-color: #22BD45;
}

html body .tabs-info .nav-tabs li.active a,
html body .tabs-info .nav-tabs li.active a:hover,
html body .tabs-info .nav-tabs li.active a:focus,
html body .tabs-info .nav-tabs.nav-justified li.active a,
html body .tabs-info .nav-tabs.nav-justified li.active a:hover,
html body .tabs-info .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-info .nav-tabs li.active a,
html.dark body .tabs-info .nav-tabs li.active a:hover,
html.dark body .tabs-info .nav-tabs li.active a:focus,
html.dark body .tabs-info .nav-tabs.nav-justified li.active a,
html.dark body .tabs-info .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-info .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #22BD45;
}

html body .tabs-info.tabs-bottom .nav-tabs li a:hover,
html body .tabs-info.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-info.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-info.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #22BD45;
}

html body .tabs-info.tabs-bottom .nav-tabs li.active a,
html body .tabs-info.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-info.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-info.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-info.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-info.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-info.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #22BD45;
}

html body .tabs-info.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-info.tabs-vertical.tabs-left li a:hover {
    border-left-color: #22BD45;
}

html body .tabs-info.tabs-vertical.tabs-left li.active a,
html body .tabs-info.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-info.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-info.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-info.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-info.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #22BD45;
}

html body .tabs-info.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-info.tabs-vertical.tabs-right li a:hover {
    border-right-color: #22BD45;
}

html body .tabs-info.tabs-vertical.tabs-right li.active a,
html body .tabs-info.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-info.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-info.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-info.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-info.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #22BD45;
}

.label-info {
    background: #22BD45;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #22BD45;
}

.edit-form-empleados textarea {
    overflow: hidden !important;
}

.edit-form-empleados .tab-pane .subtitle {
    color: #fff;
}

.div-estudios,
.div-experiencia,
.div-locaciones {
    padding: 10px 0 7px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.edit-form label span,
.edit-form-empleados label span {
    position: absolute;
    top: 0;
    right: 20px;
}

.edit-form label span a,
.edit-form-empleados label span a {
    margin-left: 4px;
}

.edit-form-empleados #map {
    height: 300px;
}

.dropzone-multi .dz-message,
#dropzone-doc .dz-message,
#dropzone-doc-jub .dz-message,
#dropzone-doc-curso .dz-message,
#dropzone-t .dz-message,
#dropzone-r .dz-message,
#dropzone-doc-fotos-evento .dz-message,
#dropzone-gps .dz-message {
    display: block !important;
}

.dropzone-multi .dz-message span,
#dropzone-doc .dz-message span,
#dropzone-doc-jub .dz-message span,
#dropzone-doc-curso .dz-message span,
#dropzone-t .dz-message span,
#dropzone-r .dz-message span,
#dropzone-doc-fotos-evento .dz-message span,
#dropzone-gps .dz-message span {
    font-size: 17px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

.dropzone-multi .dz-preview,
#dropzone-doc .dz-preview,
#dropzone-doc-jub .dz-preview,
#dropzone-doc-curso .dz-preview,
#dropzone-t .dz-preview,
#dropzone-r .dz-preview,
#dropzone-doc-fotos-evento .dz-preview,
#dropzone-gps .dz-preview {
    display: none !important;
}

.div-upload .img-circle {
    margin-bottom: 10px;
}

.lead small {
    font-size: 13px;
}

.dias {
    background-color: #fff;
    padding: 15px;
}

.dias.disabled {
    background-color: #eee;
    opacity: .6;
}

.dias.disabled input {
    background-color: #eee;
    border-color: #eee;
    box-shadow: none;
}

.organigrama-div .nivel1 td.nombre {
    /*background-color: rgba(0, 0, 0, 0);*/
}

.organigrama-div .nivel2 td.nombre {
    padding-left: 25px;
    /*background-color: rgba(0, 0, 0, .1);*/
}

.organigrama-div .nivel3 td.nombre {
    padding-left: 50px;
    /*background-color: rgba(0, 0, 0, .2);*/
}

.organigrama-div .nivel4 td.nombre {
    padding-left: 75px;
    /*background-color: rgba(0, 0, 0, .3);*/
}

.organigrama-div .nivel5 td.nombre {
    padding-left: 100px;
    /*background-color: rgba(0, 0, 0, .4);*/
}

.organigrama-div .nivel6 td.nombre {
    padding-left: 125px;
    /*background-color: rgba(0, 0, 0, .5);*/
}

.organigrama-div .nivel7 td.nombre {
    /*background-color: rgba(0, 0, 0, .6);*/
    /*color: #fff;*/
    padding-left: 150px;
}

.organigrama-div .nivel8 td.nombre {
    /*background-color: rgba(0, 0, 0, .7);*/
    /*color: #fff;*/
    padding-left: 175px;
}

.organigrama-div .nivel9 td.nombre {
    /*background-color: rgba(0, 0, 0, .8);*/
    /*color: #fff;*/
    padding-left: 200px;
}

.tree-div .node-icon {
    font-size: 18px;
    margin-right: 12px !important;
}

.tree-div .expand-icon,
.tree-div .collapse-icon {
    top: 5px;
    position: relative;
    height: 25px;
}

.tree-div .text-muted {
    color: #ccc !important;
}

.div-api h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 15px 0 2px;
}

.alert-situaciones {
    padding: 5px 10px 5px 5px;
    margin-bottom: 10px;
    min-width: 90px;
}

.org {
    background-color: #ddd;
}

.orgchart {
    background-image: none !important;
    border: 0 !important;
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 14px;
    color: #333 !important;
}

.orgchart .node {
    border: 1px solid #999 !important;
    padding: 10px !important;
    margin: 10px !important;
    padding-bottom: 5px !important;
    width: 300px !important;
    background-color: #fff;
}

.orgchart .node .name {
    margin-bottom: 5px;
}

.orgchart .node .title {
    color: #22BD45 !important;
    background-color: transparent !important;
    font-size: 12px !important;
    border-top: 1px solid #ccc;
    height: auto !important;
    white-space: normal !important;
    line-height: 15px !important;
    font-weight: normal !important;
    min-height: 5px;
    padding-top: 5px;
}

.orgchart .node .title .especialidad {
    color: #333 !important;
    font-style: italic;
}

.orgchart .node .title p {
    margin-bottom: 5px;
    text-align: left !important;
}

.orgchart .node .title i.symbol {
    display: none;
}

.orgchart .node .edge {
    display: none;
}

.orgchart .node:hover {
    background-color: #ddd !important;
    border-color: #333 !important;
}

.orgchart .node:not(.final) {
    cursor: pointer !important;
}

.orgchart .node:not(.final):hover:after {
    content: '\f0dc';
    font-family: 'FontAwesome';
    position: absolute;
    left: 48%;
    bottom: -12px;
    opacity: .6;
}

.orgchart .btn-agregar {
    color: #333;
}

.orgchart .node.focused {
    background-color: transparent !important;
}

.orgchart .node.active {
    background-color: #22BD45 !important;
}

.orgchart .node.active .btn-agregar {
    display: none;
}

.orgchart .node .title p {
    text-align: center !important;
}

.orgchart .node .btn-node,
.orgchart .node .btn-expand-g {
    display: block;
}

.orgchart .node.final .btn-expand-g,
.orgchart .node.final .btn-node,
.orgchart .node[data-parent="1"] .btn-expand-g,
.orgchart .node[id="1"] .btn-expand-g,
.orgchart .node[id="1"] .btn-node,
.orgchart .node.active .btn-expand-g {
    display: none;
}

#organigrama-g-chart {
    border: 1px solid #ddd !important;
}

/* conocimientos */
.conocimientos-plan-aprobacion i.text-muted {
    color: #bbb !important;
}

.conocimientos-plan-aprobacion tr.organigrama td {
    border-top: 2px solid #bbb;
}

.conocimientos-plan-aprobacion tr.muted {
    opacity: .5;
}

.conocimientos-plan-aprobacion .empleado .nombre {
    width: 320px;
}

.btn-buscar-tag {
    cursor: pointer;
}

.conocimientos-actividades-acciones {
    min-width: 100px;
}

.personal .orgchart .node,
#organigrama-g-chart .node {
    width: 150px !important;
}

svg.ct-chart-bar {
    overflow: visible;
}

.ct-chart-bar .ct-label.ct-label.ct-horizontal.ct-end {
    position: relative;
    justify-content: flex-end;
    text-align: right !important;
    transform-origin: 100% 0;
    transform: translate(-100%) rotate(-90deg);
    z-index: 1000;
    margin-top: 10px;
    margin-left: 45%;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100px !important;
    display: block;
    overflow: hidden;
    font-size: 11px;
}

#jubilacion .ct-chart-bar .ct-label.ct-label.ct-horizontal.ct-end {
    transform: translate(-85%) rotate(-55deg);
    margin-top: 5px;
}

.ct-bar {
    stroke-width: 20px !important;
}

.ct-bar-label {
    fill: #fff;
    font-weight: bold;
    font-size: 15px;
}

.ct-chart-line .ct-series .ct-label {
    font-weight: bold;
    fill: #666;
    stroke: #fff;
    stroke-width: 2px;
    paint-order: stroke;
}

text.ct-label {
    fill: rgba(0, 0, 0, .73) !important;
    color: rgba(0, 0, 0, .73) !important;
}

.cumplimiento .ct-bar-label {
    fill: #000;
    font-weight: normal;
    font-size: 13px;
}

.cumplimientoP .ct-bar-label {
    fill: #fff;
    font-weight: bold;
    font-size: 13px;
}

.timeline-movimientos .tm-body {
    padding: 0;
}

.timeline-movimientos .tm-body:after,
.timeline-movimientos .tm-items > li .tm-icon {
    left: 50px;
}

.timeline-movimientos .tm-items > li {
    padding-left: 100px;
}

.timeline-movimientos .tm-items > li .tm-icon.text-success {
    border-color: #2bb673;
}

.timeline-movimientos .tm-items > li .tm-icon.text-danger {
    border-color: #e9605f;
}

.timeline-movimientos .tm-items > li .tm-icon.text-warning {
    border-color: #f1b337;
}

.timeline-movimientos .tm-items > li .tm-icon.text-muted {
    border-color: #666;
}

.timeline-preventivas .tm-body:after {
    background: transparent;
}

.propuesta .confidencial {
    background: yellow;
}

small.block {
    display: block;
    line-height: 18px;
    margin-bottom: 10px;
}

.table > thead > tr > td.yellow,
.table > tbody > tr > td.yellow,
.table > tfoot > tr > td.yellow,
.table > thead > tr > th.yellow,
.table > tbody > tr > th.yellow,
.table > tfoot > tr > th.yellow,
.table > thead > tr.yellow > td,
.table > tbody > tr.yellow > td,
.table > tfoot > tr.yellow > td,
.table > thead > tr.yellow > th,
.table > tbody > tr.yellow > th,
.table > tfoot > tr.yellow > th {
    background-color: yellow;
}

.text-yellow {
    color: #fc0 !important;
}

.table-chart-textos .panel-actions {
    top: 8px;
    right: 10px;
}

/* auditorias */
.bg-success-light {
    background-color: #bcf2bc;
}

.bg-danger-light {
    background-color: #f7bbbb;
}

.tr-obs {
    border-bottom: 3px solid #aaa;
}

.va-middle {
    vertical-align: middle !important;
}

.badge-big {
    padding: 8px 14px;
}
.badge-multi {
    white-space: normal !important;
    text-align: left !important;
}
.badge-round {
    font-weight: normal;
    border-radius: 6px;
    padding: 4px 7px;
}
.badge-w {
    background: #FFF;
    color: #222;
}

/* sas-eventos */
.sas-eventos .widget-summary .summary-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
}

/* situaciones */
.w-33 {
    width: 33%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100%;
}

.btn-b-warning {
    border-bottom: 1px solid #f1b337;
}

.btn-b-primary {
    border-bottom: 1px solid #08c;
}

.btn-b-info {
    border-bottom: 1px solid #22BD45;
}

.btn-b-warning:hover,
.btn-b-warning.active {
    background-color: #f1b337;
    color: #fff;
    border: 1px solid #f1b337;
}

.btn-b-primary:hover,
.btn-b-primary.active {
    background-color: #08c;
    color: #fff;
    border: 1px solid #08c;
}

.btn-b-info:hover,
.btn-b-info.active {
    background-color: #22BD45;
    color: #fff;
    border: 1px solid #5bc0de;
}

.edit-form-situaciones .select2-container--default .select2-selection--multiple {
    border-color: #ccc;
}

.edit-form-situaciones .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border: 0;
    margin-right: 0;
    float: none;
    padding: 0;
}

.edit-form-situaciones .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #a94442;
}

.has-error .select2-container--default .select2-selection--multiple {
    border-color: #a94442;
}

.edit-form-situaciones .col-der {
    border: 1px solid #999;
    border-radius: 5px;
    padding-bottom: 20px;
}

#modal-expediente {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: rgba(0, 0, 0, .75);
    top: 0;
    left: 0;
}

#modal-expediente #modal-expediente-form {
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 2001;
    overflow: auto;
    height: 85%;
    width: 40%
}

@media only screen and (max-width:768px) {
    #modal-expediente #modal-expediente-form {
        width: 80%;
    }

}

.table-auditorias-kpi .barras {
    width: 212px;
}

.table-auditorias-kpi .barras .barra {
    display: inline-block;
    height: 20px;
    padding: 0;
    margin: 0;
    margin-right: -4px;
}

.table-auditorias-kpi th.borde-r,
.table-auditorias-kpi td.borde-r {
    border-right: 1px solid #ccc;
}

.table-auditorias-kpi .bg-info th.borde-r,
.table-auditorias-kpi .bg-info td.borde-r {
    border-right: 1px solid #fff;
}

.chart-auditorias-kpi .ct-chart {
    width: 50%;
    margin: 0 auto;
}

@media only screen and (max-width:768px) {
    .chart-auditorias-kpi .ct-chart {
        width: 100%;
    }

}

/* asistencia */
.grad-i {
    background: linear-gradient(75deg, rgba(236, 237, 240, 0) 50%, rgba(195, 216, 216, 1) 65%);
}

.grad-d {
    background: linear-gradient(105deg, rgba(195, 216, 216, 1) 15%, rgba(236, 237, 240, 0) 20%);
}

.dia2 {
    background: rgba(195, 216, 216, 1) !important;
}

.dia {
    background: rgba(236, 237, 240, 1) !important;
    border-top: 1px solid rgba(236, 237, 240, 0) !important;
}

.table > tbody > tr > td.success-auto {
    background-color: #74f7b7;
}

.table>tbody>tr.gray>td,
.table>tbody>tr.gray>th,
.table>tbody>tr>td.gray,
.table>tbody>tr>th.gray,
.table>tfoot>tr.gray>td,
.table>tfoot>tr.gray>th,
.table>tfoot>tr>td.gray,
.table>tfoot>tr>th.gray,
.table>thead>tr.gray>td,
.table>thead>tr.gray>th,
.table>thead>tr>td.gray,
.table>thead>tr>th.gray {
    background-color: #7b8899;
    color: #FFF;
}

.nav-tabs>li {
    margin-bottom: 0px !important;
}

/* vacaciones */
.badge-small {
    font-size: 11px;
}

/* compliance */
.compliance .card-regalo {
    border: 1px solid #ccc;
    border-radius: 10px;
}

/* compliance kpi */
.compliance-kpi .table .info .text-muted {
    color: #ffffff80 !important;
}

.compliance-kpi .amount .text-muted {
    vertical-align: baseline !important;
}

.badge.badge-border-w {
    border: 1px solid #fff !important;
}

/* kpi  */
.bar-x-h .ct-chart-bar .ct-label.ct-label.ct-horizontal.ct-end {
    justify-content: normal;
    text-align: center !important;
    transform: none;
    margin-left: 0;
    white-space: normal;
    text-overflow: unset;
    width: auto !important;
    display: block;
    font-size: 12px;
    height: auto !important;
    line-height: 1.2;
}

.chart-tooltip-black .ct-bar-label {
    fill: #444;
}

.chart-tooltip-sm .ct-bar-label {
    font-size: 11px;
    font-weight: normal;
}

.w-80px {
    width: 80px;
}

.w-150px {
    width: 150px;
}

/* biometricos  */
.biometricos-disabled {
    opacity: .5;
}

/* sap */
.sap-importar .bg-widget {
    background-color: #ececec;
}

.sap-importar .widget-summary .summary-footer {
    border-top-color: #999;
}

.sap-importar .panel.inactive {
    opacity: .5;
}

/* select2 filtro */
.filtros .select2.bg-seleccionado .select2-selection {
    background-color: #a9e3e2;
    border: 0;
}

.filtros .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px !important;
}

.filtros .select2.bg-seleccionado ~ .filtro-eliminar {
    margin-right: -12px !important;
}

/* pdi */
.pdi-table-acciones .rechazada td:not(.text-rechazada) {
    text-decoration: line-through;
}

/* eficiencia operativa */
.eficiencia .detalle .alert {
    line-height: 1.2;
}

.eficiencia .detalle .dropzone {
    min-height: 50px;
    background-color: #efefef;
    width: 100%;
}

.eficiencia .detalle .dropzone .dz-default span {
    font-size: 13px;
}
