/*logos*/
#sectionC img {
  text-align: center;
  padding: 10px 0px;
}
.container_wrapper.sf_cols {
  margin: 1% 0;
}
.icon {
  margin-bottom: 10px;
}
#atpSearch .selectWrapper {
  width: 100% !important;
}
#atpSearch .dropdown {
  width: 100%;
}
#atpSearch button.form-control {
  border-radius: 200px !important;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.571428;
  color: #777;
  white-space: nowrap;
}
.dropdown-menu > li > a {
  background: none repeat scroll 0 0 #ffffff;
  color: #444444;
  padding: 8px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #38a2a2;
  color: #ffffff;
  background-image: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #38a2a2;
  color: #ffffff;
}
/* .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #48aaaa;
  outline: 0;
} */

/*#atpSearch .selectButton.dropdown-toggle {
    width: 100% !important;
}*/
.form-inline .form-group {
  margin-bottom: 25px;
}
.waiting {
  margin: -60px 0 0 40px;
}
.introWrapper {
  background-image: url("/cisiweb2/image/qualifications/atp.jpg");
}
.pageTabContainer .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.pageTabContainer .pageTabs {
  background: #efefef;
}
.providerDetails {
  display: block;
  padding: 0px 0px 5px 0px !important;
}

#atpDetails h2 {
  margin-top: 0px !important;
}
#atpDetails h4 {
  margin-top: 0px !important;
}
#atpResults,
#atpSearch,
#atpDetails {
  margin-top: 30px;
}
#atpSearch {
  display: flex;
  flex-direction: column;
}
.well {
  padding: 30px !important;
}
#providerDetailsGroup {
  display: block;
  /* margin-top:20px; */
  clear: both;
}
.ptplogo {
  display: none;
  margin-bottom: 30px;
  text-align: center;
}

#atpSearch .select {
  width: 100%;
}

@media (max-width: 1599px) {
}

@media (max-width: 1199px) {
}
@media (max-width: 1100px) {
  .content.well .row {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .content.well .row .col-sm-7,
  .content.well .row .col-sm-5 {
    width: 100%;
  }
}
@media (max-width: 991px) {
}
@media (max-width: 600px) {
  .icon {
    max-width: 25px !important;
  }
}
/*boxed steps*/
.steps .glyphicon {
  color: #fff;
  font-size: 24px;
  position: absolute;
  right: 30px;
  top: 20px;
}
.steps .sfContentBlock > div {
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 20px 45px;
  text-align: center;
}
.steps3 .sfContentBlock > div {
  background: #999999 !important;
}
.steps > div:first-child .sfContentBlock div {
  background: #5eb6b6;
}
.steps > div:nth-child(2) .sfContentBlock div {
  background: #4ca5a5;
}
.steps > div:nth-child(3) .sfContentBlock div {
  background: #3d9595;
}
.steps2 > div:first-child .sfContentBlock div {
  background: #126d6d;
}
.steps2 > div:nth-child(2) .sfContentBlock div {
  background: #228080;
}
.steps2 > div:nth-child(3) .sfContentBlock div {
  background: #328b8b;
}

/**.stepOne {
	color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    padding: 20px 45px;
    text-align: center;	
}**/
