/*FONTS*/
@font-face {
    font-family: 'hdi-gerling_sansbold';
    src: url('../font/hdi-gerlingsans-bold-webfont.woff2') format('woff2'),
    url('../font/hdi-gerlingsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hdi-gerling_sansitalic';
    src: url('../hdi-gerlingsans-italic-webfont.woff2') format('woff2'),
    url('../hdi-gerlingsans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hdi-gerling_sansregular';
    src: url('../font/hdi-gerlingsans-regular-webfont.woff2') format('woff2'),
    url('../font/hdi-gerlingsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hdi-gerling_sansBlkCn';
    src: url('../font/hdi-gerlingsanscond-black-webfont.woff2') format('woff2'),
    url('../font/hdi-gerlingsanscond-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hdi-gerling_sansBdCn';
    src: url('../font/hdi-gerlingsanscond-bold-webfont.woff2') format('woff2'),
    url('../font/hdi-gerlingsanscond-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hdi-gerling_sansLtCn';
    src: url('../font/hdi-gerlingsanscond-light-webfont.woff2') format('woff2'),
    url('../font/hdi-gerlingsanscond-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hdi-gerling_sanscondensed';
    src: url('../font/hdi-gerlingsanscond-regular-webfont.woff2') format('woff2'),
    url('../font/hdi-gerlingsanscond-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hdi-gerling_sanslight_italic';
    src: url('../font/hdi-gerlingsanslight-italic-webfont.woff2') format('woff2'),
    url('../font/hdi-gerlingsanslight-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hdi-gerling_sanslight';
    src: url('../font/hdi-gerlingsanslight-webfont.woff2') format('woff2'),
    url('../font/hdi-gerlingsanslight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*/FONTS*/
body {
    background-color: #ededed;
    position: relative;
}

.bg-light {
    background-color: #fff !important;
}

.vert-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-title {
    border-left: 8px solid #ff0011;
    padding-left: 15px;
}


.id-user p {
    color: #6f6f6f;
    margin-bottom: 0;
    line-height: 120%;
}

.id-user button {
    border-radius: 0;
    border: 0;
    background-color: transparent;
    color: #006729;
    cursor: pointer;
}

.id-user button:hover {
    color: #000;
    text-decoration: underline;
}

.login label {
    color: #5d5d5d;
}

.login .usuario input {
    border: 2px solid #61ab7f;
}

.login .password input {
    border: 2px solid #eaeef1;
    background-color: #eaeef1;
}

.login button {
    background-color: #006729;
    width: 100%;
}

button.dt-button {
    width: initial;
    background-color: #d4e2d9;
    border: 1px solid #d4e2d9;

}

button.dt-button:hover {
    width: initial;
    background-color: #006729;
    color: #fff;
    cursor: pointer;
}

.login a {
    color: #9e9d9d;
}

.log-info {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.log-info .table thead th {
    color: #fff;
    background-color: var(--green-corp);
    cursor: pointer;
}

.log-info .table .rut-info a {
    color: #006729;
    text-decoration: underline;
    display: inline-block;
}

.log-info .table .rut-info a:hover {
    color: #000;
}

.log-info .table .gestion a {
    color: #006729;
    text-decoration: underline;
    display: inline-block;
}

.log-info .table .gestion a:hover {
    color: #000;
}

.log-info .table .estado.atraso {
    color: #000;
    background-color: #f45b5b;
}

.log-info .table .estado.alerta {
    color: #000;
    background-color: #f8e91b;
}

.log-info .table .estado.plazo {
    color: #fff;
    background-color: #79b530;
}

.log-info .section p {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 0;
}

.referido a {
    overflow: hidden;
    padding: 15px 15px 15px 0;
    width: 220px;
}

.referido button:hover {
    background-color: #00481d;
    text-decoration: none;
}

.referido button span {
    display: inline-block;
    background-color: #00481d;
    padding: 5px 15px;
    margin-right: 10px;
    font-size: 1.5rem;
}

.referido button:hover span {
    background-color: #006729;
}

.form label {
    margin-top: 8px;
    color: #6f6f6f;
}

.form .select-control {
    height: 41px;
    border: solid 1px #e0e0e0;
    background: none;
    font-size: 1.0rem;
    padding-left: 16px;
    /*background: url(../img/select.png) no-repeat right center;*/
    color: #6f6f6f;
}

.select-control > option {
    padding-right: 10px;
    margin-right: 10px;
    width: 500px;
}

.form text-area {
    border-radius: 0px;
    border: solid 1px #e0e0e0;
    background: none;
    display: block;
    margin-top: 8px;
    font-size: 0.9rem;
    color: #6f6f6f;
}

.form .msg {
    background-color: #f3f3f3;
    border: 1px solid #d1d1d1;
    border-radius: 7px;
    padding: 15px;
}


.form .msg p:last-child {
    margin-bottom: 0;
}

.form .add-dependiente a {
    background-color: #898989;
    color: #fff;
    border-radius: 7px;
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
    padding: 15px 20px;
    cursor: pointer;
}

.form .add-dependiente a:hover {
    background-color: #006729;
    text-decoration: none;
}

.form .add-dependiente p {
    font-size: 0.9rem;
    color: #898989;
}

.acciones .form-check-label {
    color: #2d9e5a;
    font-size: 0.9rem;
    text-align: left;
    line-height: 130%;
}

.acciones input[type=checkbox] {
    border-radius: 3px;
    border: 1px solid #bfbfbf;
}

.acciones {
    text-align: left !important;
}

table {
    line-height: 1.25;
}

table.table-bordered.dataTable td.archivos {
    text-align: left !important;
    font-size: 85% !important;
    line-height: 95% !important;
}

/* Table sort indicators */
.dataTables_length,
.dataTables_wrapper {
}

.dataTables_length select,
.dataTables_length input,
.dataTables_wrapper select,
.dataTables_wrapper input {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0px;
    height: 2.5rem;
    line-height: 2;
    color: #333;
    padding: 5px;
}

.dataTables_length .dataTables_length,
.dataTables_length .dataTables_filter,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    display: inline-flex;
}

.dataTables_filter {
    float: right !important;
}

.dataTables_paginate {
    width: 100%;
    text-align: center;
}

.paginate_button {
    min-width: 2.5rem;
    display: inline-block;
    text-align: center;
    padding: 0.5rem 0.5rem;
    margin-top: -1rem;
    border: 0;
}

.paginate_button:not(.previous) {
    border-left: none;
}

.paginate_button.previous {
    border-radius: 0;
}

.paginate_button.next {
    border-radius: 0;
}

.paginate_button:hover {
    cursor: pointer;
    background-color: #eee;
    text-decoration: none;
}

.dataTables_paginate a.paginate_button:hover {
    border-radius: 5px;
}

.dataTables_paginate a.paginate_button.current {
    color: #fff;
    background-color: #006729;
    border-radius: 5px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    font-family: FontAwesome;
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    opacity: 0.5;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0d8";
}

table.dataTable thead .sorting_desc:after {
    content: "\f0d7";
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
}

table.dataTable thead .sorting_asc:after {
    content: "\f0d8";
}

table.dataTable thead .sorting_desc:after {
    content: "\f0d7";
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
    position: relative;
    font-size: 1.0rem;
    vertical-align: top;
    text-align: left;
}

/*Check*/
table input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

table input[type=checkbox].css-checkbox + label.css-label, table input[type=checkbox].css-checkbox + label.css-label.clr {
    padding-left: 23px;
    height: 18px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 0.9rem;
    vertical-align: middle;
    cursor: pointer;
    line-height: 100%;
}

table input[type=checkbox].css-checkbox:checked + label.css-label, table input[type=checkbox].css-checkbox + label.css-label.chk {
    background-position: 0 -18px;
}

label.css-label {
    background-image: url(../img/csscheckbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.hidden {
    display: none;
}

.close {
    font-size: 14px;
}

.errorlist ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.errorlist li {
    list-style: none;
    background: rgba(255, 0, 0, 0.1);
    display: block;
    padding: 2px 8px;
}

.gestionvida a {
    color: #000;
}

.mainmenu a.btn-light {
    background-color: rgba(28, 103, 41, .2000);
    color: rgba(28, 103, 41, 1.000) !important;
}

.mainmenu a.btn-light:hover {
    background-color: var(--green-corp);
    color: #fff !important;
}

#id_descuento li {
    float: left;
    display: block;
    margin-right: 4em;
}

.btn-green {
    padding: 10px;
    background-color: var(--green-corp);
    color: white !important;
    min-width: 150px;
}

.btn-green:hover {
    background-color: #005a28;
}

#btn-ingresar {
    width: 150px;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 150px;
}