html,
body {
    /*height: 100%;*/

}

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

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

.modal-backdrop.fade {
    height: 0px !important;

}

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

.topbar {
    background: #232323;
    background-color: #5b5c5f 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5b5c5f 0px), to(#232323 100%));
    background-image: -webkit-linear-gradient(top, #5b5c5f 0px, #232323 100%);
    background-image: -moz-linear-gradient(top, #5b5c5f 0px, #232323 100%);
    background-image: -ms-linear-gradient(top, #5b5c5f 0px, #232323 100%);
    background-image: -o-linear-gradient(top, #5b5c5f 0px, #232323 100%);
    background-image: linear-gradient(top, #5b5c5f 0px, #232323 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b5c5f 0px', endColorStr='#232323 100%');
}

/*.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 td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

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

.navbar-brand {
    padding-bottom: 0 !important;
    padding-top: 10px !important;
    height: 50px;
}




.navbar-nav > li > a {
    padding-bottom: 0 !important;
    padding-top: 15px !important;
    height: 50px;
}

/*.navbar {min-height:50px !important;}*/
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #c1c1c1;
    cursor: default;
}


#page-wrapper {
    padding: 0 0px !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.nopadding5pxSide {
    padding: 0px 5px !important;
    margin: 0 !important;
}

.padding5px {
    padding: 5px 5px !important;
    margin: 0 !important;
}

.kv-preview-data {
    max-width: 100% !important;
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 200px;
        padding: 0 0px !important;
        border-left: 1px solid #e7e7e7;
    }

    .sidebar {
        z-index: 1;
        position: absolute;
        width: 200px !important;
        margin-top: 51px;
    }
}

/*Boot strap override*/

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px !important;
    line-height: 1.5;
    vertical-align: middle;
}

/*.form-control {*/
/*height:25px !important;*/
/*}*/

/*textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {*/
/*padding:2px 2px !important;*/
/*}*/

.gridview-buttons a {
    padding: 0px 5px;
}

ul.main-navigation-menu > li a {
    color: #a2a1a1 !important;
}

ul.main-navigation-menu > li.active > a {
    color: #ffffff !important;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

span.input-label-icon {
    display: block;
    position: relative;
}

.input-label-icon > [class*="fa-"], .input-label-icon > [class*="clip-"] {
    bottom: 0;
    color: #909090;
    display: inline-block;
    font-size: 14px;
    left: 5px;
    line-height: 35px;
    padding: 0 3px;
    position: absolute;
    top: 13px;
    z-index: 2;
}

.input-label-icon input {
    padding-left: 30px !important;
}



#notes-wrapper .pagination {
    float: right;
    margin: 0px 0px !important;
}

.groupnamegrid {
    border: 1px solid #777;
    background: #fff;
    display: inline-block;
    border-radius: 3px;
    float: left;
    padding: 2px 7px;
    font-size: 11px;
    margin: 2px;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    font-weight: normal;
}

.grid-view .filters input, .grid-view .filters select {
    height: 20px;
}

.spectrum-input {
    display: none !important;
}

.select2large .select2-container--krajee .select2-selection--single,
.select2large .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 90px !important;
}

.sp-palette .sp-thumb-el {
    width: 50px !important;
    height: 30px !important;
}

/*overrides*/

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #efefef !important;
}

.table-striped > thead > tr > th, .table > tbody > tr > th,
.table-striped > tfoot > tr > th, .table > thead > tr > td,
.table-striped > tbody > tr > td, .table > tfoot > tr > td {
    border-right: 1px solid #FFF !important;
}

.table-striped > tfoot > tr > th,
.table-striped > tbody > tr > td,
.table-striped > tfoot > tr > td {
    border-top: 1px solid #c0c6cf !important;
}

@media (max-width: 991px) {
    .sidebar-mobile-open .main-container {
        left: 200px !important;
    }

    .sidebar-mobile-open .topbar {
        left: 200px !important;
        right: -200px !important;
    }

}

ul.main-navigation-menu li a .icon-arrow:before {
    content: "\f105";
    font-family: FontAwesome;
}


.panel-white{
    box-shadow: none;
}

.panel-white, .partition-white {
    border: 1px solid #e6e6e6;
}

.panel-white .panel-heading {
    border-bottom-color: #e4eaef;
    font-size: 15px;
    font-weight: 100;
}

.panel-white .panel-body {
    padding: 10px;
}


.panel-white .small-heading{
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding:5px;
    min-height: 30px;
}

.toolbar {
    height: 62px;
}

.page-header h2 {
    margin-top: 12px;
}

.toolbar .navbar-right > li > a {
    line-height: 25px;
    padding: 0px 0 7px 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 25px;
}

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    padding: 0px 5px;
}

textarea{
    padding: 0px 5px !important;
}


.kv-fileinput-caption{
    height: 34px;
}

.input-group-addon {
    padding: 3px 12px;
}


label {
    margin-bottom: 0px;
}

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{
    font-weight:normal;
    color:#000;
    background: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered {
    color: #000;
    padding: 0;
}

.select2-container--krajee .select2-selection--single {
    height: 25px;
    line-height: 1.428571429;
    padding: 2px 24px 2px 6px;
    font-size: 13px;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 24px;
}

.select2-container--krajee .select2-selection__clear {
    line-height: 1;
}


.formheader
{
    color: #000;
    margin-top: 0px;
    font-weight: bold;
    text-decoration: underline;
}


.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    font-size: 11px;
}


.krajee-default.file-preview-frame .kv-file-content {
    height: 150px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px 0 0;
}

.form-group {
     margin-bottom: 5px;
}

select.form-control {
    color: #000000;
}

.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    color: #808080 !important;
    font-size: 11px !important;

}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #808080 !important;
    font-size: 11px !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #808080;
    font-size: 11px;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #808080;
    font-size: 11px;
}
:-moz-placeholder { /* Firefox 18- */
    color: #808080;
    font-size: 11px;
}

.auto-clear-4col div:nth-child(5) .col-sm-3{
    clear:both;
}

.panel-white, .partition-white {
     color: #000;
}


.panel-body {
    overflow: scroll;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {


    color: #ffffff;
    background: #6c899d;
}


.nav-tabs > li > a {
    color: #555;
    background-color: #ccdce8;
}

.tab-content {
    background-color: #f5f5f5;
}

select{
    padding:0px !important;
}


.dashboard_banner{
    background: url("../img/banner.png");
    background-size: cover;
    width:100%;
    height: 300px;
    background-position: center top;
}


.dashboard_button_container{
    margin-bottom:50px;
}


.dashboard_button_container div{
  margin-top:20px;
}

.dashboard_link div{
    background: #E8EFFF;
    border: 2px solid #D2AE90;
    border-radius: 20px;
    text-align: center;
    height: 150px;
    color: #c4a087;
    line-height: 150px;
    font-size:18px;
}

.dashboard_link div:hover{
    background: #D2AE90;
    border: 2px solid #E8EFFF;
    border-radius: 20px;
    text-align: center;
    height: 150px;
    color: #E8EFFF;
    line-height: 150px;
    font-size:18px;
}


@media print
{
    @page
    {
        size: auto;   /* auto is the initial value */

        /* this affects the margin in the printer settings */
        margin: 25mm 25mm 25mm 25mm;
    }

    body
    {
        /* this affects the margin on the content before sending to printer */
        margin: 0px;
    }

    .no-print, .no-print *
    {
        display: none !important;
    }

    h4{
        font-size:12px;
        margin-top:0px;
        margin-bottom:10px;
    }

    #pageFooter {
        display: table-footer-group;
    }

    #pageFooter:after {
        counter-increment: page;
        content: counter(page);
    }

    #pageFooter:after {
        counter-increment: page;
        content:"Page " counter(page);
        left: 0;
        top: 100%;
        white-space: nowrap;
        z-index: 20;
        -moz-border-radius: 5px;
        -moz-box-shadow: 0px 0px 4px #222;
        background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    }
}

.panel-gray .panel-body{
    background: #fbfbfb;
    border: 1px solid #eeeeee;
}

.btn-group{
    margin-left:20px;
}

.fc-event .fc-bg {
    z-index: 1;
    opacity: 0 !important;
}

.fc-content{
    color: #000 !important;
}

