/*
    Document   : style
    Created on : 19 ABRIL 2019, 23:53:00
    Author     : Julian Prada
*/

@font-face {
    font-family: proxima_semibold;
    src: url(/fonts/proxima_semibold.otf);
}

@font-face {
    font-family: proxima_light;
    src: url(/fonts/proxima_light.otf);
}
@font-face {
    font-family: proxima_regular;
    src: url(/fonts/proxima_regular.ttf);
}

@font-face {
    font-family: rap_bold;
    src: url(/fonts/RAP_BOLD.woff2);
}

@font-face {
    font-family: rap_regular;
    src: url(/fonts/RAP_REGULAR.woff2);
}

a{text-decoration: none !important;}
.begin{font-family: 'proxima_semibold', sans-serif;-webkit-font-smoothing: antialiased !important;min-height: 100%;}
.fv-background-login{background: rgba(255,255,255,1) url('/img/fonrdos/waves.png') repeat;}
.fv-cp-main-view{padding-left: 20px;padding-right: 20px;margin-bottom: 150px;padding-top: 20px;}
.fv-cp-main-form{padding-left: 10px;padding-right: 10px;padding-bottom: 10px;margin-bottom: 150px;}
.fv-cp-box{height: auto; border:0px solid rgb(241,241,241);border-radius: 3px;padding: 20px;}
.fv-cp-box-form{height: auto; border:0px solid rgb(241,241,241);border-radius: 3px;padding: 20px;}
.faleft{margin-left: -5px !important;margin-right: 4px !important;margin-top: -2px !important}

/*TITULO VISTA - 14MAR2019 */
.fv-cp-barview{background: #f5f5f5;padding-bottom: 10px;padding-top: 10px;}
.fv-cp-barview .box{position:relative;padding-right: 20px;display: flex;  align-items: center;}
.fv-cp-barview img{padding-right: 10px;padding-left: 10px;height: 40px;}
.fv-cp-barview .title{font-family: 'proxima_semibold';color:rgb(96,96,96);font-size: 22px;padding: 10px 10px 10px 10px;}
.fv-cp-barview .subtitle{font-family: 'proxima_semibold';color:#aaa;font-size: 18px;paddding: 10px 10px 10px 10px;font-style: italic;}
.fv-cp-barview .dropdown-menu{margin-right: 15px;}
.fv-cp-barview .dropdown-toggle{
    cursor:pointer;background: rgb(0,134,54);border-radius: 3px;
    padding: 5px 15px;color:#fff !important;font-family: 'proxima_semibold';
    font-size: 16px;height: auto;
    margin-left: auto;white-space:nowrap;
}
.fv-cp-barview .dropdown-toggle > i{margin-top: 0px;margin-left: 4px;display: inline-block;vertical-align: middle;}
.fv-cp-barview .dropdown-toggle>ul{margin-right: 15px;}
.fv-cp-barview .faleft{margin-left: -5px !important;margin-right: 4px !important;margin-top: -2px !important}
/* FIN TITULO VISTA */

/* ELEMENTO BOX VENTANAS PRINCIPALES */
.fv-cp-modelement{background: #fff;border:2px solid #f5f5f5;padding-bottom: 10px;padding-top: 10px;padding: 10px;border-radius: 5px;}
.fv-cp-modelement .box{position:relative;padding-right: 20px;display: flex;  align-items: center;}
.fv-cp-modelement img{padding-right: 0px;padding-left: 0px;height: 40px;padding-top: 5px;padding-bottom: 5px}
.fv-cp-modelement .title{font-family: 'proxima_semibold';color:rgb(96,96,96);font-size: 16px;padding: 0px 10px 0px 10px;}
.fv-cp-modelement .dropdown-menu{margin-right: 20px;margin-top: -10px;font-family: 'proxima_semibold';}
.fv-cp-modelement .dropdown-toggle{
    cursor:pointer;background: rgb(0,101,255);border-radius: 3px;background: #e5e5e5;
    padding: 5px 15px;color:#555 !important;font-family: 'proxima_semibold';
    font-size: 16px;height: auto;
    margin-left: auto;white-space:nowrap;
}
.fv-cp-modelement .dropdown-toggle > i{margin-top: -1px;margin-left: 0px;display: inline-block;vertical-align: middle;}
.fv-cp-modelement .dropdown-toggle>ul{margin-right: 15px;}
/* FIN ELEMENTO BOX VENTANAS PRINCIPALES */

/* ELEMENTO BOX VENTANAS PRINCIPALES */
.fv-cp-modelement-small{background: #f5f5f5;padding: 3px;border-radius: 5px;}
.fv-cp-modelement-small .box{position:relative;padding-right: 20px;display: flex;  align-items: center;}
.fv-cp-modelement-small img{padding-right: 10px;padding-left: 10px;height: 25px;}
.fv-cp-modelement-small .title{font-family: 'proxima_semibold';color:rgb(96,96,96);font-size: 16px;padding: 8px;}

.fv-cp-modelement-small-inv{background: #fafafa;padding: 3px;border-radius: 3px;border:2px solid #eee;cursor: pointer;margin-top: 5px;}
.fv-cp-modelement-small-inv .box{position:relative;padding-right: 5px;display: flex;  align-items: center;}
.fv-cp-modelement-small-inv img{padding-right: 5px;padding-left: 5px;height: 25px;}
.fv-cp-modelement-small-inv .title{font-family: 'proxima_semibold';color:rgb(96,96,96);font-size: 16px;padding: 8px;}

/* FIN ELEMENTO BOX VENTANAS PRINCIPALES */

/*DETAILS - 27MAR2019 */
.fv-cp-details-bar .nav-pills{font-family: 'proxima_semibold';background: #fafafa !important;border:2px solid rgb(241,241,241);}
.fv-cp-details-bar .nav-pills li.active>a{border-radius: 0px !important;background:rgba(255,255,255,1) !important;color:#333 !important}
.fv-cp-details-bar .nav-pills li.active>a:hover, .nav-pills li.active>a:focus{border-radius: 0px !important;background: rgba(255,255,255,1) !important;color:#333 !important}
.fv-cp-details-bar .nav-pills li>a{border-radius: 0px !important;color:#333 !important}
.fv-cp-details-bar .nav-pills li>a:hover{border-radius: 0px !important;color:#eee;background:rgba(150,150,150,0.1) !important;color:#333 !important}

.fv-cp-details-portada{display:flex; align-content: flex-start; background: #f5f5f5;border:2px solid #eee;border-bottom:0px;padding: 15px 20px}
.fv-cp-details-portada img{height: 40px;}
.fv-cp-details-portada .imgbox{overflow: hidden;height: 40px;width: 40px;margin-right: 15px;}
.fv-cp-details-portada .l1{color:#333;font-family: 'proxima_semibold';font-size: 16px;}
.fv-cp-details-portada .l2{color:#333;font-family: 'proxima_semibold';font-size: 14px;}
/*DETAILS - 27MAR2019 */

/* SUBTITULOS */
.fv-cp-subtitle{background: #f5f5f5; border-radius: 5px;padding: 10px 20px;font-family: 'proxima_semibold';font-size: 20px;margin: 30px -10px 10px -10px;color:#666}
/* FIN SUBTITULOS */



/* IMPORT FILE CSS 27MAR2019 */
.fv-cp-upload-element{padding: 20px;border-radius: 5px;border: 3px solid #eee;font-family: 'proxima_semibold';text-align: center;}
.fv-cp-upload-element .l1{font-size: 20px;}
.fv-cp-upload-element .l2{}
.fv-cp-upload-element .l3{word-wrap: normal;padding-top: 10px;}
.fv-cp-upload-element .l4{background: #f5f5f5;padding: 10px 20px;margin-top: 20px; border-radius: 5px;}
.fv-cp-upload-element .box{display: flex;justify-content: center; align-content: center;text-align: center}
.fv-cp-upload-element input{height: 100%;width:100%;top:0px;left:0px;}
.fv-cp-upload-element .boton{width: auto;background: #f5f5f5;border-radius: 5px;padding: 20px;border:0px;margin-top: 20px;}
.fv-cp-upload-element .progress-box{margin-top: 20px;}
.fv-cp-upload-element #uploader{
    -webkit-appearfance: none;
    appeararnce: none;
    width: 100%;
    height: 30px;
}
.fv-cp-upload-element .fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fv-cp-upload-element .fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}
/* Fixes for IE < 8 */
@media screen\9 {
    .fv-cp-upload-element .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}
/* FIN IMPORT FILE CSS 27MAR2019 */


/*.fv-cp-standard{font-family: 'proxima_semibold';height: auto; border:2px solid rgb(241,241,241);border-radius: 3px;padding: 10px;} 
.fv-cp-standard .t1{}
.fv-cp-standard .t2{ color: #777}
.fv-cp-standard hr{margin-top: 10px !important;margin-bottom: 10px !important;}*/


/* ELEMENTO VISTA DETALLES */
.fv-cp-details{font-family: 'proxima_semibold';height: auto; border:2px solid rgb(241,241,241);border-radius: 3px;padding: 10px;boreder-top:0px;margin-bottom: 10px} 
.fv-cp-details .t1{}
.fv-cp-details .t2{color: #777}
.fv-cp-details hr{margin-top: 10px !important;margin-bottom: 10px !important;}
.fv-cp-details .titulo{color:#4285F4;font-size: 13px;background: #fafafa;margin: -10px -10px 15px -10px; padding: 10px;border-bottom: 2px solid #eee;}
.fv-cp-details .titulo>i{padding-right: 7px;}

/* FIN ELEMENTO VISTA DETALLES */


/*.fv-background-panel-white{height: 100%;background: #fff;;}
.fv-background-panel-gray{height: 100%;background: #fff;}*/

.fv-texto-bold22{font-family: 'proxima_semibold';color:rgb(96,96,96);font-size: 22px;}
.fv-texto-bold21{font-family: 'proxima_semibold';color:rgb(96,96,96);font-size: 21px;}
.fv-texto-bold16{font-family: 'proxima_semibold';color:rgb(96,96,96);font-size: 16px;}
.fv-texto-light16{font-family: 'proxima_light';color:rgb(0,0,0);font-size: 16px;}
.fv-texto-light14{font-family: 'proxima_light';color:rgb(0,0,0);font-size: 14px;}
.fv-texto-light12{font-family: 'proxima_light';color:rgb(0,0,0);font-size: 12px;}

.fv-pt5{padding-top: 5px;}
.fv-pt10{padding-top: 10px;}
.fv-pt15{padding-top: 15px;}






/* ELEMENTO TABLA */
.fv-table-tipodig{border-bottom:1px solid #ddd !important;margin-bottom: 20px;border:2px solid rgb(241,241,241);border-radius: 3px;}
.fv-table-tipodig th{font-size: 12px;border-bottom: 0px !important;color: #444;font-weight: normal;paddindg-bottom: 10px !important;padding-borttom:5px !important;paddring-top:5px !important;background: rgb(250,250,250);font-family: 'proxima_semibold'; color:#888;font-size: 14px;}
.fv-table-tipodig td{color:#333; font-family: 'proxima_semibold';font-fafmily: 'rap_regular'; color:rgb(103,103,103);color:#7d7d7d;cdolor:#555;font-size: 12px;paddcing-top: 15px !important;padding-bototm: 15px !important;gpadding: 15px 10px !important}
.fv-table-tipodig .tdlink{color:#007EFF;cursor:pointer;}
.fv-table-tipodig .tdlink:hover{color:#007EFF;cursor:pointer;background: rgba( 187, 217, 255,0.2);}
.fv-table-tipodig .tdsoft{color:#ddd;cursor:pointer;}
.fv-table-tipodig .tdsoft2{color:#aaa;cursor:pointer;}
/*.fv-table-tipodig td.sorting_1::before{display:none !important}*/
.fv-table-tipodig .opc{color:rgb(0,105,255);cursor:pointer}
.fv-table-tipodig  .opc>i{margin-top: 0px;margin-left: 4px;display: inline-block;vertical-align: middle;}
.fv-table-tipodig .options{text-align: right !important;}
.fv-table-tipodig .options li{cursor:pointer}
.fv-table-tipodig .options form>li{cursor:pointer;padding-left: 20px;padding-right: 20px;padding-top: 3px;padding-bottom: 3px;cursor: pointer;white-space:nowrap;color:red !important}

.fv-table-tipodig .options2{text-align: right !important;}
.fv-table-tipodig .options2 li{cursor:pointer}
.fv-table-tipodig .options2 form>li{cursor:pointer;padding-left: 20px;padding-right: 20px;padding-top: 3px;padding-bottom: 3px;cursor: pointer;white-space:nowrap;colfor:red !important}

/* FIN ELEMENTO TABLA */



.visible-xp {display: none !important;}


/*FORMULARIOS SIMPLE INICIO */



/* ELEMENTOS FORMULARIO */
.fv-form-1{font-family: 'proxima_semibold' !important;}
.fv-form-1 .checkbox label{color:#555 !important}
.fv-form-1 .radio label{color:#555 !important}
.fv-form-1 .enunciado{
    font-weight: normal;
    padding-bottom: 5px;
    margin-top: 15px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'proxima_semibold';font-size: 16px;color:rgb(96,96,96);
}
.fv-form-1 textarea{font-size: 16px;}
.fv-form-1 input{font-size: 16px;border:1px solid rgb(223,223,233);border:1px solid #ccc;box-shadow: none;height: 40px;}
.fv-form-1 select{background-image: none !important;background: #fff !important;font-size: 16px;height: 40px;border:1px solid rgb(223,223,233);}
.fv-form-1 .form-control-feedback{top:51px !important;right: 5px !important;}
.fv-form-1 .bootstrap-select{background-image: none !important;background: #fff !important;font-size: 16px;box-shadow: none;border:1px solid #eee;font-family: 'proxima_semibold' !important;height: 37px;}
.fv-form-1 .bootstrap-select>button{background-image: none !important;background: #fff !important;font-size: 16px;box-shadow: none;border:1px solid #eee;font-family: 'proxima_semibold' !important;height: 37px;}
.fv-form-1 ::placeholder { color: #ccc !important; opacity: 1; /* Firefox */}
.fv-form-1 :-ms-input-placeholder {color: red;}
.fv-form-1 ::-ms-input-placeholder {color: red;}

.button-bar{height: 50px;padding-top:20px;}
.button-bar button{
    border-radius: 5px !important;
    background-image: none !important;
    box-shadow: none !important; 
    -webkit-font-smoothing: antialiased !important;
    float:right;
    margin-left: 10px;
    padding-left: 25px;padding-right: 25px;
    padding-top: 10px;padding-bottom: 10px;
    text-shadow:none !important;
    outline: none !important;
}
/*.fv-form-1 .has-feedback label~.form-control-feedback{top:150px !important;right: 5px !important;}*/

@media screen and (max-width: 767px){
    .fv-cp-box-form{height: auto; border:0px solid rgb(241,241,241);border-radius: 3px;padding: 20px;padding-left: 0px;padding-right: 0px;padding-top: 10px;}
    .fv-cp-main-form{margin-bottom: 20px;}
    .fv-form-1{}
    .fv-form-1 .checkbox label{color:#555 !important}
    .fv-form-1 .radio label{color:#555 !important}
    .fv-form-1 .enunciado{
        color:#444 !important;
        font-weight: normal;
        padding-bottom: 5px;
        margin-top: 15px;
        font-size: 15px;
        -webkit-font-smoothing: antialiased !important;
    }
    .fv-form-1 textarea{border-radius: 3px !important;font-size: 16px;border:0px;border:1px solid #bbb;-webkit-appearance: none;box-shadow: none !important}
    .fv-form-1 input{fonkt-family: 'Comfortaa', cursive;;padding-tope: 25px;paddieng-bottom: 25px;border-radius: 3px !important;font-size: 16px;border-color:#1877ea;border:0px;border:1px solid #bbb;-webkit-appearance: none;height: 48px;}
    .fv-form-1 select{border-radius: 3px !important;background-image: none !important;background: #fff !important;font-size: 16px;border:0px;border:1px solid #bbb;-webkit-appearance: none;height: 48px;}
    .fv-form-1 .has-feedback label~.form-control-feedback{top:56px !important;right: 5px !important;}   
    .button-bar{height: 50px;padding-top: 20px;}
    
    
    /*TITULO VISTA - 08JUL2019 */
.fv-cp-barview{background: #f5f5f5;padding-bottom: 5px;padding-top: 10px;}
.fv-cp-barview .box{position:relative;padding-right: 20px;display: flex;  align-items: center;}
.fv-cp-barview img{padding-right: 5px;padding-left: 5px;height: 30px;}
.fv-cp-barview .title{font-family: 'proxima_semibold';color:rgb(96,96,96);font-size: 18px;padding: 10px 10px 10px 10px;}
.fv-cp-barview .dropdown-menu{margin-right: 15px;}
.fv-cp-barview .dropdown-toggle{
    cursor:pointer;background: rgb(0,134,54);border-radius: 3px;
    padding: 5px 15px;color:#fff !important;font-family: 'proxima_semibold';
    font-size: 16px;height: auto;
    margin-left: auto;white-space:nowrap;
}
.fv-cp-barview .dropdown-toggle > i{margin-top: 0px;margin-left: 4px;display: inline-block;vertical-align: middle;}
.fv-cp-barview .dropdown-toggle>ul{margin-right: 15px;}
.fv-cp-barview .faleft{margin-left: -5px !important;margin-right: 4px !important;margin-top: -2px !important}
/* FIN TITULO VISTA */
}
/*.dataTables_filter{margin-top: -130px !important;}*/
/* FIN ELEMENTOS FORMULARIO */




/* FORMULARIO PRODUCTOS 27MAR2019 */
.fv-form-n{padding: 0px !important;}
.fv-form-n .enunciado{padding-top: 0px !important;margin: 0px;}
.fv-form-n input{border-radius: 3px !important;}
.fv-form-n .btRemove3{font-family: 'proxima_semibold';height: 40px;margin-left: 10px !important;border-radius: 3px !important;}
.fv-form-n .form-control-feedback{top:25px !important;right: 25px !important;display:none !important}
.fv-cp-box-elements{padding: 20px;border:2px dashed green;margin-top: 20px;margin-bottom: 20px;background: #fff;border-radius: 5px;padding-bottom: 40px;}
.fv-cp-box-elements  .barra{display:flex;align-items: center;}
.fv-cp-box-elements #btAdd{margin-left: auto;margin-right: 10px;font-family: 'proxima_semibold'}
/* FIN FORMULARIO PRODUCTOS 27MAR2019 */                  

/* BOTONES */
.button-clear{text-shadow:none !important;box-shadow: none !important;background-image: none !important; }
.button-green{
    background:rgba(84,183,104,1) !important;
    background:rgba(0,163,79,1) !important;
    border:1px solid rgba(84,183,104,1) !important;
    border:1px solid rgba(0,163,79,1) !important;
    color:#fff !important;
}
.button-green:hover{
    background:rgba(0,163,79,0.9)  !important;
    border:1px solid rgba(0,163,79,1)  !important;
    color:#fff !important;
}
.button-blue{
    color:#fff !important;
    font-family: 'proxima_semibold';font-size: 16px;
    cursor:pointer;background: rgb(0,101,255);border-radius: 3px;
}
.button-blue:hover{
    background: rgba(0,101,255,0.9);
}
.button-gray{
    background:#eee !important;
    border:1px solid #eee !important;
    color:#999 !important;
}
.button-gray:hover{
    background:#ddd !important;
    border:1px solid #eee !important;
    color:#999 !important;
}
.button-white{
    background:#fff  !important;
    border:1px solid #ddd !important;
    color:#999 !important;
}
.button-white:hover{
    background:#eee !important;
    border:1px solid #ddd !important;
    color:#999 !important;
}
.button-white2{
    background:#fff  !important;
    border:1px solid #ddd !important;
    color:#444 !important;
}
.button-white2:hover{
    background:#eee !important;
    border:1px solid #ddd !important;
    color:#444 !important;
}

.button-blue2-inv{
    color:#007EFF !important;
    font-family: 'proxima_semibold';font-size: 16px;
    cursor:pointer;background: #fff;border-radius: 3px !important;;border:1px solid #007EFF !important;
}
.button-blue2-inv:hover{
    color:#007EFF !important;
    cursor:pointer;background: #fafafa;
}


.fv-vertical-center{display: flex; align-items: center;justify-content: center;text-align: center}

/* COMPONENTE MENU OPCIONES MODAL */
.fv-component-opciones{z-index:99999999 !important;}
.fv-component-opciones .list-group{box-shadow: none;margin-bottom: 0px !important}
.fv-component-opciones .list-group-item{font-size: 18px;border-radius: 0px !important;border-left: 0px;border-right: 0px;position: relative;border:0px;padding-bottom: 3px}
.fv-component-opciones .modal-header{padding: 10px 20px 15px 20px;}
.fv-component-opciones .modal-dialog{width: 100%;margin-left:auto !important;margin-right:auto !important;height: 100%;margin:0px;}
.fv-component-opciones .modal-content{height: 100%;border-radius: 0px;border:0px;width: 300px}
.fv-component-opciones .close{padding-top: 5px;font-size: 30px;margin-right: 10px;opacity: 1;}
.fv-component-opciones .modal-title{text-align: left;padding-top: 10px;font-weight: bold;}
.fv-component-opciones .box{margin: 1px;background: #fafafa;margin-top: 0px;padding-top:20px;padding-top: 0px;background: #fff;}
.fv-component-opciones  .arrowicon{position: absolute;top: 15px;right: 15px;font-size: 16px;}
.fv-component-opciones  .arrowicon2{position: absolute;top: 13px;left: 15px;font-size: 16px;}
.fv-component-opciones .opcion{padding-left: 30px;font-family: 'proxima_semibold';font-size: 18px;}
/* FIN COMPONENTE MENU OPCIONES MODAL */

@media screen and (max-width: 767px){
    .begin{margin-top: 0px !important;}
    .visible-xp {display: block !important;}
    .fv-background-panel-white{height: 100%;background: #fff !important;;}
    .hidden-xp {display: none !important;}
    .dataTables_length{text-align: center !important;padding-top: 10px !important;margin-bottom: 10px !important;}
    .dataTables_filter{text-align: right !important;padding-bottom: 0px !important;margin-bottom: 0px !important;border-bottom: 0px solid #eee; margin-tojp: -130px;margin-left: 0px;}
    div.dataTables_wrapper div.dataTables_filter label {width: 100% !important;border-radius: 0px;padding: 10px;padding-left: 0px;padding-right: 0px;}
    div.dataTables_wrapper div.dataTables_filter input{borkder:none !important;width: 100% !important;font-size: 16px;height: 34px !important;outline: none !important;box-shadow: none !important;margin-left: auto !important;margin-right: auto;}
    .fv-cp-main-view{padding: 0px;padding-top: 20px;}
    .fv-cp-details{bordder:0px !important;}
    .table-responsive{border:0px !important;}
}


/*.fv-bg-darkred{background: var(--fv-darkred);}*/
.fv-bg-darkred{background: #a80000 !important;}

.fv-bg-red{background: #f90000 !important;}
.fv-bg-orange{background: #ff5215 !important;}
.fv-bg-cyan{background: #ff0a44 !important;}
.fv-bg-purple{background: #7543c4 !important;}
.fv-bg-blue{background: #1877ea !important;}
.fv-bg-blue2{background: #314cbc !important;}
.fv-bg-blue3{background: #29bfe2 !important;}
.fv-bg-green1{background: #1dcea4 !important;}
.fv-bg-green2{background: #98d83d !important;}
.fv-bg-gray{background: #f5f5f5 !important;}

/*.fv-bc-darkred{border-color: var(--fv-darkred) !important;}*/
.fv-bc-darkred{border-color: #a80000 !important;}

.fv-bc-red{border-color: #f90000 !important;}
.fv-bc-orange{border-color: #ff5215 !important;}
.fv-bc-cyan{border-color: #ff0a44 !important;}
.fv-bc-purple{border-color: #7543c4 !important;}
.fv-bc-blue{border-color: #1877ea !important;}
.fv-bc-blue2{border-color: #314cbc !important;}
.fv-bc-blue3{border-color: #29bfe2 !important;}
.fv-bc-green1{border-color: #1dcea4 !important;}
.fv-bc-green2{border-color: #98d83d !important;}
.fv-bc-none{border-color: transparent !important;}

/*.fv-fc-darkred{color: var(--fv-darkred) !important;}*/
.fv-fc-darkred{color: #a80000 !important;}

.fv-fc-red{color: #f90000 !important;}
.fv-fc-orange{color: #ff5215 !important;}
.fv-fc-cyan{color: #ff0a44 !important;}
.fv-fc-purple{color: #7543c4 !important;}
.fv-fc-blue{color: #1877ea !important;}
.fv-fc-blue2{color: #314cbc !important;}
.fv-fc-blue3{color: #29bfe2 !important;}
.fv-fc-green1{color: #1dcea4 !important;}
.fv-fc-green2{color: #98d83d !important;}
.fv-fc-white{color: #fff !important;}
.fv-fc-darkgray{color: #aaa !important;}


/*.fv-cp-box-create{height: auto; border:2px solid rgb(241,241,241);border-radius: 3px;padding: 20px;}
.fv-cp-box-create .boton{display: flex; align-items: center;justify-content: center;text-align: center}
.fv-cp-box-create .boton>a{cursor:pointer;background: rgb(0,101,255);border-radius: 3px;padding: 12px 30px;color:#fff;font-family: 'proxima_semibold';font-size: 16px;margin-top: 20px;}
.fv-cp-box-create .t1{font-family: 'proxima_semibold';color:rgb(96,96,96);font-size: 21px;text-align: center}
.fv-cp-box-create .t2{font-family: 'proxima_light';color:rgb(0,0,0);font-size: 16px;text-align: center}*/



/*.fv-cp-titleview{font-family: 'proxima_semibold';color:rgb(96,96,96);font-size: 22px;padding: 10px 0px 20px 0px;margin-top: 30px;}*/


.table-responsive{overflow: visible !important}


.fv-uppercase{text-transform: uppercase;}
.fv-lowercase{text-transform: lowercase;}
.fv-strong{font-weight: bold}
.fv-normal{font-weight: normal}
.fv-italic{font-style: italic}
.fv-center{text-align: center !important}
.fv-left{text-align: left}
.fv-right{text-align: right}
.fv-justify{text-align: justify}


/*.fv-cp-boton{display: flex; align-items: center;justify-content: flex-end;text-align: right;flex-directcion: row-reverse}
.fv-cp-boton>a{cursor:pointer;background: rgb(0,101,255);border-radius: 3px;padding: 5px 30px;color:#fff !important;font-family: 'proxima_semibold';font-size: 16px;margin-top: 20px;}
.fv-cp-boton2{display: flex;  align-items: center;}
.fv-cp-boton2>a{cursor:pointer;background: rgb(0,101,255);border-radius: 3px;
                padding: 5px 15px;color:#fff !important;font-family: 'proxima_semibold';
                font-size: 16px;masrgin-top: 20px;height: auto;
                margin-left: auto;
}*/





.text-oc {
    position: relative;
    max-width: 100%;
    padding: 0 !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    vertical-align: text-bottom !important;
}
.text-oce {
    position: absolute;
    white-space: nowrap;
    overflow-y: visible;
    overflow-x: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-width: 100%;
    min-width: 0;
    width:100%;
    top: 0;
    left: 0;
}
.text-oc:after,
.text-oce:after {
    content: '-';
    display: inline;
    visibility: hidden;
    width: 0;
}


/*.fv-cp-boton2{display: flex;  align-items: center;}
.fv-cp-boton2>a{cursor:pointer;background: rgb(0,101,255);border-radius: 3px;
                padding: 5px 15px;color:#fff !important;font-family: 'proxima_semibold';
                font-size: 16px;masrgin-top: 20px;height: auto;
                margin-left: auto;
}*/
