div#div_row_user_maincontent{
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding-top: 35px;
}

/* General */
#img_service_ico{
    width: 30px;
}

/* Specie */
.img_species{
	border: solid 3px #A6A8AB;
	border-radius: 5px;
}

/* Legend */
div#div_row_service_legend{
    margin: 20px 0px;
    padding: 15px 0px;
    border-top: solid 2px #FAAF40;
    border-bottom: solid 2px #FAAF40;
}

/* Panels */
div.row_container{
    border: solid 2px #7AB242;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 30px;
    border-radius: 10px;
}
img.img_titexam{
    width: 30px;
}

div.row_panel_tit{
    border-bottom: solid 2px #7AB242;
    padding: 5px;
}

/* Generals */
div.row_exam_desc{
    margin: 10px 10px !important;
    border-bottom: 1px solid #FAAF40;
    padding: 10px 0px;
}
div.row_exam_age{
    margin: 10px 10px !important;
    border-bottom: 1px solid #FAAF40;
    padding: 10px 0px;
}
div.row_exam_price{
    margin: 10px 10px !important;
    padding: 10px 0px;
}
div #div_col_container div.row:last-child{
    border-bottom: none !important;
}

/* Analytes */
div#row_list_analytes{
    margin: 10px 10px !important;
    padding: 10px 0px;
}

/* Samples */
div.row_sample{
    margin: 10px 10px !important;
    padding: 10px 0px;
}
div.row_sample:not(:last-child){
    border-bottom: 1px solid #FAAF40;
}
div.row_info_sample{
    margin-left: -17px !important;
    margin-right: -17px !important;
}

/* Others */
div.row_others{
    margin: 10px 10px !important;
    padding: 10px 0px;
}
div.row_others:not(:last-child){
    border-bottom: 1px solid #FAAF40;
}

div#row_request_exam {
    margin: 30px 0px;
}

@media (min-width: @screen-sm-min){

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min){

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min){
    
}

@media only screen and (max-width: 39.9375em), only screen and (min-width: 40em) and (max-width: 63.9375em){

}