html,
body {
    height: 100%;
    font-size: 12px;
}

.form-control {
    font-size: 12px;
    height: 31px;
    padding: 2px 6px;
}

.box-title {
    font-size: 16px!important;
}

.btn, .dropdown-menu {
    font-size: 12px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding:5px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.login-page {
    background-color: white;
}

.login-box {
    width: 420px;
}

.csdb-logo{
    width: 120px;
    height: 20px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height:auto;
}

.row h1 {
    margin-top: 0px;
}

.content-wrapper {
    #background-color:#ecf0f5;
}
.content-wrapper .container {
    background-color:#fff;
}

.content {
    padding:0px 10px;
    margin: 0px;
}

.form-group {
    margin-bottom: 0px;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: 0px;
}

.input-sm.select2-container--krajee .select2-selection--single, .select2-container--krajee .select2-selection--single{
    padding-top: 10px;
}

div.required label.control-label:after {
    content:" * ";
    color:red;
}
.dropdown-menu.pull-left {
    left:0;
}

.master-add.dropdown-menu>li>a:hover {
    background-color: #3c8dbc;
    color: #FFF;
}

#column-modal .multiselect.dropdown-toggle, .multiselect.dropdown-menu {
    /*width: auto;*/
    min-width: 570px;
    text-align: left;
    overflow-x: auto;
    white-space: pre-line;
}

#column-modal .multiselect-container {
    width: 100%;
    overflow-y: scroll;
    height: 400px;
    display: block;
}

#column-modal .multiselect-container li a {
    padding-left: 30px;
}

#column-modal .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus {
    color: #777;
    background-color: white;
}

#column-modal .multiselect-container {
    position: relative;
}
.box-subtitle{
    background-color:#f7f7f7;
    /*font-size: 14px;*/
    text-align: left;
    padding: 7px 10px;
    margin-top: 0;
}

.panel-fullscreen {
    display: block;
    z-index: 9000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    background: #FFFFFF;
}

.panel-fullscreen .table-responsive {
    overflow-x: inherit;
}

#loading {
    z-index:9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:auto;
    height:auto;
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    padding:10px;
    display: none;
}

.select2-container--krajee .select2-selection--single .select2-selection__clear {
    right:1.5rem;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    top: 40px;
    margin-left: 0;
}
.treeview-menu>li>a {
    font-size: 11px;
}
/*
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    display: block !important;
    position: absolute;
    width: 260px;
    left: 50px;
}*/

