html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.clegend {
    border-style: none;
    border-width: 0;
    font-size: 12px;
    font-weight:bold;	
    line-height: 20px;
    margin-bottom: 0;
}
.cfieldset {
    border: 2px groove threedface #444;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}
.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px; /* or 950px */
}

.info-box {
	box-shadow: none;
}
.info-box-icon {
	height: 20px;
	width: 25px;
	line-height: 20px;
	font-size: 18px;
	
}
.info-box-text {
	font-size: 10px;
	white-space: nowrap; 
	margin-left: 2px;
	height: 5em;
	
}
.info-box-text {
	padding: 0;
	height: 3.9em;
}
.info-box-content {
	margin: 0;
	padding: 0; 
}
.info-box-number {
	font-size: 14px;
	margin-left: 1.7em;
}
.field-treatment-roc .help-block {
	visibility: hidden;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th, td {
	padding: 3px;
}

tr:nth-child(even){backgound-color: #f2f2f2}

th {
	background-color: #5572c1;
	color: white;
} 

.inbutton {
  display: inline-block;
  border-radius: 1px;
  background-color: #5572c1;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 3px;
  width: 470px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.inbutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.inbutton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.inbutton:hover span {
  padding-right: 25px;
}

.inbutton:hover span:after {
  opacity: 1;
  right: 0;
}

#mytable {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#mytable td, #mytable th {
  border: 1px solid #ddd;
  padding: 4px;
}

#mytable tr:nth-child(even){background-color: #f2f2f2;}

#mytable tr:hover {background-color: #ddd;}

#mytable th {
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
  background-color: #5572c1;
  color: white;
}

#mytable_detail {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 50%;
}

#mytable_detail td, #mytable_detail th {
  border: 1px solid #ddd;
  padding: 4px;
}

#mytable_detail tr:nth-child(even){background-color: #f2f2f2;}

#mytable_detail tr:hover {background-color: #ddd;}

#mytable_detail th {
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
  background-color: #5572c1;
  color: white;
}


.fa-info-circle{
	background-color: transparent;
	color: #4e7bc9;
	width: 12px;
	height: 12px;
	font-size: 12pt;
}

.fa-exclamation{
	/*padding-left: 7px;*/
	/*background-color: transparent;*/
	color: red;
	/*width: 10px;*/
	/*height: 10px;*/
	/*font-size: 10pt;*/
}
#treatment-form .form-group.required .has-star:not(.custom-control-label)::after, .is-required::after {
    content: "";
}
#gbm-form .form-group.required .has-star:not(.custom-control-label)::after, .is-required::after {
    content: "";
}
}
#ovarian-form .form-group.required .has-star:not(.custom-control-label)::after, .is-required::after {
    content: "";
}
}
crc-index .form-group.required .has-star:not(.custom-control-label)::after, .is-required::after {
    content: "";
}

}
crc-index .form-group.required .has-star:not(.control-label)::after, .is-required::after {
    content: "";
}

crc-form .form-group.required .has-star:not(.control-label)::after, .is-required::after {
    content: "";
}
#immune-form .form-group.required .has-star:not(.custom-control-label)::after, .is-required::after {
    content: "";
}
immune-form .form-group.required .has-star:not(.custom-control-label)::after, .is-required::after {
    content: "";
}

#immune2023-form .form-group.required .has-star:not(.custom-control-label)::after, .is-required::after {
    content: "";
}
immune2023-form .form-group.required .has-star:not(.custom-control-label)::after, .is-required::after {
    content: "";
}




blood-form .form-group.required .has-star:not(.custom-control-label)::after, .is-required::after {
    content: "";
}

}
blood-form .form-group.required .has-star:not(.control-label)::after, .is-required::after {
    content: "";
}

blood-form .form-group.required .has-star:not(.control-label)::after, .is-required::after {
    content: "";
}


/*** META ANALYSIS **/
.computed {
    font-weight: bold;
    text-align: center;
    margin-bottom:0.6em;
}
.data-select {
    border: 1px solid #7c7c7c;
    padding: 0;
    /*font-size: 10px;*/
}
.data-select label, .data-select input[type="checkbox"] {
    text-align: center;
}
.data-select .col-md-3 {
    /*padding: 0;*/
}
.data-select .panel-body {
    padding: 5px;
}
.expand {
    width: 28%;
}
.expand-col-md-2 {
    /*width: 32%;*/
}
.container-items {
    margin-top: 3vh;
}
.study-data {
    padding: 5px;
    width: 64px;
}

.container-items .col-md-3 {
    margin-right: 2%;
    padding: 5px 0 0 0;
    width: 24%;

}
.container-items input {
    /*height: 22px;*/
}
div.container-items {
    display: table;
    padding: 5px;
}
.tr {
    display: table-row;
    padding: 5px;
}
.td {
    display: table-cell;
    padding: 0 5px;
    width: 45px;
    margin: 0 5px;
}
.remove-item {
    margin-top: -17px;
}
.item td {
    padding: 2px;
}
.item td .studyName {
    width: 9.5em;
}