@import url('/common/css/rating.css');
@import url('/common/js/bootstrap_editor/editor_style.css');

@CHARSET "UTF-8";
.sign_container {
	width: 650px;
	height: 490px;
	border: 1px solid gray;
	background-color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -245px;
	margin-left: -325px;
	z-index: 999;
}

.sign_frame {
	width: 650px;
	height: 490px;
	border: none;
}

.close_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 23px;
	height: 23px;
}

.navmenu_right { 
	color: black;
	background-image: url("/common/images/grid/panel_bg.gif");
	background-position: 2px 0px;
	height: 24px;
	border-left: 1px solid silver;
	float: right; 
	padding: 10px 20px 0px 30px; 
	position: relative;
}

.navmenu_right a {
	color: #395298;
	font-weight: bold;
	margin:0 0 0 10px;
}

.navmenu_right span {
	margin:0 10px 0 0;
}

.info-content {
	padding: 20px 0px 20px 30px;
	font-size: 14px;
}

.info-content .message {
	font-size: 16px;
	padding-bottom: 10px;
}

.select-payment {
	padding: 20px 0px 15px 0px;
	border-top: 1px dashed #cccccc;
}

.buttons {
	padding-top: 15px;
}

.hideEvents .selectedEvent,
.hideEvents .visibleEvent  {
	display: table-row !important;
}

* html .hideEvents .selectedEvent,
* html .hideEvents .visibleEvent,
*:first-child+html .hideEvents .selectedEvent,
*:first-child+html .hideEvents .visibleEvent {
	display: block !important;
}

.hideEvents > tbody > tr {
	display: none;
}

#eventForm #client_phone_area_code {
	/* we had bug here. #contactForm select style applied to this select. so we must reset those styles */
	background: white none repeat scroll 0%;
	border: 1px solid #999999;
	color: #666666;
}

#eventForm dt label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0pt 5px 2px;
	padding: 0pt;
}

#eventForm label {
	display:block;
	font-size:12px;
	padding:0pt;
}

#eventForm .input {
	background: white none repeat scroll 0%;
	color: #5A5A5A;
	margin: 0px;
}

#eventForm .zend_form {
	margin-top: 0px;
	padding: 10px;
	width: 950px;
}

#eventForm .zend_form dd {
	margin-left:0px;
}


#start_date-block-container h3,
#timeline-container h3 {
	margin: 10px 0px 5px 2px;
	padding: 0pt;
	font-size: 16px;
}

/*----- Timeline Grid -----*/

#timeline-container {
	width: 360px;
	padding-top: 15px;
	float: left;
}

#timeline-container .weekend-message {
	font-size:14px;
	padding-left:10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom:2px;
	margin-top:2px;
	padding-bottom:7px;
	padding-top:5px;
}

#status_messages, #error_messages {
	margin-bottom: 5px;
}

#timeline-container .timeline {
	padding: 0.1em 0.9em 0.9em 0.4em;

	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.timeline .selected_time {
	opacity: 0.8;
}

/*------- AUX----------*/

#loading {
	display: none;
	position: absolute;
	top: 0px;
	left: 10px;
	padding: 5px;
	background-color: #cbffd4;
}

#save_button {
	padding: 5px 15px;
	margin-top: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4p;
	font-size: 16px;
	font-weight: bold;
}

.event_price {
	font-size: 14px;
	font-weight:bold;
}
.event_price .sales_tax {
	opacity: 0.85;
	font-weight: normal;
	font-size: 0.85em;
}
.duration {
	font-size: 1.2em;
}

.frame-info {
	text-align: center;
	font-size: 16px;
	display: block;
	color: #888888;
}

.frame-info sup {
	text-decoration: underline;
}

.selected_time .frame-info {
	color: #000000;
}

.fixed_prefix {
	float: left;
	line-height: 21px;
	margin-top: 1px;
	margin-right: 3px;
	font-weight: bold;
}

#companies div a {
	padding-left: 20px;
}

.cancel-confirm {
	margin: 30px;
}

.cancel-confirm .message {
	font-size: 14px;
}

.cancel-confirm a {
	margin-right: 15px;
}

.facebook-form * {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #333333;
	font-size: 11px;
}

.facebook-form .page-header {
	background: none repeat scroll 0 0 #6D84B4;
    color: #FFFFFF;
}

.facebook-form .page-header h1 {
	background: url("https://s-static.ak.facebook.com/rsrc.php/v1/yd/r/Cou7n-nqK52.gif") no-repeat scroll 10px 50% transparent;
    color: #FFFFFF;
    margin: 0;
    padding: 8px 10px 8px 30px;
}

.facebook-form .hline {
	background: url("https://s-static.ak.facebook.com/rsrc.php/v1/y7/r/sVrwJtmBVjI.gif") repeat scroll left top transparent;
    height: 15px;
}

.facebook-form .frm {
	margin: 0 auto;
	width: 300px;
}

.facebook-form .frm label {
	font-weight: bold;
	color: #666666;
}

.facebook-form input[type=text], .facebook-form select {
	border: 1px solid #cccccc;
	margin: 0px;
	padding: 4px;
	width: 178px;
}

.facebook-form #email-element {
	width: 185px;
	height: 35px;
}

.facebook-form #save-element {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 100%;
	background-color: #F2F2F2;
	border-top: 1px solid #CCC;
	height: 40px;
}

.facebook-form #save-element input {
	background-image: url(https://s-static.ak.facebook.com/rsrc.php/v1/yT/r/Ami4lrB-c2A.png);
	background-repeat: no-repeat;
	background-position: 0 -49px;
	background-color: #5B74A8;
	border-color: #29447E #29447E #1A356E #29447E;
	border-width: 1px;
	border-style: solid;
	color: #ffffff;
	font-weight: bold;
	height: 25px;
	width: 60px;
	line-height: 25px;
	padding-bottom: 3px;
	float: right;
	margin-top: 8px;
	margin-right: 10px;
}

.facebook-form select {
	margin-right: 8px;
    padding: 3px;
}

.facebook-form {
	
}

.facebook-form {
	clear: both;
}

.facebook-form dt, .facebook-form dd {
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
}

.facebook-form dt {
	width: 100px;
}

.facebook-form #save_button {
	left: 95px;
	position: relative;
}

.facebook-form .errors li {
	line-height: 10px;
	margin-left: -140px;
	display: block;
	padding: 0px;
	color: #880000;
}

.empty-body {
	padding: 0px;
	margin: 0px;
}

.empty-body h1 {
	font-size: 16px;
}

.license {
	clear: both;
	padding-top: 10px;
}

.license-popup {
	position: fixed;
	top: 50px;
	width: 96%;
	z-index: 100;
	margin-left: 2%;
}

.license-popup .content {
	margin: 0 auto;
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #cccccc;
	background-image: none;
	position: relative;
	max-width: 600px;
}

.license-popup .content * {
	font-family: Verdana;
}

.license-popup .content .text {
	overflow: auto;
	text-align: left;
	height: 500px;
}

.license-popup .close {
	cursor: pointer;
	width: 28px;
	height: 28px;
	background-image: url('/common/images/popup-close.png');
	position: absolute;
	top: -10px;
	right: -10px;
}

/***********************************

	Timezone-select

************************************/
/*--- Old block---*/
.timezone-select {
	background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    padding: 5px 7px;
    float: right;
}
.timezone-select #company_timezone {
	font-weight: normal;
}
.timezone-select .time-info {
	font-weight: bold;
	padding-left: 5px;
}

/*----- New popup -----*/
.timezone-dialog-content {
	font-size: 13px;
	text-align: left;
}
.timezone-dialog-content .client-timezone,
.timezone-dialog-content .timezone-select-container,
.timezone-dialog-content .day-saving {
	margin-bottom: 10px;
}
.timezone-dialog-content .labels,
.timezone-dialog-content .data {
	display: inline-block;
	padding: 6px 5px 0 0;
}
.timezone-dialog-content .labels {
	min-width: 45%;
}
.timezone-dialog-content .data {
	min-width: 50%;
}
.timezone-dialog-content .labels {
	color: #666666;
}
.timezone-dialog-content .timezone-select-container .labels {
	font-size: 1.2em;
}
.timezone-dialog-content .brief-view {
}
.timezone-dialog-content.expanded .brief-view,
.timezone-dialog-content .full-view {	
	display: none;
}
.timezone-dialog-content .brief-view,
.timezone-dialog-content.expanded .full-view {	
	display: block;
}
.timezone-dialog-content .brief-view {
	
}
.timezone-dialog-content .brief-view .question {
	font-size: 1.2em;
}	
.timezone-dialog-content .brief-view .time {
	font-size: 1.3em;
	padding: 10px;
	text-align: center;
}


/*----------------------------------*/


.box-table tr {
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #cccccc;
}

.box-table tr th {
	font-weight: bold;
	text-align: center;
}

.box-table tr.error-row * {
	color: #880000;
}

.box-table tr.success-row * {
	color: #008800;
}

.button_container {
	padding: 20px;
	padding-left: 0px;
}

#facebook_login {
	display: inline-block;
	background: url('/common/images/fb_login.png');
	width: 154px;
	height: 22px;
}

.feedback-form {
    margin-top: 10px;
}

.feedback-form textarea {
    height: 100px;
}

.feedback-form textarea, .feedback-form input[type=text] {
    padding: 4px !important;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0px !important;
    background: #ffffff !important;
}

.feedback-form .user-data {
    overflow: hidden;    
}

.feedback-form .user-name {
    float: left;
    margin-left: 5px;
    font-weight: bold;
}

.feedback-form img {
    float: left;
}

.feedback-form .zend_form label {
    font-weight: bold;
    padding-top: 5px;
    display: block;
}

.feedback-form .zend_form {
    padding-left: 0px !important;
}

.feedback-form .zend_form dd {
    margin-left: 0px;
}

.share-buttons a {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-bottom: 0px !important;
	margin-left: 10px;
}

.share-buttons a.facebook {
	background: url('/common/images/share_buttons/facebook.png');
}

.share-buttons a.twitter {
    background: url('/common/images/share_buttons/twitter.png');
}

.share-buttons a.gplus {
    background: url('/common/images/share_buttons/google.png');
}

.share-buttons a.linkedin {
    background: url('/common/images/share_buttons/linkedin.png');
}

.company-time {
	float: right;
	margin-top: -40px;
	position: relative;
	z-index: 5;
}

.ui-autocomplete {
	max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}


.ui-autocomplete li a {
    text-align: left;	
}


.ui-combobox-toggle {
    height: 34px;
    margin-left: -26px;
    position: absolute !important;
    width: 19px !important;
    border: 1px solid #a8a8a8 !important;
}
#eventManageForm .ui-autocomplete-input {
	/* old timeline case */
	display: inline-block;
} 
* html .ui-autocomplete {
    height: 200px;
}


#client_form .client_form_wrapper .zend_form dd input,
#client_form #additional_fields .zend_form dd input {
	/* this rule is strange as it affects all themes, 
		but in fact in each theme input has different padding => so different height
		but we here change only inputs, not changing selects 
		also this cause problems with autocompleter (need to set toggler height in each theme now)
	*/
	border: 1px solid #a8a8a8;
	border-radius: 3px;
	height: 20px;
	margin-right: 5px;
}
#client_form #additional_fields .zend_form dd select {
	border: 1px solid #a8a8a8;
	border-radius: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
}

a.back-to-site-button {
    font-size: 1.4em;
    line-height: 65px;
    margin: 15px;
}

.auto-redirect-text {
	margin: 15px;
	font-size: 1.4em;
}

/*-------- Facebook like button on success page  ----*/
.facebook-like {
	margin: 5px auto;
	padding-top: 15px;
	border-top: 1px solid #cccccc;
	text-align: center;
}
.facebook-like span,
.facebook-like .fb-like.fb_iframe_widget {
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
}
.facebook-like span {
	margin-bottom: 10px;
}

#timeline #client_form .phone-element.form-element #client_phone_area_code_select {
    width: 20% !important;
    margin-right: 3%;
}

#timeline #client_form .phone-element.form-element #client_phone_number {
    width: 60% !important;
    margin-right: 0;
}