html{
	background-color: #fafafa;
	height: 100%;
}
body{
	min-width: 1024px;
	background-color: #fff;
	float: left;
	width: 100%;
}
:root {
  --default-border: #dddbda;
  --tabstyle: #747e96;
}
.container{
	width: 100%;
}
.globalErrMsgWrapper{
	float: left;
	width: 100%;
	padding: 0 15px 15px 15px;
}
.globalErrMsgWrapper .globalErrMsg {
    background-color: #f86e6e;
    color: #fff;
    float: left;
    width: 100%;
    padding: 10px 34px 10px 15px;
    border-radius: 3px;
    position: relative;
}
.globalErrMsgWrapper a.closeErrMsg {
    position: absolute;
    right: 12px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.min-height-content {
	min-height: 400px;
}
.stepTitleWrapper {
    float: left;
    width: 100%;
    padding: 4px 16px;
    background-color: #eee;
    border-top: 1px solid #ccc;
}
.contentByStep {
    float: left;
    width: 100%;
    padding: 15px 0;
}
.createDataSection {
    font-weight: bold;
    padding: 2px 0;
    margin-bottom: 10px;
    color: #000;
    clear: both;
    border-top: 2px solid var(--tabstyle);
}
ul.wrapFieldLeft {
    float: left;
    width: 50%;
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.wrapFieldLeft > li:first-child {
    border-top-width: 0;
}
.wrapFieldLeft > li {
    float: left;
    width: 100%;
    min-height: 23px;
    border-top: 1px solid #ececec;
}
.labelFrm {
    float: left;
    width: 35%;
    font-weight: bold;
}
.rightMe {
    text-align: right;
}
.ac-form-element__control.rightMe {
    text-align: right;
}
.valueFrm {
    float: left;
    width: 65%;
    padding-left: 15px;
}
ul.wrapFieldRight {
    float: left;
    width: 50%;
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.createDataWrapper .wrapFieldRight > li, 
.createDataWrapper .wrapFieldLeft > li, 
.wrapFieldRight > li:first-child {
    border-top-width: 0;
}
.wrapFieldRight > li {
    float: left;
    width: 100%;
    min-height: 23px;
    border-top: 1px solid #ececec;
}
.required{
	border-left: 2px solid #c5283d !important;
}
.errorInput{
	border: 1px solid #c5283d !important;
}
.error{
	color: #c5283d;
	font-weight: 400;
	float: left;
	width: 100%;
}
.loginWrapper{
	max-width: 450px;
    margin: 0 auto;
    border: 1px solid var(--default-border);
    border-radius: 3px;
    padding: 50px 30px;
    margin-top: 15px;
}