/* Add here all your css styles (customizations) */
 html {
     min-width: 160px;
 }
.logo {
    padding-bottom: 20px;
}

a:focus.trsHead, a:hover.trsHead {
    color: #fff;
    text-decoration: none;
}

.header-white-bg {
    background: rgba(255,255,255,1);
    padding: 8px;
}

.text-blue {
    color: #00A8E1;
}

/*Page Search
------------------------------------*/

.guided-search-highlight{
    background: #fcf8e3;
    padding: 3px;
}

.signup-highlight{
    background: #fcf8e3;
    padding: 16px;
    text-align: center;
}
/*Search Block*/
.search-block {
	padding: 10px 0;
	text-align: center;
	position: relative;
	margin-bottom: 20px;	
    margin-top: 0;
    height: 150px;
}
.intro-img-1{
    background: url(../images/trs-people2.jpg) 100% 0 no-repeat;
}
.intro-img-2{
    background: url(../images/trs-people.jpg) 100% 0 no-repeat;
}

.intro-img-people{
    background: url(../images/people.png) 100% 0 no-repeat;
    max-height:100%;
    min-height: 250px;
}

.search-block:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	content: " ";
	position: absolute;
	background: rgba(0,10,20,0.5);
}

.search-block h1 {
	color: #fff;
	font-size: 34px;
	font-weight: 200;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;	
}

.search-block .input-group {
	margin-bottom: 10px;
}

.search-block .form-control {
	border: none;
	height: 48px;
	font-size: 16px;
	font-weight: 200;
}

.search-box {
    background: rgba(183,233, 251, 0.80);
    position: absolute; 
    bottom: -20px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9cd6a3+0,b2f4d1+100&0.83+56,0+68,0+68 */
background: -moz-linear-gradient(left,  rgba(156,214,163,0.83) 0%, rgba(168,231,189,0.83) 56%, rgba(171,235,194,0) 68%, rgba(178,244,209,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(156,214,163,0.83) 0%,rgba(168,231,189,0.83) 56%,rgba(171,235,194,0) 68%,rgba(178,244,209,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(156,214,163,0.83) 0%,rgba(168,231,189,0.83) 56%,rgba(171,235,194,0) 68%,rgba(178,244,209,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d49cd6a3', endColorstr='#00b2f4d1',GradientType=1 ); /* IE6-9 */

}


/*Checkbox*/
.search-block form.page-search-form {
	border: none;
}

.search-block form.page-search-form .radio,
.search-block form.page-search-form .checkbox {
	margin: 0 3% 0 4%;
}

.search-block form.page-search-form .checkbox {
	color: #fff;
	font-weight: 200;
}

.search-block form.page-search-form .radio i,
.search-block form.page-search-form .checkbox i {
	top: 6px;
	width: 15px;
	height: 15px;
	border: none;
}

/*Category
------------------------------------*/
/*Section-Block*/
.section-block {
	padding: 20px;
	border: 1px solid #eee;
	box-shadow: 0 0 3px #eee;
}

.section-block h2 {
	color: #333; 
	font-size: 28px; 
	font-weight: 200; 
	margin: 10px 0 15px;
}

.section-block .text-center p {
	margin-bottom: 0;
}

.section-block .section-block-info {
	margin-top: 5px;
	padding-top: 20px;
	border-top: solid 1px #eee;
}

.section-block .section-block-info ul {
	margin-bottom: 0;
}


/**/
.features-item--big {
    overflow: hidden;
    position: relative;
    
    background: url(../images/clinical_splash.jpg) no-repeat scroll 50% 0;
    background-size: 100% 100%;
    transition: all .5s;
}

/* search results page boxes */
.studyBox h1 {
    color: #72c02c;
}
.studyBox {
    transition: all 0.4s ease-in-out;
    background-color: #f3f3f3;
}

.studyBox div > h3 {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  margin: 15px 0 7px;
   text-decoration: none;
}


.studyBox div > h4 {
  color: #666;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.studyBox div > h3 {
  margin: 20px 0;
  position: relative;
}

.studyBox div > h3:before {
  left: 0px;
  top: -10px;
  height: 2px;
  width: 30px;
  content: " ";
  position: absolute;
  background: #bbb;
  transition: all 0.4s ease-in-out;
}

.studyBox div:hover > h3:before {
  width: 75%;
  background: #72c02c;
}




.studyBoxContainer {
    background-color: #FFF;
    padding: 10px 10px 0px 10px;
}

/* Explore page boxes */
.conditionsBox {
    transition: all 0.4s ease-in-out;
    background-color: #f3f3f3;
}

.conditionsBox div:hover {
    transition: all 0.4s ease-in-out;
    background-color: #ccf1ab;
}
.conditionsBox div > h3 {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  margin: 15px 0 7px;
  text-transform: uppercase;
   text-decoration: none;
}


.conditionsBox div > h4 {
  color: #666;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.conditionsBox div > h3 {
  margin: 20px 0;
  position: relative;
}

.conditionsBox div > h3:before {
  left: 0px;
  top: -10px;
  height: 2px;
  width: 30px;
  content: " ";
  position: absolute;
  background: #bbb;
  transition: all 0.4s ease-in-out;
}

.conditionsBox div:hover > h3:before {
  width: 75%;
  background: #72c02c;
}

/* read more */
.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
  padding: 0px;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
    padding: 8px 8px 0px 8px;
}

.read-more-state ~ .read-more-trigger:before {
  /*content: 'Show more';*/
    background: #fff;
}

.read-more-state:checked ~ .read-more-trigger:before {
  /*content: 'Show less';*/
}

.read-more-trigger {
  cursor: pointer; cursor: hand;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}



/* category box with green line rollover effect */

/* regular box */
.categoryBox {
    transition: all 0.4s ease-in-out;
    background-color: #f3f3f3;
}


.categoryBox div > h4:before {
  left: 20px;
  top: 82px;
  height: 2px;
  width: 50px;
  content: " ";
  position: absolute;
  background: #bbb;
  transition: all 0.4s ease-in-out;
}

.categoryBox div:hover > h4:before {
  width: 75%;
  background: #72c02c;
}

/* hero box - big */
.categoryBox.hero div > h4:before {
  left: 0px;
  top: 84px;
  height: 2px;
  width: 71px;
  content: " ";
  position: absolute;
  background: #bbb;
  transition: all 0.4s ease-in-out;
}

.categoryBox.hero div:hover > h4:before {
  width: 90%;
  background: #72c02c;
}
.categoryBox.hero div > h4 {
  color: #FFF;
  font-size: 24px;
  line-height: 28px;
  margin: 15px 0 7px;
  text-transform: uppercase;
   text-decoration: none;
}

.categoryBox.reg div:hover {
    transition: all 0.4s ease-in-out;
    background-color: #ccf1ab;
}
.categoryBox.reg div > h4 {

  color: #000;
  font-size: 18px;
  line-height: 20px;
  margin: 15px 0 7px;
  text-transform: uppercase;
   text-decoration: none;
}


.searchTips {
    padding-left: 10px;
    font-size: 12px;
}

/* override guided search modal titles */
.modal-title {
    color: #00A8E1;
    font-weight: bold;
}



/* advanced search */
.ui-datepicker-calendar {
    display: none !important;
}

.ui-datepicker {
    width: auto;
    min-width: 260px;
}


/* search results - datatable */
.dataTables_wrapper table thead{
    display:none;
}

.dataTablePreloader {
    position: absolute;
    top: 0%;
    width: 100%;
    height:100%;
    background: rgba(255,255,255,0.75);
}

.dataTablePreloaderSpinner{
    position: absolute;
    top: 40%;
    color: lightslategrey;
}

.dataTable .date {
    font-family: monospace;
    text-align:center;
}

.dataTable .head {
     text-align: center;
}

/* hide today button in date picker */
button.ui-datepicker-current {
    display: none;
}

.table-head-tr {
    background: #EAEAEA;
}

.big-subscribe-button {
    font-size:22px; line-height:55px; margin-top: 12px;
}

.footer-v1 .footer {
    padding: 10px 0;
}


/*==================================================
 * Effect 6
 * ===============================================*/

.box {
    width:100%;
    height:200px;
    background:#FFF;
    margin:auto;
}

.effect6
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}



.trial-result td {
    padding: 10px;
}

td .trial-result {
    padding: 10px;
}

.trial-result td {
    margin: 10px;
}


.row-padding-bottom {
    padding-bottom: 10px;
}



@media (max-width: 600px) {
    .intro-img-1 {
        padding-bottom: 300px !important;
    }
}


.bold-headers h4{
    font-weight: bold;
    color: #00A8E1;
}


.header .topbar ul.loginbar > li > a, .header .topbar ul.loginbar > li > a:hover {
    cursor: pointer; cursor: hand;
}

.footer-v1 .copyright a {
    cursor: pointer; cursor: hand;
}