﻿#loader {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999999;
    display: none;
}

#loader .loader-spin {
    top: 50%;
    position: fixed;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
}


.rate-base-layer {
    color: #aaa;
}

.rate-hover-layer {
    color: orange;
}

.rate-select-layer {
    color: orange;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}

input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: darkgrey;
    color: white;
}

.select2-container *:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}

@media screen and (min-width: 768px) {
    #modalCustomSize .modal-dialog {
        width: 1000px;
    }
}

table.dataTable tbody tr.selected {
    color: black;
    background-color: #E8F5E9;
}

tr.highligh-master-detail td {
    background: #E8F5E9;
}