/******************************* Forms ***********************************/
.form_control{
    display: block!important;
    width: 100%!important;
    height: 34px!important;
    padding: 6px 12px!important;
    font-size: 14px!important;
    line-height: 1.42857143!important;
    color: #555!important;
    background-color: #fff!important;
    background-image: none!important;
    border: 1px solid #ccc!important;
    border-radius: 4px!important;
}
input[type=text],
input[type=date],
input[type=email],
input[type=search],
input[type=password],
select,
select{
    /* height: 44px; width: 200px; */
    /*background: rgba(128,128,128,0.31); */
    /* border: 1px solid;  */
    border-radius: 0px; 
    /* padding: 0 16px;  */
    box-sizing: border-box;
    outline: none; transition: all ease-in 0.2s;
    color: black;
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;form
    appearance: none;*/
}
input[type=text].error,
input[type=date].error,
input[type=email].error,
input[type=search].error,
input[type=password].error,
select.error{
    background: #FEEAEC;
}
/* input[type=password]{
    font-size: 20px; font-weight: bold; letter-spacing: 2px;
} */

label{
    display: inline-block;
    font-family: "Roboto", sans-serif; font-size: 13px; font-weight: 500;
}

input[type=checkbox]{
    display: none;
}
input[type=checkbox] + label{
    display: inline-block; width: auto; height: auto; line-height: 44px; /*padding: 0 0 0 32px; margin: 12px 0;*/
    font-family: "Open Sans", sans-serif; font-size: 12px; color: #999999; text-align: left;
    background: transparent url('https://d1zaddgsmx0tkt.cloudfront.net/images/controls/checkbox.png') center left no-repeat; background-size: 20px 20px;
}
input[type=checkbox] + label:hover{color: #717171;}
input[type=checkbox]:checked + label{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/controls/checkboxChecked.png');
}

select optgroup{border: none;}
select option{
    height: 30px; box-sizing: border-box; padding: 5px 8px; font-size: 14px;
    background: #0D5DB9; color: #fff;
}



/******************************* Buttons ***********************************/
/**
Author: Agustín Escoto Ramos
Date: 2020-03-17
 */
/*------------- INICIO-----------------*/
/* @font-face {
    font-family: "OpenSans-Light";
    src: url("https://d1zaddgsmx0tkt.cloudfront.net/fonts/OpenSans-Light.ttf");
}
@font-face {
    font-family: "OpenSans-Bold";
    src: url("https://d1zaddgsmx0tkt.cloudfront.net/fonts/OpenSans-Bold.ttf");
}
@font-face {
    font-family: "OpenSans-Regular";
    src: url("https://d1zaddgsmx0tkt.cloudfront.net/fonts/OpenSans-Regular.ttf");
}
@font-face {
    font-family: "Roboto-Bold";
    src: url("https://d1zaddgsmx0tkt.cloudfront.net/fonts/Roboto-Bold.ttf");
}
@font-face {
    font-family: "Roboto-Medium";
    src: url("https://d1zaddgsmx0tkt.cloudfront.net/fonts/Roboto-Medium.ttf");
} */

/* div.swal2-overlay{
    display: none!important;
} */


div.scrolllistas {
    background-color: transparent;
    overflow: auto;
    white-space: nowrap;
    box-shadow: 3px 4px 3px 4px #8080806e;
    border-radius: 5px;
    overflow-x: initial;
    background-color: #F4F7FC;
    padding-left: 0;
}


div.scrolllistas a {
    display: inline-block;
    /* color: #888888; */
    text-align: center;
    padding: 14px;
    text-decoration: none;
    font-size: 16px;
    font-family: OpenSans_bold;
    background-color: white;
}
div.scrolllistas a > p:nth-child(2){
    color: #666666;
    font-family: OpenSans_Regular !important;
}
div.scrolllistas a:hover {
    background-color: #8c8c8c73;
    color: black !important;
}

div.scrolllistas a:hover > p:nth-child(2){
    color: #666666;
}
.scrolllistas a > p {
    padding: 10px 15px;
    margin: 0;
}
.scrolllistas a > p:nth-child(2){
    padding: 10px 10px;
}
p.otras_listas {
    font-family: Roboto-Medium;
    font-size: 18px;
    color: #707070;
}
.flex{
    display: flex!important;
}
.justify-content{
    justify-content: space-between!important;
}
.flex-wrap{
    flex-wrap: wrap!important;
}
.padding_0{
    padding: 0!important;
}
.padding-top_50px{
    padding-top: 50px;
}
.padding-top_70px{
    padding-top: 70px;
}
.padding-top_100px{
    padding-top: 100px;
}
.padding-top_12px{
    padding-top: 12px!important;
}
.no-padding-left{
    padding-left: 0px!important;
}
.no-padding-right{
    padding-right: 0px!important;
}
.no-padding-bottom{
    padding-bottom: 0px!important;
}
.unset-max-widht{
    max-width: unset!important;
}
.tamano_tacometro{
    width: 100%!important;
}
.pointer{
    cursor: pointer!important;
}
.border-f7dd00{
    border: 1px solid #f7dd00;
}
.background-color_f7dd00{
    background-color: #f7dd00!important;
}
.background-color_bf4a50{
    background-color: #bf4a50!important;
}
.background-color_69b893{
    background-color: #69b893!important;
}
.background_9db1d0{
    background-color: #9db1d0!important;
}
.background_5FB1D9{
    background-color: #5FB1D9!important;
}
.background-color-blanco{
    background-color: white!important;
}
.background_color_ccc{
    background-color: #ccc!important;
}
.color_494949{
    color: #494949!important;
}
.box_shadow_none{
    box-shadow: none!important;
}
.border_radius_0px{
    border-radius: 0px!important;
}

.border_radius_10px{
    border-radius: 0px!important;
}
.border-radius_10_10_0_0{
    -webkit-border-radius: 10px 10px 0px 0px!important;
    -moz-border-radius: 10px 10px 0px 0px!important;
    border-radius: 10px 10px 0px 0px!important;
}
.border_0px{
    border: 0px solid!important;
}
.text_left{
    text-align: left!important;
}
.text_right{
    text-align: right!important;
}
.padding_15_0_15_5{
    padding: 15px 0px 15px 5px!important;
}

.padding_10_10_0_0{
    padding-bottom: 10px 10px 0px 0px!important;
}
.padding_10_0{
    padding: 10px 0px!important;
}
.font-size_12px{
    font-size: 12px!important;
}
.font-size_13px{
    font-size: 13px!important;
}
.font-size_14px{
    font-size: 14px!important;
}
.font-size_16px{
    font-size: 16px!important;
}
.font-size_20px{
    font-size: 20px!important;
}
.font-size_36px{
    font-size: 36px!important;
}
.font-size_24px{
    font-size: 24px!important;
}
._titulo{
    font-size: 14px!important;
    font-family: OpenSans_bold!important;
}
._img_50{
    width: 50%!important;
}
.color_blanco{
    color: white!important;
}
.float_right{
    float: right!important;
}
.centrado{
    text-align: center!important;
}
.padding-top_15px{
    padding-top: 15px!important;
}
.padding_5px_5px{
    padding: 5px 5px!important;
}
.padding-top_30px{
    padding-top: 30px!important;
}
.padding-top_25px{
    padding-top: 25px;;
}
.padding-top_10px{
    padding-top: 10px!important;
}
.padding-bottom_10px{
    padding-bottom: 10px!important;
}
.padding-top_5px{
    padding-top: 5px!important;
}
.padding-bottom_5px{
    padding-bottom: 5px!important;
}
.padding-top_0{
    padding-top: 0px!important;
}
.padding-top_3px{
    padding-top: 3px!important;
}
.padding-bottom_3px{
    padding-bottom: 3px!important;
}
.padding-bottom_15px{
    padding-bottom: 15px!important;
}
.padding-bottom_25px{
    padding-bottom: 25px!important;
}
.padding-top_10px{
    padding-top: 10px!important;
}
.padding-left_10px{
    padding-left: 10px;
}
.padding-laterales{
    padding: 0px 15px;
}
.padding-right_15px{
    padding-right: 15px;
}
.padding-right_5px{
    padding-right: 5px;
}

.padding-right_0{
    padding-right: 0!important;
}
.margin_0{
    margin: 0!important;
}
.margin_0_auto{
    margin: 0 auto!important;
}
.visibility_hidden{
    visibility: hidden!important;
}
.hover_blanco_BGC:hover,
.hover_gris_BGC:hover
{
    background-color: white;
    font-weight: bold!important;
    color: black;
}
.hover_blue_BGC{
    background-color: #9bdaf8 !important;
}
.blue_BGC{
    background-color: #87cbef !important;
}

.color_whiteImport {
    color: #FFFFFF !important;
}
.hover_BGC-no_localizados:hover{
    background-color: #c74643;
}
.hover_BGC-localizados:hover{
    background-color: #5bbc8f;
}
.hover_BGC-delitos:hover{
    background-color: #c9453f;
}
.hover_BGC-cancelados:hover, 
.hover_BGC-condonados:hover,
.hover_BGC-retorno:hover,
.hover_BGC-no_garantizados:hover,
.hover_BGC-firmes:hover
{
    background-color: #ffc700;
}
.hover_BGC-bis:hover{
    background-color: #cb443a;
}
.hover_BGC-multiproceso:hover{
    background-color: #47aee5;
}
.color_blanco_hover:hover > div > a{
    text-decoration: none;
}
.color_blanco_hover:hover > div > a > p{
    color: white!important;
}

.statButton2{
    height: auto!important;
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,.2)!important;
    border-radius: 10px 10px 10px 10px;
    /* border: none!important; */
    padding: 0px !important;
    padding: 0px!important;
}
.statButton2 span{
    display: inline-block;
    height: auto!important;
    width: auto!important;
    line-height: unset!important;
    float: unset!important;
}
.statButton2 span.number{
    font-size: 20px!important;
    font-family: OpenSans_Regular!important;
    /* color: #535e66!important; */
    margin: 0px!important;
}
.statButton2 span.historico{
    font-family: OpenSans_Regular!important;
    font-size: 12px!important;
    /* color: #535e66!important; */
}
.statButton2 span.via_estrados{
    font-family: OpenSans-Light!important;
    font-size: 11px!important;
    /* color: #535e66!important; */
}
.statButton2 span.number_butom_left{
    font-family: OpenSans-Light!important;
    font-size: 12px!important;
    /* color: #535e66!important; */
}
.statButton2 span.number_butom_right{
    font-family: OpenSans_Regular!important;
    font-size: 12px;
    /* color: #535e66; */
}
.numer_sat_dof{
    padding: 12px 0;
    text-align: center !important;
    font-size: 12px;
}
#signo_pre{
    font-size: 12px;
}
.border-f7dd00{
    border: 1px solid #f7dd00;
}
/* .statButton2.insubsistente:hover{
    background: #9db1d0!important;
}


.statButton2.edos:hover{
    background: #5FB1D9;
} */
/* .statButton2.insubsistente.active,
.statButton2.insubsistente.active > span.number,
.statButton2.insubsistente.active > span.historico,
.statButton2.insubsistente.active > i,
.statButton2.insubsistente.active > span.number_butom_left,
.statButton2.insubsistente.active > span.number_butom_right,

.statButton2.definitivo:hover > div span p:nth-child(1),
.statButton2.desvirtuado:hover > div span p:nth-child(1),
.statButton2.insubsistente:hover > div span p:nth-child(1),
.statButton2.definitivo:hover > div div span span#num_sat_def,
.statButton2.definitivo:hover > div div span span#num_dof_def,
.statButton2.definitivo:hover > div div#signo_def i,
.statButton2.definitivo:hover > div div#signo_def span,
.statButton2.desvirtuado:hover > div div span span#num_sat_des,
.statButton2.desvirtuado:hover > div div span span#num_dof_des,
.statButton2.desvirtuado:hover > div div#signo_des i,
.statButton2.desvirtuado:hover > div div#signo_des span,

.statButton2.insubsistente:hover > div div span span#num_sat_sen,
.statButton2.insubsistente:hover > div div span span#num_dof_sen,
.statButton2.insubsistente:hover > div div#signo_sen i,
.statButton2.insubsistente:hover > div div#signo_sen span,

.statButton2.edos:hover > div span p:nth-child(1),
.statButton2.eods:hover > div span p:nth-child(1),
.statButton2.edos:hover > div div#signo_edos i,
.statButton2.edos:hover > div div#signo_edos span
{
    color: #ffffff!important;
} */

.statButton2.insubsistente.active{
    background: #9db1d0!important;
    border-color: #9db1d0!important;
}
.statButton2.edos.active {
    background: #282e33!important;
    border-color: #282e33;
    color: #ffffff;
}
#mar, #ar, #rm, #rb, #re, #sr,
#res_mar>span, #res_ar>span, #res_rm>span, #res_rb>span, #res_re>span, #res_sr>span{
    font-family: OpenSans_Regular!important;
}
#mar.active, #ar.active, #rm.active, #rb.active, #re.active, #sr.active,
#res_mar.active>span, #res_ar.active>span, #res_rm.active>span, #res_rb.active>span, #res_re.active>span, #res_sr.active>span{
    font-weight: bold!important;
    /*background-color: grey;*/
    font-family: OpenSans_bold!important;
}


.img_escudo_mr{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/dashboard/Icono_MaximoRiesgo.svg');
    background-repeat: no-repeat;
    /* background-position: center center; */
    height: 26px!important;
    background-size: contain;
}
.img_escudo_mr_hover.active > div > span.img_escudo_mr{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/dashboard/escudo_over.svg');
}
.img_escudo_mr_hover:hover > div > span.img_escudo_mr{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/dashboard/escudo_over.svg');
}

.img_escudo_ar{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/dashboard/Icono_AltoRiesgo.svg');
    background-repeat: no-repeat;
    /* background-position: center center; */
    height: 26px!important;
    background-size: contain;
}
.img_escudo_hover_ar.active > div > span.img_escudo_ar{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/dashboard/escudo_over_2.svg');
}
.img_escudo_hover_ar:hover > div > span.img_escudo_ar{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/dashboard/escudo_over_2.svg');
}

.img_escudo_rm{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/dashboard/Icono_RiesgoMedio.svg');
    background-repeat: no-repeat;
    /* background-position: center center; */
    height: 26px!important;
    background-size: contain;
}
.img_escudo_hover_rm.active > div > span.img_escudo_rm{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/dashboard/escudo_over.svg');
}
.img_escudo_hover_rm:hover > div > span.img_escudo_rm{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/dashboard/escudo_over_b.svg');
}

.img_escudo_rb{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/dashboard/Icono_RiesgoBajo.svg');
    background-repeat: no-repeat;
    /* background-position: center center; */
    height: 26px!important;
    background-size: contain;
}
.img_escudo_hover_rb.active > div > span.img_escudo_rb{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/dashboard/escudo_over_2.svg');
}
.img_escudo_hover_rb:hover > div > span.img_escudo_rb{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/dashboard/escudo_over_2_b.svg');
}

.img_escudo_re{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/dashboard/Icono_RiesgoEliminado.svg');
    background-repeat: no-repeat;
    /* background-position: center center; */
    height: 26px!important;
    background-size: contain;
}
.img_escudo_hover_re.active > div > span.img_escudo_re{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/dashboard/escudo_over.svg');
}
.img_escudo_hover_re:hover > div > span.img_escudo_re{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/dashboard/escudo_over.svg');
}

.img_escudo_sr{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/dashboard/Icono_SinRiesgo.svg');
    background-repeat: no-repeat;
    /* background-position: center center; */
    height: 26px!important;
    background-size: contain;
}
.img_escudo_hover_sr.active > div > span.img_escudo_sr{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/dashboard/escudo_over_2.svg');
}
.img_escudo_hover_sr:hover > div > span.img_escudo_sr{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/dashboard/escudo_over_2.svg');
}

#color_select_MR.active,
.color_select_MR,
#color_select_MR.active > div > p > span > .resul_incidencias
{
    background-color: #bf4a50!important;
    color: white;
}
#color_select_AR.active,
.color_select_AR
{
    background-color: #f44b3d!important;
    color: white;
}

#color_select_RM.active,
.color_select_RM
{
    background-color: #ffcb00!important;
}
#color_select_RB.active,
.color_select_RB
{
    background-color: #ffda00!important;
}
#color_select_RE.active,
.color_select_RE
{
    background-color: #57bd8e!important;
    color: white;
}
#color_select_SR.active,
.color_select_SR
{
    background-color: #00be68!important;
    color: white;
}

.bachground_color_grey{
    background-color: #ddd;
}
.height_30px{
    height: 30px;
}
.tipo_lista{
    
}
.no-padding-costados{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.mar_def{
    padding: 10px 0px 15px 0px;
}
.mar_op{

}
.negritas{
    font-weight: bold;
}
#cantidades, .cantidades{
    font-size: 18px;
}
.result_ar{
    min-height: 40px;
}
.tipo_lista > p{
    padding: 5px 0px;
 }
.padding-costados_5px{
    padding: 0px 5px!important;
}

/*------------- FIN-----------------*/
.prueba{ width: 20%; padding: 5px;}
.prueba2{ width: 25%; padding: 5px;}
.prueba3{ width: 20%;padding: 5px 5px 0px 0px;}

.statButton{
    display: block;
    height: 94px;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 16px 12px;
    background: transparent;
    text-align: center;
}
.statButton span{
    display: inline-block; height: 56px; line-height: 56px; width: auto; float: right;
}
.statButton span.icon{
    width: 50px; float: left;
    background: transparent center center no-repeat; background-size: contain;
}
.statButton.presunto span.icon{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/icon/iconPresunto.png');
}
.statButton.insubsistente span.icon{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/icon/icongavel.png');
}
.statButton.multi-procesos span.icon{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/icon/multiprocesos.png');
}
.statButton.presunto.active span.icon{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/icon/iconPresunto_active.png');
}
.statButton.definitivo span.icon{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/icon/iconDefinitivo.png');
}
.statButton.definitivo.active span.icon{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/icon/iconDefinitivo_active.png');
}
.statButton.desvirtuado span.icon{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/icon/iconDesvirtuado.png');
}
.statButton.desvirtuado.active span.icon{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/icon/iconDesvirtuado_active.png');
}
.statButton.sin-resolver span.icon{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/icon/iconSinResolver.png');
}
.statButton.sin-resolver.active span.icon{
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/icon/iconSinResolver_active.png');
}
.statButton span.number{
    font-size: 34px;
    font-weight: 200;
    margin-right: 5px;
}
/* .border_lista_presuntos,
.border_lista_definitivos,
.border_lista_desvirtuados,
.border_lista_sentencias,
.border_lista_edos
{
    border: 1px solid white !important;
} */
.border_lista_presuntos:hover{
    border: 1px solid #f7dd00!important;
}
.carousel-indicators li{
    border: 1px solid #949494 !important;
    background-color: #949494 !important;
}
.carousel-indicators.pre .active{
    border: 1px solid #f7dd00 !important;
    background-color: #f7dd00 !important;
}

.border_lista_definitivos:hover{
    border: 1px solid #bf4a50!important;
}
.carousel-indicators.def .active{
    border: 1px solid #bf4a50 !important;
    background-color: #bf4a50 !important;
}

.border_lista_desvirtuados:hover{
    border: 1px solid #69b893!important;
}
.carousel-indicators.des .active{
    border: 1px solid #69b893 !important;
    background-color: #69b893 !important;
}

.border_lista_sentencias:hover{
    border: 1px solid #9ab1d6!important;
}
.carousel-indicators.sen .active{
    border: 1px solid #9ab1d6 !important;
    background-color: #9ab1d6 !important;
}

.border_lista_edos:hover{
    border: 1px solid #4dafe2!important;
}
.carousel-indicators.edos .active{
    border: 1px solid #4dafe2 !important;
    background-color: #4dafe2 !important;
}

.carousel-indicators{
    bottom: -50px!important;
}
/* .statButton:hover{
    background: #f4f4f4;
}
.statButton.presunto:hover{
    background: #f7dd00; 
}
.statButton.definitivo:hover{
    background: #bf4a50;
}
.statButton.desvirtuado:hover{
    background: #69b893;
}
.statButton.estrados:hover{
    background: #9db1d0;
}
.statButton.insubsistente:hover{
    background: #5FB1D9;
} */

/*.statButton.multi-procesos:hover{*/
    /*background: #e0e0e0; border-color: #000000;*/
/*}*/

.statButton.nolocalizado:hover{
    background: #FBCED3; border-color: #FA3043;
}

.statButton.presunto.active{
    background: #f7dd00; 
}
.statButton.definitivo.active{
    background: #bf4a50; border-color: #bf4a50; color: #fff;
}
.statButton.definitivo.active > div a div span,
.statButton.definitivo.active > div span
{
    color: #fff !important;
}
.statButton.desvirtuado.active{
    background: #3FD991; border-color: #3FD991;
}
.statButton.sin-resolver.active{
    background: #cfcfcf; border-color: #cfcfcf;
}
.statButton.insubsistente.active {
    background: #282e33;
    border-color: #282e33;
    color: #ffffff;
}

.statButton.multi-procesos.active {
    background: #282e33;
    border-color: #282e33;
    color: #ffffff;
}

.statButton.multi-procesos.active span.icon {
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/icon/multiprocesos_active.png');
}

.statButton.insubsistente.active span.icon {
    background-image: url('https://d1zaddgsmx0tkt.cloudfront.net/images/icon/icongavel_active.png');
}
.color_FA3043{
    color: #FA3043;
}
.color_f9c101{
    color: #f9c101;
}
.color_31832a{
    color: #31832a;
}
.color_negro{
    color: black;
}
.resul_incidencias{
    color: black;
    font-size: 14px!important;
}


/******************************* Search Forms ***********************************/

.searchGroup{
    display: block; clear: both; width: 100%; height: auto; overflow: hidden; height: 58px; box-sizing: border-box;
    border: 1px solid #e8e8e8; border-radius: 5px; position: relative; margin: 32px 0 0px;
}
.searchGroup label{
    position: relative; width: 350px; height: auto; bottom: 1px; text-indent: 16px;
    line-height: 45px; font-family: "Roboto", sans-serif; font-size: 16px; color: #353535; font-weight: bold;
    background: #ddd;
}
.searchGroup .txtWrapper{
    position: absolute; width: auto; height: auto; left: 351px; right: 1px; top: 1px; bottom: 1px;
}
.searchGroup input[type=text]{
    width: 100%; height: 56px; margin: 0;
    background: white; border-radius: 0;
    font-family: "Open Sans", sans-serif; font-size: 17px; padding: 0 72px 0 36px;
}
.searchGroup input[type=submit]{
    display: block; position: absolute; width: 72px; height: 62px; top: 1px; right: 1px; bottom: 1px; border: none;
    background: transparent url('https://d1zaddgsmx0tkt.cloudfront.net/images/icon/search.png') center center no-repeat; background-size: 30px 30px;
    transition: all ease-in 0.2s; opacity: 0.5; filter: alpha(opacity=50); outline: none;
}
.searchGroup input[type=submit]:focus,
.searchGroup input[type=submit]:hover{
    opacity: 1; filter: alpha(opacity=100);
}


@media (max-width: 1413px)
{
    .statButton span
    {
        line-height: 45px;
        height: 43px;
    }
    .statButton span.number
    {
        font-size: 25px;
    }
    div span h4 strong{
        font-size: 12px;
    }
}
@media (max-width: 1310px)
{
    .statButton span
    {
        line-height: 45px;
        height: 36px;
    }
    .statButton span.number
    {
        font-size: 20px;
    }
    div span h4 strong{
        font-size: 10px;
    }
}
@media (max-width: 1252px)
{
    .statButton span
    {
        height: 36px;
    }
    .statButton span.number
    {
        font-size: 25px;
    }
    ._titulo{
        font-size: 10px;
    }
}
/*@media (max-width: 320px){*/
/*    */
/*}*/

@media (max-width: 480px)
{
    .prueba {
        width: 100%;
    }
    .prueba2 {
        width: 100%;
    }
    img#img_tacometro{
        display: none;
    }
}

.acctionCredentials:hover{
    background-color: #87cbef!important;
}
.linkNoUnderLine:hover{
    text-decoration: none !important;
}
.displayInline{
    display: inline !important;
}