#summaryPanel {
    padding: 7px 20px;
    background-color: #263238;
    border-color: #263238;
    border-radius: 0px;
}

#summaryRow {
    padding-bottom: 15px;
}

#summaryHeading {
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}

.summaryTable{
    border-color: transparent;
}

.tiles-padding {
    padding: 10px;
    text-align: center;
}

#tiles-fonts {
    font-weight: 700;
    text-align: center;
}

.bid-icons {
    color: dodgerblue;
    font-size: 19px;
    margin-left: 10px;
}

#bid-icons {
    color: red;
}

.accordion-row {
    border : 1px solid #ddd;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    border-radius: 2px;
    background-color: white;

}

.accordion-parent{
    /*background-color: #00a8c6;*/
    /*padding: 10px;*/
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
}

.rfq-container-parent {
    border: 1px solid #ddd;
    border-radius: 2px;
    /*padding-top: 10px;*/
}

.rfq-line {
    padding-top: 13px;
    padding-left: 10px;
    height: 45px;
    margin-bottom: 0px;
}

.rfq-header {
    font-weight: 500;
    border-bottom: 1px solid #bbbbbb;

}

.comparison-modal{
    overflow: scroll;

}

.modal-allign{
    align-self: center;
}

.slim-panel{
    padding-top: 5px;
    padding-bottom: 5px;
}

.roles-hr{
    margin-top: 30px;
    margin-bottom: 10px;
}

.loginTab {
    background: #26A6A4;
    margin: 0px;
    padding: 10px;
    /*margin-top: 5px;*/
    /*margin: 10px 0px 10px 0px;*/
}

.loginTab1 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#loginTab2 {
    padding: 5px 5px 9px 5px;
}

#panelHeading {
    padding: 0px;
    border: 0px;
}

#panelCustom{
    border: 0px;
    margin-bottom: 10px;
}

#panelHeading1 {
    background: #2cc3c1;
    margin: 0px;
    padding: 9px;
    border-radius: 0px;
    color: #104645;
    font-weight: 500;
    /*margin-top: 5px;*/
    /*margin: 10px 0px 10px 0px;*/
}

.panelHeading2{
    font-weight: normal;
    font-size: 14px;
    color: #104645;
}

#filterPanel{
    border-color: transparent;
}

.filterPanel1{
    border: 1px solid lightgrey;
    border-radius: 0px;
}
#filterPanel2{
    border: 0px;
}

#filterIcon{
    background-color: transparent;
}

#filterIcon1{
    cursor: pointer;
    color: #104645;
    font-size: 20px;
}

.customTable{
    background-color: white;
}

.paginator{
    margin-top: 10px;
}

#accordion1{
    margin-bottom: 10px;
}

#pillCategory{
    background-color: white;
    border-radius: 0px;
}

#activePill{
    background-color: #1e8483;
    border-radius: 0px;
    border-color: #1e8483;
}

#tableHeader{
    border-right: none;
    /*padding: 8px 0px 0px 5px;*/
    /*padding: 0px;*/
}
#tableHeader1{
    padding: 12px 0px 0px 15px;
    vertical-align: middle;
    /*margin-top: 22px;*/
    /*position: static;*/
}
#tableHeader2{
    padding: 5px 5px 0px 5px;
    height: 45px;
    background-color: ghostwhite;
    /*padding: 0px;*/
}
#chevronTh{
    padding:0px;
    width: 26px;
    border-left:none;
}

/*.icon-chevron-up {*/
    /*color: lightgrey;*/
    /*font-weight: 900;*/
/*}*/

.icon-chevron-down, .icon-chevron-up {
    color: lightgrey;
    font-weight: 900;
}

.icon-chevron-down:hover, .icon-chevron-up:hover {
    color: #1e8483;
}

.bid-icons{
    cursor: pointer;
}

.modal-content{
    border-radius: 0px;
}

#modalHeader{
    background: #29b3b1;
    margin: 3px 3px 0px 3px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.customInput{
    border-radius: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 32px;
    background-color: white;
    border: 1px solid  #ddd;
}

#customInput{
    border-radius: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 32px;
}

.panelBody{
    /*border-color: white;*/
    border:0px;
    border-bottom: 1px solid lightgrey;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 10px;
}

#modalFooter{
    padding-bottom: 10px;
}

.btn-custom-primary {
    background-color: hsl(201, 100%, 30%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a5ff", endColorstr="#006399");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#00a5ff), to(#006399));
    background-image: -moz-linear-gradient(top, #00a5ff, #006399);
    background-image: -ms-linear-gradient(top, #00a5ff, #006399);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a5ff), color-stop(100%, #006399));
    background-image: -webkit-linear-gradient(top, #00a5ff, #006399);
    background-image: -o-linear-gradient(top, #00a5ff, #006399);
    background-image: linear-gradient(#00a5ff, #006399);
    border-color: #006399 #006399 hsl(201, 100%, 25%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}

.btn-custom-danger {
    background-color: hsl(0, 69%, 33%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d93434", endColorstr="#8e1a1a");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#d93434), to(#8e1a1a));
    background-image: -moz-linear-gradient(top, #d93434, #8e1a1a);
    background-image: -ms-linear-gradient(top, #d93434, #8e1a1a);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d93434), color-stop(100%, #8e1a1a));
    background-image: -webkit-linear-gradient(top, #d93434, #8e1a1a);
    background-image: -o-linear-gradient(top, #d93434, #8e1a1a);
    background-image: linear-gradient(#d93434, #8e1a1a);
    border-color: #8e1a1a #8e1a1a hsl(0, 69%, 28%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}

.btn-custom {
    background-color: hsl(0, 0%, 73%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc", endColorstr="#bababa");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#fcfcfc), to(#bababa));
    background-image: -moz-linear-gradient(top, #fcfcfc, #bababa);
    background-image: -ms-linear-gradient(top, #fcfcfc, #bababa);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #bababa));
    background-image: -webkit-linear-gradient(top, #fcfcfc, #bababa);
    background-image: -o-linear-gradient(top, #fcfcfc, #bababa);
    background-image: linear-gradient(#fcfcfc, #bababa);
    border-color: #bababa #bababa hsl(0, 0%, 66.5%);
    color: #333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.42);
    -webkit-font-smoothing: antialiased;
}

#bcButton{
    padding: 0px;
}

#bcUl{
    padding-top: 5px;
}
#bcLi{
    padding-top: 0px;
    padding-bottom: 0px;
}

.hiddenCode{
    display: none;
}

.filterSection{
    padding: 10px;
}

body{
    overflow-y:scroll;
}

#panelHeader{
    background: #29b3b1;
    margin: 3px 3px 10px 3px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.panelHeadFont{
    color: #104645;
    font-weight: 500;
}

#customPBody{
    margin-top: 10px;
    padding: 0px;
    background-color: white;
}

#panelCustom1{
    border: 0px;
    margin-bottom: 10px;
    background-color: transparent;
}

.descField{
    background-color: #f4f4f4;
    font-weight: 500;
    /*border: 1px solid grey;*/
}

/*#infoTable1{*/
    /*line-height: 11px;*/
/*}*/

#infoTable{
    line-height: 11px;
}

#panelHeader2{
    background: #29b3b1;
    margin: 3px 3px 10px 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #104645;
    font-weight: 500;
}

.topAllign {
    vertical-align: top;
}


#topAllign {
    vertical-align: top;
}

.loader1{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
    text-align: center;
    display: none;
    /*vertical-align: 50%;*/
}

.loaderimg{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.loaderB{
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: rgba(255, 60, 65, 0.7);*/
    z-index: 999;
    text-align: center;
    display: none;
}

.bidContainer {
    margin : 10px;
}

#bidContainerHeader {
    background-color : lightgrey;
}

#comparisonHeadr{
    background-color:  #fafafa;
    text-align:center;
    border: 1px solid #dddddd;
}

.comparisonHeader2{
    border-left: 1px solid #dddddd;
}

#comparisonRow1{
    border-left: 1px solid #dddddd;
}

#comparisonRow2{
    border-right: 1px solid #dddddd;
}

#comparisonRow3{
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#comparisonRow4{
    border: 1px solid #dddddd;
    text-align: center;
}

#comparisonTotalRow{
    text-align:center;
    font-size: 18px;
    font-weight : 800;
    background-color:  #fafafa;
}

.comparisonMainHeader{
    margin : 10px 15px 0px 0px;
}

#compModal{
    min-width : 111px;
    margin-left: auto;
    margin-right: auto;
}

.contentWidth{
   white-space: nowrap;
}

/*#compModal2{*/
    /*text-align : center;*/
    /*margin : auto;*/
/*}*/

/*#modal_large{*/
    /*text-align : center;*/
    /*margin : auto;*/
/*}*/
#panelHeading11 {
    background: #e0e9dc;
    margin: 0px;
    padding: 9px;
    border-radius: 0px;
    color: #104645;
    font-weight: 500;
    /*margin-top: 5px;*/
    /*margin: 10px 0px 10px 0px;*/
}

#customTableBody {
    line-height: 15px;
    max-width:100%;
    white-space:nowrap;
    padding-left: 10px;
}

#customTable{
    border: 1px solid black;
    min-width: 745px;

}

#customTableRows{
    padding: 5px;
    max-width:100%;
    white-space:nowrap;
}

#tableHeaderCustom{
    padding: 5px;
}

table.tableBlack > tbody > tr > td{
    border:1px solid black;
    height: 8px;
    line-height: 8px;
}

table.tableBlack > thead > tr > th{
    border:1px solid black;
}

table.tableBlack {
    border:1px solid black;
}

.printTable {
    border: 1px solid black;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
}

.printTable1 {
    border: 1px solid black;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
    height: 40px;
}

.printArea {
    background: white;
    width: 21cm;
    height: 129.7cm;
    margin: 0 auto;
    padding: 0;
}

table.printQuotation > thead > tr > th {
    border: 1px solid black;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
}

/*@page {*/
    /*size: landscape;*/
/*}*/
/*@page {*/
    /*size: A4 landscape;*/
/*}*/
