/*
#date_created{
  overflow: hidden;
}

.bwrfqX {
  table-layout: auto;
  width: 100%;
}

.bwrfqOFFX td {
  word-wrap: break-word;

}

.oddRow {
  background-color: none;
}


.evenRow {
  background-color: lightgray;
}


.bwrfqOFF {
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}

.bwrfqOFF td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
*/


/* Column widths are based on these cells */
.coln-0 {
  width: 10px;
}
.coln-1 {
  width: 80px;
}
.coln-2 {
  width: 100px;
}
.coln-3 {
  width: 100px;
}
.coln-4{
  width: 130px;
}
.coln-5 {
  width: 100px;
}
.coln-6 {
  width: 250px;
}
.coln-7 {
  width: 250px;
}
.coln-8 {
  width: 10px;
}

#btnApprove{
  background-color: #004577;
  color: white;
  border: none;
  padding: 12px 24px;
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
}

#btnApprove:hover{
  /*color: #776d00;*/
  color: #ffe314;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

#btnApprove:disabled{
  color: white;
  background-color: #abb8c3;
  box-shadow: none;
}

#btnReject{
  margin-left: 20px;
  background-color: #abb8c3;
  color: white;
  border: none;
  padding: 12px 24px;
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  /*#abb8c3*/
}

#btnReject:hover{
  color: #77000a;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

#btnReject:disabled{
  color: white;
  background-color: #abb8c3;
  box-shadow: none;
}



#btnPending{
  margin-left: 20px;
  display: none;
}

#btnResubmit{
  margin-left: 20px;
  background-color: #004577;
  color: white;
  border: none;
  padding: 12px 24px;
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
}

#btnResubmit:hover{
  color: #ffe314;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

#btnResubmit:disabled{
  color: white;
  background-color: #abb8c3;
  box-shadow: none;
}



.gf_label{
  font-weight: 700;
}

input[type="radio"] {
  margin: 5px;
}


.proof_status_toolbar input[type='radio']:after {
   
  width: 16px;
  height: 16px;
  border-radius: 12px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color :#d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;


}

.proof_status_toolbar input[type='radio']:checked:after {

  width: 16px;
  height: 16px;
  border-radius: 12px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #004577;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;

  
}


tr.getProofByID:hover td{
  background-color: rgba(0,69,119,0.05);
  /*color:  #004577;*/
  /*text-decoration: underline;*/
  /*cursor:pointer;*/
}

tr.getProofByID:hover td:not(.exclude){
  background-color: rgba(0,69,119,0.05);
  /*color:  #004577;*/
  text-decoration: underline;
  cursor:pointer;
}














/*
.rfqheading{
  margin-bottom: 20px;
}

.myLink{
  color: #004577;
  text-decoration: underline;
}


.myLink:hover{
  color: #444444;
}


table.rfq, tr.rfqheader, tr.rfq, td.rfq, th.rfq {
  border-collapse:collapse;
}

tr.rfqheader {
  cursor:pointer;
  display: table-row;
}
tr.rfq {
  display: none;
}
*/
