@charset "utf-8";

/* GOOGLE WEBFONTS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300);
/*@import url(https://fonts.googleapis.com/css?family=Bitter);*/

/* CROSS-BROWSER INITIALIZATION */
html {margin:0;padding:0;border:0;font-size:100.01%;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;}
table, tbody, tfoot, thead, tr, th, td {margin:0;font-size:100%; font-family: inherit;}
table {border-collapse: collapse; border-spacing: 0; display: table;}
img {
	max-width: 100%;
	height: auto;
}
body {
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #141412;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.428571429;
	letter-spacing: normal;
}
a img {border:none;}
:focus {outline:0;}
td {vertical-align: top;}
p {margin: 0; padding: 0 0 20px 0;}
ol {margin: 0 0 25px 0; padding-left: 30px;}
ol li {
	text-align: left;
	line-height: 1.428571429;
	margin-bottom: 15px;	
}
ul {margin: 0 0 25px 0; padding-left: 30px;}
ul li {
	text-align: left;
	line-height: 1.428571429;
	margin-bottom: 15px;	
}
strong {font-weight:bold;}
em {font-style:italic;}
sup, sub {line-height:0;}
blockquote{margin: 15px; font-style: italic;}
hr {border: 0; border-bottom: 1px solid #dcddde; height: 0px; background-color: transparent; color: transparent; margin:20px 0 20px; padding:0;}
.left {float:left;}
.right {float:right;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0 !important;padding-right:0 !important;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0 !important;padding-bottom:0 !important;}
.clear {clear:both;}
.txt_justify {text-align:justify;}
.txt_left {text-align:left;}
.hide {display:none;}
.uppercase {
	text-transform: uppercase;
}
.nowrap {white-space: nowrap;}
.pointer {cursor: pointer;}
.right_space {margin-right: 20px;}
.bottom_space {padding-bottom: 20px;}
.bottom_line {
	border-bottom: 1px solid #333333;
}
.top_line {
	border-top: 1px solid #333333;
}
.bold {
	font-weight: bold;
}
.padding_right_1 {
	padding-right: 80px !important;
}
.dialog_no_close .ui-dialog-titlebar-close {
   display: none;
}

/* STRUCTURE BEGIN */

.box_login_form {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 50px 10px 20px 10px;
}
.box_city_list {
	display: none;
	position: absolute;
	top: 0;
	left: -1px;
	width: 100%;
	background-color: #fafafa;
	text-align: center;
	z-index: 1000;
	border: 1px solid #cccccc;
}
.box_address_list {
	display: none;
	position: absolute;
	top: 0;
	left: -1px;
	width: 100%;
	background-color: #fafafa;
	text-align: center;
	z-index: 1000;
	border: 1px solid #cccccc;
}
.box_street_list {
	display: none;
	position: absolute;
	top: 0;
	left: -1px;
	width: 100%;
	background-color: #fafafa;
	text-align: center;
	z-index: 1000;
	border: 1px solid #cccccc;
}
.box_home_app {
	width: 100%;
	max-width: 273px;
	display: inline-block;
	vertical-align: top;
	margin: 0 24px 70px 0;
	padding: 8px;
	text-align: center;
	cursor: pointer;
}
.box_home_app:hover {
	background-color: #f1f1f1;
}
.box_home_app_icon {
	font-size: 50px;
	color: #4384a7;
}
.box_home_app hr {
	width: 30%;
	display: block;
	margin: 0 auto 20px auto;
}
ul.ul_input_address {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	width: 100%;
	/*max-width: 648px;*/
	display: block;	
	text-align: center;
}
ul.ul_input_address li {
	margin: 0;
	padding: 10px 10px 10px 10px;
	line-height: 40px;
	border-bottom: 1px solid #cccccc;
	/*display: inline-block;*/
	/*text-align: center;*/
	/*width: 100%;*/
	/*max-width: 628px;*/
}
ul.ul_input_address li:hover {
	background-color: #cccccc;
	cursor: pointer;
}
.box_header_1 {
	width: 100%;
	background-color: #e6e7e8;	
  height: 250px;
  background-image: url(../images/bg-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.box_header_1_inner {
	position: relative;
	top: 0;
	left: 0;
	max-width: 1200px;
	padding: 10px;
	margin: 0 auto;
	color: #005e85;
	line-height: 50px;
	height: 50px;
}
.box_header_1_connect {
	width: 100%;
	background-color: #005e85;	
}
.box_header_1_inner_connect {
	position: relative;
	top: 0;
	left: 0;
	max-width: 1200px;
	padding: 10px;
	margin: 0 auto;
	color: #005e85;	
}
.box_not_applicable {
	padding: 15px;
	text-align: left;
	color: #141412;	
	cursor: pointer;
}
.box_checkbox {
	display: inline-block;
	cursor: pointer;
	/*white-space: nowrap;*/
	margin-right: 20px;
	margin-bottom: 15px;
}
.box_breadcrumb {
	max-width: 1200px;
	padding: 10px;
	margin: 10px auto 0 auto;
	background-color: #f5f5f5;	
	margin-bottom: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #141412;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: inherit;
	letter-spacing: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.box_breadcrumb  a:link, .box_breadcrumb  a:visited {
	color: #4384a7;
	text-decoration: none;
}
.box_breadcrumb  a:hover, .box_breadcrumb  a:visited:hover {
	color: #4384a7;
	text-decoration: underline;
}
.box_content {
	width: 100%;
	background-color: #ffffff;
	min-height: 300px;	
}
.box_content_inner {
	max-width: 1200px;
	padding: 0 20px 70px 20px;
	margin: 0 auto;
}
.box_result_list {
	padding: 0 20px 70px 20px;
	margin: 0 auto;
	overflow-x: scroll;
 	/*-webkit-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;	*/
}

.box_footer {
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	/*border-top: 1px solid #dcddde;*/
	/*background-color: #005e85;*/
	background-color: #005e85;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
}
.box_footer a {
	color: #ffffff !important;
}
.box_footer_inner {
	max-width: 1200px;
	padding: 10px;
	margin: 0 auto;
}
.box_main_menu_sidebar {
	color: #ffffff;
	font-size: 15px;
	color: #ffffff;	
}
.box_form_group {
	width: 100%;
	border: 1px solid #333333;
	border-bottom: 0;
	margin-bottom: 35px;
}
.box_form_header_1 {
	position: relative; top: 0; left: 0;
	width: 100%;
	padding: 15px;
	background-color: #292e3d;
	color: #ffffff;
	font-weight: bold;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	box-sizing: border-box;
	text-transform: uppercase;
}
.box_form_header_2 {
	position: relative; top: 0; left: 0;
	width: 100%;
	padding: 15px;
	background-color: #dddddd;
	font-weight: bold;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	box-sizing: border-box;
	text-transform: uppercase;
}

.box_wait_message {
	padding: 15px;
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 19px;
	margin: 0;
	border: 4px solid #cccccc;
	background-color: #ffffff;	
}

.col_full {
	float: left;
	width: 100%;
	padding: 0 0 0 0;
}

@media only screen and (min-width: 551px) {	
	
	.resp_portal_title {
		float: left;
	}
	.box_form_label {
		font-weight: bold;
		float: left;
		width: 100%;
		padding: 15px;
		background-color: #ffffff;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;	
		box-sizing: border-box;		
	}
	.box_form_text {
		float: left;
		width: 100%;
		padding: 15px;
		background-color: #ffffff;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;	
		box-sizing: border-box;		
	}	
	.box_form_field {
		float: left;
		width: 100%;
		padding: 15px;
		background-color: #ffffff;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;	
		box-sizing: border-box;		
	}
	.box_form_field_inner {
		float: left;
		width: 100%;
		padding: 0 0 15px 0;
		background-color: #ffffff;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;	
		box-sizing: border-box;		
	}	
	.col_1_2 {
		float: left;
		width: 100%;
		max-width: 50%;
		padding: 0 0 0 0;	
	}	
	.col_1_3 {
		float: left;
		width: 100%;
		max-width: 33.333333%;
		padding: 0 0 0 0;	
	}	
	.col_2_3 {
		float: left;
		width: 100%;
		max-width: 66.666666%;
		padding: 0 0 0 0;	
	}	
	.col_1_4 {
		float: left;
		width: 100%;
		max-width: 25%;
		padding: 0 0 0 0;	
	}	
	.col_3_4 {
		float: left;
		width: 100%;
		max-width: 75%;
		padding: 0 0 0 0;	
	}	
	.col_2_5 {
		float: left;
		width: 100%;
		max-width: 40%;
		padding: 0 0 0 0;	
	}	
	.col_3_5 {
		float: left;
		width: 100%;
		max-width: 60%;
		padding: 0 0 0 0;	
	}		
	
}

@media only screen and (max-width: 550px) {

	.box_top_email {
		display: none;
	}	

	.resp_portal_title {
		clear: both;
		float: none;
		display: block;
		position: relative;
		top: -10px;
		left: 0;
	}
	.box_form_label {
		font-weight: bold;
		display: block;		
		padding: 15px;
		padding-bottom: 0;
		background-color: #ffffff;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;	
		box-sizing: border-box;
		text-align: center;
	}
	.box_form_text {
		display: block;	
		padding: 15px;
		background-color: #ffffff;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;	
		box-sizing: border-box;
		text-align: center;
	}	
	.box_form_field {
		display: block;	
		padding: 15px;
		background-color: #ffffff;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;	
		box-sizing: border-box;
		text-align: center;		
	}
	.box_form_field_inner {
		display: block;	
		padding: 0 0 15px 0;
		background-color: #ffffff;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;	
		box-sizing: border-box;
		text-align: center;		
	}	
	.col_1_2 {
		display: block;
		width: 100%;		
		padding: 0 0 0 0;	
	}	
	.col_1_3 {
		display: block;
		width: 100%;		
		padding: 0 0 0 0;	
	}	
	.col_2_3 {
		display: block;
		width: 100%;		
		padding: 0 0 0 0;	
	}	
	.col_1_4 {
		display: block;
		width: 100%;		
		padding: 0 0 0 0;	
	}	
	.col_3_4 {
		display: block;
		width: 100%;		
		padding: 0 0 0 0;	
	}
	.col_2_5 {
		display: block;
		width: 100%;		
		padding: 0 0 0 0;	
	}	
	.col_3_5 {
		display: block;
		width: 100%;		
		padding: 0 0 0 0;	
	}		
	
}

@media only screen and (min-width: 720px) {
	.box_modifier_commande {
		width: 100%;
		max-width: 630px;
	}
	.box_modifier_commande_info {
		width: 300px;
		float: right;
		margin-left: 15px;
	}
	.img_produit {
		max-width: 298px;
		margin-right: 15px;
		max-height: 500px;
		border: 1px solid #aaaaaa;
	}
	.box_img_produit {
		width: 100%;
		max-width: 315px;
		padding-top: 25px;
		margin-bottom: 25px;
		float: left;
	}
}

@media only screen and (max-width: 719px) {
	.box_modifier_commande {
		width: 100%;
		max-width: 630px;
	}
	.box_modifier_commande_info {
		width: 100%;
		max-width: 315px;
		margin: 0 auto;
	}
	.img_produit {		
		width: 100%;
		max-width: 315px;
		max-height: 300px;
		border: 1px solid #aaaaaa;
		display: block;
		margin: 0 auto;	
	}
	.box_img_produit {
		width: 100%;
		max-width: 315px;
		margin-top: 25px;
		margin-bottom: 25px;
	}

}

/* STRUCTURE END */

/* TYPO BEGIN */
h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 26px;
	color: #005e85;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	line-height: inherit;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
	padding-bottom: 35px;
}		
h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	color: #4384a7;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: inherit;
	letter-spacing: normal;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}	
h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	color: #4384a7;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: inherit;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;	
}

a:link, a:visited {	
	font-family: inherit;
	color: #4384a7;
	font-size: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	text-decoration: underline;
}
a:hover, a:visited:hover {	
	font-family: inherit;
	color: #4384a7;
	font-size: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.txt_help {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #999999;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: inherit;
	letter-spacing: normal;
}
.txt_help_2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #666666;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	line-height: inherit;
	letter-spacing: normal;
}

/* TYPO END */

/* MISCELLANEOUS BEGIN */

.img_transparent_hover:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.bg_logo_transparent {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;	
}

.input_form {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333333;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 5px;
	margin: 5px 0 0 0;
	width: 100%;
	max-width: 100%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	box-sizing: border-box;	
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;		
}
.input_form:focus {	
	background-color: #ffffff;
	border-color: #2e6d8e;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(46, 109, 142, 1);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(46, 109, 142, 1);	
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(46, 109, 142, 1);
}

.input_form_textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333333;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	background-color: #ffffff;
	border: 1px solid #cccccc;	
	padding: 5px;
	margin: 5px 0 0 0;
	width: 100%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	box-sizing: border-box;	
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;		
}
.input_form_textarea:focus {	
	background-color: #ffffff;
	border-color: #2e6d8e;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(46, 109, 142, 1);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(46, 109, 142, 1);	
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(46, 109, 142, 1);
}

.input_form_checkbox {
	height: 70px;
	line-height: 70px;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	/*-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	box-sizing: border-box;	
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;*/
}

.box_action_menu {
	width: 100%;
	padding: 10x 0 10px 0;
	border: 1px solid #ffffff;
	background-color: #ffffff;	
	position: relative;
	top: 0;
	left: 0;
	z-index: 1001;
}

ul.ul_input_search {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	width: 100%;
	/*max-width: 648px;*/
	display: block;
	/*border: 1px solid #e6e6e6;*/
	text-align: center;
}
ul.ul_input_search li {
	margin: 0;
	padding: 10px 0 10px 0;
	line-height: 40px;
	border-bottom: 1px solid #e6e6e6;
	display: inline-block;
	text-align: left;
	width: 97%;
	/*max-width: 628px;*/
}
ul.ul_input_search li:hover {
	background-color: #fafafa;
	cursor: pointer;
}

ul.ul_action_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.ul_action_menu li {
	margin: 0;
	font-size: 14px;
	padding: 10px;
	line-height: inherit;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	color: #ffffff;
	background-color: #0c4768;
	border: 1px solid #0c4768;
	margin: 10px 5px 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
ul.ul_action_menu li:hover {
	background-color: #2e6d8e;
	border: 1px solid #2e6d8e;
	color: #ffffff;
}
.ul_action_menu_li_2 {
	background-color: #4caf50 !important;
	border: 1px solid #4caf50 !important;	
}
.ul_action_menu_li_2:hover {
	background-color: #62b946 !important;
	border: 1px solid #62b946 !important;	
}
.ul_action_menu_li_3 {
	background-color: #d6535c !important;
	border: 1px solid #d6535c !important;	
}
.ul_action_menu_li_3:hover {
	background-color: #e1868c !important;
	border: 1px solid #e1868c !important;	
}
.ul_main_menu_sidebar {
	margin: 0;
	padding: 0;
	list-style-type: none;		
}
.ul_main_menu_sidebar li {
	margin: 0;
	border-bottom: 1px solid #383838;
	position: relative;
	top: 0;
	left: 0;
}
.ul_main_menu_sidebar li a:link, .ul_main_menu_sidebar li a:visited {
	color: #ffffff;
	display: block;
	padding: 10px 20px 10px 50px;
	text-decoration: none;
	background-color: transparent;
}
.ul_main_menu_sidebar li a:hover, .ul_main_menu_sidebar li a:visited:hover {
	color: #ffffff;
	display: block;
	padding: 10px 20px 10px 50px;
	text-decoration: none;
	background-color: #2c2c2c;
}
.ul_main_menu_sidebar i {
	position: absolute;
	top: 12px;
	left: 20px;
}
.btn_connection {
	margin: 0;
	font-size: 16px;
	line-height: inherit;
	width: 100%;
	max-width: 200px;
	padding: 10px;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	background-color: #0c4768;
	border: 1px solid #0c4768;
	color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;		
}
.btn_connection:hover {
	background-color: #2e6d8e;
	border: 1px solid #2e6d8e;	
	color: #ffffff;
}

.btn_standard {
	margin: 0;
	font-size: 16px;
	line-height: inherit;
	padding: 8px;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	background-color: #0c4768;
	border: 1px solid #0c4768;
	color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;		
}
.btn_standard:hover {
	background-color: #2e6d8e;
	border: 1px solid #2e6d8e;	
	color: #ffffff;
}
.btn_multi_choice {
	margin: 0 10px 10px 0;
	font-size: 16px;
	line-height: inherit;
	padding: 10px;
	cursor: pointer;
	float: left;
	font-weight: normal;
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;		
}
.btn_multi_choice_sel {
	margin: 0 10px 10px 0;
	font-size: 16px;
	line-height: inherit;
	padding: 10px;
	cursor: pointer;
	float: left;
	font-weight: normal;
	background-color: #7cbbed;
	border: 1px solid #000000;
	color: #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;		
}

.table {
	width: 100%;
	font-size: 14px;
}

.table>tbody>tr:hover {
	background-color: #f5f8fa;
	/*cursor: pointer;*/
}
@media only screen and (min-width: 551px) {
	
	.box_header_logo {
		position: absolute;
		top: 0;
		left: 0;
		color: #ffffff;
		height: 250px;
		width: 100%;
		max-width: 200px;
		background-color: rgba(0,94,133,0.80);
	}	
	
	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 8px;		
		vertical-align: top;
		border-bottom: 1px solid #ddd;
		text-align: left;		
		max-width: 500px;
	}	
	
	.table_mobile {
		display: none;
	}	
	
}
@media only screen and (max-width: 550px) {
	
	.box_header_logo {
		position: absolute;
		top: 0;
		left: 0;
		color: #ffffff;
		height: 250px;
		width: 100%;
		max-width: 175px;
		background-color: rgba(0,94,133,0.80);
	}	
	
	.table>tbody>tr>td, .table>tbody>tr>th {
		padding: 0;		
		vertical-align: top;		
		text-align: left;
	}	
	.table_desktop {
		display: none;
	}
	.table_mobile {
		text-align: center;
	}
	.table_mobile>div {
		padding: 10px;
		border-bottom: 1px solid #ddd;
	}
	
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}

.pager li>a:link, .pager li>a:visited, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
	color: #4384a7;
	text-decoration: none;
}
.pager li>a:hover, .pager li>a:visited:hover {	
	background-color: #ddd;
	color: #4384a7;
	text-decoration: none;
}
.pager li {
	display: inline;
}

/* MISCELLANEOUS END */