.mobile.lang{
	float: right;
  margin: 8px 11px 8px 8px;
	z-index: 997;
	font-size: 14px;
}
.mobile.lang > a{
	color: #333333;
}
.print a {
    background-position: 0 -96px;
    cursor: pointer;
}
.giebDocLstContent{
	padding: 15px 0px 15px 0px;
}
.giebDocLstContent h3{
	font-weight: bold;
}
.giebDocLst-btn {  
	/* width: 120px; */
	width: 230px;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	border: 0px;
	cursor: pointer;
	background: rgb(177,177,177);
	text-align: center;
	font-size: 16px;
}
.giebDocLst-btn:hover{
	background-color: rgb(100,100,100);
}
.giebDocLst-btn5 {  
	width: 120px;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	border: 0px;
	cursor: pointer;
	background: rgb(177,177,177);
	text-align: center;
	font-size: 16px;
}
.giebDocLst-btn5:hover{
	background-color: rgb(100,100,100);
}
input.giebDocLst-btn {  
	width: 100px;
	text-align: center;
  padding: 4px 0px;
	-webkit-appearance: none;
}
.giebDocLst-btn > span {
  display: inline-block;
	vertical-align: middle;
	/*margin: 0 0 0 1em;*/
	/*width: 80px;*/
}
.giebDocLst-btn:after {
   display:inline-block; 
   vertical-align:middle; 
   line-height:2.5em;
   width:0; 
   content:"\00A0"; 
   overflow:hidden;
}
.giebDocLst-btn-icon{
	padding: 2px 20px 2px 40px;
}
.giebDocLst-btn-red{
	background: rgb(235,26,45);
}
.giebDocLst-btn-red:hover{
	background-color: rgb(205,26,45);
}
.rightTopBlock{
	float: right;
}
.rightTopBlock > .giebDocLst-btn:nth-of-type(1){
	margin-right: 10px;
}
.giebDocLst-row-top > h1{
	float: left;
	padding-bottom: 25px;
}
.giebDocLst-row{
	clear: both;
	overflow: hidden;
}
.giebDocLst-row.bottom-border{
	border-bottom: 1px solid #CCC;
}
.giebDocLst-row-searchField{
	margin-top: 25px;
}
.giebDocLst-searchField{
	width: 23%;
	float: left;
	margin-bottom: 25px;
}
.giebDocLst-searchField:not(:last-of-type){
	margin-right: 2%;
}
.giebDocLst-searchField:nth-of-type(4){
	 margin-right: 0%;
   width: 25%;
}
.giebDocLst-searchField > span{
	font-weight: bold;
	display: block;
	font-size: 15px;
	margin-bottom: 8px;
}
.giebDocLst-searchField > select{
	text-transform: capitalize;
}
.giebDocLst-searchField > select, .giebDocLst-searchField > .inputDiv{
	width: 100%;
	height: 30px;
	border-radius: 6px;
	border: #CCCCCC 1px solid;
	background: rgb(250,250,250);
	box-shadow: none;
}
.giebDocLst-searchField > select:disabled{
	background: #CCCCCC;
}
.giebDocLst-searchField .inputDiv input{
	height: 26px;
	line-height: 26px;
}
.giebDocLst-submitField{
		float: right;
}
.giebDocLst-submitField > .giebDocLst-btn:nth-of-type(1){
		margin-right: 10px;
}
.giebDocLst-search-result-wrapper{
	margin: 25px 0px 0px 0px;
	overflow: hidden;
}
.giebDocLst-search-result-wrapper.mobile-view{
	display: none;
}
.giebDocLst-checkbox{
	width: 18px;
	height: 18px;
	display: inline-block;
	border: #CCCCCC 2px solid;
	background: rgb(250,250,250);
	position: relative;
	cursor: pointer;
}
.giebDocLst-checkbox.active > span{
	background: rgb(235,26,45);
	display: block;
	height: 50%;
	width: 50%;
	position: absolute;
	top: 25%;
	left: 25%;
}
.giebDocLst-checkbox.disable{
	background: #A9A4A4;
}
.giebDocLst-searchField-nearby{
	margin-bottom: 0px;
}
.giebDocLst-searchField-nearby .checkboxDiv{
	display: none;
}
.giebDocLst-searchField-nearby > span, .giebDocLst-searchField-nearby .giebDocLst-checkbox{
	float: left;
}
.giebDocLst-searchField-nearby > span{
	line-height: 22px;
	height: 22px;
	margin-right: 15px;
}
/*
Search result list and google map
*/
.doctor-info-list{
	/*width: 240px;*/
	width: 28%;
	height: 475px;
	overflow-y: scroll;
	float: left;
}
.doctor-info{
	margin-bottom: 5px;
	background: rgb(250,250,250);
	padding: 10px;
}
.doctor-info:hover{
	background: rgb(253,241,241);
}
.doctor-info > table{
	width: 100%;
	font-size: 14px;
}
.doctor-info .doctorName{
	font-weight: bold;
}
.doctor-info .tel > a{
	color: #333333;
}
.doctor-info .doctorName > a:hover, .doctor-info .address > a:hover, .doctor-info .tel > a:hover{
	text-decoration: underline;
	cursor: pointer;
}
.doctor-info .iconArea{
	vertical-align: top;
	text-align: right;
	white-space: nowrap;
}
.doctor-info .iconArea .ico{
	margin-left: 10px;
	cursor: pointer;
}
.desktop-view .doctor-info .iconArea .ico-locate-off, .desktop-view .doctor-info .iconArea .ico-toggle{
	display: none;
}
.doctor-info.terminated .terminatedFlag > span{
	padding-top: 0px;
	background: rgb(235,26,45);
	color: #fff;
	border-radius: 5px;
	padding: 4px 7px;
	margin: 4px 0px;
	font-weight: bold;
	display: inline-block;
}
.doctor-info .address{
	padding-top: 10px;
}
.doctor-info.terminated .address{
	padding-top: 0px;
}
.doctor-info .openingHours{
	padding-top: 10px;
	font-weight: bold;
}
.doctor-info .openingHours-row{
	display: none
}
.doctor-info.gmap-info-window{
	background: #fff;
	cursor: auto;
	max-width: 225px;
}
.doctor-info.gmap-info-window > table{
	padding: 0px;
}
.doctor-info.gmap-info-window .openingHours-row{
	display: inherit;
}
.doctor-info.gmap-info-window .openingHours-row td:first-child{
	white-space: nowrap;
}
.doctor-info.gmap-info-window .openingHours-row td + td{
	padding-left: 15px;
	white-space: normal;
}
.doctor-info.gmap-info-window .iconArea{
	display: none;
}
.map_wrapper {
	width: 70%;
  height: 475px;
	float: left;
	margin-left: 10px;
}
#map_canvas {
    width: 100%;
    height: 100%;
}
#map_canvas_mobile {
    width: 100%;
    height: 100%;
}
.disclaimer-row{
	padding-top: 20px;
	color: rgb(102,102,102);
}
#overlay{
		opacity : 0.4;
		position: absolute;
		top: 0;
		left: 0;
		background-color: black;
		width: 100%;
		z-index: 999;
		display: none;
}
.confirm-box{
		position: fixed;
		padding: 10px;
		background: #FFF;
		width: 85%;
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		top: 25%;
		z-index: 1000;
		border: 3px solid;
		border-color: rgb(235,26,45);
		border-radius: 10px;
		display: none;
}
.confirm-box > div:nth-of-type(1){
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	padding: 0px 35px;
	font-size: 15px;
}
.confirm-box > div:nth-of-type(2){
	text-align: center;
	margin-top: 10px;
}
.confirm-box > div:nth-of-type(2) > a{
	margin: 0px 5px;
}
.confirm-box a.giebDocLst-btn{
	width: 100px;
}
.btn-favNetworkDoctor{
	background-image: url("../../images/giebdoctorlist/ico_favourite.png");
	background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 7px 13px;
  /* width: 120px; */
  width: 300px;
}
.btn-networkDoctor{
	background-image: url("../../images/giebdoctorlist/ico_network.png");
	background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 7px 13px;
}
.btn-networkDoctorSearch{
	background-image: url("../../images/giebdoctorlist/ico_search.png");
	background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 7px 13px;
}
.btn-addToHomeScreen{
	background-image: url("../../images/giebdoctorlist/ico_add.png");
	background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 7px 13px;
  width: 150px;
}
.ico-addFav{
	cursor: pointer;
}
.ico-addFav-off{
	background: url("../../images/giebdoctorlist/ico_addfavourite_off.png") no-repeat;
}
.ico-addFav-on{
	background: url("../../images/giebdoctorlist/ico_addfavourite_on.png") no-repeat;
}
.ico-locate-off{
	background: url("../../images/giebdoctorlist/ico_locate_off.png") no-repeat;
}
.ico-locate-on{
	background: url("../../images/giebdoctorlist/ico_locate_on.png") no-repeat;
}
.ico-arrow-up{
	background: url("../../images/giebdoctorlist/ico_arrow_up.png") no-repeat;
}
.ico-arrow-down{
	background: url("../../images/giebdoctorlist/ico_arrow_down.png") no-repeat;
}
.ico{
	width: 18px;
  height: 18px;
  display: inline-block;
  background-size: 18px 18px;
}
.giebDocLstContent > .giebDocLst-row:nth-of-type(2) h3{
	padding:0px;
	font-size: 20px;
	line-height: 100%;
}
.giebDocLstContent > .giebDocLst-row:nth-of-type(2){
	padding: 25px 0px;
}
/*
Network panel
*/
.network-panel-linkList .giebDocLst-btn{
	width: 23%;
	margin: 10px 1.25% 10px 1.35%;
	min-height: 50px;
	vertical-align: middle;
	display: table;
	float: left;
}
.network-panel-linkList .giebDocLst-btn:nth-of-type(1){
	margin-left: 0px;
}
.network-panel-linkList .giebDocLst-btn:nth-of-type(4){
	margin-right: 0px;
}
.network-panel-linkList .giebDocLst-btn.center-class{
	margin: 0 auto;
	float: none;
}
.network-panel-linkList .giebDocLst-btn > span{
  display: table-cell;
	vertical-align: middle;
	line-height: 1.5em;
	padding: 0px 7px;
	text-align: center;
}
.network-panel-linkList .giebDocLst-btn5{
	width: 17%;
	color: #fff;
	margin: 10px 1.85% 10px 1.85%;
	min-height: 50px;
	vertical-align: middle;
	display: table;
	float: left;
}
.network-panel-linkList .giebDocLst-btn5:nth-of-type(1){
	margin-left: 0px;
}
.network-panel-linkList .giebDocLst-btn5:nth-of-type(5){
	margin-right: 0px;
}
.network-panel-linkList .giebDocLst-btn5.center-class{
	margin: 0 auto;
	float: none;
}
.network-panel-linkList .giebDocLst-btn5 > span{
  display: table-cell;
	vertical-align: middle;
	line-height: 1.5em;
	padding: 0px 7px;
	text-align: center;
}
a.listlink:link, a.listlink:visited, a.listlink:hover {
  color: #FF0000;
  text-decoration: Underline;
}
/*
Login portal
*/
.login-portal-linkList table{
	width: 100%;
}
.login-portal-linkList table tr td{
	width: 50%;
}
.login-portal-linkList table tr td + td{
	text-align: right;
}
.login-portal-linkList table tr td .giebDocLst-btn{
	width: 98%;
	text-align: center;
}
.color-red{
	color: rgb(235,26,45);
	font-weight: bold;
}
/*
Policy input portal
*/
.policyInput-portal p{
	padding-bottom: 15px;
}
.policyInput-portal .giebDocLst-searchField{
	margin-bottom: 20px;
}
.policyInput-portal .giebDocLst-submitField{
		float: none;
}
.top-margin{
	margin-top: 25px;
}
.top-padding{
	padding-top: 25px;
}
.policyDesc{
	font-size: 14px;
}
/* */
img#page-title-img {
  margin: 20px 0px 12px 0px;
}
table.bgTable {
  border-left: 1px solid #CCCCCC !important;
  border-top: 1px solid #ffffff !important;
}
table.bgSubTitle th {
  background: url(../../images/ebfolder/bg_thead.gif) repeat-x top left #ede9ed;
  border-bottom: 1px solid #E2E2E2;
  border-right: 1px solid #C0C0C0;
  color: #000000;
  font-weight: bold;
  padding: 5px 3px 5px 3px;
  text-align: center;
}
.titlespacing {
  height: 20px;
}
.titleTable, .listTable {
}
.redbar {
  background: url(../../images/ebfolder/bg_caption.jpg) repeat-x top left;
  height: 7px;
}
.rightbottomdash, #subscribeList .rightbottomdash, #subscribeList2 .rightbottomdash {
  border-bottom: 1px solid #E2E2E2;
  border-right: 1px dashed #CCCCCC !important;
  color: #000000;
}
.JLKSpace {
  height: 30px;
  width: 1px;
}
/*
Responsive Layout
*/
@media only screen and (max-width:767px){
	.navContainer{
		display: block;
	}
	.giebDocLstContent{
		padding: 40px 0px 15px 0px;
	}
	.giebDocLstContent table tr:nth-child(1){
		display: table-row;
	}
	.giebDocLstContent > .giebDocLst-row:nth-of-type(2){
		padding: 0px 0px 15px 0px;
	}
	.giebDocLst-row-top > h1{
		padding-bottom: 15px;
	}
	.rightTopBlock{
		float: none;
		clear: both;
		margin-bottom: 15px;
	}
	.rightTopBlock > .giebDocLst-btn {
	    margin-bottom: 5px;
	}
	.rightTopBlock > .giebDocLst-btn:nth-of-type(1) {
	    margin-right: 5px;
	}
	.doctorListSearch .giebDocLst-row-top.bottom-border{
		border: 0px;
	}
	.giebDocLst-searchField{
		width: 100% !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-bottom: 35px;
	}
	.giebDocLst-searchField > select, .giebDocLst-searchField > .inputDiv{
		height: 30px;
		line-height: 30px;
	}
	.btn-favNetworkDoctor{
	  background-size: 25px 25px;
	  background-position: 7px 10px;
	}
	.btn-networkDoctor{
	  background-size: 25px 25px;
	  background-position: 7px 10px;
	}
	.btn-networkDoctorSearch{
	  background-size: 25px 25px;
	  background-position: 7px 10px;
	}
	.btn-addToHomeScreen{
	  background-size: 25px 25px;
	  background-position: 7px 10px;
	}
	/*Doctor List*/
	.doctorListSearchFinished .giebDocLst-row:nth-of-type(2),.doctorListSearchFinished .giebDocLst-row:nth-of-type(3){
		display: none;
	}
	.giebDocLst-search-result-wrapper.desktop-view{
		display: none;
	}
	.giebDocLst-search-result-wrapper.mobile-view{
		display: block;
		margin-top: 0px;
	}
	.giebDocLst-search-result-wrapper.mobile-view .doctor-info-list{
		width: 100%;
		height: auto;
		max-height: 375px;
	}
	.giebDocLst-search-result-wrapper.mobile-view .iconArea{
		float: right;
	}
	.giebDocLst-search-result-wrapper.mobile-view .subtitle-bar{
		border-bottom: 1px solid #CCC;
		overflow: hidden;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.giebDocLst-search-result-wrapper.mobile-view .subtitle-bar h3{
		float: left;
    padding-bottom: 20px;
	}
	.giebDocLst-search-result-wrapper.mobile-view .subtitle-bar .giebDocLst-btn{
    float: right;
    height: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    width: auto;
    padding: 0px 13px;
	}
	.giebDocLst-search-result-wrapper.mobile-view .subtitle-bar .giebDocLst-btn:after{
    line-height: 25px;
	}
	.giebDocLst-search-result-wrapper.mobile-view .doctor-info-list .openingHours-row td:first-child{
		width: 160px;
		padding-right: 5px;
	}
	.giebDocLst-search-result-wrapper.mobile-view .doctor-info-list .openingHours-row td:first-child + td{
		white-space: nowrap;
	}
	.map_wrapper{
		display: none;
		width: 100%;
		margin: 0px;
	}
	/*Fav List*/
	.favList .giebDocLst-row-top.bottom-border {
	    border: 0px;
	}
	/*Network Panel*/
	.network-panel-linkList{
		margin-top: 10px;
	}
	.network-panel-linkList .giebDocLst-btn{
		width: 100%;
    margin: 7px 0% 7px 0%;
	}
	.network-panel-linkList .giebDocLst-btn5{
		width: 100%;
    margin: 7px 0% 7px 0%;
	}
	/*Login Portal*/
	.login-portal-linkList table{
		margin-top: 10px;
	}
	.login-portal-linkList table tr{
			display: table !important;
			width: 100%;
	}
	.login-portal-linkList table td{
			display: table-row;
	}
	.login-portal-linkList table tr td .giebDocLst-btn{
			width: 100%;
			margin: 7px 0px 7px 0px;
			text-align: center;
	}
	/*Policy input*/
	.policyInput-portal .giebDocLst-submitField{
			float: right;
	}
	.btn-addToHomeScreen{
		width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
	}
	.policyInput-portal .giebDocLst-row-top.bottom-border{
		border: 0px;
	}
}