@CHARSET "UTF-8";
@import url(reset.css);
/* General */
.float_left{float:left}
.float_right{float:right}
.clear_left{clear:left}
.clear_right{clear:right}
.clear_both{clear:both}
.bold{font-weight:bold}
.italic{font-style:italic}
.align_left{text-align:left}
.align_center{text-align:center}
.align_right{text-align:right}
.align_top{vertical-align:top}
.align_middle{vertical-align:middle}
.align_bottom{vertical-align:bottom}
.block{display:block}
.none{display:none}
.inline{display:inline}
.overflow{overflow:hidden}
.hidden{visibility:hidden}
.pointer{cursor:pointer}
.nowrap{white-space:nowrap}
/* Margins, Width, Height */
.t5{margin-top: 5px}.t10{margin-top: 10px}.t15{margin-top: 15px}.t20{margin-top: 20px}
.b5{margin-bottom: 5px}.b10{margin-bottom: 10px}.b15{margin-bottom: 15px}.b20{margin-bottom: 20px}
.l5{margin-left: 5px}.l10{margin-left: 10px}.l15{margin-left: 15px}.l20{margin-left: 20px}
.r5{margin-right: 5px}.r10{margin-right: 10px}.r15{margin-right: 15px}.r20{margin-right: 20px}
.m5{margin: 5px}.m10{margin: 10px}.m15{margin: 15px}.m20{margin: 20px}

.w10{width: 10px}.w20{width: 20px}.w30{width: 30px}.w40{width: 40px}.w50{width: 50px}
.w60{width: 60px}.w70{width: 70px}.w80{width: 80px}.w90{width: 90px}.w100{width: 100px}.w110{width: 110px}.w150{width: 150px}
.w200{width: 200px}.w250{width: 250px}.w300{width: 300px}.w350{width: 350px}.w400{width: 400px}.w500{width: 500px}.w550{width: 550px}.w600{width: 600px}

.h10{height: 10px}.h20{height: 20px}.h25{height: 25px}.h30{height: 30px}.h40{height: 40px}.h50{height: 50px}
.h60{height: 60px}.h70{height: 70px}.h80{height: 80px}.h90{height: 90px}.h100{height: 100px}
.h120{height: 120px}.h150{height: 150px}.h180{height: 180px}
.h200{height: 200px}.h220{height: 220px}.h230{height: 230px}.h250{height: 250px}.h300{height: 300px}.h400{height: 400px}.h500{height: 500px}
/* Form elements */
.select{
	border: solid 1px #d3d3d3;
	padding: 5px 7px;
}
.text{
	border: solid 1px #d3d3d3;
	padding: 5px 7px;
}
.textarea{
	border: solid 1px #d3d3d3;
	padding: 5px 7px;
	resize: none;
}
.disabled{
	background-color: #EBEBE5;
}
label.error,
label.error_clean{float: none; color: red; font-weight: normal; text-transform: none; width: auto; display: block;}
label.error{padding: 2px 0 0 110px;}
label.error_clean{padding: 2px 0 0 0;}
.sbs-errors{
	display: none;
}
.sbs-form h3{
	color: #185181;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}

.sbs-form{}
.sbs-form p{
	margin: 10px;
	overflow: hidden;
}
.sbs-form p img {
    margin: 0 0 0 5px;
    vertical-align: middle;
}
.sbs-form label.title{
	clear:left;
	display:block;
	float:left;
	width:100px;
	text-align:right;
	padding:4px 10px 0 0;
	margin-bottom:5px;
	margin-top: 4px;
}
.sbs-form span.left{
	padding: 4px 0 0 0;
	float: left;
}
/* buttons */
.button{
	border: none;
	cursor: pointer;
	height: 33px;
	width: 115px;
}
.button_find{background: url(/images/btn_find.png) 0 0 no-repeat;}
.button_login{background: url(/images/btn_login.png) 0 0 no-repeat;}
.button_save{background: url(/images/btn_save.png) 0 0 no-repeat;}
.button_delete{background: url(/images/btn_delete.png) 0 0 no-repeat;}
.button_send{background: url(/images/btn_send.png) 0 0 no-repeat;}
.button_hover{background-position: 0 -33px;}

body{
	background: #fff url(/images/page-back.png) 0 0 repeat-x;
	color: #3B3B3B;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
a{
	outline: none;
}
a:link, a:visited{
	color: #669933;
	text-decoration: none;
}
a:hover{
	color: #006699;
	text-decoration: underline;
}
#container{
	margin: 0 auto;
	width: 100%;
}
#sbs-header{
	position: relative;
	height: 100px;
}
#sbs-header-image{
	display: block;
	height: 73px;
	left: 0;
	position: absolute;	
	top: 12px;
	width: 399px;
}
#sbs-calendar-id{
	position: absolute;
	bottom: 10px;
	right: 2px;
}
#sbs-footer{
	margin: 15px 0;
	text-align: right;
}
#content{
	float: right;
	overflow: hidden;
	width: 88%;
}
/* Login */
#login-content{
	display: none;
	margin: 50px auto 0;
	min-height: 391px;
	height: auto !important;
	height: 391px;
	width: 360px;
}
#login-content h3{
	font-weight: bold;
	font-size: 1.1em;
	margin: 50px 0 10px 0;
}
.login-box{
	width: 360px;
}
.login-top{
	background: url(/images/login-top.png) 0 0 no-repeat;
	height: 7px;
	overflow: hidden;
}
.login-middle{
	background: url(/images/login-middle.png) 0 0 repeat-y;
	overflow: hidden;
}
.login-bottom{
	background: url(/images/login-bottom.png) 0 0 no-repeat;
	height: 7px;
	overflow: hidden;
}
#login-image{
	display: block;
	height: 66px;
	width: 360px;	
}
/* Errors */
.notice-box{
	margin: 0 0 10px 0;
	overflow: hidden;
	/*width: 785px;*/
}
.notice-top{
	/*background: url(/images/notice-top.png) 0 0 no-repeat;*/
	height: 10px;
	overflow: hidden;
}
.notice-middle{
	/*background: url(/images/notice-middle.png) 0 0 repeat-y;	*/
	overflow: hidden;
	padding: 10px;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #3c763d;
}
.notice-bottom{
	/*background: url(/images/notice-bottom.png) 0 0 no-repeat;*/
	height: 2px;
	overflow: hidden;
}
.notice-middle span{
	display: block;
	float: left;
	height: 24px;
	margin: -5px 10px 0 0;
	width: 27px;
}
.notice-middle .notice-info{
	background: url(/images/icon-info.png) 0 0 no-repeat;	
}
/* Menu */
.sbs-menu{
	float: left;
	list-style: none;
	overflow: hidden;
	width: 12%;
}
.sbs-menu li{
	margin: 0 0 5px 0;
}
.sbs-menu li a:link, .sbs-menu li a:visited{
	background: url(/images/menu-sprite.png) 0 0 no-repeat;
	color: #fff;		
	display: block;
	font-size: 1.2em;
	height: 42px;
	line-height: 42px;
	width: 157px;
	text-decoration: none;
}
.sbs-menu li a:hover,
.sbs-menu li a.sbs-menu-focus{
	background-position: 0 -42px;
	text-decoration: none;
}
.sbs-menu a span{
	display: block;
	float: left;
	height: 42px;
	margin: 0 12px;
	width: 25px;
}
.sbs-menu-calendar{background: url(/images/icon-calendar.png) center center no-repeat;}
.sbs-menu-add{background: url(/images/icon-add.png) center center no-repeat;}
.sbs-menu-find{background: url(/images/icon-find.png) center center no-repeat;}
.sbs-menu-bookings{background: url(/images/icon-bookings.png) center center no-repeat;}
.sbs-menu-maps{background: url(/images/icon-categories.png) center center no-repeat;}
.sbs-menu-options{background: url(/images/icon-options.png) center center no-repeat;}
.sbs-menu-mail{background: url(/images/mail-icon.png) center center no-repeat;background-size: contain;}
.sbs-menu-install{background: url(/images/icon-install.png) center center no-repeat;}
.sbs-menu-preview{background: url(/images/icon-preview.png) center center no-repeat;}
.sbs-menu-users{background: url(/images/icon-users.png) center center no-repeat;}
.sbs-menu-logout{background: url(/images/icon-logout.png) center center no-repeat;}
/* Page layout */
.sbs-page{
	/*width: 1150px;*/
	overflow: hidden;
}
.sbs-page-top{
	/*background: url(/images/page-top.png) 0 0 no-repeat;*/
	height: 8px;
	overflow: hidden;
}
.sbs-page-middle{
	/*background: url(/images/page-middle.png) 0 0 repeat-y;*/
	overflow: hidden;
	padding: 22px 30px;
}
.sbs-page-bottom{
	/*background: url(/images/page-bottom.png) 0 0 no-repeat;*/
	/*height: 8px;*/
	/*overflow: hidden;*/
}
/* Table */
.sbs-table{
	border-collapse: separate;
	border-top: solid 1px #e5e2e2;
	border-bottom: solid 1px #e5e2e2;
	empty-cells: show;
	width: 100%;
}
.sbs-table th{
	background-color: #fff;
	border-bottom: solid 1px #e5e2e2;
	color: #027ac6;
	font-weight: bold;
	font-size: 1.1em;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 10px;
}
.sbs-table th.nosub{
	border-bottom: solid 1px #fff;
}
.sbs-table th.sub{
	background-color: #f7f7f7;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
	color: #000;
	font-size: 1em;
	height: 30px;
	line-height: 11px;
	padding: 0px 10px;
	/*white-space: nowrap;*/
}
.sbs-table a:link, .sbs-table a:visited{
	color: #007AC3;
	text-decoration: none;
}
.sbs-table a:hover{
	text-decoration: underline;
}
.sbs-table tbody tr.odd{
	background-color: #F7F7F7;
}
.sbs-table tbody tr.even{
	background-color: #EEF5E5;
}
.sbs-table tbody tr.highlight{
	background-color: #FFFFCC;
}
.sbs-table tbody tr.hover{
	background-color: #EAEAEA;
}
.sbs-table a.icon:link, .sbs-table a.icon:visited{
	color: #757777;
	display: block;
	height: 20px;
	line-height: 20px;
	text-indent: 25px;
	text-decoration: none;
}
.sbs-table a.icon-edit{
	background: url(/images/icon-edit.png) 0 0 no-repeat;
}
.sbs-table a.icon-delete{
	background: url(/images/icon-delete.png) 0 0 no-repeat;
}
.sbs-table a.icon-copy{
	background: url(/images/icon-copy.png) 0 0 no-repeat;
	text-indent: 31px !important;
}
.sbs-table a.icon-calendar{
	background: url(/images/icon-calendar-color.png) 0 0 no-repeat;
}
.sbs-table a.icon-booking{
	background: url(/images/icon-booking.png) 0 0 no-repeat;
}
.sbs-table a.icon-availability{
	background: url(/images/icon-availability.png) 0 0 no-repeat;
}
.sbs-table td{
	border-top: solid 1px #e5e2e2;
	border-bottom: solid 1px #fff;
	padding: 5px 7px;
}
/* jqueryui fix */
.ui-widget {
    font-family: inherit;
    font-size: inherit;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: inherit;
    font-size: inherit;
}
img.ui-datepicker-trigger {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	padding: 10px 4px;
	overflow: hidden;
}
/* status */
.booking-status,
.user-role,
.event-booking{
	padding: 2px 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.booking-status-pending{background-color: #FF9900; color: #000; text-shadow: 1px 1px 1px #fff;}
.booking-status-confirmed{background-color: #2A8000; color: #fff; text-shadow: 1px 1px 1px #999;}
.booking-status-cancelled{background-color: #B3B3B3; color: #fff; text-shadow: 1px 1px 1px #333;}

.user-role-admin{background-color: #6EB738; color: #fff; text-shadow: 1px 1px 1px #666;}
.user-role-owner{background-color: #006699; color: #fff; text-shadow: 1px 1px 1px #ccc;}

.event-booking{background-color: #000; color: #fff !important; text-shadow: 1px 1px 1px #ccc;}

/* paginator */
.sbs-paginator{
	overflow: hidden;
	margin: 10px 0 0 0;
}
.sbs-paginator li{
	display: inline;
}
.sbs-paginator li a:link, .sbs-paginator li a:visited{
	background-color: #EAEAEA;
	color: #222;
	display: block;
	float: left;
	margin: 0 2px 0 0;
	padding: 1px 4px;
	text-shadow: 1px 1px 1px #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.sbs-paginator li a:hover{
	background-color: #D0D0D0;
	
}
.sbs-paginator li a.focus{
	background-color: #CEE6B5;
	color: #222;
}
.rect{
	cursor: pointer;
	display: block;
	font-size: 0.9em;
	overflow: hidden;
	position: absolute;
	text-align: center;
	z-index: 1000;
}
.empty{background-color: #09F; color: #fff; border-radius:50%; border: 1px solid !important;}
/*.available{background-color: green; color: #fff; border-radius:50%; border: 1px solid !important;}*/
.busy{background-color: red !important; color: #fff !important; cursor: default; border-radius:50%; border: 1px solid !important;}
.my{background-color: #FFCC00; color: #000; cursor: default; border-radius:50%; border: 1px solid !important;}
.rect-selected{background-color: #BE8329; color: #fff; border-radius:50%; border: 1px solid !important;}

.boxPrices{
	border: solid 1px #B9D97F;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 10px;
	padding: 15px;
}
.boxCustomPrices{
	margin: 5px 0 0;
}
.galery_text {
	font-size: 14px;
	padding-bottom: 5px;
}
.image_galery {
	background: url(/images/f_button.png) 0 0 no-repeat;
	border: none;
	color: #414243;
	cursor: pointer;
	font-weight: bold;
	outline: none;
	padding: 0;
	width: 90px;
	height: 34px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.image_galery:hover {
	background-position: 0 -68px;
	color: #fff;
}
.image_galery input {
	opacity: 0;
	cursor: pointer;
	width: 90px;
	height: 25px;
	position: absolute;
	margin: -19px 0px 0px -46px;
}
.image_galery span{
}
.galery_view a{
	display: block;
	width: 250px;
}
.galery_view img{
	width: 326px;
	height: auto;
	padding: 2px;
	border: 1px solid rgba(0, 128, 0, 0.23);
}
.galery_form{
	padding: 40px 0px;
}
.TBook_Button_adauga {
	background: url(/images/f_button.png) 0 0 no-repeat;
	border: none;
	color: #414243;
	cursor: pointer;
	font-weight: bold;
	outline: none;
	padding: 0;
	width: 90px;
	height: 34px;
	text-align: center;
	vertical-align: middle;
}
.TBook_Button_adauga:hover {
	background-position: 0 -68px;
	color: #fff;
}
.galery_delete {
	padding-left: 80px;
}
.fl{
	float: left;
}
.clear {
  clear: both;
  font-size: 0px;
  height: 0px;
  overflow: hidden;
}
.search_text {
	padding: 8px 18px 16px 0px;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.8);
}
.search_select select{
	background: white;
	border: 1px solid rgba(0, 0, 0, 0.22);
	padding: 3px 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.search_select {
	padding: 2px 16px 0px 0px;
}
.senms {
	padding: 4px 16px 0px 0px;
}
.senms input {
	border: 1px solid rgba(0, 0, 0, 0.17);
	font-size: 13px;
	padding: 3px 3px;
}
.search_button{
	padding-top: 3px;
}
.search_button input{
	border: 1px solid rgba(0, 0, 0, 0.17);
	font-size: 13px;
	padding: 3px 10px;
	cursor: pointer;
}
.search_clear {
	margin: 3px 0px 0px 28px;
}
.search_clear a{
	border: 1px solid rgba(0, 0, 0, 0.17);
	font-size: 13px;
	padding: 3px 10px;
	cursor: pointer;
	display: block;
	background: rgba(0, 0, 0, 0.17);
	text-decoration: none;
	color: black;
}
::-webkit-input-placeholder{
	color:#aaa
}
:-moz-placeholder{
	color:#aaa
}
.auth_errors{
	background: #ebccd1;
	color: #a94442;
	text-align: center;
	font-size: 16px;
	padding: 7px;
	margin-top: 3px;
}
.auth_success{
	background: #dff0d8;
	color: #3c763d;
	text-align: center;
	font-size: 16px;
	padding: 7px;
	margin-top: 3px;
}
.demoHeaders {
	margin-top: 2em;
}
#dialog-link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}
#dialog-link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}
#icons {
	margin: 0;
	padding: 0;
}
#icons li {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}
#icons span.ui-icon {
	float: left;
	margin: 0 4px;
}
.fakewindowcontain .ui-widget-overlay {
	position: absolute;
}
.pager{
	padding: 15px 0px 10px 0px;
	text-align: center;
}
.fancybox-skin{
	background: #d9edf7!important;
}
.image_galery input{
	cursor: pointer;
}
@CHARSET "UTF-8";
/* Form */
.SBook_Price{
	float: left;
}
.SBook_Form{
	margin: 10px 10px 0 0;
}
.SBook_Form p{
	clear: left;
	margin: 0 10px 10px;
	overflow: auto;
}
.SBook_Form p img{
	margin: 0 17px 0 0;
	vertical-align: middle;	
}
.SBook_Form label.title{
	display: block;
	font-weight: bold;
	float: left;
	width: 300px;
    padding: 0;
    margin: 0;
    border: 0;
}
.SBook_Form label.title span{
	font-weight: normal;
	display: block;
	font-size: .9em;
}
.SBook_Form .SBook_Field{
	border: solid 1px #d3d9db;
	box-shadow: 2px 2px 1px #f0f0f0 inset;
	padding: 5px 2px;
}
.SBook_Form .SBook_FieldText{
	width: 200px;
}
.SBook_PseudoField{
	float: left;
	display: block;
	white-space: nowrap;
	width: 220px;
}
.SBook_Form .SBook_FieldTextSmall{
	width: 100px;
}
.SBook_Form .SBook_FieldTextarea{
	height: 80px;
	width: 200px;
	resize: none;
}
.SBook_Form .SBook_FieldSelect{
	width: 206px;
}
.SBook_Form .SBook_FieldSelectMedium{
	width: 101px;
}
.SBook_Form .SBook_FieldSelectMini{
	width: 45px;
}
.SBook_Form .SBook_FieldCheckbox{
	margin: 0;
}
.SBook_Error{
	color: black;
	/*background: url(/images/f_warn_pattern.png) 0 0 repeat;*/
    background: #ee7e2a;
	margin: 0 10px;
	padding: 5px 5px 5px 44px;
	border: solid 1px #f8c8c8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 1px 1px 2px #f2f2f2;
	-webkit-box-shadow: 1px 1px 2px #f2f2f2;
	box-shadow: 1px 1px 2px #f2f2f2;
	position: relative;
}
.SBook_Error span{
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: 31px;
	height: 26px;
	background: url(/images/f_warn.png) 0 0 no-repeat;
}
.SBook_Info{
	color: #839831;
	background-color: #E6F1C0;
	margin: 0 10px;
	padding: 5px 5px 5px 44px;
	border: solid 1px #839831;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 1px 1px 2px #f2f2f2;
	-webkit-box-shadow: 1px 1px 2px #f2f2f2;
	box-shadow: 1px 1px 2px #f2f2f2;
	position: relative;
}
.SBook_Info span{
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: 32px;
	height: 32px;
	background: url(/images/f_info.png) 0 0 no-repeat;
}
.TBook_Error{
	/* overlay */
	margin: 5px 10px 0;
	min-height: 30px;
	height: auto !important;
	height: 30px;
}
/* Table */
.SBook_Table{
	border-collapse: collapse;
	empty-cells: show;
	margin: 1px 10px 0 0;
}
.SBook_Table tr{}
.SBook_Table thead th{
	font-weight: normal;
	text-align: left;	
}
.SBook_Table tbody td{
	padding: 2px;
}
/* Events */
.SBook_Event_Map{}
.SBook_Event_Time{}
.SBook_Event_Title{ font-weight:bold; margin:5px 0px}
.SBook_Event_Description{ }
.SBook_Event_Book{
	margin: 5px 0 0;
}
.SBook_Bold{
	font-weight: bold;
}
.SBook_Paginator{
	background-color: #fff;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 5px 0;
	overflow: hidden;
}
.SBook_Paginator li{
	display: inline;
	list-style: none;
}
.SBook_Paginator a:link, .SBook_Paginator a:visited{
	background: url(/images/f_pagin.png) 0 0 no-repeat;
	color: #76787a;
	width: 22px;
	height: 21px;
	line-height: 19px;
	float: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
}
.SBook_Paginator a.pagin,
.SBook_Paginator a:hover{}
.SBook_Paginator .current{
	background: url(/images/f_pagin.png) 0 0 no-repeat;
	display: block;
	width: 22px;
	height: 21px;
	line-height: 19px;
	float: left;
	font-weight: bold;
	margin: 0;
	color: #444;
	padding: 0;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
}
.SBook_Paginator .dots{
	color: #000;
	padding: 1px 3px;
}
/* Map */
.sbook-rect{
	cursor: pointer;
	display: block;
	font-size: 0.9em;
	overflow: hidden;
	position: absolute;
	text-align: center;
	z-index: 1000;
	border-radius:50%;	
}

.sbook-available:hover{
	border: 1px solid black;
/*	width: 25px !important;
	height: 25px !important ;*/
	margin: -5px;
/*	line-height: 25px !important; */
	background-color: #FF7B02 !important;
	color:black !important;
/*	font-weight:bold !important;*/
	font-size:16px !important;
	padding-top:5px;
	z-index:9020;
}



.sbook-empty{background-color: #135E8D; color: #fff}
.sbook-available{/*background-color: green; color: #fff*/color: green}
.sbook-busy{
    background-color: #999 !important;
    cursor: default;
    color: #999!important;
    border: none!important;
    cursor: default
}

/* TBook */
.TBook_Holder {
    margin: 0 0 10px 0;
    width: 267px;
    overflow: hidden;
}

.TBook_W_Holder {
    margin: 0 0 10px 0;
    /*width: 462px;*/
    overflow: hidden;
}

.TBook_Top {
    background: #e8e8e8 url(/images/f_e_top_middle.png) 0 0 repeat-x;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    padding: 0 10px;
    position: relative;
}

.TBook_Top_Left {
    background: #fff url(/images/f_e_top_left.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 30px;
}

.TBook_Top_Right {
    background: #fff url(/images/f_e_top_right.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 30px;
}

.TBook_Middle {
    background: #fff url(/images/f_middle_right.png) top right repeat-y;
    border-left: solid 1px #d0c5c5;
    overflow: hidden;
    padding: 6px 9px 6px 6px;
}

.TBook_Bottom {
    background: transparent url(/images/f_bottom_middle.png) bottom left repeat-x;
    height: 5px;
    position: relative;
}

.TBook_Bottom_Left {
    background: #fff url(/images/f_bottom_left.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 5px;
}

.TBook_Bottom_Right {
    background: #fff url(/images/f_bottom_right.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 5px;
}

.TBook_Button {
    border: none;
    color: white;
    cursor: pointer;
    outline: none;
    width: 90px;
    text-align: center;
    vertical-align: middle;
    background: #ee7e2a;
    padding: 7px 15px;
    font-size: 14px!important;
}
.TBook_Button:hover{
    background: #585858;
}
.TBook_Button_adauga{
    background: url(/images/f_button.png) 0 0 no-repeat;
    border: none;
    color: #414243;
    cursor: pointer;
    font-weight: bold;
    outline: none;
    padding: 0;
    width: 90px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
}

.TBook_Button_Hover {
    background-position: 0 -68px;
    color: #fff;
}

.TBook_Button_Disabled {
    background-position: 0 -34px;
    color: #888;
    cursor: default;
    text-shadow: 1px 1px 1px #E5E5E5;
}

.TBook_W_Top {
    height: 3px;
    background: #fff url(/images/f_top_middle.png) 0 0 repeat-x;
    position: relative;
}

.TBook_W_Top_Left {
    background: #fff url(/images/f_top_left.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 3px;
}

.TBook_W_Top_Right {
    background: #fff url(/images/f_top_right.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 3px;
}

.TBook_Row {
    border-bottom: solid 1px #e9e4e4;
    margin: 5px 10px !important;
    padding: 0 0 5px 0;
}

.TBook_Map_Holder {
    position: relative;
    overflow: hidden;
    border: solid 1px #d0c5c5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 1px 1px 1px #f2f2f2;
    -webkit-box-shadow: 1px 1px 1px #f2f2f2;
    box-shadow: 1px 1px 1px #f2f2f2;
}

.TBook_Seat_Holder {
    display: block;
    float: left;
    margin: 0 3px 2px 0;
    padding: 1px;
    background-color: #fff;
    border: solid 1px #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.TBook_Seat {
    background-color: #BE5200;
    color: #fff;
    float: left;
    padding: 2px 5px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.TBook_Seat_Price {
    background-color: #ee7e2a;
    color: #fff;
    float: left;
    padding: 2px 5px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.TBook_Overlay {
    background-color: #333;
    display: none;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
}

.TBook_OverlayBox {
    background-color: #fff;
    border: 1px solid #333;
    display: none;
    position: absolute;
    z-index: 9999;
    min-width: 1085px;
}

.TBook_OverlayBoxTop {
    height: 65px;
    overflow: hidden;
}

.TBook_OverlayBoxMiddle {
    position: relative;
    /*overflow: hidden;*/
    margin: 0 auto;
}

.TBook_OverlayBoxSeats {
    overflow: hidden;
    padding: 2px 10px;
}

.TBook_Seat_Holder {
    cursor: pointer;
}

.TBook_OverlayBoxHead,
.TBook_OverlayBoxBottom {
    height: 40px;
    padding: 5px 0 0 0;
    text-align: center;
    overflow: hidden;
}

.TBook_OverlayBoxHead {
    padding: 0;
}

.TBook_OverlayBoxLegend {
    height: 30px;
    padding: 5px 10px 0;
    /*width: 990px;*/
    overflow: hidden;
}

.TBook_Select_Seats:link,
.TBook_Select_Seats:visited {
    color: #0099FF;
    text-decoration: none;
}

.TBook_Select_Seats:hover,
.TBook_Select_Seats:active {
    text-decoration: underline;
}
#zoom-div{
    /*position: absolute;
    top: 36%;
    right: 11%;
    z-index: 9999;*/
    float: right;
    padding-top: 5px;
    padding-right: 34px;
}
#zoom-1 {
    
    width:25px;
    height:25px;
    border-radius:50%;
/*    background-color:red;*/
/*border:1px solid;*/
/*    cursor:pointer;*/
    margin:1px;
    float:left;
    margin-top:-10px;
    
 /*   font-size: 23px; */
    text-align: center;
}

#zoom-2 {
    width:25px;
    height:25px;
    border-radius:50%;
/*    background-color:red;*/
/*border:1px solid;*/
/*    cursor:pointer;*/
    margin:1px;
    float:left;
    margin-top:-10px;
    text-align: center;
/*    font-size: 23px;*/
}
#zoom-6 {
    width:25px;
    height:25px;
    border-radius:50%;
/*    background-color:red;*/
/*border:1px solid;*/
/*    cursor:pointer;*/
    margin:1px;
    float:left;
    margin-top:-10px;
    text-align: center;
/*    font-size: 23px;*/
}
#TBook_Wrap {
    position: absolute;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#TBook_OverlayBox_1 .slegend-table{
    margin: -1px 0px 0px 78px;
    /*width: 990px;*/
    table-layout: auto;
}
#TBook_OverlayBox_1 .slegend-busy{
	margin:0 45% !important;
	padding:11px !important;

}
.grey {
	display: block;
	font-size: 0.9em;
	overflow: hidden;
	position: absolute;
	text-align: center;
	z-index: 1000;
	border-radius:50%;
 
}

.TBook_FirstMiddle{
    width: 910px;
    height: 525px;
    position: relative;
    overflow: auto;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.TBook_FirstMiddle img{
    margin: 0 auto;
}

.selectedseat{
    background-color: #970000 !important;
}
.TBook_Middle p:first-child + p{
    /*height: 96px;*/
}
#TBook_OverlayBox_1 {
    /*display: block;*/
    width: 576px!important;
    margin: 0 auto!important;
    height: auto!important;
    position: static!important;
    top: 0!important;
    /*left: 160px!important;*/
    opacity: 1;
    overflow: visible;
}

.slegend-color{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: none;
    /*width: 5px!important;*/
    /*height: 5px;*/
    width: 24px!important;
    height: 24px;
}
#TBook_OverlayBox_1 .slegend-label{
    width: auto;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-error {
	color: #a94442;
	background-color: #ebccd1;
	border-color: #ebccd1;
}
.edit_cat{
	cursor: pointer;
}
.event_status{
	width: 100px;
}
#event_categories{
	width: 370px;
	height: 150px;
}
.title_2{
	margin-top: -6px!important;
}
.available{
	width: 163px!important;
}
.selected{
	width: 205px!important;
}
.ui-multiselect{
	border: 1px solid #cccccc!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	border-radius: 4px!important;
}
.multi{
	width: 370px;
	height: 150px;
}
.event_locate{
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #ffffff!important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	text-decoration: none!important;
}
.event_locate:hover, .event_locate:focus, .event_locate:active, .event_locate.active, .event_locate.disabled, .event_locate[disabled] {
	color: #ffffff;
	background: #2f96b4;
}
#zonainfo{
	position: absolute;
	display: none;
	color: white;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	top: 0;
	left: 0;
}
.zonainfo{
	width: 177px;
	height: 64px;
	background-color: #5b5b5b;
	border-radius: 8px;
	opacity: 0.9;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.el-finder-dialog.ui-draggable.ui-resizable{
	z-index: 10100000!important;
}
.add-discount textarea{
	width: 50%;
	height:200px;
}
.add-discount a{
	display: block;
	color: white!important;
	margin-top: 8px;
	font-size: 16px;
	/*background: rgb(6, 154, 6);*/
	/*padding: 2px 5px;*/
	width: 18%;
  	/*text-align: center;*/
  	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.list-discount-key{
	border-bottom: 1px solid black;
  	padding-bottom: 10px;
  	margin-bottom: 14px;
  	padding-left: 11px;
  	padding-top: 5px;
}
.list-discount-key input{
	width: 35px;
}
.list-discount-key a{
	display: inline-block;
}
.discount-content{
	margin: 0px 17px;
	border-left: 1px solid black;
	border-right: 1px solid black;
 	border-top: 1px solid black;
}
.add-discount {
   margin: 20px 16px!important;
}
.add-discount textarea{
	width: 97%;
	padding: 10px;
}
.print_header h1{
	text-align: center;
	font-size: 16px;
}
.print_other h3{
	font-size: 14px;
	padding: 10px 0px;
}
.print_header table{
	max-width: 100%;
  	background-color: transparent;
  	border-collapse: collapse;
  	border-spacing: 0;
  	border: 1px solid #ddd;
}
.print_header tr td{
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.print_prev h1{
	text-align: center;
	font-size: 16px;
}
.print_example{
	border:1px solid black;
	position: relative;
}
.print_desc{
	position: absolute;
}