@font-face {
  font-family: 'custom';
  src:  url('../fonts/custom.eot');
  src:  url('../fonts/custom.eot#iefix') format('embedded-opentype'),
    url('../fonts/custom.ttf') format('truetype'),
    url('../fonts/custom.woff') format('woff'),
    url('../fonts/custom.svg#custom') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'custom' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-down-arrow-left:before {
  content: "\e900";
}
.ico-down-arrow-right:before {
  content: "\e901";
}
.ico-checkmark:before {
  content: "\e902";
}

/*new css add */

.baContainer {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.ba__panel-tabs {
    margin-top: 5px;
    height: auto !important;
}

.baTabsWarp.style1 .ba__nav-tabs li a {
    border: 1px solid transparent !important;
    border-radius: 5px !important;
}

.baTabsWarp.style1 .ba__nav-tabs li a:hover, .baTabsWarp.style1 .ba__nav-tabs > li.tab__active > a {
    background: #006b67 !important;
    color: #fff !important;
}

span.ba__arrows.prev {
    display: none;
}

span.ba__arrows.next {
    display: none;
}

.baTabsWarp .ba__nav-tabs > li a > span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, sans-serif;;
}

.ba--description {
    height: auto !important;
}

div#baTab0{
     overflow-y: scroll !important;
     height: 400px !important;
}

div#baTab1{
     height: 400px !important;
}

/*div#baTab2{
     height: 400px !important;
}*/

.ba__panel-tabs .ba--description{
    margin-top: 3px;
    padding: 30px 50px 50px 50px;
    background-color: #e0e0e0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 1600 900'%3E%3Cpath fill='%23e3e3e3' d='M0 290 0 899 1600 899 1600 120z'/%3E%3Cpath fill='%23e8e8e8' d='M1600 353 1600 899 0 899 0 165z'/%3E%3Cpath fill='%23e3e3e3' d='M0 466 0 899 1600 899 1600 300z'/%3E%3Cpath fill='%23e0e0e0' d='M1600 505 1600 899 0 899 0 353z'/%3E%3Cpath fill='%23e3e3e3' d='M0 574 0 899 1600 899 1600 625z'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    height: auto !important;
}

.ba--general .fa-None {
     display: block !important; 
}
 
ul.mod-articlescategory.category-module.mod-list li{
  border-bottom: thin solid #c7c7c7;
  padding: 0 0 20px 0;
  list-style-type: none;
  margin-bottom: 5px;
}

ul.mod-articlescategory.category-module.mod-list li a{
  font-size: 15px !important;
  line-height: 21px;
}

span i.fas.fa-address-card:first-child {
/*    background-color: #e0e0e0;*/
    background-image: url(/images/tabs/icons/news.png) !important;
    background-size: cover;
    background-position: center center;
    width: 20px !important;
    height: 20px !important;
    display: inline-block; 
    -webkit-filter: invert(100%) !important; 
     filter: invert(100%) !important; 
     vertical-align: middle !important;
}

.fa-address-card:before {
   display: none !important;
}

span i.fas.fa-address-book{
/*    background-color: #e0e0e0;*/
    background-image: url(/images/tabs/icons/footy.png) !important;
    background-size: cover;
    background-position: center center;
    width: 20px !important;
    height: 20px !important;
    display: inline-block; 
    
}



span i.fas.fa-american-sign-language-interpreting{
      /*    background-color: #e0e0e0;*/
    background-image: url(/images/tabs/icons/technical.png) !important;
    background-size: cover;
    background-position: center center;
    width: 20px !important;
    height: 20px !important;
    display: inline-block; 
}

span i.fas.fa-anchor{
       /*    background-color: #e0e0e0;*/
    background-image: url(/images/tabs/icons/product.png) !important;
    background-size: cover;
    background-position: center center;
    width: 20px !important;
    height: 20px !important;
    display: inline-block; 
}

span i.fas.fa-cart-plus{
       /*    background-color: #e0e0e0;*/
    background-image: url(/images/tabs/icons/online.png) !important;
    background-size: cover;
    background-position: center center;
    width: 20px !important;
    height: 20px !important;
    display: inline-block; 
}

span i.fas.fa-arrow-alt-circle-right{
       /*    background-color: #e0e0e0;*/
    background-image: url(/images/tabs/icons/software.png) !important;
    background-size: cover;
    background-position: center center;
    width: 20px !important;
    height: 20px !important;
    display: inline-block; 
}

span i.fas.fa-address-book:hover{
     -webkit-filter: invert(100%) !important; 
     filter: invert(100%) !important; 
     vertical-align: middle !important;
}

.baTabsWarp .ba__nav-tabs li a i:hover{
  -webkit-filter: invert(100%) !important; 
     filter: invert(100%) !important; 
     vertical-align: middle !important;
}

.presentation a.ba--title {
    height: 52.13px;
}

.baTabsWarp .ba__nav-tabs > li a > span{
  display: flex !important; 
}

.fa-cart-plus:before {
    display: none !important;
}

.fa-address-book:before {
    display: none !important;
}

.baTabsWarp.style1 .ba__nav-tabs li a:hover {
    background-color: #00676b;
    border-color: transparent;
    border-radius: 5px;
    color: white;
}


.nav-tabs li a:hover img {
     -webkit-filter: invert(100%) !important; 
     filter: invert(100%) !important; 
     vertical-align: middle !important;
}

.fa-american-sign-language-interpreting:before {
    display: none !important;
}

.fa-anchor:before {
    display: none !important;
}

.fa-arrow-alt-circle-right:before {
    display: none !important;
}

.baTabsWarp.style1 .ba__nav-tabs li {
    margin: 0 0 5px !important;
}

.baTabsWarp.style1 .ba__nav-tabs li a {
    text-align: center;
    color: black !important;
}

.item-page .icons {
    display: none; !important;
}

div#mod-custom342 {
    display: block !important;
}

.mod-finder a.btn.btn-link.jmodedit {
    display: none !important;
}

div#tip-94 {
    display: none !important;
}

a.btn.btn-link.jmodedit {
    display: none;
}

.custom div#tip-342 {
    display: none;
}

div#mod-custom342 p a {
    color: #fff !important;
    float: right;
    display: block !important;
    position: absolute;
    right: 135px;
    top: 7px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 15px;
    line-height: 21px;
}

div#mod-custom342 p{
    position: relative;
    top: 0;
    left: 0;
}

button.navbar-toggle.collapsed.multinail-more-button {
    display: none !important;
}

.awesomplete {
    display: inline-block;
    position: relative;
    margin-right: 230px;
}

.glyphicon {
    position: relative;
    overflow: hidden !important;
    z-index: 99999999999 !important;
    cursor: pointer !important;
}

div#mod-custom334 a img {
    width: auto;
    height: auto;
    background: linear-gradient(-45deg, #006b67, #006b67 50%, white 0%, white 0%, #10847f 50%);
    border-radius: 50%;
}

div#baTab4 p {
    display: none;
}

div#tip-419 {
    display: none;
}

div#tip-354 {
    display: none;
}

button#plg_system_webauthn-L1SBJCkXRIaC-yamTkkOz {
    display: none !important;
}

.controls input {
    max-width: 300px !important;
    width: 100%;
    margin: auto;
}

.input-group .form-control{
    float: none !important;
}

.input-group.has-danger {
    width: 100% !important;
}

input#password {
    max-width: 300px !important;
    margin-bottom: 8px !important;
}

.password-group .input-group {
    margin: auto;
    width: 100% !important;
}

button.btn.btn-secondary.input-password-toggle{
    display: none !important;
}

.plg_system_webauthn_login_button {
    display: none !important;
}

.tab-image img {
    width: 100% !important;
    height: 400px !important;
}

#mod-custom329 .pull-right {
    float: left!important;
}

div#tip-310 {
    display: none;
}

div#tip-162 {
    display: none;
}


div#tip-183 {
    display: none;
}

dd.published time {
    display: none !important;
}

div#tip-360 {
    display: none;
}

div#tip-357 {
    display: none;
}

#content {
    z-index: 1 !important;
}

.nav-tabs li a{
    outline: none !important;
}

.custom h3 {
    color: #006b67 !important;
}

.desert_group_content {
    color: #fff !important;
    font-size: 18px;
}

#technical-manual.rl_tabs-pane img:hover {
    -webkit-filter: hue-rotate(20deg);
    filter: hue-rotate(20deg);
    cursor: pointer;
}

.custom a img:hover {
    -webkit-filter: hue-rotate(20deg);
    filter: hue-rotate(20deg);
    cursor: pointer;
}

.mod-login-logout__login-greeting.login-greeting {
    display: none;
}

div#tip-420 {
    display: none;
}

.logout-button button.btn.btn-primary {
    text-align: right;
    position: absolute;
    right: 7px;
    top: 9px;
}

.logout-button button.btn.btn-primary:hover {
   background: none !important;
}

.logout-button button.btn.btn-primary {
    text-align: right;
    position: absolute;
    right: 7px;
    top: 9px;
    width: fit-content !important;
    font-size: 15px;
    line-height: 21px;
    font-family: "lato", sans-serif;
    outline: none;
    box-shadow: none;
    border: 1px solid #fff;
}

.logout-button button.btn.btn-primary::after {
    content: "";
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 512 512'%3E%3Cpath d='M377.9 105.9L500.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L377.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1-128 0c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM160 96L96 96c-17.7 0-32 14.3-32 32l0 256c0 17.7 14.3 32 32 32l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-53 0-96-43-96-96L0 128C0 75 43 32 96 32l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32z'/%3E%3C/svg%3E") no-repeat;
    float: right;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    /* margin: 0 6px 0 0; */
    cursor: pointer;
}

.mod-login__userdata.userdata {
    display: none !important;
}




@media(max-width: 1366px){
    .baTabsWarp.style1 .ba__nav-tabs li a{
        padding: 10px !important;
        margin-right: 5px !important;
    }
}

@media(max-width: 1140px){
    .baTabsWarp.style1 .ba__nav-tabs li a{
        padding: 7px !important;
        margin-right: 4px !important;
    }
}

@media(max-width: 1140px){
   .baTabsWarp .ba__nav-tabs > li a > span{
    font-size: 13px !important;
   }
}

@media(max-width: 991px){
    .main-content div {
      display: none !important;
 }
}

@media(max-width: 768px){
   .baTabsWarp .ba__nav-tabs > li a > span{
    font-size: 14px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
   }

   .baTabsWarp.style1 .ba__nav-tabs li {
    margin: 0 0 -1px;
    width: 100%;
    margin-bottom: 5px;
   } 

   .awesomplete > input {
    display: none !important;
    }

    div#mod-custom342 p a{
        top: -35px !important;
    }

    .ba__panel-tabs .ba--description{
        padding: 30px 20px 30px 20px;
    }

    .navbar-fixed-top span.multinail-home-icon {
    float: inline-start !important;
    }

    .navbar-fixed-top span.multinail-search-icon {
        right: 40px !important;
        top: -4px !important;
    }

}

@media(max-width: 570px){
    #mod-custom334 .col-xs-6 {
        width: 100% !important;
    }

    #mod-custom335 .col-xs-6{
        width: 100% !important;
    }
}