body {
    color : #757272;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

table.dataTable {
    border-spacing: 3px;
}

/* -------------------- Ancho Maximo 480px (Smartphone Vertical) -------------------------*/
@media (max-width: 768px) {
    .form-signin {
        max-width: none;
    }
}

#gridContainer {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
}

.list {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 98%;
}

table.dataTable, .dataTables_wrapper {width: 98% !important;}

#container_home {
    min-height: 640px;
    padding-top: 30px;
    width: 95%;
    text-align: center;
    font-family:Helvetica,Arial,Verdana,sans-serif;
    font-size:20px;
    margin: 10px;
}

.options {
    padding: 20px;
    margin-top: 20px;
    background-color: rgba(191, 191, 191, 0.15);
    position: relative;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    margin-top: 10px;
}

.checkboxes-mode {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.option > .dx-selectbox {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}

.option > span {
    margin-right: 10px;
}

.checkbox_input {
    height: auto !important;
}

.navbar-inverse {
    background-color: #ededed;
    border-color: #ededed;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-header a .navbar-brand:hover {
    color: #757272;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: rgb(175, 167, 167);
}

a {
    color: #757272;
}

*{
    list-style:none;
    font-family:Helvetica,Arial,Verdana,sans-serif;
    font-size:12px;
}
h2{
    font-size: 20px;
}

label {
    padding-left:15px;
    font-weight:bold;
}

.input_default {
    width: 100%;
    padding: 10px;
    margin: 6px 0;
    box-sizing: border-box;
}

hr {
    clear:both;
    margin-top:20px;
    margin-bottom:20px;
    height: 1px;
    border:0;
    border-top: 1px solid #999;
}

.clear{
    clear:both;
    height: 20px;
}

.floatLeft{
    float:left;
}

.floatRight{
    float:right;
}


/* The Overlay (background) */
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 100000; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.button_filter{
    color: #ffffff;
    background-color: #337ab7;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 5px;
}

.button_filter:hover{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.select-css {
    height: 48px;
    display: block;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    color: #BCBCBC;
    line-height: 1.3;
    padding: .4em 1.4em .3em .8em;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
}

.datepicker{
    height: 48px;
    width: 100%;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    color: #BCBCBC;
    line-height: 1.3;
    padding: .4em 1.4em .3em .8em;
}

.form_label{
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    color: #000;
    line-height: 2.3;
}

.input_cleaner{
    position: absolute; right: 25px; top: 12px; cursor: pointer;color:#999;
}

#finder_filters{
    padding-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bec2c4;
    border-right: 1px solid #bec2c4;
}

#finder_actions{
    margin-top: 10px;
}

#finder_actions div{
    margin-top: 10px;
}

.input_search {
    background-image: url('icons/searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #A9A9A9;
}

.input_search::placeholder{
    opacity: 1;
}

#baseModal .modal-body {
    font-size: 18px;
}

.container_loading {
     height: 200px;
     position: relative;
}

.center_loading {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.select2-selection__arrow,
.select2-selection__rendered,
.select2-selection--single {
    height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 48px !important;
}