.content-main {
    padding-top: 90px;
}

a, button {
    cursor: pointer !important;
}

.text-error {
    color: #F44336 !important;
    font-size: 80% !important;
}

.error-section {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
}

.badge-state {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 4px;
    margin-left: 4px;
}

.bootstrap-select .filter-option span {
    top: 0 !important;
}

.bootstrap-select-error {
    border-bottom: 2px solid #F44336 !important;
}

.input-autocomplete .form-control {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    box-shadow: none;
    border-radius: 0 !important;
}

.input-autocomplete .dropdown-menu {
    margin-top: 0 !important;
}

.input-autocomplete ul.dropdown-menu {
    border-left: 0 !important;
}

.input-autocomplete > div > div > div {
    display: block !important;
}

.input-autocomplete > div > div > div > div {
    display: block !important;
}

.input-autocomplete > div > div > div > div > input {
    width: 100% !important;
}

.datepicker div {
    width: 100% !important;
}

.datepicker hr {
    border-bottom: 1px solid #CCCCCC !important;
}


.bg-gray {
    background-color: #434952;
    color: #FFFFFF !important;
}

.info-box .content .text, .info-box .content .number {
    color: #FFFFFF !important;
}

.bold {
    font-weight: bold;
}

.dtp-launcher {
    cursor: pointer
}

.input-border {
    border-bottom: 1px solid #CCCCCC !important;
}

.fill-height-120 {
    height: 120px;
    width: 120px;
}

.breadcrumb {
    margin-bottom: 34px;
    padding-left: 0;
}

.breadcrumb a[disabled] {
    pointer-events: none;
}

.dropdown .dropdown-menu .body {
    overflow-y: auto;
    max-height: 400px;
}

.bg-all {
    background-color: #607D8B !important;
    color: #FFFFFF;
}

.bg-archived {
    background-color: #0A4F75 !important;
    color: #FFFFFF;
}

.bg-no-apply {
    background-color: rgb(192, 192, 192) !important;
    color: #FFFFFF;
}

.notification-menu li {
    max-width: 300px;
}

.img-close-label {
    font-size: 14px;
    position: relative;
    top: 3px;
    left: 3px;
}

.border-form {
    border-bottom: 1px solid #CCCCCC !important;
}

.input-group .form-line {
    border-bottom: 1px solid #CCCCCC !important;
}

.modal-full .modal-dialog {
    width: 90vw;
    height: 90vh;
}

.modal-full .modal-dialog .modal-content {
    height: 90vh;
}

.modal-full .table-trabajadores {
    max-width: none !important;
}

.modal-full .modal-body {
    height: 90%;
}

.modal-full .table-trabajadores {
    height: 100%;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.subtask-bg-active {
    background-color: #FFFFBE;
}

.text-valid {
    color: #99CC00;
}

.text-valid:hover {
    color: #86B300;
}

.text-pending {
    color: #FBB907;
}

.text-pending:hover {
    color: #FCCE4F;
}

.label-message {
    white-space: normal;
}

.check-all-wrap {
    padding: 10px 10px 0;
    background-color: #EAEAEA;
    border-radius: 3px;
    margin-bottom: 22px;
    display: inline-block;
}

.check-all-wrap label {
    color: #777777;
}

.import-list label {
    margin-left: 10px;
}

.option-badge:after {
    content: " ";
    height: 5px;
    width: 5px;
    background: #FF0000;
    border-radius: 5px;
    display: inline-block;
}

.disabled-user strong, .disabled-user span {
    opacity: .4;
}

.form-date-input {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

/* ATTACHMENT */

.attachment-list .al-item {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 14px;
}

.attachment-list .al-doc {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.attachment-list .al-doc .button-icon {
    margin-left: 0;
    margin-right: 15px;
}

.attachment-list .al-files {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 40px;
}

.attachment-list .al-item:last-child {
    margin-bottom: 0;
}

.attachment-list .al-doc-name {
    line-height: 20px;
    margin-right: 15px;
    font-weight: bold;
}

.attachment-list .al-extensions {
    height: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.attachment-list .al-extensions .label {
    margin-right: 5px;
}

.attachment-list .al-extensions .label:last-child {
    margin-right: 0;
}

.attachment-list .al-file {
    height: 20px;
    margin-top: 5px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.attachment-list .al-file .badge-state {
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.attachment-list .al-file-error {
    color: #FF0000;
    margin-left: 10px;
}

.form-label-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row nowrap;
}

.form-label-icon i {
    font-size: 20px;
    margin-bottom: 5px;
    margin-left: 10px;
}

/* FORM FIELD */

.form-field-list .form-group {
    margin-bottom: 0 !important;
}

.form-field-list .form-field-col {
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 10px !important;
}

.form-field-list .form-field-col label {
    display: none;
}

.form-field-list .form-field-col input {
    height: 32px;
}

.form-field-list .form-field-col-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.form-field-list label.error {
    display: block;
    line-height: 40px;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: normal;
    color: #F44336;
}

.form-field-list .form-line {
    line-height: 33px;
}

.info-card-content {
    display: grid;
    grid-template: auto / repeat(2, 1fr);
    grid-gap: 10px;
}
