
.skin-2 .ibox-content {
    background: white;
}

@media (max-width: 768px) { 
    select,   textarea,   input[type="text"],   input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px; }
    select.input-sm {
        font-size: 16px
    }
}

body.DTTT_Print {
    background: #fff;

}
.DTTT_Print #page-wrapper {
    margin: 0;
    background:#fff;
}

button.DTTT_button, div.DTTT_button, a.DTTT_button {
    border: 1px solid #e7eaec;
    background: #fff;
    color: #676a6c;
    box-shadow: none;
    padding: 6px 8px;
}
button.DTTT_button:hover, div.DTTT_button:hover, a.DTTT_button:hover {
    border: 1px solid #d2d2d2;
    background: #fff;
    color: #676a6c;
    box-shadow: none;
    padding: 6px 8px;
}

.dataTables_filter label {
    margin-right: 5px;

}
button.DTTT_button, div.DTTT_button, a.DTTT_button {
    /* position: relative; */
    display: inline-block;
    margin-right: 3px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: 4px;
    font-weight: normal
}

input[type=search] {
    -webkit-appearance: textfield
}

label {
    font-weight: normal;
}

input, select {
    padding:5px 10px;font-size:12px;border-radius:3px;
    height:30px;
    line-height:1.42857143;
    color:#555;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.chosen-container {
    width: 100%;
    min-width: 250px;
    max-width: 450px;
}


.pagination .ui-button {
    margin-right: 0px;
    padding: 0px;
    border:none;
}


/* switch */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 0px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/* switch */

/* Cuentas de banco */
#accounts img {
    height: 30px;
    border-radius: 50%
}

table#accounts {
    width: 100%;
}

table#accounts  tr td {
    padding-top: 3px;
}
/* Cuentas de banco */

@media (min-width: 992px) {
    .modal-xl {
        width: 990px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        width: 1140px;
    }
}