﻿li#SubmitTenderBid {
    /* text-align: right; */
    float: right;
}

li#SubmitTenderBid:after {
    /* text-align: right; */
    content: '\f1d8';
    color: #f00;
}

li#SubmitTenderBid:after {
    display: block;
    margin-top: -15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    position: absolute;
    top: 40%;
    left: -20.5px;
}



.list-with-icons {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-with-icons li {
    display: block;
    width: 100%;
    padding: 12px 25px 12px 50px;
    margin: 20px;
    line-height: 1;
    font-size: 20px;
    background-color: #f1f1f1;
    border-right: 1px dashed #ccc;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    transition: all .35s ease;
}

.list-with-icons li:hover {
    -webkit-transform: translate(5px);
    -moz-transform: translate(5px);
    transform: translate(5px);
}

.list-with-icons li:before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    border-radius: 100%;
    background-color: #fff;
    border-left: 2px dotted #ccc;
    box-shadow: -1px 0 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 50%;
    left: -15px;
}

.list-with-icons li:after {
    display: block;
    margin-top: -15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: -2.5px;
}

.list-with-icons li:after {
    content: '\f15b';
    color: #f00;
}

.eTenderBorderSeparator {
    border-style: solid;
    border-style: dashed solid;
    border-width: thin;
    width: 900px;
    height: 5px;
    vertical-align: middle;
    margin-top: 15px;
    margin-bottom: 25px;
}

.eTendersNavBarTitle {
    background-color: #ee2f27;
    height: 70px;
    width: 100%;
    margin-bottom: 25px;
}

.page_title {
    margin: 0 auto;
    font-size: 2.0em;
    color: #fff;
    text-transform: uppercase;
    font-family: 'ApexNewMed';
    line-height: 70px;
    padding-left: 0px;
    letter-spacing: 0.04em;
}

/*Registration Wizard*/
* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

#grad1 {
    background-color: #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

    #msform fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        padding: 20px 40px 30px 40px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px 3%;
        position: relative
    }

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

        #msform fieldset:not(:first-of-type) {
            display: none
        }

        #msform fieldset .form-card {
            text-align: left;
            color: black;
        }

    #msform input,
    #msform textarea {
        padding: 0px 8px 4px 8px;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 25px;
        margin-top: 2px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 16px;
        letter-spacing: 1px
    }

        #msform input:focus,
        #msform textarea:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: none;
            font-weight: bold;
            border-bottom: 2px solid skyblue;
            outline-width: 0
        }

    #msform .action-button {
        width: 100px;
        background: #C00000;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px
    }

    #msform .accept-action-button {
        width: 200px;
        background: #ee2f27;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

    #msform .action-button:hover,
    #msform .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
    }

    #msform .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px
    }

        #msform .action-button-previous:hover,
        #msform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
        }

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

    select.list-dt:focus {
        border-bottom: 2px solid skyblue
    }

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.cards {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#dialogHeaderText {
    text-align: center;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: black;
    text-align: center;
}

    #progressbar .active {
        color: #000000;
        text-align: center;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 25%;
        float: left;
        position: relative
    }

    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f023"
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007"
    }

    #progressbar #terms:before {
        font-family: FontAwesome;
        content: "\f09d"
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c"
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #C00000
    }

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

    .radio:hover {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
    }

    .radio.selected {
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
    }

.fit-image {
    width: 100%;
    object-fit: cover
}
/*End Registration Wizard*/

.dropcaps {
    color: #2e2e2e;
    float: left;
    font-family: 'ApexNewBold';
    font-size: 4.5em;
    line-height: 57px;
    padding-top: 5px;
    padding-right: 11px;
    padding-left: 0px;
}

.rightColumn {
    float: right;
    max-width: 340px;
    margin: 30px 0 30px 40px;
    position: relative;
    clear: both;
}

.bg_NPA {
    background-color: #5E88A2;
    padding: 25px;
    float: right;
    width: 250px;
    min-height: 80px;
    margin-right: 15px;
}

.grey_whiteText {
    font-size: 19px;
    font-family: 'ApexNewBook';
    color: #fff;
}

.chat {
    background-image: url("../images/chat.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 55px;
    width: 55px;
    float: right;
    margin-left: 0;
    margin-top: -5px;
}
/* Tender Details*/

.headerLabel {
    font-weight: bolder;
    font-size: x-large;
    margin-bottom: 15px;
}

.eTender-btn-primary {
    color: #fff;
    background-color: #ee2f27;
    border-color: #ee2f27;
}

.eTenderLabelRows {
    padding-bottom: 5px;
    border-bottom: 1px;
    border-bottom-color: black;
    border-bottom-style: solid;
    padding-top: 5px;
}

.eTenderLabelRows2 {
    padding-bottom: 5px;
    border-bottom: 0px;
    border-bottom-color: black;
    border-bottom-style: solid;
    padding-top: 20px;
}

#loadingDiv {
    display: none;
}

body.busy .spinner {
    display: block !important;
}

.imnoRobot {
    vertical-align: middle;
    padding-left: 3em;
    margin-bottom: 2em;
}

.btn-transnet-primary {
    color: #fff;
    background-color: #C00000;
    border-color: #C00000;
}

    .btn-transnet-primary :hover {
        color: #fff;
        background-color: #C00000;
        border-color: #C00000;
    }

    .btn-transnet-primary a {
        text-decoration: none;
    }

.btn-eTender {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.grey_whiteText a:link {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

._footer {
    margin-top: 3em;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.disableButton {
    pointer-events: none;
}

#submitQuestionButtons {
    padding-top: 3em;
}
/*.ajax-upload-dragdrop {
    border: 2px dotted #A5A5C7;
    width: 420px;
    color: #DADCE3;
    text-align: left;
    vertical-align: middle;
    padding: 10px 10px 0px 10px;
}*/
#files {
    overflow-y: scroll !important;
    min-height: 320px;
    max-height: 500px;
}

@media (min-width: 768px) {
    #files {
        min-height: 0;
    }
}

#debug {
    overflow-y: scroll !important;
    height: 180px;
}

.dm-uploader {
    border: 0.25rem dashed #A5A5C7;
    text-align: center;
}

    .dm-uploader.active {
        border-color: red;
        border-style: solid;
    }

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.p-5 {
    padding: 3rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.text-muted {
    color: #868e96 !important;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
/*.col {
flex-basis: 0;
-webkit-box-flex: 1;
flex-grow: 1;
max-width: 100%;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}*/
/*[class*="col-"] {
    padding-top: 1rem;
    padding-bottom: 1rem;
}*/
.start {
    margin-right: 1em;
    margin-left: 1em;
}

.progress-bar-striped {
    background-image: linear-gradient( 45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease;
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.bg-primary {
    background-color: #007bff !important;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

/*Questions And Answers Style*/

/* Chat containers */
.divcontainer {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

/* Darker chat container */
.darker {
    border-color: #ccc;
    background-color: #ddd;
}

/* Clear floats */
.divcontainer::after {
    content: "";
    clear: both;
    display: table;
}

/* Style images */
.divcontainer img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

    /* Style the right image */
    .divcontainer img.right {
        float: right;
        margin-left: 20px;
        margin-right: 0;
    }

/* Style time text */
.time-right {
    float: right;
    color: #aaa;
}

/* Style time text */
.time-left {
    float: left;
    color: #999;
}


/*KVN - Additional Styles */

ul.nav.navbar-nav li a {
    font-size: 14px;
    color: #ebe4e9;
    text-transform: uppercase;
}

ul.nav.navbar-nav li {
    /*margin-right: 20px;*/
}

.overlay-banner {
    margin-top: 55px;
    height: 400px;
    background-image: url('../images/banner2.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}



.overlay-banner .overlay-banner-text {
    color: #000;
    font-size: 120%;
    background-color: RGBA(255,255,255,.6);
    display: inline-block;
    margin: 5% 15%;
    padding: 50px;
    font-weight: 600;
}


.page-section {
    margin-top: 10px;
    padding: 40px 0px;
}

.justify{
    text-align: justify !important;
}

/*MOBILE*/
@media only screen and (max-width: 600px) {
    .overlay-banner-text {
        font-size: 13px !important;
    }
}
.panel_flg {
    background-color: #fcfafc;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 44px 45px 40px 60px;
    -webkit-box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.5);
    margin-left: -33px;
}


/*******************************
* TABLE NO MORE - RESIZE TO MOBILE SIZE
* Format a normal table to look great on mobile.
*******************************/
.table {
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);
}

    .table > thead > tr > th {
        border-bottom-color: #EEEEEE;
    }

    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        padding: 15px;
        background-color: #fff;
        border-top-color: #EEEEEE;
    }

    .table > tbody > tr:hover > td {
        background-color: #FAFAFA;
    }

@media (max-width: 767px) {
    #footer{
        display:none !important;
    }
    
    .table-contacts,
    .table-contacts > thead,
    .table-contacts > thead > tr,
    .table-contacts > thead > tr > th,
    .table-contacts > tbody,
    .table-contacts > tbody > tr,
    .table-contacts > tbody > tr > td {
        display: block;
    }

        .table-contacts > thead {
            position: absolute;
            top: -9999px;
            left: -9999px;
            opacity: 0;
        }

        .table-contacts > tbody > tr > td {
            position: relative;
            padding-left: 45%;
        }

        .table-contacts > tbody > tr:nth-child(even) > td {
            background-color: #ffffff;
        }

        .table-contacts > tbody > tr:nth-child(odd) > td {
            background-color: #FAFAFA;
        }

        .table-contacts > tbody > tr > td:before {
            position: absolute;
            top: 15px;
            left: 5%;
            width: 40%;
            white-space: nowrap;
            font-weight: bold;
        }

        .table-contacts > tbody > tr > td:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 40%;
            height: 100%;
            border-right: 1px solid #EEEEEE;
        }

        .table-contacts > tbody > tr > td:nth-of-type(1):before {
            content: "Division";
        }

        .table-contacts > tbody > tr > td:nth-of-type(2):before {
            content: "Name";
        }

        .table-contacts > tbody > tr > td:nth-of-type(3):before {
            content: "Contact";
        }


}

table.table.table-contacts td {
    text-align: left;
}

nav.navbar.navbar-inverse {
    z-index: 999 !important;
}

td.costingUnitAmount, #costingDiscount {
    background: #f3f3f3 !important;
    border: solid 1px #000 !important;
}

div#quesAndAnswers {
    overflow: auto;
    height: 400 px !important;
}

.custom-select {
    width: 100%;
    height: 42px;
    text-align: right;
    margin-left: 10px;
}