body,
h1,
h2,
h3,
h4,
h6 {
    font-family: "Raleway", sans-serif
}

body,
html {
    height: 100%;
    line-height: 1.8;
}

/* Full height image header */
.bgimg-1 {

    background-size: cover;
    background-image: url("/img/home/Imagenerp.jpg");
    min-height: 90%;
}

.w3-bar .w3-button {
    padding: 20px;
}

.vodiapicker {
    display: none;
}

#a {
    padding-left: 0px;
}

#a img,
.btn-select img {
    width: 12px;

}

#a li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

#a li:hover {
    background-color: #F4F3F3;
}

#a li img {
    margin: 5px;
}

#a li span,
.btn-select li span {
    margin-left: 30px;
}

.b {
    display: none;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;

}

.open {
    display: show !important;
}

.btn-select {
    margin-top: 10px;
    width: 100%;
    max-width: 350px;
    height: 34px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;

}

.btn-select li {
    list-style: none;
    float: left;
    padding-bottom: 0px;
}

.btn-select:hover li {
    margin-left: 0px;
}

.btn-select:hover {
    background-color: #F4F3F3;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;


}

.btn-select:focus {
    outline: none;
}

.lang-select {
    margin-left: 50px;
}

option.avatar {
    background-repeat: no-repeat !important;
    padding-left: 20px;
}

.avatar .ui-icon {
    background-position: left top;
}

.ui-selectmenu-menu,
.ui-front,
.ui-selectmenu-open {
    z-index: 1100;
}

.ui-selectmenu-button,
.ui-button,
.ui-widget,
.ui-selectmenu-button-open,
.ui-corner-top {
    max-width: 132px;
}

#countries_child {
    min-height: 206px
}

.ddTitle,
.borderRadiusTp,
.ddTitleText,
dd,
.ddcommon,
.borderRadius,
.divider {
    background: white !important;
    padding: 0 !important;
    border-color: white !important;
}

body::-webkit-scrollbar {
    width: 6px;
    /* width of the entire scrollbar */
    -webkit-appearance: none;
}

body::-webkit-scrollbar-track {
    background: #ffcc00;
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #0066cc;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 0px solid #ffcc00;
    /* creates padding around scroll thumb */
}

.link_app{
    font-size: small; 
    color: black; 
    font-weight: bold; 
    text-decoration: underline;
}

.link_app:hover{
    color: #ff6600; 
}

.img_link_app{
    padding-right: 4px;
}
/* .link_app::before {
    content: url('../../img/svg/globe2.svg');
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
   */

#descargar_app{
    background-color: #d0cece; 
    font-weight:bold; 
    border-color: #d0cece;
    color: black;
}

#descargar_app:hover{
    background-color: #fd821a; 
    font-weight:bold; 
    border-color: #fd821a;
    color: white;
}