/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
/*Insertar fuente Releway*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.help {
    color: #0c243b !important;
}
.help:hover {
    color: #e1c782 !important;
}
.opacitymedium {
    opacity: 0.8 !important;
}
.description_content{
    font-size: 12px !important;
    line-height: 14px !important;    
}
.tmenu span.fas, .tmenu span.far {
    color: #e1c782 !important;
}
input, input.flat, textarea, textarea.flat, form.flat select, select, select.flat, .dataTables_length label select {
    color: #0c243b !important;
}
.button:not(.bordertransp):not(.buttonpayment), .buttonDelete:not(.bordertransp):not(.buttonpayment){
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    background-color: #e1c782 !important;
    box-shadow: 0 0.7vmin 0 0 #0c243b !important;
    background-image: none !important;
}
.button:not(.bordertransp):not(.buttonpayment):hover, .buttonDelete:not(.bordertransp):not(.buttonpayment):hover,.button:not(.bordertransp):not(.buttonpayment):focus, .buttonDelete:not(.bordertransp):not(.buttonpayment):focus {
    box-shadow: 0 0 0 0 #0c243b !important;
    background-color: #0c243b !important;
    color: #f2f2f2 !important;
    border: 1px dotted #f2f2f2 !important;    
}
.tdinputlogin {
    color: #0c243b !important;
}
input, input.flat, textarea, textarea.flat{
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    border: 1px dotted #0c243b !important;
}
.select2-container--default .select2-selection--single {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    border: 1px dotted #0c243b !important;    
}
.select2-container--default:focus .select2-selection--single:focus {
    background-color: #fff9ed !important;    
}
textarea:focus, input:focus:not(.button):not(.buttonwebsite):not(.buttonreset):not(.select2-search__field):not(#top-bookmark-search-input):not(.search_component_input):not(.input-nobottom), select:focus, .select2-container--open [aria-expanded="false"].select2-selection--single, .select2-container--focus span.selection span.select2-selection {
    background-color: #fff9ed !important;
    /*border-bottom: 2px solid #0c243b !important;*/
    box-shadow: 0 0.2vmin 0 0 #0c243b !important;
    border-radius: 3px !important;    
}
.fieldrequired {
    color: #0c243b !important;
    font-weight: 600 !important;
}
.dropdown-toggle, .hideonsmartphone.small {
    color: #e1c782 !important;
}
.atoplogin.valignmiddle {
    color: #e1c782 !important;
}
.login_table_title {
    color: #0c243b !important;    
}
/*cambiar fuente de los menus*/
label, th, a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:active, span.vmenu, span.vsmenu, div.titre {
    font-family: "Raleway",arial,tahoma,verdana,helvetica !important;
}
.menu_titre, .help {
    font-family: "Raleway",arial,tahoma,verdana,helvetica !important;
}
a.vsmenu:link, a.vsmenu:visited, a.vsmenu:hover, a.vsmenu:active, span.vmenu, span.vsmenu {
    font-family: "Raleway",arial,tahoma,verdana,helvetica !important;
}
body {
    font-family: "Raleway",arial,tahoma,verdana,helvetica !important;
}
.liste_titre > span:not(.fas), .liste_titre > th, .liste_titre > td, .tab {
    font-family: "Raleway",arial,tahoma,verdana,helvetica !important;
}
/*fin*/
/*cambiar togles*/
.fa-toggle-on::before {
    color: #e1c782 !important;
}
/*fin*/
/*Ocultar campos ideseados*/
#idprof2 {
  display: none !important;
}
/*fin*/
/*cambiar íconos*/
/***terceros***/
.companies > span::before {
    content: "\f0c0" !important;
}
/***productos***/
.products > span::before {
    content: "\f1ad" !important;
}
/***home***/
.home > span::before {
    content: "\f080" !important;
}
/***home***/
.fa-cube::before {
    content: "\f1ad" !important;
}