@charset "utf-8";
/*@import url(font.css);*/

body, html{font-family: Arial, Helvetica, sans-serif;}
#xLoader{background: rgba(255,255,255,1) !important;/* width: 100%; height: 100%;*/}

a{text-decoration: none; color: #000;}
a:link{text-decoration: none; color: #71b6f9 !important;}
a:hover{text-decoration: none; color: #71b6f9 !important;}
a:visited{text-decoration: none; color: #71b6f9 !important;}

a.menu{color: #F00 !important;}
.user-menu .dropdown-toggle{color: #FFF !important;}
.user-menu .dropdown{background-color: transparent !important;}

.clear{clear: both;}
.col-lg-20{width: 20%;}

.boxed{width: 100%; max-width: 1200px; margin: 0 auto;}

.footer{height: 50px;}

.response{width: 100%; height: 40px; margin-top: 30px; display: none; line-height: 40px; margin: 0 0 10px 0; float: left; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
.response .text{margin: 0 35px;}
.response-ok{border: 1px solid #9ADF8F; background: url(../images/icons/icon-ok.png) 8px 11px no-repeat #D5FFCE;}
.response-error{border: 1px solid #DF8F8F; background: url(../images/icons/icon-error.png) 8px 11px no-repeat #FFCECE;}
.response-info{border: 1px solid #A2B4EE; background: url(../images/icons/icon-info.png) 8px 11px no-repeat #DBE3FF;}
.response-attention{border: 1px solid #E6DB55; background: url(../images/icons/icon-attention.png) 8px 11px no-repeat #FFFBCC;}


/*****************/
/**** TOOLTIP ****/
.tip-green {
	z-index:1000;
	text-align:left;
	border:1px solid #222;
	border-radius: 5px;
	padding:7px 10px;
	min-width:50px;
	max-width:300px;
	color:#FFF;
	background-color:#222;
}
.tip-green .tip-inner {
	font-size: 15px;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-green .tip-arrow-top {
	margin-top:-10px;
	margin-left:6px;
	top:0;
	left:0;
	width:10px;
	height:10px;
	background:url(../js/poshytip/tip-green/tip-green_arrows.gif) no-repeat;
}
.tip-green .tip-arrow-right {
	margin-top:6px;
	margin-left:0;
	top:0;
	left:100%;
	width:10px;
	height:10px;
	background:url(../js/poshytip/tip-green/tip-green_arrows.gif) no-repeat -10px 0;
}
.tip-green .tip-arrow-bottom {
	margin-top:0;
	margin-left:-6px;
	top:100%;
	left:50%;
	width:10px;
	height:10px;
	/*background:url(../js/poshytip/tip-green/tip-green_arrows.gif) no-repeat -20px 0;*/
	background: none;
}
.tip-green .tip-arrow-left {
	margin-top:6px;
	margin-left:-10px;
	top:0;
	left:0;
	width:10px;
	height:10px;
	background:url(../js/poshytip/tip-green/tip-green_arrows.gif) no-repeat -30px 0;
}
/**** TOOLTIP ****/
/*****************/