/* Estilo Css */


















/* Orcamento */
#section_orcamento{
	margin: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #f8f8f8;

    -webkit-border-top: 1px solid #e4e4e4;
    -moz-border-top: 1px solid #e4e4e4;
    -o-border-top: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;

    -webkit-border-bottom: 1px solid #e4e4e4;
    -moz-border-bottom: 1px solid #e4e4e4;
    -o-border-bottom: 1px solid #e4e4e4;
   
}

.form-horizontal .form-group{
	margin-right: -10px;
    margin-left: -10px;
}


.conteudo{
	display:none
}

.mb_20{
	margin-bottom:20px;
}

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    /*padding: 10px 17px;*/
    display: inline-block;
    background: #fff;
    
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
	text-align: justify;
}

.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}

.x_title .filter {
    width: 40%;
    float: right;
}

.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	color:#787878;
}


.navbar {
    border-radius: 0px!important;
}

.x_title h2 small {
    margin-left: 10px;
}

.x_title span {
    color: #BDBDBD;
}

.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}

.x_content h4 {
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 1200px){
.x_title h2 {
    width: 62%;
    font-size: 17px;
}
.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}