﻿.d-none{
    display:none;
}
.w-100{width:100%;}

.form-control.multi-select {
    padding: 0px 0px;
}
a {
    color: #0f5f94;
}
b, strong, form label {
    font-weight: 500;
}
span.text-danger{font-size: 10px;}

.btn-nuevo {
    color:white !important;
    background-color: orange !important;
}
.btn-info-adicional {
    color: white !important;
    background-color: #0000f7 !important;
}
.btn-aprobado {
    color: white !important;
    background-color: #11ac22 !important;
}
.btn-rechazado {
    color: white !important;
    background-color: #f94037 !important;
}
.btn-ingresado {
    color: white !important;
    background-color: #83c8f2 !important;
}
.btn-pendiente {
    color: white !important;
    background-color: #b3b303 !important;
}

/*Bootstrap datetime*/
.bootstrap-datetimepicker-widget.dropdown-menu {
    bottom: 50px;
    top: 50px;
    z-index: 9999999999 !important;
    /* position: fixed !important; */
}
table.dataTable thead > tr > th {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* PROSPECT */
.form-prospect #prefix {
    max-width: 45%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-prospect #cellPhone {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-orange, .btn-orange:hover {
    background-color: orange;
    color: white;
}
.btn-yellow, .btn-yellow:hover {
    background-color: #f9f516;
    color: #847e7e;
}
.vertical-align-middle{
    vertical-align:middle !important;
}

/* Table */
table.dataTable td, table.dataTable th {
    text-align: center;
}

table.table-bordered.dataTable thead,
.content-page table#dates thead,
#datatable-buttons_wrapper thead {
    background-color: #0f5f94;
    color: white;
}

table.table-bordered.dataTable thead th,
.content-page table#dates thead th,
#datatable-buttons_wrapper thead th{
    color:white;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th,
#datatable td, #datatable-buttons_wrapper td {
    vertical-align: middle !important;
}
#datatable-buttons_wrapper .btn {
    padding: 4px 14px;
}

.dataTables_filter label input:hover,
.dataTables_filter label input:focus,
.dataTables_filter label input {
    margin-left: 0em !important;
    border-left: unset;
    border-top: unset;
    border-right: unset;
    border-radius: 0 !important;
}
#datatable-buttons_wrapper .btn.btn-default {
    background-color: transparent;
}
div.dataTables_filter {
    margin-bottom: 5px;
}
div.dataTables_length label {
    margin-bottom: 0 !important;
}
.content-page .card-box > br {
    display: none;
}
#datatable-buttons_wrapper td i.fa-edit {
    font-size: 18px;
}
/* Dashboard */
.dashboardCards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.dashboardCards > div {
    width: 18%;
}

.dashboardCards img{
    max-width: 100%;
    height: auto;
    max-height: 100px;
}

/*Login*/
#cardLogin{margin-top:100px;}

/*Card header*/
.card-header-top {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #e3e3e3ed;
    padding-bottom: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.card-header-top > div{
    margin-bottom: 0px;
}
.card-header-top > div:first-child{
    width: 50%;
}

.card-header-top > div:nth-child(2){
    width: 50%;
    text-align: right;
}
.card-header-top > div:nth-child(3){
    width:100%;
}
.card-box {
    padding: 10px;
}
.card-box div .collapse form {
    padding: 5px 0 5px;
}

.card-box div .collapse form .form-group {
    margin-right: 15px;
    margin-top: 10px;
}
.card-box div .collapse form button[type="submit"] {
    margin-top: 10px;
}

.card-box form.form-horizontal div.form-group:last-child {
    border-top: solid 1px #eee;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    padding-top: 20px;
    margin-left: 0 !important;
}

/* Page notification automatic */

#pageNotificationRenovacion #datatable tbody td{text-align:left;}
#pageNotificationRenovacion #datatable select,
#pageNotificationRenovacion #datatable input:not(input[type="file"]) {
    width: 100%;
}

@media (max-width: 1199px) {
    .dashboardCards{justify-content:center;}
    .dashboardCards > div {
        width: 30%;
    }
}

@media (max-width: 767px) {

    .dashboardCards > div {
        width: 100%;
    }
}