
.overview {
    border-spacing: 0;
    clear: both;
    font-size: 14px;
    margin-top: 10px;
    max-width: none;
    width: 100%;
}

.overview > thead > tr > th {
    font-weight: 700;
    vertical-align: bottom;
}

.overview > tbody > tr > td,
.overview > tbody > tr > th,
.overview > tfoot > tr > td,
.overview > tfoot > tr > th,
.overview > thead > tr > td,
.overview > thead > tr > th {
    line-height: 1.42857;
    padding: 9px;
    text-align: left;
}

.overview > tbody > tr > td {
    vertical-align: top;
}

.overview > tbody > tr > th,
.overview > tfoot > tr > th,
.overview > thead > tr > th {
    background-color: #f9fafe;
    color: #4b5056;
}

.overview > tbody > tr.normal:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.overview > tbody > tr.hover {
    background-color: #f5f5f5;
}

.overview > thead > tr > th,
.overview > tbody > tr > th,
.overview > tfoot > tr > th,
.overview > thead > tr > td,
.overview > tbody > tr > td,
.overview > tfoot > tr > td {
    border-bottom: 1px solid #ddd;
}

.overview tbody > tr > td a {
    color: inherit;
    text-decoration: none;
    /*display: block;*/
}

table.overview {
    border: 1px solid #ddd;
}

.overview > thead > tr > th,
.overview > thead > tr > td {
    border-bottom-width: 2px;
}

.overview tbody td.ov_type_long_text {
    overflow-x: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
}

.overview > tbody > tr > td.ov_type_action_icon,
.overview > tfoot > tr > td.ov_type_action_icon {
    text-align: right;
    padding: 9px 9px 9px 0;
}

.overview_cell {
   overflow-x: hidden;
   word-wrap: break-word;
   text-overflow: ellipsis;
}

.overview > thead > tr > th > a {
    color: #4b5056;
    cursor: pointer;
    width: 100%;
    display: inline-block;
}

.overview .multi_column {
    margin: 4px 0 0 0;
}

.overview a:hover {
    text-decoration: none;
}

#overview_options_top, #overview_options_bottom {
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
}

#overview_options_top {
    margin: 0 0 10px 0;
}

#overview_options_bottom {
    margin: 10px 0;
}

#overview_options_top div,
#overview_options_bottom div {
    display: inline-block;
}

.overview_page_container {
    float: left;
}

.overview_page_container .btn .fa {
    margin-right: 0px;
}

.overview_page_container .btn, .overview_page_container span {
    display: inline;
    margin-right: 3px;
}

.overview_page_container .btn {
    padding: 5px 8px;
}

@media (max-width: 767px) {
    .overview_item_count_container {
        float: left !important;
        clear: both;
        margin: 8px 0 0 0;
    }

    .overview_page_container .btn {
        padding: 5px 5px;
    }
}

.overview_page_container .btn.disabled {
    opacity: 0.4;
}

.overview_page_container .btn.disabled {
    cursor: not-allowed;
}

.overview_item_count_container {
    float: right;
}

.overview_filter_row input {
    width: 100%;
}

.overview th.col-icon, .overview td.col-icon, .overview td.col-fit, .overview th.col-fit {
    white-space: nowrap;
    width: 1px;
}

.overview tbody td > span {
    display: inline-block;
    float: left;
}

/*@media (max-width: 991px) {*/
@media (max-width: 1199px) {
    .overview .grid {
        overflow-x: auto;
        width: 100%;
    }
}

.overview_filter_row input:focus, .overview_filter_row select:focus, .overview_item_count_container select:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175,233, 0.6);
    outline: none;
}

.overview_filter_row input, .overview_filter_row select, .overview_item_count_container select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 26px;
    line-height: 1.42857;
    padding: 2px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    min-width: 50px;
}

.overview_filter_row input, .overview_filter_row select {
    display: block;
    width: 100%;
}

.overview tbody tr td.overview_action,
.overview tfoot tr td.overview_action {
    white-space: nowrap;
    text-align: right;
}

.overview_clear_filter_link {
    margin-left: 10px;
}

.hintstyle {
    position: absolute;
    background: #ffffff;
    border: 1px solid black;
    border-radius: 4px;
    padding: 2px;
    z-index: 100;
}

.col_header i {
    margin-left: 10px;
}

.picklist input.form-control[readonly] {
    background-color: inherit;
}

.picklist input.form-control.search {
    height: 28px;
    padding: 3px 4px;
    margin: 3px 0;
}

.picklist div.panel {
    position: absolute;
    background-color: #ffffff;
    display: none;
    padding: 2px 4px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    outline: none;
}

.picklist_item_pnl {
    max-height: 250px;
    overflow-y: auto;
}

.picklist_item_pnl table, .picklist_option_pnl table {
    width: 100%;
}

.jqduallistbox .ui-selectable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.jqduallistbox .ui-selectee {
    border: 1px solid #8E8E8D;
}

.jqduallistbox .ui-selectable li {
    cursor: pointer;
    margin: 3px;
    padding: 0.4em;
    font-weight: bold;
}

.jqduallistbox .ui-selectable li span {
    width: 100%;
    display: inline-block;
}

.jqduallistbox .ui-selectable .ui-selected {
    background: none repeat scroll 0 0 #00a1e2;
    color: white;
}

.jqduallistbox .ui-selectable .ui-selecting {
    background: none repeat scroll 0 0 #00a1e2;
    color: white;
}

.jqduallistbox button {
    background: none repeat scroll 0 0 #00a1e2;
    color: white;
    font-weight: bold;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 5px 15px;
    cursor: pointer;
}

.jqduallistbox input.search {
    border: 1px solid #333333;
}

.jqduallistbox .dlbox_container {
    background-color: #FFFFFF;
    height: 300px;
    overflow-y: scroll;
    padding: 5px;
    border: 1px solid #4CB3E3;
}

.ui-datepicker-title select {
    color: black;
}

.jqdatepicker input {
    margin-left: 10px;
}

.jqdatepicker input:first-child {
    margin-left: 0;
}