.form {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0%;
	right:0%;
	padding:2%;
	overflow-y: auto;
	overflow-x: hidden;
}

.formInfo{
	position:relative;
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #606060;
    margin-bottom: 0px;
    margin-top: 30px;
}

.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;
}

.form .row {
	position:relative;
	float:left;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.row:after{
    content: none !important;
    display: initial !important;
    clear: both;
}

*, *:before, *:after {
    box-sizing: content-box !important;
}

.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 {
	font-size: 15px !important;
	color: black !important;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	margin-left:5px;
	font-weight:normal !important;
}

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

.row .label .mini{
	font-size: 10px;
	margin-bottom: 2px;
}

.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: black;
}

.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: black;
	text-align: left;
	font-weight: normal;
}

.row .textarea {
	width: 97%;
	float: left;
	font-size: 15px;
	min-height: 130px;
	color: black;
	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: black;
	text-align: left;
	font-weight: lighter;
	padding: 1%;
	border: solid 1px #dadada;
}

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

.row .column .text {
	width: 100%;
	float: left;
	font-size: 15px;
	color: black;
	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: black;
	text-align: center;
	font-weight: lighter;
	left: 0;
	width: 100%;
	top: 0;
	bottom: 10px;
}

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

.row .column .option input{
	float:left;
	margin-top:10px;
	margin-right:10px;
}

.row .column .option label {
	width:auto;
	max-width:95%;
	float:left;
}

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

.row .table .option {
	width: 25%;
	float: left ;
	font-size: 15px ;
	color: black ;
	margin-bottom: 10px ;
	margin: 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;
	
	border-color: #ff2e63 !important;
	border:1px solid #ff2e63;
	color: #ff2e63;
	background: white;
	cursor: default;
	box-shadow: 0 2px 11px 0 rgba(255, 46, 99, 0.41);
}

.row .image {
	width: 20%;
	margin-left: 25%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid black;
}

.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: black !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 black;
}

.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;
    margin-bottom:10px;
    padding:0;
    text-align:left;
    float:left;
}
.pImageLink .text{
    clear:both;
    width:80%;
    height:auto;
    min-height:25px;
    left:0px;
    margin-left:0%;
    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;
}


.form .path {
	clear:both !important;
	position: relative !important;
	top: 0px;
	clear: both;
	height: auto;
	left: 0px;
	right: 0px;
	padding: 0%;
	padding-top:3%;
	overflow: auto;
	background: white;
	vertical-align: middle;
	min-height: 65px;
}

@media only screen and (max-width: 500px) {
	.form {
	position: absolute;
	left: 3%;
	width: 94%;
	top: 30px;
	bottom: 40px;
}
.row .label {
	font-size: 11px;
	margin-bottom: 2.5px;
	margin-top: 2.5px;
}
.row .view {
	font-size: 12px;
}
.row .textarea {
	font-size: 12px;
}

.row .textarea-small {
	font-size: 12px;
}
.pImageLink.full .image{
    width:100%;
    height:auto;
    min-height:30px;
    left:0px;
    margin:0;
    padding:0;
    text-align:left;
    float:left;
    max-width:200px;
}
.pImageLink.full .text{
    font-size:8px;
    height:auto;
}
.row .table {
	width: 70%;
	float: left;
	font-size: 12px;
	color: black;
	text-align: center;
	font-weight: lighter;
}

.row .table .option {
	width: auto;
	float: left;
	font-size: 11px;
	color: black;
	margin-bottom: 0px;
	padding-bottom:10px;
	text-align: left;
	vertigal-align:center;
	font-weight: lighter;
}

.row .text {
	font-size: 12px;
}
.row .pImage img {
	padding: 10px;
	height: 80px;
	width: auto;
	margin-right: 1px;
	float: left;
}


.form .path {
	clear:both !important;
	position: relative !important;
	top: 0px;
	clear: both;
	height: auto;
	left: 0px;
	right: 0px;
	padding: 0%;
	padding-top:3%;
	overflow: auto;
	background: white;
	vertical-align: middle;
	min-height: 65px;
}

.path .label {
	width: auto;
	float: left;
	font-size: 15px;
	font-weight: lighter;
	color: gray;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
}
}



.paper-input-container-0[disabled] {
    pointer-events: none;
    opacity: 1;
}
.paper-textarea-container-0[disabled] {
    pointer-events: none;
    opacity: 1;
}

.dropzone .dz-default.dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: absolute;
    width: 60%;
    height: 80%;
    margin-left: 0px !important;
    margin-top: 0px !important;
    top: 10%;
    left: 20%;
}

.floated-label-placeholder{
	font-size:18px !important;
	color:white !important;
}

.paper-input-container-0[disabled] .unfocused-line.paper-input-container{
	border: 0px;
	background: black;
}

.paper-input-container-0 .focused-line.paper-input-container{
	background:#DD186A;
}