﻿
@import url('assets/icons/font-awesome/css/fontawesome.min.css');
@import url('assets/icons/font-awesome/css/fontawesome-all.min.css');

body {
    font-family: 'Poppins', sans-serif !important;
    background-color: #F1F4F6;
    color: #676767 !important;
}
    /*text colors*/
.sunsetornge {
    color: #38e991;
}
.prussianblue {
    color: #0B3E6B;
}

.Green{
    background:#00C292;
}

.white{
    color:#fff;
}

.white:hover {
    color: #fff;
}

.black{
    color: #212529;
}


.lightblue:hover{
    background: #03A9F3;
    color: #fff;
}

.dimgrey {
    color: #676767;
}
.greyBlack{
    color: #2B2B2B;
}
/*Fonts*/

.font14{
    font-size:14px;
}

.font16{
    font-size:16px;
}

.font22{
    font-size:22px;
}

/*height*/

.height400{
    height:400px;
}


/*Logo*/

.desktop {
    display: block;
}

.mobile{
    display:none;
}

/* Borders*/

.borders-right {
    border-right: 1px solid #DFE3E7;
}


    /*button colors*/
    .btn-prussianblue {
        background-color: #0B3E6B;
        border-color: #0B3E6B;
    }
.btn-sunsetornge {
    background-color: #38e991;
    border-color: #38e991;
}

.topbar .dropdown-divider {
    margin: 0.1rem 0!important;
}

.body-content{
    margin-left: 220px;
    padding-top:70px;
}

/*Section padding css*/
.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 0;
}
.section_padding_160_60 {
    padding-top: 160px;
    padding-bottom: 60px;
}
.section_padding_60 {
    /*padding-top: 60px;*/
    padding-bottom: 60px;
}
/*margin*/
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-45 {
    margin-top: 45px;
}
p {
    font-family: 'Poppins', sans-serif;
    color: #676767;
    font-size: 16px;
    font-weight: 400;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

li {
    list-style: none;
}
/* --------------------------
:: 1.0 Header Area CSS
-------------------------- */
    .header_area {
        width: 100%;
        padding: 0 67px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 999;
        background-color: #FFFFFF;
    }
    .menu_area {
        position: relative;
        z-index: 2;
    }
    .header_area .navbar {
        padding: 0;
        height: 80px;
    }
    .menu_area #nav-logo .mainLogo {
        width: 228px;
        height: 48px;
    }
    .menu_area #nav .nav-link {
        color: #676767;
        display: block;
        font-size: 14px;
        font-weight: 400;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        margin: 0 8px;
    }
    .menu_area #nav .btn-rounded {
        width: 150px;
        height: 48px;
        padding: 0;
        line-height: 48px;
        border-radius: 24px;
        color: #FFFFFF;
    }
    .menu_area #nav .btn-rounded:hover {
        color: #FFFFFF !important;
    }
    .menu_area #nav .nav-link:hover {
        color: #676767;
    }
    .navbar-toggler .navbar-toggler-icon {
        height: 30px;
        width: 30px;
        top: 0;
    }

    .menuicons{
        margin-right: 10px;
    }

    .icon-menu{
        display:none!important;
    }

      .cancelicon{
            height:14px;
            width: 14px;
            margin-right: 7px;
        }  


@media only screen and (max-width: 639px) {
 .tabs .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
}

.tabs .nav-link {
    color: #676767;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 20px;

}

    .tabs .nav-link.active {
        border-bottom: 2px solid #0B3E6B;
        color: #0B3E6B;
    }

    .tabs .nav-link:hover {
        border-bottom: 2px solid #0B3E6B;
        color: #0B3E6B;
    }

    .tabs .nav-link:focus {
        border-bottom: 2px solid #0B3E6B;
        color: #0B3E6B;
    }

 .tabs .tab-discription {
    border-left: 4px solid #EEEEEE;
    font-size: .75em;
    padding: 13px 7px;
}
  
/* Select2 Option*/
.select2-container {
    outline: 0;
}

    .select2 {
        min-width: 200px !important;
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #9FD2FF !important;
        color: white !important;
    }

    .select2-container--default .select2-results__option[aria-selected=true] {
        background-color: #9FD2FF !important;
        color: #fff !important
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        display: none
    }

.custompageselecttype .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 36px;
    outline: 0 !important;
    border-radius: 0;
    padding: 4px 35px 4px 10px;
    font-size: 16px !important;
    background: #fff url(images/PNG/custom-select.png) 96% !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: 16px 8px !important;
    -moz-background-size: 16px 8px !important;
    -o-background-size: 16px 8px !important;
    background-size: 16px 8px !important;
    outline-offset: 0px !important;
    transition: none !important;
    border: 1px solid #ced4da !important;
 
    box-shadow: none;
}

    .customselecttype .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 45px;
        user-select: none;
        -webkit-user-select: none;
        width: 100%!important;
    }

        .customselecttype .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding: 4px 35px 4px 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.custompageselecttype .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676767;
    font-size: 16px;
    border-radius: 0;
    line-height: 26px;
    border: 1px solid #DFE3E7;
}

    .custompageselecttype .select2-container .select2-selection--single {
        outline: 0;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 36px;
        user-select: none;
        -webkit-user-select: none;
        border: none !important
    }

        .custompageselecttype .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding: 4px 35px 5px 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
 
/*# sourceMappingURL=basicTable.css.map */
/* stcicky header css */
        .header_area.sticky {
            background-color: #FFFFFF;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
            position: fixed;
            top: -1px;
            z-index: 999;
        }
        .header_area.sticky .menu_area #nav .nav-link {
            margin: 0 8px;
        }
        .header_area.sticky .navbar {
            padding: 0;
            height: 80px;
        }

@media(max-width: 768px) {
    .header_area {
        padding: 0;
    }

    #shahco-navbar {
        padding: 15px;
        border-radius: 3px;
        background-color: #FFFFFF;
        text-align: left;
    }


    .body-content {
        margin-left: 0px;
    }

    .icon-menu {
        display: block !important;
    }

    .membertype-select2 {
        margin-left: 0px !important;
    }

    .companyDetails {
        border-left: none !important;
        border-top: 2px solid #E1E1E1;
    }

    .mobile {
        display: block;
        width: 55px;
    }

    .desktop {
        display: none;
    }


    /*Footer css*/
    .footerBanner {
        background-image: url('images/PNG/footer-banner.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height: 479px;
        width: 100%;
    }

        .footerBanner .contactWrapper {
            -ms-flex: 0 0 30%;
            flex: 0 0 30%;
            max-width: 30%
        }

        .footerBanner .linkWrapper {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
        }

        .footerBanner .btnWrapper {
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
            text-align: right;
        }

        .footerBanner .footerLogo {
            width: 312px;
            height: 65px;
        }

        .footerBanner .footerTitle {
            margin-bottom: 20px;
            font-size: 16px;
            font-family: 'Playfair Display', Roman;
        }

        .footerBanner .addressInfo .lblUAE {
            font-weight: 600;
        }

        .footerBanner .addressInfo p {
            margin-bottom: 10px;
            color: #0B3E6B;
        }

        .footerBanner .socialIcon {
            height: 20px;
            width: 20px;
            margin-right: 10px;
        }

        .footerBanner .quickLinks {
            padding-left: 0;
        }

        .footerBanner a {
            color: #0B3E6B;
        }

            .footerBanner a:hover {
                color: #0B3E6B;
                text-decoration: none;
            }

        .footerBanner .btn-rounded {
            width: 179px;
            height: 48px;
            padding: 0;
            line-height: 48px;
            border-radius: 24px;
            color: #FFFFFF !important;
            cursor: pointer;
        }

    @media(max-width: 768px) {
        .footerBanner {
            height: auto;
            padding-bottom: 0;
        }

            .footerBanner .contactWrapper {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
                margin-bottom: 30px;
            }

            .footerBanner .linkWrapper {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
                margin-bottom: 30px;
            }

            .footerBanner .btnWwrapper {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
                margin-bottom: 30px;
                text-align: left;
            }
    }

    @media(max-width: 320px) {
        .footerBanner .footerLogo {
            width: 290px;
        }
    }

    .dl-horizontal dt {
        white-space: normal;
    }

    /* Set width on the form input elements since they're 100% wide by default */
    input,
    select,
    textarea {
        max-width: 100%;
    }

    @media (min-width: 768px) and (max-width:1024px) {
    }

    @media (min-width:1200px) and (max-width:1440px) {
        .onoffswitch-inner::before, .onoffswitchBlack .onoffswitch-label .onoffswitch-inner::after {
            font-size: 12px !important;
        }

        .onoffswitch-inner1::before, .onoffswitchBlack .onoffswitch-label .onoffswitch-inner1::after {
            font-size: 12px !important;
        }

        .customsimplecard {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
    }

    @media (min-width:1441px) and (max-width:1600px) {
    }


    @media (min-width:1700px) {
    }

    @media (min-width:1920px) and (max-width:1080px) {

        .MemberBuyerDetails {
            -webkit-box-flex: 0!important;
            -ms-flex: 0 0 75%!important;
            flex: 0 0 75%!important;
            max-width: 75%!important;
        }

        .companyDetails {
            -webkit-box-flex: 0!important;
            -ms-flex: 0 0 25%!important;
            flex: 0 0 25%!important;
            max-width: 25%!important;
        }

  
    }
}
   
  