.stars
 {
     white-space:nowrap
 }

#hotelImageAnchor img,#roomImage img
{
    width:178px
}


.hotelGalleryImage
{
    display: block;
    width: auto;
}
.hotelGalleryImage div
{
    height: 150px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#hotelImageGallery .image
{
    width:50px
}

#hotelImageGallery .name
{
    font-size:10px;
}

#hotelImageGallery .name div
{
    overflow:hidden;
    width:72px
}

#hotelImageGallery .trash
{
    width:26px
}

#hotelImageProgress,#hotelImageGalleryProgress
{
    display:none;
    margin:10px 0;
    height:5px
}

.table.simpleview {
    width: 100%;
}
.table.simpleview + .table.simpleview {
    margin-top: 10px;
}
.table.simpleview td {
    vertical-align: middle;
}

.table.simpleview textarea {
    height: 100%;
    width: 100%;
}
.table.simpleview ul.list-unstyled {
    border: 1px solid #ddd;
    height: 250px;
    margin-top: 10px;
    overflow-y: auto;
}
.table.simpleview ul.list-unstyled > li {
    color: #333;
    cursor: pointer;
    padding: 4px 8px;
}
.table.simpleview ul.list-unstyled > li:hover {
    background-color: #fafafa;
    color: #000;
}

.table.simpleview ul.list-unstyled > li .glyphicon {
    color: #777;
}
.table.simpleview ul.list-unstyled > li:hover .glyphicon {
    color: #333;
}

.table.simpleview em {
    color:#999
}

.row.simpleview-gallery {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
}
.row.simpleview-gallery .col-xs-3 {
    padding-right: 5px;
    padding-left: 5px;
}
.row.simpleview-gallery label {
    display: block;
    margin: 0;
}
.row.simpleview-gallery .thumbnail {
    margin-bottom: 10px;
}
.simpleview-image {
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    padding-bottom: 100%;
}

.navigation li.active a
{
    background-position:0 -70px
}

#sortableGroupOptions tbody tr
{
    cursor: move;
}

.halfsizetextarea
{
    width:300px
}

#pageLink
{
    border:0
}

#systemAlerts .alert { cursor: pointer; }

#hotelForm #addedit_title
{
    float:left;
    max-width:420px
}

.buttonbar input
{
    margin-right:5px
}

p#addedit_lockdown_warning
{
    color:#2790b0;
    text-align:center;
    font-style:italic;
    font-size:13px
}

input#eventForm #address { width: 687px; }
.column2 input#address { width: 50%; }
#date_form .column label, #addedit_final_details .column label, #tabs-event-basic label.left-label
{
    width:110px;
}

#date_form .column input
{
    width:120px
}

#addedit_final_details .column
{
    text-align:left
}

.checkboxAndLabel label
{
    color:#636363;
    width:123px
}

.sub-form { 	background-color:#FFF }


#subBlock_view
{
    float:right;
    width:49%
}

#eventHotel_view
{
    float:left;
    width:49%;
}

#block_eHotel_container
{
    display:inline-block;
    overflow:hidden;
    width:100%
}

#block_eHotel_container select
{
    width:240px;
    height:36px
}

th a
{
    color:#000
}

.signpost_container { margin-right: 20px; }
img.signpost { height: 75px;  }

.addedit_count
{
    position:absolute;
    padding:3px 5px;
    margin-left: 60px;
    border-radius:20px;
    background-color:#000
}

.addedit_count p
{
    margin-top:0;
    margin-bottom:0;
    min-width:15px;
    color:#fff;
    text-align:center
}

#block_eHotel_container .left
{
    position:absolute;
    top:15%;
    height:auto
}

#block_eHotel_container .right
{
    float:none;
    margin-left:90px;
}

.dropDown
{
    background-color:#fff;
    height:auto;
    width:100%;
    overflow:hidden
}

.dropDown td
{
    width:auto
}

.dropDown td.right.small
{
    width:30px;
    margin-right:5px
}

.dropDown .content { line-height: 24px; }

.hotel_final_details textarea
{
    resize:none;
    height:80px;
    line-height:23px
}

.hotel_final_details textarea#description
{
    height:211px;
}

#eventHotelForm div#visible {
    left: 90%;
}

/*for event addedit*/
.checkboxAndLabel {
    margin-top: 6px;
    margin-bottom: 8px;
    width: 84%;
    display: block;
}

.checkboxAndLabel input {
    float: right;
}

#assign {
    width:650px;
}

.left-right-margin-div {
    padding-left:15px;
    padding-right:15px;
}

/* Summary charts */
.bar-chart-bg { border-color: #2790B0; background-color:#90C9DB; }
.bar-chart { background-color:#2790B0;}

.widget label { display: inline-block; width: 120px; margin-right: 10px; }
.widget .column2 { width: 45%; }

select {
    background: url("../images/input-bg.png") repeat-x scroll center top rgb(226, 226, 226);
}

.pagination.count {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.flash{
    -moz-animation: flash 1s ease-out;
    -moz-animation-iteration-count: 1;

    -webkit-animation: flash 1s ease-out;
    -webkit-animation-iteration-count: 1;

    -ms-animation: flash 1s ease-out;
    -ms-animation-iteration-count: 1;
}

@-webkit-keyframes flash {
    0% { background-color:none;}
    50% { background-color:#BED3E6
    ;}
    100% {background-color:none;}
}

@-moz-keyframes flash {
    0% { background-color:none;}
    50% { background-color:#BED3E6;}
    100% {background-color:none;}
}

@-ms-keyframes flash {
    0% { background-color:none;}
    50% { background-color:#BED3E6;}
    100% {background-color:none;}
}

tr.tall-inventory {
    height: 51px;
}

.available {
    color: #636363;
}

.systemHold {
    color: #2790B0;
}

.userHold {
    color: #3D7E00;
}

.unavailable {
    color: #A95B50;
}

.nav a {
    margin: 0px;
}

/* Move inventory arrows */
#right_all, #left_all {
    cursor: pointer;
}

#users-hotels td.center > i.glyphicon-trash {
    margin-top: 7px;
}

/* Loading spinner - use with glyphicon-refresh */
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spinWebkit .7s infinite linear;
    -moz-animation: spinMoz .7s infinite linear;
}

@-webkit-keyframes spinWebkit {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
@keyframes spinMoz {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.panel-color {color: #2790B0}

#verticalBannerList .popover {
    max-width: 100vh;
}

.glyphicon-star.half {
    position: relative;
}
.glyphicon-star.half:before {
     position: relative;
     z-index: 2;
     width: 47%;
     display: block;
     overflow: hidden;
 }
.glyphicon-star.half:after {
    content: '\e006';
    position: absolute;
    z-index: 1;
    color: #bdc3c7;
    top: 0;
    left: 0;
}

/* Summary date field */
#btn-summary-default-date {
    max-width: 130px;
}

/* Expiry date fields */
.month_year_datepicker {
    border: 1px solid #D6D6D6;
}

/* Assigned Hotels panel padding */
.assigned-hotels .form-group {
    margin-bottom: 8px;
}

/* Indent the 3 api checkboxes */
#threeAPIChkb .checkbox {
    margin-left: 15px;
}

/* Reservation detail page */
.edit-priority-block input {
    display: inline-block;
    width: 90px !important;
}
.edit-wait-list-priority-save-btn {
    margin-top: 7px;
}
.edit-wait-list-priority-save-btn i.fa {
    font-size: 20px;
}

/* Planner user add/edit */
.delete-event-btn {
    background-color: transparent;
    outline: none;
}
.events-planner-table i.fa {
    font-size: 18px;
}
.events-planner-table i.fa-spin {
    margin-left: 5px;
}
.edit-perm-btn, .save-perm-btn {
    cursor: pointer;
    margin-left: 5px;
}

/* Import Confirmation Number download style */
#roomingLists .table th a {
    color: #2790b0;
}
#roomingLists .table th {
    border-bottom: 1px solid #2790b0;
}

/* Event Sub-block Reminder email panel */
.rrule-days {
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.rrule-days .btn-group {
    margin-bottom: 10px;
}

.rrule-days .help-block {
    color: #a94442;
}
.rrule-weekbtn {
    margin-left: 10px !important;
    border-radius: 4px !important;
}

/* Event embed code textarea */
.embed-code-textarea {
    height: 140px !important;
}
/* API sample on event add/edit page */
.api-sample > .language-json {
    overflow-y: scroll;
    height: 500px;
}

#content .report-filters p {
    color: white;
}

/* hotel manual sort */
#manualSortTable tr > td {
    text-align: left;
}
#manualSortTable tr > td.dt-center {
    text-align: center !important;
}

/* Name change styling */
#attendeeSearchResults table .select-attendee {
    height: 30px;
}
#attendeeSearchResults {
    margin-bottom: 10px;
    max-height: 200px;
    overflow-y: auto;
}
#attendeeSearchResults thead th,
#attendeeSearchResults tbody td {
    text-align: center;
    padding: 2px;
}
#attendeeSearchResults tbody td {
    border-bottom: 0;
}
#attendeeSearchResults tbody td:last-child {
    width: 20%;
}
#attendeeSearchResults thead th {
    width: 17%;
    border-bottom: 0;
    text-align: center;
}
#attendeeSearchResults tfoot th {
    padding: 2px;
    padding-right: 5px;
}

/* Fix padding mis-alignment
   on move-inventory tables */
#move tbody td {
    padding: 0 !important;
}

/* Rooming List Depot UI tweaks */
.dt-button.buttons-remove.buttons-selected {
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
    color: white !important;
}
.dt-button.buttons-remove.buttons-selected.disabled {
    border-color: #ccc !important;
    color: #999999 !important;
}

.dt-editor .dt-checkboxes-select-all {
    padding-right: 5px !important;
}

.popover-right-placement {
    padding-left: 10px;
    text-align: left;
}

/* Move inventory CSS */
#rates1 tbody tr,
#rates2 tbody tr,
#move tbody tr {
    height: 38px;
}

#rates1 th,
#rates2 th {
    text-align: center;
    vertical-align: middle;
}

#rates1 td,
#rates2 td {
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

#move td {
    text-align: center;
    vertical-align: middle;
}

#rates1 td:nth-child(1) {
    white-space: nowrap;
}

.panel-heading-master {
    background-color: #2790b0 !important;
    color: white !important;
}

.send-now-btn:disabled {
    color: white !important;
}

.sbr-link {
    min-height:50px;
}
