@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700&display=swap');
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

/*customize the scrollbar*/
::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/ 
    border-radius: 10px;
    background: rgba(0,0,0,0);
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
    background:rgba(0,0,0,.1);
}

.left_section {
	background: #f7f7f7;
	width:auto;
	overflow-y: auto;
}
#caller-content {
    height: 300px;
	overflow-y: scroll;
}
.right-section {
	width: auto;
	overflow-y: auto;
}

/*Global Styles*/
h4 {
	border-bottom: 1px solid rgba(44,157,210,.2);
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top:0;
	font-size: 20px;
	font-weight: 700;
	 color: #1C5F7C;
}
.sms-send {margin:0 10px}
.send-to-phone {
	width:20px;
	height:auto;
}
.size25 {
	width:26px;
	height:auto;
}
.text-bold {
	font-weight: 700;
}
.half {
    display: block;
    width: 50%;
    float: left;
}
.modal-content {
    border: none;
    border-radius: 0px;
	overflow: hidden;
}
/*Override Bootstrap Settings*/
.streamphone-select .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #009FD7;
	color:#fff !important;
}
.streamphone-select .btn-default.active,.streamphone-select .btn-default:active,.streamphone-select.open>.dropdown-toggle.btn-default,.streamphone-select .btn-default, .streamphone-select .btn-default:hover {
    color: #555555;
    background-color: #ffffff;
    border-color: #cccccc;
}
.bootstrap-select .dropdown-toggle .filter-option {
	color:#999;
	font-weight: 300;
}
.bootstrap-select.blue .dropdown-toggle .filter-option {
	color:#1C5F7C;
}
.streamphone-select.blue .btn-default.active,.streamphone-select.blue .btn-default:active,.streamphone-select.blue.open>.dropdown-toggle.btn-default,.streamphone-select.blue .btn-default, .streamphone-select .btn-default:hover {
    color: #1C5F7C;
    background-color: #ffffff;
    border-color: #1C5F7C;
}
.dropdown.bootstrap-select.streamphone-select {
    width: 100% !important;
}
/*Color Overrides*/
#streamphone a {
	color: #1C5F7C;
	text-decoration: underline;
}
#streamphone #notes_all a {
	color:inherit;
	text-decoration: none;
}
#streamphone .text-blue {
	color:#009FD7;
}
#streamphone .text-blue2 {
	color:#1C5F7C;
}
#streamphone .text-orange {
	color:#ff6600;
}
#streamphone .bg-orange {
    background: #ff6600;
}
#streamphone .bg-blue {
    background: #009FD7;
}
#streamphone .btn-blue {
    color: #ffffff;
    background-color: #009FD7;
    border-color: #009FD7;
}
/*The Streamphone Contact menu*/

#streamphone-contact {
    position: absolute;
    top: 143px;
    z-index: 5;
    left: 35px;
    background: #fff;
    border-radius: 50%;
    padding: 7px;
}
#streamphone-contact a.glyphicon,#streamphone-contact i { color:#ffffff;font-size: 20px; padding: 6px 5px;}
#streamphone-contact .dropdown-menu {
   width: auto;
    min-width: 40px;
	left: 0px;
    top: 42px;
	min-height: 40px;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    margin: 0;
    padding: 0;
    border-radius: 25px;
	background: #1C5F7C;
}
#streamphone-contact ul.dropdown-menu li:first-child {
    padding-top: 5px;
}
#streamphone-contact ul.dropdown-menu li:last-child {
    padding-bottom: 5px;
}
#streamphone-contact li a {text-decoration: none; text-align: center;
					  color:#000; font-size: 24px; padding:5px;}
					 /* #streamphone-contact .dropdown-menu li { display: table-cell;}*/
#streamphone-contact .dropdown-menu>li>a:hover ,#streamphone-contact .dropdown-menu>li>a i:hover {
    color: #2e9dd2;
    background-color: transparent;
}
#streamphone-contact.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#streamphone-contact.btn-group.open {
    height: 77px;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    /*border: 3px solid #1C5F7C;*/
	box-shadow: 0 0 5px rgba(0,0,0,.25);
}



/*Left Column - Caller Profile*/
.profile-picture {
    background: url(../images/user_background.png) no-repeat center top #fff;
	background-size: cover;
    height: 160px;
    position: relative;
	margin-bottom:35px;
}
.caller-type.guest, .caller-type.owner, .caller-type-guest-owner, .caller-type.unknown, .caller-type.vendor, .caller-type.housekeeper, .caller-type.maintenance {
    display: block;
    background: #ff6600;
    position: absolute;
    padding: 7px;
    width: 300px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    transform: rotate(-45deg);
    left: -115px;
    top: 15px;
	font-size: 18px;
}
.caller-type.owner {
	background:#009FD7;
	left: -85px;
    top: 40px;
}
.caller-type.maintenance {
	background:#009FD7;
}
.caller-type.unknown {
	background:#cc0000;
	left: -85px;
    top: 40px;
}
.caller-type.vendor {
	background:#99cc33;
	left: -85px;
    top: 40px;
}
.img-container {
    background: url(../images/profile.png) no-repeat center #fff;
	background-size: cover;
    width: 130px;
    height: 130px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
    border: 5px solid #f7f7f7;
}
.img-container.vendor {
    background: url(../images/vendor_pic.png) no-repeat center #fff;
}
.img-container.owner {
    background: url(../images/owner_pic.png) no-repeat center #fff;
}
.img-container.vendor2 {
    background: url(../images/dts.png) no-repeat center #fff;
}

#caller-content::-webkit-scrollbar { 
    display: none; 
}

.caller-name {
    font-size: 24px;	
}
.caller-name span {
    float: right;
}
#other-names {margin-top:10px;}
#other-names span {
    background: #fff;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 700;
    color: #ff6600;
    text-align: center;
}
#other-names ul {
    margin: 0;
    padding: 15px;
}
#other-names li {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
	cursor: pointer;
}
.call-information {
    padding: 15px 0;
    border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    margin: 15px 0;
}
#caller-search {
	padding: 0 15px;
	margin-bottom:10px;
}
#caller-search .input-group-addon {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 15px 0 0 15px;
    border-right: none
}
#caller-search .input-group .form-control {
   margin-bottom: 0;
    border-radius: 0 15px 15px 0;
    border-left:none;
	-webkit-box-shadow: none;
    box-shadow: none;
		border-color:#eee;
}
#caller-search .form-control:focus {
    border-color: #eee;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*the tabs*/
#streamphone-nav .nav-tabs>li>a {
    background: #1C5F7C;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #1C5F7C;
	padding: 14px;
}

#streamphone-nav .nav-tabs>li.active>a,#streamphone-nav .nav-tabs>li.active>a:focus,#streamphone-nav .nav-tabs>li.active>a:hover {
    color: #1C5F7C;
    cursor: default;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
}
#streamphone-nav .nav-tabs>li>a:hover {
    border-color: #1C5F7C;
}
#streamphone-nav .nav-tabs>li {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
#streamphone-nav .nav-tabs>li:first-child {
    border-left: none;
}
#streamphone-nav .nav-tabs>li:last-child {
    border-right: none;
}
#streamphone-nav .nav-tabs .badge {
    padding: 3px 6px;
    vertical-align: top;
}
#notes-nav.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #009FD7;
	color:#ffffff !important;
}

#streamphone li {
    vertical-align:top;
}
/*#streamphone li.nav-icon a {
    padding:9px
}
#streamphone li.nav-icon img {
    width: 30px;
}*/

#streamphone .tab-pane-content {
	position: relative;
	padding: 40px;
}
#streamphone .tab-pane-content .tab-pane-content {
    padding: 15px 0;
}
.extrapad {
	padding: 40px;
}

#streamphone .customer-content {
	background: #eee;
}
#streamphone .customer-info {
	background: #ccc;
}
/*The Reservations Blocks*/


#streamphone .content-block {
	position: relative;
	padding-bottom:30px;
}
#streamphone .content-block p {
    margin: 0 0 5px;
}
#streamphone .content-block .content-block {
    padding-bottom: 0 !important;
}
.collapse-section-padding {
    background: #f7f7f7;
    padding: 15px;
	margin:0 0 15px 0;
}
.section-padding {
    padding: 15px;
	margin:0 0 15px 0;
}
.highlight-bubbles {
	margin: 15px 0 0 0;
}
.highlight-bubbles .highlight {
	margin-bottom: 10px;
}
/*Status / Quick Res Info Column*/

.status {
	width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #FEE0CD;
    text-align: center;
    display: flex;
    text-transform: uppercase;
    font-weight: 300;
    color: #1C5F7C;
	font-size: 20px;
    line-height: 24px;
	position: absolute;
    right: 0;
	z-index: 5;
}
.status span {
	margin:auto;
}
/*Flags*/
.flag-container {
	padding-bottom:10px;
}
.flag-container span {
	display: inline-block;
	padding:5px 20px;
	background:#ff6600;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}
/*Notes*/
#streamphone .note {
	background: #FEE0CD;
	padding:10px 15px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
}
#streamphone .note.owner {
	background: #D4EBF6;
}
#streamphone .note:last-child {
	margin-bottom: 25px;

}

#streamphone .note-divider {
	border-right:1px solid rgba(0,0,0,.2);
	
}
#streamphone .note-info span {
	display: block;
}
#streamphone a.icon {
    padding: 0;
    min-width: 30px;
    display: inline-block;
    text-align: center;
	font-size: 16px;
}
.add-note  {
	margin-bottom:20px;
}
.add-note .form-control {
	vertical-align: top;
	display: inline-block;
}
.add-note textarea.form-control {
	height: 70px;
	width: 60%;
	margin-right: 10px;
}
.border-right {
    border-right: 1px solid #999;
}
.border-left {
    border-left: 1px solid #999;
    margin: -1px;
}



#streamphone .guest-reservation-info {
    display: inline-block;
    background: #D4EBF6;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin-right: 10px;
    color: #1C5F7C;
    text-align: center;
	padding-top: 35px;
}
#streamphone .guest-reservation-info span {
	display: block;
}

/*Guest Traits Panel*/
#guest-traits {
    position: absolute;
    bottom: 0;
    padding: 0 40px;
    background: #fff;
    z-index: 5;
    height: 50px;
    overflow: hidden;
    left: 0;
    right: 0;
}
#guest-traits.expand {
    height: auto;
}

/*#guest-traits span {
	display: inline-block;
    margin: 5px 10px;
	position: relative;
	line-height: 1em;
}
#guest-traits span:after {
    content: '•';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -18px;
    font-size: 24px;
}
#guest-traits.expand span {
    font-weight: 700;
    background-color: #ff6600;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    margin: 2px;
}
#guest-traits.expand span:after {
    display: none;
}*/
#guest-traits .guest-traits-container {
    border-top: 1px solid #eee;
    padding: 10px 0;
}
#icon_guest_traits {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 40px;
}
#btn-guest-traits {
position: absolute;
    padding: 10px;
    top: 15px;
    right: 35px;
	z-index: 5;
}

.traits{
	padding:0 50px;
}
@media (min-width: 992px) {
.modal-lg {
    width: 1105px;
}
.streamline-pop {
		height: 650px;;
	}
#streamphone .tab-pane-content {
	height:600px;
}
#streamphone .tab-pane-content .tab-pane-content {
    padding: 15px 0;
    height: 466px;
}
.scroller {
    height: 510px;
    overflow-y: auto;
	padding-right:15px;
}
.left_section {
	width:320px;
	overflow-y: auto;
}

#caller-content {
    height: 400px;
}
.right-section {
	width: 785px;
	overflow-y: auto;
}
.table-row {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	display: table-cell;
	float: none;
}
/*Status / Quick Res Info Column*/
/*.col-md-12.with-quick-info {
    width: calc(100% - 200px);
	padding: 40px 0 40px 40px;
}*/
/*.col-md-12.status {
    width: 100%;
	padding: 40px;
}*/
/*.quick-info {
	position: absolute;
	right: 0;
	top:0;
	width: 200px;
	height: 100%;
}*/
/*.status {
	display: table-cell;
	vertical-align: middle;	
}*/
}
@media screen and (max-width:992px) {

	.status {
		float:left;
	}
		#streamphone-nav .nav-tabs>li>a {
    min-height:70px;
}
	.status {
    position: fixed;
    top: 60px;
    left: 50%;
    margin-left: -65px;
    border: 5px solid #ff6600;
}	
.status {
    position: fixed;
    top: 29px;
    right: -40px;
    margin-left: 0;
    width: 179px;
    border-radius: 0;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: 40px solid #fee0cd;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    height: 0;
    color: #1C5F7C;
    line-height: 40px;
    border-top: 0;
    background: transparent;
    left: auto;
}
	.status strong {color:#ffffff;}
}

/* New Css Added*/
.row.item {
	padding-bottom:20px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.table-responsive.overflow {
	width: 690px !important;
	max-width: 690px !important;
}
#recent-invoices {
	table-layout: fixed;
}
/* End New Css Added*/

@media screen and (max-width:767px) {
	#streamphone .note .row {
	display: inherit;
}
#streamphone .note [class*="col-"] {
    display: inherit;
}
	#streamphone .note-info span {
	display: inline-block;
		margin: 5px 10px 5px 0;
}
	.border-right,.border-left {
    border:none;
}
		#streamphone-nav .nav-tabs>li>a {
    min-height:inherit;
}
}
@media screen and (max-width:480px) {
	#streamphone .guest-reservation-info {
    display: block;
    border-radius: 5px;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
	#streamphone .reservation-total-cost {
    position: relative;
}
}



/*The calendar*/

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.ui-datepicker-multi-2.ui-datepicker-multi {
    width: 100% !important;
}
.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker {
  padding: 0;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25) !important;
  border: solid 1px #ccc !important;
}

.availability .ui-datepicker{
  border-radius:0;
  padding:0;   
  border: none !important; 
  box-shadow: none !important;
}

.ui-datepicker .ui-datepicker-header {
  background: #aaaaaa;
  color: #666666;
  border: none;
}

.ui-datepicker .ui-widget-header a:not(:hover) {
  color: #444;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover {
  background: none;
  border: none;
  cursor: pointer;
  top: 2px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  margin-left: -8px;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-calendar thead {
  color: #aaaaaa;
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default,
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  border: 1px solid #fff;
  text-align: center;
  font-weight: normal;
  color: #666;
  background: #fff;
}

.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-widget-content .ui-state-active,
.ui-datepicker-calendar .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa !important;
  background: #aaaaaa !important;
  color: #fff !important;
}

.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-hover,
.ui-datepicker-calendar .ui-state-focus,
.ui-datepicker-calendar .ui-widget-content .ui-state-focus,
.ui-datepicker-calendar .ui-widget-header .ui-state-focus {
  border: 1px solid #ccc;
  background: #eee;
}

.ui-datepicker-calendar .ui-state-disabled, 
.ui-datepicker-calendar .ui-widget-content .ui-state-disabled, 
.ui-datepicker-calendar .ui-widget-header .ui-state-disabled{
  opacity: 1;    
}

.ui-datepicker-calendar .booked span{
  background-color:#eeeeee;
  color:#ccc;
}

.ui-datepicker-inline.ui-widget-content {
  background: #fff;
  color: #333;
  border: none;
}

.ui-datepicker .ui-datepicker-header.ui-widget-header {
  font-weight: normal;
  background: none;
}

.ui-widget-header .ui-datepicker-title{
  font-family: Arial, Helvetica, sans-serif;
}

.ui-widget-header .ui-datepicker-month{
  font-weight: bold;
}

.ui-datepicker-calendar .available span, .cal-available span{
  font-weight: normal;
  color: #333333;
}

.calendar-tips{
  list-style-type: none;
  font-size: 0.7em;
  padding:4px;
  margin:0;
}

.calendar-tips li span{
  padding:2px 4px;
}

.cal-unavailable span{
  background-color: #eeeeee;
  color:#ccc;
}

.ui-datepicker-calendar .available a, 
.cal-selectable span {
  font-weight: bold;
  color:#337ab7;
}

.slash-start span,
.slash-start a {
  background: linear-gradient(to right bottom, #fff 50%, #eeeeee 50%) !important;
}
.slash-end a,
.slash-end span
{    
  background: linear-gradient(to right bottom, #eeeeee 50%, #fff 50%) !important;        
}

/* .slash_logic .ui-datepicker-unselectable span.ui-state-default {
   background: #fff !important;
   color: #ccc;
 }
*/
.ui-datepicker-prev,
.ui-datepicker-next {
  color:#666;
  text-align: center;
}
  .ui-datepicker-prev:before,
.ui-datepicker-next:before {
    font-family: 'FontAwesome';
    display: inline-block;
    line-height: inherit;
  }

 .ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    text-decoration: none;
  }

  .ui-datepicker-prev span,
.ui-datepicker-next span {
    background-image: none !important;
  
}

.ui-datepicker-prev:before {
  content: "\f053";
}

.ui-datepicker-next:before {
  content: "\f054";
}

.date-group{
  position:relative;
}

.date-group .glyphicon-calendar{
  position:absolute;
  right:8px;
  top:10px;
}


/*New addtions for Unknow Lead Callers*/

/*the tabs*/
.scroller-inside {
    height: 480px;
    overflow-y: auto;
	padding-right:15px;
}
#streamphone-info-nav .nav-tabs>li>a {
    text-decoration: none;    
}
#streamphone-info-nav li.active {
    font-weight: 700;
}
.tab-pane-content .tab-pane-content {
    padding-bottom: 100px;
}
.tab-pane-content .tab-pane-content h4 {
    font-size: 16px;
    font-weight: 500;
    color: #1C5F7C;
}
#streamphone .guest-reservation-info.sample {
    border-radius: 35px;
    width: 100%;
    height: 70px;
    padding-top: 13px;
}
.table-sample td {
    background: #f7f7f7;
	color:#15445A;
}
.table-sample th {
    font-weight: 400;
}
