#bodyContent {
    padding-top: 20px;
}

#navbarSupportedContent {
    padding-left: 25px;
}

.img-arrow {
    margin-top: -4px;
}

.tbl-calendar-header, .tbl-calendar {
    width: 100%;
}

.td-header-left, .td-header-right {
    width: 25%;
}

.td-header-center {
    width: 50%;
    text-align: center;
}

.td-header-right {
    text-align: right;
}

.input-calendar-top {
    display: inline;
    height: 40px;
    font-size: 20px;
    padding: 0px 12px;
}

#calendar-month-year {
    margin-top: -10px;
    height: 38px;
}

#SelectedMonth {
    width: 150px;
}

#SelectedYear {
    width: 100px;
}

#calendar-month-year {
    margin-top: -10px;
    height: 38px;
}

#reservation-pending {
    margin-left: 4px;
}

.calendar-legend {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.calendar-legend-event {
    border-radius: 4px;
    background-repeat: repeat-x;
    border-width: 1px;
    font-size: .75em;
    padding: 0 .75em;
    display: inline-block;
    height: 23px;
    width: 100px;
    text-align: center;
}

.requested, .requested-button {
    background-color: #e2e3e5;
    color: #383d41;
}

.requested {
    border: 1px solid #d6d8db;
}

.requested-button,
.confirmed-button,
.approved-button,
.declined-button,
.cancelled-button {
    border: 0;
    width: 100%;
    border: none;
}

.confirmed, .confirmed-button {
    background-color: #fff3cd;
    color: #856404;
}

.confirmed {
    border: 1px solid #ffc66c;
}

.approved, .approved-button {
    background-color: #dff0d8;
    color: #3c763d;
}

.approved {
    border: 1px solid #b2dba1;
}

.declined, .declined-button {
    background-color: #f8d7da;
    color: #9d1c24;
}

.declined {
    border: 1px solid #f5c6cb;
}

.cancelled, .cancelled-button {
    background-color: #cce5ff;
    color: #004085;
}

.cancelled {
    border: 1px solid #b8daff;
}

.tbl-calendar thead th {
    vertical-align: bottom;
    border-top: 2px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tbl-calendar tbody tr:last-child {
    border-bottom: 2px solid #dee2e6;
}

.calendar-day {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 90px;
    vertical-align: top;
    border-bottom: 1px solid #dee2e6;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.calendar-event {
    border-radius: 4px;
    background-repeat: repeat-x;
    border-width: 1px;
    font-size: .75em;
    padding: -1 .75em;
    line-height: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
    cursor: pointer;
}

.popover {
    max-width: 400px;
}

#reservation-buttons {
    padding-top: 8px;
    text-align: center;
}

#reservation-edit {
    margin-right: 4px;
}

#reservation-delete {
    margin-left: 4px;
}

.fa-angle-left,
.fa-angle-right {
    font-size: 1.4em;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 4px;
}

.fa-plus {
    font-size: 15px;
    padding-left: 4px;
    padding-right: 4px;
}

.control-label {
    font-weight: bold;
    text-align: right;
    margin-top: 5px;
}

input,
select,
textarea {
    max-width: 280px;
}

    input[type='checkbox'] {
        margin-top: 11px !important;
    }

#SelectedVIPHour {
    width: 90px;
    display: inline;
}

#SelectedVIPMinute,
#SelectedVIPMeridiem {
    width: 91px;
    display: inline;
}

.requester-phone-extension {
    width: 75px;
    right: 75px;
    top: 0px;
    position: absolute;
}

#reset-contact-search {
    right: 40px;
    top: 3px;
    position: absolute;
}

 .modal-dialog {
	max-width: 700px;
}

.modal-subheader {
	font-size: 15px;
    font-weight: bold;
    height: 20px;
}

.modal-subheader-info {
	height: 120px;
}

#SelectedVisitors {
	margin-left: 15px;
}

.hdr-create-new {
    position: relative; 
    top: 10px; 
    padding-left: 12px;
}