#block-header{
	padding-bottom:15px;
}

#custom-toolbar{
	padding:5px 10px;
	text-align:right;
	max-width:980px;
	margin:0 auto;
}

.mod-languages.falang {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.mod-languages.falang ul {
    display: inline;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.tableContent td, .tableContent th{
	padding:10px;
}

.tableContent th h3{
	font-weight:bold;
	margin-top:15px;
}

li h3, li h4, li h5, li h6{
	margin-top:5px;
}

.tableContent td:first-child, table.tableCommands.threeCol td:nth-child(3){
	text-align:center;
}

.tableContent h4{
	margin:5px 0;
	font-weight:normal;
}

.tableContent h2,.tableContent h3, .tableContent h4{
	color:#000;
	border:none;
	padding:none;
	position:static;
	right:0;
}

.custom-tooltip{
	color: #008000; 
	cursor: help;
}

.home-page ul{
    list-style-type: square;
}

.home-page li h3, .home-page li h4{
	margin-bottom: 5px;
}

table.tableCommands th{
	background-color: #ccecff;
}

table.tableCommands td{
	border-color: #000;
}

table.tableCommands td:nth-child(1), table.tableCommands.threeCol td:nth-child(2), .speechCommands{
	color: #699330;
	font-size: 12px;
	font-weight: bold;
}
table.tableCommands td:nth-child(2), table.tableCommands.threeCol td:nth-child(1){
	text-align: center;
}
table.tableCommands td:nth-child(2),table.tableCommands.threeCol td:nth-child(3), .pressCommands{
	color: #104B70;
	font-weight: bold;
}

table.tableCommands.detailsCommands td:nth-child(2), table.tableCommands.threeCol td:nth-child(1){
	color: #000;
}


#block-main #main #content h1,
#block-main #main #content h2,
#block-main #main #content h3,
#block-main #main #content h4,
#block-main #main #content h5,
#block-main #main #content h6{
	color:#000;
	font-weight:bolder;
}

#content strong{
	color:#000;
}
#content .uk-heading-bullet::before{
	border-left: 5px solid #d3d3d3;
}

#content h2.uk-heading-bullet::before{
	border-left: 5px solid #0877BD;
}

#block-main #main #content .home-page h1,
#block-main #main #content .home-page h2,
#block-main #main #content .home-page h3,
#block-main #main #content .home-page h4,
#block-main #main #content .home-page h5,
#block-main #main #content .home-page h6{
	font-weight:normal;
}

/*-----------------------FORM--------------------------*/

.chrono_credits{
	display: none;
}

.uk-form input:not([class*="uk-form-width-"]):not([class*="uk-width-"]):not([type="radio"]):not([type="checkbox"]), .uk-form select:not([class*="uk-form-width-"]):not([class*="uk-width-"]), .uk-form textarea:not([class*="uk-form-width-"]):not([class*="uk-width-"]) {
    width: 100%;
}

.uk-form-stacked .uk-form-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}


.uk-form-row::before, .uk-form-row::after {
    content: "";
    display: table;
}

.uk-form-row::after {
    clear: both;
}

.uk-form-row::before, .uk-form-row::after {
    content: "";
    display: table;
}

.uk-form-row + .uk-form-row {
    margin-top: 25px;
}

.uk-form *::-moz-placeholder {
    color: #5b5b6c;
}

.uk-form *::-moz-placeholder {
    opacity: 1;
}

form[id^=chronoform-] label{
	color: #000;
	font-weight: normal;
}

body[class^=tm-] form[id^=chronoform-] input[type=text],
body[class^=tm-] form[id^=chronoform-] input[type=text]:focus,
body[class^=tm-] form[id^=chronoform-] textarea,
body[class^=tm-] form[id^=chronoform-] textarea:focus,
body[class^=tm-] form[id^=chronoform-] select{
	border:solid 1px #0877BD;
	background-color: #ededed;
	border-radius: 5px;
	color: #6B6B6B;
}

form[id^=chronoform-] input[type=text]:focus,
form[id^=chronoform-] textarea:focus{
	color: #000;
	background-color: #ededed;
}

form[id^=chronoform-] .uk-button,
form[id^=chronoform-] .bfSubmitButton.button,
form[id^=chronoform-]  .bfNextButton,
form[id^=chronoform-] .bfCancelButton {
	color: #fff;
	font-weight: bold;
	border-radius: 40px;
}

form[id^=chronoform-] .captcha-images img{
	float: left;
}

.validation.message{
	color: #f00;
}

form[id^=chronoform-] .system-message .validation{
	background-color: transparent;
	color: #f00;
}

form[id^=chronoform-Career] #form-row-submitBtn #fin-submitBtn{
	text-align: right;
	width: 100%;
}

form[id^=chronoform-Career] #form-row-captcha .gcore-subinput-container-wide{
	float: left;
}

form[id^=chronoform-Career] #captcha1{
	width: 180px;
}

form[id^=chronoform-Career] #fitem1{
	margin-top:25px;
}

form[id^=chronoform-Career] select#jobs{
	width: 370px;
}

#captcha1{
	width: 75%;
}

#submitBtn.uk-button-primary{
    background-color: #3492f5;
    background-image: linear-gradient(to bottom, #38bcf9, #3276f2);
    border: medium none;
    box-shadow: 1px 1px 0 rgba(157, 222, 255, 0.2) inset, 1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    min-height: 40px;
    overflow: visible;
    padding: 0 33px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease-in-out 0s;
}

#submitBtn.uk-button-primary:hover {
    background-color: #2c8aee;
    background-image: none;
}

/*-----------------------------------*/

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 

	#system article.item header h1{
		margin-top:25px;
	}


}

#block-bottom-c .mod-box{
	border:none;
}

#block-top-a{
	padding-bottom:0;
}
#top-a .mod-box{
	padding:0;
	margin:0;
	border:none;
	min-height:20px;
	height:20px;
}

#block-footer{
	background-color:#000;
}

#block-footer .block-footer.max-width65{
	max-width:980px;
}

#footer dd, #footer dl{
	margin-left:0;
	padding-left:0;
	margin-top:0;
}
#footer dt{
	color: #999999;
}

@media only screen and (max-width: 960px){
	#block-header #header, #block-header{
		margin-bottom:0;
		padding-bottom:0;
	}.mod-languages.falang {
    display: inline-block;
    margin: 0;
    padding: 0;
}

	#top-a .mod-box{
		padding-right:10px;
	}
}
