h2 {
  padding-bottom: 10px;
}

.salesRepSection {
  height: 100%;
  padding: 30px;
}

.salesRepSection .header {
  display: block;
  clear: both;
  padding-top: 10px;
}

.salesRepSection .rowSection {
  display: block;
  width: 100%;
  float: left;
  color: black;
  padding-top: 20px;
  padding-bottom: 20px;
}

.salesRepSection .engineerText, .salesRepSection .marketDropDown, .salesRepSection .repDropDown, .salesRepSection .buttonClass {
  display: inline-block;
  position: relative;
}

.salesRepSection .engineerText {
  width: 400px;
}

.salesRepSection .marketDropDown {
  width: 300px;
  top: 0px;
}

.salesRepSection .repDropDown {
  width: 300px;
  top: 24px;
}

.salesRepSection .associateButtonClass {
  position: relative;
  width: 200px;
  top: 36px;
}

.salesRepSection .buttonClass {
  width: 200px;
  top: 36px;
}

.salesRepSection .tableSection {
  position: relative;
  float: none;
  padding-bottom: 170px;
}

.salesRepSection .repTable {
  overflow-x: auto;
  margin-top: 13px;
}

.salesRepSection .repTable .table-info {
  background-color: #005784;
  border: 1px solid #005784;
  color: #C8C8C8;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.salesRepSection .repTable .table-info saa-toggle-button {
  display: inline-block;
}

.salesRepSection .repTable .table-info span {
  display: inline-block;
  padding: 20px;
}

@media (max-width: 500px) {
  .salesRepSection {
    padding: 30px 8px;
    float: left;
    width: 100%;
  }
  .salesRepSection .engineerText {
    width: 300px;
  }
  .salesRepSection .buttonClass {
    top: 0px;
  }
  .salesRepSection .associateButtonClass {
    top: 22px;
  }
}

.no-padding {
  padding: 0;
}

.sales-rep-drawer {
  overflow: hidden;
  /*Responsive new css */
}

@media (max-width: 767px) {
  .sales-rep-drawer saa-text-box {
    padding-left: 0;
  }
}

.sales-rep-drawer table tbody tr td {
  color: #606060;
}

.sales-rep-drawer .sales-rep-number-circle {
  width: 30px;
  height: 30px;
  color: white;
  text-align: center;
  float: left;
  border-radius: 50%;
  padding: 8px;
  background: #0086cb;
  border-width: 2px;
  border-style: solid;
  border-color: #0086cb;
  border-image: initial;
  font: 12px Arial, sans-serif, bold;
  margin: 21px 0px 0px;
}

.project-page .project-new-project-button .sales-rep-drawer .toggleButtonGroupContainer {
  margin-top: 2px;
}

.sales-rep-drawer .toggleButtonGroupContainer .toggleButtonGroup {
  margin-left: 0;
}

.sales-rep-drawer .sales-rep-drawer-info {
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 12px;
  color: #008fcf;
  font-weight: bold;
}

.sales-rep-drawer .sales-rep-drawer-label {
  font: 12px Roboto, sans-serif;
  font-weight: 500;
  line-height: 16px;
  color: #606060;
}

.sales-rep-drawer .sales-rep-detials {
  margin-left: 58px;
  width: 515px;
  height: 100%;
  float: left;
}

.sales-rep-drawer .sales-rep-main-details {
  float: left;
  width: 50%;
  height: 100%;
}

.sales-rep-drawer .sales-rep-main-details label {
  color: black;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 0px;
}

.sales-rep-drawer .sales-rep-served-details {
  float: right;
  width: 50%;
  height: 100%;
}

.sales-rep-drawer .sales-rep-served-details label {
  color: black;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 0px;
}

.sales-rep-drawer .sales-rep-float-left {
  float: left;
}

.sales-rep-drawer .sales-rep-display-block {
  display: block;
}

.sales-rep-drawer .sales-rep-toggle-button-group-Extended {
  margin-left: 16px;
  float: left;
}

.sales-rep-drawer .sales-rep-detail-section {
  margin: 0px;
  overflow: auto;
}

.sales-rep-drawer .sales-rep-drawer-info-font-bold {
  font-weight: bold !important;
}

.sales-rep-drawer .sales-rep-drawer-info-font-normal {
  color: black;
  font-weight: normal;
  padding-top: 10px;
}

.sales-rep-drawer .sales-rep-drawer-info-font-normal-nopadding {
  color: black;
  font-weight: normal;
  padding-top: 10px;
}

.sales-rep-drawer .sales-rep-drawer-div-nomargin {
  margin: 0px;
}

.sales-rep-drawer .sales-rep-drawer-saveButtonEx {
  margin-left: 11px;
}

.sales-rep-drawer .sales-rep-tab-heading-overflow {
  overflow: auto;
}

.sales-rep-drawer .saa-table-cell {
  font-size: 13px;
  padding: 2px 3px 3px 8px;
}

.sales-rep-drawer .table-bordered {
  border: 1px solid #0086cb;
}
