@import url(//fonts.googleapis.com/css?family=Actor);

body {
	margin:0px;
	padding:0px;
	color:#383838;
	font: 15px/21px 'Open Sans',sans-serif;
	font-family: 'Open Sans',sans-serif;
	text-rendering: geometricPrecision;
	background:#fffff;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
	min-width:1003px;
	overflow-y:scroll;
}

body *{
	margin:0;
	padding:0;
}

h1 {font-size:30px; line-height:35px;}
h2 {font-size:26px; line-height:30px;}

.logo {width: 200px;margin: 0 auto 0 20px;float: left;}
.navbar {margin-top: 35px;float: right;}

input[type="image"]{
	border:none;
}

textarea{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

input[type="password"],
input[type=file],
input[type="text"],
select {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	min-height: 20px;
}

input[type="password"],
input[type="text"],
input[type="checkbox"],
select {
	border: 1px solid #e8e8e8;
	font-size: 12px;
	line-height: 20px;
	padding: 2px 5px;
	outline: none;
	margin: 3px 0;
}

select {
	cursor:pointer;
	padding: 3px 5px;
}

.button,
input[type="submit"],
button{
	cursor: pointer;
	text-align: center;
	line-height: 1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #AAA;
	
	background-color: #F8F5F5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8F5F5), color-stop(100%, #E7E5E5));
	background-image: -webkit-linear-gradient(top, #F8F5F5 0%, #E7E5E5 100%);
	background-image: -moz-linear-gradient(top, #F8F5F5 0%, #E7E5E5 100%);
	background-image: -ms-linear-gradient(top, #F8F5F5 0%, #E7E5E5 100%);
	background-image: -o-linear-gradient(top, #F8F5F5 0%, #E7E5E5 100%);
	background-image: linear-gradient(top, #F8F5F5 0%,#E7E5E5 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f8f5f5', endColorstr='#e7e5e5');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f5f5', endColorstr='#e7e5e5')";
	-webkit-box-shadow: inset 0 1px 0 white,1px 1px 0 0 #EEE;
	-moz-box-shadow: inset 0 1px 0 #fff,1px 1px 0 0 #eee;
	-ms-box-shadow: inset 0 1px 0 #fff,1px 1px 0 0 #eee;
	-o-box-shadow: inset 0 1px 0 #fff,1px 1px 0 0 #eee;
	box-shadow: inset 0 1px 0 white,1px 1px 0 0 #EEE;
	
	color: #000000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.09);
	border-color: #CCC #CCC #BBB;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	display: inline-block;
	margin: 3px 0;
	text-decoration:none;
}

.button:hover,
input[type="submit"]:hover,
button:hover,
button:disabled{
	background-color: #D3D2D2;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(#DBD9D9 50%, #D3D2D2 0%, #D2D1D1 50%), color-stop(100%, #E6E6E6));
	background-image: -webkit-linear-gradient(bottom, #D3D2D2 0%, #D2D1D1 50%, #DBD9D9 50%, #E6E6E6 100%);
	background-image: -moz-linear-gradient(bottom, #D3D2D2 0%, #D2D1D1 50%, #DBD9D9 50%, #E6E6E6 100%);
	background-image: -ms-linear-gradient(bottom, #D3D2D2 0%, #D2D1D1 50%, #DBD9D9 50%, #E6E6E6 100%);
	background-image: -o-linear-gradient(bottom, #D3D2D2 0%, #D2D1D1 50%, #DBD9D9 50%, #E6E6E6 100%);
	background-image: linear-gradient(bottom, #D3D2D2 0%,#D2D1D1 50%,#DBD9D9 50%,#E6E6E6 100%);
}

.button a{
	text-decoration: none;
}

.button a:hover{
	text-decoration: none;
}

a.button{
	text-decoration: none;
}

a.button:hover{
	text-decoration: none;
}

.button *,
input[type="submit"] *,
button *{
	color: #000000;
}

.red.button {
	color: white;
	border-color: #C93746 #A82835 #A82835 #C93746;
	background-color: #C93746;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C93746), color-stop(100%, #B6313F));
	background-image: -webkit-linear-gradient(top, #C93746 0%, #B6313F 100%);
	background-image: -moz-linear-gradient(top, #C93746 0%, #B6313F 100%);
	background-image: -ms-linear-gradient(top, #C93746 0%, #B6313F 100%);
	background-image: -o-linear-gradient(top, #C93746 0%, #B6313F 100%);
	background-image: linear-gradient(top, #C93746 0%,#B6313F 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#c93746', endColorstr='#b6313f');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c93746', endColorstr='#b6313f')";
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2),1px 1px 2px 0 #999;
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.2),1px 1px 2px 0 #999;
	-ms-box-shadow: inset 0 1px 1px rgba(255,255,255,0.2),1px 1px 2px 0 #999;
	-o-box-shadow: inset 0 1px 1px rgba(255,255,255,0.2),1px 1px 2px 0 #999;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2),1px 1px 2px 0 #999;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.icon {
	display: inline-block;
	background-repeat:no-repeat;
	background-position:center center;
}

label h3 {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	display: inline;
}

img{
	border-style:none;
	vertical-align:top;
}

a {
	text-decoration:none;
	color:#000;
	outline:none;
}

a:hover {text-decoration:underline;}

input,
textarea,
select {
	vertical-align:middle;
	color:#000;
}

form,
fieldset {
	border-style:none;
}

button::-moz-focus-inner{
	border:0;
}

.rounded-corners {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

.ie .rounded-corners {
    behavior: url(border-radius.htc);
}

.error
{
  color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
}

.clear {
	clear:both;
}

.hidden {
	display: none !important;
}

.processing-message {
	display:none;
}

.processing .processing-message {
	display:inline-block;
}

.processing input[type="submit"] {
	display:none;
}

.processing .slideshow_image_uploader {
	display:none;
}

.processing .slideshow_image_delete {
	display:none;
}

.break-word {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	-ms-word-break: break-all;
    word-break: break-all;

    /* Non standard for WebKit */
    word-break: break-word;
	
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
    hyphens: auto;
}
	
*.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.transparentFileInput {
	opacity: 0;
	filter:alpha(opacity=0);
}

.cursor-pointer {
	cursor:pointer;
}

.qq-upload-list {
	margin:15px 35px; 
	padding:0; 
	list-style:disc;
}

.qq-upload-list li { 
	margin:0; 
	padding:0; 
	line-height:15px; 
	font-size:11px;
	width:auto !important;
	height:auto !important;
	border:none;
}

.qq-upload-list li .qq-upload-file {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 60px;
	display:inline-block;
}

.qq-upload-delete, .qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}
.qq-upload-delete {
	display:inline-block; 
	background-image: url("../images/icon-remove.png"); 
	background-repeat: no-repeat; 
	background-position: center center; 
	width:10px; 
	height:10px; 
	cursor:pointer;
}
.qq-upload-file {}
.qq-upload-spinner {
	display:inline-block; 
	background: url("../images/loading.gif"); 
	width:15px; 
	height:15px; 
	vertical-align:text-bottom;
}
.qq-upload-size,.qq-upload-cancel {
	font-size:11px;
}

.qq-upload-failed-text {
	display:none;
}
.qq-upload-fail .qq-upload-failed-text {
	display:inline;
}

.file-uploader {
	height: 30px;
	color: #ffffff;
	font-weight: bold;
	width: 34px;
	padding-top: 3px;
}

.file-uploader input[type="file"]{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor:pointer;
}

.pac-container {
	font-size:12px;
	padding:2px;
}

.pac-container:after {
	background-image:none;
	height:0px;
}

.pac-container .pac-item{
	padding: 2px 5px;
}

.pac-container .pac-item.pac-selected{
	background-color:#43a1f8;
	color:white;
}

.pac-container .pac-item:hover{
	background-color:#43a1f8;
	color:white;
}

.help-block {
	font-size:12px;
}

/* start ---------box  IN-------------*/
.box-in {
	display:inline-block;
}

.box-t-in {
	position:relative;
	height:10px;
}

.box-tl-in {
	position:absolute;
	width:5px;
	height:5px;
	top:0px;
	left:0px;
	background-image: url("../images/box-tl-in.png");
	background-repeat:no-repeat;
}

.box-tc-in {
	margin:0px 5px;
	background-image: url("../images/box-tc-in.png");
	background-repeat:repeat-x;
	height:10px;
}

.box-tr-in {
	position:absolute;
	width:5px;
	height:5px;
	top:0px;
	right:0px;
	background-image: url("../images/box-tr-in.png");
	background-repeat:no-repeat;
}

.box-m-in {
	position:relative;
}

.box-lr-in {
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	top:0px;
	left:0px;
	z-index:-1;
}

.box-l-in {
	width: 10px;
	height: 100%;
	background: url(../images/box-l-in.png) repeat-y 0 0;
	position: absolute;
}

.box-r-in {
	width: 10px;
	height: 100%;
	background: url(../images/box-r-in.png) repeat-y 100% 0;
	position: absolute;
	right: 0px;
}

.box-b-in {
	position:relative;
	height:10px;
}

.box-bl-in {
	position:absolute;
	width:5px;
	height:5px;
	top:0px;
	left:0px;
	background-image: url("../images/box-bl-in.png");
	background-repeat:no-repeat;
}

.box-bc-in {
	margin:0px 5px;
	height:10px;
	background-image: url("../images/box-bc-in.png");
	background-repeat:repeat-x;
}

.box-br-in {
	position:absolute;
	width:5px;
	height:5px;
	top:0px;
	right:0px;
	background-image: url("../images/box-br-in.png");
	background-repeat:no-repeat;
}

.box-bg-in {
  background-image: none;
  padding:2px 0px;
  margin:0px 12px 0px 12px;
}

.no-background .box-tl-in {
  background-image: none;
}

.no-background .box-tc-in {
  background-image: none;
}

.no-background .box-tr-in {
  background-image: none;
}

.no-background .box-l-in {
  background-image: none;
}

.no-background .box-bg-in {
  background-image: none;
}

.no-background .box-r-in {
  background-image: none;
}

.no-background .box-bl-in {
  background-image: none;
}

.no-background .box-bc-in {
  background-image: none;
}

.no-background .box-br-in {
  background-image: none;
}

/* end ---------box-box  IN-------------*/

/*-----------------*/
.box {
	display:inline-block;
}

.box-t {
	position:relative;
	height:10px;
}

.box-tl {
	position:absolute;
	width:10px;
	height:10px;
	top:0px;
	left:0px;
	background-image: url("../images/box-tl.png");
	background-repeat:no-repeat;
}

.box-tc {
	margin:0px 10px;
	background-image: url("../images/box-tc.png");
	background-repeat:repeat-x;
	height:14px;
}

.box-tr {
	position:absolute;
	width:10px;
	height:10px;
	top:0px;
	right:0px;
	background-image: url("../images/box-tr.png");
	background-repeat:no-repeat;
}

.box-m {
	position:relative;
}

.box-lr {
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	top:0px;
	left:0px;
	z-index:-1;
}

.box-l {
	width: 100%;
	height: 100%;
	background: url(../images/box-l.png) repeat-y 0 0;
}

.box-r {
	width: 100%;
	height: 100%;
	background: url(../images/box-r.png) repeat-y 100% 0;
}

.box-b {
	position:relative;
	height:10px;
}

.box-bl {
	position:absolute;
	width:10px;
	height:10px;
	top:0px;
	left:0px;
	background-image: url("../images/box-bl.png");
	background-repeat:no-repeat;
}

.box-bc {
	margin:0px 10px;
	height:10px;
	background-image: url("../images/box-bc.png");
	background-repeat:repeat-x;
}

.box-br {
	position:absolute;
	width:10px;
	height:10px;
	top:0px;
	right:0px;
	background-image: url("../images/box-br.png");
	background-repeat:no-repeat;
}

.box-bg {
  background-image: url("../images/box-bg.png");
  padding:0px;
  margin:0px 10px 0px 10px;
}

.no-background .box-tl {
	background-image: none;
}

.no-background .box-tc {
	background-image: none;
}

.no-background .box-tr {
	background-image: none;
}

.no-background .box-bg {
  background-image: none;
}

.no-background .box-l {
	background: transparent;
}

.no-background .box-r {
	background: transparent;
}

.no-background .box-bl {
	background-image: none;
}

.no-background .box-bc {
	background-image: none;
}

.no-background .box-br {
	background-image: none;
}

.black-box .box-tl {
	background-image: url("../images/black-box-tl.png");
}

.black-box .box-tc {
	background-image: url("../images/black-box-tc.png");
}

.black-box .box-tr {
	background-image: url("../images/black-box-tr.png");
}

.black-box .box-bg {
  background-image: url("../images/black-box-bg.png");
}

.black-box .box-l {
	background: url(../images/black-box-l.png) repeat-y 0 0;
}

.black-box .box-r {
	background: url(../images/black-box-r.png) repeat-y 100% 0;
}

.black-box .box-bl {
	background-image: url("../images/black-box-bl.png");
}

.black-box .box-bc {
	background-image: url("../images/black-box-bc.png");
}

.black-box .box-br {
	background-image: url("../images/black-box-br.png");
}

.white-box .box-tl {
	background-image: url("../images/white-box-tl.png");
}

.white-box .box-tc {
	background-image: url("../images/white-box-tc.png");
}

.white-box .box-tr {
	background-image: url("../images/white-box-tr.png");
}

.white-box .box-bg {
  background-image: url("../images/white-box-bg.png");
}

.white-box .box-l {
	background: url(../images/white-box-l.png) repeat-y 0 0;
}

.white-box .box-r {
	background: url(../images/white-box-r.png) repeat-y 100% 0;
}

.white-box .box-bl {
	background-image: url("../images/white-box-bl.png");
}

.white-box .box-bc {
	background-image: url("../images/white-box-bc.png");
}

.white-box .box-br {
	background-image: url("../images/white-box-br.png");
}

.bwhite-box .box-tl {
	background-image: url("../images/bwhite-box-tl.png");
}

.bwhite-box .box-tc {
	background-image: url("../images/bwhite-box-tc.png");
}

.bwhite-box .box-tr {
	background-image: url("../images/bwhite-box-tr.png");
}

.bwhite-box .box-bg {
  background-image: url("../images/white-box-bg.png");
}

.bwhite-box .box-l {
	background: url(../images/bwhite-box-l.png) repeat-y 0 0;
}

.bwhite-box .box-r {
	background: url(../images/bwhite-box-r.png) repeat-y 100% 0;
}

.bwhite-box .box-bl {
	background-image: url("../images/bwhite-box-bl.png");
}

.bwhite-box .box-bc {
	background-image: url("../images/bwhite-box-bc.png");
}

.bwhite-box .box-br {
	background-image: url("../images/bwhite-box-br.png");
}

.button-box {
	display:inline-block;
	/*font-size:12px;*/
	position:relative;
}

.button-box-l {
  background-image: url("../images/btn-l.png");
  background-repeat: no-repeat;
  width:18px;
  height:32px;
  float:left;
}

.button-box-bd {
  background-image: url("../images/btn-bd.png");
  background-repeat: repeat-x;
  height:32px;
  float:left;
  line-height:20px;
}

.bold .button-box-bd {
  font-weight:bold;
}

.bold .button-box-bd * {
  font-weight:bold;
}

.button-box-r {
  background-image: url("../images/btn-r.png");
  background-repeat: no-repeat;
  width:18px;
  height:32px;
  float:left;
}

.button-hover .button-box-l {
  background-image: url("../images/btn-l-hover.png");
}

.button-hover .button-box-bd {
  background-image: url("../images/btn-bd-hover.png");
}

.hover-bold.button-hover .button-box-bd {
  font-weight:bold;
}

.hover-bold.button-hover .button-box-bd *{
  font-weight:bold;
}

.button-hover .button-box-r {
  background-image: url("../images/btn-r-hover.png");
}

.no-background .button-box-l {
	background-image: none;
}

.no-background .button-box-bd {
	background-image: none;
}

.no-background .button-box-r {
	background-image: none;
}

.button-hover.no-background .button-box-l {
	background-image: none;
}

.button-hover.no-background .button-box-bd {
	background-image: none;
}

.button-hover.no-background .button-box-r {
	background-image: none;
}

.border .button-box-l {
  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.border .button-box-bd {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.border .button-box-r {
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.compact.no-background .button-box-l {
  width:0px;
  height:20px;
}

.compact.no-background .button-box-bd {
  height:20px;
}

.compact.no-background .button-box-r {
  width:0px;
  height:20px;
}

.nice.no-background .button-box-l {
  width:5px;
  height:32px;
}

.nice.no-background .button-box-bd {
  height:32px;
}

.nice.no-background .button-box-r {
  width:5px;
  height:32px;
}

.button-box-bd a
{
  margin-top: 6px;
  display:inline-block;
  background-color: transparent;
  cursor:pointer;
}

.compact .button-box-bd a
{
  margin-top: 0px;
}

.disabled .button-box-bd a
{
  cursor:default;
}

.small-button.button-box {
	font-size:10px;
}

.small-button .button-box-l {
	width:9px;
	height:16px;
	background-image: url("../images/s-btn-l.png");
}

.small-button .button-box-bd {
	height:16px;
	background-image: url("../images/s-btn-bd.png");
}

.small-button .button-box-r {
	width:9px;
	height:16px;
	background-image: url("../images/s-btn-r.png");
}

.button-hover.small-button .button-box-l {
	background-image: url("../images/s-btn-l-hover.png");
}

.button-hover.small-button .button-box-bd {
	background-image: url("../images/s-btn-bd-hover.png");
}

.button-hover.small-button .button-box-r {
	background-image: url("../images/s-btn-r-hover.png");
}

.small-button .button-box-bd
{
	line-height:13px;
}

.small-button .button-box-bd a
{
  margin: 1px 0px;
  display:inline-block;
  background-color: transparent;
  cursor:pointer;
}

.red-button .button-box-l {
  background-image: url("../images/red-btn-l.png");
}

.red-button .button-box-bd {
  background-image: url("../images/red-btn-bd.png");
}

.red-button .button-box-r {
  background-image: url("../images/red-btn-r.png");
}

.red-button.button-hover .button-box-l {
  background-image: url("../images/red-btn-l-hover.png");
}

.red-button.button-hover .button-box-bd {
  background-image: url("../images/red-btn-bd-hover.png");
}

.red-button.button-hover .button-box-r {
  background-image: url("../images/red-btn-r-hover.png");
}

/* start ---------input-box-------------
.input-box {
	display:inline-block;
}

.input-box-l {
  background-image: url("images/input-l.png");
  background-repeat: no-repeat;
  width:23px;
  height:32px;
  float:left;
}

.input-box-bd {
  background-image: url("images/input-bd.png");
  background-repeat: repeat-x;
  height:32px;
  float:left;
  line-height:20px;
}

.input-box-r {
  background-image: url("images/input-r.png");
  background-repeat: no-repeat;
  width:23px;
  height:32px;
  float:left;
}

.input-box-bd input
{
  margin-top: 6px;
  height: 20px;
  color:#ffffff;
  background-color: transparent;
}

.compact .input-box-bd input
{
  margin-top: 0px;
}

.trans .input-box-l {
  background-image: url("images/input-l-trans.png");
}

.trans .input-box-bd {
  background-image: url("images/input-bd-trans.png");
}

.trans .input-box-r {
  background-image: url("images/input-r-trans.png");
}

.red.trans .input-box-l {
  background-image: url("images/red-input-l-trans.png");
}

.red.trans .input-box-bd {
  background-image: url("images/red-input-bd-trans.png");
}

.red.trans .input-box-r {
  background-image: url("images/red-input-r-trans.png");
}

.no-background .input-box-l {
  background-image: none;
}

.no-background .input-box-bd {
  background-image: none;
}

.no-background .input-box-r {
  background-image: none;
}

.no-background .input-box-bd input
{
  color:#000000;
}

.border .input-box-l {
  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.border .input-box-bd {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.border .input-box-r {
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.compact.no-background .input-box-l {
  width:0px;
  height:20px;
}

.compact.no-background .input-box-bd {
  height:20px;
}

.compact.no-background .input-box-r {
  width:0px;
  height:20px;
}

.nice.no-background .input-box-l {
  width:5px;
  height:32px;
}

.nice.no-background .input-box-bd {
  height:32px;
}

.nice.no-background .input-box-r {
  width:5px;
  height:32px;
}

/* end ---------input-box-------------*/

.ui-widget {
	font-size: 12px;
}

.ui-helper-hidden-accessible{
	/*display:none;*/
	position:absolute;
	left:-9999px;
	/*top:-9999px;*/
}

.ui-button {
	cursor:pointer;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index:4;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size:12px;
}

.ui-autocomplete.ui-widget-content {
	border-top:0;
}

ul.ui-autocomplete {
	list-style: none;
}

.ui-autocomplete .ui-menu-item {
	padding:2px 5px;
	cursor:pointer;
}

.ui-autocomplete .ui-menu-item a{
	display:block;
	padding-left:4px;
	padding-right:4px;
}

.ui-autocomplete .ui-menu-item a:hover{
	text-decoration:none;
}

.ui-widget-header {
	border: 1px solid #e8e8e8;
	background: #e8e8e8;
	color: #222;
	font-weight: bold;
}

.ui-widget-content.invert .ui-widget-header {
	border: 1px solid #b54545;
	background: #b54545;
}

.ui-widget-header .ui-icon {
	background-image: none;
}

.ui-widget-content {
	border: 1px solid #e8e8e8;
	background-color:#ffffff;
	color: #365d98;
	padding: 3px;
}

.ui-widget-content.invert {
	border: 1px solid #b54545;
}

.ui-widget-content .ui-icon {
	background-image: none;
}

.ui-widget-content a {
	color: #365d98;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #aed0ea;
	background: #d7ebf9;
	color: #2779aa;
}

.ui-menu .ui-menu-item a.ui-corner-all:hover, .ui-menu .ui-menu-item a.ui-corner-all:focus, .ui-menu .ui-menu-item a.ui-corner-all:active {
    background:#ff8a00!important;
    color:#000;
    border-radius:0;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #ff8a00;
    border: none;
    color:#000;
    border-radius:0;
    font-weight: normal;
}

/**/
.ui-slider {
	position: relative;
	text-align: left;
	margin: 8px 0 10px 20px;
	background: #b54545;
}

.ui-slider.ui-widget-content {
	border:0;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: .2em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.4em;
	margin-left: -.6em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #aed0ea;
	background: #d7ebf9;
	color: #2779aa;
}

.ui-slider.invert {
	background: #e8e8e8;
}
/*--------------------------------*/
#ui-datepicker-div {
	display:none;
	z-index:1010 !important;
	padding:6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 3em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 3.1em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-prev span {
	display: block;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -8px;
	cursor:pointer;
}
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -8px;
	cursor:pointer;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	font-weight: normal;
	color: #555555;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
	color: #363636;
}
.ui-timepicker-div dl {
	text-align: left;
}
.ui-timepicker-div dl dt {
	height: 25px;
	margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
	margin: 0 10px 10px 65px;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/*--------------------------------*/

/**/
.checklist a:focus {
    outline:none}
.checklist .activate-popup {
    display:block;
    font-size:13px;
    height:14px;
    line-height:15px;
    padding-right:20px;
    text-align:left;
    position:relative;
    color:#444;
    width:100px;
    border-color:#CCCCCC #CCCCCC #BBBBBB;
    border-style:solid;
    border-width:1px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px}
.checklist .activate-popup .main-label {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    height:15px}
.checklist .arrow {
    background:url(../images/form-icons.png) no-repeat 0 -122px;
    position:absolute;
    width:20px;
    height:25px;
    top:0;
    right:0;
    display:block}
.checklist .options {
    display:none;
    z-index:200000;
    padding:5px}
.checklist .option-list {
    /*max-height:500px;*/
    background:#f2eff2;
    padding:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -ms-border-bottom-left-radius:5px;
    -o-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-bottom-right-radius:5px;
    -ms-border-bottom-right-radius:5px;
    -o-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
    margin-top:-5px}
.checklist .option-list .item {
	overflow:hidden;
    height:18px}
.checklist.long .option-list {
    overflow:auto}
.checklist .ui-state-default {
    background:none;
    border:none;
    padding:0;
    width:105px}

.ui-buttonset {
    margin:0
}
	
.checklist .ui-button {
    font-size:13px;
    cursor:pointer}
.checklist .ui-corner-left {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0}
.checklist .ui-corner-right {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0}
.checklist .ui-button-text {
	min-height:10px;
}
.checklist .ui-button-text-only .ui-button-text {
	padding: 0px 2px 0px 15px;
	margin-bottom: 0px;
	text-align: left;
	line-height: 1.5em;
	font-weight: normal;
	background: url(../images/form-icons.png) no-repeat 0 -36px;
	margin-left: 3px;
}

.checklist .ui-button-disabled.ui-button-text-only .ui-button-text {
	background: none !important;
	cursor: default !important;
}

.checklist .ui-state-hover .ui-button-text {
    color:#4587ba
}

.checklist .ui-state-active .ui-button-text {
    color:#4587ba;
    background:url(../images/form-icons.png) no-repeat 0 -70px
}
.checklist .all {
    position:absolute;
    width:125px;
    bottom:5px;
    left:5px;
    z-index:300000;
    cursor:pointer;
    padding:3px 2px 3px 25px;
    font-size:13px;
    line-height:1.1em;
    font-weight:bold;
    color:#777
}
.checklist .all:hover {
    background:#4894cd url(../images/checks.png) no-repeat left top;
    color:#fff
}
.checklist label .sublabel {
    float:right;
    color:#bbb}
.checklist li.multi {
    position:relative}
.checklist li.multi ol {
    display:none;
    position:absolute;
    top:0;
    left:90%;
    width:100%;
    z-index:200000;
    padding:5px}
.checklist li.multi:hover ol {
    display:block;
    font-weight:bold}
.checklist li.multi.selected .multi-label .ui-button-text {
    color:#4587ba;
    font-weight:bold}
.checklist.active {
    background:#fff;
    -webkit-box-shadow:0 0 3px rgba(0,0,0,0.5);
    -moz-box-shadow:0 0 3px rgba(0,0,0,0.5);
    -ms-box-shadow:0 0 3px rgba(0,0,0,0.5);
    -o-box-shadow:0 0 3px rgba(0,0,0,0.5);
    box-shadow:0 0 3px rgba(0,0,0,0.5);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px}
.checklist.active .activate-popup {
    background:none;
    border:1px solid #fff;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -ms-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none}
.checklist.active .arrow {
    display:none}
/**/
.ie8 .checklist.active {
    border:1px solid #eee}
.ie8 .checklist.active .activate-popup {
    filter:none}
.ie9 .checklist.active {
    border:1px solid #eee}
.ie9 .checklist.active .activate-popup {
    filter:none;
    background:none}
/**/

/* start tooltip*/
/* layout */
.tip {
	position: absolute;
	display: none;
	max-width: 300px;
	min-width: 76px;
	z-index: 9999;
	font-size:12px;
}
.tip .tip-top {
	position: relative;
	height: 23px;
}
.tip .tip-bot {
	position: relative;
	height: 15px;
}
.tip .tip-top SPAN {
	display: block;
	height: 100%;
}
.tip .tip-bot SPAN {
	display: block;
	height: 100%;
}
.tip .tip-top SPAN.ttl,
.tip .tip-top SPAN.ttr {
	position: absolute;
	top: 0;
	width: 13px;
	height: 100%;
}
.tip .tip-bot SPAN.tbl,
.tip .tip-bot SPAN.tbr {
	position: absolute;
	top: 0;
	width: 13px;
	height: 15px;
}
.tip .tip-top SPAN.ttl,
.tip .tip-bot SPAN.tbl {
	left: 0;
}
.tip .tip-top SPAN.ttr,
.tip .tip-bot SPAN.tbr {
	right: 0;
}
.tip .tip-top .ttc,
.tip .tip-bot .tbc {
	margin: 0 13px;
}
.tip .tip-top .ttc { background: url(../images/tip/tb.png) repeat-x 50% 0; transform: scale(1); }
.tip .tip-top .ttl { background: url(../images/tip/tl.png) no-repeat 0 0; transform: scale(1); }
.tip .tip-top .ttr { background: url(../images/tip/tr.png) no-repeat 0 0; transform: scale(1); }
.tip .tip-bot .tbc { background: url(../images/tip/tb.png) repeat-x 0 -13px; transform: scale(1); }
.tip .tip-bot .tbl { background: url(../images/tip/bl.png) no-repeat 0 0; transform: scale(1); }
.tip .tip-bot .tbr { background: url(../images/tip/br.png) no-repeat 0 0; transform: scale(1); }

.tip.c211-100-35 .tip-top .ttc { background: url(../images/tip/tb-211-100-35.png) repeat-x 50% 0; }
.tip.c211-100-35 .tip-top .ttl { background: url(../images/tip/tl-211-100-35.png) no-repeat 0 0; }
.tip.c211-100-35 .tip-top .ttr { background: url(../images/tip/tr-211-100-35.png) no-repeat 0 0; }
.tip.c211-100-35 .tip-bot .tbc { background: url(../images/tip/tb-211-100-35.png) repeat-x 0 -13px; }
.tip.c211-100-35 .tip-bot .tbl { background: url(../images/tip/bl-211-100-35.png) no-repeat 0 0; }
.tip.c211-100-35 .tip-bot .tbr { background: url(../images/tip/br-211-100-35.png) no-repeat 0 0; }

.tip.c211-100-35-33-86-0 .tip-top .ttc { background: url(../images/tip/tb-211-100-35-33-86-0.png) repeat-x 50% 0; }
.tip.c211-100-35-33-86-0 .tip-top .ttl { background: url(../images/tip/tl-211-100-35-33-86-0.png) no-repeat 0 0; }
.tip.c211-100-35-33-86-0 .tip-top .ttr { background: url(../images/tip/tr-211-100-35-33-86-0.png) no-repeat 0 0; }
.tip.c211-100-35-33-86-0 .tip-bot .tbc { background: url(../images/tip/tb-211-100-35-33-86-0.png) repeat-x 0 -13px; }
.tip.c211-100-35-33-86-0 .tip-bot .tbl { background: url(../images/tip/bl-211-100-35-33-86-0.png) no-repeat 0 0; }
.tip.c211-100-35-33-86-0 .tip-bot .tbr { background: url(../images/tip/br-211-100-35-33-86-0.png) no-repeat 0 0; }

.tip.calpha-8f8f8f .tip-top .ttc { background: url(../images/tip/tb-alpha-8f8f8f.png) repeat-x 50% 0; }
.tip.calpha-8f8f8f .tip-top .ttl { background: url(../images/tip/tl-alpha-8f8f8f.png) no-repeat 0 0; }
.tip.calpha-8f8f8f .tip-top .ttr { background: url(../images/tip/tr-alpha-8f8f8f.png) no-repeat 0 0; }
.tip.calpha-8f8f8f .tip-bot .tbc { background: url(../images/tip/tb-alpha-8f8f8f.png) repeat-x 0 -13px; }
.tip.calpha-8f8f8f .tip-bot .tbl { background: url(../images/tip/bl-alpha-8f8f8f.png) no-repeat 0 0; }
.tip.calpha-8f8f8f .tip-bot .tbr { background: url(../images/tip/br-alpha-8f8f8f.png) no-repeat 0 0; }

.tip .tip-mid-l {
	background: url(../images/tip/l.png) repeat-y 0 0;
	 transform: scale(1);
}

.tip.c211-100-35 .tip-mid-l {
	background: url(../images/tip/l-211-100-35.png) repeat-y 0 0;
}

.tip.c211-100-35-33-86-0 .tip-mid-l {
	background: url(../images/tip/l-211-100-35-33-86-0.png) repeat-y 0 0;
}

.tip.calpha-8f8f8f .tip-mid-l {
	background: url(../images/tip/l-alpha-8f8f8f.png) repeat-y 0 0;
}

.tip .tip-mid-r {
	padding: 0 13px;
	background: url(../images/tip/r.png) repeat-y 100% 0;
	 transform: scale(1);
}

.tip.c211-100-35 .tip-mid-r {
	background: url(../images/tip/r-211-100-35.png) repeat-y 100% 0;
}

.tip.c211-100-35-33-86-0 .tip-mid-r {
	background: url(../images/tip/r-211-100-35-33-86-0.png) repeat-y 100% 0;
}

.tip.calpha-8f8f8f .tip-mid-r {
	background: url(../images/tip/r-alpha-8f8f8f.png) repeat-y 100% 0;
}

.tip .tip-mid-c {
	position: relative;
	min-height: 10px;
	padding: 0px;
	background: #5a5a5a;
	color: #fff;
	min-width:160px;
}

.tip.c211-100-35 .tip-mid-c {
	background: #248eff;
	color: #fff;
}

.tip.c211-100-35-33-86-0 .tip-mid-c {
	background: #ea8811;
	color: #fff;
}

.tip.calpha-8f8f8f .tip-mid-c {
	background: #fff;
	color: #000;
}

/* toleft */

.tip-toleft .tip-top .ttc {
	background: url(../images/tip/tb.png) repeat-x 100% 0;
}

.tip-toleft.c211-100-35 .tip-top .ttc {
	background: url(../images/tip/tb-211-100-35.png) repeat-x 100% 0;
}

.tip-toleft.c211-100-35-33-86-0 .tip-top .ttc {
	background: url(../images/tip/tb-211-100-35-33-86-0.png) repeat-x 100% 0;
}

.tip-toleft.calpha-8f8f8f .tip-top .ttc {
	background: url(../images/tip/tb-alpha-8f8f8f.png) repeat-x 100% 0;
}

/* toright */

.tip-toright .tip-top .ttc {
	background: url(../images/tip/tb.png) repeat-x -895px 0;
}

.tip-toright.c211-100-35 .tip-top .ttc {
	background: url(../images/tip/tb-211-100-35.png) repeat-x -895px 0;
}

.tip-toright.c211-100-35-33-86-0 .tip-top .ttc {
	background: url(../images/tip/tb-211-100-35-33-86-0.png) repeat-x -895px 0;
}

.tip-toright.calpha-8f8f8f .tip-top .ttc {
	background: url(../images/tip/tb-alpha-8f8f8f.png) repeat-x -895px 0;
}

/* totop */

.tip-totop .tip-top .ttc {
	background: url(../images/tip/tb.png) repeat-x 0 -10px;
}

.tip-totop.c211-100-35 .tip-top .ttc {
	background: url(../images/tip/tb-211-100-35.png) repeat-x 0 -10px;
}

.tip-totop.c211-100-35-33-86-0 .tip-top .ttc {
	background: url(../images/tip/tb-211-100-35-33-86-0.png) repeat-x 0 -10px;
}

.tip-totop.calpha-8f8f8f .tip-top .ttc {
	background: url(../images/tip/tb-alpha-8f8f8f.png) repeat-x 0 -10px;
}

.tip-totop .tip-top .ttl,
.tip-totop .tip-top .ttr,
.tip-totop.c211-100-35 .tip-top .ttl,
.tip-totop.c211-100-35 .tip-top .ttr,
.tip-totop.c211-100-35-33-86-0 .tip-top .ttl,
.tip-totop.c211-100-35-33-86-0 .tip-top .ttr,
.tip-totop.calpha-8f8f8f .tip-top .ttl,
.tip-totop.calpha-8f8f8f .tip-top .ttr {
	background-position: 0 -10px;
}

.tip-totop .tip-bot .tbc {
	background: url(../images/tip/tb.png) no-repeat 50% -13px;
}
.tip-totop.c211-100-35 .tip-bot .tbc {
	background: url(../images/tip/tb-211-100-35.png) no-repeat 50% -13px;
}
.tip-totop.c211-100-35-33-86-0 .tip-bot .tbc {
	background: url(../images/tip/tb-211-100-35-33-86-0.png) no-repeat 50% -13px;
}
.tip-totop.calpha-8f8f8f .tip-bot .tbc {
	background: url(../images/tip/tb-alpha-8f8f8f.png) no-repeat 50% -13px;
}

.tip-totop .tip-top {
	height: 13px;
}
.tip-totop.c211-100-35 .tip-top {
	height: 13px;
}
.tip-totop.c211-100-35-33-86-0 .tip-top {
	height: 13px;
}
.tip-totop.calpha-8f8f8f .tip-top {
	height: 13px;
}

.tip-totop .tip-bot {
	height: 23px;
}
.tip-totop.c211-100-35 .tip-bot {
	height: 23px;
}
.tip-totop.c211-100-35-33-86-0 .tip-bot {
	height: 23px;
}
.tip-totop.calpha-8f8f8f .tip-bot {
	height: 23px;
}

/* totop & toleft */

.tip-totop.tip-toleft .tip-bot .tbc {
	background: url(../images/tip/tb.png) no-repeat 100% -13px;
}

.tip-totop.tip-toleft.c211-100-35 .tip-bot .tbc {
	background: url(../images/tip/tb-211-100-35.png) no-repeat 100% -13px;
}

.tip-totop.tip-toleft.c211-100-35-33-86-0 .tip-bot .tbc {
	background: url(../images/tip/tb-211-100-35-33-86-0.png) no-repeat 100% -13px;
}

.tip-totop.tip-toleft.calpha-8f8f8f .tip-bot .tbc {
	background: url(../images/tip/tb-alpha-8f8f8f.png) no-repeat 100% -13px;
}
/* totop & toright */

.tip-totop.tip-toright .tip-bot .tbc {
	background: url(../images/tip/tb.png) no-repeat -895px -13px;
}

.tip-totop.tip-toright.c211-100-35 .tip-bot .tbc {
	background: url(../images/tip/tb-211-100-35.png) no-repeat -895px -13px;
}

.tip-totop.tip-toright.c211-100-35-33-86-0 .tip-bot .tbc {
	background: url(../images/tip/tb-211-100-35-33-86-0.png) no-repeat -895px -13px;
}

.tip-totop.tip-toright.calpha-8f8f8f .tip-bot .tbc {
	background: url(../images/tip/tb-alpha-8f8f8f.png) no-repeat -895px -13px;
}
/* tip content */

.tooltip-close {
	position:absolute;
	top:4px;
	right:4px;
    width: 20px;
    height: 20px;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.tooltip-wrap A,
.tip .tooltip-content > A {
	color: #fff;	
}
.tooltip-wrap A:hover IMG {
	text-decoration: none;
}
.tooltip-wrap .tooltip-content > A {
	color: #fff;	
}
.tooltip.hover {
	cursor: help;
}
.tooltip-text {
	display: none;
}
.tooltip-content DIV.example {
	font-style: italic;
}
.tooltip-content LI {
	padding-bottom: 10px;
	background-image: none;
	padding-left: 10px;
}
.tooltip-content LI P {
	margin: 0px;
	padding-bottom: 10px;
}

.help {
	cursor: help;
}

/* tip list */

.tip-list {
	position: relative;
	width: 200px;
	max-height: 80px;
	padding: 10px;
	background: #fff;
	color: #333;
	overflow: auto;
}
.tip-list P {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.tip-list UL {
	margin: 5px 0 0;
}
.tip-list LI {
	padding: 0;
	background: none;
}
.tip-list A {
	float: left;
}
.tip-list SPAN {
	float: right;
}

/* tip confirm */

.tip-confirm {
	min-width: 150px;
	padding: 1px 0 0 50px;
	background: url(../images/ico_msg_tip.png) no-repeat 5px 5px;
}
.tip-confirm H2 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.tip-confirm P {
	margin: 10px 0 0;
}
.tip-confirm .action-button {
	float: right;
}

.tip.alert.notify .tooltip-close {
	display:none;
}

.tip.hoverTip .tooltip-close {
	display:none;
}

.tip.alert .tooltip-heading{
	height:30px;
}

.tip.alert.notify .tooltip-heading{
	display:none;
}

/* alert tip */

#alertOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .8;
	filter: alpha(opacity=80);
	overflow: hidden;
	z-index: 10000;
}

.tip.alert {
	position: fixed;
	max-width: 500px;	
	z-index: 10001;
}
*+HTML .tip.alert {
	width: 500px;
}
.tip.alert .ttc {
	background-position: -120px 0 !important;
}
.tip.alert .tip-mid-c {
	padding: 15px;
}

.tip.alert H2 {
	margin: 0;
	color: #fff;
	font-size: 14px;
}

.tip.alert H2 *{
	color: #fff;
}

.tip .action a {
	color:yellow;
}

.tip.calpha-8f8f8f .tip-mid-c {
	padding: 0px;
}

.tip.calpha-8f8f8f .tooltip-content{
	color:#000!important;
	padding: 10px;
}

.tip.calpha-8f8f8f .tooltip-heading{
	color:#000!important;
	padding: 0 10px;
    background-color: #dedede;
}

.tip .action {
	text-align:center;
	padding-top: 5px 0;
    border-top: 2px solid #dfdfdf;
}

.action-button {
	padding: 8px 16px 6px 18px;
	position:relative;
	font-weight:bold;
	background-color: rgb(34, 121, 171);
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled=false);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	letter-spacing: 2px;
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
	-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
	-ms-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
	-o-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
	transition: all 0.5s ease 0s;
	display: inline-block;
	color: #ffffff !important;
}

.action-button:hover{
	text-decoration: none;
	background-color: #BD1BAA;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled=false);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}


.action-button *{
	color: #ffffff !important;
}

/* end tooltip*/

.body-wrapper {
	margin-top:92px;
	background-color: #ffffff;
	min-width: 1220px;
}

.body-wrapper .content {
	width:1200px;
	margin:0 auto;
	padding:10px;
}

.search-result-table .row {
	border-bottom: 1px solid rgb(213, 213, 213);
	padding:10px 0 8px 0;
}

.row:after {
	content:'';
	display:block;
	clear:both;
}

.row:hover {
	color:#365d98;
	font-weight:bold;
}

.row.even {
	/*background-color: #dfedf3;*/
}

.row .col {
	float:left;
}

.col {
	min-height:20px;
	line-height:20px;
	padding:2px;
	overflow:hidden;
	text-overflow: ellipsis;
}

.col .control {
	display:none;
}

.col .control input[type="text"]{
	width:92%;
	border:1px solid #dedede;
}

.row.edit .col .control {
	display:block;
}

.row.edit .col .value {
	display:none;
}

.col-controls .save {
	display:none;
}

.col-controls .cancel {
	display:none;
}

.row.edit .col-controls .save {
	display:block;
}

.row.edit .col-controls .cancel {
	display:block;
}

.row.edit .col-controls .edit {
	display:none;
}

.header {
	position: fixed;
	_position:absolute;
	width: 100%;
	top: 0;
	_top:expression(eval(document.body.scrollTop));
	left: 0;
	color:#ffffff;
	z-index:9999;
	height:92px;
	/*
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');*/
}

.header *{
	color:#ffffff;
}

.header-wrapper {
	background-color: #0000ff;
    filter:alpha(opacity=78); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=78)";
    -moz-opacity:0.78; 
    -khtml-opacity: 0.78; 
    opacity: 0.78; 
	height: 100%;
}

/*nov 2016*/
.header-content {
	width:1200px;
	height: 100%;
	margin:0 auto;
	background-image: url(../images/buildinginfo/buildinginfo-logo-264x82-1cw2-bgt.png);
	/*background-image: url(../images/New-Logo-Horiz.png);*/
	background-repeat: no-repeat;
	/*background-size: 280px 70px;*/
	background-position: -10px 0px;
	/*background-position: 10px 12px;*/
	position: relative;
}

.header .page-title {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	margin:15px 0;
	font-weight:bold;
	padding: 0 0 0 300px;
	display: none;
}

.navbar {
  margin-top: 56px;
  float: right;
  position:relative;
}

.header .navbar {
	/*padding: 0 0 0 300px;*/
}

.title {
	font-size: 14px;
	line-height: 14px;
	font-weight:bold;
}

.title .col {
	min-height:40px;
	line-height:40px;
}

.subtitle {
	font-size: 12px;
	line-height: 12px;
	font-weight:bold;
}
/*nov 2016*/
.row.title {
	font-size: 12px;
	line-height: 12px;
	font-weight:bold;
	/*background: #500778;*/
	background-color:rgb(34, 121, 171);
	color:#ffffff;
	padding:0;
}

.header .navbar .title {
	float:left;
	display: none;
}

.header .navbar .menu {
	float:right;
	margin: 0 20px 0 0;
	min-height:40px;
}

.header .navbar .menu a{
	font-size: 16px;
	line-height: 31px;
	white-space: nowrap;
}

.header .navbar .menu .welcome-user {
	margin-right: 20px;
}

.header .navbar::after {
	clear:both;
}

.footer-info {
	margin-top: 10px;
	color:#ffffff;
	padding:10px;
}

.footer-info a {
	color:#428bca;
}

.footer-info a:hover {
	text-decoration:none;
}

.left-footer-info {
	width:50%;
	float:left;
	background-color:#47a8df;
	border: 0;
	margin: 0;
}

.left-footer-info a {
	color:#868585;
}

.center-footer-info {
	display:none;
	float:left;
}

.right-footer-info {
	width:50%;
	float:right;
	background-color:#545454;
	border: 0;
	margin: 0;
}

.footer-info-content {
	color: white;
	padding: 30px 0px 30px 30px;
	display: inline-block;
	height: 140px;
	font-size: 13px;
	line-height: 22px;
}

.footer-info .social-icons {
	width: 70px;
	float: left;
	margin: 5px;
}

.footer {
	margin-top:10px;
}

.footer-nav ul {
	list-style: none;
}

.footer-nav ul li {
	float: left;
	padding:4px 0;
}

.footer-nav li a{
	border-right: 1px solid #DEDEDE; 
	padding: 0 7px;
	color: #4587BA;
	font-size:11px;
}

.footer-nav li.last a{
	border-right: 0; 
}

.footer-nav ul::after {
	content: '';
	clear:both;
	display:block;
}

.white-text {
	color:#ffffff;
}

.white-text *{
	color:#ffffff;
}

.childs-white-text {
}

.childs-white-text *{
	color:#ffffff;
}

.black-text {
	color:#000000;
}

.black-text *{
	color:#000000;
}

.childs-black-text {
}

.childs-black-text *{
	color:#000000;
}

#popup-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .4;
	filter: alpha(opacity=40);
	overflow: hidden;
	z-index: 1000;
}

.popup {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	z-index: 1001 !important;
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}

.button.clear-all {
	padding: 4px 9px 5px 10px;
	position:relative;
	font-weight:bold;
	background-color: #C93746;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled=false);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
	-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
	-ms-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
	-o-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
	transition: all 0.5s ease 0s;
	display: inline-block;
	color: #ffffff !important;
}

.button.clear-all:hover {
	text-decoration: none;
	background-color: #6625b8;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled=false);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

.search-button,
.buy-button,
input[type="submit"].login-submit,
.freetrial-button {
	padding: 16px 36px 20px 40px;
	position:relative;
	font-weight:bold;
	background-color: #6625b8;
	/*background-color: #9B2242;*/
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled=false);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	letter-spacing: 2px;
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
	-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
	-ms-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
	-o-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
	transition: all 0.5s ease 0s;
	display: inline-block;
	color: #ffffff !important;
}

.search-button:hover,
.search-button:disabled,
.buy-button:hover,
.buy-button:disabled,
input[type="submit"].login-submit:hover,
input[type="submit"].login-submit:disabled,
.freetrial-button:hover,
.freetrial-button:disabled{
	text-decoration: none;
	background-color: #BD1BAA;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled=false);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}


.search-button *,
.buy-button *,
input[type="submit"].login-submit *,
.freetrial-button *{
	color: #ffffff !important;
}

.search-button .icon,
.buy-button .icon{
	position:absolute;
	top:6px;
	left:6px;
	width:20px;
	height:20px;
}

.stop-button {
	position:relative;
	font-weight:bold;
	padding:10px 10px 10px 22px;
	height:12px;
}

.stop-button .text{
	display:none;
}

.stop-button .icon{
	position:absolute;
	top:6px;
	left:6px;
	width:20px;
	height:20px;
	background-image:url(../images/searching-icon.gif);
}

.next-button {
	position:relative;
	font-weight:bold;
	padding:10px 10px 10px 30px;
}

.next-button .icon{
	position:absolute;
	top:6px;
	left:6px;
	width:20px;
	height:20px;
	background-image:url(../images/search-more-icon.png);
}

/* content-message start */

.nodata-message {
	display:none;
}

.nodata .nodata-message {
	display:block;
}

.unauthorized-message {
	display:none;
}

.unauthorized .unauthorized-message {
	display:block;
}

.view-unauthorized-message {
	display:none;
}

.view-unauthorized .view-unauthorized-message {
	display:block;
}

.export-unauthorized-message {
	display:none;
}

.export-unauthorized .export-unauthorized-message {
	display:block;
}

.unauthorized.nodata .nodata-message {
	display:none;
}

.view-unauthorized.nodata .nodata-message {
	display:none;
}

.export-unauthorized.nodata .nodata-message {
	display:none;
}

.not-valid-message {
	display:none;
}

.not-valid .not-valid-message {
	display:block;
}

/* content-message end */

/* error and alert start */

.error-content {
	padding:10px 0px;
}

.alert-info{
	color:#43a1f8;
}

.alert-danger {
	color:red;
}

/* error and alert end */

.sharing-container .facebook {
	float:left;
	width:24px;
	height:22px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
	background-image: url(../images/icon-fb.png);
}

.sharing-container .twitter {
	float:left;
	width:24px;
	height:22px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
	background-image: url(../images/icon-tw.png);
}

.sharing-container .google-plus {
	float:left;
	width:24px;
	height:22px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
	background-image: url(../images/icon-gplus.png);
}

.sharing-container .pinterest {
	float:left;
	width:24px;
	height:22px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
	background-image: url(../images/icon-pin.png);
}

.topbar .sharing-container {
	position:absolute;
	top:10px;
	right:15px;
}

.headerbar .sharing-container {
	float:right;
}

.footebar .sharing-container {
	margin-top:10px;
	float:left;
}

.sharing-url {
	float:right;
	padding:1px;
	color:#000000;
	font-size:12px;
}

.sharing-url input {
	height:20px;
	margin:0;
	padding:0;
}

.sharing-url button {
	padding: 2px;
	border: 1px solid #43a1f8;
	margin-left:2px;
	cursor:pointer;
}

.more-items {
	cursor:pointer;
	height:50px;
	background-position:center -50px;
	background-repeat:no-repeat;
	background-image:url(../images/bg08.png)
}

.page-link {
	cursor:pointer;
}

.nav-holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-holder {
  float: right;
  z-index: 99997;
}

.nav-holder ul li {
  float: left;
  padding: 0 0 3px 15px;
  margin: 0;
  line-height:22px;
  font-size:13px;
  white-space: nowrap;
}

.nav-holder ul li:last-child {
    padding-right: 15px !important;
}

.nav-holder .navigation.menu{
	margin-right:10px;
}

.nav-holder .menu > a {
	padding:0 10px;
}
/*nov 2016*/
.nav-holder .signin {
    border-radius: 4px;
	background: #500778;
    /*background: #2591C0;*/
    text-align: right;
}

/*nov 2016*/
.header .homepage-anchor {
	width:265px;
	height:82px;
	position:absolute;
	/*
	background-image: url(../images/buildinginfo/buildinginf-logo-raw-203x82.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
}

.header .site-info {
	position:absolute;
	left:265px;
	font-size:16px; 
	padding-top:22px;
	line-height:22px;
}

.header .site-info a{
    color: #428bca;
}

.header .top-nav{
	position: absolute;
    top: -56px;
    /*width: 115px;*/
    right: 20px;
    font-size: 11px;
    line-height: 18px;
    padding:4px;
    color:#ffffff;
}

.header .top-nav a {
    color: white;
    font-size: 11px;
    padding: 0 2px 0 2px;
}

.header .top-nav a:hover {
    color: #2591C0;
}

.homepage-anchor a {
	display:block;
	width:100%;
	height:100%;
}

#webpage_progress {
	position:absolute;
	display:none;
	z-index:9998;
	background-color: #000000;
    filter:alpha(opacity=5); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
    -moz-opacity:0.05; 
    -khtml-opacity: 0.05; 
    opacity: 0.05; 
}

#webpage_progress_top{
	position:absolute;
	display:none;
	z-index:9999;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../images/buildinginfo-loading2.gif);
	padding:0;
	margin:0;
}

#webpage_progress.active{
	display:block;
}

#webpage_progress_top.active{
	display:block;
}

.searching-message {
	text-align:center;
	padding: 10px 0 8px 0;
	border:0;
	display:none;
}

.searching .searching-message {
	display:block;
}

.pause .searching-message {
	display:none !important;
}

pre .tpl {
	display:none;
}

.fullscreen {
	width:100% !important;
	height:100% !important;
	margin:0 !important;
	padding:0 !important;
	top:0px !important;
	left:0px !important;
	right:0px !important;
	bottom:0px !important;
}

.fullwindow {
	width:100% !important;
	height:100% !important;
	margin:0 !important;
	padding:0 !important;
	position:absolute !important;
	top:0px !important;
	left:0px !important;
	right:0px !important;
	bottom:0px !important;
	z-index:10000 !important;
}

.on-fullwindow {
	overflow-x:hidden;
	overflow-y:hidden;
	overflow:hidden;
}

.calendar-links-container {
	display:inline-block;
	position:relative;
}

.calendar-links-list {
	display:none;
    width: 120px;
	position:absolute;
	top:26px;
	left:0;
	background-color:#ffffff;
	z-index: 1;
	padding: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 3px 3px 4px #444;
    -webkit-box-shadow: 3px 3px 4px #444;
    box-shadow: 3px 3px 4px #444;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
	list-style: none;
}

.calendar-links-list a{
	color:#000000;
}

.calendar-links-list li{
	padding:0;
	margin:0;
}

.calendar-links-container.open .calendar-links-list {
	display:block;
	
}

.button.add2calendar-text {
	padding: 4px 9px 5px 10px;
	position:relative;
	font-weight:bold;
	background-color: #3f7be9;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled=false);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	-webkit-box-shadow: 0px 1px 0px rgba(66,129,244, 0.4) inset;
	-moz-box-shadow: 0px 1px 0px rgba(66,129,244, 0.4) inset;
	-ms-box-shadow: 0px 1px 0px rgba(66,129,244, 0.4) inset;
	-o-box-shadow: 0px 1px 0px rgba(66,129,244, 0.4) inset;
	box-shadow: 0px 1px 0px rgba(66,129,244, 0.4) inset;
	transition: all 0.5s ease 0s;
	display: inline-block;
	color: #ffffff !important;
}

.add2calendar-icon {
	background-image:url(../images/add2calendar.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:32px;
	height:32px;
	display:block;
	cursor:pointer;
}

.add2calendar-icon .text {
	display:none;
}

.noscript-content {
	padding:20px;
	color:red;
	font-size:20px;
	text-align:center;
}

#webcam-launcher {
	position:absolute;
	width:0px;
	height:0px;
	left:-9999px;
}

#forgot-common-form {
    width: 410px;
    position: absolute;
    border: 1px solid #eee;
    background-color: #ffffff;
    padding: 20px 10px 20px;
    top: 50%;
    left: 50%;
    margin-left: -205px;
    margin-top: -205px;
}

#forgot-common-form .close {
	position:absolute;
	width:20px;
	height:20px;
	right: 5px;
	top: 8px;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.login-email-content-box {
    margin-bottom: 15px;
}

#login-email {
    width: 396px;
	padding: 12px 5px !important;
    border: 1px solid #eee;
}

.field-control-button {
	display:none;
	background-color: rgb(240, 240, 240);
	border: 1px solid #e8e8e8;
}

.field-control-label {
    padding: 2px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    text-align: center;
    padding-top: 10px;
}

.field-control-folding-control {
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    padding: 5px 0 0 3px;
    cursor: pointer;
    background-repeat:no-repeat;
    background-image:url(../images/ico3.png);
    background-position: 2px 6px;
    width:10px;
    height:10px;
}

.field-controlled-open .field-control-folding-control {
	background-image:url(../images/ico3u.png);
}
	
.field-controlled-open .field-control-button {
	background-color: #F0F8FF;
}

.field-controlled-close {
	padding:0!important;
}

.cookie-popup {
	position: fixed;
	_position:absolute;
	width: 100%;
	bottom: 0;
	_top:expression(eval(document.body.scrollTop));
	left: 0;
	color:#ffffff;
	z-index:9999;
	background-color:#47a8df;
	border-top:1px solid #545454;
}

.cookie-popup .cookie-wrapper {
	padding:20px;
}

.cookie-popup .content-cookie {
	padding-right:100px;
}

.cookie-popup .accept-cookie.button {
	position:absolute;
	right:10px;
}

#notify {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9999;
  margin-left: 10px;
}

#notify.top-left {
  left: 20px;
  right: auto;
}

#notify.bottom-right {
  bottom: 20px;
  left: auto;
  right: 20px;
  top: auto;
}

#notify.bottom-left {
  bottom: 20px;
  left: 20px;
  right: auto;
  top: auto;
}

#notify > div {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #fcf8e3;
  border-radius: 3px;
  cursor: pointer;
  display: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 7px;
  padding: 9px 9px 9px 25px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 3px 18px;
}

#notify > div.error {
	color: #B94A48;
	background-color: #F2DEDE;
	border-color: #EED3D7;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAtRJREFUeNqkVc1u00AQHq+dOD+0poIQfkIjalW0SEGqRMuRnHos3DjwAH0ArlyQeANOOSMeAA5VjyBxKBQhgSpVUKKQNGloFdw4cWw2jtfMOna6JOUArDTazXi/b3dm55socPqQhFka++aHBsI8GsopRJERNFlY88FCEk9Yiwf8RhgRyaHFQpPHCDmZG5oX2ui2yilkcTT1AcDsbYC1NMAyOi7zTX2Agx7A9luAl88BauiiQ/cJaZQfIpAlngDcvZZMrl8vFPK5+XktrWlx3/ehZ5r9+t6e+WVnp1pxnNIjgBe4/6dAysQc8dsmHwPcW9C0h3fW1hans1ltwJhy0GxK7XZbUlMp5Ww2eyan6+ft/f2FAqXGK4CvQk5HueFz7D6GOZtIrK+srupdx1GRBBqNBtzc2AiMr7nPplRdKhb1q6q6zjFhrklEFOUutoQ50xcX86ZlqaZpQrfbBdu2R6/G19zX6XSgh6RX5ubyHCM8nqSID6ICrGiZjGYYxojEsiw4PDwMSL5VKsC8Yf4VRYFzMzMaxwjlJSlCyAQ9l0CW44PBADzXhe7xMdi9HtTrdYjFYkDQL0cn4Xdq2/EAE+InCnvADTf2eah4Sx9vExQjkqXT6aAERICMewd/UAp/IeYANM2joxt+q5VI+ieq2i0Wg3l6DNzHwTERPgo1ko7XBXj3vdlsT2F+UuhIhYkp7u7CarkcrFOCtR3H5JiwbAIeImjT/YQKKBtGjRFCU5IUgFRe7fF4cCNVIPMYo3VKqxwjyNAXNepuopyqnld602qVsfRpEkkz+GFL1wPj6ySXBpJtWVa5xlhpcyhBNwpZHmtX8AGgfIExo0ZpzkWVTBGiXCSEaHh62/PoR0p/vHaczxXGnj4bSo+G78lELU80h1uogBwWLf5YlsPmgDEd4M236xjm+8nm4IuE/9u+/PH2JXZfbwz4zw1WbO+SQPpXfwG/BBgAhCNZiSb/pOQAAAAASUVORK5CYII=);
}
#notify > div.success {
	color: #468847;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAutJREFUeNq0lctPE0Ecx38zu/RFS1EryqtgJFA08YCiMZIAQQ4eRG8eDGdPJiYeTIwHTfwPiAcvXIwXLwoXPaDxkWgQ6islKlJLSQWLUraPLTv7Gme32zoF9KSTfLO7v53vZ3d/M7/fIth+IO6INt2jjoA7bjHCJoAlzCRw59YwHYjBnfMPqAKWQYKjGkfCJqAF0xwZjipQtA3MxeSG87VhOOYegVrUCy7UZM9S6TLIdAamySTclZdYhFhRHloGYg7mgZv1Zzztvgud7V1tbQ2twYA34LJmF4p5dXF1KTufnE+SxeJtuCZNsLDCQU0+RyKTF27Unw101l8e6hns3u0PBalORVVVkcaEKBJDgV3+cGM4tKKmI+ohlIGnygKX00rSBfszz/n2uXv81wd6+rt1orsZCHRdr1Imk2F2Kob3hutSxW8thsd8AXNaln9D7CTfA6O+0UgkMuwVvEFFUbbAcrkcTA8+AtOk8E6KiQiDmMFSDqZItAzEVQviRkdDdaFgPp8HSZKAEAL5Qh7Sq2lIJBJwv2scUqkUnKoZgNhcDKhKg5aH+1IkcouCAdFGAQsuWZYhOjwFHQ96oagWgRoUov1T9kRBEODAwxM2QtEUl+Wp+Ln9VRo6BcMw4ErHRYjH4/B26AlQoQQTRdHWwcd9AH57+UAXddvDD37DmrBBV34WfqiXPl61g+vr6xA9zsGeM9gOdsNXkgpEtTwVvwOklXLKm6+/p5ezwk4B+j6droBs2CsGa/gNs6RIxazl4Tc25mpTgw/apPR1LYlNRFAzgsOxkyXYLIM1V8NMwyAkJSctD1eGVKiq5wWjSPdjmeTkiKvVW4f2YPHWl3GAVq6ymcyCTgovM3FzyRiDe2TaKcEKsLpJvNHjZgPNqEtyi6mZIm4SRFyLMUsONSSdkPeFtY1n0mczoY3BHTLhwPRy9/lzcziCw9ACI+yql0VLzcGAZbYSM5CCSZg1/9oc/nn7+i8N9p/8An4JMADxhH+xHfuiKwAAAABJRU5ErkJggg==);
}
#notify > div.info {
	color: #3A87AD;
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QYFAhkSsdes/QAAA8dJREFUOMvVlGtMW2UYx//POaWHXg6lLaW0ypAtw1UCgbniNOLcVOLmAjHZolOYlxmTGXVZdAnRfXQm+7SoU4mXaOaiZsEpC9FkiQs6Z6bdCnNYruM6KNBw6YWewzl9z+sHImEWv+vz7XmT95f/+3/+7wP814v+efDOV3/SoX3lHAA+6ODeUFfMfjOWMADgdk+eEKz0pF7aQdMAcOKLLjrcVMVX3xdWN29/GhYP7SvnP0cWfS8caSkfHZsPE9Fgnt02JNutQ0QYHB2dDz9/pKX8QjjuO9xUxd/66HdxTeCHZ3rojQObGQBcuNjfplkD3b19Y/6MrimSaKgSMmpGU5WevmE/swa6Oy73tQHA0Rdr2Mmv/6A1n9w9suQ7097Z9lM4FlTgTDrzZTu4StXVfpiI48rVcUDM5cmEksrFnHxfpTtU/3BFQzCQF/2bYVoNbH7zmItbSoMj40JSzmMyX5qDvriA7QdrIIpA+3cdsMpu0nXI8cV0MtKXCPZev+gCEM1S2NHPvWfP/hL+7FSr3+0p5RBEyhEN5JCKYr8XnASMT0xBNyzQGQeI8fjsGD39RMPk7se2bd5ZtTyoFYXftF6y37gx7NeUtJJOTFlAHDZLDuILU3j3+H5oOrD3yWbIztugaAzgnBKJuBLpGfQrS8wO4FZgV+c1IxaLgWVU0tMLEETCos4xMzEIv9cJXQcyagIwigDGwJgOAtHAwAhisQUjy0ORGERiELgG4iakkzo4MYAxcM5hAMi1WWG1yYCJIcMUaBkVRLdGeSU2995TLWzcUAzONJ7J6FBVBYIggMzmFbvdBV44Corg8vjhzC+EJEl8U1kJtgYrhCzgc/vvTwXKSib1paRFVRVORDAJAsw5FuTaJEhWM2SHB3mOAlhkNxwuLzeJsGwqWzf5TFNdKgtY5qHp6ZFf67Y/sAVadCaVY5YACDDb3Oi4NIjLnWMw2QthCBIsVhsUTU9tvXsjeq9+X1d75/KEs4LNOfcdf/+HthMnvwxOD0wmHaXr7ZItn2wuH2SnBzbZAbPJwpPx+VQuzcm7dgRCB57a1uBzUDRL4bfnI0RE0eaXd9W89mpjqHZnUI5Hh2l2dkZZUhOqpi2qSmpOmZ64Tuu9qlz/SEXo6MEHa3wOip46F1n7633eekV8ds8Wxjn37Wl63VVa+ej5oeEZ/82ZBETJjpJ1Rbij2D3Z/1trXUvLsblCK0XfOx0SX2kMsn9dX+d+7Kf6h8o4AIykuffjT8L20LU+w4AZd5VvEPY+XpWqLV327HR7DzXuDnD8r+ovkBehJ8i+y8YAAAAASUVORK5CYII=);
}
#notify > div.warn {
	color: #C09853;
	background-color: #FCF8E3;
	border-color: #FBEED5;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAABJlBMVEXr6eb/2oD/wi7/xjr/0mP/ykf/tQD/vBj/3o7/uQ//vyL/twebhgD/4pzX1K3z8e349vK6tHCilCWbiQymn0jGworr6dXQza3HxcKkn1vWvV/5uRfk4dXZ1bD18+/52YebiAmyr5S9mhCzrWq5t6ufjRH54aLs0oS+qD751XqPhAybhwXsujG3sm+Zk0PTwG6Shg+PhhObhwOPgQL4zV2nlyrf27uLfgCPhRHu7OmLgAafkyiWkD3l49ibiAfTs0C+lgCniwD4sgDJxqOilzDWowWFfAH08uebig6qpFHBvH/aw26FfQTQzsvy8OyEfz20r3jAvaKbhgG9q0nc2LbZxXanoUu/u5WSggCtp1anpJKdmFz/zlX/1nGJiYmuq5Dx7+sAAADoPUZSAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfdBgUBGhh4aah5AAAAlklEQVQY02NgoBIIE8EUcwn1FkIXM1Tj5dDUQhPU502Mi7XXQxGz5uVIjGOJUUUW81HnYEyMi2HVcUOICQZzMMYmxrEyMylJwgUt5BljWRLjmJm4pI1hYp5SQLGYxDgmLnZOVxuooClIDKgXKMbN5ggV1ACLJcaBxNgcoiGCBiZwdWxOETBDrTyEFey0jYJ4eHjMGWgEAIpRFRCUt08qAAAAAElFTkSuQmCC);
}

#notify > div:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#notify > div.notify-icon {
  padding-left: 54px;
  padding-right: 12px;
}

#notify > div.notify-image {
  padding-left: 69px;
}

#notify i {
  border-radius: 14px;
  border: 1px solid #fefefe;
  color: #fefefe;
  left: 12px;
  padding: 5px;
  position: absolute;
  top: 8px;
}

#notify img {
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 48px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 48px;
}

#notify p {
  color: #000;
  margin-top: 8px;
  word-wrap: break-word;
}

#notify > div:hover p {
  color: #ddd;
}

#notify strong {
  color: #fefefe;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  text-shadow: 1px 1px 0 #000;
}

@font-face {
  font-family: 'notify';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/notify.eot');
  src: url('fonts/notify.eot?#iefix') format('embedded-opentype');
  src: url('fonts/notify.svg#notify') format('svg');
  src: url('fonts/notify.ttf') format('truetype');
  src: url('fonts/notify.woff') format('woff');
}

[class^="notify-"], [class*=" notify-"] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'notify';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.5;
  speak: none;
  text-transform: none;
}

.notify-bug:before {
  content: "\e600";
}

.notify-notification:before {
  content: "\e601";
}

.notify-info:before {
  content: "\e602";
}

.notify-checkmark-circle:before {
  content: "\e604";
}

.field-empty{
	display:none;
}
