.form {
	position: absolute;
	top: 90px;
	bottom: 80px;
	left: 5%;
	right:2%;
	overflow: auto;
}

.form.question{
    right:0%;
    top:90px;
    bottom:80px;
    overflow-y: auto;
    overflow-x: none;
}

.form.question .row{
    padding-top:5px;
}

.formMiddle {
	position: relative;
}

.formPanelLeft {
	position: absolute;
	width: 46%;
	top:0px;
}

.formPanelRight {
	position: absolute;
	width: 48%;
	left: 50%;
	top:0px;
}

.row {
	clear: both;
	width: 100%;
	padding-top: 15px;
}

.row.margin {
	clear: both;
	float: left;
	width: 90%;
	margin-left: 5%;
}
.row.middle {
	clear: none;
	float: left;
	width: 45%;
	margin-right: 5%;
}

.row.quarter {
	clear: none;
	float: left;
	width: 20%;
	margin-right: 5%;
}

.row.middleQuarter {
	clear: none;
	float: left;
	width: 75%;
}

.row.middlepast {
	clear: none;
	float: left;
	width: 50%;
	margin-right: 6%;
}

.row .label {
	width: 100%;
	float: left;
	font-size: 15px;
	font-weight: 500;
	color: #606060;
	margin-bottom: 5px;
	margin-top: 10px;
}

.row .graph {
	width: 94%;
	float: left;
	margin-left:3%;
	margin-right:3%;
	height:320px;
	margin-bottom: 25px;
}

.row .item {
	clear: both;
	width: 100%;
	margin: 10px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: black;
}

.row .item .itemText {
	width: 40%;
	float: left;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	color: black;
}

.row .item .itemButton {
	width: 20px;
	height: 20px;
	background: #0e0e0e;
	border-radius: 25px;
	text-align: center;
	padding: 5px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: white;
}

.row .pLink {
	width: 80%;
	float: right;
	font-size: 15px;
	font-weight: lighter;
	color: gray;
}

.row .pLink a {
	width: 90%;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: blue;
}

.row .link {
	width: 70%;
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: blue;
}

.row .text {
	width: 99%;
	float: left;
	font-size: 15px;
	color: gray;
	text-align: center;
	font-weight: lighter;
}

.row .text.reply{
	width: 30%;
	float: left;
	font-size: 15px;
	color: gray;
	text-align: center;
	font-weight: lighter;
}

.row .textarea {
	width: 97%;
	float: left;
	font-size: 15px;
	min-height: 130px;
	color: gray;
	text-align: left;
	font-weight: lighter;
	padding: 1%;
	border: solid 1px #dadada;
}

.row .textarea-small {
	width: 97%;
	float: left;
	font-size: 15px;
	min-height: 50px;
	color: gray;
	text-align: left;
	font-weight: lighter;
	padding: 1%;
	border: solid 1px #dadada;
}

.row .column {
	width: 100%;
	float: left;
	font-size: 15px;
	color: gray;
	text-align: center;
	font-weight: lighter;
}

.row .column .text {
	width: 100%;
	float: left;
	font-size: 15px;
	color: gray;
	margin-bottom: 10px;
	text-align: center;
	font-weight: lighter;
}

.row .pMap {
	position: relative;
	min-height: 250px;
	margin-bottom: 15px;
	margin-top: 5px;;
	float: left;
	font-size: 15px;
	color: gray;
	text-align: center;
	font-weight: lighter;
	left: 0;
	width: 100%;
	top: 0;
	bottom: 10px;
}

.row .column .option {
	width: 50%;
	float: left;
	font-size: 15px;
	color: gray;
	margin-bottom: 10px;
	text-align: left;
	font-weight: lighter;
}

.row .table {
	width: 70%;
	float: left;
	font-size: 15px;
	color: gray;
	text-align: center;
	font-weight: lighter;
}

.row .table .option {
	width: 33%;
	float: left;
	font-size: 15px;
	color: gray;
	margin-bottom: 10px;
	text-align: left;
	font-weight: lighter;
}

.row .view {
	width: 95%;
	float: left;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	padding-right: 5%;
}

.row .view.select {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.row .button {
	float: right;
	border: 0;
	margin: 0;
	margin-right: 5%;
	margin-top: -5px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.row .image {
	width: 50%;
	margin-left: 0px;
	height: auto;
	min-height:50px;
	float: left;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid gray;
}

.row .pImage {
	clear: both;
	width: 100%;
	min-height: 148px;
	float: left;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	overflow: auto;
}

.row .pImage img {
	padding: 10px;
	height: 128px;
	width: auto;
	margin-right: 10px;
	float: left;
}

.row .pImage .delete {
	height: 32px;
	width: auto;
	margin-left: -40px;
	margin-top: -10px;
	float: left;
}

.row .pImage .delete:hover, .row .pImage .add:hover {
	cursor: pointer;
}

.row .image.editable:hover {
	cursor: pointer;
}

.row .image.loading:hover {
	cursor: default;
	background: url(../../images/loading.gif) center #3b3b3b no-repeat;
}

.row .separator{
    clear:both;
    height:1px;
    left:1%;
    width:98%;
    margin-top:5px;
    background: #bebebe;
}

.row .textarea {
	resize: none;
	height: 100px;
}

.row .ckeditor  {
	resize: none !important;
	width: 97% !important;
	float: left !important;
	font-size: 15px !important;
	min-height: 130px !important;
	color: gray !important;
	text-align: left !important;
	font-weight: lighter !important;
}
.row .ckeditor.disabled{
	padding:1%;
	border: solid 1px #dadada !important;
}

.gwt-TextArea {
	resize: none;
}

.form.question .row .image {
	width: 100%;
	margin-left:0px;
	min-height:110px;
	background:#bebebe;
	margin-bottom:10px;
    height:auto !important;
	float: left;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid gray;
}

.nopadding{
    margin-top:-15px;
    padding-top:0px;
}

.row .link {
	position:relative;
	width:100%;
	height:10px;
	padding-left:10px;
	clear:both;
	color:#e35b59;
	float:left;
    text-decoration: underline;
	font-weight:500;
	cursor:pointer;
}

.replyDiv{
    float:left;
    width:45%;
    margin-right:5%;
    padding:0px;
    overflow:hidden;
}

.replyDiv .text {
    width: 98%;
}
.replyDiv .pImage .image{
    width: 99.9%;
    padding:0px;
    height:auto !important;
    min-height:50px !important;
    overflow:hidden;
}
.replyDiv .pImage {
    width: 99.9%;
    padding:0px;
    min-height:50px !important;
    overflow:hidden;
}
.replyDiv .pImage img {
    width: 99.5% !important;
    height:auto !important;
    padding:0px;
    overflow:hidden;
}

.replyDiv .link{
	position:relative;
	clear:both;
	width:100px;
	text-align:right;
	color:#e35b59;
	height:20px;
	float:right;
    text-decoration: underline;
	font-weight:500;
	cursor:pointer;
}

.question-label{
	color:black;
    width:70%;
    height:40px;
	text-align:left;
    float:left;
}
.question-image{
    width:20%;
    height:40px;
    float:right;
    border:1px solid black;
}

.pImageLink{
    clear:both;
    left:0%;
    width:100%;
    margin:0;
    padding:0;
    text-align:left;
    float:left;
}

.pImageLink .image{
    width:20%;
    height:auto;
    min-height:30px;
    left:0px;
    margin:0;
    padding:0;
    text-align:left;
    float:left;
}
.pImageLink .text{
    width:60%;
    height:auto;
    min-height:25px;
    left:0px;
    margin-left:1%;
    padding:0;
    text-align:left;
    float:left;
}

.pImageLink.full .image{
    width:100%;
    height:auto;
    min-height:30px;
    left:0px;
    margin:0;
    padding:0;
    text-align:left;
    float:left;
    max-width:300px;
}
.pImageLink.full .text{
    clear:both;
    width:98%;
    height:auto;
    min-height:25px;
    left:0px;
    margin-top:5px;
    margin-left:0%;
    margin-left:0%;
    padding:0;
    text-align:left;
    float:left;
}

.pImageLink .button {
    width:15%;
	float: right;
	border: 1px solid red;
	margin: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.row .select, .form-row .select {
	position:relative;
	width: 99%;
	float: left;
	height: 30px;
	font-size: 15px;
	color: gray;
	padding-left: 0%;
	margin-left: 1%;
	margin-top:0px;
}

.form-row .select{
	position:relative;
	float:left;
	width: 60%;
	padding: 0px;
	margin:0;
	margin-top:5px;
}

.patientField .select{
	position:relative;
	float:left;
	width: 100%;
	padding: 0px;
	margin:0;
	margin-top:2px;
}

.select .text, .select .form-text, .select .datePicker{
	position:relative;
	width:100%;
	margin-left:0px;
	height:30px;
	margin-top:5px !important;
	text-align:center;
	padding: 0;
}

.patientField .select .form-text{
	position:relative;
	width:100%;
	margin-left:0px;
	height:30px;
	margin-top:0px !important;
	text-align:left;
	font-size:14px;
}


td .select .text{
	position:relative;
	width:100%;
	margin-left:0px;
	height:30px;
	margin-top:5px !important;
	text-align:center;
}

.row .select .selectButton, .form-row .selectButton, .row .select .nextButton{position:absolute;right: -3px;height: 33px;background:#bebebe;margin:0px;margin-top:5px;top:0px;}

.patientField .select .selectButton{position:absolute;right:0px;height:30px;background:#bebebe;margin:0px;margin-top:0px;top:0px;}


.row .select .previousButton{

		position:absolute;
		top:0px;
		left:0px;
		height:30px;
		background:#bebebe;
		margin:0px;
	margin-top:5px;
}

.selectButton img, .nextButton img, .previousButton img{
	position:relative;
	float:left;
	height: 30px;
	width: auto;
	margin:0px;
	padding: 2px;
	top:0px;
}