i.icons.select-icon {
    width: 12px;
    height: 10px;
    background-position: -28px -75px;
}

i.icons.check-icon {
    width: 15px;
    height: 15px;
    background-position: -40px -63px;
}

i.icons.check2-icon {
    width: 37px;
    height: 33px;
    background-position: -111px -63px;
}

i.icons.disabled-icon {
    width: 24px;
    height: 33px;
    background-position: -83px -61px;
}

i.icons.circle-icon {
    width: 24px;
    height: 33px;
    background-position: -59px -61px;
}

i.icons.little-circle-icon {
    width: 16px;
    height: 16px;
    background-position: -148px -63px;
}

i.icons.little-checkbox-icon {
    width: 13px;
    height: 13px;
    background-position: -148px -79px;
}

.register {
    width: 100%;
}

ul.tab-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 340px;
    margin: 0 auto;
    border: 1px solid #cfcdcd;
    border-bottom: 0;
    border-bottom: none;
    overflow: auto;
}

ul.tab-wrap li {
    text-align: center;
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #d7d5d5;
    font-size: 19.62px;
    color: #48433d;
    padding: 14px 0;
    background: #ffffff;
    cursor: pointer;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

ul.tab-wrap li:hover, .register ul.tab-wrap li.active {
    background: #e9e8e6;
    color: #ae7d22;
}

ul.tab-wrap li.last {
    border-right: none;
}

form.register-form {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0 0;
}

form.register-form ul.sections {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 100px 0;
    list-style: none;
}

form.register-form ul.sections li {
    overflow: auto;
    width: 100%;
    padding: 0 342px 0px 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form.register-form ul.sections li .input-wrap {
    width: 100%;
    overflow: auto;
    font-size: 18px;
    margin-bottom: 25px;
    clear: both;
}

form.register-form ul.sections li .input-wrap.left {
    overflow: visible;
}

form.register-form ul.sections li .input-wrap input[type="text"], 
form.register-form ul.sections li .input-wrap input[type="password"], 
form.register-form ul.sections li .input-wrap input[type="number"] {
    font-size: 14px;
    padding: 5px;
    border: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #ffffff;
}

form.register-form ul.sections li .input-wrap .warning {
    color: #8c5a8c;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

form.register-form ul.sections li .input-wrap .left {
    text-align: right;
    width: 28.3%;
}

form.register-form ul.sections li .input-wrap .right {
    width: 69.37%;
}

form.register-form ul.sections li .input-wrap.small .left {
    text-align: right;
    width: 50%;
}

form.register-form ul.sections li .input-wrap.small .right {
    width: 39%;
	margin-right: 10%;
}

form.register-form ul.sections li .input-wrap .select {
    width: 100%;
    border: 1px solid #d7d7d7;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    position: relative;
}

form.register-form ul.sections li .input-wrap .select select {
    width: 110%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
    font-size: 14px;
    border: 0;
    border: none;
    position: relative;
    z-index: 1;
    background: none;
    background: transparent;
    cursor: pointer;
}

form.register-form ul.sections li .input-wrap .select i.icons {
    position: absolute;
    right: 10px;
    top: 10px;
}



form.register-form .button-wrap {
    width: 100%;
    text-align: right;
}

form.register-form .button-wrap input {
    border: none;
    width: 110px;
    height: 30px;
    background: #d99e1d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 18px;
    color: #ffffff;
    margin-left: 30px;
    cursor: pointer;
}

form.register-form .input-wrap .checkbox {
    width: 37px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    cursor: pointer;
    float: right;
}

form.register-form .checkhide {
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    position: relative;
}

form.register-form .input-wrap .checkbox i.check-icon {
    position: absolute;
    left: 10px;
    top: 7px;
    display: none;
}

form.register-form .input-wrap .panel-name {
    color: #48433d;
    font-size: 18px;
    margin-bottom: 25px;
}

form.register-form .input-wrap .p-desc {
    font-size: 18px;
    font-style: italic;
}

form.register-form .input-wrap .p-desc b {
    font-weight: normal;
    font-style: normal;
    color: #8d5b8d;
}

form.register-form ul.sections li.panels .input-wrap {
    margin-bottom: 70px;
}

form.register-form ul.sections .b2b {
    padding: 0 120px 0 210px;
}

form.register-form ul.sections .b2b .question {
    width: 100%;
    text-align: center;
    color: #48433d;
    font-size: 18px;
    margin-bottom: 50px;
}

form.register-form ul.sections .b2b .question .answers {
    display: inline;
}

form.register-form ul.sections .b2b .question .answers span {
    margin-left: 30px;
    cursor: pointer;
}

form.register-form ul.sections .b2b .question .answers span i {
    display: none;
}

form.register-form ul.sections .b2b .question .answers span.checked i{
    display: inline-block;
}

form.register-form ul.sections .b2b .question .answers span.checked {
    color: #ae7d22;
}

form.register-form ul.sections .b2b .input-wrap {
    width: 52.4%;
}

form.register-form ul.sections .b2b .input-wrap .left {
    left: 26%;
}

form.register-form ul.sections .b2b .input-wrap .right {
    width: 69.37%;
}

form.register-form  .table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 80px;
    background: #ffffff;
}

form.register-form .table td {
    font-size: 15px;
    overflow: hidden;
    word-break: normal;
    border-right: 2px solid #d2d0d0;
    border-bottom: 1px solid #bcbbbb;
    height: 58px;
    vertical-align: middle;
    text-align: center;
}

form.register-form .table td i {
    cursor: pointer;
}

form.register-form .table td.last {
    border-right: none;
}

form.register-form .table td .checkbox-hide {
    width: 0;
    height: 0;
    overflow: hidden;
    position: relative;
}

form.register-form .table td i.icons.disabled-icon {
    cursor: not-allowed;
}

form.register-form .table td.first {
    text-align: left;
    padding-left: 30px;
}

form.register-form .table th {
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    word-break: normal;
    border-right: 2px solid #d2d0d0;
    border-bottom: 1px solid #bcbbbb;
    background: #895789;
    color: #f4f6f7;
    text-align: center;
    height: 44px;
    vertical-align: middle;
}

form.register-form ul.sections .b2b, .register form.register-form ul.sections li.panels {
	
}

form.register-form ul.sections .b2b .b2b-hidden {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: auto;
    display: none;
}

form.register-form ul.primary-interest {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: normal;
    float: none;
    overflow: visible;
    padding-top: 5px;
}

form.register-form ul.primary-interest li {
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 18px;
    display: block;
    height: auto;
    float: none;
    overflow: visible;
    font-size: 0;
    overflow: hidden;
}

form.register-form ul.primary-interest li span {
    line-height: 18px;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 16px;
    padding-left: 16px;
    white-space: normal;
    color: #8c5a8c;
	cursor:pointer;
}

form.register-form ul.primary-interest li {
    white-space: nowrap;
}

form.register-form ul.primary-interest li i.little-circle-icon {
    position: relative;
    cursor: pointer;
}

form.register-form ul.primary-interest li i.little-checkbox-icon {
    position: absolute;
    top: 2px;
    right: 2px;
    display: none;
}

form.register-form ul.primary-interest li * {
    vertical-align: top;
}

.notification {
	padding:30px 45px;
	text-align:left;
}

.notification.success {
	background:#eaf1ee;
	color:#70a53e;
	font-size:16px;
	text-align:center;
}

.notification.success i {
	width:85px;
	height:85px;
	display:inline-block;
	background-image:url('../img/icons.png');
	background-position:-338px 87px;
	vertical-align:middle;
	margin:20px;
}

.notification.warning {
	color:#a4863d;
	background:#f1ece1;
}

.notification.danger {
	color:#a53e3e;
	background:#f1eaea;
}

.input-medium {
	font-size: 14px;
    padding: 4px;
    border: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    background: #ffffff;
}

.full {
	width:100%;
	margin:20px 0;
	display:inline-block;
}

textarea.input-large {
	width:100%;
	margin:20px 0 0;
	min-height:120px;
}

textarea.input-xlarge {
	font-size: 14px;
    padding: 4px;
    border: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #ffffff;
	min-height:100px;
}

textarea.input-medium {
    width: 321px;
    height: 150px;
    border: solid #d7d7d7 1px;
}

form.register-form ul.sections div.b2b {
	width:100%;
	padding:0 0;
}

form.register-form ul.sections li .b2b-hidden .input-wrap {
	width:100%;
}

form.register-form ul.sections li .input-wrap .select.col-md-3,
form.register-form ul.sections li .input-wrap .col-md-3 {
    width: calc(33.33% - 4px);
    float: left;
    margin: 0 3px;
}
form.register-form ul.sections li .input-wrap .col-md-3:first-child {
    margin-left:0;
}
form.register-form ul.sections li .input-wrap .col-md-3:last-child {
    margin-right: 0;
}