/* General */

.group {
  /*border: black solid thin; */
}
.left {
  /*border: blue solid thin;*/
}
.right { 
  /*border: red solid thin;*/
}

.fieldArea {  
    width: 99%;
    padding: 3px;    
}
.fieldArea::after{
    content: '';
    display: block;
    clear: both; 
}
.fieldLabel {
    float: left;
    width: 150px;
    font-size:14px;
    font-weight:bold;
    color:#525252;    
    margin: 0px;
}
.field {
    margin-left: 155px;
}
 
.red {
    color: red;
    font-weight: bold;
}

.btnStack {
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .fieldLabel, .fieldWideLabel {
      float: none;
      width: 100%;
      clear: both;
      display: block;
  }
  .field, .fieldWithWideLabel {
      clear: both;
      width: 100%;
      display: block;
      margin-left: inherit;
  }
}

.infoBox {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0px;
    border: 1px solid #cccccc;
    float: left;
} 

.infoBox h3 {
    font-size: 1.1em;
    font-weight: bold;
    border: 1px solid gainsboro;
    margin: 0;
    padding: 2px;
    color: #FFFFFF;
    background-color: #CB333B;
}

.tblHeader {
    font-size: 14px;
    font-weight: bold;
    color: #525252;
}
.addInfoExpander {
  cursor: pointer;
}


/* End General */


/*Slit Calculator */
.slitName {
  white-space: nowrap;
}
input.form-control.subLineQty {
  width: 40px;
}
input.form-control.subLineWidth {
  width: 60px;
}
input.form-control.subLineLength {
  width: 60px;
}
input.form-control.subLineCustPart {
  width: 120px;
}

.slitCanvas {
  width: 98%;
  height: 20px;
}
.slitRollInfo {
  width: 98%;
}
.calcArea{
  width: 98%;
  padding-top:15px;
}


.templateRow {
  display:none;
}

@media screen and (max-width: 800px) {
  input.form-control.subLineQty {
    width: 30px;
  }
  input.form-control.subLineWidth {
    width: 45px;
  }
  input.form-control.subLineLength {
    width: 45px;
  }
  input.form-control.subLineCustPart {
    width: 65px;
  }
}
@media screen and (max-width: 650px) {
  input.form-control.subLineQty {
    width: 25px;
  }
  input.form-control.subLineWidth {
    width: 35px;
  }
  input.form-control.subLineLength {
    width: 35px;
  }
  input.form-control.subLineCustPart {
    width: 80px;
  }
}
/*End Slit Calculator */

/* Claim Entry Page */
.claim_form_information {
  margin:15px 0 0 0;
  padding:0;
  font-size: 14px;
  color:#525252;
}
.claim_form_information fieldset{
  margin-bottom: 20px;
}
 

.claimSympTbl {
  width: 95%;
}
.claimSympTbl th {
  text-align: center;
  width: 25%;
  color: #FFFFFF;
  background-color: #707070;
}
.claimSympTbl td {
  text-align: center;
  width: 25%;
}

.clmActionSection {
  border-top: gray solid thin;
  width: 95%;
  margin-top: 20px;
} 

 
/* End Claim Entry Page */
