@import 'modals.css';
/**
 * 1. Botones
 * 2. Formularios Login
 * 3. Genericos
 */

/**
 * 1. Botones
 */
.btn-fullwidth{
    width: 100%;  
}
.bg-button-custom{
  background-color: #ed1b24 !important;
  color: #fff !important;
}
/**
 * 2. Formularios Login
 */
#box_form{
    position: absolute;
    width: 300px;
    height: auto;
    left: 50%;
    top: 50%;
    margin-top: -206px;
    margin-left: -150px;
}
#box_form img {
    margin-bottom: 30px;
    width: 100%;
}
div#mensajes_form {
    text-align: center;
}

/**
 * 3. Genericos
 */
.box-shadow {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.9) inset;
}

.box-view, .box-edit, .box-child .child{
    display: none;
}


.modal-header{
    cursor: move;
}

.box-child {
    margin: 15px 0;
}
/*.child>.title-child{
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #eee;
    padding-bottom: 9px;
    margin: 15px 0;
}*/
.title-child{
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #eee;
    padding-bottom: 9px;
    margin: 15px 0;
}
/** No resultados select */
.no-results span{
    cursor: pointer;
}

/** Forms */
.checkbox label, .radio label {
    padding-left: 0;
}
.checkbox-display{
    display: none;
}

.input-info{
    background: none !important;
    box-shadow: none;
}

.wait-notification{
    background-color: #edf2fa !important;
}

.notification-events-sidebar .waiting-notification a{
    background-color: #e19c00 !important;
}
.notification-events-sidebar .waiting-notification .bg-red{
    background-color: #fff !important;
    color: #e19c00 !important;
}
.notification-events-sidebar .waiting-notification .menu-info *{
    color: #fff !important;
}
.notification-events-sidebar .waiting-notification:hover a{
    background-color: #ffff !important;
}
.notification-events-sidebar .waiting-notification:hover .bg-red{
    background-color: #e19c00 !important;
    color: #fff !important;
}
.notification-events-sidebar .waiting-notification:hover .menu-info *:not(.btn){
    color: #e19c00 !important;
}

.notification-events-sidebar .expired-notification a{
    background-color: #dd4b39 !important;
}
.notification-events-sidebar .expired-notification .bg-red{
    background-color: #fff !important;
    color: #dd4b39 !important;
}
.notification-events-sidebar .expired-notification .menu-info *{
    color: #fff !important;
}
.notification-events-sidebar .expired-notification:hover a{
    background-color: #ffff !important;
}
.notification-events-sidebar .expired-notification:hover .bg-red{
    background-color: #dd4b39 !important;
    color: #fff !important;
}
.notification-events-sidebar .expired-notification:hover .menu-info *:not(.btn){
    color: #dd4b39 !important;
}

.notification-events-sidebar .inprocess-notification a{
    background-color: #2d7a8c !important;
}
.notification-events-sidebar .inprocess-notification .bg-red{
    background-color: #fff !important;
    color: #2d7a8c !important;
}
.notification-events-sidebar .inprocess-notification .menu-info *{
    color: #fff !important;
}
.notification-events-sidebar .inprocess-notification:hover a{
    background-color: #ffff !important;
}
.notification-events-sidebar .inprocess-notification:hover .bg-red{
    background-color: #2d7a8c !important;
    color: #fff !important;
}
.notification-events-sidebar .inprocess-notification:hover .menu-info *:not(.btn){
    color: #2d7a8c !important;
}

.notification-events-sidebar .completed-notification a{
    background-color: #00a65a !important;
}
.notification-events-sidebar .completed-notification .bg-red{
    background-color: #fff !important;
    color: #00a65a !important;
}
.notification-events-sidebar .completed-notification .menu-info *{
    color: #fff !important;
}
.notification-events-sidebar .completed-notification:hover a{
    background-color: #ffff !important;
}
.notification-events-sidebar .completed-notification:hover .bg-red{
    background-color: #00a65a !important;
    color: #fff !important;
}
.notification-events-sidebar .completed-notification:hover .menu-info *:not(.btn){
    color: #00a65a !important;
}

.panel .table-responsive>div{
    padding-right: 0 !important;
    padding-left: 0 !important; 
}
.panel table{
    margin-top: 0 !important;
}
.panel ul.pagination{
    margin-right: 6px !important;
}
.panel .dataTables_filter{
    margin-right: 6px !important;
    margin-top: 6px !important;
}
.bootstrap-tagsinput{
    width: 100%;
}

.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
    min-height: 100px;
}
.dropzone-order{
    display: none;
}
.remove-img {
    text-align: center;
    position: absolute;
    top: -15px;
    right: 5px;
    background-color: #fff;
    cursor: pointer;
    color: #f00;
    font-size: 25px;
}

.dropzone .dz-preview .dz-progress{
    top: 70%;
}

.dropzone .dz-preview .dz-progress span.dz-percentage {
    width: 100%;
    position: absolute;
    z-index: 1000;
    text-align: center;
    font-size: smaller;
    color: #e9e9e9;
    mix-blend-mode: difference;
}
.panel-default>.panel-heading{
    color: #fff;
    background-color: #696969;
    border-color: #ddd;
}
.table-hover>tbody>tr:hover {
    background-color: #dbdbdb !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ececec;
}

.small-box h3{
    font-size: 25px;
}
.small-box > .inner {
    padding: 10px;
    z-index: 1;
    position: relative;
}
.small-box .icon {
    top: unset;
    bottom: -20px;
}

div.dataTables_wrapper div.dataTables_processing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 6vw;
    margin-top: 0;
    text-align: center;
    padding: 50vh 0;
    background: rgba(0, 0, 0, 0.65);
    font-size: 18px;
    color: #ffffff;
    z-index: 100;
}

.tab-content.border-tap-content{
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-radius: 0 0 4px 4px;
    border-color: #ccc;
    border-style: solid;
    border-top: none;
}

.tab-pane.box-edit{
    display: none !important;
}
.tab-pane.box-edit.active{
    display: block !important;
}

.tab-content {
    max-height: 88vh !important;
    overflow: auto;
}

.swal2-popup {
  font-size: 1.6rem !important;
}

@media screen and (max-width: 768px) {
    .box-header > .box-tools {
        position: relative;
    }
    .small-box h3 {
        font-size: 30px;
    }
    div.dataTables_wrapper div.dataTables_processing {
        margin-left: 0;
    }
}