@charset "utf-8";
/* CSS Document */
datalist {
    z-index: 9000;
}
#rmaTable{
	font-weight: normal;
	font-size: 12px;
	width: 90%;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	display: inline-block;
	border-radius: 10px;
}

#rmaTableHeader {
	font-weight: bold;
	font-size: 14px;
}

#rmaTableHeader tr{
	margin: 0px;
	padding: 0px;
}

.rmaTableRow tr{
	margin: 0px;
	padding: 0px;
}

#rmaTableHeader td{
	margin: 4px;
	padding: 0px;
	text-align: center;
	background-color: lightgray;
	border: 1px solid #999;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rmaTableRow td{
	margin: 4px;
	padding: 0px;
	text-align: center;
	background-color: white;
	border: 1px solid #999;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}

.rmaTableRow a{
	color: #333;
	text-decoration: none;
}


.rmaTableRow td:hover{
	background-color: cadetblue;
	cursor: pointer;
}
.leftformcollum{
	width: 130px;
	font-weight: normal;
	text-align: right;
	font-size: 14px;
}

.rightformcollum input[type=text], .rightformcollum input[type=password], .rightformcollum input[type=email]{
	width: 90%;
	padding: 0;
	margin:0;
}

.formFieldsetContainer{
	display: inline-block;
	width: 1050px !important;
	border: none;
}

@media all and (max-width: 950px){
.formFieldsetContainer{
	display: inline-grid;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	overflow: visible;
	margin-left: -20px;
	}
	}

.formFieldsetContainer legend{
	margin-left: -1px;
	font-weight: bold;
}

.formHeader{
	font-size: 18px;
	font-weight: bold;
}

#rmaFormContainer{
	display: table-cell;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: top;
	float: left;
	width: auto;
	max-width: 1253px !important;
	overflow: visible;
}
@media all and (max-width: 950px){
	#rmaFormContainer{
		max-width: 90vw !important;
	}
	
}
#rmaFormContainer fieldset{
	display: inline-block;
	min-height: 45px;
	-min-width: 100% !important;
}

#rmaFormContainer fieldset fieldset{
		background-color: whitesmoke;
}

@media all and (max-width: 950px){
	#rmaFormContainer fieldset{
		display: block;
		min-height: 45px;
	}
}

#rmaFormContainer legend{
	position: relative;
	z-index: 200;
	border: 1px solid #999;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: -1px;
}

.mce-tinymce{
	display: block !important;
	width: 1253px !important;
	min-width: 100% !important;
	max-width: 100% !important;
}

@media all and (max-width: 900px){
	.mce-tinymce{
	display: inline-block !important;
	width: 80vw !important;
	min-width: 80vw !important;
	max-width: 80vw !important;
	}
	
	textarea {
		display: block;
		width: 100%;
	}
}


#FormLineBreak{
	width: 100% !important;
	display: inline-block;
	height: 1px;
	line-height: 1px;
}

#rmaFormSubmitContainer{
	position: fixed;
	top: 116px;
	bottom: auto;
	left: auto;
	right: 15px;
	display: inline-block;
	font-size: 16px;
	border: 1px solid #999;
	align-content: center;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0px 0px 10px 10px;
	background-color:rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	min-width: 130px;
	z-index: 3000 !important;
}

@media all and (max-width: 900px){
	#rmaFormSubmitContainer{
		clear: both;
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 0;
		border: none !important;
		width: 200px;
		margin-top: -100px;
		z-index: auto;
		margin-bottom: 100px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}

#rmaFormSubmitContainer input[type="submit"], #TopRightCornerButton{
	border-radius: 5px;
	width: 80%;
	margin-left: 0;
}

#ColorBlock{
	background-color: white;
	border-radius: 0px;
	display: inline-block;
	line-height: 40px;
	margin-right: 100px;
	margin-bottom: 30px;
}
#rmaSearchBox{
	max-width: 200px !important;
	min-width: 200px !important;
	width: 200px !important;
}
@media all and (max-width: 900px){
	#rma_searchbox{
		float: left !important;
	}
}

.rmaCopyToClipboard hr{
	display: block;
	height: 1px;
	border-width: 0;
	color: #333;
	background-color: #333;
	padding: 0;
	margin: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	
}

#rmaSearchBoxFieldset{
	display: inline-block;
	-border-radius: 10px;
	background-color: whitesmoke;
	float: left;
}

#rmaSearchBoxLegend{
	background-color: white;
	border: 1px solid #666;
	padding-left: 10px;
	padding-right: 10px;
}

#rmaSearchBoxFieldset input[type=submit]{
	background-color: deepskyblue !important;
}

#rmaSearchBoxFieldset input[type=submit]:hover{
	background-color: cadetblue !important;
}

.rmaCopyToClipboard{
	background-color: whitesmoke;
	min-height: 105px !important;
	overflow: visable;
}

#settings_table{
	width: 100%;
	max-width: 1253px;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	font-size: 90%;
	margin-left: 15px;
}

@media all and (max-width: 950px){
	#settings_table{
		max-width: 85vw;
		margin-bottom: 100px;
		margin-left: -10px;
		transform: scale(0.80);
		transform-origin: top left;
	}
	
	#settings_table td, #settings_table th{
		word-break: keep-all;
		min-width: 80px;
	}
}
#settings_table td, #settings_table th{
	border: 1px solid #999;
	text-align: center;
}

#settings_table th{
	font-weight: bold;
}

#settings_table td:last-child, #settings_table th:last-child{
	border: none;
	text-align: left;
}

#settings_table select{
	min-width: 95% !important;
	border-radius: 0 !important;
	border: none !important;
}

#settings_table input[type=text]{
	min-width: 95%;
	padding: 0;
	margin: 0;
}

#settings_table input[type=submit]{
	margin-left: 5px;
}
