ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }

.error-text {
    color: #ff0000;
    font-size: 11px;
}
.div-errors {
    color: #ff0000;
    font-size: 13px;
    padding-bottom: 10px;
}
.control-error {
    border-color: #ff0000;
}
div.datepicker {
    z-index: 99999;
}
.text-ron-blue{
    color: #4374e0 !important;
}

table.dataTable.not-highlighted-first-col td:first-child {
    background-color: #fbf9e2;
}

.datepicker-outer {
    width: 110px;
    position: relative;
}
.datepicker-outer .glyphicon {
    line-height: 25px;
}
.form-group .datepicker-outer {
    width: auto;
}
.form-group .datepicker-outer .glyphicon, .dataTable .datepicker-outer .glyphicon {
    line-height: 34px;
}

.dataTable td form input {
    height: 25px!important;
}

.dataTable td input.datepicker {
    font-size: 12px!important;
    width: 110px;
    height: 34px;
    padding-right: 30px;
}

.dataTables_filter input {
    height: 28px;
}

input[type="search"] {
    -webkit-appearance: searchfield;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.break-word {word-wrap:break-word}

.toggle-outer .toggle-label {
    padding-top: 15px;
}

table.totals-bold tfoot td {
    font-weight: bold;
}
.hint-block {
    font-size: 12px;
}
.toggle-checkbox {
    padding-top: 8px;
    padding-bottom: 6px;
}
.checkbox-group {
    margin-bottom: 0!important;
}
input.number {
    width: 60px;
    color: #000000;
}
.cform-horizontal-label {
    padding-right: 30px;
}
.cform-horizontal-inputs label {
    padding-right: 20px;
    font-weight: normal;
}

.legend-table {
    width: 100%;
}
.legend-table th, .legend-table td {
    padding: 1px 10px;
}
.legend-outer {
    min-height: 100%!important;
}
@media screen and (min-width: 992px) {
    .legend-outer {
        min-height: 400px!important;
    }
}
.margin-left-20 {
    margin-left: 20px;
}
.datepicker-days {
    display: block!important;
}
.form-group .select2-selection__rendered {
    line-height: 30px !important;
}
.form-group .select2-container .select2-selection--single {
    height: 34px !important;
}
.form-group .select2-selection__arrow {
    height: 33px !important;
}
.form-group .select2-container, .form-group .select2-selection {
    width: 100%!important;
}
.select2-search__field {
    margin-top:0!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc!important;
    border-color: #367fa9!important;
    color: #fff!important;
}
.select2-selection__choice__remove {
    color: #fff!important;
}
table.dataTable .non-investor td:nth-child(2) {
    color: red;
    font-weight: bold;
}
table.dataTable .non-investor td, table.dataTable tr.row-gray td{
    background-color: #ebebeb!important;
}
.tabs-gray li a {background-color: #eee!important}
table.listing {margin: 0 auto}
table.listing th, table.listing td {padding: 0 5px}
table.listing th {padding-bottom:2px}
.red_text{color: red;}