﻿.invalidField {
    border: 1px solid #ff7870 !important;
    background-color: #ffeeee !important;
}

.invalidField:focus {
    background-color: #ffeeee !important;
}

.line-top {
    height: 10px;
}

.line {
    clear: both;
    height: 15px;
}

.line-form {
    clear: both;
    height: 5px;
}

.clear {
    clear: both;
}

.paragraph {
    text-indent: 20px;
    text-align: justify;
}

.center {
    text-align: center;    
    width: 100%;
}

.left {
    text-align: left;
    width: 100%;
}

.right {
    text-align: right;
    width: 100%;    
}

.width{
    width: 100%;
}

#form-register {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 960px;
    margin-bottom: 20px;
}

.line-border {
    border: #DFDFDF 2px solid;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%;    
    clear: both;    
}

.texto-header {
    height: 82px;
    width: 630px;
    text-align: center;
    line-height: 82px;
    
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

.row-register {
    display: table-row;
    float: left;
}

.cell-register {
    float: none;      
}

.marca-oab {
    background: url('../../Content/Images/marca-oab-sem-fundo.png') no-repeat center bottom;
    width: 165px;
    height: 60px;
}

.desc-marca-oab {
    text-align: center;
    font-size: 12px;
    text-align: center;
    color: #4f4f4f;
    text-transform: uppercase;
    font-weight: bold;
}

fieldset {    
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;  
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

legend {
    font-size: 1.2em;
    color: #08c;
    font-weight: bold;
    padding-left: 8px; 
    padding-right: 8px;
    border: none!important;
    width: auto!important;
    font-size: 15px;
    margin-bottom: 10px!important;
}

.load {
    width: 16px;
    height: 16px;
    background: url('../../Content/Images/load.gif') center center no-repeat;
    display: none;
}

.field-s3 {
    width: 130px;
}

.field-s2 {
    width: 240px;
}

.field-s4 {
    width: 80px;
}

.field-phone {
    width: 150px;
}

.field-email {
    width: 330px;
}

.float {
    float: left;
}

.float-pad {
    float: left;
    padding-left: 5px;
}

.uppercase {
    text-transform: uppercase;
}

.form-group {
    margin-bottom: 5px!important;
    height: 55px!important;
}

label {
    margin-bottom: 0px!important;
}

#frmCreate {
    display: none;
}

.loadCombo {
    background: white url('../../Content/Images/ajax-loader.gif') no-repeat 85%;
}

#divLoadingOut {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../../Content/Images/overlay-pattern.png');
    z-index: 8002;
}

#divLoading {
    background-color: #fff;
    width: 150px;
    height: 40px;
    border: 2px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image: url('../../Content/Images/loader.gif');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
    z-index: 9999 !important;
    line-height: 40px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 9pt;
}

.imgDataLoading {
    margin-left: 5px;
}

.even {
    background-color: #f5f5f5;
}

.bs-callout-danger {
border-left-color: #d9534f!important;
}

.bs-callout-warning {
    border-left-color: #f0ad4e!important;
}

.bs-callout-error {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout {
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}