@import url("reset.css");

@import url("calendar.css");

@import url("tabs.css");

@import url("forms.css");

@import url("tables.css");

@import url("datepicker.css");

@import url("menu.css");

@import url("tooltip.css");

@import url("jquery.treeview.css");

@import url("modal.css");

@import url("dimmer.css");

@import url("select-free.css");

@import url("tabsJ.css");

@import url("fonts.css");

/* Window. */
#window {
	width: 100%;
	min-width: 1240px;
	margin: 0 auto;
	background-color: white;
}

body {
	font-family: Roboto, sans-serif;
	font-size: 13px;
	margin: 0%;
}

img {
	border: none;
	text-decoration: none;
}

img.delete20 {
	margin-top: 2px;
	margin-left: 10px;
}

img.link:hover {
	cursor: pointer;
}

img.expandContract {
	margin-right: 10px;
}

img.linkRow {
	margin: 0 10px;
}

/* Links. */
a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	vertical-align: baseline;
}

div.linkContent a {
	color: blue;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

#contextLine {
	margin-left: 3px;
}

.logo-header {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

#header {
	width: 100%;
	min-width: 1240px;
	margin-top: -5px;
	background-color: white;
	width: 100%;
	height: 85px;
	float: left;
	position: relative;
}

#title {
	width: 100%;
	float: left;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 1px;
}

#languageLinks {
	float: right;
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}

#languageLinks a {
	margin-right: 3px;
	margin-left: 3px;
	font-weight: normal;
	color: #0f0f85;
}

/* Page body. */
#pageBody {
	margin-top: 5px;
}

div.menuPage {
	width: 100%;
	min-width: 1240px;
	float: left;
	background-color: #eff0f2;
	height: 27px;
	margin-top: 0px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

span.menuPageTitle {
	color: #0f0f85;
	text-align: left;
	padding: 6px 0px 0px 20px;
	float: left;
	width: 70%;
	font-family: Roboto, sans-serif;
	font-size: 15px;
}

span.menuPageIcons {
	color: #0f0f85;
	font-size: 15px;
	font-weight: bolder;
	text-align: right;
	padding: 5px 3px 3px 0px;
	float: right;
	width: 27%;
	margin-right: 10px;
	height: 16px;
}

span.menuPageIcons a {
	color: #274E90;
}

.negrita{
	font-weight:bold;	
}

	
#menuLinks a {
	color: #fffac6;
}

#contentLinks a {
	color: #333;
	font-size: 20px;
}

div#contentLinks {
	margin-bottom: 4%;
}

/* Content. */
#content {
	padding-top: 15px;
	float: right;
	text-align: center;
	width: 98%;
	margin-bottom: 1.2%;
	margin-right: 1%;
	margin-left: 1%;
	clear: none;
}

p {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
	margin-left: 20px;
}


p.info {
	font-size: 20px;
	font-weight: bolder;
	color: #4e2423;
	text-align: center;
}

p.noData {
	margin: 20px;
	text-align: left;
	vertical-align: middle;
	color: #4e2423;
}

p.errorGlobalForm{
	margin-left: 6%;
	text-align:left;
}

p.infoLine {
	margin: 20px;
	text-align: center;
	vertical-align: middle;
}

div.noData {
	background:#e9edf9 none repeat scroll 0 0;
	border:1px solid #5E67A1;
	color:#05214F;
	width: 98%;
	margin: 20px auto;
}

div.noDataLine {
    border: 1px solid #cccccc;
    width: 96%;
    margin: 11px auto 25px auto;
    background-color: #f2f2f2;
    border-radius: 8px;
}

div.infoPlanning{
	background:#e9edf9 none repeat scroll 0 0;
	border:1px solid #5E67A1;
	color:#222222;
	width: 98%;
	margin: 10px auto;
	font-weight: bold;
}

div.infoPlanning p{
	text-align: left;
}
	
p.errors {
	font-size: 13px;
	font-weight: bold;
	color: red;
	text-align: center;
	margin: 0;
	margin-bottom: 15px;
}

p.errorsLogin {
	font-size: 13px;
	font-weight: bold;
	color: red;
	text-align: center;
	margin: 30px 0px 10px 0px;
}

/*Informacion sobre as ultimas importacions*/
div.infoImport{
	margin:20px auto;
	padding-left:40px;
	text-align:left;
}



div.botonTlfsEmails {
	margin-bottom: 2%;
}

/* "Previous" and "Next" links. */
div.previousNextLinks {
	margin-left: 3%;
	width: 94%;
	margin-right: 3%;
	padding-bottom: 1%;
	padding-top: 0;
	font-style: italic;
	font-family: Roboto, sans-serif;
	font-size: 13px;
}

div.previousNextLinks a {
	color: #274E90;
}

div.previousNextLinks span.firstLink {
	float: left;
	text-align: left;
	width: 7%;
}

div.previousNextLinks span.lastLink {
	float: right;
	text-align: right;
	width: 7%;
}

div.previousNextLinks span.previousNextLink {
	float: left;
	text-align: center;
	width: 86%;
}

div.previousNextLinks span.previousLink {
	float: left;
	text-align: left;
	width: 18%;
}

div.previousNextLinks span.nextLink {
	float: right;
	text-align: right;
	width: 18%;
}

span.leftLink {
	float: left;
	text-align: left;
	margin-left: 6%;
	margin-bottom: 1%;
	width: 68%;
}

span.rightLink {
	text-align: right;
	margin-right: 6%;
	width: 18%;
	float: right;
}

/* Error messages. */
.errorMessage {
	color: red;
}

/* Footer. */
#footer {
	clear: both;
	text-align: center;
	width: 100%;
	position: static;
	bottom: 0;
	height: 17px;
	padding-top: 6px;
	color: white;
	font-size: 14px;
	background-color: #0f0f85;
}

div.subtitleContent {
	border-radius: 2px;
    padding: 6px 10px;
	background-color: #888;
    border: 1px solid #555;
    color: white;  
    overflow: hidden;
    width: 98%;
    margin: 0 auto;
    
    
}

div.level2{
	margin-top: 15px;
	padding: 2px 15px;
	background-color: #eee;
}

div.intro{
	text-align: left;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom:1px solid gray;
	margin-left: 15px;
}

/* Alineacions do texto, numeros e imaxes */
.texto {
	text-align: left;
}



.number,.right {
	text-align: right;
	font-size: 13px;
	padding-right: 5px;
}

.iconoRight {
	clear: none;
	float: right;
	text-align: right;
	margin-right: 10px;
	width: 8%;
	color: yellow;
}

.iconoCentro {
	text-align: center;
}

div.textLeft {
	float: left;
	padding-top: 2px;
}

div.titleCenter {
	clear: none;
	float: left;
	padding-top: 2px;
	text-align: left;
	margin-left: 20px;
}

div.expandContract {
	float: left;
}

.image {
	text-align: center;
}

span.cal {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding-left: 35%;
	padding-right: 35%;
	_padding-left: 15%;
	_padding-right: 15%;
	padding-left: 80px;
	padding-right: 80px;
}

span.calWeek {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	margin-left: 37%;
	margin-right: 37%;
}

select.comboPageByPage {
	text-align: center;
	margin-bottom: 3%;
}

textarea.w98 {
	width:99%;
}
textarea.w95 {
	width:95%;
}
input[type="text"].error, textarea.error, .error {
	background: #EF6868;
}


div.lineCadro {
	clear: both;
	padding: 5px 0px;
	width: 100%;
}

div.infoCadro {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#EFF3FB none repeat scroll 0 0;
	border:1px solid #5E67A1;
	color:#05214F;
	margin:0 auto;
	padding:10px 0 20px;
	width: 280px;
}

span.labelIzq{
    padding-bottom: 2px;
    padding-right: 5px;
    text-align: right;
}
	
span.labelCadro {
	float: left;
	text-align: right;
	padding-left: 15px;

}

span.dataCadro {
	text-align: left;
	float: right;
	padding-right: 20px;
}

div #infoProfitability{
	font-size: 10px;
    padding: 2px 0px 0px;
}

.resourcesEmp {
	right: 43px;
}


