/*------------------------------------------ Roller / Roles detail page ------------------------------------------ */
#roles-template{ width:600px;  text-align:left;  margin:0 auto}/*background-color:#EFF0EF;  */
#left-person{ width:200px;  float:left;  position:relative}
#twocolumns{ width:400px;  float:right;  position:relative}
#right-person{ width:200px;  float:right;  position:relative}
#middle-person{ background-color:transparent;   float:left;  position:relative;  width:200px}
.img_left{float:left; width:50px; height:50px; margin-right:5px}
.person{background-color:#FFF; height:50px; margin-bottom:10px; border:1px solid #D5114F}
.person-details{background-color:#FFF;  float:left; height:50px; width:135px; font-size:11px}
.person-details a{font-size:11px; color:#D5114F}
.person-sub{background-color:#FFF; height:50px; width:140px; float:left; margin-bottom:10px; margin-right:2px; margin-left:2px; border:1px solid #D5114F}
.img_tiny_icon{float:left; width:25px; margin-right:5px}
.img_tiny_icon_left{float:none; width:25px; margin-left:auto; margin-right:auto; margin-bottom:4px}
.person-sub-details{background-color:#FFF;  float:left; height:50px; width:110px; font-size:9px}
.person-sub-details a{font-size:10px; color:#D5114F}
#footer-person{ height:140px;   clear:both;  display:block}
#footer-person-inner{ height:auto;  margin-left:auto;  margin-right:auto;  width:98%;  clear:both;  display:block}
.link-to-person{background-color:transparent; height:30px; width:140px; float:left; margin-bottom:0px; margin-right:2px; margin-left:2px; padding-bottom:2px}
#center-wrapper{ width:200px;  text-align:left;  margin:0 auto}
#left-img{ width:50px;  float:left;  position:relative}
#twocol-wrapper{ width:150px;  float:right;  position:relative}
#right-img{ width:50px;  float:right;  position:relative}
#main-image{ background-color:transparent;   float:left;  position:relative;  width:100px;  font-size:12px;  text-align:center;  font-weight:bold}
#primary-company .text-left50{font-size:14px; font-weight:400; color:#333; height:auto; width:60%; float:left; padding:4px 0px 0px 20px; overflow:hidden;}
#primary-company .text-right50{font-size:14px; font-weight:400; color:#333; height:auto; float:left; padding:4px 0 0; width:30%; overflow:hidden;}
#primary-company .underline{text-decoration:underline;}

/*-------------------------------------------------------------------------*/



/* website map css start here */
#map{
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	border: 1px solid black;
}

.hidden
{
	display: none;
}

div {
	display: block;
}
.panel-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 150px;
}
.panel-container ul{
	margin: 0 !important;
}
.panel-container ul li a{
	margin: 0 !important;
	font-size: 14px  !important;
	font-family: Arial,Tahoma,Verdana,sans-serif !important;
}
.panel-box {
	text-align: left;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 137px;
	height: 122px;
	margin: 10px 0 0 10px;
	border: 1px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 0;
	position: relative;
	-webkit-box-shadow: 0px 0px 8px #777;
	box-shadow: 0px 0px 8px #777;
}
.panel-box strong {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin: 0;
	color: #d5114f;
}
.panel-box strong img {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 5px;
	vertical-align: middle;
}
.panel-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.panel-box li {
	float: left;
	margin: 0;
	padding: 0;
	width: 137px;
	border-top: 1px solid #ccc;
}

li.undo {
	width: 67px!important;
	border-right: 1px solid #c4c4c4;
}
li.redo {
	width: 68px!important;
	border-left: 1px solid #fff;
}
#maps-loading {
	position: absolute;
	top: 6px;
	left: 5px;
}
.panel-box a, .panel-box a.no-active:hover, .panel-box a.no-active:active {
	height: 28px;
	line-height: 28px;
	display: block;
	color: #777;
	text-decoration: none;
	padding: 0 1px 1px 0px;
	background: #f8f8f8;
	background: linear-gradient(bottom, #eee 12%, #f8f8f8 56%);
	background: -o-linear-gradient(bottom, #eee 12%, #f8f8f8 56%);
	background: -moz-linear-gradient(bottom, #eee 12%, #f8f8f8 56%);
	background: -webkit-linear-gradient(bottom, #eee 12%, #f8f8f8 56%);
	background: -ms-linear-gradient(bottom, #eee 12%, #f8f8f8 56%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.12, #eee), color-stop(0.56, #f8f8f8));
	border-top: 1px solid #fff;
}
.panel-box a.no-active {
	cursor: default;
	color: #c6c6c6!important;
}
.panel-box li.undo {
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.panel-box li.redo {
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.panel-box a:hover {
	color: #000;
	background: #e6e6e6;
	background: linear-gradient(top, #d4d4d4 12%, #e6e6e6 56%);
	background: -o-linear-gradient(top, #d4d4d4 12%, #e6e6e6 56%);
	background: -moz-linear-gradient(top, #d4d4d4 12%, #e6e6e6 56%);
	background: -webkit-linear-gradient(top, #d4d4d4 12%, #e6e6e6 56%);
	background: -ms-linear-gradient(top, #d4d4d4 12%, #e6e6e6 56%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.12, #d4d4d4), color-stop(0.56, #e6e6e6));
	border-top: 1px solid #eee;
}

.panel-box i {
	width: 28px;
	height: 28px;
	display: inline-block;
	background: url(../../images/website/icons.png) no-repeat;
	float: left;
}
.panel-box li.draw i {
	background-position: -140px 0px;
}
.panel-box li.delete i {
	background-position: -112px 0px;
}
.panel-box li.undo i {
	background-position: -84px 0px;
}
.panel-box li.redo i {
	background-position: -56px 0px;
}

.panel-box .no-active i {
	opacity: .4;
}
.panel-box li.draw a.active, .panel-box li.draw a.active:hover {
	color: #fff!important;
	background: #d5114f!important;
	border-top: 1px solid #9b0d3a;
}
.panel-box li.draw a.active i {
	background-position: -28px 0px;
}
.panel-box li.delete a.active, .panel-box li.delete a.active:hover {
	color: #fff!important;
	background: #ff0000!important;
	border-top: 1px solid #cc0000;
}
.panel-box li.delete a.active i {
	background-position: 0px 0px;
}

.message-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	opacity: .8;
	height: 40px;
}
.message-container.draw {
	background: #d5114f;
}
.message-container.delete {
	background: #ff0000;
}

.message-draw {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 1.1em;
	width: 100%;
}

.message-draw p {
	margin: 0px 0px 0px 200px;
	line-height: 40px;
	text-align: left;
}
.message-link.draw, .message-link.delete {
	position: absolute;
	top: 6px;
	right: 120px;
	padding: 5px 15px;
	font-size: 12px;
	color: #555;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	background: #f8f8f8;
	background: linear-gradient(bottom, #ddd 20%, #f8f8f8 80%);
	background: -o-linear-gradient(bottom, #ddd 20%, #f8f8f8 80%);
	background: -moz-linear-gradient(bottom, #ddd 20%, #f8f8f8 80%);
	background: -webkit-linear-gradient(bottom, #ddd 20%, #f8f8f8 80%);
	background: -ms-linear-gradient(bottom, #ddd 20%, #f8f8f8 80%);
	border: 1px solid #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 2px 5px #8e0b34;
}
.message-link.draw:hover, .message-link.delete:hover {
	background: #fff;
	background: linear-gradient(bottom, #eee 12%, #fff 56%);
	background: -o-linear-gradient(bottom, #eee 12%, #fff 56%);
	background: -moz-linear-gradient(bottom, #eee 12%, #fff 56%);
	background: -webkit-linear-gradient(bottom, #eee 12%, #fff 56%);
	background: -ms-linear-gradient(bottom, #eee 12%, #fff 56%);
}
.message-link.draw:hover {
	color: #d5114f;
}
.message-link.delete:hover {
	color: #ff0000;
}

.message-info {
background: #fff;
box-shadow: 0px 2px 6px rgba(0,0,0,0.50);
-moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.50);
-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.50);
padding: 4px 15px;
line-height: 18px;
text-align: center;
background: #f8f8f8;
	background: linear-gradient(bottom, #ddd 20%, #f8f8f8 80%);
	background: -o-linear-gradient(bottom, #ddd 20%, #f8f8f8 80%);
	background: -moz-linear-gradient(bottom, #ddd 20%, #f8f8f8 80%);
	background: -webkit-linear-gradient(bottom, #ddd 20%, #f8f8f8 80%);
	background: -ms-linear-gradient(bottom, #ddd 20%, #f8f8f8 80%);
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
position: absolute;
top: 0px;
left: 200px!important;
white-space: nowrap;
display: block;
	font-size: 14px  !important;
	font-family: Arial,Tahoma,Verdana,sans-serif !important;
}
.message-info span {
	font-size: 14px  !important;
	font-family: Arial,Tahoma,Verdana,sans-serif !important;
}

.message-info span {
	color: #d5114f;
	font-weight: bold;
}
.message-info a {
	margin-left: 30px;
	padding: 2px 5px;
	font-size: 12px;
	color: #555;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	background: #f8f8f8;
	background: linear-gradient(bottom, #ddd 20%, #f8f8f8 80%);
	background: -o-linear-gradient(bottom, #ddd 20%, #f8f8f8 80%);
	background: -moz-linear-gradient(bottom, #ddd 20%, #f8f8f8 80%);
	background: -webkit-linear-gradient(bottom, #ddd 20%, #f8f8f8 80%);
	background: -ms-linear-gradient(bottom, #ddd 20%, #f8f8f8 80%);
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: Arial,Tahoma,Verdana,sans-serif !important;
}

.message-info a:hover {
	color: #000;
	background: #fff;
	background: linear-gradient(bottom, #eee 12%, #fff 56%);
	background: -o-linear-gradient(bottom, #eee 12%, #fff 56%);
	background: -moz-linear-gradient(bottom, #eee 12%, #fff 56%);
	background: -webkit-linear-gradient(bottom, #eee 12%, #fff 56%);
	background: -ms-linear-gradient(bottom, #eee 12%, #fff 56%);
	border: 1px solid #999;
}
/* website map css ends here*/

#wrapper{min-height:200px;}

.alphabet { list-style-type: none; float: left; padding: 10px 0 30px 5px; width: 100%;}
.alphabet li{  line-height: 25px; }
.alphabet li a{ color: #303030; padding-left: 0; text-decoration: none; text-transform: capitalize;}

.two-columns{ width: 48%; }
.three-columns{ width: 32%; }
.four-columns{ width: 24%; }
.five-columns{ width: 19%; }

.industry {  background: url("../../images/website/faq-question2.jpg") repeat-x scroll 0 0 transparent; clear: both; font-weight: bold; margin-bottom: 5px; padding: 2px; text-align: left; width: 210px;}
.industry a{line-height: 25px; color: #303030; text-decoration: none; font-weight: bold;}

.industryalphabet{ list-style-type: none; float: left; padding: 0 0 5px;  color: #D5114F; text-decoration: none;}
.industryalphabet1{ list-style-type: none; float: left; padding: 0 0 5px;  color: #303030; text-decoration: none;font-weight: bold;}
.industryalphabet li{  line-height: 25px; }
.industryalphabet li a{  line-height: 25px; color: #303030; text-decoration: none;}

.moreindustry{ float: right; padding-left: 110px;}

.county_info{  line-height: 20px; color: #303030; text-decoration: none;}
.county_info:hover{  line-height: 20px; color: #303030; text-decoration: none;}

.staticpage{text-align: justify;}

a.currpage{ background-color: #D5114F; color: #FFFFFF; }

.moreindustry:hover{text-decoration:underline}

.footer-nav p { text-align: justify; }



.keywords-container
{
	background: #FFFFFF;
	width:auto;
	height:auto;
	padding:10px;
	clear:both;
}
.loginlegend{min-width:75px;}
.forgotpasswordlegend{min-width:175px;}
.contactlegend{min-width:105px;}
.signuplegend{min-width:125px;}
.inputcheckbox{height:auto !important; width:auto !important; margin-right: 5px;}
.content select {font-size: 14px; height: 39px; left: 2px; line-height: 30px; padding:8px 6px; position: relative; top: 2px; width: 95%; border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;border: 1px solid #AAAAAA; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: #F9F7F7;-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.4); -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.4);   box-shadow: inset 0 1px 5px rgba(0,0,0,.24); behavior: url(http://www.telefonkatalogen.biz/images/website/pie/PIE.htc); }
.minitextbox{width:30% !important;}
.search-minitextbox{width:10% !important; margin-right: 3px;}
.advancedsearchinput {font-size: 14px; height: 39px; left: 2px; line-height: 30px; padding: 1px 0 0 5px; position: relative; top: 2px; width: 95%; border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px; border: 1px solid #AAAAAA; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: #F9F7F7; -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.4); -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.4); box-shadow: inset 0 1px 5px rgba(0,0,0,.24); behavior: url(http://www.telefonkatalogen.biz/images/website/pie/PIE.htc);}
.searchPropertyButton{background:  linear-gradient(#303030, #000000) repeat scroll 0 0 transparent !important;  background:#303030 !important; color:#ffffff !important;}
.advancedsearchselect{font-size: 14px; height: 39px; left: 2px; line-height: 30px; padding:8px 6px; position: relative; top: 2px;width: 95%; border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px; border: 1px solid #AAAAAA; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: #F9F7F7; -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.4); -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.4); box-shadow: inset 0 1px 5px rgba(0,0,0,.24); behavior: url(http://www.telefonkatalogen.biz/images/website/pie/PIE.htc);}
.advancedsearchlist, #searchByCities{font-size: 14px; height: 100px; left: 2px; line-height: 30px; padding: 1px 0 0 5px; position: relative; top: 2px;width: 25%; border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; border: 1px solid #AAAAAA; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: #F9F7F7; -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.4); -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.4); box-shadow: inset 0 1px 5px rgba(0,0,0,.24); behavior: url(http://www.telefonkatalogen.biz/images/website/pie/PIE.htc);}

.advancedsearch tr{height:35px;}
.advancedsearch tr td{padding: 10px 0;}
.advancedsearch select{width: 215px;}
.advancedsearch label{float: none; font-weight: normal;}
.advancedsearch .checkbx label{display: block; position: relative; text-align:left;}
.advancedsearch label{float: none !important; font-weight: normal;}

/* override auto complete css */
.autoMain{ clear:both; float:left; }
.autoLable{ font-weight:bold; font-size:20px; }
.autoPhone{ font-size:13px; }
.autoType{ float:right; font-size:10px; font-weight: bold; }
.autoInfoside{ float:right; font-size:13px; font-weight: bold; margin-top: -25px;  text-decoration: underline; }
.ui-widget-content{ background:#FFFFFF !important; }
.ui-autocomplete {position:fixed; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}
.ui-autocomplete li:first-child {border-top:none;}
.ui-autocomplete li {border-top:1px solid #CCCCCC; padding: 8px 0 !important;}
.ui-state-focus { background:none !important; border:none !important; color:#D5114F !important; margin:0px !important; }

.ui-autocomplete { width: 400px; height: 370px; }
.ui-autocomplete .overview { width: 100%; }
.ui-autocomplete-category{font-weight: bold; border-bottom: 1px solid #D5114F; font-size: 20px;}
/* override auto complete css */

#content-only
{
	padding: 0 3px 0 10px;
}
#content-only ul{margin:4px 4px 4px 14px;list-style:square; }
#content-only ul li a{margin:5px; color: #4F81A6;text-decoration:none;}
.overlay{z-index:4001 !important;}
.chillbox{z-index:4001 !important;}
.stortbilde{display: block; left: 499px; margin: 0;padding: 0;position: absolute; top: 581px; z-index: 1666;}
.stortbilde button{font-size:16px;}
.imagesite{ padding: 5px; }
.imagesite a{  color: #4F81A6;  text-decoration: none; font-weight: bold; line-height: 30px;}
.footer-head-section-left-3{margin-top:28px;  float: right; width: 27%;}
.photo { width: 100%; }
.photo img{ width: 100%;  border: 5px solid #FFFFFF; box-shadow: 0 0 1px #555555;}
form fieldset label:first-letter, .neste-resultat a, a:hover { text-decoration: none;}
#content ul { margin: 4px 4px 4px 14px; }
#content ul li a { color: #4F81A6; margin: 5px; text-decoration: none;}
.equipment{ line-height: 30px;}

/* hari */
.extraImages a{
	float: right;
    margin-right: -15px;
    margin-top: 15px;
	cursor: pointer;
}
.search-result-bottom{ margin-top: -15px;}
.search-result-bottom-right{list-style: none outside none; overflow: hidden; padding-bottom: 10px;}
.search-result-bottom-right li{float:right; font-weight:normal;}