/*  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 */
@font-face {
    font-family: 'PTSans-Regular';
    src: url('fonts/ptsans/PTS55F.eot');
    src: local('PTSans-Regular'), 
         local('PTSans-Regular'), 
		 url('fonts/ptsans/PTS55F.eot?#iefix') format('embedded-opentype'),
		 url('fonts/ptsans/PTS55F.woff') format('woff'), 
         url('fonts/ptsans/PTS55F.ttf') format('truetype'),
         url('fonts/ptsans/PTS55F.svg#PTSans-Regular') format('svg'); 
}


@font-face {
    font-family: 'PTSans-Bold';
    src: url('fonts/ptsans/PTS75F.eot');
    src: local('PTSans-Bold'), 
         local('PTSans-Bold'), 
		 url('fonts/ptsans/PTS75F.eot?#iefix') format('embedded-opentype'),
		 url('fonts/ptsans/PTS75F.woff') format('woff'), 
         url('fonts/ptsans/PTS75F.ttf') format('truetype'),
         url('fonts/ptsans/PTS75F.svg#PTSans-Bold') format('svg'); 
}



.centered {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ff0000 !important;
}

.green {
	color: #3e9417 !important;
}

a {
	color: #7f7f7f;
}

input, select, textarea {
	border: 1px solid #d8dede;
	border-radius: 2px;	-moz-border-radius: 2px; -webkit-border-radius: 2px;
}

input:hover, select:hover, textarea:hover {
	border-color: #006C79;
}

input:focus, select:focus, textarea:focus {
	border-color: #FFBA1F;
}

select {
	height: 19px;
	line-height: 15px;
}

input, select, textarea {
	font-family: 'PTSans-Regular', Helvetica, Arial;
	color: #707070;
}

input.checkbox {
	border: 0px;
	background-image: url();
	text-align: left;
	width: 15px !important;
	position: relative;
	top: 3px;
}

br {
	clear: left;
}

body {
	color: #291C0A;
    font-family: 'PTSans-Regular', Helvetica, Arial;
    font-size: 13px;
	position: relative;
	background: url('../images/bg.jpg') repeat left top;
}

#container {
	width: 1000px;
	margin: 0 auto;
}


/* header */
#header-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: url('../images/bg-header-top.jpg') repeat-x left top;
	z-index: 10;
}

#header-logo-tab {
	width: 140px;
	height: 56px;
	position: absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1px;
	z-index: 10;
}

#header {
	float: left;
	width: 100%;
	height: 51px;
	position: relative;
}

#header-container {
	width: 1000px;
	height: 51px;
	margin: 0 auto;
	position: relative;
}

body.logged {
	background: #f6f7f9 url('');
}

body.logged #header {
	background: url('../images/bg-admin.jpg') repeat-x left top;
}

body.logged #header-logo-tab {
	left: 575px;
	right: auto;
}

#language {
	float: right;
	width: 100px;
	position: absolute;
	top: 3px;
	right: 8px;
}

#language ul {
	float: left;
	margin: 0;
	padding: 0;
}

#language ul li {
	float: left;
	width: 35px;
	margin: 0;
	padding: 0;
}

#header .commands {
	position: absolute;
	top: 10px;
	right: 0;
	width: 170px;
	height: 32px;
	overflow: hidden;
	background-color: #006c79;
	border: 1px solid #00545e;
	border-radius: 2px;	-moz-border-radius: 2px; -webkit-border-radius: 2px;
	-webkit-transition: height 0.75s;
    -moz-transition: height 0.75s;
    -o-transition: height 0.75s;
    transition: height 0.75s;
	z-index: 50;
}

#header .commands .name {
	float: left;
	clear: left;
	width: 154px;
	height: 15px;
	color: #f4f5f9;
	padding: 8px;
	border-top: 1px solid #29838e;
	background: url('../images/bg-commands-arrow.jpg') no-repeat 153px 15px;
	cursor: pointer;
}

#header .commands .more {
	float: left;
	clear: left;
	color: #e0e0e0;
	text-decoration: none;
}

#header .commands .more a {
	float: left;
	clear: left;
	width: 154px;
	padding: 8px;
	text-decoration: none;
	color: #bcbcbc;
}

#header .commands .more a:hover {
	background-color: #f2ac10;
	color: #fefefe;
}

#header #menu {
	float: left;
	width: 100%;
	height: 51px;
}

#header #menu ul {
	float: left;
	width: 600px;
	height: 51px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #00545f;
}

#header #menu ul li {
	float: left;
	height: 51px;
	border-right: 1px solid #00545f;
	position: relative;
}

#header #menu ul li div.icon {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 26px;
	height: 26px;
}

#header #menu ul li div.icon_dashboard {
	background: url('../images/bg-menu-item.png') no-repeat left top;
}

#header #menu ul li div.icon_client {
	background: url('../images/bg-menu-item.png') no-repeat -26px top;
}

#header #menu ul li div.icon_service {
	background: url('../images/bg-menu-item.png') no-repeat -52px top;
}

#header #menu ul li div.icon_report {
	background: url('../images/bg-menu-item.png') no-repeat -78px top;
}

#header #menu ul li a {
	display: block;
	height: 31px;
	padding-top: 20px;
	padding-left: 45px;
	padding-right: 20px;
	color: #bcbcbc;
	text-decoration: none;
}
	
	
#header #menu ul li a:hover {
	background-color: #005c67;
	color: #ffffff;
	font-family: 'PTSans-Bold', Helvetica, Arial;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

#header #menu ul li a:hover div.icon_dashboard {
	background-position: left -26px;
}
#header #menu ul li a:active div.icon_dashboard,
#header #menu ul li.selected div.icon_dashboard {
	background-position: left -52px;
}

#header #menu ul li a:hover div.icon_client {
	background-position: -26px -26px;
}
#header #menu ul li a:active div.icon_client,
#header #menu ul li.selected div.icon_client {
	background-position: -26px -52px;
}

#header #menu ul li a:hover div.icon_service {
	background-position: -52px -26px;
}
#header #menu ul li a:active div.icon_service,
#header #menu ul li.selected div.icon_service {
	background-position: -52px -52px;
}

#header #menu ul li a:hover div.icon_report {
	background-position: -78px -26px;
}
#header #menu ul li a:active div.icon_report,
#header #menu ul li.selected div.icon_report {
	background-position: -78px -52px;
}

#header #menu ul li.selected a {
	background-color: #005c67;
	color: #ffffff;
	font-family: 'PTSans-Bold', Helvetica, Arial;
	border-bottom: 3px solid #fea918;
	height: 28px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}



/* subcontainer */
#container #subcontainer {
	float: left;
	width: 100%;
	padding-bottom: 30px;
/*	background: url('../images/bg-subcontainer.png') no-repeat center 200px;*/
}

body.logged #container #subcontainer {
	background: url('');
}

#container #subcontainer #mainerror {
	height: 150px;
	padding-top: 40px;
	padding-bottom: 320px;
	font-size: 12px;
	text-align: center;
}

#container #subcontainer #mainerror .content {
	padding-bottom: 40px;
	padding-left: 15px;
	background: transparent url('');
	border: 0;
	font-size: 22px;
	font-family: 'PTSans-Bold', Helvetica, Arial;
}

#container #subcontainer #mainerror .title {
	display: none;
}

#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: 959px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 11px;
	font-family: 'PTSans-Bold', Helvetica, Arial;
	color: #b94a48;
	background: #f2dede url('../images/bg-error.png') no-repeat 10px center;
	border: 1px solid #e0b1b8;
	z-index: 1;
	position: relative;
	border-radius: 2px;	-moz-border-radius: 2px; -webkit-border-radius: 2px;
}

#container #subcontainer .center #ok {
	float: left;
	width: 959px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 11px;
	font-family: 'PTSans-Bold', Helvetica, Arial;
	color: #569745;
	background: #dbf6d3 url('../images/bg-ok.png') no-repeat 10px center;
	border: 1px solid #aed4a5;
	z-index: 1;
	position: relative;
	border-radius: 2px;	-moz-border-radius: 2px; -webkit-border-radius: 2px;
}


/* foot */
#footer {
	float: left;
	width: 100%;
	height: 218px;
	background: url('../images/bg-footer.jpg') repeat-x left top;
}

#footer-container {
	width: 1000px;
	margin: 0 auto;
}

#footer-top {
	float: left;
	width: 100%;
	height: 166px;
	color: #a8a8a8;
}

#footer-top .footer-area {
	float: left;
	width: 293px;
	height: 140px;
	line-height: 20px;
	margin: 20px;
	margin-top: 0;
	padding-top: 13px;
	margin-bottom: 13px;
	overflow: hidden;
}

#footer-top .footer-area-left {
	margin-left: 0;
	margin-right: 40px;
}

#footer-top .footer-area-center {
	width: 268px;
	margin-right: 25px;
	margin-left: 0;
	padding-left: 40px;
	background: url('../images/bg-footer-area-sep.jpg') no-repeat left top;
}

#footer-top .footer-area-right {
	padding-left: 40px;
	margin-right: 0;
	margin-left: 0;
	background: url('../images/bg-footer-area-sep.jpg') no-repeat left top;
}


#footer-top .footer-area .footer-area-title {
	float: left;
	width: 100%;
	font-family: 'PTSans-Bold', Helvetica, Arial;
	font-size: 14px;
	color: #006c7b;
	text-transform: uppercase;
	margin-bottom: 3px;
}

#footer-top .footer-area .footer-area-description {
	float: left;
	width: 100%;
	font-size: 12px;
}

#footer-bottom {
	float: left;
	width: 100%;
	height: 37px;
	margin-top: 15px;
	padding-right: 31px;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	background: url('../images/bg-footer-bottom-sep.jpg') no-repeat 548px bottom;
}


/* GLOBAL */
.block {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.block .title {
	width: 498px;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #C2A37A;
	text-transform: uppercase;
	display: none;
	border: 0;
}

.block .title a {
	width: 485px;
	height: 20px;
	display: block;
	color: #ffffff;
	padding-top: 8px;
	padding-left: 15px;
}

.block .foot {
	width: 400px;
	height: 7px;
}

.block .foot a {
	width: 100%;
	height: 100%;
	display: block;
}


.block .content {
	background-color: #ffffff;
	border: 1px solid #d8dede;
	color: #737478;
	border-radius: 2px;	-moz-border-radius: 2px; -webkit-border-radius: 2px;
}

body.logged .block .content {
	background-color: #ffffff;
}

.block .content input {
	width: 120px;
	padding: 2px;
}

.block .content textarea,
.block .content select,
.block .content input {
	color: #08355c;
}


.block .content input.button {
	width: 94px;
}

.block .content label {
	float: left;
	width: 160px;
	height: 28px;
	color: #0e518b;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
}

.block .content .buttons {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
}

.block .content input.button_medium {
	border: 0px;
	width: 117px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 19px;
/*	background: -moz-linear-gradient(center bottom , #ffba1f 0%, #ffba1f 70%) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffba1f', endColorstr='#ffba1f');
	background: -webkit-gradient(linear, 0 bottom, 0 top, from(#ffba1f), to(#ffba1f));
	background: linear-gradient(#ffba1f, #ffba1f);
*/	background: #ffba1f url('../images/bg-button-plus.png') no-repeat 10px center;
    border: 1px solid #ffba1f;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 5px 5px 5px 5px;
	color: #ffffff;
	cursor: pointer;
	font-family: 'PTSans-Bold', Helvetica, Arial;
}

.block .content input.button_medium:hover {
	/*background: -moz-linear-gradient(center bottom , #006c79 0%, #006c79 70%) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006c79', endColorstr='#006c79');
	background: -webkit-gradient(linear, 0 bottom, 0 top, from(#006c79), to(#006c79));
	background: linear-gradient(#006c79, #006c79);*/
	background: #006c79 url('../images/bg-button-plus.png') no-repeat 10px center;
	border: 1px solid #006c79;
}

.block .content input.button_small {
	border: 0px;
	width: 80px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: -moz-linear-gradient(center bottom , #ffba1f 0%, #ffba1f 70%) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffba1f', endColorstr='#ffba1f');
	background: -webkit-gradient(linear, 0 bottom, 0 top, from(#ffba1f), to(#ffba1f));
	background: linear-gradient(#ffba1f, #ffba1f);
    border: 1px solid #ffba1f;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	text-shadow: 0 0 2px #ffba1f;
	border-radius: 5px 5px 5px 5px;
	color: #ffffff;
	cursor: pointer;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

.block .content input.button_small:hover {
	background: -moz-linear-gradient(center bottom , #006c79 0%, #006c79 70%) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006c79', endColorstr='#006c79');
	background: -webkit-gradient(linear, 0 bottom, 0 top, from(#006c79), to(#006c79));
	background: linear-gradient(#006c79, #006c79);
	border: 1px solid #006c79;
}

.block .content input.button_smallest {
	border: 0px;
	width: 55px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: -moz-linear-gradient(center bottom , #ffba1f 0%, #ffba1f 70%) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffba1f', endColorstr='#ffba1f');
	background: -webkit-gradient(linear, 0 bottom, 0 top, from(#ffba1f), to(#ffba1f));
	background: linear-gradient(#ffba1f, #ffba1f);
    border: 1px solid #ffba1f;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	text-shadow: 0 0 2px #ffba1f;
	border-radius: 5px 5px 5px 5px;
	color: #ffffff;
	cursor: pointer;
}

.block .content input.button_smallest:hover {
	background: -moz-linear-gradient(center bottom , #006c79 0%, #006c79 70%) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006c79', endColorstr='#006c79');
	background: -webkit-gradient(linear, 0 bottom, 0 top, from(#006c79), to(#006c79));
	background: linear-gradient(#006c79, #006c79);
	border: 1px solid #006c79;
}


.text_red {
	color: #c31a00;
}

.upper {
	text-transform: uppercase;
}

.right {
	text-align: right;
}



/* LOGIN */
#login {
	width: 187px;
	margin-top: 0;
	margin-bottom: 300px;
}

#login .title {
	display: none;
}

#login .content {
	background: transparent url('');
	border: 0;
	padding: 0;
	margin: 0;
}

#login .content label {
	display: none;
}

#login .content input {
	margin: 0 auto;
}

#login .content input.text {
	width: 157px;
	height: 34px;
	background: url('../images/bg-login-input.jpg') no-repeat left top;
	padding: 0;
	border: 0;
	margin-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	color: #707070;
}

#login .content .buttons input {
	font-family: 'PTSans-Bold', Helvetica, Arial;
}





/* DIALOG */
.ui-widget {
	font-family: 'PTSans-Regular', Helvetica, Arial !important;
}

.ui-dialog-titlebar {
	border: 0 !important;
	background: url('') !important;
	color: #006c79 !important;
}

.ui-state-default {
	background: url('') !important;
}

.ui-widget-content {
	color: #787e8c !important;
	
}

.ui-dialog .ui-dialog-buttonpane {
	border: 0 !important;
}

.ui-dialog .ui-dialog-buttonpane button {
	 border: 1px solid #ffba1f !important;
	 background: #ffba1f url('') !important;
	 color: #ffffff !important;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
	 border: 1px solid #006c79 !important;
	 background: #006c79 url('') !important;
}

.ui-datepicker {
	background: #ffffff !important;
	border: 2px solid #f0f0f0 !important;
}

.ui-datepicker td span, .ui-datepicker td a {
	text-align: center !important;
	font-weight: normal !important;
	font-size: 11px;
	font-family: 'PTSans-Bold', Helvetica, Arial !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #006C79 !important;
}

.ui-datepicker-current-day .ui-state-active {
	background-color: #006c78 !important;
	border: 1px solid #00545e !important;
	color: #ffffff !important;
}

.ui-datepicker-today .ui-state-highlight {
	background-color: #ffba21 !important;
	border: 1px solid #eca201 !important;
	color: #ffffff !important;
}


/* CHART */
.jqx-chart-title-text {
	font-family: 'PTSans-Bold', Helvetica, Arial !important;
	color: #006C7B !important;
	fill: #006C7B !important;
    font-size: 14px !important;
	font-weight: normal !important;
    text-transform: uppercase;
}


.jqx-chart-axis-text, .jqx-chart-label-text, .jqx-chart-tooltip-text, .jqx-chart-legend-text {
	font-family: 'PTSans-Regular', Helvetica, Arial !important;
	color: #666666 !important;
	fill: #666666 !important;
	
}