.d-none {
    display: none;
}

.flex-align {
    display: flex;
}

.red {
    background-color: red;
}

.no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.font-weight-bold {
    font-weight: bold;
}

.text-white {
    color: #ffffff !important;
}

.img-parent-flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.img-div {
    width: 70px;
    height: 80px;
    background-size: cover;
    background-position: center;
}

.pad-10 {
    padding: 10px;
}

.img-div-view {
    width: 100px;
    height: 100px;
    background-position: center;
    box-shadow: 0 0 5px 0 rgba(10, 10, 10, 0.29);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-grey {
    background-color: rgba(204, 227, 246, 0.29);
}

.d-none {
    display: none !important;
}

#exTab1 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

#exTab2 h3 {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

table.purchase-table thead {
    background-color: rgba(10, 10, 10, 0.75);
    color: #FFFFFF;
}

table.purchase-table tfoot tr td {
    font-size: 18px;
    background-color: rgba(10, 10, 10, 0.75);
    color: #FFFFFF;
}


.rf-attachment-pr p {
    margin-right: 20px !important;
}

.rf-attachment-pr input[type=radio] {
    border: 0px;
    width: 100%;
    height: 2em;
}


.color-0 {
    border-left: 15px solid #6F5400 !important;
    border-right: 5px solid #6F5400 !important;
}

.color-1 {
    border-left: 15px solid #6F2800 !important;
    border-right: 5px solid #6F2800 !important;
}

.color-2 {
    border-left: 15px solid #6F005E !important;
    border-right: 5px solid #6F005E !important;
}

.color-3 {
    border-left: 15px solid #006F13 !important;
    border-right: 5px solid #006F13 !important;
}

.color-4 {
    border-left: 15px solid #03006F !important;
    border-right: 5px solid #03006F !important;
}

.selected-lists button {
    border: 0;
    padding: 8px 20px;
    border-radius: 5px;
    background-color: transparent !important;
    margin-right: 10px;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.09);

}


.selected-lists button.color-0 {
    background-color: #6F5400 !important;
    color: #ffffff;

}

.selected-lists button.color-1 {
    background-color: #6F2800 !important;
    color: #ffffff;

}

.selected-lists button.color-2 {
    background-color: #6F005E !important;
    color: #ffffff;

}

.selected-lists button.color-3 {
    background-color: #006F13 !important;
    color: #ffffff;

}

.selected-lists button.color-4 {
    background-color: #03006F !important;
    color: #ffffff;

}

.box-body table#example1.table thead {
    background-color: #222d32;
}

.box-body table#example1.table thead tr th {
    color: #ffffff;
}

.rfq-response-check-style label {
    background-color: #325e8d !important;
    font-weight: bold !important;
    padding: 5px 10px !important;
    color: #ffffff !important;
    margin-right: 20px !important;

}

.rfq-response-check-style label.bg-red {
    background-color: #d33724 !important;


}

.rfq-response-check-style label input {
    height: 25px !important;
    width: 25px;
    position: relative;
    top: -1px;

}

a.fancybox {
    border: 0 !important;
    background-color: transparent;
}

.start-date-rfq {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 5px;
}

.rfq-reject-parent textarea {
    height: 50px !important;
}

.bid-textarea-parent textarea {
    height: 50px !important;
}

tbody.quote-attachment-tbody tr td {
    border: 1px solid rgba(10, 10, 10, 0.57);
}
