a{
	cursor: pointer;
}
.table{
	font-size:0.825rem;
}
/*
    Tabcontrol
*/

.tabcontrol > .steps {
	position: relative;
	display: block;
	width: 100%;
}

.tabcontrol > .steps > ul {
	position: relative;
	margin: 6px 0 0 0;
	top: 1px;
	z-index: 1;
}

.tabcontrol > .steps > ul > li {
	float: left;
	margin: 5px 2px 0 0;
	padding: 1px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover {
	background: #edecec;
	border: 1px solid #bbb;
	padding: 0;
}

.tabcontrol > .steps > ul > li.current {
	background: #fff;
	border: 1px solid #bbb;
	border-bottom: 0 none;
	padding: 0 0 1px 0;
	margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
	color: #5f5f5f;
	display: inline-block;
	border: 0 none;
	margin: 0;
	padding: 10px 30px;
	text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
	text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
	padding: 15px 30px 10px 30px;
}

.tabcontrol > .content {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 35em;
	overflow: hidden;
	border-top: 1px solid #bbb;
	padding-top: 20px;
}

.tabcontrol > .content > .body {
	float: left;
	position: absolute;
	width: 95%;
	height: 95%;
	padding: 2.5%;
}

.tabcontrol > .content > .body ul {
	list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
	display: list-item;
}

.modal.modal-fullscreen .modal-dialog {
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	max-width: none; 
}

.modal.modal-fullscreen .modal-content {
	height: auto;
	height: 100vh;
	border-radius: 0;
	border: none; 
}

.modal.modal-fullscreen .modal-body {
	overflow-y: auto; 
}
.input-group{
	margin-bottom: .5rem;
}
.step-content{
	margin-bottom: 1rem;
}
.step-content h5{
	font-weight: bold;
	margin-top: .5rem;
}
/*---------signup-step-------------*/
.bg-color{
	background-color: #333;
}
.step-container{
	padding: 5rem 0px;
	padding-bottom: 3rem;
}
/*----------step-wizard------------*/
.d-flex{
	display: flex;
}
.justify-content-center{
	justify-content: center;
}
.align-items-center{
	align-items: center;
}
.wizard .nav-tabs {
	position: relative;
	margin-bottom: 0;
	border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
	position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li > a,.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
	background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
	color: #0db02b;
}

.wizard .nav-tabs > li {
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i{
	position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs > li a:hover {
	background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step{
    /*font-size: 13px;
		padding: 8px 24px;
		border: none;
		border-radius: 4px;
	margin-top: 30px;*/
}
.next-step{
	/*background-color: #0db02b;*/
}
.skip-btn{
	/*background-color: #cec12d;*/
}
.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.wizard .list-inline{
	margin-top: 1rem;
}
.wizard .list-inline li{
    display: inline-block;
}
.pull-right{
    float: right;
}
@media (max-width: 767px){
	.wizard .nav-tabs > li a i{
		display: none;
	}
}

.border-left-default {
 border-left:.25rem solid #dddfeb!important
}
.border-bottom-default {
 border-bottom:.25rem solid #dddfeb!important
}
.h0{
	font-size:3.5rem
}
.card-vendor-type .border-bottom-secondary{
	border-bottom: .25rem solid #ffe72b !important;
}
.card-vendor-type .border-left-secondary{
	border-left: .25rem solid #ffe72b !important;
}
.card-vendor-type .border-left-secondary div.icon-lable-select-1 {
  color: #ffe72b !important;
}
.card-vendor-type .border-left-secondary i.icon-select-1{
	color: #1C1C1C !important;
}
.error{
	width: 100%;
}
.modal.modal-fullscreen .modal-dialog,.modal.modal-fullscreen .modal-content{
	bottom:0;left:0;position:absolute;right:0;top:0;
}
.modal.modal-fullscreen .modal-dialog{
	margin:0;width:100%;
}
.modal.modal-fullscreen .modal-content{
	border:none;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:inherit;-moz-box-shadow:inherit;-o-box-shadow:inherit;box-shadow:inherit;
}
.modal.modal-fullscreen.force-fullscreen .modal-body{
	padding:0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,.modal.modal-fullscreen.force-fullscreen .modal-footer{
	left:0;position:absolute;right:0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header{
	top:0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer{
	bottom:0;
}
.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}