 @media all and (-ms-high-contrast:none)
     {
    .row {
	width: 100% !important;
}
     *::-ms-backdrop, .row {
	width: 100% !important;
} /* IE11 */
     }

.stepTitle{
	margin-bottom:10px;
}
.dataBold{
	font-weight: 600; width: 100%; display: block
}
.form-group{
	margin-bottom:10px;
}
.createContent .createDetailBox h4{
	margin-left: 0; margin-bottom: 10px;
}
.createContent p{
	margin-top:0 !important;	
}
.createDetailBox .form-group{
	margin-bottom: 1rem;
	width:100%;
	float:left;
}
.regisOrgNumber{
	background-color: #ffffcc; 
	color: #006699; 
	display: inline-block; 
	font-size: 14px; 
	font-weight: 600; 
	padding: 10px 70px; margin-bottom: 10px;
}
.md-stepper-horizontal {
	display:table;
	width:100%;
	margin:0 auto;
	background-color:#FFFFFF;
	box-shadow: 0 3px 8px -6px rgba(0,0,0,.50);
	margin-bottom:15px;
}
.md-stepper-horizontal .md-step {
	    display: table-cell;
    position: relative;
    padding: 7px;
    max-width: 20px;
    padding-left: 0;
	padding-right: 0;
}
.md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
	background-color:rgba(0,0,0,0.04);
}
.md-stepper-horizontal .md-step:active {
	border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
	background-color:#757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
	display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
	width:25px;
	height:25px;
	margin:0 auto;
	background-color:rgba(0, 0, 0, 0.26);
	border-radius: 50%;
	text-align: center;
	line-height:25px;
	font-size: .9em;
	font-weight: 600;
	color:#FFFFFF;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
	background-color:#00AE4D;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
	background-color:#F96302;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
	background-color: #0b3d91;
	color: #fff;
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
	 display: inline-block;
    text-indent: -9999px;
    content: ' ';
    width: 12px;
    height: 12px;
    background: url("../images/check-solid_white.svg") no-repeat scroll 0 0;
    background-size: auto;
    background-size: 12px 12px;
    vertical-align: middle;
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
	display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.md-stepper-horizontal .md-step .md-step-title {
	margin-top:5px;
	font-size:12px;
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
	text-align: center;
	color:rgba(0,0,0,.26);
}
.done div.md-step-circle {
    background-color: #70c8bc !important;
    color:#fff !important;
}
.done div.md-step-title {
    color:#222 !important;
}
.md-stepper-horizontal .md-step.active .md-step-title {
	font-weight: 600;
	color:rgba(0,0,0,.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
	font-size:12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
	color:rgba(0,0,0,.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
	position:absolute;
	top:26px;
	height:1px;
	border-top:1px solid #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
	right:0;
	left:50%;
	margin-left:20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
	left:0;
	right:50%;
	margin-right:20px;
}
.contentContainer div.createContent h3 {
    font-size: 18px;
}
.contentContainer div.createContent h4{	
	font-weight:600;
	margin-left:10px;
	color:#222;
	font-size:15px;
}
.contentContainer div.createContent h5{	
	font-weight:600;
	font-size:15px;
	margin-left: 10px;
	color:#40506a;
	margin-bottom: 2px;
}
.infoDisplayBox{
	border: 0;
}
.contentContainer div.infoDisplayBox h4{
	margin-left: 10px;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 5px;
}		
a.stepNav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.contentContainer table.table_form input[type="radio"]{
	margin-top:-1px;
}
a.stepNav:hover {
    text-decoration: none;
}
.btn-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}
.btn-secondary:hover {
    background-color: #5a6268 !important;
    border-color: #545b62 !important;
}
.table_data thead{
position: relative;

}
.table_data thead::after{
	bottom: -5px;
	box-shadow: inset 0px 3px 5px -4px rgba(24, 24, 24, 0.4);
	content: "";
	height: 5px;
	left: 0px;
	opacity: 1;
	position: absolute;
	right: 0px;
	width: 100%;
	z-index: 100;
}
.contentContainer a.cancelBtn, .contentContainer input.cancelBtn, .contentContainer button.cancelBtn{
	float: right;
    border-radius: 4px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #333 !important;
    margin-right: 20px;
}
.contentContainer a.cancelBtn:hover, .contentContainer input.cancelBtn:hover, .contentContainer button.cancelBtn:hover{
    background-color: #ddd;
    border: 1px solid #ccc;
}
.btnNextArrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/nextArrow.svg") no-repeat scroll 0 0;
    background-size: 16px 16px;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: -5px;
}
.mainBtn:hover .btnNextArrow{
	transform: translateX(5px);
	transition: all 0.1s ease-out;
}
.mainBtn:hover .btnBackArrow{
	transform: translateX(-5px);
	transition: all 0.1s ease-out;
}
.btnBackArrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/backArrow.svg") no-repeat scroll 0 0;
    background-size: 16px 16px;
    vertical-align: middle;
    margin-right: 4px;
    margin-left: -5px;

}
.orgCardIcon{
	position: absolute;
    left: 20px;
    top: 15px;
    width: 27px;
    height: 27px;
    display: inline-block;
    background: url("../images/org-regular_gray.svg") no-repeat scroll 0 0;
    background-size: 27px 27px;
}
.usersCardIcon{
	position: absolute;
    left: 20px;
    top: 15px;
    width: 30px;
    height: 30px;
	display: inline-block;
    background: url("../images/users_gray.svg") no-repeat scroll 0 0;
    background-size: 30px 30px;
}
.createStepper .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;

}
.createStepper .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;

}
.createStepper .card-header {

    padding: 10px 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.createStepper .card-body {
	position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 1.25rem;
}
.requireLabel {
    color: #B80000;
}
.createContent ol li{
	margin-bottom: 2px;
}
.createContent ol{
	list-style-position: inside;
	padding-top:0;
}
hr{
	margin-top: 5px !important;
	margin-bottom: 5px!important;
}
.createStepper label {
	margin-right: 1px;
}
.wrap {
	position: relative;
}

.wrap span {
	position: absolute;
	right: 0;
	top: 5px;
}
.counter {
	background-color: #5dc991;
	color: #fff;
	font-size: .8em;
	padding: 2px 10px;
	line-height: 12px;
	height: 14px;
	text-align: center;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-weight: 400;
}
.contentContainer table.table_form textarea, .contentContainer textarea
	{
	margin: 0;
	margin-top: 0px;
	width: 100%;
	float: left;
	font-size: 14px;
	padding: 10px 15px 10px 15px;
	border: 1px solid #ccc;
	line-height: 22px;
	background-color: #f5f5f5;
	border: 1px solid #e6e6e6;
	color: #222;
	margin-top: 5px;
}
.hidden {
	display: none;
}
.expandSubTableContainer {
	padding: 10px 50px !important;
}
.expandSubTableContainer h5{
	margin-left: 0 !important;
}
.contentContainer table.table_data tr.expandRow:hover {
	background-color: transparent !important;
}
.contentContainer table.table_data .expandRow td {
	background-color: transparent !important;
}
.contentContainer table.table_data .expandRow:hover td {
	background-color: transparent !important;
}
.contentContainer table.expandSubTable th {
	background-color: #fff !important;
	font-weight: 600;
	color: #222 !important;
	font-size: 13px !important;
	border: 0;
	border-bottom: 1px solid #999;
}
.contentContainer table.expandSubTable td {
	font-size: 13px !important;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	color: #222;
	border-bottom: 1px dotted #ccc;
	padding: 5px 5px 5px 10px !important;
}
.expandSubTable tr td, .expandSubTable tr td:hover {
	background-color: #fff !important;
}
