/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.zoho-table{
  border-collapse: collapse;
  width: 100%;
}
.zoho-table td, .zoho-table th{
  text-align: left;
  padding: 10px 10px;
}
.zoho-table td{
  color: #4A5D71;
  border-bottom: 1px solid #85B2E7;
}
.zoho-table td a{
  color: #2B598C;
  text-decoration-style: dotted !important;
}
.accreditation-btn {
  font-weight: 700;
}
.zoho-table td a:hover{
  color: #015ba7;
}
.zoho-table tr td:nth-child(even){
  background-color: #eee;
}

.zoho-table th {
  background-color: #003166;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
}
.seztd-align{
  text-align: center;
}
.zoho-module-table td a {
  font-weight: 700;
}
.zoho-table td a:focus {
  outline: none !important;
}
.seztd-pagination {
  margin-top: 25px;
  margin-bottom: 30px;
}
.seztd-pagination a {
  background-color: #000;
  color: #fff;
  padding: 7px 12px;
  text-decoration: none !important;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}
.seztd-pagination a:hover {
  color: #ddd;
}
.seztd-pagination .current {
  padding: 6px 8px;
  text-align: center;
  margin-right: 5px;
}
.accreditation-wrapper {
    text-align: center;
    margin: 20px 0;
}

.accreditation-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.accreditation-btn {
    padding: 12px 14px;
    background-color: #5CB172;
    color: white;
    margin: 0 5px;
    text-decoration: none !important;
    border-radius: 3px;
    font-size: 16px;
}

.accreditation-btn:hover {
    background-color: #00964C;
    color: #fff;
    text-decoration: none !important;
}
/* Organization details page css */
.company-wrapper {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 30px;
    background-color: #f8f8f8;
}
.company-wrapper hr{
    clear: both;
    height: 1px;
    min-height: 0;
    margin: 10px 0;
    border-top: 1px solid #e9e9e9;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
.company-wrapper p{
  font-size: 12px;
  margin-left: 15px;
}

.company-title {
    color: #5CB172;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1;
}

.company-header {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.company-header p{
  margin-bottom: 12px !important;
}

.company-info {
    flex: 2;
    line-height: 1.6;
}

.company-logo img {
    max-width: 220px;
}

.company-accreditations h3,
.company-locations h3 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1;
}
.company-accreditations p{
  margin-bottom: 12px;
  line-height: 1.5;
}
.company-back {
    margin-top: 0px;
}

.back-link {
    color: #000 !important;
}
.program-name{
   color: #5CB172 !important;
   margin-bottom:0px !important;
}
.accreditation-filter{
  width:30%;
  margin:20px 0px;
}
.offshore_notes {
    line-height: 1.5;
    color: #4a5d71;
    margin-bottom: 12px;
    font-size: 12px;
}
.offshore_notes .notes {
  font-size: 12px;
  font-weight: 500;
}
.loader {
  display: none;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
}

.company-locations p {
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    /* color: #4a5d71; */
    line-height: 1.5;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*Responsive CSS*/

@media(max-width:767px){
  .zoho-module-data-table {
    overflow-x: auto;
  }
  .company-wrapper {
	padding: 20px 0;
  }
  .company-header {
	gap: 0;
  }
  .company-logo img {
  	max-width: 150px;
  }
}