/* RA INDEX */
.ra-index .terms-conditions{
	margin-bottom: 15px;
}
.ra-index .terms-textarea{
	margin-top: 15px;
}
.ra-index{
	margin-top: 30px;
}
.ra-index .subheader-text{
	margin-top: 30px;
	text-align: center;
}
.ra-index .title{
	font-size: 22px;
	color: #ee4e99;
}
.ra-index .subtitle{
	font-size: 16px;
	font-weight: bold;
}
.ra-index .invoice-form{
	margin-top: 30px;
}
/* RA FORM */
.ra .header{
	margin-top: 30px;
}
.ra .top-text{
	border: 0px solid black;
	font-size: 20px;
	color: #ee4e99;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
.ra .bottom-text{
	border: 0px solid black;
	font-size: 16px;
	color: black;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.ra .table{
	border: 1px solid;
	background-color: white;
}
.ra .table-header{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}
.ra .center-text{
	text-align: center;
}

.ra .square-view{
	padding: 20px;
	border: 1px solid;
	background-color: white;
	max-width: 610px;
}
.ra .submit-button{
	margin-top: 20px;
	text-align: right;
}

.ra #missing_fault{
	display: none;
	text-align: center;
	font-size: 15px;
	color: red;
}
.ra #missing_batch{
	display: none;
	text-align: center;
	font-size: 15px;
	color: red;
}
.ra #no_reason{
	display: none;
	text-align: center;
	font-size: 15px;
	color: red;
}

.tooltip-inner {
	max-width: 420px;
}

.background {
	background-image: url(/img/ra/corner.png);
	background-repeat: no-repeat;
	background-position: 6px 59px;
}

.mainframe {
	border: 0px solid black; padding: 20px; width: 98%;
	background-image: url(/img/ra/corner.png);
	background-repeat: no-repeat;
	background-position: -20px -15px;
	background-color: #e7e8e8;
	margin-top: 50px;
	margin-left: 15px;
	padding-bottom: 20px;
	clear:both;
}

body {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
}

.white {
	background-color: white;
	margin: auto;
}

.form {
	border: 1px solid #918f8f;
	border-collapse:collapse;
	width: 100%;
	text-align: center;
}



th  {
	border: 1px solid #918f8f;
	padding: .3em;
}

td  {
	border-right:1px solid #918f8f;
	border-left:1px solid #918f8f;
	padding: .3em;
	height: 69px;
}

.question {
	vertical-align:middle;
	cursor: pointer;

}

.submit {
	cursor: pointer;
}

.corner {
	position: relative;
	margin: 0;
	float: left;
}

#container{
	width:95%;
}

#left	{
	float:left;width:25%;border: 1px solid #918f8f; padding: 20px; height: 10%; text-align: left;
}

#right	{
	float:right;
	width:30%;
	border: 1px solid #918f8f;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 10%;
	text-align: left;
}

#center	{
	margin: 0 auto; width:20%;
}

/*form button
{
	margin       : 0;
	padding      : 0;
	border-width : 0;
	background   : none;
	cursor       : pointer;
}*/

.popup {
	width: 326px;
	display: none;
	position: absolute;
	font-size: 11px
}

.popup-header {
	background-image: url(/web/img/ra/popup-top.png);
	height: 43px;
	color: white;
	font-family: helvetica;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.popup-body {
	border-left: 1px solid #c8c7c7;
	border-right: 1px solid #c8c7c7;
	background-color: white;
	padding: 5px;
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
	.mainframe{
		width: 94%;
		background-image: none;
	}
	.product-name{
		margin-bottom: 10px;
	}
	.product-return{
		margin-bottom: 10px;
	}
	.product-reason{
		margin-bottom: 10px;
	}
	.product-batch{
		margin-bottom: 10px;
		height: 30px;
	}
	.product-desc{
		margin-bottom: 10px;
	}
	.product-file{
		margin-bottom: 20px;
		margin-left: 5px;
	}
	.ra .square-view{
		width: 94%;
		margin-left: 10px;
		margin-left: 15px;
	}
	.ra textarea{
		max-width: 100%;
	}
	.ra .additional-info{
		margin-left: 10px;
	}
	.ra .submit-button{
		text-align: center;
	}

}

