body{
	color: ghostwhite;
}

.form-row .inline-group {
    margin-top: 95px;
}

a:link, a:visited{
	/*color:#0E6E6A;*/
	/*color:#555555;*/
}
.module h2, .module caption{
	font-family:Arial,Helvetica,sans-serif;
	/*-moz-opacity:.85; filter:alpha(opacity=85); opacity:.85;*/
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#f7f3f6;
	background-color: #79aec8;
}
.module h2, .module caption, .inline-group h2 {
    font-family:Arial,Helvetica,sans-serif;
	/*-moz-opacity:.85; filter:alpha(opacity=85); opacity:.85;*/
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#f7f3f6;
	/*noinspection CssUnknownTarget*/
	background-image: url(/static/img/section-header.webp);
}
h1{
	font-family:Arial,Helvetica,sans-serif;
	font-style:normal;
	color:#53004f;
}
/*
.module h2 a:link, .module caption a:link, .module h2 a:visited, .module caption a:visited{
	color:#f7f3f6;
}
*/
#header{
	/*noinspection CssUnknownTarget*/
	background:transparent url(/static/img/main_top_left_small.png) no-repeat scroll left top;
	border-bottom:1px solid #C00000;
	color: #000000;
	padding-top:45px;
}
#header a{
	text-decoration:underline;
	font-family:Arial,Helvetica,sans-serif;
}
.login #branding{
	padding-top: 40px;
}
#branding h1{
	color:#53004f;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
}
div#user-tools{
	color:#000000;
	top:0;
	right:200px;
	
}
#header a:link, #header a:visited{
	color:#000000;
}
#changelist-filter h2{
	color:#ffffff;
	font-size:14px;
}
.row1{
	background-color:#f7f4f2;
}
.object-tools a.arrows {
	padding-right: 30px;
	float: none;
}
.object-tools a.arrows:link, .object-tools a.arrows:visited{
	/*noinspection CssUnknownTarget*/
	background: #999 url(/static/img/arrow_tool-right.jpg) 100% 0 no-repeat
}
.object-tools a.arrows:hover {
	/*noinspection CssUnknownTarget*/
	background: #5b80b2 url(/static/img/arrow_tool-right_over.jpg) 100% 0 no-repeat
}
ul.dropdown li div {
	position: absolute;
	visibility: hidden;
	margin: 0 0 0 -20px;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
	width: 200px;
}
ul.dropdown li div a:link,  ul.dropdown li div a:visited {	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial;
	font-weight: bold;
}

ul.dropdown li div a:hover {	
	background: #B0C6CE;
	color: #FFF;
	width: 180px;
	font-weight: bold;
}

/* make vertical filter wider */
.stacked { float:left; width:800px; }
.stacked select { width:780px; height:10.1em; }
.stacked .selector-available, .stacked .selector-chosen { width:780px; }
.stacked .selector-available input { width:742px; }

#container .breadcrumbs {
	/*noinspection CssUnknownTarget*/
	background-image: url(/static/img/section-header.webp);
}

fieldset.two-column-admin .field-box {
	width: 40%;
}

a.coupon-button{
	background-color: red;
	text-decoration: none;
}

a.coupon-button-approved{
	background-color: green;
	text-decoration: none;
}

a.mma-mmsa-button{
	background-color: red;
	text-decoration: none;
}

a.mma-mmsa-button-approved{
	background-color: green;
	text-decoration: none;
}

.form-floating a.mma-mmsa-builder-btn{
	display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.modal-title{
	color:black
}

.modal-body .form-check-label{
	color: #0A246A;
}
