/*
    Template Name: TemolateName;
    Description: This is a multipurpose template;
    Author: Stalwart
    Version: 1.0.0
    Website: http://stalwartltd.com
=====================================================================
    TABLE CONTENTS
=====================================================================
    1. GLOBAL STYLES
    2. HEADER AREA STYLES
    3. BANNER STYLES
    4. TENDER TYPE STYLES
*/
/*<link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i" rel="stylesheet">*/
/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

/*===================================================================
    1.GLOBAL STYLES
====================================================================*/
/* === 1.1 Body === */
html {
    font-size: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    background-color: #f6f6f6;
    color: #212121;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0 !important;
}

.container-fluid {
    padding: 0 50px;
}

/* === 1.2 Hyperlink === */
a {
    color: #14a9ee;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a:visited {
    color: #14a9ee;
}

a:hover,
a:focus,
a:active {
    color: #14a9ee;
    text-decoration: none;
    outline: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

/* === 1.3 Headlings === */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212121;
    clear: both;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0 0 20px;
    font-weight: 700;
    letter-spacing: 0;
}

h1 {
    font-size: 32px;
    line-height: 42px;
}

h2 {
    font-size: 24px;
    line-height: 36px;
}

h3 {
    font-size: 20px;
    line-height: 30px;
}

h4 {
    font-size: 16px;
    line-height: 28px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

/* === 1.4 Paragraph === */
p {
    margin: 0 0 10px;
}

b, strong {
    font-weight: 500;
}

/* === 1.5 Other fixes === */
*:before,
*:after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

.regular {
    font-size: 12px;
}

/*===================================================================
    2.HEADER AREA STYLES
====================================================================*/
/* === 2.1 header top === */
.header-top {
    background-color: #2e479b;
    padding: 24px 0;
    color: #ffffff;
}

.address p {
    margin: 0;
}

.socieo {
    text-align: right;
}

.number,
.social-icons {
    display: inline-block;
}

#google_translate_element {
    margin-left: 11px;
    display: inline-block;
    vertical-align: bottom;
}

.number {
    margin-right: 11px;
}

.number a {
    color: #ffffff;
}

.number i {
    font-size: 14px;
    line-height: 14px;
    vertical-align: text-bottom;
}

.social-icons a {
    color: white;
    font-size: 22px;
    line-height: 23px;
    margin-left: 11px;
}

/* === 2.2 header buttpm === */
.header-bottom {
    background-color: #ffffff;
    padding: 0;
    border-bottom: 1px solid rgb(221, 221, 221)
}

.toplogo {
    display: block;
    padding: 6px;
}

.toplogo img{
    max-width: 70%;
}
/* === 2.3 naviation === */
.navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    font-size: 14px;
    width: 100%;
    color: #212121;
}

.navbar-default .row ul li a {
    color: #212121 !important;
}

.navbar-default {
    background-color: #ffffff;
}

.navbar-collapse {
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    padding: 0;
    overflow: hidden;
}

.navbar-header,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #ffffff;
}

.navbar-nav > li > a {
    padding: 20px;
    display: block;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #f8f8f8;
    border-radius: 0;
    box-shadow: none;
}

.dropdown-menu > li > a {
    padding: 12px 20px;
}

.settings {
    padding: 0;
}

.settings .nav {
    float: right;
}
/* To mantain the navbar at the top once it is affixed */
.affix {
    top: 0;
    width: 100%;
    z-index: 5;
}

/* Padding for a smoth affix */
.affix + .container-fluid {
    padding-top: 72px;
}
/* === 2.4 language === */
.lang {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    font-size: 16px;
    font-weight: 500;
}

.navbar-nav li.lang a {
    padding-left: 12px;
    padding-right: 12px;
}

/* === 2.5 Account === */
.dropdown-menu .divider {
    margin: 5px 0;
}

.navbar-nav li.acc > a {
    padding: 12px 15px;
    line-height: 15px;
}

.navbar-nav li.acc ul {
    padding: 5px 10px;
}

.navbar-nav li.acc ul a {
    padding: 0;
}

.signin {
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}

.navbar-nav .caret {
    border-top: 8px dashed;
    border-top: 4px solid \9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-left: 7px;
}

.acc .caret {
    padding-bottom: 14px;
}

li.acc ul li a.sing-in-button {
    text-align: center;
    background-color: #70af44;
    color: #ffffff !important;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0;
}

li.acc ul li a.sing-in-button:hover {
    background-color: #70af44 !important;
}

.start-here {
    font-size: 10px;
    line-height: 10px;
}

li.acc .start-here a {
    display: inline-block;
    margin-left: 5px;
    color: #2e479b !important;
    text-decoration: underline;
}

/*===================================================================
    3.BANNER STYLES
====================================================================*/
.banner-ariea {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
}
#bdbanner{
    background-image: url('/images/banner/dgBDbanner-8b042c7709f80df6a5f4d64eb2d47fc2.png');
}
#indbanner{
    background-image: url('/images/ind-banner-45819d606b4c1b02ec3183d91c76929a.png');
}
@media (min-width: 601px) {
    #msmeBanner {
        background: url('/sites/msme/images/msmeBanner.jpg') repeat-x;
    }
    #ilbanner {
        background: url('/sites/il/images/ILBanner.jpg') repeat-x;
    }
}
@media (max-width: 600px) {
    #msmeBanner {
        background: url('/sites/msme/images/msmeBanner.jpg') repeat-x;
        background-size:auto;
        background-position:center center;
    }
    #ilbanner {
        background: url('/sites/il/images/ILBanner.jpg') repeat-x;
        background-size:auto;
        background-position:center center;
    }
}

#frbanner{
    background-image: url('/images/frBanner-57df9752cb7404e1ba66e187679523a1.png');
}
#aubanner{
    background-image: url('/sites/au/images/AUBanner.png');
}
#kebanner{
    background-image: url('/sites/ke/images/KEBanner.png');
}
#npbanner{
    background-image: url('/sites/np/images/NPBanner.png');
}
#zabanner{
    background-image: url('/sites/za/images/ZABanner.png');
}
.banner-ariea:before {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
    opacity: 0.01;
}

/* === 3.2 search box === */
.search-box {
    margin-top: 50px;
    margin-bottom: 90px;
}

.search-box .nav-pills > li.active > a,
.search-box .nav-pills > li > a:hover {
    background-color: #1e7ed7;
    opacity: 0.9;
}

.search-box .nav-pills > li > a {
    color: #ffffff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 900;
    padding: 12px 36px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.add-on {
    width: 100%;
}

.search-fild {
    padding: 0;
    margin: 0;
    position: relative;
}

.search-fild .input-group .input-group-btn {
    width: 80px;
}

.search-fild input {
    border-radius: 0;
    height: 40px;
}

.search-fild select {
     height: 40px;
}

.add-on .form-control{
    height: 54px;
}
.search-fild .btn-default {
    border-radius: 0;
    border: none;
    background-color: #7ab621;
    padding: 17px 25px;
    color: #ffffff;
}
.advance-search-item .form-control{
    border-radius: 0;
}
.advance-search,
.news-buyer-search,
.category-advance-search {
    background-color: #f5f5f5;
    padding: 20px 30px;
    font-size: 12px;
    position: absolute;
    width: 100%;
}
.advance-search-news{
    padding: 7px 30px;
}

label{
    font-size: 70%;
}

.advance-search label,
.category-advance-search label{
    font-size: 11px;
    margin-bottom: 0;
    white-space: nowrap;
}
.category-advance-search input,
.category-advance-search select,
.advance-search .advance-search-item input,
.advance-search select .news-buyer-search {
    height: 25px;
    padding: 0;
}

.advance-search-item {
    width: 15%;
    padding-right: 0.5%;
}

.close-a-search, .close-mob-search {
    -webkit-transform: perspective(1300px) rotateX(-90deg);
    transform: perspective(1300px) rotateX(-90deg);
    opacity: 0;
}

.open-a-search, .open-mob-search  {
    -webkit-transform: perspective(1300px) rotateX(0);
    opacity: 1;
    transform: perspective(1300px) rotateX(0);
}

.close-a-search, .open-a-search, .close-mob-search, .open-mob-search{
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -mz-transition: -mz-transform .3s, opacity .3s;
    -o-transition: -o-transform .3s, opacity .3s;
    -ms-transition: -ms-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
}

.search-category {
    font-size: 16px;
    background-color: #e6e6e6;
    list-style: none;
    padding: 0 15px;
}

.search-category a {
    color: #212121;
}

.search-category .dropdown-menu {
    top: 119%;
    left: -16px;
    border-radius: 0;
    font-size: 14px;
    background-color: #e6e6e6;
    width: 280px;
}

.search-category .dropdown-menu span {
    float: right;
    color: #0288d1;
}

.reset {
    border: none;
    background-color: #f5f5f5;
    vertical-align: text-top;
    padding-top: 10px !important;
}

.advance-search-container {
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 5;
    top: -350%;;
    left: 0;
    background-color: inherit;
    -webkit-transition: all 0.5s;
    -mz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-search input {
    border-left: none;
    background-color: #f7f7f7;
}

.mg {
    background-color: #f7f7f7;
    color: rgb(149, 149, 149);
}

.mobile-search .input-group div.input-group-btn {
    width: 42px;
}

.mobile-search .search-fild .btn-default {
    padding: 17px 8px;
}

.admsb {
    background-color: #dadada;
}

.btn-plus {
    height: 100%;
    width: 100%;
    font-size: 35px;
    padding: 0;
    line-height: 35px;
    font-weight: 100;
}

.add-mb-src {
    top: 0;
}

.m-adv-search-header {
    background-color: #0288d1;
}

.m-adv-search-nav {
    margin-bottom: 40px;
}

.m-adv-search-nav li {
    width: 49.6%;
}

.m-adv-search-nav li a,
.m-adv-search-nav > li.active > a, .m-adv-search-nav > li.active > a:hover, .m-adv-search-nav > li.active > a:focus {
    background-color: #ffffff;
    color: #212121;
    border-radius: 0;
    text-align: center;
}

.m-adv-search-nav li:first-child a {
    margin-right: 0.6%;
}

.m-adv-search-header img {
    width: 20px !important;
    margin-right: 5px;
}
.m-adv-search form{
    padding-top: 20px;
}
.advance-search-container button.btn-as {
    width: 96%;
    border: none;
    text-align: center;
    display: block;
    margin: 15px auto;
}

.advance-search-container label {
    font-size: 12px;
    font-weight: 400;
}

button.btn-submit {
    background-color: #7ab621;
    height: 42px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 0;
}

.m-adv-search-header a {
    color: #ffffff;
}

.m-adv-search,
.m-adv-search .row {
    margin: 0;
}

.m-adv-search input,
.m-adv-search select {
    border-radius: 0;
    height: 42px;
}

/* === 3.4 counters === */
.counters {
    margin-bottom: 140px;
}

.counter {
    border-right: 1px solid #ffffff;
}

.counter:last-child {
    border: none;
}

.counter h2,
.counter h3 {
    color: #ffffff;
    margin-bottom: 0;
}

.counter h4 {
    font-weight: normal;
    line-height: 18px;
}

/*===================================================================
    4. TENDER TYPE STYLES
====================================================================*/

.tender-type .row > div {
    border-right: 1px solid #d2d2d2;
    padding: 50px 0 60px;
}

.tender-type .row > div:last-child {
    border: none;
}

.tender-item {
    padding: 0 40px;
}

a.view-more, .view-more {
    padding: 12px 14px;
    font-size: 14px;
    color: #ffffff;
    background-color: #7ab621;
    border-radius: 0;
    display: inline-block;
    position: relative;
}

.tender-type a.view-more:before {
    transform: scaleX(0);
}

.tender-type a.view-more:hover:before {
    transform: scaleX(1);
}

a.view-more i {
    background-color: #ffffff;
    color: #7ab621;
    border-radius: 50%;
    line-height: 14px;
    padding: 4px;
    margin: 0 5px;
}

.tender-type .view-more {
    margin-top: 60px;
    position: relative;
    display: inline-block;
}

/*===================================================================
    5. DG OFFERS
====================================================================*/
.dgoffers .container-fluid {
    padding: 0 15px;
}

.offers img {
    width: 100%;
}

.offer,
.offer-item {
    margin: 0;
    padding: 0;
    position: relative;
}

.offer-item .view-more {
    position: absolute;
    bottom: 22px;
    left: 20px;
    line-height: 22px;
}

.offer-item a.view-more:before {
    transform: scaleY(0);
}

.offer-item a.view-more:hover:before {
    transform: scaleY(1);
}

/*===================================================================
    5. GET SAMPLE
====================================================================*/
.get-sample {
    /*background-image: url('/images/bgx/sample-tenders.png');*/
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 55px 0 50px;
}

.get-sample h2 {
    margin-bottom: 0;
}

.get-sample h6 {
    font-weight: 500;
    font-style: italic;
}

.get-sample form {
    margin-top: 50px;
}

.get-sample .form-group {
    text-align: left;
}

.get-sample label {
    color: #878787;
    font-size: 14px;
    font-weight: 500;
}

.get-sample input,
.contact-form input,
.contact-form select,
.contact-form textarea {
    background-color: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 0;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    height: 40px;
    color: #212121;
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus,
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus,
#editprofile select:focus {
    border-color: #212121;
    box-shadow: 0 0 0 transparent inset, 0 0 0 transparent;
    outline: 0 none;
}

.get-sample input::placeholder {
    color: lightgray;
    font-size: 12px;
    font-weight: 500;
    display: block;
}

.gabutton,
.gabutton:hover {
    margin-top: 50px;
    padding: 14px 40px;
    font-size: 16px;
    background-color: #70af44;
    color: #ffffff;
    border-radius: 0;
}

.hidden-form {
    display: none;
}

/*===================================================================
    6. People Saying
====================================================================*/
.people-saying {
    background-color: #ffffff;
    padding: 40px 0 30px;
}

.people-saying h2 {
    margin-bottom: 0;
}

.people-saying h6 {
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0;
}

/*===================================================================
    7. testimonals
====================================================================*/
.testimonals {
    padding: 0;
    font-style: italic;
}

.testimonal-img {
    display: block;
    overflow: hidden;
    width: auto;
    min-height: 120px;
}

.testimonal img {
    display: block;
    margin: auto;
    vertical-align: middle;
}

/*===================================================================
    8. Clients
====================================================================*/
.event-partners {
    padding: 20px 0;
    /*background: white;*/
}

.event-partners img {
    display: block;
    margin: auto;
}

/*===================================================================
    9. Packs
====================================================================*/
.packs {
    background-color: rgb(3, 159, 233);
    background-image: url('/images/bg/packs-df03cb3562d0116f59e6ad13854ab6f9.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0 50px;
}

.packs h2,
.packs h6 {
    color: #ffffff;
    margin-bottom: 0;
}

.packs h6 {
    font-style: italic;
}

.packs h5,
.packs p {
    margin-bottom: 5px;
    line-height: 18px;
}

.membership {
    margin-bottom: 50px;
}

.free,
.basic,
.full,
.corporate {
    height: 445px;
    padding: 35px 10px 40px;
    background-color: white;
    border-radius: 20px;
    font-size: 14px;
    background-image: url('/images/bg/membership-ff744e3887291f90e5adf17c1c67f1a0.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.button-cover {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
}

.clients-button {
    padding: 10px 25px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #6e45e2;
    font-size: 11px;
    color: #212121;
    font-weight: bold;
    display: inline-block;
}

.clients-button:visited {
    color: #212121;
}

.clients-button:hover {
    background-color: #71ae24;
    border: 1px solid #71ae24;
    color: #ffffff;
}

.cost {
    color: #2e479b;
}

/*===================================================================
    10. Contact home
====================================================================*/
.contact {
    padding: 60px 0 40px;
}

.contact-button {
    padding: 12px 30px;
}

.get-in-touch h2 {
    margin-bottom: 35px;
}

/*===================================================================
    11. Footer
====================================================================*/
/* === 11.1 site footer === */
.site-footer {
    background-color: #0288d1;
    padding: 30px 0;
    color: #ffffff;
    font-size: 14px;
}

.site-footer ul {
    list-style: none;
    padding-left: 0;
}

.site-footer ul li a {
    color: #ffffff;
    padding: 5px;
    display: inline-block;
}

.footer-contact {
    padding-top: 10px;
}

/* === 11.2 footer-contact === */
.fc-bottom {
    padding-top: 35px;
}

/* === 11.3 footer-contact === */
.support {
    padding-top: 0px;
}

ul.support li a {
    padding: 10px 0;
}

/*===================================================================
    12. For other similar pages
====================================================================*/
/* === 12.1 insights.html === */
.inner {
    background-image: url("/images/banner/inner-436f493e363b65de9b18c6491e9839bd.webp");
}

.inner .search-box {
    margin: 115px 0;
}

.haunt {
    padding: 50px 0;
    background-color: #ffffff;
}

.haunt p {
    margin: 0 0 20px;
}

.haunt ul {
    padding-left: 20px;
    margin-bottom: 32px;
}

.haunt .view-more {
    margin-top: 20px;
    padding: 12px 30px
}

.haunt .tender-header > ul,
.haunt .tender-header .nav-pills{
    margin-bottom: 10px;
}
.tender-header .search-box{
    margin-top: 0;
    padding-top: 5px;
    border-top: 1px solid;
}

.adds {
    padding: 5px 0;
    position: relative;
}

.add {
    width: 100%;
    height: auto;
}

/*.locations{
    display: table;
    width: 100%;
}*/
.location {
    padding: 26px;
    background-color: #0288d1;
    width: 100%;
    background-image: url('/images/bg/location-782aac7493ab930d8c77b83300ac6888.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    color: #ffffff;
    margin-bottom: 50px;
}

.location h5 {
    color: #ffffff;
    margin-bottom: 5px;
    line-height: 15px;
    font-weight: bold;
}

.location p {
    font-size: 11px;
    margin-bottom: 5px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #aaaaaa;
}

.contact-form textarea {
    height: auto;
    padding-bottom: 25px;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.cubutton {
    margin: 0;
    padding: 8px 13px;
    border-radius: 50%;
    background-color: #7ab621;
    color: #ffffff;
    font-size: 22px;
    position: absolute;
    right: 14px;
    bottom: 10px;
}

.cubutton:hover {
    background-color: #ffffff;
    color: #7ab621;
}

.get-in-touch {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 0
}

.hoffice p {
    font-size: 14px;
    line-height: 24px;
}

.hoffice h6 {
    margin-bottom: 2px;
    line-height: 14px;
}

.president-image {
    padding-left: 0;
    padding-top: 10px;
}

.name .login-social {
    text-align: left;
    padding: 0;
}

/* === 12.* Faq.html === */
.faqs,
.opportunity {
    margin-top: 40px;
}

.faqs ul.faq-nav {
    padding: 0;
    margin-bottom: 50px;
}

.faqs p {
    margin-bottom: 2px;
}

.faqs h1 {
    margin-bottom: 40px;
}

.faqs h2 {
    margin-bottom: 30px;
}

.faqs article {
    margin-bottom: 25px;
}

ul.faq-nav a,
ul.find-nav a {
    background-color: #ffffff;
    border: 1px solid #71ae24;
    border-radius: 0;
    color: #212121;
    padding: 10px 50px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

ul.faq-nav a:hover,
ul.faq-nav .active > a:focus,
ul.faq-nav .active > a,
ul.faq-nav .active > a:hover,
ul.find-nav a:hover,
ul.find-nav .active > a:focus,
ul.find-nav .active > a,
ul.find-nav .active > a:hover {
    background-color: #71ae24;
    border: 1px solid #71ae24;
    color: #ffffff;
}

/* === 12.* Find.html === */
.opportunity ul.find-nav {
    padding: 0;
    margin-bottom: 50px;
}

ul.find-nav a {
    margin-right: 20px;
}

.opportunity dd {
    padding: 20px 0;
    text-align: left;
}

a.view-all,
.view-all:hover {
    background-color: #0288d1;
    color: #ffffff;
    padding: 10px 60px;
}

.modal-content {
    border-radius: 0;
}

.modal-backdrop {
    opacity: 0.9 !important;
}
/*    --------------------------------------------------
    :: Login Section
    -------------------------------------------------- */
#login {
    padding-top: 50px;
    background-color: #f6f6f6;
}
#login .view-more{
    margin-top: 10px;
    color: white;
}
#login .form-wrap {
    width: 30%;
    margin: 0 auto;
}
#login h1 {
    color: #212121;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
#login .form-group {
    margin-bottom: 25px;
}
#login .form-control,
#editprofile .form-control{
    border-radius: 0;
    height: 40px;
}
#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#login .checkbox.show:before {
    content: '\e013';
    color: #1fa67b;
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
    font-family: 'Glyphicons Halflings';
}
#login .checkbox .character-checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: inline-block;
}
#login .checkbox .label {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: normal;
}
#login .btn.btn-custom {
    font-size: 14px;
    margin-bottom: 20px;
}
#login .forget {
    font-size: 13px;
    text-align: center;
    display: block;
}
#login input[type=text],
#login input[type=password],
#login input[type=select],
#login input[type=email],
.modal-body input[type=text],
.modal-body input[type=password],
.modal-body input[type=tel],
#editprofile input[type=text], 
#editprofile input[type=password],
#editprofile .form-group select,
.registerAs {
    width: 100%;
    padding: 12px 20px;
    margin: 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.popup-form {
    font-size: 14px;
    width: 50%;
    margin: auto;
    padding: 45px 0;
}

.popup-form .input-group-addon {
    background-color: white;
    border-radius: 0;
    border-right: 0;
}

.login-form input[type=text],
.login-form input[type=password] {
    border-left: 0;
}

.popup-form .container-fluid {
    padding: 0;
}

.ligin-logo {
    margin: auto;
}

.modal-body button {
    background-color: #70af44;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;

}

.login-form button {
    width: 100%;
}

.cabtn {
    padding: 10px 18px;
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff !important;
    background-color: #4355a5;
}

.social-share {
    margin: 20px 0;
}

.imgcontainer {
    text-align: center;
    margin: 0 0 12px;
}

.popup-modal button.log-close {
    line-height: 10px;
    padding: 5px;
    border: 1px solid rgb(125, 125, 125);
    border-radius: 50%;
    background-color: #f7f7f7;
    position: absolute;
    right: -12px;
    top: -12px;
    opacity: 1;
}

.popup-modal button.log-close span {
    font-weight: 400;
    color: rgb(125, 125, 125);
}

span.psw {
    float: right;
    padding-top: 16px;
}

.login-social {
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
}

.login-social li {
    display: inline-block;
    margin: 0 5px;
}

.login-social img {
    width: 32px;
    height: auto;
}

.signup-form {
    width: 70%;
}

.signup-form button {
    border-radius: 50px;
    font-size: 16px;
    padding: 14px 30px;
}

.create-acc {
    margin-bottom: 50px;
    margin-top: 30px;
}

a.sin-button {
    vertical-align: text-bottom;
    padding: 8px 20px;
    background-color: #70af44;
    color: #ffffff;
    border-radius: 50px;
    margin-left: 5px;
}



.ca-h2 h2 {
    text-align: center;
    display: block;
    margin: 0;
    line-height: 30px;
    padding-bottom: 10px;
}

.aha {
    display: inline-block;
    margin-bottom: 10px;
}

.aha span {
    vertical-align: middle;
}

.terms {
    font-size: 11px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

/* === 12.* Tender.html === */
.tender-header {
    background: #f7f7f7;
    border-radius: 5px;
}

.tender-header > ul {
    padding: 0;
    list-style: none;
}

.tender-header > ul > li {
    display: inline-block;
    font-size: 14px;
    padding: 10px 0;
    margin-left: 20px;
}

.tender-header ul li:first-child {
    padding-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.tender-header ul li:last-child {
    padding-left: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.show-tender ul.dropdown-menu {
    left: 25px;
    min-width: 50px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: center;
}
.tender-header .search-box{
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid;
    box-shadow: 0 2px 4px rgb(125,125,125);
}
.category-advance-search{
    position: relative;
}
.category-search-box{
    display: none;
}
.tender-header .add-on{
    padding:0 25px;
}
.mobile-header li {
    list-style: none;
    display: inline-block;
}

.mobile-header {
    margin-bottom: 30px;
    padding: 20px;
}

.mobile-header li:last-child {
    float: right;
}

.tender-search {
    box-shadow: none;
    border: 1px solid;
    border-radius: 30px;
    padding-left: 10px;
}

.sort a,
.show-tender a {
    color: #212121;
}

.general-info {
    margin-bottom: 50px;
}

.tender-body dl {
    margin-bottom: 2px;
    width: 100%;
    overflow: hidden;
}

.tender-body dl dt {
    float: left;
    font-weight: normal;
    margin-right: 10px;
    padding: 0;
    width: 30%;
}

.tender-body dl dd {
    float: left;
    width: 65%;
    margin: 0;
    padding: 0;
}

ul.tender-nav {
    padding-left: 0;
    float: left;
}

.subscribe {
    background-color: #0288d1;
    padding: 10px;
    margin: 90px 0 150px;
}

.sub-border {
    margin: 0;
    border: 1px solid #ffffff;
    padding: 40px;
}

.subscribe .plan {
    border-right: 1px solid #ffffff;
}

.subscribe .plan:last-child {
    border: none;
}

.subscribe h1,
.subscribe h2,
.subscribe h3 {
    color: #ffffff;
    margin: 0;
    font-weight: 500;
}

.subscribe h3 {
    margin-bottom: 40px;
}

.Table {
    display: table;
    width: 100%;
    font-size: 14px;

}

.Table a {
    color: #08a3f8;
}

.Heading {
    display: table-row;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

#bidding .row {
    display: table-row;
    text-align: center;
    color: #08a3f8;
}

.Cell {
    display: table-cell;
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;
}

#tender-pop .subscribe {
    margin: 60px 0;
}

#tender-pop .log-close {
    line-height: 16px;
    background-color: #0288d1;
    right: -17px;
    top: -17px;
    font-size: 30px;
}

#tender-pop .log-close span {
    color: #ffffff;
}

#agencies textarea {
    width: 100%;
    min-height: 150px;
}

.submit-ariea {
    margin-top: 40px;
}

.submit-ariea p {
    display: inline-block;
    margin: 0;
}

a.submit,input.submit {
    display: inline-block;
    background-color: #71ae24;
    color: #ffffff;
    padding: 10px 90px;
    margin-right: 20px;
}

.add-to {
    float: left;
    padding: 0;
    list-style: none;
}

.add-to li {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0288d1;
    border-radius: 30px;
    margin-right: 10px;
}

.add-to li a {
    color: #ffffff;
}

.share {
    padding: 10px 20px;
}

.add-to li i {
    color: rgb(232, 232, 232);
    text-shadow: -1px -1px 0 #71AD24,
    1px -1px 0 #71AD24,
    -1px 1px 0 #71AD24,
    1px 1px 0 #71AD24;
}

.inactive-button {
    background-color: #cccccc !important;
    border: 1px solid #cccccc !important;
}
.inactive-button-message {
    background: #cccccc;
    color: red; padding: 10px;
    text-align: center;
    font-weight: 500;
}

/* === 12.* Category.html === */
.nav-side-menu {
    overflow: auto;
    font-size: 12px;
    font-weight: 500;
    background-color: #f7f7f7;
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    color: #212121;
}

.nav-side-menu .toggle-btn {
    display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 35px;
    cursor: pointer;
    /*
      .collapsed{
         .arrow:before{
                   font-family: FontAwesome;
                   content: "\f053";
                   display: inline-block;
                   padding-left:10px;
                   padding-right: 10px;
                   vertical-align: middle;
                   float:right;
              }
       }
  */
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
    background-color: #f7f7f7;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #212121;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
    color: #212121;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #f1f1f1;
    border: none;
    line-height: 28px;
    border-bottom: 2px solid #cdcdcd;
    margin-left: 0;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #f1f1f1;
}

.nav-side-menu #menu-content > li {
    padding-left: 15px;
}

.nav-side-menu li a {
    text-decoration: none;
    color: #212121;
}

.nav-side-menu li i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
    float: right;
    line-height: 35px;
    font-size: 16px;
}

.nav-side-menu li:hover {
    background-color: #f7f7f7;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

input[type=checkbox] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin: 2px 2px 4px 2px;
    border-radius: 3px;
    background-color: white;
    position: relative;
    border: 1px solid #0288d1;
    cursor: pointer;
}

input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
}

input[type='checkbox']:before {
    content: ' ';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;

}

input[type='checkbox']:checked {
    background-color: #0288d1;
}

input[type='checkbox']:checked:before {
    content: '\2714';
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    left: 1px;
}

input[type="checkbox"]:focus, button:focus {
    outline: 0 none;
}

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #ffffff;
        color: #000;
        width: 40px;
        text-align: center;
    }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }


}

.tender {
    background-color: #f7f7f7;
    padding: 5px 10px;
    box-shadow: 0 2px 4px rgba(125,125,125,0.24);
    margin-bottom: 10px;
}

.tender a {
    color: #212121;
}

/* === 12.* payment.html === */
.membership-nav {
    text-align: center;
}

.membership-nav > li {
    display: inline-block;
    float: none;
}

.membership-nav > li > a {
    border-radius: 4px;
    background-color: #ffffff;
    border: 2px solid rgb(72, 72, 72);
    color: #212121;
    padding: 16px 100px;
    line-height: 15px;
}

.membership-nav > li > a span {
    display: block;
    font-size: 14px;
}

ul.payment-nav > li > a:hover,
ul.payment-nav > li.active > a,
ul.payment-nav > li.active > a:focus,
ul.payment-nav > li.active > a:hover
ul.membership-nav > li > a:hover,
ul.membership-nav > li.active > a,
ul.membership-nav > li.active > a:focus,
ul.membership-nav > li.active > a:hover {
    background-color: #0288d1;
    border-color: #0288d1;
    color: #ffffff;
}

.dgmambership {
    background: #ebebeb;
    padding: 10px 0;
    border: 1px solid;
    margin-bottom: 22px;
}

.dgmambership p {
    margin-bottom: 0;
}

.renewable .radio {
    margin: 20px;
    display: inline;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.payment-nav {
    padding-left: 0;
}

.payment-nav li > a {
    margin: 0;
    border-radius: 0;
    color: #0288d1;
}

.renewable .radio input[type=radio] {
    top: 2px;
}

.payment-nav li {
    width: 33.33%;
    margin-left: 0 !important;
    text-align: center;
    border: 1px solid rgb(48, 48, 48);
    border-right: 0;
}

.payment-nav li:last-child {
    border-right: 1px solid rgb(48, 48, 48);
}

button.payment-button {
    background-color: #0288d1;
    padding: 10px 15px;
    color: #ffffff;
    margin: 30px 0;
    display: inline-block;
}

.payment-button i {
    color: #0288d1;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 4px;
    margin: 0 15px;
}

.modal-header img {
    width: 40px;
}

.payment-close,
.payment-close:hover {
    color: white;
    opacity: 1;
    font-weight: 100;
}

.payment-close span {
    font-size: 45px;
    line-height: 30px;
}

.payment-modal .modal-body {
    padding: 0 15px;
}

.payment-modal .modal-body .row {
    margin: 0;
}

.payment-modal .modal-body .membership-nav > li > a {
    padding: 10px 60px;
}

.payment-modal .membership-nav > li > a:hover {
    background-color: #0288d1;
    border-color: #0288d1;
    color: #ffffff;
}

.payment-modal .membership-nav {
    margin-bottom: 40px;
}

.payment-modal .modal-footer {
    padding: 25px;
    background-color: #0288d1;
}

.payment-modal .modal-header {
    background-color: #0288d1;
}

.carousel-control {
    background-image: none !important;
}

#proceed-to-payment .payment {
    padding-top: 25px;
}

.fname {
    font-size: 10px;
}

#c-card div {
    padding: 0 1px;
}

#c-card input[type=text],
#c-card input[type=password],
#c-card .form-control {
    padding: 0;
}

#c-card label {
    padding: 0;
    font-weight: 400;
    font-size: 12px;
}

#c-card .row {
    padding-top: 30px;
}

.renewable {
    margin-bottom: 20px;
}

#c-card .col-md-12 {
    text-align: left;
}

#c-card .col-md-12 a {
    font-size: 12px;
}

.modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.success-body {
    padding: 165px;
}

.success-body h2 {
    color: #14a9ee;
    margin-bottom: 10px;
}

.success {
    color: #70af44;
    font-size: 150px;
    line-height: 155px;

}

a.back-to-home {
    font-size: 14px;
    color: #7a7a7a;
}

.events-header h3 {
    display: inline-block;
    margin-right: 50px;
}

.events-header .form-control {
    width: 100px;
    display: inline-block;
}

.event {
    background: #006da9;
    padding: 15px;
    color: #ffffff;
}

.event h3 {
    color: #ffffff;
    margin-bottom: 5px;
}

.event p {
    padding: 0;
    margin: 0;
}

.event span {
    display: block;
    font-size: 14px;
    padding: 0 40px;
}

a.join {
    background-color: #70af44;
    padding: 5px 20px;
    color: #ffffff;
    display: inline-block;
    margin-top: 20px;
}
/*===================================================================
     dgmarket offer page
====================================================================*/
.dgm-offers{
    position: relative;
    display: block;
    margin-bottom: 40px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.dgm-offers:before{
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #151515;
    opacity: 0.8;
    top: 0;
    left: 0;
}
.dgm-offer{
    position: relative;
    width: 100%;
    color: white;
    z-index: 1;
    padding: 45px 20px;
}
.dgm-offer h1,
.dgm-offer h2,
.dgm-offer h3{
    color: #ffffff;
}
.dgm-offer p{
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
}
div.dgm-offer .view-more{
    margin-top: 30px;
}
.ruls-lang{
    list-style: none;
}

/* allert page */
.alerts p{
    font-size: 12px;
    margin-bottom: 2px;
}
.alerts .row > div{
    padding: 5px 0;
    border: 1px solid #ddd;
}
.alerts .row:nth-child(even){
    background-color: #f2f2f2;
}
.alerts .alt-header > div{
    padding: 10px 0;
    border-color: #2e479b;
}
.alerts .row{
    display: flex;
}
.alerts .row:hover {
    background-color: #ebe8e8;
}
.alerts .row.alt-header,
.alerts .alt-header:hover{
    background-color: #2e479b;
    color: #ffffff;
}
.col div{
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}
.criteria{
    display: block;
    margin-bottom: 15px;

}
.criteria p{
    margin-bottom: 5px;
    text-align: left;
}
.update-profile{
    padding: 15px;
    background-color: lightgray;
    margin-bottom: 20px;
}
.update-profile ul{
    margin-bottom: 5px;
}
span.text-left{
    display: block;
    margin-bottom: 5px;
}
thead.alt-header tr th{
    text-align: center;
    vertical-align: middle;
}
.alerts table>tbody>tr td{
    vertical-align: middle;
}

.alerts thead.alt-header,
.alerts .alt-header:hover{
    background-color: #2e479b;
    color: #ffffff;
}
.alert-footer span,
.alert-footer button{
    display: inline-block;
}
.alert-footer span{
    float: left;
}
.alrt-btn{
    float: right;
    background-color: #71ae24;
    border: 1px solid #71ae24;
    color: #ffffff;
    padding: 5px 25px;
}
.alert-footer{
    clear: both;
    margin-top: 10px;
}
.add-alert{
    margin-top: 25px;
}
.alt-serch{
    padding: 0;
}
.alt-serch input,
.alt-serch select{
    height: 40px;
    border-radius: 0;
}
.alt-serch .alrt-btn{
    margin-top: 50px;
    float: left;
}

.footer-pages{
    font-size: 14px;
}
.footer-pages a{
    color: #2e479b;
}

/*flip*/
.flipWrapper {
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
-o-perspective: 1000px;
perspective: 1000px;
position: relative;
}
.flipWrapper .card.flipped {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.flipWrapper .card {
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.flipWrapper .card .face {
width: 100%;
height: 100%;
z-index: 2;
}
.flip-hide{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
.flipWrapper .card .front {
position: absolute;
z-index: 1;
}
.flipWrapper .card .back {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
color: white;
cursor: pointer;
border-radius: 20px;
}

.card .back .gabutton{
    margin-top: 0;
    padding: 10px 40px;
    border-color: #70af44;
}
.glyphicon-chevron-right:before {
    content: "\e250";
    color: rgb(246,246,246);
    background-color: rgb(211,211,211);
    border-radius: 50%;
    font-size: 23px;
    padding: 5px 5px 5px 10px;
    line-height: 22px;
}
.glyphicon-chevron-left:before {
    content: "\e251";
    color: rgb(246,246,246);
    background-color: rgb(211,211,211);
    border-radius: 50%;
    font-size: 23px;
    padding: 5px 10px 5px 5px;
    line-height: 22px;
}
.carousel-control{
    width: 0;
}
.flip-back{
    color: black;
    position: absolute;
    top: 3px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}
.basicinfo,
.sub-notices,
.update-info{
    margin-bottom: 20px;
}
.basicinfo p,
.sub-notices p{
    margin-bottom: 2px;
}
.sub-notices a,
.update-info a{
    display: block;
}
.sub-notices a:before,
.update-info a:before{
    content: "\f054";
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 5px;
    color: #212121;
}
textarea {
    resize: none;
}

/*pagination*/

.haunt ul.pagination{
    padding-left: 0px;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
    background-color: #0288d1;
    border-color: #0288d1;
}

.center {
    text-align: center;
}
.mobile-fltr{
    display: block;
}
.mobile-fltr span{
    display: inline-block;
    padding: 10px;
}
.sidebar-open{
    float: right;
}


.cm-modal.modal {
  text-align: center;
  padding: 0!important;
}

.cm-modal.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.cm-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.cm-modal .modal-dialog{
    width: 300px;
}
.cm-modal .modal-footer{
    text-align: center;
}
.fls-div{
    margin: 0;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
        margin-right: 4px;
    }

.cm-modal .modal-header{
    padding: 5px;
    border-bottom: none;
}
.cm-modal .modal-footer{
    border-top: none;
}
.card input[type="radio"]{
    margin-left: 5px;
    margin-right: 2px;
}
.card h3{
    margin: 0 0 10px;
}
.alpacks{
    margin-top: 50px;
}
.alpacks p{
    margin-bottom: 5px;
}
.wrap-contuctus{
        position: absolute;
    bottom: 25px;
    width: 100%;
    left: 0;
}

.wrap-contuctus .view-more{
    margin-top: 0;
    display: inline-block;
    padding: 12px 14px;
}
input.hidden {
    position: absolute;
    left: -9999px;
}

#profile-image1 {
    cursor: pointer;
    width: 200px;
    height: 200px;
    border:2px solid #03b1ce ;}
.tital{ font-size:16px; font-weight:500;}
.bot-border{ border-bottom:1px #f8f8f8 solid;  margin:5px 0  5px 0} 
.haunt div.profile-header{
    background-color: #2e479b;
    color: #ffffff;
}
.haunt div.profile-header h4{
    color: #ffffff;
}
.box-body .view-more{
    margin-top: 55px;
}
#editprofile .form-group{
    margin-bottom: 0;
}
#editprofile .form-group select.editnotice{
    padding: 8px 20px;
}
.hitarea{
    height: 15px;
    width: 15px;
    cursor: pointer;
}
.expandableNode{
    vertical-align: bottom;
}
.treeview, .treeview ul {
    
    margin: 0;
    list-style: none;
    font-size: 12px;
}
.treeview li {
    margin: 0;
    padding: 2px 0pt 2px 0px;
    text-align: left;
}
.treeview .hitarea, .treeview .no-hitarea {
    height: 16px;
    width: 16px;
    margin-right: 20px;
    float: left;
    cursor: pointer;
}
.enbtn{
    color: #ffffff;
    background-color: #7ab621;
    border-radius: 0;
}
.advance-search-newpage{
    display: inline-block !important;
    vertical-align: -webkit-baseline-middle !important;
    margin-top: 6px;
}
.advance-search-page .input-group{
    width: 100%;
}
.advance-search-page .radio{
    display: block;
}
.search-fild .multipleSelect{
    height: 100px;
}
.advance-search-page .col-md-4{
    margin-top: 15px;
}

.news-block {
    margin-bottom: 50px;
}
.marginBottom-0 {
    margin-bottom:0;
}
.dropdown-submenu{
    position:relative;
}
.dropdown-submenu>.dropdown-menu{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0;
    -moz-border-radius:0 ;
    border-radius:0 ;
}
.dropdown-submenu>a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
    border-left-color:#555;
}
.dropdown-submenu.pull-left{
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
}
.buyer-sort{
    padding-bottom: 10px;
}
.buyer-sort li:first-child{
    float: left;
}
.buyer-sort li:last-child{
    float: right;
}
table.subscription{
    border: 1px solid #ddd;
    background-color: #e8e7e7;
}
table.subscription>thead>tr>th {
    border:none;
}
table.subscription>thead>tr>th,
table.subscription>tbody>tr>td{
    text-align: center;

}
table.subscription>thead>tr>th:first-child{
    text-align: right;
    font-weight: 400;
}
table .sub-user{
    font-weight: 400;
    font-size: 14px;
    color: #f7a809;
}
table.subscription>tbody>tr>td:first-child{
    text-align: left;
}
table.subscription>tbody>tr:nth-child(odd){
    background-color: #edf4fa;
}
table.subscription>tbody>tr:nth-child(even){
    background-color: #ffffff;
}
.haunt a.buy-button{
    color: white;
    margin-top: 0px;
}
.sub-price{
    color: #2c92c5;
}
.payment-options{
    margin-top: 50px;
}
.payment-options ol li{
    margin-bottom: 5px;
}
.payment-options div{
    padding-left: 0;
}
td.payment-options-ke {
    padding: 5px;
    text-align: left;
}
span.payment-options-ke {
    font-weight: bold;
}
.cellnumber{
    margin-left: 5PX;
}
.cancel{
    background-color: red !important;
    color:white !important;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.input-group .multiselect-native-select button.multiselect{
    border-radius: 0;
    color: gray;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    text-align: left;
    box-shadow: none !important;
}
.input-group .multiselect-native-select .btn-group{
    width: 100% !important;
}
.multiselect-native-select button.multiselect .caret {
    margin-left: 0;
    float: right;
    margin-top: 7px;
}
.input-group .multiselect-native-select .btn-default{
    padding: 10px 25px;
}
ul.multiselect-container{
    max-width: 100%;
}
ul.multiselect-container li a{
    padding: 5px;
}
ul.multiselect-container li label.checkbox{
    padding: 0px;
}
input[type="date"]{
    font-size: 12px;
}
div.input-group-btn.with-reset button{
    margin-left: 15px !important;
    float: right;
}
.news-details-item {
    padding-left: 50px;
    float: right;
    font-weight: bold;
}
.news-details {
    font-weight: bold;
}
.prev-news {
    display: inline-block
}
.next-news {
     float: right;
     display: inline-block
}
.seen-label {
    background-color: #17a2b8;
    color: #FFFFFF;
    border-radius: 100px;
    padding: 2px 8px;
    margin-inline-start: 10px;
}
.error-page-limit {
    color: red;
}

/* admin user search modal */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableCell {
	display: table-cell;
	text-align: left;
}
.divTableBody {
	display: table-row-group;
}
.select-user-button {
    padding: 6px 12px !important;
    background-color: #337ab7 !important;
}
#adminUserSearchKeywords {
    height: 40px;
}
#search-user {
    height: 40px;
}
#userSearchModalLabel {
    font-weight: bold;
}
.selectUser {
    text-align: right;
}
.admin-user-search-keywords {
    width: 90%;
}
.admin-user-search-button {
    width: 10%;
}

/* create buyer form*/
.create-buyer-group {
    margin-bottom: 0;
    margin-top: 0;
}
.buyer-profile-header {
    padding-left: 15px;
}
.create-buyer-submit {
    text-align: right;
}
.create-buyer-submit-btn {
    margin-top: 0 !important;
    margin-right: 15px;
}
/* buyer profile*/
.buyer-show-container {
    padding-top: 5px;
}
/* clients section */
#mixedSlider , #eventSlider {
    position: relative;
}
#mixedSlider .MS-content,
#eventSlider .MS-content{
    white-space: nowrap;
    overflow: hidden;
    margin:0% 5% 2% 5%;
}
#mixedSlider .MS-content .item,
#eventSlider .MS-content .item,
#partnersSlider .MS-content .item{
    display: inline-block;
    width: 20%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0 10px;
    margin-right: 2px;
}
@media (max-width: 991px) {
    #mixedSlider .MS-content .item,
    #eventSlider .MS-content .item{
        width: 50%;
    }
}
@media (max-width: 767px) {
    #mixedSlider .MS-content .item,
    #eventSlider .MS-content .item{
        width: 100%;
    }
}
#mixedSlider .MS-content .item .imgTitle, #eventSlider .MS-content .item .imgTitle {
    position: relative;
}
#mixedSlider .MS-content .item .imgTitle img, #eventSlider .MS-content .item .imgTitle img {
    height: 100px;
    width: auto;
}
#mixedSlider .MS-content .item p {
    font-size: 16px;
    margin: 2px 10px 0 5px;
    text-indent: 15px;
}
#mixedSlider .MS-content .item a {
    float: right;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-style: italic;
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 95px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
    #mixedSlider .MS-controls button {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    #mixedSlider .MS-controls button {
        font-size: 20px;
    }
    #indbanner{
        background-image: url('/images/mobile-287a070da2bdf62e4d10e011f1460166.png');
        margin-top: 80px;
    }
    #bdbanner{
        background-image: url('/images/banner/dgBDmobile-9acf6dd44597b0c127b35873d2dc70f6.jpg');
    }
    #frbanner{
        background-image: url('/images/frMbBanner-ebc8fd0c3046cf6545f9f7c19cf81a63.png');
    }
    #aubanner{
        background-image: url('/sites/au/images/AUMbBanner.png');
    }
    #kebanner{
        background-image: url('/sites/ke/images/KEMbBanner.png');
    }
    #npbanner{
        background-image: url('/sites/np/images/NPMbBanner.png');
    }
    #zabanner{
        background-image: url('/sites/za/images/ZAMbBanner.png');
    }
}
@media (max-width: 567px) {
    #indbanner{
        background-image: url('/images/mobile-287a070da2bdf62e4d10e011f1460166.png');
    }
    #frbanner{
        background-image: url('/images/frMbBanner-ebc8fd0c3046cf6545f9f7c19cf81a63.png');
    }
    #aubanner{
        background-image: url('/sites/au/images/AUMbBanner.png');
    }
    #kebanner{
        background-image: url('/sites/ke/images/KEMbBanner.png');
    }
    #npbanner{
        background-image: url('/sites/np/images/NPMbBanner.png');
    }
    #zabanner{
        background-image: url('/sites/za/images/ZAMbBanner.png');
    }
}
#mixedSlider .MS-controls .MS-left {
    left: 0px;
}
@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-left {
        left: -10px;
    }
}
/* partners section */
#partnersSlider {
    position: relative;
}
#partnersSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%;
}
#partnersSlider .MS-content .item {
    display: inline-block;
    width: 14.286%;
    position: relative;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    vertical-align: middle;
}
#partnersSlider button {
    position: absolute;
}
#partnersSlider .MS-left {
    left: 10px;
}
#partnersSlider .MS-right {
    right: 10px;
}
.partners {
    padding: 20px 0;
    background: white;
}
@media (max-width: 1200px) {
    #partnersSlider .MS-content .item {
        width: 25%;
    }
}
@media (max-width: 992px) {
    #partnersSlider .MS-content .item {
        width: 33.333%;
    }
}
@media (max-width: 768px) {
    #partnersSlider .MS-content .item {
        width: 50%;
    }
}
.partners h6 {
    font-weight: 500;
    font-style: italic;
}
.partners h2 {
    margin-bottom: 0;
}



.download-apps{
    padding-top: 50px;
    padding-bottom: 70px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
    white-space: normal !important;
}
#countrySelectApplyButton {
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}
.btn-buyer, .btn-news {
    font-size:18px;
    font-weight:bold;
}

/* popular tenders section */
.popular-tenders {
    background: white;
    padding-top: 20px;
}
.popular-tenders h6 {
    font-weight: 500;
    font-style: italic;
}
.popular-tenders h2 {
    margin-bottom: 0;
}
#popular-tenders-area {
    overflow-y: scroll;
    height:220px;

}


.noresultFoundHeading{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.mobile-instruction{
    display: none;
}
.buyername .select2-container .select2-selection--single{
    height: auto;
}
.buyername .select2-container .select2-selection--single .select2-selection__rendered{
    white-space: normal;
}

.no_checkbox > i.jstree-checkbox {
    display: none;
}

i.cpv-remove {
    cursor: pointer;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

/* snackbar */
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #7ab621;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 30px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.logoIl{
    height: 50px;
}

div.blue-spot {
    display: table-cell; background-color: #1f67aa; color: white; vertical-align: middle; border-radius: 10px;
}
.tendar-body{
    display: flex;
}
.notice-table{
    width: 70%;
}
@media screen and (max-width: 991px){
    .inner, .banner-ariea {
        background-size: cover;}
    .banner-ariea{
        margin-top: 80px;
    }
    div.blue-spot{
        display: table;
        margin: 10px 0px;
        width: 100%;
    }
    .tendar-body{
        display: block;
    }
    .notice-table{
        width: 100%;
    }
    .blue-spot-parent{
        margin: 20px auto !important;
        width: 90%;
    }
    h2 {
        font-size: 16px;
        line-height: 20px;
    }
    ul.navbar-nav{
        margin: 0px 5px;
    }

}
.vasServiceDiv{
    padding:8%;
    height:80px;
}

html,body{
    overflow-x:hidden;
}

.awardImage{
    width: 450px;
    height:350px;
    padding: 4px;
}

.awardImageInfo{
    max-width: 70%;
    height: auto;
}

.vasService{
    background-color: #f7f7f7;
    padding: 5px 10px;
    box-shadow: 0 2px 4px rgba(125,125,125,0.24);
    margin-bottom: 10px;
    height: auto;
}
@media screen and (max-width: 991px){
    .createAccountHeading{
        margin-top:20%;
    }
}

.tenderTitle {
    margin: 30px 30px;
    color: #4d90fe;
    text-align: center;
}

.tenderInputFieldSize{
    height: 20px;
    width: 200px;
}

@media only screen and (max-width: 750px) and (min-width: 300px)  {
    .tenderComponentMb{
        margin-top: 10%;
    }
    .tenderTabNavSuccessMessage {
        margin-top: 2%;
    }
}

.mainInfoLabel {
    font-weight: bolder;
    color: #0a568c;
}

.bidLabel {
    color: #0d6aad;
    font-weight: bold;
}

.editBidButton a {
    color: #eeecec !important;
    float: right;
}

#searchInfo{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
}

.bdbox{
    border: 2px solid;
    padding: 5px;
    margin: 15px 5px;
    height: 120px;
    line-height: 110px;
}
.bdbox a{
    margin: auto;
    text-align: center;
    height: 100%;
    width: 100%;
    display: block;
}
.white-text{
    color: #FFFFFF;
}