﻿html, body, form {
    height: auto !important;
    width:  auto !important;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    color: #777777;
    font-size: 12px;
}
.divImageUser{
    border: 1px solid silver;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 5px;
    height: 170px;
    width: 150px;
    background-color: #fff;
    text-align: center;
}
.ImageUser{
    max-height: 100%;
    margin: auto;
}
.viewcad{
}
.viewcad td{
    white-space: nowrap;
    height: 20px;
}
.viewcad-tit{
    border-top: 2px solid #339fd6;
    border-left: 2px solid #339fd6;
    border-right: 2px solid #339fd6;
    height: 20px;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    background-color: #009bdb;
    color: #fff;
}
.viewcad-body{
    border: 2px solid #339fd6;
    padding: 5px;
    border-radius: 0 0 5px 5px;
}
.viewcad-rowAfter{
    height: 0px;
}
.viewcad-rowBefore{
    height: 20px;
}
.headFild{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 100%;
    display:block;
    margin-bottom: 10px;
}
.form-tit{
    font-size: 12px;
    color: #404040;
    font-weight: bold;
}
select{
    width: 100%;
    max-height: 30px;
    box-shadow: rgba(0, 0, 0, 0.09) 0 1px 3px 0 inset;
    padding: 5px;
    background-color: #fafafa;
    background-image: url(images/dropdown_arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    border: 1px solid #e3e3e3;
    text-indent: 0.01px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
textarea{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.09) 0 1px 3px 0 inset;
    border: 1px solid #e3e3e3;
    background-color: #fafafa;
    height: 115px;
}
input[type=text], input[type=password] {
    width: 99%;
    padding: 5px;
    height: 18px !important;
    box-shadow: rgba(0, 0, 0, 0.09) 0 1px 3px 0 inset;
    border: none;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e3e3;
    background-color: #fafafa;
}

input[type=submit] {
    background: linear-gradient(to bottom, #339fd6, #0389cc);
    margin: 0px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    text-align: center;
    min-height: 40px;
    min-width: 150px;
    border: 1px solid #0074ad;
}
input[type=text]:active, input[type=text]:focus,
input[type=password]:active, input[type=password]:focus {
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 3px 0 inset, rgba(0, 0, 0, 0.08) 0 0 3px 0;
    background-color: #ffffff !important;
}
.boxUpload{
    box-shadow: rgba(0, 0, 0, 0.09) 0 1px 3px 0 inset;
    width: 94%;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    background-color: #fafafa;
}
.text-center{
    text-align: center;
}
div.right{
    float:right;
    height: 15px;
    display: inline-block;
}
div.line{
    width:100%;
    max-width:100%;
    min-height: 50px;
    white-space: nowrap;
}
div.line-text{
    width:100%;
    max-width:100%;
    min-height: 50px;
}
div.lineDiv {
    width: 100%;
    min-height: 20px;
}
div.lineTitle{
    width:100%;
    min-height: 20px;
    font-weight: bold;
}


.first30{
    width:30%;
    display: inline-block;

}
.first33{
    width:26.5%;
    display: inline-block;

}
.first50{
    width:48%;
    display: inline-block;
}
.first70{
    width:67%;
    display: inline-block;
}
.first100{
    width:96%;
    display: inline-block;
}

.second30{
    width:26.5%;
    margin-left: 15px;
    display: inline-block;
}
.second33{
    width:30%;
    margin-left: 15px;
    display: inline-block;
}
.second50{
    width:46%;
    margin-left: 15px;
    display: inline-block;
}
.second70{
    width:67%;
    display: inline-block;
}
.third30{
    width:27%;
    margin-left: 15px;
    display: inline-block;
}
.third33{
    width:32%;
    margin-left: 15px;
    display: inline-block;
}

.td-second{
    padding-left: 10px;
}

.mini-tbl-main{
    margin: 10px 0px 0px 10px;
    width: 99%;
    padding: 0 10px 0 0;
}
.mini-selecao{
    color: #3e6ca5;
    font-size: 9pt;
    margin-left: -8px;
    margin-top: 10px;
    font-weight:bolder;
}
.mini-uf{
    min-width:50px;
}
.mini-titulo{
    color: #5C5C61;
    font-size:11pt;
    font-weight:bolder;
}
.mini-subTitulo{
    color: #3e6ca5;
    font-size:10pt;
    font-weight:bolder;
}
.mini-tbl-title{
    border-color: #3e6ca5; 
    width: 100%; 
    border-bottom-style: dashed; 
    border-bottom-width: 1px;
}