body,
html {
    background: #FEFEFE
}

#wrapper {
    background: #FEFEFE
}

.header .logo {
    background-color: transparent
}

.fixed-navbar {
    background: #FEFEFE;
    color: #242424
}

.fixed-navbar .ico-item {
    color: #999
}

.fixed-navbar .ico-item:hover {
    color: #242424
}

.menu-mobile-button {
    background: #FEFEFE;
    color: #242424
}

@media (min-width:1025px) {
    .searchform .button-search:hover {
        color: #242424
    }
}

.main-menu {
    background: #111;
    color: #FEFEFE;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.main-menu .user .name a {
    color: #FEFEFE
}

.main-menu .user .control-wrap>.fa {
    color: #FEFEFE
}

.navigation .title {
    color: #FEFEFE;
    background: 0 0
}

.navigation .menu>li.current>a {
    color: #FEFEFE;
    background: #484848
}

.navigation .menu>li.current .current>a {
    color: #FEFEFE
}

@media (min-width:800px) {
    .menu-active .header .logo {
        color: #111
    }
    .menu-active .header .logo:before {
        background: #111
    }
}

.box-content {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05)
}

#table>tbody>tr>td,
#tbl_eventos>tbody>tr>td {
    background-color: #FEFEFE;
    color: #000
}

#table_emerg>tbody>tr>td,
#table_exp>tbody>tr>td {
    background-color: #FEFEFE;
    color: #000
}

.view-table {
    background-color: #FEFEFE !important;
    color: #000 !important;
    border: 1px solid #ddd !important;
}

input[type=checkbox].check-checkbox {
    display: none
}

input[type=checkbox].check-checkbox+label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

input[type=checkbox].check-checkbox+label:last-child {
    margin-bottom: 0
}

input[type=checkbox].check-checkbox+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s
}

input[type=checkbox]:checked.check-checkbox+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.opcional {
    background-color: rgba(19, 158, 147, .1)
}

.select2-dropdown {
    background-color: #FEFEFE;
    border: 1px solid #ccd1d9
}

.select2-close-mask {
    background-color: #FEFEFE
}

.select2-container--default .select2-selection--single {
    background-color: #FEFEFE;
    border: 1px solid #ccd1d9
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent
}

.select2-container--default .select2-selection--multiple {
    background-color: #FEFEFE;
    border: 1px solid #ccd1d9
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #ccd1d9
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccd1d9
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
    color: #000!important
}

.select2-container--opcional .select2-selection--single {
    background-color: rgba(19, 158, 147, .1);
    border: 1px solid #ccd1d9
}

.select2-container--opcional .select2-selection--single .select2-selection__rendered {
    color: #444
}

.select2-container--opcional .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--opcional .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent
}

.select2-container--opcional.select2-container--disabled .select2-selection--single {
    background-color: #eee
}

.select2-container--opcional.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent
}

.select2-container--opcional .select2-selection--multiple {
    background-color: #FEFEFE;
    border: 1px solid #ccd1d9
}

.select2-container--opcional .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #ccd1d9
}

.select2-container--opcional .select2-selection--multiple .select2-selection__choice__remove {
    color: #999
}

.select2-container--opcional .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--opcional.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px
}

.select2-container--opcional.select2-container--disabled .select2-selection--multiple {
    background-color: #eee
}

.select2-container--opcional .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccd1d9
}

.select2-container--opcional .select2-search--inline .select2-search__field {
    background: 0 0
}

.select2-container--opcional .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--opcional .select2-results__option[aria-selected=true] {
    background-color: #ddd;
    color: #000!important
}

.li_un {
    color: #181818!important
}

#btn-shi,
.btn-actions,
.btn-pg {
    color: rgb(0, 0, 0);
    background-color: rgb(233, 233, 233);
}

#btn-shi:hover,
.btn-actions:hover,
.btn-pg:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(216, 216, 216);
}

.input_group_datepicker .opcional {
    background-color: rgba(19, 158, 147, .1);
    border-color: #ccc;
    color: #555
}

.fixed-navbar {
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)
}

.config-popup {
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)
}

.notice-popup {
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)
}


/* Custom Scrollbar */

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar:hover {
    width: 14px;
}

*::-webkit-scrollbar-track {
    background: transparent
}

*::-webkit-scrollbar-thumb {
    background: #333333;
    background-clip: padding-box;
}

*::-webkit-scrollbar-thumb:hover {
    background: #555555;
}