html,
body {
    height: 100%;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #121212;
    font-size: 15px;
}
a {
    color: #000;
}
a:hover {
    color: #414141;
}

@media (min-width: 1200px) {
    .admin {
        width: 100%;
        margin-top: 56px;
    }
    .admin .container {
        width: 100%;
    }
    .navbar-nav {
        float: none;
    }
}

@media (min-width: 992px) {
    .admin {
        width: 100%;
        margin-top: 56px;
    }
    .modal-lg {
        width: 1200px;
    }
    .navbar-nav {
        float: none;
    }
}

@media (min-width: 768px) {
    .admin {
        width: 100%;
        margin-top: 56px;
    }
    .admin .container {
        width: 100%;
    }
    .navbar-nav {
        float: none;
    }
}

@media (min-width: 992px) {
    .admin {
        width: 100%;
        margin-top: 56px;
    }
    .admin .container {
        width: 100%;
    }
    .navbar-nav {
        float: none;
    }
}

@media (max-width: 600px) {
    body {
        font-size: 18px;
    }
    .mobile-input {
        width: 100%;
    }
    .width-250 {
        width: 70% !important;
    }
    .mobile-input .input-group {
        float: right;
        width: 207px;
    }
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 10px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #323232;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    color: #ffffff;
}

.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;
}

/* Helper class */
.add-item {
    width: 447px;
    float: left;
    margin-right: 15px;
}
.print-blank,
.get-excel {
    cursor: pointer;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.width-200 {
    width: 200px;
}
.width-250 {
    width: 250px;
}
.min-height-300 {
    min-height: 300px;
}
.inline-filter {
    display: inline-flex;
    margin-right: 15px;
}
.margin-top-right-5 {
    margin-top:5px;
    margin-right:5px;
}
/* End Helper class */

/* Flash message */
#ui_notifIt {
    z-index: 9999;
}
#ui_notifIt.info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}
#ui_notifIt.success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}
#ui_notifIt.warning {
    background-color: #FFF8C6;
    border-color: #eea236;
    color: #555;
}
#ui_notifIt.error {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}
#ui_notifIt.default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
/* /Flash message */

/* Main nav */
.navbar-brand {
    padding: 10px 10px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    font-weight: bold;
    color: #ededed;
    background: rgba(81, 81, 81, 0.2) none repeat scroll 0 0;
}
.navbar-nav li.social-li {
    margin-top: 10px;
    margin-right: 16px;
}
.nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}
/* End Main nav */

/* FileInput */
.file-thumbnail-footer .file-caption-name {
    width: 100% !important;
}
/* FileInput */

/* Pagination */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #303030;
    border-color: #323232;
}
/* End Pagination */

/* DateRangePicker */
.custom-datepicker {
    width: 145px !important;
}
.calendar {
    float: right;
}
.calendar .form-control {
    border-radius: 4px !important;
}
.calendar span.input-group-addon {
    width: 40px;
    float: left;
    height: 34px;
    padding: 8px 13px;
    border-radius: 4px 0 0 4px !important;
}
/* End DateRangePicker */

/* Loader */
.loader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.1);
    height: 100%;
    padding-top: 12%;
    padding-left: 49%;
}
/* End Loader */

/* Primary Buttons */
.btn-primary {
    background: rgb(85, 85, 85);
    border-color: rgb(75, 75, 75);
}
.btn-primary:hover {
    background: rgb(59, 59, 59);
    border-color: rgb(56, 56, 56);
}
.btn-primary:focus {
    background: rgb(65, 65, 65);
    border-color: rgb(58, 58, 58);
}
.btn-primary:active {
    background: rgb(59, 59, 59) !important;
    border-color: rgb(56, 56, 56) !important;
}
/* End Primary Buttons */

/* Chars */
.chart-block {
    width: 100%;
    height: 300px;
}
/* End Chars */

/* DateRangePicker */
.daterangepicker td.active,
.daterangepicker td.active:hover,
.datepicker table tr td.active.active,
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #898989 !important;
    border-color: #7A7A7A !important;
}
.daterangepicker td.in-range {
    background: #F5F5F5 none repeat scroll 0 0;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    color: #FFF;
    background: #FFF none repeat scroll 0 0;
}
/* End DateRangePicker */

/* Select2 */
.select2-container--krajee .select2-results__option[aria-selected="true"] {
    color: #8A8A8A;
    background-color: #EFEFEF;
}
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    color: #D7D7D7;
}
.select2-container--krajee .select2-results__option[aria-selected="true"] {
    color: #000000;
    background-color: #EFEFEF;
}
/* End Select2 */

/* Selectize */
.selectize-control.multi .selectize-input > div {
    background: #DADADA none repeat scroll 0 0;
}
#case-list .selectize-control {
    width: 79%;
    float: right;
}
/* End Selectize */

/* Pagination */
.pagination {
    margin: 0;
    width: 100%;
    float: right;
}
/* End Pagination */