﻿.content-wrapper {
    border-top: 1px solid rgba(0,0,0,0.15);
    margin-top: -1px;
    padding: 15px;
    width: 100%;
}

.search-box .panel-primary {
    border-color: #cfdbe2;
}

.search-box .panel-heading h4 {
	line-height: 1;
}

.search-box .panel-body {
    padding: 30px;
}

.search-box .or {
    margin-top: 8px;
    color: #515253;
}

.search-box form #check-date {
    background-color: #fff;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-control {
    box-shadow: 0 0 0 #000!important;
}

label {
    color: #515253;
    text-align: center;
   /* font-weight: 400;*/
    font-size: 13px;
}

.search-box button.btn-red {
    width: 100%;
    margin-top: 20px;
}

.cancel_link, .goto_home_link {
    color: #b33124!important;
    cursor: pointer;
}

.room-row-count {
    margin-bottom: 0;
}

.search-box form .required {
    border-color: red;
}

.search-box .form-control-feedback.glyphicon {
    top: 21px!important;
}

.children {
    display: none;
}

.loaded .children {
    display: block;
}

@media only screen and (min-width: 768px) {
	.content-wrapper {
	    padding: 20px;
	}
}

@media only screen and (min-width: 1200px) {
	.search-box {
	    max-width: 1200px;
	    margin: 0 auto;
	}
}

#startcall-popup .modal-dialog {
    width: 500px;
}
.call_form {
    background: white;
    padding: 20px 15px 15px;
}
.call_form label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.startpage-button {
    height: 300px;
    width: 100%;
    font-size: 40px;
    background-color: green !important;
    border-bottom: 10px solid #1c5619 !important;
}

.ac-container {
    background-color: #fff;
    position: absolute!important;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial,sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: -2px;
    min-width: calc(100% - 39px);
}

.ac-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #999;
}

.ac-item-query {
    font-size: 13px;
    padding-right: 3px;
    color: #000;
}

.ac-icon {
    width: 15px;
    height: 20px;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: url(/images/icons/autocomplete-icons.png);
    background-size: 34px;
}

.ac-icon-marker {
    background-position: -1px -161px;
}

.ac-matched {
    font-weight: 700;
}

#ac-container {
    max-width: calc(100% - 32px);
    margin-left: 1px;
}