﻿/* The Modal (background) */
.modalHidden {
    display: none;/*dont show*/
    position: fixed;  
    z-index: 1;  
    padding-top: 100px;  
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;   
    overflow: auto;  
    background-color: rgb(0,0,0);  
    background-color: rgba(0,0,0,0.4);  
}
.modalShown {
    display: block; /*shown*/
    position: fixed;
    z-index: 1001;
    padding-top: 50px;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}


/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    left: 60px;
    border: 1px solid #888;
    width: 30%;
}

    .modal-content label, .modal-content .totalForecastAmt {
        margin-left: 10px;
        font-weight: 500;
        color: var(--b2NavyBlue)
    }
    .modal-content .totalForecastAmt{
        color:red;
    }
    .modal-content .savebtn {
        background-color: var(--b2Blue);
        border: none;
        color: white;
        padding: 8px 12px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 4px;
        width: 200px;
        float:left;
    }

    .modal-content .b2CheckBox {
        width: 18px;
        height: 18px
    }


    .modal-content .savebtn:hover {
        background-color: var(--b2NavyBlue); /* #61cbe8;*/
    }
    .modal-content .cxlbtn {
        background-color: var(--b2Blue);
        border: none;
        color: white;
        padding: 8px 12px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 4px;
        width: 200px;
        float:right;
    }

#estBidResults .modal-body-br .uploadFileButton, #confirmDelete .cxlbtn, #messageBoxOptionNotEnabled .cxlbtn {
    background-color: var(--b2NavyBlue);
    border: none;
    color: white;
    padding: 1px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    width: 75px;
    float: right;
    height: 25px;
}
    #estBidResults .modal-body-br .uploadFileButton:hover, #confirmDelete .cxlbtn:hover, #messageBoxOptionNotEnabled .cxlbtn:hover {
        background-color: var(--b2Blue);
    }
    .modal-content .cxlbtn:hover {
        background-color: var(--b2NavyBlue); /* #61cbe8;*/
    }
 .modal-content table tr,td{
     border:none;
 }


    .modal-header {
        display: inline-block;
    }
.modal-header table{
    width:100%;
}
.modal-header table tr,td{
    border:none;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 60px;
    font-weight: bold;
}

.backArrow {
    color: #aaaaaa;
    float: right;
    font-size: 40px;
    font-weight: bold;
    margin-top:-10px;
}

    .close:hover, .close:focus, .backArrow:hover, .backArrow:focus{
        color: var(--b2NavyBlue);
        text-decoration: none;
        cursor: pointer;
    }

.modal-content2 {
    background-color: #fefefe;
    margin: auto;
    padding: 1%;
    width: 70%;
}

.modal-header2 {
    background-color: #fefefe;
    margin: auto;
    width: 100%;
}

.modal-header2 table{
    width:100%;
    border:0;
}

.modal-body2 {
    background-color: #fefefe;
    margin: auto;
    width: 100%;
}

.modal-content2 table > td {
    border: 0;
}

#estBidResults {
    margin-top: 0px;
    padding-top: 1px;
}
#estBidResults .modal-content-br {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    left: 60px;
    border: 1px solid #888;
    width: 98%;
    border-radius: 5px;
    height: auto;
    overflow:hidden;

}

    #estBidResults .modal-header-br {
        height:100px;
    }
        #estBidResults .modal-header-br table  {
           width:100%;
        }
        #estBidResults .modal-header-br table span {
           margin-top:-20px;
           margin-right:5px;
        }

#estBidResults .modal-body-br {
    margin-top:20px;
    width: 100%;
    height:100%;
}

    #estBidResults .modal-body-br .cxlbtn {
        background-color: var(--b2Blue);
        border: none;
        color: white;
        padding: 8px 12px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 4px;
        width: 200px;
        float: left;
        bottom:20px;
        vertical-align:bottom;
    }
        #estBidResults .modal-body-br .cxlbtn:hover {
            background-color: var(--b2NavyBlue);
            text-decoration: none;
            cursor: pointer;
        }

    #estBidResults .modal-body-br table {
        width: 100%;
    }

    #estBidResults .modal-body-br #estBidResultsTable1{
        width:100%;
    }

    #estBidResults .modal-body-br #estResultsFileSection{
       border:1px solid rgba(0,0,0,0.4);
       margin-left:-10px;
       height:300px;
    }

        #estBidResults .modal-body-br #estResultsFileSection #fileUploadSection .tblFileUpload tr:nth-child(2n+1) {
            background-color: #d7d5d5;
        }
        #estBidResults .modal-body-br #estResultsFileSection #fileUploadSection .tblFileUpload tr:hover {
            border: 1px solid var(--b2Orange);
            cursor: pointer;
        }

        #estBidResults .modal-body-br #estBidResultsComments {
            border: 1px solid rgba(0,0,0,0.4);
            margin-left: -10px;
        }
            #estBidResults .modal-body-br #estBidResultsComments .btnEstComments {
                background-color: var(--b2Blue);
                border: none;
                color: white;
                text-decoration: none;
                margin: 4px 2px;
                cursor: pointer;
                border-radius: 4px;
                width: 100px;
                float: left;
                bottom: 20px;
                height:30px;
                vertical-align: bottom;
            }

            #estBidResults .modal-body-br button:hover, #estBidResults .modal-body-br #estBidResultsComments .btnEstComments:hover {
                background-color: var(--b2NavyBlue);
            }


    /* Master Status Modal */
   #masterStatus {
      
   }

    #masterStatus .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 0px;
        left: 0px;
        border: 1px solid #888;
        width: 90%;
        height:80%;
    }
    #masterStatus .modal-header {
        display: inline-block;
    }

    #masterStatus .modal-body {
        margin-top: 20px;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    #masterStatus .modal-content .modal-body table {
        vertical-align: top;
        overflow: auto;
        width: 100%;
        
    }
    #masterStatus .btnDeactivate {
        background-color: red;
        border: none;
        color: white;
        padding: 8px 12px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 4px;
        width: 120px;
        float: left;
    }

    #masterStatus .btnActivate {
        background-color:green;
        border: none;
        color: white;
        padding: 8px 12px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 4px;
        width: 120px;
        float: left;
    }
        #masterStatus .btnActivate:hover, #masterStatus .btnDeactivate:hover {
            background-color: var(--b2NavyBlue);
        }

    #masterStatus .modal-content .modal-body table tbody tr {
        height:10%;
    }
    
    /*---- Custom DIV Tables */
    .b2DivTable {
        display: table;
        width: 100%;
    }
.b2DivTblRow {
    display: table-row;
    width:100%;
}

.b2DivTblCell {
    display: table-cell;
}

#estBidResults .modal-content-br .modal-body-br  .bidResultsTable {
   height:275px;
   width:100%;
   overflow:auto;
   margin-bottom:20px;
}
#estBidResults .modal-content-br .modal-body-br .bidResultsTable table thead{

    
    background-color: var(--b2Blue);
    border: 1px solid var(--b2DarkBlue);
    /*            box-shadow: inset 1px 1px var(--b2DarkBlue), 1px 0px var(--b2DarkBlue);*/
    box-shadow: 0px -1px 0px 0px #888;
    
}
    #estBidResults .modal-content-br .modal-body-br .bidResultsTable table .removeBidRslts {
        color: red;
        cursor:default;
    }
        #estBidResults .modal-content-br .modal-body-br .bidResultsTable table .removeBidRslts:hover {
            cursor: pointer;
        }

        #estBidResults .modal-content-br .modal-body-br #bidResultsSave {
            bottom: 5px;
            margin-top:-20px;
        }

#estBidResults .modal-content-br .modal-body-br .estBidResultsStatusBox {
    font-size: 15px;
    font-weight: normal;
    width: 100px;
    padding: 5px;
    margin: 5px;
    /*      display: inline-block;*/
    border: 1px solid grey;
    border-radius: 4px;
}

