@font-face {
    font-family: 'Metropolis Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Metropolis-Regular.eot');
    /* IE9 Compat Modes */
    src: local('Metropolis Regular'), local('Metropolis-Regular'), url('../fonts/Metropolis-Regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/Metropolis-Regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/Metropolis-Regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/Metropolis-Regular.svg#Quicksand') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Metropolis Bold';
    font-style: bold;
    font-weight: 700;
    src: url('../fonts/Metropolis-Bold.eot');
    /* IE9 Compat Modes */
    src: local('Metropolis Bold'), local('Metropolis-Bold'), url('../fonts/Metropolis-Bold.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/Metropolis-Bold.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/Metropolis-Bold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/Metropolis-Bold.svg#Quicksand') format('svg');
    /* Legacy iOS */
}



html,
body,
form,
fieldset,
table,
tr,
td,
img,
span.menu-text,
span.sub-menu-text {
    font-family: "Metropolis Regular" !important;
}






body.login_admin:before {
    content: " ";
    background: rgba(31, 31, 31, 0.7);
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}

body.login_admin {
    background: url("../../media/login_customers.jpg") no-repeat center center fixed;
    /* The full image url*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.customers.customers_login {
    background: url("../../media/login_customers.jpg") no-repeat center center fixed;
    /* The full image url*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.customers {
    background: url("../../media/customers_bg.jpg") no-repeat center center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.top_stats_wrapper {
    border: 1px solid #00000029 !important;
    border-radius: 5px !important;
    background: #299fd90a;
    box-shadow: 0 0 11px #299fd93b;
}

.top_stats_wrapper i {
    font-size: 20px;
    color: #299ed9
}

.customers-top-submenu-files a,
.customers-top-submenu-files span {
    display: flex;
}

.submenu.customer-top-submenu {
    display: flex;
}

.tab-content {
    /* padding: 27px;
    box-shadow: 0 0 5px #000; */
    border-radius: 15px;
}

/* body.admin .tab-content {
    padding: 0px;
    box-shadow: 0 0 5px #000;
    border-radius: 15px;
} */


.tab-content .tab-pane .tab-content {
    padding: 0px;
    box-shadow: none;
    border-radius: 15px;
}


.nav-tabs {
    border-bottom: 1px solid #dee2e6 !important;
    margin-top: 30px;
}

.nav-tabs li a {
    border: none !important;
    border-bottom: 3px solid transparent !important;
    padding: 10px 20px;
    font-size: 16px;
}

.nav-tabs li.active a {
    background: none;
    color: #555;
    border-color: #2b90d9 !important;
}

.nav-tabs li.active a::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2b90d9;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}


.tab-content .tab-pane .nav-tabs {
    border-radius: 50rem !important;
    background: #f8f9fa !important;
    overflow: hidden;
}

.tab-content .tab-pane .nav-tabs li {
    border-radius: 50px;
    padding: 0 15px;
}

.tab-content .tab-pane .nav-tabs {
    border: none !important;
}

.tab-content .tab-pane .nav-tabs li.active {
    background: #2b90d9;
}

.tab-content .tab-pane .nav-tabs li.active a {
    border: none !important;
    background: transparent;
    color: #fff
}

.tab-content .tab-pane .nav-tabs li.active a:after {
    content: none;
}

.tab-content label {
    font-size: 16px !important;
}


body.login_admin:before {
    background: none !important;
}




thead tr th {
    background: #F3F6F7 !important;
}

thead tr th:nth-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

thead tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

tbody tr {
    border-bottom: 1px solid rgb(0 0 0 /30%);
}


.panel_s .panel-body {
    box-shadow: 0 0 22px 0px #00000036;
    border-radius: 8px !important;
}

.invoices-stats {
    display: flex;
    gap: 10px;
}

.invoices-stats-unpaid,
.invoices-stats-paid,
.invoices-stats-overdue,
.invoices-stats-partially-paid {
    padding: 10px 10px 0px;
    border: 1px solid #00000029 !important;
    border-radius: 5px !important;
    background: #299fd90a;
    box-shadow: 0 0 11px #299fd93b;
}

.invoices-stats-unpaid a,
.invoices-stats-paid a,
.invoices-stats-overdue a,
.invoices-stats-partially-paid a {
    color: #2b90d9;
    font-weight: 600;
}

.table-responsive {
    margin: 0px 0px !important;
}

.kb-search-jumbotron {
    background: transparent;
}

.user-data .home-activity.panel-body {
    padding: 20px !important;
}

.user-data .home-activity.panel-body .panel-full-width-tabs {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 20px;
}



.col-md-12 {
    width: 100% !important;
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
    float: left;
}

@media screen and (max-width: 480px) {

    body.web-to-lead,
    body.web-to-lead .container-fluid {
        padding: 0 !important;
    }

    .col-md-6 {
        width: 100% !important;
    }

    .share_head {flex: 1 1 100%;}
}





.aff_item { 
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-direction: column;
}


.aff_item .affi_img_block {
    width: 258px;
    height: 258px;
    position: relative;
}

.aff_item .affi_img_block .affi_image {
    width: 100%;
    height: 100%;
}

.aff_item .affi_img_block .barcode {
    width: 59px;
    height: 58px;
    position: absolute;
    right: 20px;
    bottom: 62px;
    background: #fff;
}




.customer { margin-top: 50px;}
.customer .aff_item .affi_img_block {
    width: 258px;
    height: 145px;
    position: relative;
}

.customer .aff_item .affi_img_block .affi_image {
    width: 100%;
    height: 100%;
}

.customer .aff_item .affi_img_block .barcode {
    width: 43px;
    height: 42px;
    position: absolute;
    right: 19px;
    bottom: 31px;
    background: #fff;
}

.barcode a {display: block; cursor: pointer; text-decoration: none;}
.barcode a img {width: 100%; height: 100%;}

.social_share i { font-size: 28px;}
.social_share i.fa-facebook {color:#1977f2}
.social_share i.fa-twitter{color:#00a8f4}
.social_share i.fa-linkedin{color:#027BB5}
.social_share i.fa-pinterest {color:#BE0216}
.social_share i.fa-download {color:#2CCB70}

.share_head {font-weight: 900; text-align: center; }
.navbar a.navbar-brand {
    padding: 10px 0px 10px 0px;
    height: auto;
    margin-right: 10px;
  }
  
  .navbar a.navbar-brand img {
    width: auto;
    height: 74px;
  }
  .company-logo img {
    margin: 0 auto;
    display: block;
    max-height: 100px;
}