﻿
/*please place a reference to this stylesheet in master page layout used by forms.*/
.form-panel {
    font-family:UniversLight, sans-serif ;
    font-size:14px;
    line-height: 130%;
    color:#333333;
    width:90%;

}
.form-panel H3 {
	font-size:16px;
	font-weight:bold;
}

.form-panel .form-row {
    width:100%;
    height:auto;
    margin:6px 0;
    float:left;
    clear:both;
}

.form-panel .form-row H2 {
    margin: 6px 0;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
}

.form-panel .form-row H3 {
    margin: 6px 0;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
}

.form-panel .form-row-heading {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    float: left;
}

.form-panel .form-line {    
    width:auto;
    height:1px;
    margin:10px 0;
    float:left;
    clear:both;
    background:#999;
}

.form-panel .form-col {
    /*float:left;*/
    margin-left: 10px;
}

.form-panel .form-col.field-heading {
    margin-left: 0;
}

.form-panel .form-col.field-heading-inline {
    margin-left: 0;
    text-align:right;
}

.form-panel .required {
 color:red;font-weight:bold;
}

.form-panel .error {
    color: red; 
}
.errors SPAN {
    color: red; display:block;height:0px;
}

.form-panel .indicates {
    font-style: italic; font-size:smaller;
}

.form-panel .form-panel input, .form-panel .form-panel textarea {

}

.form-panel label {
    padding-right: 5px; color:#444;
}

.form-panel input.form-field {
    font-family: Arial, Helvetica;
    font-size:14px;
    color:#0067ac;
    padding:6px 10px 6px 5px;   
    border:1px solid #aaa;
    background-color:#FFF;
    border-radius:0px;
    height: auto !important;
}

.form-panel textarea.form-field {
    font-family: Arial, Helvetica;
    font-size:14px;
    line-height:14px;
    color:#0067ac;
    overflow:hidden;
    height:84px;
    padding:6px 10px 6px 5px;   
    border:1px solid #aaa;
    background-color:#FFF;
    border-radius:0px;
}

.form-panel input[type="radio"], .form-panel input[type="checkbox"] {
    margin-right: 3px;
}

.form-panel input[type="submit"] {
	position:relative;
	margin-right: 10px;
	min-width: 75px;
	font-size:14px;
	text-transform:uppercase;
	display: inline-block;
	width: 100%;
	border:0px;
	background-color: #006a96;
	padding: 12px 40px 12px 15px;
	color: #FFF;
	line-height: 100%;
	background-image: url('https://assets.ucsd.edu/img/icon/icon_PulseArrowButton.png');
	background-repeat: no-repeat;
	background-position: right center;
	margin: 10px 0 5px 0;
	float:right;
}

.form-panel .marginFix {
	margin: 0 0 0 0 !important;
}

.form-panel input[type="submit"]:hover {
	background-color: #182b49;
} 

/*
.form-panel .indicates:before{
	content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 10px;
    float:left;
    background: #aaa;
} 
*/


.form-panel select {
	border-radius:0px;
	color:#0067ac;
    padding:6px 10px 6px 5px;   
    border:1px solid #aaa;
}

/* applied to form field lengths. consider form field 5px margin either side and total panel width. */
/* form input and header widths */

.form-panel div.short { width:100px; }
.form-panel input.short, .form-panel textarea.short { width:66px; } /* -24px div padding and border, -10px for error asterisk */
.form-panel select.short { width:100%; }

.form-panel div.medium { width:200px; }
.form-panel input.medium, .form-panel textarea.medium { width:95%; } /* -24px div padding and border, -10px for error asterisk */
.form-panel select.medium { width:100%; }

.form-panel div.long { width:300px;  float: left; }
.form-panel input.long, .form-panel textarea.long { width:100%; } /* -24px div padding and border, -10px for error asterisk */
.form-panel select.long { width:100%; }

.form-panel div.max { width:400px; }
.form-panel select.max { width:390px; }
.form-panel input.max, .form-panel textarea.max { 
    width:95%;
    padding:6px 2%; 
}

.ms-webpartzone-cell {
  	margin: auto;
}
.ms-webpart-zone .ms-WPBorder { border: 0px !important}
/* Clinical Trials Results */

#ctl00_SPWebPartManager1_g_1ac3db2b_2549_4572_b2ec_82fe55b58d00_ctl00_gvResults,
#ctl00_SPWebPartManager1_g_1ac3db2b_2549_4572_b2ec_82fe55b58d00_ctl00_gvResults tr,
#ctl00_SPWebPartManager1_g_1ac3db2b_2549_4572_b2ec_82fe55b58d00_ctl00_gvResults td,
#ctl00_SPWebPartManager1_g_1ac3db2b_2549_4572_b2ec_82fe55b58d00_ctl00_gvResults th {
    border: none;
}

.CT_Results_Pager {
    text-align: right;
    margin-left: auto;
    margin-right: 5px;
}

.CT_Results_Summary {

}

.CT_Results_Row {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: left;
    clear: both;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #ccc;
}

a.CT_Results_Title {
    font-weight:bold;
}

a.CT_Results_Title:hover {
    text-decoration: underline;
}

.CT_Results_Header {
    width: 120px;
    font-weight:bold;
    float: left;
}

.CT_Results_Text {
    margin-left: 10px;
    float: left;
}


/* Clinical Trials Details */

.CT_Details {
    width: 100%;
}

.CT_Details,
.CT_Details tr,
.CT_Details td,
.CT_Details th {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}

.CT_Details td {
    padding: 5px 0;
}

.CT_Details tr {
    border-bottom: 1px solid #ccc;
}

.CT_Details_Left {
    vertical-align: top;
    color: #2D84AF;
    width: 120px;
    font-weight:bold;
}

.CT_Details_Right {
    width:400px;
    color: #333333;
}

.CT_Details_Header {
    margin-bottom: 10px;
}

#CT_StudyDisclaimer {
    padding-top: 10px;
}


@media only screen and (min-width: 0px) and (max-width: 679px) {

	.form-panel, .form-panel .form-col { width: 100%; }

	.form-panel input.form-field, .form-panel textarea.form-field,
	.form-panel input.short, .form-panel textarea.short,
	.form-panel input.medium, .form-panel textarea.medium,
	.form-panel input.long, .form-panel textarea.long,
	.form-panel input.max, .form-panel textarea.max { 
	    width:94%;
	    padding:6px 2%; 
	}

	.form-panel select.short, .form-panel select.medium, .form-panel select.long, .form-panel select.max { 
	    width:100%;
	}

	.form-panel .form-col {
	    margin-left:0;
	    padding-bottom: 5px;
	}

	.form-panel div.short, .form-panel div.medium, .form-panel div.long, .form-panel div.max { 
	    width:95%;
	}

}


.appointment-form-table {
	width:100%;
}

.appointment-form-table {
	    font-family: UniversLight, sans-serif;
    font-size: 14px;
    line-height: 130%;
    color: #333333;
}

.appointment-form-table input[type="submit"] {
	position: relative;
    margin-right: 10px;
    min-width: 75px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    border: 0px;
    background-color: #006a96;
    padding: 12px 40px 12px 15px;
    color: #FFF;
    line-height: 100%;
    background-image: url(https://assets.ucsd.edu/img/icon/icon_PulseArrowButton.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin: 10px 0 5px 0;
    float: right;
}

.appointment-form-table input {width:99%;}