﻿/*.titlebar { width: 100%; top: 0px; z-index: 9999; padding: 0; }*/
/*@media (min-height: 600px) 
        { 
            .titlebar { width: 100%; position: fixed; top: 0px; z-index: 9999; padding: 0; }
        }*/
/*.gridable table,
        .gridable th,
        .gridable td {
            border: 1px solid #C9CC89;
        }*/

.box {
    margin-bottom: 0px !important;
    box-shadow: 0 0 0 0 !important;
}

input[type=text]:focus, textarea:focus, select:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
    border: 1px solid rgba(81, 203, 238, 1) !important;
    background-color: #feffd1 !important;
}

input[type=textarea]:focus, textarea:focus, select:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
    border: 1px solid rgba(81, 203, 238, 1) !important;
    background-color: #feffd1 !important;
}

.select2-container--default:focus, .select2-selection--single:focus, .select2-selection__rendered:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
    border: 1px solid rgba(81, 203, 238, 1) !important;
    background-color: #feffd1 !important;
}

.select2-container--default, .select2-selection--single, .select2-selection__rendered {
    line-height: 22px !important;
}

ul.dropdown-menu {
    background-color: #e6e8e6 !important;
}

.fixedWidth {
    font-family: Consolas
}

.required-field::before {
    content: "*";
    color: red;
}
