h1.panel-title {
   color: #043673;
}

.panel-title {
    font-size: inherit;
}

#wrapper {
   //border-bottom: 1px solid #e7e7e7;
}

#page-wrapper {
    padding-bottom: 30px;
}

.footer {
   padding: 15px;
   margin: 0 25%;
}

/* Form errors */
form .error {
        background: #f2dede;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-weight: normal;
}
form .error-message {
        -moz-border-radius: none;
        -webkit-border-radius: none;
        border-radius: none;
        border: none;
        background: none;
        margin: 0;
        padding-left: 8px;
        padding-right: 0;
        padding-top: 4px;
        padding-bottom: 4px;
}
form .error,
form .error-message {
        color: #B90E0E;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        text-shadow: none;
}

.required label:before, label.required:before {
   content: '* ';
   color: #B90E0E;
   display: inline;
}

.message {
   margin-top: 20px;
   margin-bottom: 0px;
   color: #8a6d3b;
   background-color: #fcf8e3;
   padding: 15px;
   border: 1px solid #faebcc;
   border-radius: 4px;
   text-align: center;
   font-weight: 800;
}

.success {
   color: #3c763d;
   background-color: #E0EFD8;
   border-color: #d6e9c6
}

.error {
   color: #B90E0E;
   background-color: #f2dede;
   border-color: #ebccd1
}

.report {
    margin:0px 0 10px 0;
    width:100%;
}

.report td,#dt_table td,#fixed_header td {
    border-top:1px solid #9d9d9d;
    padding:2px 5px;
    vertical-align: middle;
}

.report th {
    font-weight:bold;
    padding:5px;
}

.report thead,.report tbody,#dt_table thead,#dt_table tbody,#fixed_header thead,#fixed_header tbody {
    border-bottom:2px solid #aaa;
}

.btn-text {
   overflow: hidden;
   text-overflow: ellipsis;
}

.well-sam {
   margin-top: 15px;
}

.help-block-sam {
    margin-bottom: 5px;
}

.btn-sam {
   margin-bottom: 5px;
}

.btn-sam-small {
   width: 20px;
   height: 20px;
   padding-top: 3px;
}

.small-sam {
   padding-top: 3px;
}

small.checkrequest {
    font-size: 50%;
}

.media-sam {
   margin-bottom: 10px;
}

.panel-sam {
   margin-top: 5px;
   margin-bottom: 5px;
}

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

.form-view {
   background-color: #f9f9f9;
   height: 100%;
   min-height: 32px;
   padding: 4px 12px;
   overflow: hidden;
   text-overflow: ellipsis;
}

.form-underlined {
    border-bottom: 1px solid #333;
    height: 18px;
}

.huge-sam {
   font-size: 20px;
}

.pager-sam {
   margin-bottom: 10px;
}

.lead-sam {
   margin-bottom: 5px;
   font-size: 18px;
}

.left-15 {
   margin-left: 15px;
}

.row-sam {
   margin-top: 5px;
}

a {
   text-decoration: underline !important;
}

.cm {
   padding-top: 10px;
}

.save {
   margin-right: 15px;
}

a.messages {
   margin-right: 5px;
}

.form-control-sam {
   height: 32px;
}

.form-control, .panel-default {
    border-color: #9d9d9d;
}
.input-group-addon {
    border-color: #9d9d9d;
}

.form-control-dd {
   height: 100%;
   min-height: 32px;
   padding: 4px 12px;
   border: 1px solid #ccc;
   border-radius: 4px;
   margin-bottom: 5px;
}

.control-label-sam {
   padding-top: 2px;
   padding-left: 5px;
}

.view-label {
    margin-bottom: 5px;
    font-weight: 700;
}

.panel-footer-sam {
   background-color: #fff;
   border-top: 1px solid #337ab7;
}

.tab-pane-sam {
   padding: 20px;
   border-left: 1px solid #9d9d9d;
   border-bottom: 1px solid #9d9d9d;
   border-right: 1px solid #9d9d9d;
}

.nav-tabs-sam {
   margin-top: 15px;
}

.tab-content-sam {
   margin-bottom: 15px;
}

.nav-tabs>li>a {
   border: 1px solid #9d9d9d;
}

.nav-tabs>li.active>a {
   border-bottom: 1px dotted #9d9d9d;
   border-bottom-color: rgba(221, 221, 221, .5);
   font-weight: 600;
}

.disabled {
   color: #a9a9a9;
}

/* calendar */

.form .ui-datepicker-calendar td,.form .ui-datepicker-calendar th {
    padding:10px;
}

.ui-datepicker-calendar td, .ui-datepicker-calendar th {
    padding:5px;
}

.ui-datepicker-calendar th {
    padding:5px;
    text-align: center;
}

.ui-datepicker-calendar {
    width: 265px;
}

.ui-datepicker {
    text-align:center;
    max-width: 265px;
}

.ui-datepicker-calendar td:hover:not(.ui-state-disabled,.ui-datepicker-current-day),.ui-datepicker-calendar td:active:not(.ui-state-disabled,.ui-datepicker-current-day) {
    background-color:#e0d1b2;
    text-decoration:none;
}

.ui-datepicker-current-day,.ui-state-highlight,.ui-state-active {
    background-color:#003399;
    color:#fff;
    font-weight:500;
}

.ui-datepicker-current-day:hover,.ui-state-highlight:hover,.ui-state-active:hover,.ui-datepicker-current-day:active,.ui-state-highlight:hover,.ui-state-active:hover {
    color:#fff;
    text-decoration:none;
}

.ui-datepicker-next {
    float:right;
    margin:5px;
}

.ui-datepicker-prev {
    float:left;
    margin:5px;
}

.ui-datepicker-title {
    line-height:45px;
}

#content table.rpt-calendar {width: 100%; border: 1px solid #cccccc; border-collapse: collapse; margin: 0px; padding: 0px; background-color: #ffffff;}
#content table.rpt-calendar th {background-color: #eeeeee; text-transform: none; color: #444444; padding: 4px; text-align: center; border: 1px solid #eeeeee;}

#content table.rpt-calendar th.cell-prev {text-align: left;}
#content table.rpt-calendar th.cell-next {text-align: right;}
#content table.rpt-calendar th.cell-header {width: 70px; border-bottom: 1px solid #cccccc;}
#content table.rpt-calendar td.cell-today {background-color: #e2e8f6;} /* today in the current month */
#content table.rpt-calendar td.cell-weekend {background-color: #F3F5EB;}
#content table.rpt-calendar td {border: 1px solid #cccccc; vertical-align: top; width: 14.28%}

#content table.rpt-calendar td div.cell-number {text-align: right; font-size: 10px; color: #444444; display: block; min-height: 20px;}
#content table.rpt-calendar td div {display: block; font-size: 11px; text-align: left; min-height: 80px;}
#content table.rpt-calendar thead th {border: 1px solid #cccccc;}

/* timeline */

.timeline-badge-sam {
    margin-top: 14px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #0F6C03 !important;
}

.timeline-badge.warning {
    background-color: #E9AB23 !important;
}

.timeline-badge.danger {
    background-color: #B90E0E !important;
}

.timeline-badge.info {
    background-color: #2455a5 !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-title > h2 {
   margin-top: 0px;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media {

    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

.checkbox.disabled label {
    color: #9d9d9d;
}

a.title-link {
    color: #fff;
}

.list-group-item-info {
    background-color: #D9EDF6;
}
.list-group-item-success {
    background-color: #E0EFD8;
}
.list-group-item-warning {
    background-color: #FCF3DD;
}

.panel-info>.panel-heading {
    background-color: #D9EDF6;
}
.panel-success>.panel-heading {
    background-color: #E0EFD8;
}
.panel-warning>.panel-heading {
    background-color: #FCF3DD;
}

.alert-info {
    background-color: #D9EDF6;
    font-weight: 500;
}
.alert-success {
    color: #0F6C03;
    background-color: #E0EFD8;
    font-weight: 500;
}
.alert-warning {
    background-color: #FCF3DD;
    font-weight: 500;
}

.text-info {
    color: #2455a5;
}
.text-success {
    color: #0F6C03;
}
.text-warning {
    color: #E9AB23;
}
.text-danger {
    color: #B90E0E;
}

.navbar-default .navbar-brand {
    color: #ffffff;
}

.brand-home {
    margin-top: 4px;
    margin-left: 20px;
}

.well-home {
    background-color: #f2f2ea;
}

h1, h2, h3, h1 small, h2 small, h3 small {
    color: #0957C3;
}

a.nav {
    color: #fff;
}

a.nav:hover, a.nav:focus {
    color: #23527c;
}

.navbar-default {
    background-color: #f2f2ea;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #23527c;
    background-color: #eee;
}

.panel-body-fixed {
    line-height: 18px;
    min-height: 90px;
    max-height: 90px;
    overflow-y: hidden;
}

tr.row-hidden {
    display: none;
    visible: false;
}

tr.row-child {
    background-color: #f9f9f9;
}

#btnHistory {
    margin-bottom: 10px;
}

h2.app {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 600;
}

.row-top-5 {
    margin-top: 5px;
}

.row-top-10 {
    margin-top: 10px;
}

.row-top-15 {
    margin-top: 15px;
}

.row-top-20 {
    margin-top: 20px;
}

.row-top-30 {
    margin-top: 30px;
}

.checkbox-sam {
    margin-top: 0px;
    margin-bottom: 5px;
}

/* faces gallery */

div.face-gallery {
    margin: 5px;
    //border: 1px solid #ccc;
    float: left;
    max-width: 90px;
}

div.face-gallery:hover {
    background: #f2f2ea;
    opacity: 0.90;
    filter: alpha(opacity=90);
}

div.face-gallery img {
    //width: 100%;
    //height: auto;
    width: 90px;
    height: 120px;
    min-width: 90px;
    min-height: 120px;
}

div.face-desc {
    padding: 2px;
    font-size: 12px;
    text-align: center;
    height: 66px;
}

.checklist-item {
    margin-left: 20px;
}

.checklist-item-date {
    margin-top: 10px;
    margin-bottom: 0px;
}

.alert-slim {
    padding: 2px;
    margin-bottom: 2px;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

a.btn-tree[aria-expanded=true] .fa-caret-right {
    display: none;
    height: 0;
}
a.btn-tree[aria-expanded=false] .fa-caret-down {
    display: none;
    height: 0;
}

@media print {
    a[href]:after {
        content: none
    }
}

.btn-purple {
    color: #fff;
    background-color: #563d73;
    border-color: #563d73;
}

/* Room Sign */

h1.roomsign {
    font-size: 110px;
    color: #fff;
    margin: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

h2.roomsign {
    font-size: 76px;
    font-weight: 600;
    color: #0c0c0c;
    margin-bottom: 0px;
}

.jumbotron-roomsign {
    padding: 5px;
    background-color: #332d72;
    border: 2px solid #332d72;
    border: 2px solid #96577d;
    border-radius: 4px;
}

.roomsignEvent {
    font-size: 75px;
    line-height: 1.1em;
    height: 2.3em;
    max-height: 2.3em;
    padding: 5px;
    overflow: hidden;
    color: #332d72;
    font-weight: 600;
}

.carousel-roomsign {
    padding-left: 20px;
    padding-right: 20px;
}

.bg-roomsign {
    background-image: url('../img/faded-mountain33.png');
    background-repeat: no-repeat;
}

.roomsign-container {
    padding-bottom: 40px;
}

.roomsign-time {
    color: #fff;
    font-size: 65px;
    padding: 0px 10px;
    margin-top: 22px;
    margin-right: 5px;
}

.affix {
    top: 0;
    padding: 15px;
    background: #5f8fc1;
    //border: 1px solid #5f8fc1;
    border: 10px solid #f0c016;
    border-radius: 4px;
    z-index: 9999 !important;
}

.btn-lookup {
    margin-top: 26px;
}

.panel-green-shuttle {
    border-color: #41ad48;
}
.panel-green-shuttle > .panel-heading {
    border-color: #41ad48;
    color: white;
    background-color: #41ad48;
}
.panel-purple-shuttle {
    border-color: #30006e;
}
.panel-purple-shuttle > .panel-heading {
    border-color: #30006e;
    color: white;
    background-color: #30006e;
}
.panel-blue-shuttle {
    border-color: #008ec8;
}
.panel-blue-shuttle > .panel-heading {
    border-color: #008ec8;
    color: white;
    background-color: #008ec8;
}
.panel-shuttle {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media print{
    .table td.bg-info,
    .table th.bg-info {
        background-color: #d9edf7 !important;
    }
    .table td.bg-warning,
    .table th.bg-warning {
        background-color: #fcf8e3 !important;
    }
    .table td.bg-success,
    .table th.bg-success {
        background-color: #dff0d8 !important;
    }
    .table td.bg-primary,
    .table th.bg-primary {
        background-color: #337ab7 !important;
    }
}

@media(max-width: 768px) {
    .topnav-search {
        margin-left: 10px;
    }
}

.huge {
    font-size: 40px;
}

.thumbnail-no-border {
    border: none;
    margin-right: 15px;
}

.navbar-footer {
    background-color: #f0f0f0;
}

a.footer-link {
    color: #333333;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-color: #9d9d9d;
}

.close {
    opacity: .9;
}

input[type='checkbox'] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.navbar-default .navbar-nav>li>a {
    color: #0957c3;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #d9edf7;
}

:focus {
    box-shadow: inset 0 0 0 2px white, 0 0 0 2px #0D9E00;
}

.fa-fw {
    font-size: 1.2em;
    padding-top: .2em;
}

.mt-1 {
    margin-top: 10px
}