.has-feedback label ~ .form-control-feedback {
    top: 29px;
}

#category-header.category-header-solid {
    background: #00539b;
}

.page-footer{
    position: absolute;
    bottom: 0;
    width:100%;
}

#wrapper{
  min-height: 100%;
    position: relative;
}
html,
body {

    height:100%;
}

#main-content{
    padding-bottom:100px;
}

.panel {
    margin: 0 auto 2em;
}

.form-control {
    height: 38px; /* Otherwise any letter with a tail gets cut off */
}

.navbar-brand,
.navbar-nav a{
    color:#fff !important;
}

.navbar-nav li.current {
    background: #0061b5;
}

.navbar-nav li.current a {
    font-weight: bold;
}

.navbar-nav .open .dropdown-menu,
.navbar-nav a:hover,
.navbar-nav > .open a,
.navbar-nav > .open a:focus{
    background-color:#1b74c3 !important;
}

.navbar-nav .open .dropdown-menu{
   border: none;
}

.navbar-brand a{
    font-weight: 900;
}

#header-crest {
padding: 5px !important;
}
#header-crest img {
height: 40px;
}
#brand-title{
    padding: 15px 7px;
    font-size: larger;
}

#accordion {
    margin-bottom: 20px;
}

/*#accordion input, button, select, textarea, label, option, span, .controls, td, th {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}*/

#accordion h3 {
    font-size: 18px;
    line-height: 27px;
}
#summary-header > h1,
#summary-header{
    margin-top: 0;
}

.control-group {
    padding-bottom: 5px;
}

form .form-group label {
    color: #454545;
    font-weight: bold;
}

form label.radio {
    font-weight: normal;
}



.select2-hidden-accessible {
    display: none !important;
    visibility: hidden !important;
}

.ui-datepicker-trigger {
    cursor: pointer;
}

.offset1 {
    margin-left: 100px !important;
}

.ui-widget {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}

.ui-widget-content a {
    color: #0088CC;
}

span.requiredField {
    color: red;
    font-size: 1.2em;
    padding: 0 2px;
}

.summary-edit-button{
    position:absolute;
    top:-1px;
    right:-1px;    
}

pre {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    word-wrap: normal;
    background: white;
    border: none;
    white-space:pre-wrap;
}

.justify-text{
    text-align: justify;
}

.watermark,
#print-header {
    display: none;
}

.nav-stacked-padding {
    color: #ffffff !important;
}

.unfilledMandatory{
    padding: 10px 35px 10px 15px;
    background-color: #fff4f4;
    border: 1px solid #ff5e5e;
    border-radius: 4px;
}

#login-alert{
    margin-top: 10px;
    margin-bottom: 0;
    padding:5px 10px 0 10px !Important;
}

#ajax-modal1 {
    width: 25%;
    position: fixed;
    top:50%;
    margin-left:auto;
    margin-right:auto;
    min-width: 300px;
    width:115px;
    height:142px
}
#ajax-modal {
    position: fixed;
    background:none;
    margin:auto;
    overflow: hidden;
    border: none;
    display: flex;
    align-items: center;
}

.wordwrap {
    word-wrap: break-word;     
}

.thick-border td {
    border-top: 2px solid #000 !important;
}

.select2-wrapper {
    position: relative;
}

.select2-container .select2-choice > .select2-chosen {
    white-space: normal;
}

.select2-wrapper select, .select2-wrapper input {
    position: absolute;
    top: 88%;
    left: 50%;
    height: 0;
    width: 0;
    display: block !important; /* Not very nice but we need to do this as 3.5.2 breaks html validation */
    z-index: -1;
}

.table-scrolable {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .table-scrolable > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-scrolable > .table > thead > tr > th,
  .table-scrolable > .table > tbody > tr > th,
  .table-scrolable > .table > tfoot > tr > th,
  .table-scrolable > .table > thead > tr > td,
  .table-scrolable > .table > tbody > tr > td,
  .table-scrolable > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-scrolable > .table-bordered {
    border: 0;
  }
  .table-scrolable > .table-bordered > thead > tr > th:first-child,
  .table-scrolable > .table-bordered > tbody > tr > th:first-child,
  .table-scrolable > .table-bordered > tfoot > tr > th:first-child,
  .table-scrolable > .table-bordered > thead > tr > td:first-child,
  .table-scrolable > .table-bordered > tbody > tr > td:first-child,
  .table-scrolable > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-scrolable > .table-bordered > thead > tr > th:last-child,
  .table-scrolable > .table-bordered > tbody > tr > th:last-child,
  .table-scrolable > .table-bordered > tfoot > tr > th:last-child,
  .table-scrolable > .table-bordered > thead > tr > td:last-child,
  .table-scrolable > .table-bordered > tbody > tr > td:last-child,
  .table-scrolable > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-scrolable > .table-bordered > thead > tr:last-child > th,
  .table-scrolable > .table-bordered > tbody > tr:last-child > th,
  .table-scrolable > .table-bordered > tfoot > tr:last-child > th,
  .table-scrolable > .table-bordered > thead > tr:last-child > td,
  .table-scrolable > .table-bordered > tbody > tr:last-child > td,
  .table-scrolable > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }


@media (min-width: 769px) {
    .card-list-uls{
        break-inside: avoid-column; /* W3C */
        -webkit-column-break-inside: avoid; /* Safari & Chrome */
        -moz-column-break-inside: avoid; /* Firefox */
        -ms-column-break-inside: avoid; /* Internet Explorer */
        -o-column-break-inside: avoid; /* Opera */
        page-break-inside: avoid
    }
    .card-list{
        -moz-column-count: 3;
        -moz-column-gap: 10px;
        -webkit-column-count: 3;
        -webkit-column-gap: 10px;
        column-count: 3;
        column-gap: 10px;
    }

    .two-col-block{
        -moz-column-count: 2;
        -moz-column-gap: 15px;
        -webkit-column-count: 2;
        -webkit-column-gap: 15px;
        column-count: 2;
        column-gap: 15px;
    }
}


.row_success{
    font-weight:bold;
    color:#194214;
  
    border-left:4px solid #194214;
}

td > ul,
td > ul{
    padding-left: 10px;
}
.row_danger{
    font-weight:bold;
    color:#7D241F;
    border-left:4px solid #7D241F;
}
.date > .input-group-addon:hover{
    cursor: pointer;
}

.panel-heading {
    font-size: 21px;
}




.panel.section .panel-title {
    margin: 0;
}

.panel-title {
    font-size: 21px;
}

.section .panel-body {
    padding-bottom: 0;
}

.section .panel-heading a {
    color: white;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    margin-top: 2px;
    margin-right: 10px;
}

.section .btn-sm {
    /* So all the buttons appear the same width as the button with the most text */
    min-width: 103px;
}

/*
#travel .row:nth-of-type(even),
#mileage .row:nth-of-type(even),
#miscellaneous .row:nth-of-type(even)
{
    background: #f5f5f5;
}*/

.section .subtotal {
    margin: 10px 0;
}

.panel-left, .panel-right {
    display: inline-block;
}

.panel-right {
    float: right;
}


form .form-group label.error {
    color: #ee3224;
}



.button-bar {
    white-space: nowrap;
    text-align: center;
    width: 5em;
}
.fa.seamless-button {
    background: none;
    border: none;
    width: 2em;
    margin-left: 3px;
    margin-right: 3px;
    padding: 0;
}
.fa.seamless-button:hover, .fa.seamless-button:focus {
    text-decoration: none;
}
.fa.edit-button, .fa.delete-button, .fa.close-button {
    color: #fff;
}
.edit-data {
    display: none;
}

.delete-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9A3B36;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 9000;

}
.abort-delete{
    margin: 0 auto;
    vertical-align: middle;
        opacity: 1;
    display: block;
}

#current-files {
    table-layout: fixed;
}

.associated-expenses {
    font-size: smaller;
}

.badge {
    vertical-align: bottom;
}



/* bug fixes - Start */


.input-group.col-lg-12{
    padding-left: 0;
    padding-right: 0;
}

.page-header .row,
.controls.row{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}

a.panel-heading{
    display:block;
}

/* decoration of checkbox and radio in the controls -- Start */

label.checkbox{
    font-weight: normal;

}
label input[type=radio],
label input[type=checkbox]{
    margin: 2px 0 0;
}
.controls .radio:first-child,
.controls .checkbox:first-child{
    margin-top: 0;
}
.controls .radio.col-xs-6:first-child,
.controls .checkbox.col-xs-6:first-child{
    margin-top: -5px;
}

/* decoration of checkbox radio in the controls --- END */

/* bug fixes - END */

.input-full{
    width: 100%;
}

#reset-search {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .input-mini,
    .input-small,
    .input-medium,
    .input-large,
    .input-xlarge,
    .input-xxlarge{
        width: 100%;
    }
    .select2-wrapper {
        font-size: small;
    }
  #user-actions{
      padding-left: 30px !important;
      max-width: 150px;
      color:white;
  }
}

/* C. Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
   .input-mini {
        width: 20%;
    }
    .input-small {
        width: 25%;
    }
    .input-medium {
        width: 40%;
    }
    .input-large {
        width: 60%;
    }
    .input-xlarge {
        width: 75%;
    }
    .input-xxlarge {
        width: 90%;
    }
    .select2-wrapper {
        font-size: small;
    }
}

/* D. Standard Desktop */
@media (min-width: 992px) {
    .input-mini {
        width: 15%;
    }
    .input-small {
        width: 20%;
    }
    .input-medium {
       width: 45%;
    }
    .input-large {
        width: 60%;
    }
    .input-xlarge {
        width: 75%;
    }
    .input-xxlarge {
        width: 85%;
    }
    .set-right{
        float: right;
    }
    .set-left{
        float: left;
    }
}

/* E. Large desktop */
@media (min-width: 1200px) {

    .input-mini {
        width: 15%;
    }
    .input-small {
        width: 20%;
    }
    .input-medium {
        width: 35%;
    }
    .input-large {
        width: 50%;
    }
    .input-xlarge {
        width: 65%;
    }
    .input-xxlarge {
        width: 80%;
    }
}

.white-card {
    position: relative;
    background: white;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    padding: 15px;
    margin: 0 0 15px 0;
    border: 1px solid rgb(204, 204, 204);

}

.white-card .card-title{
    margin-left: -23px;
    margin-bottom: 7px;
    margin-top: -14px !Important;
    border-left: 3px solid #464646;
    padding: 3px 5px 3px 5px;
    background-color: #f5f5f5;
}

.card-title.card-danger {
    color: #8A3736;
    background-color: #fcf2f2;
    border-color: #D02024;
}

.card-title.card-warning {
    color: #714E0A;
    background-color: #FFF7CF;
    border-color: #F6D10B;
}

.card-title.card-info {
    color: #004F6A;
    background-color: #F0F8FF !Important;
    border-color: rgb(0, 136, 204);
}

.card-title.card-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #85b65b;
}


.white-card address {
    margin: 10px 0 0 0;
}

.white-card strong {
    color: #468847;
}

.white-card p {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .white-card p {
        margin: 20px 0 0 0 !important;
    }
}

.white-card small {
    font-size: 80%;
}

.white-card .card-actions {
    position: absolute;
    top: -1px;
    right: -1px;
    padding: 3px 10px;
    font-size: 18px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    z-index:999;
}

.white-card .card-attachments {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 10px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.white-card .claim-processing {
    margin-top: 20px;
}

.alert-success a {
    color: #fff;
}

.alert>p+p {
    margin-top: 10px;
}

input:invalid, textarea:invalid {
    border: 1px solid #c22a22;
}

#save-purpose {
    margin-top: 10px;
}

#claim-checked {
    display: inline-block;
}

.further-info {
    display: none;
    font-size: smaller;
}

/*
Callout
*/
.callout {
    padding: 15px;
    margin: 10px 10px 10px 10px;
    border: 1px solid #5bc0de;
    border-left-width: 5px;
}

.callout h4{
    margin-top: 0px;
}

.callout-danger {
    border-color: #BA3330;
}
.callout-danger h4{
    color: #BA3330;
}
.callout-warning {
    border-color: #f0ad4e;
}
.callout-warning h4{
    color: #f0ad4e;
}
.callout-success {
    border-color: #5cb85c;
}
.callout-success h4{
    color: #5cb85c;
}

/*
Callout
*/

.collapse-wrapper {
    cursor: pointer;
}

.collapse-toggle {
    float: right;
}

.collapse-wrapper[aria-expanded='false'] .collapse-toggle {
    transform: rotate(90deg);
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(27,116,195, 0.2);
    border-right: 1.1em solid rgba(27,116,195, 0.2);
    border-bottom: 1.1em solid rgba(27,116,195, 0.2);
    border-left: 1.1em solid #1b74c3;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color:#1b74c3
    }
}

.morecontent span {
    display: none;
}

#attachments label {
    cursor: pointer;
}

#attachments .attachment-checkbox {
    height: 20px;
    width: 20px;
}

/*
Start text indent classes
 */
.indent-1{
    text-indent: 1em;
}
.indent-2{
    text-indent: 2em;
}
.indent-3{
    text-indent: 3em;
}
.indent-4{
    text-indent: 4em;
}
.indent-5{
    text-indent: 5em;
}
.indent-6{
    text-indent: 6em;
}
.indent-7{
    text-indent: 7em;
}
.indent-8{
    text-indent: 8em;
}
/*
end text indent classes
 */

.as-list{
    padding-left: 0px;
    list-style: none;
    display:block;
}

.as-list li{
    margin-left: 15px;
    float: left;
    margin-right: 15px;
}
.as-list lh{
    text-decoration: underline;
    display:block;
    font-weight: bold;
}
.as-list:after{
    clear:both;
}
.as-list:after,
.as-list:before{
    display:table;
    content: " ";
}

.room-status > span{
    margin-right: 10px;
}

.bootstrap-datepicker-widget > table > thead{
    background: white;
}