/*  RESET browser defaults (Eric Meyer Global Reset)*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;*/
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul {
	list-style-type: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat {
	clear:both;
  	height:0;
  	font-size: 1px;
 	line-height: 0px;
}

/* END RESET browser defaults */

/* GLOBAL */

.centered {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

a {
	color: #333333;
}

input {
	background-position: 50%;
	background-repeat: repeat-x;
	border: 1px solid #999999;
}

input:hover {
	border-color: #d6863c;
}

input:focus {
	border-color: #0e518b;
}

select {
	height: 19px;
	line-height: 15px;
}

input, select, textarea {
	font-size: 11px;
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
}

input.checkbox {
	border: 0px;
	background-image: url();
	text-align: left;
	width: 15px !important;
}

br {
	clear: left;
}

.icon-alert {
	background: url('../images/icon-alert.png') repeat-x center center;
	background-size: contain;
	width: 16px;
	height: 16px;
	display: inline-block;
}

html {
	height: 100%;
}

html.logged {
/*	background: url("../images/bg-header-weopos.jpg") no-repeat scroll center top #491f69;*/
}

body {
	background: url('../images/bg-header.png') repeat-x left top #D7D7D7;
	color: #333333;
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

body.logged {
/*	background: url('../images/bg-header.png') repeat-x left top transparent;*/
}


/* header */
#header {
	float: left;
	width: 100%;
	height: 112px;
	position: relative;
}

#language {
	float: right;
	width: 100px;
	position: absolute;
	top: 25px;
	right: 0;
}

#language ul {
	float: left;
	margin: 0;
	padding: 0;
}

#language ul li {
	float: left;
	width: 35px;
	margin: 0;
	padding: 0;
}

#header .name {
	position: absolute;
	top: 12px;
	left: 0;
}

#header #subbar {
	float: left;
	width: 100%;
	height: 30px;
	margin-top: 65px;
	box-shadow: 0 2px 0 0 #262626, 0 -1px 0 0 #171717;
	color: #cacaca;
	padding-top: 16px;
}

.logged #header #subbar {
	height: 41px;
	padding-top: 5px;
}


#header .commands {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 12px;
	background-color: #333333;
    border-width: 1px 0;
    box-shadow: 0 1px 0 0 #363636;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 9px;
	padding-bottom: 12px;
	text-shadow: 0 0 0 transparent, 0 1px rgba(29, 29, 29, 0.2);
	color: #9E9E9E;
}

#header .commands a {
	color: #F5F5F5;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

#header .commands a:hover {
	color: #d6863c;
}

#header .commands span.user {
	padding-left: 17px;
	padding-right: 9px;
}

#header .commands span.company {
	padding-left: 9px;
	padding-right: 9px;
	border-left: 1px solid #272727;
}

#header .commands span.schedule {
	position: relative;
}

#header .commands span #schedule_alert {
	position: absolute;
	right: 0;
	top: -16px;
	width: 20px;
	height: 18px;
	background-color: #d6863c;
	border-radius: 10px 10px 10px 10px;
	color: #FFFFFF;
    font-size: 10px;
	text-align: center;
	line-height: 15px;
	padding-top: 2px;
}

#header .commands span #schedule_alert a {
	text-decoration: none;
	border: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#header .commands span #schedule_alert a:hover {
	color: #FFFFFF;
}

#header .commands span .hidden {
	display: none;
}

#header .commands span.schedule a {
	padding-left: 9px;
	padding-right: 9px;
	border-left: 1px solid #272727;
}

#header .commands span.exclusive a {
	padding-left: 9px;
	padding-right: 9px;
	border-left: 1px solid #272727;
	color: #d6863c;
}

#header .commands span.config a {
	padding-left: 9px;
	padding-right: 9px;
	border-left: 1px solid #272727;
}

#header .commands span.logout a {
	padding-left: 9px;
	padding-right: 17px;
	border-left: 1px solid #272727;
}


#header #menu {
	float: left;
	width: 900px;
	height: 40px;	
}

#header #menu ul {
	float: left;
	padding-left: 0;
}

#header #menu ul ul {
	left: 0;
	top: 21px;
}

#header #menu ul li {
	float: left;
	margin-right: 6px;
}

#header #menu ul li a {
	padding: 6px 10px;
	color: #C5C5C5;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#header #menu ul li a span.arrow {
	display: none;
}
	
#header #menu ul li.selected a,
#header #menu ul li a.selected,
#header #menu ul li a:hover {	
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2OTAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNENjg2M0MiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM3MDU1MzYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2OTApIiAvPgo8L3N2Zz4=);
	
	
/*    border-bottom: 1px solid #1B0B00;*/
    color: #FFFFFF;
    text-decoration: none;
}

#header .menu-exclusive > ul > li.selected > a,
#header .menu-exclusive > ul > li > a.selected,
#header .menu-exclusive > ul > li > a:hover {	
	background: #BD8C49 url('') !important;
}

#header #menu ul li ul li a {
	color: #c5c5c5;
	background-color: #ffffff;
	padding: 7px 10px 4px;
}

#header #menu ul li ul li a:hover {
	color: #ffffff !important;
	background-color: #d6863c !important;
}
/*
#header #menu ul li a.rgpd {
	padding: 6px 25px;
	color: #ffffff;
	width: 20px;
	height: 12px;
	display: inline-block;
	position: relative;
	top: -6px;
	background: transparent url('../images/rgpd-logo-white.png') no-repeat center center;
	border: 1px solid transparent;
}

#header #menu > ul > li.selected > a.rgpd,
#header #menu > ul > li > rgpd.selected,
#header #menu > ul > li > a.rgpd:hover {	
	padding: 6px 25px;
	color: #ffffff;
	display: inline-block;	
	position: relative;
	top: -6px;
	background: #075C97 url('../images/rgpd-logo-white.png') no-repeat center center !important;
	border: 1px solid #075C97 !important;
}
*/
#header #menu ul li a.atcud {
	background: #ffffff !important;
	color: #232323;
}

#header #menu ul li a.atcud:hover {
	
}

#newsscroller {
	padding-left: 20px;
	overflow: hidden;
	background: transparent url('../images/logo_icon.png') no-repeat 6px -1px;
}

#newsscroller a {
	color: #d6863c;
	text-decoration: none;
	font-weight: bold;
}

#newsscroller a:hover {
	color: #eaeaea;
}

.logged #newsscroller {
	position: absolute;
	width: 290px;
	height: 25px;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 25px;
	right: 0;
	top: 76px;
	overflow: hidden;
	background: #FFFFFF url('../images/logo_icon.png') no-repeat 6px 4px;
    margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #333333;
	font-size: 10px;
}

.logged #newsscroller a {
	color: #d6863c;
	text-decoration: none;
	font-weight: bold;
}

.logged #newsscroller a:hover {
	color: #333333;
}




#container {
	width: 1000px;
	margin: 0 auto;
}


/* subcontainer */
#container #subcontainer {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}

#container #subcontainer #mainerror {
	height: 150px;
	padding-top: 120px;
	padding-bottom: 40px;
	font-size: 12px;
	text-align: center;
}

#container #subcontainer #mainerror .content {
	padding-bottom: 40px;
	padding-left: 15px;
}

#container #subcontainer .top {
	float: left;
	width: 100%;
	height: 0px;
	z-index: 10;
	position: relative;
}

#container #subcontainer .top .menu {
	float: right;
	width: 600px;
	margin-top: -23px;
	margin-bottom: 15px;
	z-index: 10;
	position: relative;
}

#container #subcontainer .top .menu .option {
	float: right;
	width: 80px;
}

#container #subcontainer .top .menu .option .content {
	text-align: center;
}

#container #subcontainer .top .menu .option .content a {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
	color: #69be73;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-top: 48px;
}

#container #subcontainer .center {
	float: left;
	width: 100%;
}


#container #subcontainer .center #content {
	padding-top: 10px;
	margin-top: 35px;
}

#container #subcontainer .center #error {
	float: left;
	width: 940px;
	height: 21px;
	margin-top: 5px;
	padding: 9px 0 4px 50px;
	font-weight: bold;
	color: #444444;
	z-index: 1;
	position: relative;
	background: url("../images/icon_error.png") no-repeat scroll 2px 0 #FAE2E3;
    border: 1px solid #EC9B9B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#container #subcontainer .center #ok {
	float: left;
	width: 940px;
	height: 21px;
	margin-top: 5px;
	padding: 8px 0 3px 50px;
	font-weight: bold;
	color: #444444;
	z-index: 1;
	position: relative;
	background: url("../images/icon_success.png") no-repeat scroll 2px 0 #DFFAD3;
    border: 1px solid #72CB67;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#container #subcontainer .center #alert {
	float: left;
	width: 940px;
	height: 21px;
	margin-top: 5px;
	padding: 9px 0 4px 50px;
	font-weight: bold;
	color: #444444;
	z-index: 1;
	position: relative;
	background: url("../images/icon_alert.png") no-repeat scroll 2px 0 #FFFAC6;
    border: 1px solid #D3C200;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#container #subcontainer .center #info {
	float: left;
	width: 940px;
	height: 21px;
	margin-top: 5px;
	padding: 9px 0 4px 50px;
	font-weight: bold;
	color: #444444;
	z-index: 1;
	position: relative;
	background: url("../images/icon_info.png") no-repeat scroll 2px 0 #DDE9F7;
    border: 1px solid #50B0EC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* foot */
#footer {
	float: left;
	width: 100%;
	border-top: 5px solid #D6863C;
	background: none repeat scroll 0 0 #454545;
    padding: 30px 0 0;
	color: #F4F3EF;
}

#footer .footer-content {
	margin: 0 auto;
	width: 980px;
	padding: 10px;
}

#footer .footer-content .footer-block {
	float: left;
	width: 220px;
	margin-right: 15px;
	margin-bottom: 25px;
}

#footer .footer-content .block-big {
	width: 510px;
	margin-right: 0;
}

#footer .footer-content .footer-block .block-title {
	float: left;
	width: 100%;
	color: #eae7e2;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}

#footer .footer-content .footer-block .block-title span {
	float: left;
    margin-right: 10px;
}

#footer .footer-content .footer-block .block-title:after {
    border-bottom: 1px dotted #BCBBB8;
    content: " ";
    display: block;
    height: 0.6em;
    overflow: hidden;
}

#footer .footer-content .footer-block .block-content {
	float: left;
	width: 100%;
	line-height: 20px;
}

#footer .footer-content .footer-block .block-content a {
	display: block;
	color: #D6863C;
}

#footer .footer-content .footer-block .block-content a.exclusive {
	display: inline;
}

#footer .credits {
	float: left;
	width: 100%;
	background: none repeat scroll 0 0 #363636;
    border-top: 1px solid #585858;
	font-size: 0.9em;
    margin-top: 10px;
    padding: 10px 0 0;
}

#footer .credits .credits-content {
	margin: 0 auto;
	width: 980px;
	padding: 10px;
}

#footer .credits .credits-content .copyright {
	float: left;
	width: 50%;
	position: relative;
	top: -5px;
}

#footer .credits .credits-content .developed {
	float: left;
	width: 50%;
	text-align: right;
	position: relative;
	top: -9px;
}




#foot {
	float: left;
	width: 100%;
	padding-top: 0;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
}

#foot a {
	text-decoration: none;
	font-weight: bold;
}

#foot a:hover {
	text-decoration: underline;
}

#foot img {
	margin-left: 3px;
}

#foot .footmenu {
	position: absolute;
	top: 5px;
}

#foot .footmenu ul {
	padding-left: 0;
}

#foot .footmenu ul li {
	float: left;
}

#foot .footmenu ul li a {
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal !important;
}

#foot .footmenu ul li a.home {
	padding-left: 0;
}



#foot .footmenu ul li a:hover,
#foot .footmenu ul li a.exclusive {
	color: #D6863C;
}




/* GLOBAL */
.block {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background: none repeat scroll 0 0 #FFFFFF;
    border-color: #C4C4C4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    border-style: solid;
    border-width: 1px;
	margin-top: 30px;
    margin-bottom: 30px;
}

.block .title {
	width: 496px;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
/*	background: url("../images/block_title.png") repeat-x scroll center top #F5F5F5;*/
    border: 2px solid #FFFFFF;
	border-bottom: 1px solid #cccccc;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.block .title a {
	width: 485px;
	height: 20px;
	display: block;
	padding-left: 15px;
	padding-top: 4px;
	color: #333333;
    font-size: 16px;
    font-weight: normal;
}

.block .foot {
	width: 400px;
	height: 7px;
}

.block .foot a {
	width: 100%;
	height: 100%;
	display: block;
}


.block .content {
	padding-top: 30px;
	color: #999999;
	background-color: #F5F5F5;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.block .content input {
	width: 114px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.block .content textarea,
.block .content select,
.block .content input {
	color: #000000;
}


.block .content input.button {
	width: 94px;
}

.block .content label {
	float: left;
	width: 160px;
	height: 28px;
	color: #d6863c;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
}

.block .content .buttons {
	width: 100%;
/*	padding-top: 20px;*/
	padding-bottom: 10px;
}

.block .content input.button_medium {
	border: 1px solid #b4b4b4;
	width: 135px;
	height: 30px;
	
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNENEQ0RDQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGNEY0RjQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MTYpIiAvPgo8L3N2Zz4=);
	
	color: #666666;
	text-shadow: 1px 1px 1px #b4b4b4;
	font-size: 11px;
	font-family: Arial;
	cursor: pointer;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.block .content input.button_medium:hover {
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyOTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM4ODg4ODgiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMzMzMzMzMiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyOTkpIiAvPgo8L3N2Zz4=);
	
	text-shadow: 1px 1px 1px #191919;
	color: #ffffff;
}

.block .content input.button_small {
	border: 1px solid #b4b4b4;
	width: 87px;
	height: 30px;
	
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNENEQ0RDQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGNEY0RjQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MTYpIiAvPgo8L3N2Zz4=);
	
	color: #666666;
	text-shadow: 1px 1px 1px #b4b4b4;
	font-size: 11px;
	font-family: Arial;
	cursor: pointer;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.block .content input.button_small:hover {
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyOTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM4ODg4ODgiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMzMzMzMzMiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyOTkpIiAvPgo8L3N2Zz4=);
	
	text-shadow: 1px 1px 1px #191919;
	color: #ffffff;
}

.block .content input.button_smallest {
	border: 1px solid #b4b4b4;
	width: 55px;
	height: 30px;
	
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNENEQ0RDQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGNEY0RjQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MTYpIiAvPgo8L3N2Zz4=);
	
	color: #666666;
	text-shadow: 1px 1px 1px #b4b4b4;
	font-size: 11px;
	font-family: Arial;
	cursor: pointer;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.block .content input.button_smallest:hover {
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyOTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM4ODg4ODgiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMzMzMzMzMiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyOTkpIiAvPgo8L3N2Zz4=);
	
	text-shadow: 1px 1px 1px #191919;
	color: #ffffff;
}

.block .content .introtext {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	line-height: 20px;
	color: #333333;
	margin-bottom: 20px;
}

.block .content .highlight,
.block .content .highlight a {
	color: #D6863C;
}

.exclusive-box {
	width: 930px !important;
	height: auto !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	margin-bottom: 10px !important;
	background-color: #ffffff;
	line-height: 20px;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	color: #333333;
}

.exclusive-box .exclusive-name {
	float: left;
	width: 130px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #D6863C;
	position: relative;
}

.exclusive-box .exclusive-name img {
	position: absolute;
	top: 25px;
	left: 10px;
}

.exclusive-box .exclusive-desc {
	float: left;
	width: 650px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

.exclusive-box .exclusive-desc .text {
	font-size: 10px;
}

.exclusive-box .faq-desc .text {
	font-size: 12px;
}

.exclusive-box .faq-desc .smalltext {
	font-size: 10px;
}

.exclusive-box .exclusive-price {
	float: left;
	width: 130px;
	font-size: 30px;
	line-height: 20px;
	text-align: center;
	padding-top: 20px;
}

.exclusive-box .exclusive-price .small {
	font-size: 10px;
}

.exclusive-box .exclusive-price .medium {
	font-size: 14px;
	font-weight: bold;
}

.grades {
	float: right;
	width: 54%;
	position: relative;
}

.grades .grade {
	float: left;
	width: 70px;
	text-align: center;
	color: #D6863C;
	font-size: 10px;
}

.grades .grade_sum {
	position: absolute;
	top: 5px;
	left: 40px;
	color: #999999;
	text-align: right;
	display: none;
}

.grades .grade_bar {
	float: right;
	width: 400px;
	height: 20px;
	border: 1px solid #eaeaea;
}

.grades .grade_bar .bar {
	float: left;
	height: 100%;
	background-color: #D6863C;
}

.grades .grade_bar .bar .bar_value {
	float: right;
	padding-top: 3px;
	padding-right: 5px;
	color: #ffffff;
	font-size: 11px;
}

.exclusive-subtitle {
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 15px;
}

.exclusive-box .faq-desc {
	float: left;
	width: 910px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

.exclusive-box .inquiry-desc {
	line-height: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f4f4f4;
	position: relative;
}

.exclusive-box .inquiry-desc .grades {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 520px;
}

.exclusive-box .inquiry-desc textarea {
	width: 900px;
	height: 50px;
	border: 0;
}

.exclusive-box .subscription-desc {
	border: 0;
}

.exclusive-box .inquiry-desc .subscriptions {
	float: left;
	width: 100%;
}

.exclusive-box .inquiry-desc .subscriptions .subscription {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
	line-height: 20px;
}

.exclusive-box .inquiry-desc .subscriptions .subscription .logo {
	float: left;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	background: url('../images/logo-weoinvoice.png') no-repeat center center;
}

.exclusive-box .inquiry-desc .subscriptions .subscription .logo a {
	width: 100%;
	height: 100%;
	display: block;
}


.exclusive-box .inquiry-desc .subscriptions .subscription .logo_weoinvoice {
	background: url('../images/logo-weoinvoice.png') no-repeat center center;
}

.exclusive-box .inquiry-desc .subscriptions .subscription .logo_weopet {
	background: url('../images/logo-weopet.png') no-repeat center center;
}

.exclusive-box .inquiry-desc .subscriptions .subscription .logo_weodesign {
	background: url('../images/logo-weodesign.png') no-repeat center center;
}

.exclusive-box .inquiry-desc .subscriptions .subscription .logo_weomarketing {
	background: url('../images/logo-weomarketing.png') no-repeat center center;
}

.exclusive-box .inquiry-desc .subscriptions .subscription .site,
.exclusive-box .inquiry-desc .subscriptions .subscription .description,
.exclusive-box .inquiry-desc .subscriptions .subscription .input {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	line-height: 24px;
}	

.exclusive-box .inquiry-desc .subscriptions .subscription .description .bold {
	text-transform: uppercase;
}

.exclusive-box .inquiry-desc .subscriptions .subscription .site a {
	text-decoration: none;
}

.exclusive-box .inquiry-desc .subscriptions .subscription .site a:hover {
	text-decoration: none;
	font-weight: bold;
}



.text_red {
	color: #c31a00;
}

.upper {
	text-transform: uppercase;
}

.right {
	text-align: right;
}



/* LOGIN */
#login .content label,
#register .content label {
	width: 120px;
	color: #999999;
	font-weight: normal;
	font-size: 14px;
	padding-top: 6px;
	padding-right: 20px;
}

#login .content input.text,
#register .content input.text {
	width: 270px;
	height: 18px;
	font-size: 12px;
	padding-top: 5px;
}

#login .content .buttons,
#register .content .buttons {
	padding-top: 20px;
	padding-bottom: 20px;
}

#register .content input#security_code {
	width: 180px;
}

#captcha {
	float: right;
	margin-right: 75px;
}



/* TABS */
#objectview #tabs {
	border: 0;
	background: transparent;
}

#objectview #tabs > div {
	background-color: #ffffff;
}


#objectview #tabs .ui-tabs-nav {
	border: 0;
	border-bottom: 1px solid #aaaaaa;
	background: url('') transparent;
	padding-left: 0;
	border-radius: 0;
}

#objectview #tabs .ui-tabs-nav li {
	width: auto;
}

#objectview #tabs .ui-tabs-nav li a {
	width: auto;
}

#objectview #tabs .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 0px;
}

#objectview #tabs .ui-tabs-nav li.ui-tabs-selected a {
	background: linear-gradient(#dedbdb, #ffffff) repeat scroll 0 0 transparent;
	
	background: #ffffff;
	background:-moz-linear-gradient(top, #dedbdb 0%, #ffffff 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedbdb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #dedbdb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #dedbdb 0%,#ffffff 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #dedbdb 0%,#ffffff 100%); /* IE10+ */
	background:linear-gradient(top, #dedbdb 0%,#ffffff 100%); /* W3C */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedbdb', endColorstr='#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedbdb', endColorstr='#ffffff')";
	
	margin-top: 1px;
	height: 15px;
}

#objectview #tabs .ui-tabs-nav li.ui-state-default {
	background-image: url('../images/bg-menu.png');
	background-position: left -10px;
	height: 23px;
}
	
#objectview #tabs .ui-tabs-nav a {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #444444;
	height: 13px;
}

#objectview #tabs .ui-tabs-nav a:hover {
	text-decoration: none;
}

#objectview #tabs .ui-tabs-panel {
	border: 1px solid #aaaaaa;
	border-top: 0;
}



/* OBJECT LIST */

#objectlist {
	float: left;
	width: 990px;
	margin-top: 0px;
}

#objectlist .title {
	width: 986px;
}

#objectlist .title a {
	width: 985px;
}

#objectlist .content {
	padding: 10px;
}

#objectlist .content a:hover {
	text-decoration: underline;
}

#objectlist .foot {
	width: 200px;
}

#objectlist .content table.object_list {
	width: 100%;
	border: 2px solid #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffff;
}

#objectlist .content table.info {
	border: 0;
	background-color: transparent;
}

#objectlist .content table.object_list td.col_filter {
	text-align: right;
	color: #000000;
}

#objectlist .content table.object_list td.col_filter select {
	margin-left: 5px;
	font-size: 11px;
	padding: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
	height: 22px;
}

#objectlist .content table.object_list td.col_filter input {
	font-size: 11px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
	height: 16px;
}

#objectlist .content table.object_list .header {
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #dddddd;
	color: #333333;
}

#objectlist .content table.object_list .header a {
	color: #333333;
	text-decoration: none;
}

#objectlist .content table.object_list .header a:hover {
	text-decoration: underline;
}

#objectlist .content table.object_list tr.row:hover {
	background-color: #eaeaea;
}

#objectlist .content table.object_list tr.even {
	background-color: #f4f4f4;
}

#objectlist .content table.object_list tr.even:hover {
	background-color: #eaeaea;
}

#objectlist .content table.object_list .data {
	color: #0e518b;
	vertical-align: middle;
	border-bottom: 1px solid #d4d4d4;
	font-size: 11px;
	color: #181818;
}

#objectlist .content table.object_list .datadelete {
	width: 60px;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
}

#objectlist .content table.object_list .data a {
	color: #181818;
	text-decoration: none;
	display: block;
	padding: 6px;
}

#objectlist .content table.object_list .data .lock-full {
	width: 21px;
	height: 18px;
	background: url('../images/rgpd-lock-full.png') no-repeat center center;
}
#objectlist .content table.object_list .data .lock-empty {
	width: 21px;
	height: 19px;
	background: url('../images/rgpd-lock-empty.png') no-repeat center center;
}

#objectlist .content table.object_list .data a.deletecontent {
	cursor: pointer;
	position: relative;
	top: 2px;
}

#objectlist .content table.object_list .data a.datatitle {
	padding-left: 3px;
}

#objectlist .content table.object_list .col_text {
	width: 16%;
	color: #000000;
	font-size: 11px;
}

#objectlist .content table.object_list .deleted {
	background-color: #dcdcdc;
}

#objectlist .content .pager {
	text-align: center;
	margin-top: 20px;
}

#objectlist .content .pager span.selectedpage {
	padding: 4px 7px 3px;
	color: #FFFFFF;
	font-weight: bold;
    line-height: 22px;
	background-color: #d4d4d4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	margin-left: 1px;
	margin-right: 1px;
	background: url("../images/bg-pager-selected.gif") repeat scroll 0 0 transparent;
}

#objectlist .content .pager a.page {
	padding: 4px 7px 3px;
	color: #333333;
	border: 1px solid #d4d4d4;
	border-color: #DDDDDD #DDDDDD #CCCCCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	background: url("../images/bg-pager-page.png") repeat-x scroll center center #EEEEEE;
	margin: 0 1px;
	text-align: center;
}

#objectlist .content .pager a.page:hover {
	background-color: #eaeaea;
	color: #d6863c;
}

#objectlist .content .pager a.arrow {
	text-decoration: none;
	color: #0e518b;
}

#objectlist .content .pager .leftarrow {
	margin-right: 10px;
	position: relative;
	top: 6px;
}

#objectlist .content .pager .rightarrow {
	margin-left: 10px;
	position: relative;
	top: 6px;
}


.rgpd-block, .rgpd-block .title, .rgpd-block .content {
	background: transparent url();
	border: 0;
	padding: 0 !important;
	margin: 0 !important;
}

.rgpd-block .title {
	background: url('../images/rgpd-lock-full.png') no-repeat 790px 7px;
}

.rgpd-block .title a {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #125E96;
	background: url('../images/rgpd-lock-full.png') no-repeat 200px 7px;
}




/* OBJECT VIEW */

#objectview {
	float: left;
	width: 820px;
	margin-top: 0px;
	margin-bottom: 30px;
}

#objectview .title {
	width: 816px;
}

#objectview .title a {
	width: 815px;
}

#objectview .content {
	position: relative;
	padding: 10px;
}

#objectview .content a {
	width: 180px;
	padding-left: 10px;
	text-decoration: none;
	margin-bottom: 10px;
/*	color: #7daf3e;*/
	display: block;
	overflow: hidden;
	font-weight: normal;
}

#objectview .content a:hover {
	text-decoration: underline;
}


#objectview .content .users {
	background-color: #eaeaea;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	border: 1px solid #d4d4d4;
}

#objectview .content legend {
	font-size: 12px;
	font-weight: normal;
	color: #7daf3e;
	text-transform: uppercase;
}

#objectview .content table.user_view {
	color: #4d4d4d;
	font-size: 11px;
	line-height: 16px;
}

#objectview .content table.user_view .created_field,
#objectview .content table.user_view .updated_field {
	width: 15%;
	text-align: right;
	padding-top: 3px;
}

#objectview .content table.user_view .created_data,
#objectview .content table.user_view .updated_data {
	padding-left: 10px;
	padding-top: 3px;
	color: #d6863c;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

#objectview .content table.object_view {
	width: 100%;
}

#objectview .content table.object_view_double {
	width: 50%;
	float: left;
}

#objectview .content table.object_view tr {
	height: 30px;
}

#objectview .content table.object_view td {
	border-bottom: 1px solid #f0f0f0;
}

#objectview .content table.object_view .col_field {
	width: 100px;
	height: 13px;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 30px;
	color: #4d4d4d;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	vertical-align: middle;
	font-size: 11px;
	font-family: verdana;
	position: relative;
}

#objectview .content table.object_view .col_field_rgpd,
#objectview .content table.object_view .lock-empty {
	position: absolute;
	left: 0;
	width: 21px;
	height: 19px;
	background: url('../images/rgpd-lock-empty.png') no-repeat left center;
	cursor: pointer;
}

#objectview .content table.object_view .lock-full {
	position: absolute;
	left: 0;
	width: 21px;
	height: 18px;
	background: url('../images/rgpd-lock-full.png') no-repeat left 0;
	cursor: pointer;
}

#objectview .content table.object_view .col_field img.rgpd {
	position: relative;
	top: 2px;
}

#objectview .content table.object_view .col_data {
	color: #000000;
	height: 13px;
	padding-top: 8px;
	padding-bottom: 7px;
	vertical-align: middle;
	font-size: 11px;
	font-family: verdana;
}

#objectview .content table.object_view .col_data a {
	color: #0e518b;
	text-decoration: none;
}

#objectview .content table.object_view .col_data img {
	position: absolute;
}

#objectview .content table.object_view .col_data a:hover {
	text-decoration: underline;
}

#objectview .content table.object_view .col_data input {
	width: 598px;
	height: 16px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 11px;
	font-family: verdana;
}

#objectview .content table.object_view .col_data_double {
	width: 229px;
}

#objectview .content table.object_view .col_data_double input {
	width: 215px;
}

#objectview .content table.object_view .col_data_double input.date {
	width: 278px;
}

#objectview .content table.object_view .col_data_double label {
	height: auto;
	font-weight: normal;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

#objectview .content table.object_view .col_data select {
	width: 608px;
	font-size: 11px;
	height: 24px !important;
	line-height: 20px !important;
	padding-top: 4px !important;
	font-family: verdana;
}

#objectview .content table.object_view .col_data_double select {
	width: 225px;
}

#objectview .content table.object_view .col_data textarea {
	width: 598px;
	padding: 4px;
	font-size: 11px;
	font-family: verdana;
}

#objectview .content .rgpd-legend-wrapper {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding: 0 3px 0 0;
	box-sizing: border-box;
	position: relative;
}

#objectview .content .rgpd-legend-wrapper .rgpd-unavailable {
	position: absolute;
	width: 797px;
	height: 92px;
	top: -5px;
	left: 0;
	background: url('../images/rgpd-demo-unavailable-hor.png') no-repeat center center;
	z-index: 10;
	opacity: 0.4;
}

#objectview .content .rgpd-legend {
	float: left;
	width: 100%;
	border: 1px solid #075C97;
	border-radius: 4px;
	background: #F0F5F8;
	color: #075C97;
	font-size: 11px;
	font-family: verdana;
	padding: 3px 15px;
	margin: 2px;
	box-sizing: border-box;
	position: relative;
}

#objectview .content .rgpd-legend-title {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

#objectview .content .rgpd-legend-title span {
	text-transform: lowercase;
	font-weight: normal;
}

#objectview .content .rgpd-legend-content {
	float: left;
	width: 100%;
	line-height: 25px;
}

#objectview .content .rgpd-legend-content div:nth-child(1) {
	background: url('../images/rgpd-lock-empty.png') no-repeat left center;
	padding-left: 30px;
}

#objectview .content .rgpd-legend-content div:nth-child(2) {
	background: url('../images/rgpd-lock-full.png') no-repeat left center;
	padding-left: 30px;
}

#lawful-input-block input {
	margin: 6px;
	position: relative;
	top: 2px;
}



#objectview .content .info {
	padding-top: 30px;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}


#objectbuttons {
	float: right;
	width: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;	
}

#objectbuttons .title {
	width: 146px;
}

#objectbuttons .title a {
	width: 145px;
}

#objectbuttons .content {
	float: left;
	width: 128px;
	padding: 10px;
	padding-top: 20px;
}

#objectbuttons .content a {
	float: left;
	width: 100%;
	text-align: center;
	text-decoration: none;
	margin-bottom: 20px;
	font-weight: normal;
	cursor: pointer;
}

#objectbuttons .content a:hover {
	font-weight: bold;
}

#objectbuttons .content a .label {
	text-align: center;
	color: #333333;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}



/* FULL CALENDAR */
a.fc-event:hover {
	text-decoration: none !important;
	color: #333333 !important;
}

a.fc-event:hover .fc-event-inner {
	color: #333333 !important;
}



/* NEWS TICKER */
#ticker {
	margin: 0;
	padding-left: 10px;
	height: 25px;
	overflow: hidden;
}
#ticker li {
	height: 25px;
}

#ticker_long {
	margin: 0;
	padding-left: 10px;
	height: 25px;
	overflow: hidden;
}
#ticker_long li {
	height: 25px;
}



div[aria-labelledby=ui-dialog-title-modal_rgpd] {
	border-color: #075C97;
}

div[aria-labelledby=ui-dialog-title-modal_rgpd] .ui-dialog-buttonpane {
	border-color: #075C97;
}

div[aria-labelledby=ui-dialog-title-modal_rgpd] .ui-dialog-titlebar {
	background: linear-gradient(#075C97, #4C89B4);
}

#ui-dialog-title-modal_rgpd {
	color: #ffffff;
}

div[aria-labelledby=ui-dialog-title-modal_rgpd] .ui-dialog-buttonpane button:hover {
	background: #075C97;
	color: #ffffff;
	border: 1px solid #075C97;
}

#modal_rgpd .rgpd-unavailable {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/rgpd-demo-unavailable.png') no-repeat center center;
	z-index: 100;
}





#loading {
	display: none !important;
}

#loading.on {
	display: block !important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999999;
}

#loading.on img {
	left: 50%;
	top: 50%;
	position: fixed;
	margin-left: -100px;
	margin-top: -100px;
}
