﻿.d--none {
    display: none !important
}

.d--inline--block {
    display: inline-block !important
}

.d--block {
    display: block !important
}

.d--flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d--inline--flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.justify---between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify---end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.align---center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify--center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.position--relative {
    position: relative !important
}

.w--25 {
    width: 25% !important
}

.w--50 {
    width: 50% !important
}

.w--75 {
    width: 75% !important
}

.w--100 {
    width: 100% !important
}

.w--auto {
    width: auto !important
}

.h--25 {
    height: 25% !important
}

.h--50 {
    height: 50% !important
}

.h--75 {
    height: 75% !important
}

.h--100 {
    height: 100% !important
}

.h--auto {
    height: auto !important
}

.m--0 {
    margin: 0 !important
}

.mt--0 {
    margin-top: 0 !important
}

.mr--0 {
    margin-right: 0 !important
}

.mb--0 {
    margin-bottom: 0 !important
}

.ml--0 {
    margin-left: 0 !important
}

.mr--1 {
    margin-right: 4px !important
}

.mb--1 {
    margin-bottom: 4px !important
}

.mt-10 {
    margin-top: 10px !important;
}

.ml--1 {
    margin-left: 4px !important
}

.mt--2 {
    margin-top: 8px !important
}

.mr--2 {
    margin-right: 8px !important
}

.mb--2 {
    margin-bottom: 8px !important
}

.ml--2 {
    margin-left: 8px !important
}

.m--3 {
    margin: 16px !important
}

.mt--3 {
    margin-top: 16px !important
}

.mr--3 {
    margin-right: 16px !important
}

.mb--3 {
    margin-bottom: 16px !important
}

.ml--3 {
    margin-left: 16px !important
}

.m--4 {
    margin: 24px !important
}

.mt--4 {
    margin-top: 24px !important
}

.mr--4 {
    margin-right: 24px !important
}

.mb--4 {
    margin-bottom: 24px !important
}

.ml--4 {
    margin-left: 24px !important
}

.m--5 {
    margin: 48px !important
}

.mt--5 {
    margin-top: 48px !important
}

.mr--5 {
    margin-right: 48px !important
}

.mb--5 {
    margin-bottom: 48px !important
}

.ml--5 {
    margin-left: 48px !important
}

.p--0 {
    padding: 0 !important
}

.pt--0 {
    padding-top: 0 !important
}

.pr--0 {
    padding-right: 0 !important
}

.pb--0 {
    padding-bottom: 0 !important
}

.pl--0 {
    padding-left: 0 !important
}

.p--1 {
    padding: 4px !important
}

.pt--1 {
    padding-top: 4px !important
}

.pr--1 {
    padding-right: 4px !important
}

.pb--1 {
    padding-bottom: 4px !important
}

.pl--1 {
    padding-left: 4px !important
}

.p--2 {
    padding: 8px !important
}

.pt--2 {
    padding-top: 8px !important
}

.pr--2 {
    padding-right: 8px !important
}

.pb--2 {
    padding-bottom: 8px !important
}

.pl--2 {
    padding-left: 8px !important
}

.p--3 {
    padding: 16px !important
}

.pt--3 {
    padding-top: 16px !important
}

.pr--3 {
    padding-right: 16px !important
}

.pb--3 {
    padding-bottom: 16px !important
}

.pl--3 {
    padding-left: 16px !important
}

.p--4 {
    padding: 24px !important
}

.pt--4 {
    padding-top: 24px !important
}

.pr--4 {
    padding-right: 24px !important
}

.pb--4 {
    padding-bottom: 24px !important
}

.pl--4 {
    padding-left: 24px !important
}

.p--5 {
    padding: 48px !important
}

.pt--5 {
    padding-top: 48px !important
}

.pr--5 {
    padding-right: 48px !important
}

.pb--5 {
    padding-bottom: 48px !important
}

.pl--5 {
    padding-left: 48px !important
}

.m--auto {
    margin: auto !important
}

.ml--auto {
    margin-left: auto !important;
}

.simple-pagination {
    padding: 10px 0 45px 0 !important;
}

.light-theme .current {
    color: #000 !important;
    background: #efefef !important;
    border-color: #efefef !important;
}

.light-theme a,
.light-theme span {
    border: 1px solid #efefef !important;
}

.sidebar-menu #myNavbar ul li.active strong span {
    padding: 13px 20px 0 0;
    display: inline-block;
}

#loadingDiv {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #666;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-filter: alpha(opacity=40);
    /* For IE8 and earlier */
}

.totalUnReadCount {
    position: relative;
    top: -7px;
    left: 2px;
    font-size: 11px;
    background-color: #da2566;
    border-radius: 50px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    min-width: 16px;
    text-align: center;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    margin-right: -5px;
}

.goconnect {
    max-height: 60px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.bnrouter {
    overflow: hidden;
    margin-bottom: 80px;
}

.bnrhowtouse {
    max-width: 100%;
}

.dvsubmenu {
    background: #f4f4f4;
}

.dvsubmenu li.active>a i,
.dvsubmenu li.active>a {
    color: #000 !important;
}

#Footer {
    /*position: absolute;*/
    background: #000000;
    background-color: #000000;
    bottom: 0;
    width: 100%;
    height: 42px;
    z-index: 999;
    padding: 10px 0 10px 0;
}

footer#Footer {
    margin-top: 30px;
}

#Footer .footer_copy a#back_to_top {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 0 none;
    color: #fff !important;
    font-size: 30px;
}

#Footer .footer_copy .copyright {
    float: left;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

#Footer .footer_copy .social {
    float: right;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.footer_copy .social a {
    color: #fff;
    font-size: 16px;
}

#Footer .footer_copy a#back_to_top .button_icon {
    padding: 0;
}

a.button.button_left .button_icon,
a.tp-button.button_left .button_icon {
    float: left;
}

a.button .button_icon {
    padding: 11px 13px;
}

a.button .button_icon {
    display: block;
    float: left;
    background: rgba(0, 0, 0, .05);
}

#Footer .footer_copy a#back_to_top i {
    color: #898fa2;
}

.one.column {
    width: 98%;
}

.headingbox {
    position: relative;
    display: inline-block;
    margin-top: 0;
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 10px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
}

.headingbox:after,
.headingbox:before {
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    position: absolute;
    top: 12px;
    content: '';
    background-color: #116936;
    width: 50px;
    height: 2px;
    -ms-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
}

.headingbox:before {
    left: -60px;
}

.headingbox:after {
    right: -60px;
}

.headingbox h1 a {
    color: #000000;
}

.headingbox h1 {
    position: relative;
}

.headingbox h1:after,
.headingbox h1:before {
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    width: 30px;
    top: 22px;
    position: absolute;
    content: '';
    background-color: #116936;
    height: 2px;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
}

.headingbox h1:before {
    left: -40px;
}

.headingbox h1:after {
    right: -40px;
}

.headingbox h1 a:hover {
    color: #000000;
}

.DynamicQRCode {
    /* position: absolute;
    top: 29%; */
    position: relative;
    top: unset;
    width: 150px;
    margin-top: -160px;
}

.DynamicQRCode img {
    background: #fff;
    padding: 8px;
    border-radius: 6px;
    max-width: 100%;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.profilelogo {
    height: 128px;
}

.MultiPopupStyling .modal-dialog {
    width: 86%;
    height: 90%;
    overflow: hidden;
    border-radius: 4px;
    border: 3px solid #116936;
}

.MultiPopupStyling .modal-dialog .modal-body {
    overflow: scroll;
    height: 485px;
}

/* width */
.MultiPopupStyling .modal-dialog .modal-body::-webkit-scrollbar,
.MultiPopupStyling .modal-dialog::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.MultiPopupStyling .modal-dialog .modal-body::-webkit-scrollbar-track,
.MultiPopupStyling .modal-dialog::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.MultiPopupStyling .modal-dialog .modal-body::-webkit-scrollbar-thumb,
.MultiPopupStyling .modal-dialog::-webkit-scrollbar-thumb {
    background: #116936;
}

/* Handle on hover */
.MultiPopupStyling .modal-dialog .modal-body::-webkit-scrollbar-thumb:hover,
.MultiPopupStyling .modal-dialog::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.MultiPopupStyling .modal-dialog table.table tr td {
    vertical-align: middle;
}

.MultiPopupStyling .modal-dialog table.table tr:nth-child(even) {
    background: #f3f3f3ee;
}

.MultiPopupStyling .modal-dialog table.table tr td {
    border: 1px solid #b9b9b9ee;
}

.MultiPopupStyling .modal-dialog table.table tr th {
    border: 1px solid #b9b9b9ee;
    background: #dede;
    text-transform: uppercase;
    white-space: nowrap;
}

.MultiPopupStyling .modal-dialog button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 32px;
    opacity: 1;
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 2px 2px;
    z-index: 9999;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.MultiPopupStyling .modal-dialog {
    background: #fff;
}

.PopupBtn_ {
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 0;
}

.LeftSideBar_ {
    margin-top: 10px;
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
    border: #e6e6e6 solid 1px;
    box-shadow: 0rem 5px 5px 0rem rgba(82, 63, 105, 0.07);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.LeftSideWrapper span.CompanyName strong {
    color: #116936;
}

.LeftSideWrapper span.CompanyName {
    display: block;
    text-align: center;
    font-size: 17px;
    border-bottom: 1px solid #116936;
    padding-bottom: 5px;
}

.LogoBox {
    text-align: center;
    background: #fff;
    padding: 33px;
    margin: 0 auto 15px;
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 10px 2px rgba(82, 63, 105, 0.07);
}

.LogoBox img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: 0 auto;
}

.CompanyProfile span {
    font-size: 14px;
    display: block
}

.CompanyProfile strong {
    display: block;
    font-size: 16px;
    color: #116936;
    margin-top: 5px;
}

span.SocialIcon {
    margin: 10px 0 10px 0;
    background: #fff;
    display: inline-block;
    padding: 0px 4px 0px 4px;
    border-radius: 4px;
    font-size: 21px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.TeamMembers_ strong {
    display: block;
    margin: 5px 0 5px 0;
}

.TeamMembers_ {
    text-align: center;
    padding: 0 10px 0;
}

.TeamMembers_ .categoryselected {
    margin: 5px 0 5px 0;
    font-size: 14px !important;
}

.NewProfilePopup img {
    width: 100%;
}

.ViewMore.Button {
    text-align: center;
    margin: 15px 0 0 0;
}

.NewProfilePopup h3 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.NewProfilePopup ul li a {
    color: #000 !important;
}

.NewProfilePopup ul li.active a {
    background: #116936 !important;
}

.AllAttendeesStyling .nav-tabs>li.active>a,
.AllAttendeesStyling .nav-tabs>li.active>a:focus,
.AllAttendeesStyling .nav-tabs>li.active>a:hover .NewProfilePopup .nav-tabs>li.active>a,
.NewProfilePopup .nav-tabs>li.active>a:focus,
.NewProfilePopup .nav-tabs>li.active>a:hover {
    color: #116936 !important;
    background-color: transparent !important;
}

.main-sidebar {
    display: none;
}

.main-sidebar.main_sidebarNewNav {
    display: block !important;
    margin-bottom: 15px;
}

.sidebar-menu li.active>a i,
.sidebar-menu li.active>a {
    color: #116936 !important;
}

section.content {
    min-height: auto !important;
    padding: 0;
    margin-bottom: -30px;
}

.AllAttendeesStyling .box {
    border-radius: 7px;
    -webkit-box-shadow: 0 0px 12px -8px #000000b5;
    box-shadow: 0 0px 12px -8px #000000b5;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.AllAttendeesStyling .nav-tabs li a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    border: 0 !important;
    cursor: pointer !important;
    padding: 8px 10px 8px 10px;
    /* margin: 0 6px 0px 0; */
    margin: 0;
    color: #000 !important;
    border-color: transparent !important;
    background-color: transparent !important;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.AllAttendeesStyling .nav-tabs li.active a {
    border-color: transparent;
}

.AllAttendeesStyling .nav-tabs li a:hover {
    color: #116936 !important;
    border-color: transparent;
    background-color: transparent !important;
}

.AllAttendeesStyling .nav-tabs li a::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    content: '';
    height: 0.13rem;
    background: #116936;
    -webkit-transition: all .3s ease-in-out .06s;
    -o-transition: all .3s ease-in-out .06s;
    transition: all .3s ease-in-out .06s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -moz-transition: all .3s ease-in-out .06s;
    -ms-transition: all .3s ease-in-out .06s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
}

.AllAttendeesStyling .nav-tabs li.active a::before,
.AllAttendeesStyling .nav-tabs li a:hover::before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateY(-1px);
    -o-transform: scale(1) translateY(-1px);
    transform: scale(1) translateY(-1px);
    -moz-transform: scale(1) translateY(-1px);
    -ms-transform: scale(1) translateY(-1px);
}

.AllAttendeesStyling .nav-tabs {
    border-width: 2px;
}

.AllAttendeesStyling {
    margin-bottom: 20px;
}

.AllAttendeesStyling .col-md-4.col-sm-4.col-xs-12 {
    padding: 0px 8px 0 8px;
}

/* .box.box-solid.boxminheight {
    height: 200px;
} */

.box.box-solid.boxminheight .col-md-3.col-sm-3.col-xs-6.text-center {
    padding: 0;
}

.headingbox h1 a {
    font-size: 28px;
    display: block;
}

.SecondNav {
    display: inline-block;
    margin-top: 20px;
    /* border: 1px solid #000000; */
}

.SecondNav ul.nav.navbar-nav li {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    margin-bottom: 6px;
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    left: -8px;
    box-shadow: 20px 10px 20px -15px #00000030;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.SecondNav ul.nav.navbar-nav li a {
    color: #000000;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.SecondNav ul.nav.navbar-nav li a .fa {
    margin-left: 6px;
    /* display: none; */
}

.SecondNav ul.nav.navbar-nav li a .msgnotification {
    border-radius: 50px;
    width: 20px;
    height: 20px;
    background: #000;
    color: #FFF;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.SecondNav ul.nav.navbar-nav li a:hover .msgnotification {
    color: #FFF !important;
    background: #116936 !important;
}

/* .SecondNav ul.nav.navbar-nav li::before {
    content: "";
    background: #116936;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.SecondNav ul.nav.navbar-nav li:hover::before {
    left: 0;
} */

header.main-header {
    border-bottom: 2px solid #116936;
}

.NewProfilePopup button.close.closefixed {
    position: unset;
    margin-top: -16px;
    width: 24px !important;
    height: 24px !important;
}

.NewProfilePopup button.close.closefixed svg {
    fill: #116936;
}

.NewProfilePopup p a {
    background: #116936;
    color: #fff;
    padding: 6px 14px 6px 14px;
    margin: 10px 0 0 0;
    display: inline-block;
}

.sidebar-menu li>a .fa {
    margin-right: 6px;
}

.LeftSideBar_ .SecondNav .navbar-nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.SecondNav ul.nav.navbar-nav li a .fa-reply-all {
    transform: rotate3d(0, 1, 0, 180deg);
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    -o-transform: rotate3d(0, 1, 0, 180deg);
}

.SecondNav ul.nav.navbar-nav li a:hover {
    border-left: #116936 solid 5px;
}

.SecondNav ul.nav.navbar-nav li a:hover span,
.SecondNav ul.nav.navbar-nav li a:hover i,
.SecondNav ul.nav.navbar-nav li a:hover .fa {
    color: #116936;
}

.leftsidebg {
    position: relative;
    padding-top: 10px;
    background: #FFF;
}

.content-header .welcome {
    text-align: right;
    margin-top: 0;
}

.content-wrapper {
    background-color: #FFF !important;
}

.content .box.box-solid {
    box-shadow: none !important;
}

.content-header h1 {
    font-size: 24px !important;
}

.cardmainbox {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    margin-bottom: 1.875rem;
    background-color: #fff;
    transition: all .5s ease-in-out;
    position: relative;
    border: #e6e6e6 solid 1px;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0rem 5px 5px 0rem rgba(82, 63, 105, 0.07);
    background-clip: border-box;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.cardmainbox .progress,
.cardmainbox .progress>.progress-bar,
.cardmainbox .progress>.progress-bar .progress-bar {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

    .cardmainbox .progress > .progress-bar {
        border-radius: 0;
        background-color: #116936;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

.cardmainbox h3 {
    margin-top: 0;
    color: #000;
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
}

.cardmainbox .border-bottom {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    border: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.cardmainbox .progress {
    width: 50%;
    height: 16px;
    margin-top: 6px;
}

.cardmainbox .progress .progress-bar {
    line-height: 16px;
}

.cardmainbox .profileimage .form-group,
.cardmainbox .profileimage .form-group .labelbx {
    margin-bottom: 0;
}

.orderlist {
    margin: 0;
    padding: 0 0 0 15px;
    margin-bottom: 8px;
    list-style-type: decimal;
}

.orderlist li {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 6px;
}

.statsItem {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 6px;
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 4px;
    z-index: 1;
    /* flex-wrap: wrap;
    flex-direction: column; */
    overflow: hidden;
    /* box-shadow: 0 0 10px 0 rgba(82, 63, 105, 0.06); */
    background: #f8f8f8;
    transition: .3s;
    -webkit-box-shadow: 0 0.1429rem 0.6429rem 0.07143rem rgba(1, 2, 2, .1);
    box-shadow: 0 0.1429rem 0.6429rem 0.07143rem rgba(1, 2, 2, .1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.statsItem .icontag {
    /* float: left; */
    /* width: 100%;
    margin-bottom: 10px; */
    margin-right: 10px;
}

.statsItem .icontag .fa {
    color: #575757;
    font-size: 22px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: 1px;
}

.statsItem .statstext {
    flex: 1 0 0%;
}

.statsItem .statstext h2 {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.statsItem::before {
    position: absolute;
    content: ' ';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: -1;
    -webkit-transition: transform linear .2s, -webkit-transform linear .2s, -o-transform linear .2s;
    transition: -webkit-transform linear .2s;
    -o-transition: transform linear .2s, -webkit-transform linear .2s, -o-transform linear .2s;
    transition: transform linear .2s;
    transition: transform linear .2s, -webkit-transform linear .2s, -o-transform linear .2s;
    -webkit-transform: translate(101%, 0);
    -o-transform: translate(101%, 0);
    transform: translate(101%, 0);
    -moz-transform: translate(101%, 0);
    -ms-transform: translate(101%, 0);
    -moz-transition: transform linear .2s, -webkit-transform linear .2s, -o-transform linear .2s;
    -ms-transition: transform linear .2s, -webkit-transform linear .2s, -o-transform linear .2s;
}

.statsItem:hover::before {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}

.statsItem:hover .icontag .fa {
    color: #116936;
}

.profilecss.NewProfilePopup .nav-tabs,
.modalwhitebox .profilenavtab .nav-tabs {
    border-width: 2px;
    margin-top: 30px;
}

.profilecss.NewProfilePopup .nav-tabs li a,
.modalwhitebox .profilenavtab .nav-tabs li a {
    position: relative;
    text-transform:uppercase;
    font-size: 18px;
    font-weight: 600;
    border: 0 !important;
    cursor: pointer !important;
    padding: 8px 10px 8px 10px;
    margin: 0;
    color: #000 !important;
    border-color: transparent !important;
    background-color: transparent !important;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.profilecss.NewProfilePopup .nav-tabs li a:hover,
.profilecss.NewProfilePopup .nav-tabs li.active a,
.modalwhitebox .profilenavtab .nav-tabs li a:hover,
.modalwhitebox .profilenavtab .nav-tabs li.active a {
    color: #000 !important;
    background-color: transparent !important;
}

.profilecss.NewProfilePopup .nav-tabs li a::before,
.modalwhitebox .profilenavtab .nav-tabs li a::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    content: '';
    height: 0.13rem;
    /*background: #116936;*/
    background: #000;
    -webkit-transition: all .3s ease-in-out .06s;
    -o-transition: all .3s ease-in-out .06s;
    transition: all .3s ease-in-out .06s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -moz-transition: all .3s ease-in-out .06s;
    -ms-transition: all .3s ease-in-out .06s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
}

.profilecss.NewProfilePopup .nav-tabs li a:hover::before,
.profilecss.NewProfilePopup .nav-tabs li.active a::before,
.modalwhitebox .profilenavtab .nav-tabs li a:hover::before,
.modalwhitebox .profilenavtab .nav-tabs li.active a::before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateY(-1px);
    -o-transform: scale(1) translateY(-1px);
    transform: scale(1) translateY(-1px);
    -moz-transform: scale(1) translateY(-1px);
    -ms-transform: scale(1) translateY(-1px);
}

.myprofileedit {
    position: relative;
    align-items: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.myprofileedit h2 {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.myprofileedit .editbtn {
    margin-left: auto;
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myprofileedit .editbtn .fa {
    margin-right: 8px;
}

.profileimage .labelbx {
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
}

.profileimage .labelbx input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    outline: none;
    cursor: inherit;
    overflow: hidden;
}

.profileimage .labelbx h2 {
    color: #085eb8;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0;
}

.profileimage .labelbx h2 .fa {
    color: #000;
}

.profileimage figure {
    position: relative;
    width: 100%;
    height: 150px;
}

.profileimage figure img {
    max-width: 100%;
    max-height: 100%;
}

.profilecontent h2,
.profilecontent h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.profilecontent h2 {
    font-weight: 700;
}

.profilecontent h3,
.profilecontent h3 a {
    color: #515151;
}

.profilecontent .col-sm-6 .row {
    margin-bottom: 14px;
}

.formcontrolbox .form-group .form-control {
    display: block;
    width: 100%;
    height: calc(24px + 12px + 2px);
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -ms-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.formcontrolbox .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.formcontrolbox .form-row>.col,
.formcontrolbox .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.formcontrolbox .btn-primary {
    font-size: 16px;
    padding: 8px 12px;
}

.formcontrolbox .btn-primary.celarfiler {
    color: #000;
    background: #FFF;
    border: #ccc solid 1px;
}

.formcontrolbox .btn-primary.celarfiler:hover {
    color: #FFF;
    background: #116936;
    border-color: #116936;
}

.cardexhibitbx {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    margin-bottom: 1.875rem;
    background-color: #fff;
    transition: all .5s ease-in-out;
    position: relative;
    border: #e6e6e6 solid 1px;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0rem 5px 5px 0rem rgba(82, 63, 105, 0.07);
    background-clip: border-box;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.cardexhibitbx .row,
.cardexhibitbx .col-lg-2,
.cardexhibitbx .col-lg-10 {
    margin: 0;
    padding: 0;
}

.cardexhibitbx .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.exhibitorimage {
    position: relative;
    width: 100%;
    height: 150px;
    text-align: center;
    padding-bottom: 5px;
    border-right: #e5e6e8 solid 1px;
    background: #e5e6e8;
}

.exhibitorimage figure {
    position: relative;
    padding: 0;
    margin: 0;
    background: #FFF;
    margin-bottom: 2px;
}

.exhibitorimage figure img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}

.exhibitorimage h2 {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 0;
}

.exhibitorcontent {
    position: relative;
    padding: 10px 15px;
    height: 100%;
    width: 100%;
}

.exhibitorcontent .upperbox {
    position: relative;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.exhibitorcontent .upperbox h2,
.exhibitorcontent .upperbox h3 {
    color: #000;
    line-height: 1.5;
    font-weight: 600;
    margin: 0;
}

.exhibitorcontent .upperbox h2 {
    font-size: 16px;
    margin-bottom: 2px;
    text-align: center;
}

.exhibitorcontent .upperbox h3 {
    font-size: 16px;
    margin-bottom: 5px;
    display: none !important;
}

.exhibitorcontent .upperbox .headsection {
    padding-right: 50px !important;
}

.exhibitorcontent .upperbox .chatfavbx {
    position: absolute;
    top: -10px;
    right: 0;
    padding: 8px 0 0;
    z-index: 1;
    text-align: right;
}

.exhibitorcontent .upperbox .chatbtn {
    color: #000;
    margin-right: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.exhibitorcontent .upperbox .chatbtn:hover {
    color: #116936;
}

.exhibitorcontent1 p {
    font-size: 16px;
    margin-bottom: 0;
}

.exhibitorcontent .upperbox .favoritesbtn {
    color: #116936;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}

.exhibitorcontent .footerbox {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 100%;
    text-align: right;
    padding: 0 10px 0;
    justify-content: flex-end;
}

.exhibitorcontent .footerbox .footerbtn {
    /* margin-right: 10px; */
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    text-decoration: none !important;
    color: #000000;
    padding: 5px 12px;
    border-radius: 0;
    border-right: #898989 solid 1px !important;
    transition: 0.3s;
    /*background-color: #000000;
    border: #000000 solid 1px;*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.exhibitorcontent .footerbox .footerbtn:last-child {
    margin-right: 0;
    border-right: none !important;
}

.exhibitorcontent .footerbox .footerbtn .fa {
    margin-right: 4px;
}

.exhibitorcontent .footerbox .footerbtn:hover {
    color: #116936;
}

.exhibitorimage figure .CompanyLogoBox {
    width: auto !important;
    height: 120px !important;
    overflow: inherit !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: inherit !important;
    padding: 10px !important;
}

.exhibitorimage figure .CompanyLogoBox .profilelogos {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.messagingright .msgview .col-md-2 .CompanyLogoBox {
    width: 82px;
    height: 82px;
}

.box-solid .panel-aqua .panel-heading .nav-tabs {
    border-width: 2px;
}

.box-solid .panel-aqua .panel-heading .nav-tabs li a {
    position: relative;
    font-size: 16px;
    margin-right: 0;
    color: #000000 !important;
    border: none !important;
    background-color: transparent !important;
}

.box-solid .panel-aqua .panel-heading .nav-tabs li a::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    content: '';
    height: 0.13rem;
    background: #116936;
    -webkit-transition: all .3s ease-in-out .06s;
    -o-transition: all .3s ease-in-out .06s;
    transition: all .3s ease-in-out .06s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -moz-transition: all .3s ease-in-out .06s;
    -ms-transition: all .3s ease-in-out .06s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
}

.box-solid .panel-aqua .panel-heading .nav-tabs li.active a,
.box-solid .panel-aqua .panel-heading .nav-tabs li a:hover {
    color: #116936 !important;
    background-color: transparent !important;
}

.box-solid .panel-aqua .panel-heading .nav-tabs li.active a::before,
.box-solid .panel-aqua .panel-heading .nav-tabs li a:hover::before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateY(-1px);
    -o-transform: scale(1) translateY(-1px);
    transform: scale(1) translateY(-1px);
    -moz-transform: scale(1) translateY(-1px);
    -ms-transform: scale(1) translateY(-1px);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus {
    color: #fff !important;
    border-color: transparent !important;
    background-color: transparent !important;
}

.nav-tabs>li.active>a:hover {
    background-color: transparent !important;
    border: none !important;
    border-color: transparent !important;
}

.footer_copy .social img {
    height: 20px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    margin: 0px -3px 0px 3px;
    opacity: 0.8;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover,
.btn-success:hover,
.btn-success:active,
.btn-success.hover,
.btn-info:hover,
.btn-info:active,
.btn-info.hover,
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover,
.btn-primary.focus,
.btn-primary:focus,
.text-center .btn-success:hover,
.text-center .btn-success:focus {
    color: #FFFFFF !important;
    background-color: #116936 !important;
    border-color: #116936 !important;
}

.CompanyProfile {
    text-align: center;
    padding: 0 15px;
}

.diarylistouter .diarylist {
    text-align: center;
    flex: 0 0 25% !important;
    border: 1px solid #999 !important;
    padding: 10px 10px !important;
}

.diarylistouter .diarylist h4 {
    margin-top: 0;
}

.diarylistouter .diarylist h4,
.diarylistouter .diarylist center {
    color: #000;
}

.main_sidebarNewNav .mainheading {
    margin: 0;
    color: #000;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    padding: 5px 0 5px;
}

.statsItem .stastsbg {
    text-align: center;
    color: #116936;
    position: absolute;
    right: -4px;
    top: 0;
    opacity: 0.03;
}

.statsItem .stastsbg .fa {
    font-size: 100px;
}

footer .footer_copy .container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.leftsidebg .profileheading {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}

.cardmainbox .mainheading {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
}

.table-bordered .bg-info {
    color: #FFF;
    background-color: #000;
}

.signbtn {
    color: #000;
    font-size: 16px;
    font-size: 14px;
    padding: 4px 10px 4px 10px;
    background: #f3f3f3;
    border-radius: 4px;
    border-left: 2px solid #000;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.signbtn:hover {
    color: #116936;
    border-color: #116936;
}

.cardmainbox .d--flex .welcome {
    margin: 0;
    font-size: 16px;
}

.confirmedrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.confirmedrow .small-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexwrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.adminbtnbx.row {
    margin-left: -10px;
    margin-right: -10px;
}

.adminbtnbx .col-lg-2 {
    padding-right: 10px;
    padding-left: 10px;
}

.no-footer .dataTables_length label select,
.no-footer .dataTables_filter label input {
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.no-footer .dataTables_length label {
    font-size: 15px;
    text-transform: capitalize;
    padding: 5px 14px 5px 14px;
}

.no-footer .dataTables_length label select {
    width: 70px;
    display: inline-block;
    font-size: 13px;
    padding: 3px 5px 3px 5px;
    margin: 0 6px 0;
}

.no-footer .dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

.no-footer .dataTables_filter label input {
    color: #000;
    display: inline-block;
    padding: 5px 6px 5px;
    margin-left: 6px;
}

.tableresponsive.table-striped.gridCSS.dataTable .bg-info th {
    position: relative;
}

.tableresponsive.table-striped.gridCSS.dataTable .bg-info .sorting_asc::before,
.tableresponsive.table-striped.gridCSS.dataTable .bg-info .sorting::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFF;
    font: 14px / 1 FontAwesome;
    opacity: 0.8;
}

.tableresponsive.table-striped.gridCSS.dataTable .bg-info .sorting_asc::before {
    content: "\f160";
}

.tableresponsive.table-striped.gridCSS.dataTable .bg-info .sorting::before {
    content: "\f0dc";
}

.tableresponsive.table-striped.gridCSS.dataTable tr td a b {
    font-weight: 600 !important;
}

.tableresponsive.table-striped.gridCSS.dataTable tr td a {
    color: #000;
    font-weight: 600 !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.tableresponsive.table-striped.gridCSS.dataTable tr td a:hover {
    color: #116936;
}

.no-footer .dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
}

.no-footer .dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

.ForMessagePopup .modal-body .table table td {
    padding: 6px 0 0;
}

.content .boxminheight {
    background-color: #fff;
    position: relative;
    border: #e6e6e6 solid 1px;
    height: 100%;
    border-radius: 5px;
    z-index: 1;
    transition: all .5s ease-in-out;
    box-shadow: 0rem 5px 5px 0rem rgba(82, 63, 105, 0.07) !important;
    background-clip: border-box;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.content .boxminheight .box-body .recivedthumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.content .boxminheight .box-body .recivedthumb img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.content .boxminheight .box-body p {
    margin: 0;
}

.content .boxminheight .box-body p+p {
    margin-bottom: 10px;
}

.content .boxminheight .box-body .mdatemtine {
    background: transparent;
    background-color: transparent;
    border-radius: 4px;
    box-shadow: 0px 3px 10px -5px #0000004d;
    padding: 1px 1px 1px 0px;
    font-size: 14px;
    border-bottom: #000000 solid 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.content .boxminheight .box-body .mdatemtine strong {
    color: #000;
    font-weight: 600;
    width: 50%;
    background: transparent;
    background-color: transparent;
}

.content .boxminheight .box-body .exhibitordetails br {
    display: none;
}

.content .boxminheight .box-body .exhibitordetails strong,
.content .boxminheight .box-body .exhibitordetails em {
    display: block;
    width: 100%;
    line-height: 1.4;
}

.content .boxminheight .box-body .raccepted {
    text-align: center;
    padding-top: 12px;
}

.content .boxminheight .box-body a {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
}

.content .boxminheight .box-body a .fa {
    margin-bottom: 5px;
}

.content .boxminheight.raconfirmedbox {
    padding: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
}

.content .boxminheight.raconfirmedbox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f1fff1;
    z-index: -1;
}

.content .boxminheight .box-body {
    position: relative;
    background: #FFF;
    z-index: 1;
}

.modalwhitebox .products-content .pagination.simple-pagination {
    text-align: right;
}

.modalwhitebox .products-content .pagination.simple-pagination ul {
    display: flex;
    justify-content: flex-end;
}

.modalwhitebox .products-content .pagination.simple-pagination ul li span {
    color: #FFFFFF !important;
    background: #116936 !important;
    border-color: #116936 !important;
}

.modalwhitebox .products-content .pagination.simple-pagination ul li span.current,
.modalwhitebox .products-content .pagination.simple-pagination ul li span.next {
    float: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #424242 !important;
    padding: 6px 15px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    border: #efefef solid 1px !important;
    background: #efefef !important;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: linear-gradient(top, #ffffff 0%, #efefef 100%);
}

.MultiPopupStyling .modal-dialog table.table tr.blackbg th {
    color: #FFFFFF !important;
    font-weight: 500 !important;
    border: 1px solid #FFFFFF !important;
    background: #000000 !important;
}

.mydiarytable .gridCSS thead tr {
    color: #FFF;
    background-color: #000;
}

.mydiarytable .gridCSS thead tr td a a {
    font-weight: 600 !important;
}

.mydiarytable .gridCSS thead tr td a {
    color: #000;
    font-weight: 600 !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.mydiarytable .gridCSS thead tr td a:hover {
    color: #116936;
}

.box-body.cardmainbox .panel.panel-aqua {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

#ViewTabbing.profilecss.NewProfilePopup .nav-tabs {
    margin-top: 8rem;
}

.profileedit .logoprofile .profilelogo {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;
}

.profileedit .logoprofile .DynamicQRCode img {
    padding: 0 !important;
    border-radius: 0 !important;
    margin: 0 auto !important;
    width: 142px !important;
    max-height: 100%;
    min-height: 100%;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.profileedit .logoprofile h2 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 5px;
}

.profileedit .logoprofile h2 label,
.profileedit .logoprofile h2 label#lblname,
.profileedit .logoprofile h2 label#lblFirstName,
.profileedit .logoprofile h2 label#lblLastName {
    font-size: 18px;
    margin-bottom: 0;
}

.profileedit .logoprofile .notetext {
    color: Red;
    font-family: Arial;
}

.profileedit .logoprofile .fileuploadbtn {
    margin: 0 20px 0 0;
    font-size: 14px !important
}

.profileedit .logoprofile .btn-success {
    font-size: 15px
}

.profileedit .logoprofile .boxshadow {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px 2px rgba(82, 63, 105, 0.07);
    padding: 8px;
    border-radius: 6px;
    height: 155px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.profileedit .logoprofile .qrtext {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 10px;
    text-align: justify;
}

.profileedit .logoprofile .DynamicQRCode {
    width: auto
}

.profileedit .modalwhitebox#_productDetail h3#cmpny strong,
.profileedit .modalwhitebox#_productDetail h3#country strong {
    margin-top: 0;
    color: #000000;
}

.profileedit .logoprofile .boxshadow #imagelogo {
    height: auto;
    min-height: auto;
}

.profileedit .logoprofile .btn-success.redbtn {
    background-color: #116936 !important;
    border-color: #116936 !important;
}

.profileedit .logoprofile .btn-success.redbtn:focus,
.profileedit .logoprofile .btn-success.redbtn:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.profileedit .logoprofile .boxshadow .profilelogo {
    min-height: auto;
}



/* end */