  .nci_title {
    line-height: 110%;
  }
  .nci_panel {
    text-align: left;
    padding: 0px;
    clear: both;
    width: 100%;
    background: #fff;
  }
  .nci_button {
    background: #dbf4f6;
    color: #606060;
       width: 100%;

    text-align: left;
    margin: 10px auto 0;
    vertical-align: middle;
    display: inline-flex;
  }
  .panel_content {
    padding: 10px;
  }
  .nci_toggle {
    float: right;
   -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background: #b2dcdf;
    color: #ffffff;
    text-decoration: underline;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: Montserrat,Avant Garde,Arial,sans-serif;
    font-weight: 400;
    font-size: 1.825em;
    text-align: left;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 15px 20px;
    text-decoration: none;
    margin: 0px;
        min-width: 50px;
      text-align: center;
  }
  .nci_toggle a {
    color: #ffffff !important;
  }
  .row_title {
    padding: 15px;
    width: 100%;
    font-size: 1.5em;
  }
#NCI-API_container pre {
  background: #fff !important; 
  border: 0px; 
  padding: 0px;
  margin: 0px;
  color: #606060;
}

.panel_content ul li, .nci-tab ul li {
  margin-bottom: 0px !important;
  color: #606060;
}
.panel_content, .panel_content pre, .nci-tab pre {
  font-family: "Roboto" !important;
}


.div_trialStatus {
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: Montserrat,Avant Garde,Arial,sans-serif;
    font-weight: 700;
    color: #606060;
    border: solid 2px #1d8163;
}
.div_trialStatus .Active {
    color: #1d8163 !important;
}
.NCI_location_container {
      height: 600px;
      overflow-y: scroll;
}   
.country { 
  font-weight: bold; 
  font-size: 32px; 
  padding-left: 25px;
  line-height: 120% ;
  color: #606060;
}
.state { 
  font-size: 24px; 
  padding-left: 25px;
  line-height: 120% ;
  color: #606060;
}
.city { 
  font-size: 16px; 
  padding-left: 25px;
  line-height: 120% ;
  color: #606060;
}
.location {  
  padding-left: 25px;
  line-height: 120% ;
}
h6.location { margin-bottom: 0px; }




/*input {
   position: absolute;
   opacity: 0;
   z-index: -1;
}*/
/*
.nci-row {
   display: flex;
}
*/
.nci-col {
   flex: 1;
	width: -webkit-fill-available;
}

 .nci-row  {
   flex: 1;
}

.nci-row .nci-col:last-child {
   /*margin-left: 1em;*/
}
/* Accordion styles */
 .nci_tabs {
   border-radius: 0px;
   overflow: hidden;
   box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
 .nci-tab {
   width: 100%;
   color: #606060 !important;
   overflow: hidden;
}
 .nci-tab-label {
   display: flex;
   justify-content: space-between;
   padding: 1em;
   background: #dbf4f6;
   font-weight: bold;
   font-size: 1.5em;
   cursor: pointer;

  /* Icon */
}
 .nci-tab-label:hover {
   background: #b2dcdf;
}
 .nci-tab-label::after {
   /*content: "\276F";*/
   content: "+";
   font-size: 1.5em;
   /*color: #FFFFFF;*/
   width: 1em;
   height: 1em;
   float: right;
   transition: all 0.35s;
}
 .nci-tab-content {
   max-height: 0;
   padding: 0 1em;
   color: #2c3e50;
   background: white;
   transition: all 0.35s;
}
 .nci-tab-close {
   display: flex;
   justify-content: flex-end;
   padding: 1em;
   font-size: 0.75em;
   background: #2c3e50;
   cursor: pointer;
}
 .nci-tab-close:hover {
   background: #b2dcdf;
}
 input:checked + .nci-tab-label {
   background:  #b2dcdf;
}
 input:checked + .nci-tab-label::after {
   /*transform: rotate(90deg);*/
   content: "-";
}
 input:checked ~ .nci-tab-content {
   max-height: fit-content;
   padding: 1em;
   overflow-y: scroll;
	 min-height: 250px; /* added to fix firefoz height issue.. 7/8/21 JM */
}

 input[type="radio"] ~ label {
    display: block !important;
  }

  .rc1 .nci-tab-content {display: inline !important;}