html {
  position: relative;
  min-height: 100%;
}

h1
{
	font-size: 2.0rem !important;
}

/* 1. MENU */
a
{
	color: #101010;
	text-decoration: none;
}

a:hover
{
	color: #101010;
	text-decoration: none;
}

.smallTxt
{
	font-size: 12px;
}

.centerTxt
{
	text-align: center;
}

.leftTxt
{
	text-align: left;
}

.greyTxt
{
	color: #999999;
}

.redTxt {
	color: #910A2D;
}

.errorMsg {
	
}

.noTxtPad
{
	margin-bottom: 0px;
}

.bg-dark
{
	background-color: #101010 !important;
	/*border-bottom: 10px solid #343a40;*/
}

.logo
{
	max-height: 100px;
	max-width: 100% !important;
}

.alert-danger
{
	color: #FFF;
    background-color: #910A2D;
    border-color: #910A2D;
	border-radius: 0px;
}

.title-line-brand:after
{
	background: none repeat scroll 0 0 #910A2D;
	top: -35px;
	content: "";
	display: block;
	height: 5px;
	position: relative;
	width: 35px;
}

.greyBx { 
	border: 2px solid #d5d5d5; 
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 12px;
	margin-right: 12px;
}

.p-48 { padding-top: 48px; padding-left: 48px; padding-right: 48px; }

.m-24-top { margin-top: 24px; }

.no-pad-tb {
	padding-top: 0px !important; 
	padding-bottom: 0px !important;
}

.events-container {
	min-height: 350px;
}

.mazda-form-input {
	width: auto;  
	display: inline-block;
}


/* NAVBAR */

.navbar-dark .navbar-nav .nav-link
{
	color: #ffffff;
	padding: 15px;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover
{
	color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link.active
{
	font-weight: bold;
	background-color: rgba(255,255,255,.1);
}

.navbar-dark .navbar-nav .nav-link:hover
{
	background-color: rgba(255,255,255,0);
}
/*
.nav-link::after {
    display: inline-block;
    margin-left: 0.255em;<strong></strong>
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
*/

.navbar-dark .navbar-nav .nav-link.active
{
	background: transparent !important;
    color: white !important;
    border-bottom: 3px solid #910a2d !important;
    border-radius: 0px !important;
	font-weight: normal;
}

.navbar .nav-item.avatar .dropdown-toggle img
{
	height: 35px;
}

/* NAVBAR - END */




.pageSetup
{
	background-color: #e7e7e7 !important;
}

.pgFrame
{
	background-color: #FFF;
	border-left: 2px solid #d5d5d5;
	border-right: 2px solid #d5d5d5;
	border-bottom: 2px solid #d5d5d5;
}

.blackBg
{
	background-color: #101010;
}

.lightGreyBg
{
	background-color: #e7e7e7;
}


.table>:not(caption)>*>* {
	border: none;
}

.alert-success {
	margin-top: 20px;
}



/* BREADCRUMB */
.breadcrumb-row
{
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
/* BREADCRUMB - END */




/* 2. LOGIN */
.loginPg
{
	background-color: #e7e7e7 !important;
}

.bg-lightgrey
{
	/*background-color: rgba(255,255,255,.1) !important;*/
	background-color: #e7e7e7 !important;
	color: #101010;
	/* box-shadow: 0 2px 4px rgba(0,0,0,.08); */
	margin-top: 2.5% !important;
	border: 2px solid #d5d5d5;
}

.login-logo
{
	max-height: 40px;
	vertical-align: top;
    margin: 0px !important;
}

.main-logo
{
	max-height: 40px;
	vertical-align: top;
    margin: 0px !important;
	margin-top: 20px !important;
}

.login-bannerImg
{
	width: 100%;
	max-width: 100%;
	max-height: 250px;
	object-fit: cover;
}

.logo-container
{
	display: block !important; 
}

.banner-fullrow
{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding: 0px !important;
}
/* 2. LOGIN - END */




.invalid-feedback
{
	color: #FD031B;
} 

.form-control.is-invalid, .was-validated .form-control:invalid
{
	border-color: #FD031B !important;
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label
{
	/*color: #00D572;*/
	color: #FFFFFF;
}

/* 3. FOOTER */
.footer-container
{
	background-color: #343a40 !important;
	margin-top: 30px;
	padding-top: 20px;
	color: #ffffff;
}

.footer-padding
{
	padding: 15px !important;
}

.text-dark
{
	color: #ffffff !important;
	text-decoration:  none !important;
}

footer
{
	font-size: 0.8rem;
}

.navbar-bottom
{
	position: relative;
    right: 0;
    left: 0;
	bottom: 0;
    margin-bottom: 0;
	border-width: 1px 0 0;
	padding: 5px 0px !important;
	background-color: #343a40 !important;
}

.navbar-fixed-bottom
{
	position: fixed;
    right: 0;
    left: 0;
	bottom: 0;
    margin-bottom: 0;
}

/* 4. GENERAL */
.btn {
	text-transform: uppercase;
	height: 45px; 
	min-width: 200px;
	font-weight: bold;
	border-radius: 3px;
}

.btn-primary {
    color: #101010;
    background-color: #FFFFFF;
    border-color: #101010;
	border: solid 2px #101010;
} 

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: #910a2d;
    border-color: #910a2d;
	border: solid 2px #910a2d
}

.btn-default {
	color: #fff;
    background-color: #101010;
    border-color: #101010;
	border: solid 2px #101010;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
    color: #fff;
    background-color: #910a2d;
    border-color: #910a2d;
	border: solid 2px #910a2d
}




/* 5. HOME */
#idpc_dropdown {
    line-height: 1.5;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    font-size: 1rem !important;
    padding: .375rem .75rem !important;
    box-shadow: none;
    margin: 1px;
    /* background-color: #f5f5f5; */
    display: inline;
    margin-left: 10px !important;
}

#idpc_button
{
	margin-top: 0px !important;
	margin-bottom:  0px !important;
}


.delegateDetailsPara {
	margin-bottom: 4px;
}

.delegateDetails input[disabled="disabled"], .delegateDetails textarea[disabled="disabled"] {
	background: none;
    border: none;
    outline: none;
    padding: 3px;
    margin: 0px;
}

.delegateDetails input, .delegateDetails textarea {
    padding: 3px;
    /* margin: 1px; */
    background-color: #f5f5f5;
}


.delegateDetails select[disabled="disabled"] {
    background: none;
    border: none;
    outline: none;
    padding: 6px;
    /* appearance: none; */
    -webkit-appearance: none;
    margin: 0px;
}

.delegateDetails select {
    /* padding: 3px;
    margin: 1px; */
    background-color: #f5f5f5;
}


/* EVENTS PAGE */
.event-boxImg {
	min-height: 100px;
}



/* EVENTS PAGE - END */




@media only screen and (max-width: 600px) {
  h1 {
    font-size: 1.5rem !important;
  }
}


@media only screen and (min-width: 992px) {
 	.last-menu-item-right
	{
		margin-left: 100px;
	}
}


@media only screen and (max-width: 1272px) {
  .title-line-brand:after
{
	background: none repeat scroll 0 0 #910A2D;
	top: -60px;
	content: "";
	display: block;
	height: 5px;
	position: relative;
	width: 35px;
}
}
