/********************* CSS Geral *********************/
html, body {
  height: 100%;
}
#container {
  min-height: 100%;
  background: #f3f5f8;
}
* {
    font-size: 12px; 
    font-family: Roboto, verdana;
    font-weight: 400;
    color:#999999;
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

h1 {
	font-family: Roboto, verdana;
	font-size: 42px;
	font-weight: 300;
	margin: 0;
}
a {
	color: #009cc3;
	-o-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
a:hover{
	text-decoration: underline;
}

/* Header Main */
.header-main {
	height: 132px;
	font-size: 11px;
	border-top: 8px #009cc3 solid;
	background-color: #fff;
}
.header-logo {
	margin: 15px 0 20px 20px;
	position: relative; /* Usado para basear a posição dos menus para mobile, menor que 740 pixels */
}
.header-logo img {
	width: 200px; 
}
.header-text {
	float: right;
	margin-top: 5px;
        position: absolute;
        right: 0;
        z-index: 1;
}
.header-main-content {
	width: 980px;
	margin: 0 auto;
}

/* Início - Language */
.header-main-col-1, .header-main-col-2 {
	display: inline-block;
    width: 49.75%;
}
.header-language-container {
    width: 300px;
}
.header-language {
    width: 182px;
    float: right;
    margin-bottom: 15px;
    position: relative;
}
.header-language .flag  {
    background-image: url(../img/flags.png);
    width: 26px;
    height: 18px;
}
.header-language .flag-md  {
    width: 17px;
    height: 11px;
    background-size: 17px auto;
}
.header-language .pt-br {
    background-position: 0 0;
}
.header-language .pt-br.flag-md {
    background-position: 0 0;
}
.header-language .es-es {
    background-position: 0 18px;
}
.header-language .es-es.flag-md {
    background-position: 0 11px;
}
.header-language .en-us {
    background-position: 0 36px;
}
.header-language .en-us.flag-md {
    background-position: 0 22px;
}
.header-language .current {
    border: 2px solid #eee;
    height: 18px;
    background-color: #eee;
    cursor: pointer;
}
.header-language .current div, .header-language .current span {
    color: #666;
}
.header-language .current > div {
    float: left;
}
.header-language .current > div.text {
    width: 115px;
    padding-left: 3px;
    font-size: 13px;
    box-sizing: border-box;
    background-color: #fff;
    margin-right: 2px;
}
.header-language .current > div.flag {
    width: 26px;
    height: 18px;
    margin-right: 2px;
}
.header-language .current > div.lang {
    padding-right: 3px;
    margin-right: 2px;
    border-right: 1px solid #cacaca;
}
.header-language .current > div.lang > span {
    display: block;
    font-size: 9px;
    line-height: 9px;
    text-transform: uppercase;
}
.header-language .current > div.arrow {
    width: 9px;
    height: 18px;
}
.header-language .current > div.arrow.active {
    background-color: #999;
}
.header-language .current > div.arrow > div {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 2.5px 0 2.5px;
    margin: 8px 0 0 2px;
    border-color: #999 transparent transparent transparent;
}
.header-language .current > div.arrow.active > div {
    border-color: #FFF transparent transparent transparent;
}
.header-language .options {
    display: none;
    position: absolute;
    width: 100%;
}
.header-language .options > .option {
    height: 22px;
    padding: 4px;
    border: 2px solid #eee;
    background-color: #fafafa;
    border-top: none;
    box-sizing: border-box;
    cursor:pointer;
}
.header-language .options > .option:hover {
    background-color: #f1f1f1;
}
.header-language .options > .option > div {
    float: left;
}
.header-language .options > .option > div.flag {
    margin-top: 1px;
}
.header-language .options > .option > div.text {
    padding-left: 4px;
    margin-left: 4px;
    border-left: 1px solid #cacaca; 
    line-height: 13px;
}
.header-language .options > .option > div.text .countryCode3 {
    text-transform: uppercase
}
/* Fim - Language */

/******************* Content(Main) ********************/

section.content {
	background: #ededed;
	min-height: 490px;
	color: #666;
/*	-moz-box-shadow:    inset 0 -40px 100px -40px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 -40px 100px -40px rgba(0,0,0,.1);
	box-shadow:         inset 0 -40px 100px -40px rgba(0,0,0,.1);
*/	overflow: hidden;
    margin-bottom: -103px;
}
.content-main {
	width: 980px;
	height: 275px;
	margin: 0 auto;
	position: inherit;
}
.content-main-col-1 {
	float: right;
	width: 49.999%;
	height: 269px;
}
.content-main-col-2 {
	float: left;
	width: 49.999%;
	height: 269px;
}
.content-main-text {
	height: 75px;
	position: relative;
	z-index: 10;
}
.content-main-text h2, .content-main-text h1, .content-main-text h3 {
	font-size: 26px;
	font-weight: 300;
	color: #666;
}
.content-main-text span {
	font-size: 14px;
	font-weight: 300;
	color: #666;
	word-spacing: 2px;
}
.content-main-logo {
	float: left;
	padding-left: 30px;
	margin-top: -25px;
}
.content-main-logo img {
	width: 245px
}
.content-main-login {
	width: 300px;
	margin: 0 auto 0 0;
	position: relative;
	z-index: 10;
}
.content-main-banner {
	margin: 0 0 0 auto;
	z-index: -1;
}


/********************** Footer  ***********************/
footer {
	position: relative;
	width: 100%;
	bottom: 0;
	background-color: #f3f5f8;
	padding: 20px 0;
	margin: 0 auto;
	border-top: #fff 1px solid;
	text-align: left;
	height: 60px;
	font-size: 11px;
	color: #666;
	overflow: hidden;
	z-index: 10;
}
.copyright {
	width: 980px;
	margin: 0 auto;
}
.footer-logo1-img {
	float: left;
	padding: 0 30px;
	margin-right: 30px;
	border-right: 1px #bbb dotted;
}
.footer-text {
	float: left;
	padding-top: 10px;
	line-height: 20px;
}
.footer-text span 
{
    color:#009cc3
}
.input_mod {
	width: 295px;
	height: 40px;
	padding-left: 3px;
	margin-bottom: 2px;
	border: 0;
	border-radius: 4px;
}
.input_logado {
    /*font-size: 10px;*/
    float: left;
    margin-right: 13px;
    /*margin-top: 10px;*/
    line-height: 1.8;
}
.input_logado span {
    font-size: 10px;
}
.checkbox_mod {
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 5px;    
}

.form_info, .form_info a
{
    color: #009cc3;
	font-size: 9px;
	margin-bottom: 20px;
	-o-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.form_info:hover, .form_info a:hover{
	text-decoration: underline;
}
.form-login {
	margin-left: -100px;
	z-index: 10;
}
input[type=checkbox].css-checkbox {
        display:none;
}
input[type=checkbox].css-checkbox + label.css-label {
    padding-left:23px;
    height:18px; 
    display:inline-block;
    line-height:18px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:18px;
    vertical-align:middle;
    cursor:pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -18px;
}
label.css-label {
    background-image:url(../img/buttons/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type="submit"] {
    background-color: #009cc3;
    padding: 10px 30px;
    color: #FFF;
    border: 0;
    border-radius: 4px;
	margin-right: 3px;
	float: right;
	-o-transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
}
input[type="submit"]:hover {
    background-color: #123c64;
    cursor: pointer;
}
.li_mod {
    margin-top: 20px;
}

.CMLoginLabel {
    margin-bottom: 5px;	
}

.placeholder-fix:focus::-webkit-input-placeholder  {color:transparent;}
.placeholder-fix:focus::-moz-placeholder   {color:transparent;}
.placeholder-fix:-moz-placeholder   {color:transparent;}

.field-validation-error
{
    color:Red;   
}

#idEmpresaSelecionada
{
    margin: 12px 0;
}
.editor-field 
{
    margin: 5px 0 8px 0;
}