@font-face {
    font-family: "HelveMd";
    src: url(../fonts/HelveticaNeueLTStd-Md.otf) format("opentype");
}

@font-face {
    font-family: "HelveTh";
    src: url(../fonts/HelveticaNeueLTStd-Th.otf) format("opentype");
}

@font-face {
    font-family: "DosisSb";
    src: url(../fonts/Dosis-SemiBold.otf) format("opentype");
}
.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"]+label::after {
    background-color: #00b4ac;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #00b4ac;
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #00b4ac;
}

.radio-danger input[type="radio"]+label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"]+label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"]+label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"]+label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #5cb85c;
}

.texto1 {
    background: #CCC;
    height: 40px;
    width: 100%;
    border: 0px;
    color: #FFF;
    padding-top: 10px;
    padding-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

[class*='texto1'] {
    display: flex;
    flex-direction: column;
}

[contentEditable=false]:empty:not(:focus):before {
    content: attr(data-text)
}

.tab-fx {
    border-radius: 20px;
    background: #FFF;
    color: #00b4ac;
    padding: 3px;
    margin: 3px;
    border-color: #00b4ac;
    width: 100px;
    text-align: center;
    list-style-position: inside;
    border: 1px solid #00b4ac;
}

.tab-fx:active {
    border-radius: 20px;
    background: #957AFB;
    color: #fff;
    padding: 3px;
    margin: 3px;
    border-color: #00b4ac;
    width: 100px;
    text-align: center;
    list-style-position: inside;
    border: 1px solid #00b4ac;
}


/*-----------------------------------------------*/


.tabs-fx {
    background: #957AFB !important;
    color: #FFF !important;
    border-radius: 25px !important;
    padding: 5px !important;
    width: 80px !important;
    text-align: center;
}

.tabs-fx:active {
    background: #957AFB !important;
    color: #FFF !important;
    border-radius: 25px !important;
    padding: 5px !important;
    width: 80px !important;
    text-align: center;
}


/*-----------------------------------------------*/

#fileupload_fx {
    margin: 0 auto;
    display: none;
    text-align: center;
    position: absolute;
    top: 90%;
    width: 4%;
    height: 40px;
}
#fileupload_fx_logo{
    display: none;
}
#extra {
    display: none;
}

#extra_dos {
    display: none;
}
/**********************************************/
#cumple_fileupload_fx {
    margin: 0 auto;
    display: none;
    text-align: center;
    position: absolute;
    top: 90%;
    width: 4%;
    height: 40px;
}
#cumple_fileupload_fx_logo{
    display: none;
}
#cumple_extra {
    display: none;
}

#cumple_extra_dos {
    display: none;
}
/**********************************************/
.div-redondeado-azulfx {
    background-color: #000000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.div-redondeado-blancafx {
    background-color: #FFFFFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.div-redondeado-celestefx {
    background-color: #00b4ac;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.div-redondeado-celeste-claro-fx {
    background-color: #32e0d0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.div-redondeado-lila-fx {
    background-color: #5A3AAD;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.block {
    border: 0px solid #00264e;
    text-align: center;
    vertical-align: middle;
}

.circle {
    background: #00264e;
    border-radius: 200px;
    color: white;
    height: 140px;
    font-weight: bold;
    width: 140px;
    display: table;
    margin: 20px auto;
}

.circle p {
    vertical-align: middle;
    display: table-cell;
}

#todos {
    color: #FFFFFF;
    background-color: #a9bed5;
    border-color: #FFFFFF;
    border-radius: 10px;
}


/***************/

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 2;
}


/******BTN FIWEEX SELECCIONA TU TARGET********/
input[name="cumpleanho"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    display: none;
}

input[name="options_panel"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    display: none;
}
input[name="genero"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    display: none;
}
input[name="locales_radio"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    display: none;
}
input[name="q_pais"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    display: none;
}
.btn-fx-cel {
    color: #a9bed5;
    background-color: #FFFFFF;
    border-color: #a9bed5;
    border-radius: 10px;
    padding: 10px 16px;

}

.btn-fx-cel:hover,
.open .dropdown-toggle.btn-fx-cel {
    color: #FFFFFF;
    background-color: #D5E1F2;
    border-color: #FFFFFF;
}

.btn-fx-cel:focus,
.btn-fx-cel:active,
.btn-fx-cel.active,
.btn-fx-cel.checked,
.open .dropdown-toggle.btn-fx-cel {
    background-color: #a9bed5;
    color: #FFF;
    border-color: #a9bed5;
    border-radius: 10px;
    padding: 10px 16px;
}

.btn-fx-cel:active,
.btn-fx-cel.active,
.open .dropdown-toggle.btn-fx-cel {
    background-image: none;
}

.btn-fx-cel.disabled,
.btn-fx-cel[disabled],
fieldset[disabled] .btn-fx-cel,
.btn-fx-cel.disabled:hover,
.btn-fx-cel[disabled]:hover,
fieldset[disabled] .btn-fx-cel:hover,
.btn-fx-cel.disabled:focus,
.btn-fx-cel[disabled]:focus,
fieldset[disabled] .btn-fx-cel:focus,
.btn-fx-cel.disabled:active,
.btn-fx-cel[disabled]:active,
fieldset[disabled] .btn-fx-cel:active,
.btn-fx-cel.disabled.active,
.btn-fx-cel[disabled].active,
fieldset[disabled] .btn-fx-cel.active {
    background-color: #a9bed5;
    color: #FFF;
    border-color: #a9bed5;
    border-radius: 10px;
    padding: 10px 16px;
}


/**********************************************/


/******BTN FIWEEX CREA TEMPLATE********/

.btn-fx-cel-mailling {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 10px;
    width: 200px;
    height: 40px;
}

.btn-fx-cel-mailling:hover,
.open .dropdown-toggle.btn-fx-cel-mailling {
    color: #FFFFFF;
    background-color: #D5E1F2;
    border-color: #FFFFFF;
}

.btn-fx-cel-mailling:focus,
.btn-fx-cel-mailling:active,
.btn-fx-cel-mailling.active,
.btn-fx-cel-mailling.checked,
.open .dropdown-toggle.btn-fx-cel-mailling {
    color: #FFF;
    background-color: #a9bed5;
    border-color: #FFF;
}

.btn-fx-cel-mailling:active,
.btn-fx-cel-mailling.active,
.open .dropdown-toggle.btn-fx-cel-mailling {
    background-image: none;
}

.btn-fx-cel-mailling.disabled,
.btn-fx-cel-mailling[disabled],
fieldset[disabled] .btn-fx-cel-mailling,
.btn-fx-cel-mailling.disabled:hover,
.btn-fx-cel-mailling[disabled]:hover,
fieldset[disabled] .btn-fx-cel-mailling:hover,
.btn-fx-cel-mailling.disabled:focus,
.btn-fx-cel-mailling[disabled]:focus,
fieldset[disabled] .btn-fx-cel-mailling:focus,
.btn-fx-cel-mailling.disabled:active,
.btn-fx-cel-mailling[disabled]:active,
fieldset[disabled] .btn-fx-cel-mailling:active,
.btn-fx-cel-mailling.disabled.active,
.btn-fx-cel-mailling[disabled].active,
fieldset[disabled] .btn-fx-cel-mailling.active {
    background-color: #a9bed5;
    border-color: #FFFFFF;
}


/**********************************************/
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}


.styled-select {
    height: 27px;
    overflow: hidden;
    width: 45px;
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 31px;
    padding: 5px;
    width: 39px;
    text-align: center;
    margin-top: -5px;
    margin-left: 1px;
    cursor: pointer;
    font-weight: 600;
}

.rounded {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.black {
    background-color: #FFF;
    border: 1px solid;
    border-color: rgb(169, 190, 213);
    border-radius: 10px;
    height: 22px;
}

.black select {
    background: #FFF;
    color: rgb(169, 190, 213);
    cursor: pointer;
}

.etiqueta {
    background: #a9bed5;
    color: #FFF;
    border-color: #a9bed5;
    border-radius: 0px 25px 25px 0px;
    height: 20px;
    width: 85px;
}
.etiqueta_input {
    background: #a9bed5;
    color: #FFF;
    border-color: #a9bed5;
    border-radius: 25px 25px 25px 25px;
    height: 26px;
    width: 75px;
    text-align: center;
    border: 1px;
}
/****************************/
.grupo_m1 {
    width: 32%;
    float: left;
}
.grupo_m2 {
    width: 15%;
    float: left;
}
.grupo_m3 {
    width: 53%;
    float: left;
}
@media (max-width: 500px) {
    .grupo_m1 {
        width: auto;
        float: none;
    }
    .grupo_m2 {
        width: auto;
        float: none;
    }
    .grupo_m2 {
        width: auto;
        float: none;
    }
}
/****************************/
.grupo_x1 {
    width: 8%;
    float: left;
}
.grupo_x2 {
    width: 13%;
    float: left;
}
.grupo_x3 {
    width: 10%;
    float: left;
}
.grupo_x4 {
    width: 20%;
    float: left;
}
.grupo_x5 {
    width: 8%;
    float: left;
}
.grupo_x6 {
    width: 13%;
    float: left;
}
.grupo_x7 {
    width: 10%;
    float: left;
}

@media (max-width: 500px) {
    .grupo_x1 {
        width: auto;
        float: none;
    }
    .grupo_x2 {
        width: auto;
        float: none;
    }
    .grupo_x3 {
        width: auto;
        float: none;
    }
}
/****************************/
.div_header1 {
    width: 100%;
    float: left;
}

.div_header2 {
    z-index: 10;
    position: absolute;
    right: 35px;
    top: 30px;
}


@media (max-width: 500px) {
    .div_header1 {
        width: auto;
        float: none;
    }
    .div_header2 {
        width: auto;
        float: none;
    }
}
/****************************/

/****************************/
.div_m1 {
    width: 80%;
    float: left;
}

.div_m2 {
    width: 10%;
    float: left;
}

.div_m3 {
    width: 10%;
    float: left;
}

.div_m3_1 {
    width: 20%;
    float: left;
}

@media (max-width: 500px) {
    .div_m {
        width: auto;
        float: none;
    }
}
/****************************/
.div_mm {
    width: 100%;
    float: left;
}

@media (max-width: 500px) {
    .div_mm {
        width: auto;
        float: none;
    }
}
/****************************/

.div_btn1 {
    width: 50%;
    float: left;
    padding: 5px;
    text-align: left;
}

.div_btn2 {
    width: 50%;
    float: left;
    padding: 5px;
    text-align: right;
}

@media (max-width: 500px) {
    .div_btn1 {
        width: auto;
        float: none;
    }
    .div_btn2 {
        width: auto;
        float: none;
    }
}


/****************************/

.div_btn_next1 {
    width: 50%;
    float: left;
    padding: 5px;
    text-align: left;
    padding-left: 20px;
    padding-bottom: 10px;
}

.div_btn_next2 {
    width: 50%;
    float: left;
    padding: 5px;
    text-align: right;
    padding-bottom: 10px;
    padding-right: 20px;
}

@media (max-width: 500px) {
    .div_btn_next1 {
        width: auto;
        float: none;
    }
    .div_btn_next2 {
        width: auto;
        float: none;
    }
}


/****************************/
.divbtn1 {
    width: 90%;
    float: left;
    padding: 5px;
    text-align: left;
}

.divbtn2 {
    width: 10%;
    float: left;
    padding: 5px;
    text-align: right;
}

@media (max-width: 500px) {
    .divbtn1 {
        width: auto;
        float: none;
    }
    .divbtn2 {
        width: auto;
        float: none;
    }
}
/****************************/
.d_btn1 {
    width: 70%;
    float: left;
    padding: 5px;
    text-align: left;
}

.d_btn2 {
    width: 30%;
    float: left;
    padding: 5px;
    text-align: right;
}

@media (max-width: 500px) {
    .d_btn1 {
        width: auto;
        float: none;
    }
    .d_btn2 {
        width: auto;
        float: none;
    }
}
/****************************/
/*
.nav-tabs {
    border-bottom: 3px solid #DDD;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-width: 0;
}

.nav-tabs>li>a {
    border: none;
    color: #FFF;
}

.nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
    border: none;
    color: #957AFB !important;
    background: #957AFB;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.nav-tabs>li>a::after {
    content: "";
    background: #957AFB;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
    transform: scale(1);
}

.tab-nav>li>a::after {
    background: #957AFB none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 5px 0;
}

.tab-content {
    padding: 20px
}

.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.btn-xs-fx {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 20px;
    width: 150px;
}*/
/********************************/
.btn-circle-fx  {
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 6px 0;
    font-size: 20px;
    line-height: 1.428571429;
    border-radius: 80px;
}
.btn-circle-fx .btn-lg-fx {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle-fx .btn-xl-fx {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}
.im-centered{
    margin: auto;
    max-width: 300px;
}
/*************************************/
.span_confir{
    line-height: 1.8;
    color: #00264e;
}
/****************************/
.div_cnf1 {
    width: 50%;
    float: left;
}
.div_cnf2 {
    width: 50%;
    float: left;
}

@media (max-width: 500px) {
    .div_cnf1 {
        width: auto;
        float: none;
    }
}
/****************************/
.div_datos_envio1 {
    width: 50%;
    float: left;
    padding: 5px;
    text-align: left;
    line-height: 1.6;
}

.div_datos_envio2 {
    width: 50%;
    float: left;
    padding: 5px;
    text-align: left;
    border-left: 2px solid;
    padding-left: 10px;
    line-height: 1.6;
}

@media (max-width: 500px) {
    .div_datos_envio1 {
        width: auto;
        float: none;
    }
    .div_datos_envio2 {
        width: auto;
        float: none;
    }
}
/****************************/
.div_resul_envio1 {
    width: 45%;
    float: left;
    padding: 5px;
    text-align: left;
}

.div_resul_envio2 {
    width: 55%;
    float: left;
    padding: 5px;
    text-align: left;
}

@media (max-width: 500px) {
    .div_resul_envio1 {
        width: auto;
        float: none;
    }
    .div_resul_envio2 {
        width: auto;
        float: none;
    }
}
/****************************/
.div_porcent1 {
    width: 50%;
    float: left;
    padding: 5px;
    text-align: left;
}

.div_porcent2 {
    width: 50%;
    float: left;
    padding: 5px;
    text-align: right;
}

@media (max-width: 500px) {
    .div_porcent1 {
        width: auto;
        float: none;
    }
    .div_porcent2 {
        width: auto;
        float: none;
    }
}
/****************************/
.btn-azul_circle {
    background-color: #000000;
    border-color: #000000;
    color: #FFFFFF;

}
.dato_estadistico{
    color: #000000;
    font-weight: normal; 
    cursor: auto;
}
.dato_estadistico:hover {
    color: #000000;
    text-decoration: none;
}
ul.clock-category li a:hover, ul.clock-category li a.active {
    color: #000000 !important;
    background: none !important;

}

.dataTables_wrapper .fg-toolbar { display: none; }
.dataTables_filter, .dataTables_info, .dataTables_length { display: none; }
.dataTables_paginate, .paging_two_button{ display: none; }

#BtnModalBuscar:disabled{
    background: #929292;
    color : white;
    border-color: #929292;
}​

#inputBuscarTarget:focus {
    outline-color: #929292;
    border:1px solid #929292;
    box-shadow: 0 0 10px #929292;
}

/*************************************/
.form-control-BuscarTarget {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000000;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 32, 79, .075);
    box-shadow: inset 0 1px 1px rgba(0, 32, 79, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control-BuscarTarget:focus {
    border-color: #000000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 32, 79, .075), 0 0 8px rgba(0, 32, 79, .6);
    box-shadow: inset 0 1px 1px rgba(0, 32, 79, .075), 0 0 8px rgba(0, 32, 79, .6)
}

.form-control-BuscarTarget:-moz-placeholder {
    color: #999
}

.form-control-BuscarTarget::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control-BuscarTarget:-ms-input-placeholder {
    color: #999
}

.form-control-BuscarTarget::-webkit-input-placeholder {
    color: #999
}
.thead-dark-fx, th { 
    color: white;
    background-color: #000000;
    border-color: #000000;
    text-align: center;
  
}

#grilla_clientes.table-bordered > thead > tr > th{
  border:1px solid #000000;
}

#grilla_clientes.table-bordered{
    border:1px solid #0d3060;
    margin-top:20px;
  }
#grilla_clientes.table-bordered > thead > tr > th{
    border:1px solid #0d3060;
}
#grilla_clientes.table-bordered > tbody > tr > td{
    border:1px solid #0d3060;
}

/****************************/
.div_modal_footer_1 {
    float: left;
    width: 755px;
}

.div_modal_footer_2 {
    overflow: hidden;
    width: 105px;
}


@media (max-width: 500px) {
    .div_modal_footer_1 {
        width: auto;
        float: none;
    }
    .div_modal_footer_2 {
        width: auto;
        float: none;
    }
}
/****************************/