/* ========== Modals =========== */
.modal--light .modal-content {
    background-color: #fff;
    color: #202020;
    overflow: hidden;
}
.modal--light .modal-header {
    background: #f9f9f9;
}
.modal--light .modal-title .icon {
    vertical-align: top;
    color: #00A79D;
}
.modal--light .modal-footer {
    background: #f9f9f9;
    text-align: left;
}
.modal--light .nav > li > a:hover {
    text-decoration: none;
    background-color: #fff;
}
.modal--light .nav .nav-divider {
    height: 1px;
    margin: 7.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.modal--light .nav-default {
    background-color: #f9f9f9;
}
.modal--light .nav-default > li > a {
    color: #777;
    background-color: #eee;
    border-color: transparent;
}
.modal--light .nav-default > li.active:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #00A79D;
    box-sizing: border-box;
}
.modal--light .nav-tabs > li > a:hover {
    border-color: #fff #fff transparent;
}
.modal--light .nav-tabs > li.active > a,
.modal--light .nav-tabs > li.active > a:focus,
.modal--light .nav-tabs > li.active > a:hover {
    color: #202020;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom-color: transparent;
    cursor: default;
}

.modal--light .form-control {
    color: #555;
    background-color: #f9f9f9;
    background-image: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.modal--light .form-control:focus {
    color: #202020;
    background-color: #fff;
    border-color: #d9d9d9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 217, 217, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 217, 217, 0.6);
}
.modal--light .form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.modal--light .form-control:-ms-input-placeholder {
    color: #ccc;
}
.modal--light .form-control::-webkit-input-placeholder {
    color: #ccc;
}
.modal--light .form-control[disabled],
.modal--light .form-control[readonly],
.modal--light fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.modal--light .open > .btn-default.dropdown-toggle.focus,
.modal--light .open > .btn-default.dropdown-toggle:focus,
.modal--light .open > .btn-default.dropdown-toggle:hover {
    color: #777;
    background-color: #c3c3c3;
    border-color: #aeaeae;
}
.modal--light .dropdown-menu > .active > a,
.modal--light .dropdown-menu > .active > a:focus,
.modal--light .dropdown-menu > .active > a:hover,
.modal--light .leaflet-control-layers .leaflet-control-layers-list > .active > a,
.modal--light .leaflet-control-layers .leaflet-control-layers-list > .active > a:focus,
.modal--light .leaflet-control-layers .leaflet-control-layers-list > .active > a:hover {
    color: #777;
    text-decoration: none;
    outline: 0;
    background-color: #f9f9f9;
}
.modal--light .bootstrap-select > .dropdown-toggle {
    color: #555;
    background-color: #f9f9f9;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}

.modal--light .bootstrap-select.open > .dropdown-toggle,
.modal--light .bootstrap-select.open > .dropdown-toggle.active,
.modal--light .bootstrap-select.open > .dropdown-toggle.focus,
.modal--light .bootstrap-select.open > .dropdown-toggle:active,
.modal--light .bootstrap-select.open > .dropdown-toggle:active.focus,
.modal--light .bootstrap-select.open > .dropdown-toggle:active:focus,
.modal--light .bootstrap-select.open > .dropdown-toggle:active:hover,
.modal--light .bootstrap-select.open > .dropdown-toggle:focus,
.modal--light .bootstrap-select.open > .dropdown-toggle:hover {
    color: #202020;
    background-color: #fff;
    border-color: #d9d9d9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 217, 217, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 217, 217, 0.6);
}

.modal--light .dropdown-menu {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.modal--light .dropdown-menu > li > a,
.modal--light .leaflet-control-layers .leaflet-control-layers-list > li > a {
    display: block;
    padding: 6px 13px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap;
}
.modal--light .dropdown-menu > li > a:focus,
.modal--light .dropdown-menu > li > a:hover,
.modal--light .leaflet-control-layers .leaflet-control-layers-list > li > a:focus,
.modal--light .leaflet-control-layers .leaflet-control-layers-list > li > a:hover {
    text-decoration: none;
    color: #777;
    background-color: #f9f9f9;
}

.modal--light .bootstrap-select .dropdown-toggle:focus:focus {
    color: #202020;
    background-color: #fff;
    border-color: #d9d9d9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 217, 217, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 217, 217, 0.6);
}
.modal--light .bootstrap-select .dropdown-toggle:before {
    border-bottom: 7px solid #d9d9d9;
}
.modal--light .bootstrap-select .dropdown-toggle:after {
    border-bottom: 6px solid #fff;
}

.modal--light .tooltip-mark {
    font-weight: 700;
    color: #fff;
    background-color: #ddd;
}

.modal--light .input-group-addon {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid transparent;
    border-radius: 0;
}

.modal--light .checkbox label::before {
    content: "\0000";
    position: relative;
    z-index: 1;
    left: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    color: transparent;
    background-color: #fff;
    margin: 1px;
    margin-right: 5px;
    padding: 3px;
    font-size: 10px;
    line-height: 1;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.modal--light .checkbox-inline label::before {
    background-color: #fff;
}

.modal--light .table.table-list > thead > tr {
    color: #777;
    background-color: #eee;
}
.modal--light .nav-pagination {
    border-top: 1px solid #d9d9d9;
}
.modal--light .table-hover > tbody > tr:hover,
.modal--light .table.table-list > tbody > tr:hover {
    background-color: #f9f9f9;
}

.modal--light .btn.icon:hover {
    background: #eee;
    color: #777;
}

.modal--light .close {
    float: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}
.modal--light .close:focus,
.modal--light .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}
.modal--light button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.separator {
    margin: 9px 0;
    border-color: transparent;
}