.formulario_corpo .nav-tabs{
    margin-bottom: 0px;
}
.formulario_corpo .nav-tabs>li>a{
    background: #666;
    color:#FFF;
    font-size:16px;
    padding: 10px 20px;
    background-color: #f0f0f0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: linear-gradient(top, #f8f8f8, #f2f2f2);
    text-shadow: 0px 1px #fff;
    color: #666;
}
.formulario_corpo .nav-tabs>li.active>a{
    background: #f9f9f9;
    color:rgb(6, 106, 117);
    font-weight: bold;
}
.formulario_corpo .tab-content{
    background: #f9f9f9;
    padding-top: 20px;
    border: 1px solid #ddd;
    border-top:none;
}

/** The wrapper that will contain our two forms **/
#formulario_capa{
    width: 99%;
    right: 0px;
    min-height: 560px;	
    margin: 0px auto;	
    position: relative;	
}
/**** Styling the form elements **/

.formulario_corpoh1{
    font-size: 23px;
    color: rgb(6, 106, 117);
    padding: 2px 0 10px 0;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.formulario_corpoh1:after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%); 
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0))); 
    background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
    background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
    background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
    background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
}

.formulario_corpo .row{
    margin-bottom:15px;
}

.formulario_corpolabel{
    color: rgb(64, 92, 96);
    position: relative;
}

/**** advanced input styling ****/
/* placeholder */
::-webkit-input-placeholder  { 
    color: rgb(190, 188, 188); 
    font-style: italic;
}
.formulario_corpoinput:-moz-placeholder,
.formulario_corpotextarea:-moz-placeholder{ 
    color: rgb(190, 188, 188);
    font-style: italic;
} 
.formulario_corpoinput {
    outline: none;
}

/* all the input except submit and checkbox */
.formulario_corpoinput:not([type="checkbox"]){
    padding: 0;
    padding-left: 10px;
    border: 1px solid rgb(178, 178, 178);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.formulario_corpoinput:not([type="checkbox"]):active,
.formulario_corpoinput:not([type="checkbox"]):focus{
    border: 1px solid rgba(91, 90, 90, 0.7);
    background: rgba(238, 236, 240, 0.2);
} 

/** the magic icon trick ! **/
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color: rgb(106, 159, 171);
    position: absolute;
    left: 10px;
    top: 35px;
    width: 30px;
}
.formulario_corpo .panel-heading{
    background-color: #f8f8f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: linear-gradient(top, #f8f8f8, #f2f2f2);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-shadow: 0px 1px #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    color: #999;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
}

.formulario_corpo .panel{
    margin: 0;
}

.formulario_corpo .panel-title{
    padding-top: 4px;
    font-size: 20px;
}
.formulario_corpo .panel-body{
    background: url('../Imagem/cream.png');
}

.formulario_corpo .panel-body .panel-body{
    background: #f9f9f9;
}

.formulario_corpo .colunas-coluna {
    border: 1px solid #ccc;
    padding: 10px;
    margin-left: -14px;
    margin-right: -14px;
}

.formulario_corpo .colunas-coluna h2{
    border-bottom: 1px solid #CCC;
    margin: 2px 0;
    padding-bottom: 5px;
    font-size: 25px;
    margin-bottom: 15px;

}

.formulario_corpo fieldset{
    padding: 10px;
    border: 1px solid #CCC;
    margin-bottom: 15px;
    background: #f9f9f9;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.formulario_corpo fieldset legend{

    padding: 3px 5px;
    font-size: 18px;
    background-color: #f8f8f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: linear-gradient(top, #f8f8f8, #f2f2f2);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-shadow: 0px 1px #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border: 1px solid #CCC;
}

/*styling both submit buttons */

.semostrar-se{
    display: block;
    margin-top: 20px;
}

/*Sobrescrever bootstrap */
.badge{
    height: inherit !important;
    min-height: 18px !important;
    white-space: normal !important;
}