/*--
Author: Dani Minacori
Author URL: https://foresight.ar
--*/
@charset "UTF-8";

i { vertical-align:middle; }

.bx-1x { font-size:16pt; }
.bx-2x { font-size:24pt; }
.bx-3x { font-size:48pt; }
        
.bord_h {
    border: 1px solid #A4A4A4;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.inpSel { width:100%; font-size:14px; }
.inpCie { width:100%; font-size:14px; text-align:center; }

#divHr { 
    margin:10px 0 10px 0;
	border:0; 
	height:2px; 
	text-align:center;
	background-image:-webkit-gradient(linear, 100% 0%, 0% 0%, from(#FFFFFF), to(#FFFFFF), color-stop(.5,#FF8000)) 
}

.row-con-borde > [class*="col"] { border: 1px solid #dee2e6; }