/* common
-------------------------------------*/
body, body .container.body .right_col {
    background: #ffffff;
}

.text-muted {
    color: #8395a9 !important;
}

.right_col > .content {
    padding-top: 12px;
}

/* panels
-------------------------------------*/
.panel {
    padding: 18px;
    border: 1px solid #f4f4f8;
    border-radius: 8px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 18px;
}

.panel .panel-heading {
    padding: 0;
}

.panel .panel-heading .title {
    color: black;
    font-weight: bold;
    font-size: 16px;
}

.panel .panel-heading .title small {
    display: block;
    font-weight: normal;
    font-size: 12px;
}

.panel .panel-body {
    padding: 12px 0;
}

.panel.panel-none {
    /*padding: 0;*/
    border: 1px solid white;
    box-shadow: none;
}

/* table
-------------------------------------*/
.kv-grid-container {
    overflow: visible;
}

.table thead {
    box-shadow: #cccccc 0 0 10px;
}

.table thead th {
    color: #5d6b79;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    /*border-top: 1px solid #ddd!important;*/
    /*border-bottom: 1px solid #ddd;*/
    border: none;
}

.table thead > tr th:first-child {
    /*border-left: 1px solid #ddd;*/
}

.table thead > tr th:last-child {
    /*border-right: 1px solid #ddd;*/
}

.table tbody tr {
    height: 44px;
    border-bottom: 1px solid #dcdcdc;
    color: #5d6b79;
}

/* select2 dropdown
-------------------------------------*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: bold;
    background: transparent !important;
    color: #555;
    border-radius: 0;
    height: 34px;
    padding: 6px 12px 6px 0;
    font-size: 14px;
}

.select2-dropdown {
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.220);
    box-shadow: 0 6px 12px rgba(0,0,0,.220);
    background: white !important;
    border: 1px solid rgba(0,0,0,.15) !important;
}

.select2-results__option {
    padding: 6px 20px;
    font-size: 12px;
    border-bottom: 1px dashed #e5e5e5;
}

.select2-container--default .select2-selection--single {
    height: 34px;
    color: #333;
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    background: transparent;
    outline: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #ffffff;
    color: #333;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #f5f5f5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: #3498DB;
    border-top-width: 8px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: #3498DB;
    border-bottom-width: 8px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #f5f5f5;
    font-weight: bold;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #3498DB;
    outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #cccccc;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 260px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #3498DB !important;
    color: white;
}