events_day_white_bg/* CSS Document */

html,
body {
	margin: 0px;
	padding: 0px;
}

/**
======================================================

 * FONTS * 
 
======================================================
*/


/* Generated by Font Squirrel (http://www.fontsquirrel.com) */

@font-face {
    font-family: 'CalibriRegular';
    src: url('../fonts/calibri.eot');
    src: url('../fonts/calibri.eot') format('embedded-opentype'),
         url('../fonts/calibri.woff2') format('woff2'),
         url('../fonts/calibri.woff') format('woff'),
         url('../fonts/calibri.ttf') format('truetype'),
         url('../fonts/calibri.svg#CalibriRegular') format('svg');
}

@font-face {
    font-family: 'BebasRegular';
    src: url('../font/BEBAS___-webfont.eot');
    src: url('../font/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/BEBAS___-webfont.woff') format('woff'),
         url('../font/BEBAS___-webfont.ttf') format('truetype'),
         url('../font/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CuprumFFURegular';
    src: url('../font/Cuprum-webfont.eot');
    src: url('../font/Cuprum-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Cuprum-webfont.woff') format('woff'),
         url('../font/Cuprum-webfont.ttf') format('truetype'),
         url('../font/Cuprum-webfont.svg#CuprumFFURegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**
======================================================

 * COMMONS * 
 
======================================================
*/

body {
	background: url(../images/bg/bg.png) top left repeat;
	margin: 0px;
	padding: 0px;
	/*font-family: 'CuprumFFURegular';*/
	font-family: 'CalibriRegular', Arial, Helvetica, sans-serif;
	color: #333;
}

h1 {
	/*font-family: 'BebasRegular';*/
	color: #fff;
}

.font_custom {
	/*font-family: 'BebasRegular';*/
}

a {
	text-decoration: none;
}

p {
	margin: 0;
}

input {
	border: none;
	background: none;
}

textarea {
	resize: none;
	background: none;
}


.main_container {
	width: 1020px;
	margin: 0 auto;
}

.cleardiv {
	clear: both;
}

/**
======================================================

 * HEADER * 
 
======================================================
*/

.header_container {
	width: 100%;
	height: 60px;
	margin-top: 14px;
}

/*** month and navigation ***/

.month_container_all {
	float: left;
	width: 40%;
}

.month_container {
	background: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    float: left;
    height: 46px;
    position: relative;
    width: 70%;}

.month_name {
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: left;
	position: absolute;
	font-size: 30px;
	padding-left:10px;}

.month_year {
	text-align: right;
	padding-right: 6px;
	margin-top: 14px;
	
}

.month_nav_container {
	float: left;
}

.mont_nav_button_container {margin-left:7px;
	float: left;
}

.month_nav_button {
	border-radius: 5px;
    display: block;
    float: left;
	background:#333; display:block; padding:13px 7px; 
}

.month_nav_button_prev {}

.month_nav_button_prev:hover {}

.month_nav_button_next {}

.month_nav_button_next:hover {}

/****** view type *****/
.view_type_container {
	margin-top: 6px;
}

.view_type_button {
	width: 80px;
	height: 20px;
	float: left;
}

.view_type_button a {
	width: 80px;
	height: 20px;
	display: block;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}



/****  filter select  ***/

.select_search_container {
	float: left;
	width: 59%;
	padding:0 1% 0 0;
	
}

.select_container_all {
	width: 50%;
	float:left;
	height: 35px;
}

.select_calendar_container {width:58%; float: left;}
@media screen and (-webkit-min-device-pixel-ratio:0) { 

.select_calendar_container {width:56%;}


} /* only for safari and chrome*/

.select_calendar_container select{width:100%;
	border: thin solid #a7a6a6; 
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background: #f7f7f7;
	padding:0 5px;
	height:26px;}
	

.select_calendar_message { line-height:28px; width:40%; float: left;}
	
	

.search_container {
	width: 50%;
	float:left;
	height: 30px;

}

.search_input {width:45%;
	float: left;
}
.search_input input {
	width:100%;
	border: thin solid #a7a6a6; 
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background: #f7f7f7;
	padding:0 1%;
	height:28px;
}

.search_input_button {width:12%; padding:0 0 0 3%;
	float: left;
}
#search_button{
	float: left;
	width:auto; padding:0px 9px;
	height: 24px;
	width:20px;
	display: block;
	text-align: center;
	font-size: 12px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; 
	letter-spacing:0.03em;
	cursor: pointer; font-weight:normal;
	font-family: 'CalibriRegular', Arial, Helvetica, sans-serif;
	background:url(../images/searchevent.png) no-repeat center center; }
	


/**
======================================================

 * CALENDAR * 
 
======================================================
*/

.calendar_container_all {
	width: 100%;

}

/*** name days  ***/

.name_days_container {
	width: 100%;
	height: 30px;
	margin: 10px 0;
}

.day_name {
	/*width: 110px;*/
	width: 13.5%;
	height: 30px;
	line-height: 30px;
	text-align: center;
/*	font-family: 'BebasRegular';*/
	font-size: 16px;
	float: left;
	margin-right: 6px;
}

/*** days ***/

.day_container {position:relative;
	/*width: 110px;*/
	width: 13.5%;
	height: 70px;
	float: left;
	margin-right: 6px;
	margin-bottom:10px;
}

.day_container a {
	/*width: 110px;*/
	width: 100%;
	height: 70px;
	display: block;
	float: left;
	border: 1px dotted #CCCCCC;
}



.day_grey a { cursor:auto}

.day_black a {
	
}

.day_white a {
	
}

.day_black a .day_number,
.day_black a .day_slots,
.day_black a .day_book {
}

.day_number {
	float: left;
	width: 26px;
	margin-left: 6px;
	height: 30px;
	margin-top: 6px;
	line-height: 25px;
	font-size: 24px;
}

.day_book {
	/*float: left;*/
    width: 100%;
    height: 20px;
	line-height: 30px;
	margin-left: 6px;
	margin-top: 6px;
	text-align: left;
	font-size:13px;
}

.day_slots {
	width: 126px;
	margin-left: 6px;
	margin-top: 10px;
	height:15px;
	 font-size: 13px;
}


.day_slots1{width: 126px;
	margin-left: 6px;
	margin-top: 10px;
	height:15px;
	 font-size: 13px;
    }



/**
======================================================

 * BOX PREVIEW * 
 
======================================================
*/

.box_preview_container_all {
	background-color: #fff;
	border: 1px solid #999;
	/*position: fixed;
	top: 300px;*/
	z-index: 99999;
	padding: 10px;
	width:500px; position:absolute; top:20%; left:50%; margin:0 0 0 -250px;
}

.box_preview_title {float:left;
	font-size: 18px;
	color: #333;
}

.box_preview_list_container {
	margin-top: 10px;
}

.box_preview_column {border: 1px solid #999; margin-top:7px; width:100%;
position:relative;
}

.box_preview_header_list {
	height: 16px;
	border-bottom: 1px dotted #666;
	font-size: 13px;
	color: #999;
}

.box_preview_header_time {
	float: left;
	width: 40px;
	height: 16px;
	line-height: 16px;
}

.box_preview_header_time_am {
	width: 60px;
	float: left;
	height: 16px;
	line-height: 16px;
}

.box_preview_header_name {
	float: left;
	min-width: 188px;
	height: 16px;
	line-height: 16px;
}

.box_preview_header_available {
	float: left;
	width: 62px;
	height: 16px;
	line-height: 16px;
	text-align: right;
}

.box_preview_row_time {
	float: left;
	width: 40px;
	height: 30px;
	line-height: 30px;
}

.box_preview_row_time_am {
	width: 60px;
	float: left;
	height: 30px;
	line-height: 30px;
}

.box_preview_row_name {
	float: left;
	width: 378px;
	height: 30px;
	line-height: 30px;
}

.box_preview_row_available {
	float: left;
	width: 62px;
	height: 30px;
	line-height: 30px;
	text-align: right;
}


.box_preview_row {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	border-bottom: 1px dotted #999;
}

.day_container[over="0"]{overflow:hidden;}
.day_container[over="0"] a{cursor:auto}



/*.day_container[over="1"]{overflow:visible; }*/


.otherDayPopup{background:#fff; height:auto !important; width:450px; display:none; z-index:9999 !important; position:absolute; top:100%;
padding:5px; border:thin solid #e6e5e5; max-height:165px; overflow-y:auto; overflow-x: hidden}

.lastweekPopup{background:#fff;height:auto !important; width:450px; display:none; z-index:9999 !important; position:absolute; top:100%; right:0%;
padding:5px; border:thin solid #e6e5e5; max-height:165px; overflow-y:auto; overflow-x: hidden}

.day_container:hover .otherDayPopup{display:block;}
.day_container:hover .lastweekPopup{display:block;}

.day_container:nth-child(2) .otherDayPopup{left:-105% !important; }
.day_container:nth-child(9) .otherDayPopup{left:-105% !important; }
.day_container:nth-child(16) .otherDayPopup{left:-105% !important; }
.day_container:nth-child(23) .otherDayPopup{left:-105% !important; }
.day_container:nth-child(30) .otherDayPopup{left:-105% !important; }
.day_container:nth-child(37) .otherDayPopup{left:-105% !important; }

.day_container:nth-child(3) .otherDayPopup{left:-210% !important; }
.day_container:nth-child(10) .otherDayPopup{left:-210% !important; }
.day_container:nth-child(17) .otherDayPopup{left:-210% !important; }
.day_container:nth-child(24) .otherDayPopup{left:-210% !important; }
.day_container:nth-child(31) .otherDayPopup{left:-210% !important; }

.day_container:nth-child(4) .otherDayPopup{right:-320% !important;}
.day_container:nth-child(11) .otherDayPopup{right:-320% !important;}
.day_container:nth-child(18) .otherDayPopup{right:-320% !important;}
.day_container:nth-child(25) .otherDayPopup{right:-320% !important;}
.day_container:nth-child(32) .otherDayPopup{right:-320% !important;}

.day_container:nth-child(5) .otherDayPopup{right:-215% !important;}
.day_container:nth-child(12) .otherDayPopup{right:-215% !important;}
.day_container:nth-child(19) .otherDayPopup{right:-215% !important;}
.day_container:nth-child(26) .otherDayPopup{right:-215% !important;}
.day_container:nth-child(33) .otherDayPopup{right:-215% !important;}

.day_container:nth-child(6) .otherDayPopup{right:-105% !important;}
.day_container:nth-child(13) .otherDayPopup{right:-105% !important;}
.day_container:nth-child(20) .otherDayPopup{right:-105% !important;}
.day_container:nth-child(27) .otherDayPopup{right:-105% !important;}
.day_container:nth-child(34) .otherDayPopup{right:-105% !important;}


.day_container:nth-child(15) .otherDayPopup{top:auto !important; bottom:100% !important; overflow-y:auto; overflow-x: hidden}
.day_container:nth-child(16) .otherDayPopup{top:auto !important; bottom:100% !important; overflow-y:auto; overflow-x: hidden}
.day_container:nth-child(17) .otherDayPopup{top:auto !important; bottom:100% !important; overflow-y:auto; overflow-x: hidden}
.day_container:nth-child(18) .otherDayPopup{top:auto !important; bottom:100% !important; overflow-y:auto; overflow-x: hidden}
.day_container:nth-child(19) .otherDayPopup{top:auto !important; bottom:100% !important; overflow-y:auto; overflow-x: hidden}
.day_container:nth-child(20) .otherDayPopup{top:auto !important; bottom:100% !important; overflow-y:auto; overflow-x: hidden}
.day_container:nth-child(21) .lastweekPopup{top:auto !important; bottom:100% !important; overflow-y:auto; overflow-x: hidden}

.day_container:nth-child(22) .otherDayPopup{top:auto !important; bottom:100% }
.day_container:nth-child(23) .otherDayPopup{top:auto !important; bottom:100% }
.day_container:nth-child(24) .otherDayPopup{top:auto !important; bottom:100% }
.day_container:nth-child(25) .otherDayPopup{top:auto !important; bottom:100% }
.day_container:nth-child(26) .otherDayPopup{top:auto !important; bottom:100% }
.day_container:nth-child(27) .otherDayPopup{top:auto !important; bottom:100% }
.day_container:nth-child(28) .lastweekPopup{top:auto !important; bottom:100% }

.day_container:nth-child(29) .otherDayPopup{top:auto !important; bottom:100% !important; max-height:165px !important; overflow-y:auto; overflow-x: hidden}
.day_container:nth-child(30) .otherDayPopup{top:auto !important; bottom:100% !important; max-height:165px !important; overflow-y:auto; overflow-x: hidden}
.day_container:nth-child(31) .otherDayPopup{top:auto !important; bottom:100% !important; max-height:165px !important; overflow-y:auto; overflow-x: hidden}
.day_container:nth-child(32) .otherDayPopup{top:auto !important; bottom:100% !important; max-height:165px !important; overflow-y:auto; overflow-x: hidden}
.day_container:nth-child(33) .otherDayPopup{top:auto !important; bottom:100% !important; max-height:165px !important; overflow-y:auto; overflow-x: hidden}
.day_container:nth-child(34) .otherDayPopup{top:auto !important; bottom:100% !important; max-height:165px !important; overflow-y:auto; overflow-x: hidden}
.day_container:nth-child(35) .lastweekPopup{top:auto !important; bottom:100% !important; max-height:165px !important; overflow-y:auto; overflow-x: hidden}

.day_container:nth-child(36) .otherDayPopup{top:auto !important; bottom:100% !important; max-height:165px !important; overflow-y:auto; overflow-x: hidden}
.day_container:nth-child(37) .otherDayPopup{top:auto !important; bottom:100% !important; max-height:165px !important; overflow-y:auto; overflow-x: hidden}

/*.perfoEdit{width:95%; background:# 000; position:absolute; top:12px}

.perfoEdit span{float:right}
.perfoEdit span a:hover{text-decoration:underline}*/

.perfoEdit{width:95%; background:# 000; position:relative; }

.perfoEdit .editBtns{float:right}
.perfoEdit .editBtns a{margin:0 5px ; padding:0; float:none; position:relative; 
height:auto !important; width:auto !important; 
display:inline-block !important; border:0 !important}
.perfoEdit .editBtns a:hover{text-decoration:underline}
.closePopupMobile{display:none !important;}

#editModeCloseBtn{width:auto; padding:0; margin:0 5px 0 0; border:0; cursor:pointer; display:block; color:#2962E8; float:right; font-size:16px}

ul.calenPerfoList{padding:5px 7px 10px 7px !important; margin:0 !important; letter-spacing:0.02em}
ul.calenPerfoList li {list-style:none; margin:0 0 8px 0px; padding:5px 0 0 0; border-top:solid thin #999999; width:100%;}
ul.calenPerfoList li:last-child{border-bottom:none !important;}
ul.calenPerfoList li:nth-child(1){border-top:none !important;}

.perfoImg{width:14%; height:50px; background:#15 1515; float:left; margin:0 1% 0 0; overflow:hidden}
.perfoImg img{width:50px; height:50px;}
.perfoDetail{ width:85%; height:50px; float:left}
.perfoDetail h4{color:#ff8400; line-height:13px !important; padding:0 !important; margin:0 0 5px 0!important; text-transform:uppercase; 
font-size:14px; font-weight:normal; width:80%; float:left; overflow:hidden; display:inline-block; height:14px;}

.perfoInfo{width:100%;}
.perfoDetail span{ float:left; font-size:12px; height:12px; overflow:hidden}
.perfoDetail span:nth-child(1){width:33%; text-transform:uppercase; }
.perfoDetail span:nth-child(2){width:14%; text-transform:uppercase;}
.perfoDetail span:nth-child(3){width:19%; text-transform:uppercase;}
.perfoDetail span:nth-child(4){width:15%; text-transform:uppercase;}
.perfoDetail span:nth-child(5){width:19%; }
.perfoDetail span:nth-child(5) a{color:#2962e8; border:0}

.eventDelete{cursor:pointer; width:14%; text-transform:capitalize; font-size:12px; float:right; font-style:normal !important; color:#a40101; padding:0 5px 0 0}

ul.calenEditMode{padding:5px 7px 10px 7px !important; margin:0 !important; letter-spacing:0.03em}
ul.calenEditMode li {list-style:none; margin:0 0 5px 0px; padding:5px 0 0 0; width:100%;}

.editModeDetail{ width:100%; height:auto;}

.editInfo{width:100%;}
.editInfo span{ float:left; font-size:13px; margin-bottom:3px}
.editInfo span:nth-child(1){width:30%; }
.editInfo span:nth-child(2){width:35%; }
.editInfo span:nth-child(3){width:35%; }
.editModeDetail a{color:#2962e8; background:#e9e2da; padding:5px 10px; float:right; }


.editModeDetail .editInfo:nth-child(1){color:#FF8400; text-transform:uppercase; }


.calRightSec{width:92%; position:relative; padding:4%; background:#FFF}
.calRightSec h4{margin:5px 0; font-weight:normal; height:22px; overflow:hidden}
.calRightSec .proImage{width:100%; overflow:hidden; max-height:150px;}
.calRightSec .proImage img{width:100%; height:auto}

.pitchActive{margin-bottom:3px; width:100%; }
.slotActive{margin-bottom:3px; width:100%; }
.slotActive .check{ background:#019e28;}

.slotActive .radioTime{width:20px; text-align:center; float:left; padding:1px 1px 0px 1px; background:#E9E2DA; margin-left:2px; height:20px}


/**
======================================================

 * EVENT LIST * 
 
======================================================
*/

.events_container_all {
	width: 100%;
}

.close_booking {
	float: right;
	text-align: right;
	font-size: 16px;
}

.close_booking a {
	color: #666;
}

.close_booking a:hover {
	color: #567BD2;
}

/* event list */

.event_filters_container {
	float: right;
}

.events_container { height:381px; overflow-y:scroll; overflow-x: hidden;
	position: relative;
	width: 94%;
	background-color: #fff;
	padding: 2%;
	font-size: 16px;
	margin-bottom: 20px;
}

.preview_event_container {
	width: 100%;
}

.preview_event_leftside {
	width:15%;
	float: left;
}

.preview_event_rightside {
	float: left;
	width: 83%;
	margin-left: 2%;
}

.preview_event_title {color:#FF8400; border-bottom:thin solid #9f9e9e; padding:0 0 5px 0;
	width: 100%;
	margin-bottom:3px;
	font-size: 18px;
}

.preview_event_thumb { height:120px; overflow:hidden;
	float: left;
	width: 100%;
	text-align:center;
}

.preview_event_thumb img{width:100%}
.preview_event_information {
	width: 100%;
	height: 34px;
	margin-bottom: 10px;
}

.preview_event_information_box { font-size:14px;
	float: left; margin:0 25px 10px 0;
	
}

.preview_event_text {
	width: 820px;
	margin-bottom: 9px;
}

.preview_event_text p {
	margin:0;
	padding:0;
}

.preview_event_buttons_container {
	width:300px;
	height:30px;
}

.preview_event_button{
	float: left;
	width:auto; padding:0 10px;
	height: 25px;
	display: block;
	text-align: center;
	line-height: 25px;
	font-size: 13px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; 
	letter-spacing:0.03em;
	cursor: pointer; font-weight:normal;
}

.preview_event_button_buy {
	float: left;
	width: 164px;
	height: 50px;
	display: block;
/*	font-family: 'BebasRegular';*/
	text-align: right;
	line-height: 55px;
	color: #fff;
	font-size: 20px;
}

.preview_event_button_disabled{
	
}

.readmore_button,
.booknow_small_button {
	
}

.readmore_button:hover {
	
}

.buy_tickets_button {
	
}

.buy_tickets_button:hover {
	
}

.buy_tickets_button_big {
	
}

.buy_tickets_button_big:hover {
	
}

.readmore_button:hover {
	
}

.booknow_small_button:hover {
	
}

.list_event_line_divide {
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #666;
	margin: 20px 0 20px 0;
}


/**
======================================================

 * SEARCH EVENT LIST * 
 
======================================================
*/

.page_list_button {
	float: left;
	display: block;
/*	font-family: 'BebasRegular';*/
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 34px;
}

.page_list_nav_button {
	width: 70px;
	height: 30px;
	
}

.page_list_nav_button:hover {
}

.page_list_nav_button_disabled {
	width: 70px;
	height: 30px;
}

.page_list_number_button {
	width: 35px;
	height: 30px;
	margin-right: 10px;
}

.page_list_number_button:hover {
	width: 35px;
	height: 30px;
}


/**
======================================================

 * EVENT * 
 
======================================================
*/

.event_nav_buttons_container {
	width: 96%;
	height: 30px;
	margin-bottom: 10px;
}

.event_buttons_container {
	width: 670px;
	height: 30px;
	margin-bottom: 10px;
}

.back_list_button {
	width: 140px;
}

.back_list_button:hover {
}

.nav_event_button {
}

.nav_event_button:hover {
}

.event_leftside {
	float: left;
	width: 250px;
}

.event_rightside {
	float: left;
	width: 670px;
	margin-left: 30px;
}

.title_share_container {
	float: left;
	width: 800px;
}

.events_title {
	float: left;
	width: 550px;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	padding-top: 5px;
	word-spacing: 5px;
}

.events_title_inside {
	font-size: 22px;
	padding-top: 5px;
	word-spacing: 5px;
	margin: 0 0 10px 0;
}

.div_height {
	width: 950px;
	height: 15px;
}

.event_file_container {
	width: 950px;
	margin-top: 30px;
}

.event_left_container {
	float: left;
	width: 250px;
	margin-right: 30px;
}

.event_right_container {
	float: left;
	width: 670px;
}

.event_info_container {
	width: 250px;
	background-color: #EEE;
	margin-bottom: 20px;
	padding: 10px 0;
}

.event_info_box {
	width: 250px;
	margin-bottom: 10px;
}

.event_info_title {
/*	font-family: 'BebasRegular';*/
	font-size: 16px;
	color: #fff;
	width: 150px;
	padding-left: 10px;
	height: 24px;
	background-color: #333;
	line-height: 28px;
	margin-bottom: 10px;
}

.event_info_row {
	width: 220px;
	margin-left: 10px;
	line-height: 25px;
}

.event_link_container {
	padding:10px 20px;
	margin-bottom:20px;
	width:210px;
}

.event_link {float:left;}
.event_link a{margin:0 10px 0 0}

.event_link_buy {
	position: absolute;
	right: 0;
}

.book_now_button_container {
	margin-top: 20px;
}

.book_button {
	width: 210px;
	height: 48px;
	line-height: 55px;
/*	font-family: 'BebasRegular';*/
	font-size: 28px;
}

.book_button:hover {
}

.event_text {
	width: 660px;
	font-size: 17px;
	line-height: 25px;
	color: #333;
}

/***** twitter ***/

.twitter_user_icon {
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 22px;
}

.twitter_user_twit {
	float: left;
	width: 580px;
}

.twitter_user_name a {
	font-weight: bold;
	color: #333;
}

.twitter_user_name a:hover {
	color: #666;
}

.twitter_user_text a {
	color: #666;
}

.twit_divide {
	width: 668px;
	height: 1px;
	border-top: 1px dotted #333;
	margin: 10px 0;
}

/*** end twitter **/

.modal {
	width: 300px;
	height: 160px;
	padding: 20px;
	border: #666 3px solid;
	top: 50%;
	margin-top: -90px;
	left: 50%;
	margin-left: -160px;
	position:fixed;
	background-color:#FFF;
	z-index:40;
}

.modal_loading {
	width:100px;
	height:100px;
	top:50%;
	margin-top:-50px;
	left:50%;
	margin-left:-50px;
	position:fixed;
	z-index:40;
}

.modal_sfondo{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:30;
	background-color:#000;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.5;
	filter:alpha(opacity=50);}
	
	
.custom_time_divide {
	width: 220px;
	margin: 5px 0 5px 10px;
	height: 1px;
	border-bottom: 1px dotted #333;
}

.external_link{
	color: #666;
}

.external_link:hover {
	color: #567BD2;
}

.modal_loading_twitter {
	width:70px;
	height:70px;
	top:50%;
	margin-top:-35px;
	left:50%;
	margin-left:-35px;
	position:absolute;
	z-index:40;
}

.modal_loading_flickr {
	width:200px;
	height:150px;
	top:50%;
	margin-top:-75px;
	left:50%;
	margin-left:-100px;
	position:absolute;
	z-index:40;
	text-align:center;
}


/**
======================================================

 * SEARCH * 
 
======================================================
*/


#search_event_label, #search_field {
	height: 23px;
	line-height: 30px;
}

.event_link_nav {
    float: left;
    margin-right: 10px;
}


/**
======================================================

 * USER EVENT * 
 
======================================================
*/

#top_bg_container_all {
	width: 960px;
	margin: auto;
}

#container_all_user {
	width: 938px;
	padding: 10px;
	border: 1px solid #666;
	border-top: none;
	background: #fff;
}

#container_content {
	width: 938px;
}

.back_calendar a {
	float: right;
	font-size: 20px;
	color: #333;
	padding: 10px 0;
	text-decoration: none;
}

.back_calendar a:hover {
	text-decoration: underline;
}

.user_addevent_title_container {
	padding: 10px 5px;
}

.font_big { font-size: 30px; }

.font_medium { font-size: 20px; }

.input_container {
	float: left;
	margin-right: 20px;
}

.trash_button {
	width: 16px;
	height: 16px;
	background: url(../images/trash.png);
	display: block;
	margin-top: 8px;
}

.label_title {
	font-size: 20px;
	font-weight: bold;
}

.short_input_box {
	width: 120px;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	border: 1px solid #ccc;
	background-color: #F5F5F5;
	font-size: 13px;
}

.long_input_box {
	width: 90%;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	border: 1px solid #ccc;
	background-color: #F5F5F5;
	font-size: 13px;
}

.custom_time_container {
	margin-top: 10px;
}

.label_subtitle {
	font-size: 14px;
}

.label_subtitle a {
	font-size: 14px;
	color: #333;
}

.bridge_buttons_container {
	width: 100%;
	height: 100px;
}


.modal_loading {
	position:fixed;
	top:50%;
	left:50%;
	z-index:40;
	width:128px;
	height:128px;
	margin-top:-64px;
	margin-left:-64px;
}

#cleardiv {
	clear: both;
}

#erase_row {
	background: url(../images/erase.gif);
	width: 70px;
	height: 20px;
	color: #fff;
	border: none;
	cursor: pointer;
}

#erase_row:hover {
	background: url(../images/erase.gif) top right;
}

#form_container {
	margin-top:50px;
	width: 100%;
}

#input_box {
	margin-top: 10px;
}

#input_box select {
	width: 200px;
}

#input_box textarea {
	width: 90%;
	height: 80px;
	border: 1px solid #CCC;
	background-color:#F5F5F5;
	/*resize: none;*/
	padding: 5px;
}

#rowspace {
	clear: both;
	height:25px;	
}

#rowline {
	height:3px;
	width: 100%;
	border-top: 1px dotted #666;
}

.plusbutton {
	background: url(../images/piu.gif) top left;
	width: 30px;
	height: 30px;
	border: none;
	cursor: pointer;
}

.plusbutton:hover {
	background: url(../images/piu.gif) top right;
	
}

.input_header {
	padding:10px;
	background-color:#666;
	color:#FFF;
	width:900px;
	height:40px;
	font-size:20px;
	line-height:40px;
	font-weight:bold;
}

/**
======================================================

 * ADD EVENT * 
 
======================================================
*/



.user_addevent_button a {
	display: block;
	width: 20%;
	height: 25px;
	padding: 15px 20px 10px;
	text-align: center;
	margin: 30px auto;
}

.cancel_button {
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 54px;
    margin-left: 10px;
    margin-top: 25px;
    padding-right: 10px;
    text-align: right;
    text-decoration: none;
    width: 150px;
}


#apply_button {
    border: medium none;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 54px;
    margin-left: 10px;
    margin-top: 25px;
    padding-right: 10px;
    text-align: right;
    text-decoration: none;
    width: 150px;
}

.mceLayout {
	max-width:100%;
}

.save_button_container {
	float:right;
	margin-right:10px;
	margin-bottom:10px;
}

.cancel_button_container {
	float:left;
	margin-bottom:10px;
}

.ok_button {
    background-color:#333;
    color: #fff;
    display: block;
    height: 22px;
    margin: 20px auto;
    text-align: center;
    width: 82px;
}
.booking_button {
    border-radius: 5px;
}

.profileDesc{display:none}

.weekend_desktop{display:block !important}
.weekend_mobile{display:none !important}
.weekday_desktop{display:block !important}
.weekday_mobile{display:none !important}




@media only screen and (max-width: 969px) {

.calendar_container_all {
	margin-top: 0px;
}

img {
	max-width: 100%;
} 

.main_container { 
	width: 100%;
	margin: 0 auto;
}

.div_height {
    width: 100%;
}

/*===============
	HEADER
=================*/

.select_calendar_container {width:59%; float: left;}
@media screen and (-webkit-min-device-pixel-ratio:0) { 

.select_calendar_container {width:58%;}

} /* only for safari and chrome*/



.header_container {padding: 0 1%;
	width: 98%;
}

.month_container_all { width: 45%;
}

.month_container {
	width: 65%;
	
}

.month_name {
	width: 100%;
	font-size: 25px;
}

.month_year {
	font-size: 16px;
}

.month_nav_container {
    width: 32%;
}

.month_nav_button {
	margin-left: 10%;
}

.select_search_container {padding:5px 0 0 0;
    width: 55%;
}

.select_container_all {
    width: 50%;
	float:left;
}

.select_calendar_message {font-size:13px;
}

.search_container {
    height: 26px;
    width: 50%;
	float:left
}


/*===============
	BOX PREVIEW
=================*/

.box_preview_container_all {width:500px; position:absolute; top:20%; left:50%; margin:0 0 0 -250px;
	padding: 5px;
	background-color:#fff !important;}

.box_preview_title {
	font-size: 16px;
}

.box_preview_header_list {
	font-size: 11px;
}

.box_preview_row {
	font-size: 12px;
}


.box_preview_header_time {
	width: 30px;
	float: left;
	height: 16px;
	line-height: 16px;
}

.box_preview_header_time_am {
	width: 50px;
	float: left;
	height: 16px;
	line-height: 16px;
}

.box_preview_header_name {
	width: 298px;
}

.box_preview_header_available {
	width: 52px;
}

.box_preview_row_time {
	width: 30px;
	float: left;
	height: 30px;
	line-height: 30px;
}

.box_preview_row_time_am {
	width: 50px;
	float: left;
	height: 30px;
	line-height: 30px;
}

.box_preview_row_name {
	width: 298px;
}

.box_preview_row_available {
	width: 62px;
}



/*===============
	CALENDAR
=================*/


.calendar_container_all {padding:0 1%;
    width: 98%;
}

.name_days_container {
    width: 100%;
}

.day_name {
    margin-right: 1%;
    width: 13.25%;
	font-size: 15px;
}

.day_container {
    margin-bottom: 1%;
    margin-right: 1%;
    width: 13.25%;
	height:60px;
	
}

.day_container a {
/*    border: 1px dashed #CCCCCC;*/
    width: 100%;
	height:60px;
}

.day_number {
    margin-left: 5%;
    margin-top: 5%;
    width: 15%;
	font-size: 14px;
}

.day_book {
    margin-left: 2%;
    margin-top: 5%;
    width: 100%;
	line-height: 100%;
	padding-top: 7%;
	font-size: 12px;
}

.day_slots {
    margin-left: 5%;
    margin-top: 5%;
    width: 95%;
	font-size: 13px;
}

.day_slots1 {
    margin-left: 5%;
    margin-top: 5%;
    width: 95%;
	font-size: 13px;
}


/*===============
	LISTA EVENTI
=================*/



.events_container_all {
    width: 100%;
}

.event_nav_buttons_container {
    height: 30px;
    margin-bottom: 10px;
    width: 100%;
}

.events_container { height:336px;
    margin-bottom: 20px;
    padding: 1%;
    width: 98%;
}

.events_title {
    padding-top: 5px;
    width: 70%;
    word-spacing: 5px;
}

.preview_event_container {
    width: 100%;
}

.preview_event_leftside {
    width: 13%;
}

.preview_event_rightside {
    margin-left: 3%;
    width: 84%;
}

..preview_event_thumb { width: 100%;
}

.preview_event_title,
.preview_event_information,
.preview_event_text {
    width: 100%;
}


/*===============
	SEARCH
=================*/



/*===============
	EVENT
=================*/



.title_share_container {
    width: 80%;
}

.event_leftside {
    width: 28%;
}

.event_rightside {
    margin-left: 2%;
    width: 70%;
}

.event_info_container,
.event_info_box,
.event_buttons_container,
.event_text,
.preview_event_buttons_container {
    width: 100%;
}

.event_info_title {
    width: 70%;
}

.event_info_row {
    margin-left: 2%;
    width: 98%;
}

.preview_event_button {
	background-image: none;
}

.readmore_button {
	background-color: #333;
}

.readmore_button:hover {
	background-color: #567BD2;
}

.buy_tickets_button {
    background-color: #669933;
}

.buy_tickets_button:hover {
    background-color: #7BBB3F;
}

.back_list_button {
}

.back_list_button:hover {
}


.event_link {
	
}

.preview_event_button {
    font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/*===============
	TWITTER
=================*/



.twitter_user_icon {
	width: 9%;
	margin-right: 1%;
}

.twitter_user_twit {
	width: 90%;
}

.twit_divide {
	width: 100%;
}


#top_bg_container_all {
	width: 960px;
	margin: auto;
}

/*===============
	USER EVENT
=================*/

#top_bg_container_all {
	width: 100%;
	margin: auto;
}

#container_all_user {
	width: 98%;
	padding: 1%;
}

#container_content {
	width: 100%;
}

.user_addevent_title_container {
	padding: 1% 2%;
	width: 96%;
}


}

@media only screen and (max-width: 768px) {
.weekend_desktop{display:none !important}
.weekend_mobile{display:block !important}
.weekday_desktop{display:none !important}
.weekday_mobile{display:block !important}

}


@media only screen and (max-width: 659px) {


.day_book {
	font-size: 11px;
}

.events_title_inside {
	font-size: 20px;
}

.preview_event_button {
	font-size: 10px;
}
}


@media only screen and (max-width: 479px) {

.month_container_all {width:100%}
.month_container {height:39px}
.month_name{font-size:23px; text-align:left; padding-left:10px; line-height:37px}
.month_year{font-size:18px; margin-top:6px;}
.mont_nav_button_container {margin-top:0}
.select_container_all {width:100%; float:none}
.search_container{width:100%;}
.month_container{width:57%}
.month_nav_container{width:43%}	
.month_navigation_button_custom{}
.name_days_container{margin:0}
.view_type_container{margin-top:10px; margin-bottom:10px;}
.select_search_container{width:100%; padding:5px 0px 0px 0}
/*#search_event_label{display:none}
#calendar_select_label{display:none}*/
.view_type_button {width:49%; margin-right:0; height:35px; }
.view_type_button a{ width:100%; height:35px; line-height:35px; font-size:16px;}

.select_calendar_message{width:40%; font-size:13px;}

.select_calendar_container {width:60%;}
.search_input{width:48%;}
.search_input_button{width:4%; padding:0px 0 0px 4%}
.day_number{height:19px; line-height:14px}
.day_name{font-size:9px; font-weight:100}
.day_book{text-indent:-9999px; display:none; height:10px !}
.day_slots{font-size:12px; font-weight:100; padding:0; overflow:hidden; height:30px;  line-height:13px}
.day_slots1{font-size:12px; font-weight:100; padding:0; overflow:hidden; height:30px;  line-height:13px}
.day_container{height:52px;}
.day_container a{height:52px;}

.profileDesc{display:block; margin-left:5px; float:left}
#rightSection{position:absolute !important; width:200px !important; top:0px; }
#leftSection{width:100% !important}
.month_nav_button {padding:9px 7px 0px 7px; height:30px}

.events_title{font-size:15px;}


.otherDayPopup{width:280px !important; }
.lastweekPopup{width:280px !important; }

.perfoEdit span{display:none}
.perfoEdit .editBtns{float:right}

.perfoDetail span{font-size:11px; }
.perfoDetail span:nth-child(1){width:29%;}
.perfoDetail span:nth-child(2){width:17%;}
.perfoDetail span:nth-child(3){width:27%;}
.perfoDetail span:nth-child(4){width:15%;}
.perfoDetail span:nth-child(5){width:12%; }

ul.calenPerfoList{padding:5px 2px 10px 2px !important; margin:0 !important;}

.closePopupMobile{display:block !important; float:right;}

.closePopupMobile a{margin:0 0 0 7px !important; padding:0 !important; height:auto !important; width:auto !important; 
float:left !important; border:0 !important; color:#2962E8}

.box_preview_container_all {width:90% !important; position:absolute; top:20%; margin:0 0 0 0; left:3%; padding: 5px;}


.editInfo span:nth-child(1){width:30%; }
.editInfo span:nth-child(2){width:42%; }
.editInfo span:nth-child(3){width:28%; }

}

.admin.editInfo span:nth-child(1){
    width: 60%;
    padding-left:10px;
    padding-right:5px;
}
.admin.editInfo span:nth-child(2){
    width: 30%;
    padding-right:10px;
    padding-left:5px;
}
.admin_edit_event_info {
    margin-bottom: 10px;
    width: 100%;
}

.admin_edit_event_info input{
    width: 100%;
}
.admin_edit_event_info .lable{
    color: #FF8400;text-transform: uppercase;font-size: 13px;margin-bottom: 3px;
}
.admin_edit_event_info .field{
    width: 200px;text-align:left; /*float:left;*/ padding:1px 1px 0px 1px; margin-left:2px; height:20px;
}
.admin_edit_event_info .field.bg_color{
    background:#E9E2DA;
}
.admin_edit_event_info textarea{
    width:194px;
    background:#E9E2DA;
}
.admin_edit_event_info input[type="radio"]{
    width: auto;
}

.city_edit .img-container,
.city_edit .img-preview {
  background-color: #f7f7f7;
  width: 100%;
  text-align: center;
}

.city_edit .img-container {
  min-height: 200px;
  max-height: 400px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .city_edit .img-container {
    min-height: 400px;
  }
}

.city_edit .img-container > img {
  max-width: 100%;
}

.docs-preview {
  /*margin-right: -15px;*/
}

.img-preview {
  float: left;
  /*margin-right: 10px;*/
  margin-bottom: 10px;
  overflow: hidden;
}

.img-preview > img {
  max-width: 100%;
}

.preview-xs {
  width: 150px;
  height: 150px;
  /*margin-right: 15px;*/
}
.crop_prop_btn {
    background-color: #373737;
    border: 1px solid #373737;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    height: 36px;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 36px;
    margin: 10px;
}
.crop_prop_btn img{
    width:22px;
    height:22px;
}
.ui-dialog .ui-dialog-titlebar-close span{
    margin-top: -8px;
    margin-left: -8px;
}
.ui-dialog-titlebar-close span.ui-button-icon-space{
    display: none;
}
#city_preview img{
    max-width: none;
}
.confirm_btn{
    color: #2962e8;
    background: #e9e2da;
    padding: 5px 10px;
    float: right;
    cursor: pointer;
}
    



#speditModeCloseBtn {
    width: auto;
    padding: 0;
    margin: 0 5px 0 0;
    border: 0;
    cursor: pointer;
    display: block;
    color: #2962E8;
    float: right;
    font-size: 16px;
}






.event_heading{
font-size:14px !important;
margin:0px;
padding:0px 0px 7px 0px;	
}
.bkpprw {float:right}
.bkpprw a{    height: auto;    border: 0px;    font-size: 14px;
    width: 60px;
    text-align: center;}