﻿/*********************CSS FOR THE DIFFERENT POPUPS: START HERE******************************/

.dialog-box {
    background: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
}

    .dialog-box .overlay-header {
        background: #f1f1f1;
        padding: 7px;
        width: 100%;
        box-sizing: border-box;
    }

    .dialog-box .form-group .dialog-header {
        width: 100%;
        background: #eee;
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
    }

.dialog-title {
    font-size: 16px;
    float: left;
}

.dialog-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
}

.dialog-box .close-btn {
    position: absolute;
    right: 10px;
    font-size: 30px;
    color: #999;
}

    .dialog-box .close-btn:hover {
        color: #0070AF;
        cursor: pointer;
    }

.dialog-content {
    padding: 10px;
    box-sizing: border-box;
    background: white;
}

.dialog-box .form-group label {
    width: 30%;
    float: left;
    font-size: 13px;
    padding: 2px 0px;
}

.dialog-box .form-group .form-control {
    width: 70%;
    float: left;
    height: 26px;
    font-family: inherit;
    border: 1px solid #ccc;
    padding: 0 0 0 6px;
    box-sizing: border-box;
}

.dialog-box .form-group .error-msg {
    visibility: hidden;
    font-size: 11px;
    padding-left: 30%;
}

    .dialog-box .form-group .error-msg span {
        position: absolute;
    }

.dialog-box .form-group .rememeber-me input {
    margin: 5px 0 3px 0;
    vertical-align: middle;
}

.dialog-box .form-group .rememeber-me span {
    padding: 5px 0;
    display: inline-block;
    vertical-align: middle;
}

.dialog-box .form-group .rememeber-me {
    font-size: 13px;
    margin-bottom: 10px;
}

.dialog-box .form-group .forgot-pass {
    color: #333;
    text-decoration: none;
    font-size: 13px;
}

    .dialog-box .form-group .forgot-pass:hover {
        color: #0070AF;
    }

.btn-dialog {
    background: #0070AF;
    color: #fff;
    font-family: inherit;
    padding: 4px 24px;
}

.dialog-box .btn.btn-blue {
    height: 30px !important;
    box-sizing:border-box;
}

.dialog-content .action-bar {
    text-align: center;
    margin: 10px 0;
}


/***********CSS For Login OR Register POPUP********/

.login-register {
    font-size: 12px;
}

.log-overlay {
}

.overlay-header {
    background: #f1f1f1;
    padding: 7px;
    width: 100%;
    box-sizing: border-box;
}

.login-side, .register-side {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.login-side {
    padding-right: 10px;
}

.register-side {
    padding-left: 10px;
    border-left: 1px solid #ccc;
}


/***********CSS For Confirmation Message POPUP********/

#leadConfirmation, #bidLeadConfirmation, #sendMsgConfirm, #callBackConfirm, #sendAllMsgConfirm, #SendAllConfirmation {
    position: fixed;
    z-index: 9009;
    width: 400px;
    height: 200px;
}

    #leadConfirmation .dialog-content .action-bar, #bidLeadConfirmation .dialog-content .action-bar, #sendMsgConfirm .dialog-content .action-bar,
    #callBackConfirm  .dialog-content .action-bar, #sendAllMsgConfirm  .dialog-content .action-bar, #SendAllConfirmation .dialog-content .action-bar{
        position: absolute;
        right: 10px;
        bottom: 0;
    }


/***********CSS For Confirmation Message POPUP********/

#registrationConfirmation {
    position: fixed;
    z-index: 9009;
    width: 400px;
    height: 200px;
}

    #registrationConfirmation .dialog-content .action-bar {
        position: absolute;
        right: 10px;
        bottom: 0;
    }

#PreloginpopupDiv {
    position: fixed;
    z-index: 9009;
    width: 640px !important;
    height: 400px !important;
}

    #PreloginpopupDiv .form-group {
        width: 100%;
        padding:5px;
    }

        #PreloginpopupDiv .form-group .form-control {
            margin-bottom: 0px !important;
            width:70%!important;
        }
        #PreloginpopupDiv .form-group .RadComboBox_Default .rcbInputCellLeft{
            border:none!important;
        }
        #PreloginpopupDiv .form-group .RadComboBox_Default .rcbArrowCellRight {
            border:none!important;
        }
        #PreloginpopupDiv .form-group .rcbInputCell .rcbInput {
                margin-bottom: 11px;
            }
        #PreloginpopupDiv .RadComboBox_Default {
            padding:0px;
        }

    #PreloginpopupDiv .dialog-content .action-bar {
        margin: 0;
        padding-top: 0px;
    }

#linkExisting {
    position: fixed;
    z-index: 9009;
    width: 500px;
    height: 300px;
}

    #linkExisting.dialog-box .form-group {
        padding: 0px;
        width: 100%;
    }

    #linkExisting.dialog-box .action-bar {
        margin: 0;
    }

    #linkExisting.dialog-box .form-group label {
        width: 50%;
        padding: 5px 0px;
        position: relative;
    }

        #linkExisting.dialog-box .form-group label:after {
            content: ':';
            position: absolute;
            right: 4px;
        }

    #linkExisting.dialog-box .form-group .form-control {
        width: 50%;
    }

    #linkExisting.dialog-box .form-group .error-msg {
        visibility: hidden;
        color: red;
        font-size: 11px;
        padding-left: 50%;
    }

/*********************CSS FOR THE DIFFERENT POPUPS: END HERE********************************/
/***********CSS For Confirmation Message POPUP********/

#rejectLead {
    position: fixed;
    z-index: 9009;
    width: 600px;
    height: 250px;
}

    #rejectLead .dialog-content .action-bar {
        position: absolute;
        right: 15px;
        bottom: 10px;
    }

    #rejectLead .form-group {
        margin: 20px 0;
    }

        #rejectLead .form-group label {
            /*width: 100%;*/
            /*margin-bottom: 10px;*/
        }

#LeadRejection {
    border: 1px solid #ccc;
    height: 26px;
    box-sizing: border-box;
}

#LeadRejection_DropDown {
    margin-top: -4px !important;
}

#rejectLead .form-group .form-control {
    width: 100%;
}

#longTerm {
    position: fixed;
    z-index: 9009;
    width: 425px;
    height: 200px;
}

    #longTerm .dialog-content .action-bar {
        position: absolute;
        right: 10px;
        bottom: 0;
    }

    #longTerm .form-group {
        margin: 20px 0;
        position: relative;
        width: 100%;
    }

        #longTerm .form-group i {
            position: absolute;
            top: 12px;
            right: 12px;
        }

        #longTerm .form-group label {
            width: 40%;
            margin-bottom: 10px;
        }

        #longTerm .form-group .form-control {
            width: 60%;
        }

#attachDocuments, #bidattachDocuments {
    position: fixed;
    z-index: 9009;
    width: 600px;
    height: 460px;
     max-width:100%;
}

#attachDocuments .lft, #bidattachDocuments .lft{
        float: left;
        width: 40%;
}

#attachDocuments .lft label, #bidattachDocuments .lft label{
            font-size: 13px;
            color: #000;
}

#attachDocuments .lft span, #bidattachDocuments .lft span {
            font-size: 11px;
        }

#attachDocuments .rgt, #bidattachDocuments .rgt {
        float: left;
        width: 60%;
}

#attachDocuments .rgt .upload-container, #bidattachDocuments .rgt .upload-container {
            border: 1px solid #ccc;
            box-sizing: border-box;
            max-height: 150px;
            padding: 5px;
}

#attachDocuments .rgt .upload-container .RadUpload .ruInputs, #bidattachDocuments .rgt .upload-container .RadUpload .ruInputs{
                max-height: 120px;
                overflow-y: auto;
}

#attachDocuments label, #bidattachDocuments label {
        display: block;
}

.upload-status ul {
    list-style: none;
}

.upload-status > ul {
    width: 100%;
}

    .upload-status > ul > li {
        border-bottom: 1px solid #ccc;
        text-align: left;
        height: auto !important;
        display: table;
        float: none;
    }

        .upload-status > ul > li > ul {
            display: table-row;
            float: none;
        }

.upload-status ul > li > ul > li {
    display: inline-block;
    width: 25%;
    float: left;
    font-size: 13px;
    line-height: 15px;
    padding: 3px;
    box-sizing: border-box;
    border-left: 1px solid #ccc;
    color: #333 !important;
    font-weight: normal !important;
    cursor: initial;
    text-align: left;
    box-sizing: border-box;
    min-width: 0;
    margin-right: 0;
    height: auto !important;
    vertical-align: middle;
    display: table-cell;
    float: none;
}

    .upload-status ul > li > ul > li:nth-child(1) {
        width: 45% !important;
    }

    .upload-status ul > li > ul > li:nth-child(2) {
        width: 15%;
    }

    .upload-status ul > li > ul > li:nth-child(3) {
        width: 15%;
    }

    .upload-status ul > li > ul > li:nth-child(4) {
        width: 15%;
    }

    .upload-status ul > li > ul > li:nth-child(5) {
        width: 15%;
    }

    .upload-status ul > li > ul > li:first-child {
        border-left: none;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

.upload-status .heading {
    background: #eee;
}

    .upload-status .heading li {
        font-weight: bold !important;
    }

#attachDocuments .browse-doc, #bidattachDocuments .browse-doc {
    margin-top: 15px;
}

#attachDocuments .browse-doc .btn-browse, #bidattachDocuments .browse-doc .btn-browse {
        padding: 2px 12px;
        vertical-align: top;
        background: #eee;
        border: 1px solid #ccc;
        border-radius: 3px;
        width: 28%;
        margin-left: 2%;
}

    #attachDocuments .browse-doc a, #bidattachDocuments .browse-doc a {
        text-decoration: none;
        color: #0070AF;
        padding: 3px;
        display: block;
        cursor: pointer;
    }

    #attachDocuments .browse-doc .form-control,#bidattachDocuments .browse-doc .form-control {
        width: 70%;
        height: 26px;
        font-family: inherit;
        border: 1px solid #ccc;
        padding: 0 0 0 6px;
        box-sizing: border-box;
    }

#attachDocuments .link-boq, #bidattachDocuments .link-boq {
    margin-top: 15px;
}

.link-boq .boq-list {
    border: 1px solid #ccc;
    height: 80px;
    padding: 5px;
    overflow: auto;
    border-right: 2px solid #ccc;
    margin-bottom: 8px;
}

#attachDocuments .upload-status, #bidattachDocuments .upload-status {
    margin-top: 15px;
    border: 1px solid #ccc;
    overflow: auto;
    height: 120px;
}

    #attachDocuments .upload-status .document-list li ul li:last-child, #bidattachDocuments .upload-status .document-list li ul li:last-child {
        color: green;
        font-weight: bold;
    }
/*********************CSS FOR THE DIFFERENT POPUPS: END HERE********************************/


#mapPopUp {
    display: none;
    position: fixed;
    z-index: 9009;
    width: 80%!important;
    height: 540px;
}
#mapSearchPopUp {
    display: none;
    position: fixed;
    z-index: 9010;
    width: 80%!important;
    height: 540px;
}
/***********CSS For Send Message POPUP:STARTS HERE********/
/* Commented by Cynthiya 
#sendMessage{
    position: fixed;
    z-index: 9009;
    width: 400px;
    height: 200px;
}*/
/***********CSS For Send Message POPUP:ENDS HERE**********/