.float_left {
	float: left;
}

#mainform {
    background-color: rgba(255, 255, 255, 0.5);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50, 50, 50, 0.1)), color-stop(100%,rgba(50,50,50,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%,rgba(50,50,50,1) 30%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%,rgba(50,50,50,1) 30%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%,rgba(50,50,50,1) 30%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%,rgba(255,255,255,1) 30%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	margin-bottom: 0px;
}

.btnNext {
	background-color: #f0403d !important;
}

.formContainer {
	background-color: rgba(128,128,128,0.2);
	border-radius: 0;
	/*border: 2px solid rgba(128,128,128,0.5);*/
	padding-bottom: 10px;
	padding-top: 10px;
}

.formContainer h1 {
	padding: 15px;
	padding-bottom: 10px;
    font-weight: 100;
    line-height: 1.1;
    font-size: 30px;
}

.formContainer p {
	color: white;
	margin: 15px;
}

.formContainer ul li {
	color: rgb(190,190,190);
}


@font-face {
	font-family: "Studio Pro";
	src: url("/Formation/fonts/Fonts/StudioPro-Regular.woff") format("woff");
}


body {
	background-color: rgb(255,255,255);
	font-family: 'Studio Pro', sans-serif;
}

p {
	color: white;
}

.checkmark {
	background-color: orange;
}
.menu_back {
	padding-top: 50px;
	padding-bottom: 50px;
	
	/* -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}

.menu_col_3 {
	max-width: 330px;
}

.menu_col_4 {
	max-width: 430px;
}

.tester {
	background-color: rgba(0, 0, 0, 0.1);	
}

.mw_icon {
	background-color: #2e8bcc;
	width: 65px;
	height: 65px;
	border-radius: 50%;

	margin: 5px;
	color: white;

	display: table;
	vertical-align: middle;
	text-align: center;
}

.mw_icon i {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.mw_tile {
	display: flex;
	height: 75px;
	margin:2.5px;
	background-color: #E0E0E0;
	border-top-left-radius: 37.5px;
	border-bottom-left-radius: 37.5px;
	cursor: pointer;
	z-index: -1;
}

.mw_tile .collumn {
	display: inline-block;
	margin: auto auto auto 5px;
}

.mw_tile .collumn h2 {
	margin: 0;
	font-size: 24px;
	font-style: bold;

}
.mw_tile .collumn h3 {
	margin: 0;
	font-size: 18px;
	color: grey;
}

.mw_size_1 {
	width: 150px;
}

.mw_size_2 {
	width: 250px;
}

.mw_size_3 {
	width: 400px;
}

.mw_size_4 {
	width: 550px;
}

.mw_dashboard {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-image: url("/Formation/media/1010/vmpm-client-superannuation-portal_bck-v2.jpg");
	
	display: inline-grid; /* edit */
}
.vmpm_logo{
	background: radial-gradient( 
		circle closest-corner at center, #f8f9fa, rgba(0, 0, 0, 0) 90% 
	) no-repeat;
    height: 25vh;
	width: 40vh;
}
.vmpm_logo img {
	
	height: 80px; 
	margin: auto auto auto 0;
}

.mb-0{
	text-transform: capitalize;
}
.vmpm_headerContainer{
	height: fit-content;
    margin: auto;
    color: black;
    text-transform: uppercase;
}

.mw_form-header {
	
    padding: 0 0 0 0;
	background-image: linear-gradient(90deg, rgba(0,0,0,0.2), rgba(0,0,0,0.05));
}

.mw_form-header .container {
	width: fit-content;
}
.mw_formheader .box {
	color: white;
}

#header_right {
	height: fit-content;
    margin: auto 0px auto auto;
	text-align: right;
    right: 0px;
    bottom: 0px;
	position: fixed;
}

#header_bottom {
	position: fixed; 
	bottom: 10px; 
	width: 100%;
}
#header_bottom a{
	color: black !important;
}
#header_bottom .t {
	margin: 0 auto;
	width: fit-content;
	color: white !important;
}
#header_right p {
	margin: 0px;
	font-weight: 100;
	color: white;
} 

.mw_center {
	width: fit-content;
    margin: auto;
}


.mw_form-header a {
	color: white;
    font-size: 13px;
    text-decoration: none;
}

.mw_btn {
	
    font-size: 18px;
    text-decoration: none;
	
	
	background-color: #f0403d;
	display: inline-block;
	padding: 0px 10px 0px 10px;
	
	-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.mw_content {
	padding-bottom: 5px;
	background-image: linear-gradient(90deg, rgba(0,0,0,0.2), rgba(0,0,0,0.05));
	bottom: 0px;
	width: 100%;
	justify-content: center;
	/*  display: flex; */
	
	   /* edit */
}

.mw_form {
	margin: 20px 0px 0px 0px;
	width: 100%;
	
	justify-content: center;
	
    /* display: flex;*/
	 /* IE6-9 */
}

.mw_content .umb-grid {
	
}

.mw_menu {
	margin: 5px;
	color: #008593;
}



.mw_menu h1 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	font-weight: 100;
    line-height: 1.1;
}

.mw_menu .col-md-6.column {
	max-width: 450px;
}

.mw_menu .row.clearfix {
	justify-content: center;
}

.mw_formField {
	display: flex;
	
}

.mw_formField input {
	width: 300px;
}

.mw_formLabel .full-label{
	display: flex;
	margin: 15px 15px 10px 15px;
	color: rgb(158,158,158);
	
	font-size: 14px;
}

.mw_formField.mw_radio span{
	margin: auto;
	padding-right: 10px;
}

.mw_formField.mw_radio .control{
	margin-bottom: 8px;
	width: unset;
	max-width: unset;
}

.mw_formField.mw_radio .custom-radio{
	min-width: 45%;
	width: unset;
    display: flex;
    padding: 0px;
    text-align: left;
	
	
}

.mw_formField.mw_radio input{
	width: fit-content;
}

.mw_formField.mw_radio label{
	padding: 0px;
}


.mw_formField>label {
	flex: 0 0 25%;
	width: 25%;
	float: right;
	text-align: right;
	font-size: 14px;
	font-style: none;
//	color: rgb(240,64,61);	
	padding: 7px 15px 0px 15px;
}

.mw_formField.Wide label {
	flex: 0 0 45%;
	width: 45%;
	max-width: 45%;
	float: right;
	text-align: right;
	font-size: 14px;
	font-style: none;
	
	padding: 7px 15px 0px 15px;
}

.mw_formField .control>input {
	float: left;
	height: 38px;
	
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #646464;
    background-color: #fff;
    background-clip: padding-box;
    
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border-radius: 4px;
}

.mw_formField:not(.list) select {
	height: 38px;
}

.mw_formField.list .control {
	min-height:200px;
	max-height:600px;
	width:700px;
	max-width:700px !important;
	overflow:auto;
}

.select_multiple .ms-parent {
	padding: 0rem 0rem;
	margin-top: 3px;
}

.mw_formField .control {
	padding: 0px 15px 0px 15px;
	height: 38px;
	
	margin-top: auto;
	margin-bottom: auto;
	
	max-width: 500px;
}

.mw_formField .input-group {
	
}

.mw_formField .form-control.filepicker {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	min-width:1px;
}

.mw_formField .btn.btn-default {
	margin-left:15px;
	height: 38px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: rgb(00,133,147);
	
}

.mw_formHeader {
	padding: 20px 0px 10px 0px;
	
}

.mw_formHeader h1 {
	color: #f0403d;
    border-top-left-radius: 15px;
    
    background: linear-gradient(45deg, white, transparent 0%);
    border-color: rgba(00, 133, 147, 0);
    border-bottom-style: solid;
    border-bottom-width: 3px;
    padding: 5px;
    padding-top: 10px;
    padding-left: 20px;
    font-weight: 100;
    line-height: 1.1;
    font-size: 22px;
    
    
}

.mw_ben {
	background-color: rgba(128,128,128,0.2);
	border-radius: 0;
	/*border: 2px solid rgba(128,128,128,0.5);*/
	padding-bottom: 10px;
}

.mw_ben h1 {
	padding: 15px;
	padding-bottom: 10px;
    font-weight: 100;
    line-height: 1.1;
    font-size: 30px;
}

.mw_ben p {
	color: white;
	margin: 15px;
}

.mw_ben ul li {
	color: rgb(190,190,190);
}

.mw_ben .card-header {
	background-color: rgba(255,255,255,0.3);
}

.mw_ben .card-header a{
	color: #008593;
	font-weight: 100;
    line-height: 1.1;
}

.mw_ben .btn.Remove {
	background-color: rgba(128,128,128,0.6);
	border-radius: .25rem;
	color: white;
} 

.mw_ben .btn.btn-primary {
	background-color: rgba(240,64,61,1);
	border-radius: .25rem;
	color: white;
	border: 0px solid rgba(240,64,61,0.6);
	
}

.btn_copy {
	display: flex;
	margin-bottom: 15px;
	position: relative;
	left: 25%;
	
}



.pageNavigation {
	/*border-bottom: 3px solid rgba(240,64,61,1);*/
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	min-height: 48px;
	
	border-top-right-radius: .25rem;
	border-bottom-right-radius: 0rem;
}

.pageNavigation .nav {
	color: white;
	min-height: 48px;
	/* border: 2px solid rgba(128,128,128,0); */
	background-color: rgba(240,64,61,0.4); 
	padding: 0px 15px 0px 20px;
	/* border-bottom: 1px solid #b03258; */
	position: relative;
	justify-Content: center;
}

.pageNavigation .nav a {
	margin: auto;
	/* #da9d2c; */
	font-size: 1rem;
	
}


.pageNavigation .nav.selected {
	background-color: #f0403d;
	color:white;
}

.pageNavigation .nav.previous {
	color: rgba(0,0,0,0.6);
	background-color: rgba(240,64,61,0.4);
}

.pageNavigation .nav.previous span {
	opacity: 0;
}
.pageNavigation .nav.previous span::before {
	opacity: 0;
}

.pageNavigation .nav span {
	border: 24px solid transparent;
    border-left: 14px solid #d0d3d4;
    border-right: 0;
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    z-index: 1;
}

.pageNavigation .nav span::before {

	border: 24px solid transparent;
    border-left: 14px solid rgba(208,139,139,1);
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: -24px;
	
}

.pageNavigation .nav.selected span::before {
	border-left: 14px solid #f0403d;
}

.btn.btnNext {
	color:white;
	
}

.btn.btnPrev {
	
	margin-left: 15px;
}

.btn.btnSubmit {
	
	
}

.btn.btnSave {
//	background-color: rgba(00,133,147,1);
	margin-top: 10px;
}

.checkLabel { display:none}
.btn.AddBeneficiary {
	background-color: rgba(128,128,128,1);
	border-radius: .25rem;
	color: white;
	margin-top: 10px;
}
.btn.accordionAdd {
	background-color: rgba(128,128,128,1);
	border-radius: .25rem;
	color: white;
	margin-top: 10px;
}

.btn.btn-site-secondary {
	background-color: #f0403d;
	margin-left: 0px;
}

.btn.btn-site-secondary {
	color: white;
}

.mw_enrolmentHeader {
	margin: 0px;
	background-color: rgba(128,128,128, 0.5);
	border-top-right-radius: .25rem;
}

.btn {
	background-color: #f0403d;
	color: white;
						 
}

.mw_enrolment .column {
	margin: 0px;
	
}

.mw_table {
	//padding: 0px;
	//padding-bottom: 15px;
	//max-width:1200px;
	//max-height:500px;
	//overflow: scroll;
	//background-color: rgba(255,255,255, 0.3);
	
}

.mw_table  table{
	//border-bottom: 1px solid rgba(128,128,128, 0.5);
	
}

.mw_table tbody tr:hover {
	//background-color: #D6EEEE;
}

.mw_table tr {
	height: 40px;
}

.mw_table th {
	//background-color: rgba(211,211,211, 1);
	//color: #008593;
	//padding: 15px;
	//position: sticky;
	//top: 0;
	//min-width: 100px;
	font-size:13px;
	text-align: center;
	min-height: 40px;
	
}

.mw_table td {
	
	//color: #008593;
	//padding: 2.5px 15px 2.5px 15px;
	//min-width: 100px;
	font-size:12px;
	text-align: center;
	min-height: 40px;
}

.mw_table tr.breaker {
	
	//height: 25px;
	
}

/* SELECT 2 EDITS */

.select2-container .select2-selection--single {
	height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 38px;
}

/* Customize the label (the container) */
.custom-radio {
  /*display: block; */
  margin-left:20px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-radio .checktext { margin-left:35px !important;}

  /* Hide the browser's default radio button */
  .custom-radio input {
    position: absolute;
    opacity: 0;
  }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
  background-color: #008593;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


/* Customize the label (the container) */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  /* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkbox {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkbox {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkbox:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
