@charset "utf-8";
/* CSS Document */

.errorDiv{padding:10px; margin:10px 0;  margin-left:10px; margin-right:10px; font-size: 14px; border:1px solid #D55518; background:#FFE0DF; color:#CB1F02; -moz-border-radius:2px; -webkit-border-radius:2px; line-height: 22px;}

.successDiv{padding:10px; margin:10px 0; margin-left:10px; margin-right:10px; font-size: 14px; border:1px solid #348B1E; background:#E6FFDF; color:#348B1E; -moz-border-radius:2px; -webkit-border-radius:2px; line-height: 22px;}

.errorDivAutoHhide{padding:10px; margin:10px 0;  margin-left:10px; margin-right:10px; font-size: 14px; border:1px solid #D55518; background:#FFE0DF; color:#CB1F02; -moz-border-radius:2px; -webkit-border-radius:2px; line-height: 22px;}

.successDivAutoHhide{padding:10px; margin:10px 0; margin-left:10px; margin-right:10px; font-size: 14px; border:1px solid #348B1E; background:#E6FFDF; color:#348B1E; -moz-border-radius:2px; -webkit-border-radius:2px; line-height: 22px;}


.enabled_menu {
	background:#DFEBFD;
	border-bottom:1px solid #0080C0;
	height:40px;
	padding-top:8px;
	padding-left:5px;
	margin-bottom:0px;
	font-weight:bold;
	font-size:16px;
}
.disabled_menu {
	background:#EBEBEB;
	border-bottom:1px solid #CCC;
	height:40px;
	padding-top:8px;
	padding-left:5px;
	margin-bottom:0px;
	font-weight:lighter;
	font-size:16px;
	color:#CCC;
}
.disabled_image
{
	opacity:0.3;
}
.disabled_link
{
	pointer-events: none;
	cursor: default;
}


.overflow
{
	overflow-x:auto;
}


	
.mobileShow { display: none;}

.block{
	float:left; 
	width:80%;
	padding-top:10px;
}

.block_max_width{
	max-width:50%;	
}

.block1{
	float:left; 
	width:60%;
}

.block1_max_width{
	max-width:98%;	
}

.block2{
	float:left; 
	width:35%;
	margin-left:5px;
}

.block2_max_width{
	max-width:80%;	
}

.block2_div_width
{
	width:150px; 
	float:left; 
	padding-top:10px; 
}

.block3{
	float:left;
	width:200px;
	padding-top:10px;
}

.block3_max_width{
		max-width:95%;
	}
	
		
.block4{	
	float:left; 
	width:200px; 
	padding-top:10px;
}	

.block4_max_width{
	max-width:95%;
}

.block5{	
	float:left; 
	width:200px; 
	padding-top:10px;	
}	

.block5_max_width{
	max-width:95%;
}

.date_from_div_style{
	float:left; 
	width:320px;
	margin-left:5px;
}

.date_to_div_style{
	float:left; 
	width:320px;
	margin-left:5px;
}

.search_button_div_style{
    float:left;
    width:30px;	
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block2_div_width{
		width:320px;	
	}
	
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:80%;
	}
	
	.block4{	
		width:100%;	
	}
	
	.block4_max_width{
		max-width:80%;
	}
	
	.block5{	
		width:100%;	
	}
	
	.block5_max_width{
		max-width:80%;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:70%;
	}
	
	.block4{	
		width:100%;	
	}	
	
	.block4_max_width{
		max-width:70%;
	}
	
	.block5{	
		width:100%;	
	}	
	
	.block5_max_width{
		max-width:70%;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
	.mobileShow { display: none;}

	.block_max_width{
		max-width:22%;	
	}
	
	.block1{
		width:60%;
	}
	
	.block2{
		width:35%;
	}
	
	/*.block3{
		width:200px;
	}
	*/
		
	.block3{	
		width:100%;	
	}	
	
	/*.block3_max_width{
		max-width:61%;
	}*/
	
	.block3_max_width{
		max-width:80%;
	}
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
.mobileShow { display: none;}

	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:60%;
	}
	
	.block2{
		width:35%;
	}
	
	/*.block3{
		width:200px;
	}*/
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}

}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}

}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}

}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}

}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}

}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}

}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}

}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}

}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}

}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}

}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}

}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}

}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
	.mobileShow 
	{ 
		display: block; !important
		width:100%;
		text-align:center;
		color:red;		
	}
	
	.block_max_width{
		max-width:70%;	
	}
	
	.block1{
		width:100%;
	}
	
	.block2{		 
		width:100%;
	}
	
	.block3{	
		width:100%;	
	}	
	
	.block3_max_width{
		max-width:61%;
	}

}

