html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/*Header*/
header {
    top: 0;
    box-shadow: 2px 3px 5px #f2f2f2;
}

.navbar {
    border-bottom: none !important;
}

.NavHead {
    transition: margin-left .5s;
    margin-top: -10px;
    top: 0;
    background-color: #efefef;
    padding-left: 20px;
    /*height: 60px;*/
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: -2px;
    margin-top: -2px;
    padding-left: 5px;
    /*color: #598D41 !important;    
    display: flex;
    align-items: center;*/
}

.navLogo {
    /*height: 45px;*/
    /*width: 100px;*/
    margin-right: 10px;
}

.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #d4d4d4;
}

/*Footer*/
.footer {
    transition: margin-left .5s;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-color: #29364a;
    color: white;
    text-align: center;
    /*margin-left: 50px;*/
}

    .footer > div {
        padding-top: 20px;
        padding-left: 20px;
    }

.footerLeft {
    color: #ffffff;
    font-size: 13px;
    float: left;
    text-align: left;
}

.footerCentre {
    color: #c4c4c4;
    font-size: 13px;
}

    .footerCentre > a {
        color: #c4c4c4;
        text-decoration: none;
    }

.footerRight {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    float: right;
    text-align: left;
}

    .footerRight > a {
        color: #c4c4c4;
        text-decoration: none;
        padding-right: 10px;
    }

.socialIcon :hover {
    color: #f47921 !important;
    text-decoration: none;
}

.mailIcon {
    color: #f47921 !important;
    text-decoration: none;
}

/*Subscribe Page*/
.subHead {
    color: #1c3a66;
    font-weight: 600;
}

    .subHead:hover {
        color: #f47921;
    }

.subShape {
    position: relative;
    overflow: hidden;
    padding: 50px;
}

    .subShape:after {
        content: '';
        position: absolute;
        width: 500px;
        height: 500px;
        background: #f47921;
        border-radius: 50%;
        top: 0;
        right: 0;
        z-index: -1;
        top: 10%; /* change value as required */
        right: 30%; /* change value as required */
    }

.dx-texteditor-input {
    padding-top: 18px !important;
}

#subForm {
    border: solid 1px #f4792176;
    box-shadow: 1px 2px 5px #f4792176;
    padding: 15px;
    margin-bottom: 10px;
}

#subPlanDiv {
    margin-top: 0px;
}

/*Plan Cards*/
.planCard {
    border: 1px solid #f47921c4;
}

.planCardHead {
    background-color: #f47921;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.planCardBody {
    font-size: 13px;
    font-weight: 500;
}

.planCardText {
    margin-bottom: 0px;
}

.planSelBtn {
    float: right;
    color: #1c3a66;
    border: none;
    margin-top: 20px;
}

    .planSelBtn:hover,
    .planSelBtn:focus,
    .planSelBtn:active {
        color: #fff;
        border: solid 1px #1c3a66;
        background-color: #1c3a66;
        outline: none;
        box-shadow: none;
    }

.packCardFoot {
    background-color: #f47921c4;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.planCardCost {
    text-align: center
}

/*Free Sample Form*/
.sampleModalContent {
    outline: none;
    border: none;
    box-shadow: 5px 5px 5px #656565;
}

.sampleModal {
    /*width: 50%;*/
}

.SmpModal {
    /*width:90%;*/
}

.sampleModalHead {
    border: none;
    background-color: #f47921;
    color: #fff;
    padding: 10px;
    margin: 0px;
}

.sampleCardIcon {
    text-align: center;
    font-size: 30px;
    background-color: #1c3a66;
    color: #ffffff;
    padding: 20px;
    border-radius: 60px;
}

.sampleCardIcon {
    text-align: center;
    color: #f47921;
    font-weight: 600;
    padding-bottom: 10px;
}

.sampleCardBody {
    padding-left: 30px;
    padding-right: 30px;
}

.SmpBtn {
    position: absolute;
    z-index: 10;
    align-items: center;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    background-color: #1c3a66;
    color: #fff;
}

    .SmpBtn:hover {
        position: absolute;
        z-index: 10;
        align-items: center;
        bottom: -40px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        background-color: #1c3a66;
        color: #8fcb88;
    }

#plansDiv {
    margin-bottom: 40px;
}

#subBtnDiv {
    float: right;
    margin-top: 30px;
    /*margin-right:50px;*/
}

.dx-popup-title {
    padding: 10px !important;
    background-color: #1c3a66 !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    text-align: center !important;
    height: 50px;
}

#selPlanClearBtn {
    background-color: transparent;
    margin-left: -50px;
}

.selPlanClearIcon {
    color: #f47921 !important;
    font-size: 18px;
}

/* Filter Accordion */
#filterAccordion {
    margin-bottom: 10px;
}

#filterAccordionBtn {
    background-color: #f47921;
    color: #f1daca;
    font-weight: 600;
    padding-bottom: 10px;
    border-radius: 0px;
}

    #filterAccordionBtn:focus {
        box-shadow: none;
    }

#filterAccordionOne {
    border-radius: 0px;
}

#filterAccordionBody {
    background-color: #fff;
    border: solid 1px #c7daf6;
    padding-top: 20px;
}

/*Master Grid*/
#gridHeadCSS {
    background-color: #1c3a66;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}

#gridHeadCSS2 {
    background-color: #1c3a66;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    /*margin-top: 53px;*/
}

.MasterMain {
    overflow: auto;
    height: 90%;
    padding: 2px 20px;
    margin-top: 10px;
}

.MasterHead {
    background-color: #1c3a66;
    padding: 5px 2px 10px 0px;
}

.MasterHeader {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    /*border-bottom: solid 2px #758bba;*/
    padding-bottom: 5px;
    background: linear-gradient(#ffffff 0 0), linear-gradient(#1c3a66 0 0);
    background-size: 0% 2px,100% 1px; /* we make the top one 0% width */
    background-position: bottom left;
    background-repeat: no-repeat;
    transition: 0.5s;
}

    .MasterHeader:hover {
        background-size: 100% 3px; /* 100% width on hover */
    }

.MasterHeaderBtns {
    float: right;
}

.masterBtn {
    color: #f59c5d;
}

    .masterBtn:hover {
        color: #f47921;
    }

    .masterBtn:active, .masterBtn:focus {
        color: #9dcc87;
        outline: none;
        border: none;
        box-shadow: none;
    }

.masterCard {
}

.masterCardBody {
    margin-top: 0px;
    /*padding: 20px !important;*/
    border-radius: 5px;
    /*box-shadow: 5px 2px 10px 0px #dbdbdb;*/
    transition: margin-left .5s;
}

.masterActualBody {
    padding: 0px;
    /*margin: 0px;*/
    box-shadow: 5px 2px 10px 0px #dbdbdb;
}

.masterActualBody2 {
}

.MasterGridHead {
    color: #41598D;
}

.FrmBox {
    background-color: transparent;
}

    .FrmBox .dx-texteditor-input {
        /*border-left: 5px solid seagreen;*/
        border-right: 8px solid #758bba;
    }

#masterpopup.dx-overlay-content {
    /*border: 2px solid #FEC22D !important;*/
    border-radius: 2px !important;
    box-shadow: 5px 5px 6px #85b56f74 !important;
}

#masterForm {
    padding: 5px;
}
/*Popup*/
.popupBtn {
    color: #fff;
}

    .popupBtn:hover {
        color: #c6e6b8;
    }

    .popupBtn:active, .masterBtn:focus {
        color: #c6e6b8;
        outline: none;
        border: none;
        box-shadow: none;
    }

.frmGrp {
    text-align: right;
    margin-top: -20px;
    margin-bottom: 0px;
    float: left;
}

.frmGrpBtn {
    margin-right: 5px;
}

.frmLGrp {
    text-align: left;
    margin-top: -20px;
    margin-left: -12px;
    margin-bottom: 0px;
    float: left;
}

.dx-texteditor-input {
    padding-top: 20px !important;
}

.filtered-row .dx-texteditor-input {
    padding-top: 0px !important;
}

.filtered-row .filter-row-focus .dx-texteditor-input {
    padding-top: 0px !important;
}

/*Filter/Search Tenders*/
.srchTndHead {
    color: #476187;
    font-weight: 500;
    text-transform: uppercase;
}

.fltrTndSec {
    border: 1px solid #f4792176;
    border-left: 4px solid #f47921;
    /*border-radius:5px;*/
    box-shadow: 5px 2px 10px 0px #dbdbdb;
    padding: 15px 0px 20px 15px;
    margin-bottom:15px;
}

/*.listSec {
    border: 1px solid #1c3a666b;
    border-radius: 5px;
    box-shadow: 5px 2px 10px 0px #dbdbdb;
    padding: 5px 0px 0px 0px;
}*/

.lstCard {
    border: none;
    box-shadow: 2px 5px 10px 0px #1c3a6679;
    border-radius: 0px;
}

.lstCardHead {
    background-color: #1c3a66;
    color: #ffbd8e;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0px;
}

.lstCardBody {
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 0px;
    padding-top: 10px;
    border-radius: 0px;
}

.lstCardText {
    margin-bottom: 0px;
}

#tagListSrch {
    margin-right: 10px;
}

#tagLstHead {
    padding: 5px 0px 5px 0px;
    font-size: 14px;
    background-color: transparent;
    color: #1c3a66;
}

    #tagLstHead:focus {
        box-shadow: none;
        background-color: transparent;
        color: #f47921;
        font-weight: 400;
    }

[id^='Btn_Acc_'] {
    padding: 7px 0px 7px 0px;
    font-size: 14px;
    background-color: transparent;
    color: #1c3a66;
    border-bottom:1px solid #1c3a6631;
    /*border-radius:0px;*/
}

    [id^='Btn_Acc_']:focus {
        box-shadow: none;
        background-color: transparent;
        color: #f47921;
        font-weight: 400;
    }

[id^='CL_Btn_Acc_'] {
    padding: 7px 0px 7px 0px;
    font-size: 14px;
    background-color: transparent;
    color: #1c3a66;
    border-bottom: 1px solid #1c3a6631;
}

    [id^='CL_Btn_Acc_'].accordion-button:not(.collapsed)::after {
        background-image: initial !important;
        width: 0;
    }

    [id^='CL_Btn_Acc_'].accordion-button::after {
        background-image: initial !important;
        width: 0;
    }

.accTagBody{
    padding-top:0px;
    padding-bottom:0px;
}

.childTagItem {
    list-style-type: none;
    padding: 0;
}

.subTagItem {
    border-bottom: 1px solid #1c3a6670;
    padding-top: 7px;
    padding-bottom: 5px;
}

.subTagItem > a{
    text-decoration:none;
    color:#1c3a66;
    font-weight:400;
}

    .subTagItem > a:hover {
        color: #669351;
    }

/*Login Form*/
.loginModalContent {
    outline: none;
    border: none;
    box-shadow: 5px 5px 5px #656565;
}

.LogModal {
    width: 30%;
}

.loginCardIcon {
    text-align: center;
    font-size: 30px;
    background-color: #1c3a66;
    color: #ffffff;
    padding: 20px;
    border-radius: 60px;
}

.loginCardHead {
    text-align: center;
    color: #f47921;
    font-weight: 600;
    padding-bottom: 10px;
}

.loginCardBody {
    padding-left: 30px;
    padding-right: 30px;
}

.LogBtn {
    position: absolute;
    z-index: 10;
    align-items: center;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    background-color: #72b454;
    color: #d9efcf;
}

    .LogBtn:hover {
        position: absolute;
        z-index: 10;
        align-items: center;
        bottom: -40px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        background-color: #72b454;
        color: #267900;
    }

.loader {
    background: rgba(255,255,255,.8);
    padding-top: 5px;
    z-index: 99999;
}

    .loader div {
        border: 16px solid #f3f3f3; /* Light grey */
        border-top: 16px solid #3498db; /* Blue */
        border-radius: 50%;
        width: 20px;
        height: 20px;
        animation: spin 2s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*Tender Listing Page*/
.selTagInfo {
    border: 1px solid #f4792176;
    border-left: 4px solid #f47921;
    /*border-radius:5px;*/
    box-shadow: 5px 2px 10px 0px #dbdbdb;
    padding: 15px 0px 0px 10px;
    margin-bottom: 10px;
}


.tabItemCaption {
    color: #896699;
    font-weight: 500;
    font-size: 14px;
}

.tabItemDescCaption {
    color: #896699;
    font-weight: 500;
    font-size: 16px;
    margin: 25px 0 25px 10px;
}

/* Info Card - with selection details */

.infoCard {
    height: 100%;
    border-radius: 0px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 5px solid #f47921;
    box-shadow: 2px 2px 8px 0px #dbdbdb;
    margin-right: 30px;
}

.infoCard2 {
    height: 100%;
    border-radius: 0px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 5px solid #598D41;
    box-shadow: 2px 2px 8px 0px #dbdbdb;
    margin-left: -10px;
    margin-right: 30px;
}

.infoCardBody {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
}

#capLineHead {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 600;
}

#capLineOne {
    color: #598D41;
    font-size: 14px;
    font-weight: 500;
}

#capLineTwo {
    color: #454545;
    font-size: 14px;
    font-weight: 400;
}

.ArYear {
    height: 20px;
}

    .ArYear > div {
        padding-left: 10px;
        line-height: 20px;
        font-size: 15px;
        float: left;
    }

/*Tender Details Page*/
#tndID {
    color: #1c3a66;
    font-size: 16px;
    font-weight: 600;
}
