section#content{
	padding-top:30px;
}

#portlet_SMRegistration_WAR_SMRegistration .portlet-content{
	padding: 0px;
}

#header nav{
	padding:0px;
}


.form-group label.block-label{
	display: block;'
}

.modal-dialog{
	max-width: 75%;
}

.new-reg #container {
    display: flex;
    background-color: rgb(255, 255, 255);
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-shadow: 20px 20px 20px rgba(47, 18, 18, 0.101);
    width: 100%;
    height: auto;
}

.new-reg .displayStep {
    display: flex;
    width: 270px;
    height: auto;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    flex-direction: column;
    align-items: center;
}

.new-reg .displayStep .process-bar {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.new-reg .displayStep .reg-slider {
    padding-top: 50px;
}

.new-reg .circle {
    position: relative;
    width: 20%;
    color: white;
    font-weight: 500;
    height: 50%;
    margin-top: 14%;
    display: flex;
    flex-direction: column;
    gap: 33px;
    align-items: center;
}

.new-reg .circle p {
    margin-top: 5px;
}

.new-reg .circle1 {
    width: 35px;
    height: 35px;
    border-radius: 20px;
    background-color: #242A3B;
    border: none;
    display: flex;
    justify-content: center;
    color: white;
}

.new-reg .circle2 {
	margin-top: 8px;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    color: #000;
    background-color: #EFF0F6;
    border: none;
    display: flex;
    justify-content: center;
}

.new-reg .circle3 {
    width: 35px;
    height: 35px;
    border-radius: 20px;
    color: #000;
    background-color: #EFF0F6;
    border: none;
    display: flex;
    justify-content: center;
}

.new-reg .circle4 {
    width: 35px;
    height: 35px;
    border-radius: 20px;
    color: #000;
    background-color: #EFF0F6;
    border: none;
    display: flex;
    justify-content: center;
}

.new-reg .steps {
    position: relative;
    background-color: rgba(255, 255, 0, 0);
    display: flex;
    flex-direction: column;
    gap: 47px;
    width: 60%;
    height: 50%;
    margin-top: 15%;
    margin-left: 0%;
}

.new-reg .step {
    position: inherit;
   /*  padding-left: 5px; */
    background-color: rgba(156, 55, 55, 0);
}

.new-reg .steps p {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #1C1C1C;
}

.new-reg .stepContainer {
    background-color: #F6F6F6;
    padding: 15px 15px 0 50px;
    width: 100%;
}

.new-reg .stepContainer h1 {
    color: #272E40;
    font-size: 28px;
    line-height: 48px;
}

.new-reg .stepContainer h2 {
    color: #211F31;
    font-size: 18px;
    line-height: 38px;
}

.new-reg .stepContainer .stepInfo .main-form {
    border: 1px solid #E2E4E5;
    margin-top: 20px;
    padding: 15px 20px;
}

.new-reg .stepContainer .stepInfo .main-form .pan-upload:hover {
    background-color: white;
    color: black;
}


.new-reg .stepContainer .stepInfo .main-form .form-row input[type=button] {
    position: relative;
    left: 78%;
    padding: 0 20px 0 20px;
    border: solid 1px #333;
    font-size: 12px;
    color: #0A0A0A;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
}

.new-reg .stepContainer .stepInfo .main-form .form-control {
    position: absolute;
    width: 95%;
    border: none;
    border-radius: 0;
    background-color: #F6F6F6;
    border-bottom: solid 1px #ccc;
}

.new-reg .stepContainer .stepInfo .btn-area {
    display: flex;
    gap: 20px;
}

.new-reg .stepContainer .stepInfo .btn-area a {
    border-radius: 5px;
    border: solid 1px red;
    padding: 8px 28px 8px 28px;
    cursor: pointer;
}

.new-reg .stepContainer .stepInfo .btn-area #d-n-1 {
    display: none;
}

.new-reg .stepContainer .stepInfo .btn-area #d-n-2 {
    display: none;
}

.select-indi-btn {
    background-color: #EB3238;
    border: none;
}

.select-busi-btn {
    background-color: #EB3238;
    border: none;
}

.new-reg #stepPlan {
    display: none;
    flex-direction: column;
}

.new-reg #stepPlan .main-form {
    border: 1px solid #E2E4E5;
    margin-top: 20px;
    padding: 15px 20px;
}

.new-reg #stepPlan .main-form .form-row .pan-upload-ok:hover {
    background-color: whitesmoke;
    color: black;
    border: none;
}

.new-reg #stepPlan .main-form .form-row .pan-img-upload {
    background-color: #CFCFCF;
    color: #111;
}

.new-reg #stepPlan .main-form .form-row #opt {
    color: #C6C6C6;
    Size: 14px;
}

.new-reg #stepPlan .main-form #btn-row {
    display: flex;
    gap: 15px;
    align-items: baseline;
}

.new-reg #stepPlan .main-form #btn-row #succ-msz {
    color: #00BF08;
}

.new-reg #stepPlan .main-form .form-row .form-control {
    border: none;
    border-radius: 0;
    background-color: #F6F6F6;
    border-bottom: 1px solid #E2E4E5;
}

.new-reg #stepAddOn .inner .heading-text {
    background-color: #EBEBEB;
    padding: 10px 0 1px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.new-reg #stepAddOn {
    display: none;
    flex-direction: column;
}

.new-reg #stepAddOn .inner {
    margin-top: 20px;
    padding: 40px 20px;
    border: 1px solid #E2E4E5;
}

.new-reg #stepAddOn .same-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 17rem;
    gap: 6px;
}

.new-reg #stepAddOn .inner input[type=text] {
    position: absolute;
    width: 95%;
    border: none;
    border-radius: 0;
    background-color: #F6F6F6;
    border-bottom: solid 1px #ccc;
}

.new-reg #stepAddOn .inner input[type=button] {
    position: relative;
    left: 46%;
    top: 120%;
    padding: 0 20px 0 20px;
    border: solid 1px #333;
    font-size: 12px;
    color: #0A0A0A;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
}

.new-reg #stepSummary {
    display: none;
    flex-direction: column;
}

.new-reg #stepSummary .inner-section {
    border: 1px solid #E2E4E5;
    margin-top: 20px;
    padding: 15px 20px;
}

.new-reg #stepSummary .inner-section .card-body {
    padding: 5px;
    display: flex;
    gap: 10px;
    text-align: center;
    align-items: baseline;
    border-top: solid 1px #ebebeb;
}

.new-reg #stepSummary .inner-section .card-body .card-title {
    color: #211F31;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
}

.stepSummary .card {
    width: 150px;
    border: none;
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}

.stepSummary .card img {
    max-width: 100%;
    max-height: 100%;
}

.stepSummary .cards-wrapper {
    display: flex;
    justify-content: flex-start;
}

.stepSummary .carousel-inner {
    padding: 1em 0;
}

.stepSummary .carousel-control-prev,
.stepSummary .carousel-control-next {
    width: 4vh;
    height: 4vh;
    border: solid 1px #333;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.stepSummary .inner-section .default {
    justify-content: flex-start;
    padding-top: 1em;
}

.new-reg #stepThankYou {
    display: none;
    flex-direction: column;
}

.new-reg #stepThankYou .FinalSubmit {
    padding: 10px 0 20px 0;
}

.new-reg .stepThankYou h5 {
    color: #272E40;
    font-size: 28px;
    line-height: 48px;
}

.new-reg .stepThankYou .inner-section {
    border: 1px solid #E2E4E5;
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 5px;
}

.new-reg .stepThankYou .inner-section .text {
    display: flex;
    padding-top: 3px;
    padding-bottom: 3px;
    justify-content: space-between;
}

.new-reg .stepThankYou .inner-section .text p {
    display: flex;
    justify-content: space-between;
}

.new-reg .stepThankYou .inner-section .head {
    background-color: #EBEBEB;
    padding: 5px 10px;
}

.new-reg .stepThankYou .inner-section .head p {
    color: #211F31;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    top: 6px;
    line-height: 22px;
}

.new-reg .stepThankYou .inner-section .img-view {
    display: flex;
    align-items: baseline;
    gap: 15px;
}

.new-reg .stepThankYou .inner-section .img-view p:first-child {
    background-color: #EDEDED;
    border: 1px solid #C0C0C0;
    padding: 4px 40px 4px 10px;
    border-radius: 6px;
}

.new-reg .stepThankYou .inner-section .img-view a {
    color: #000;
    text-decoration: none;
}

.new-reg .stepThankYou .inner-section .img-view .fa-eye {
    color: #EB3238;
}

.new-reg .buttonContainerStepOne {
    position: relative;
    background-color: rgba(0, 255, 51, 0);
    padding-top: 20px;
}

.new-reg .buttonContainerStepTwo {
    display: flex;
    justify-content: space-between;
    background-color: rgba(0, 255, 51, 0);
    padding-top: 20px;
}

.new-reg .buttonContainerStepThree {
    display: flex;
    justify-content: space-between;
    background-color: rgba(0, 255, 51, 0);
    padding-top: 50px;
}

.new-reg .buttonContainerStepFour {
    display: flex;
    justify-content: space-between;
    background-color: rgba(0, 255, 51, 0);
    padding-top: 45px;
}

#upload-pan .modal-dialog {
    max-width: 420px;
    border-radius: 20px;
}

#upload-pan .modal-dialog .modal-content {
    border: none;
    border-radius: 12px;
}

#upload-pan .modal-body hr {
    border: dashed 1px #9D9B9B;
    width: 45%;
}

#upload-pan .modal-body .d-flex {
    width: 80%;
}

#upload-pan .modal-body .d-flex span {
    background-color: #EBEBEB;
    border-radius: 50%;
    padding: 4px 10px 4px 8px;
}

#upload-pan .modal-body .file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#upload-pan .modal-body .file-input__label {
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 10px;
    padding: 3px 10px;
    border: solid 1px #FFD844;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

/* ---------- Sidebar Slider Style Start ---------- */

.reg-slider .testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.reg-slider .testimonial {
    padding: 0;
}

.reg-slider #testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.reg-slider #testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.reg-slider #testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.reg-slider .testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.reg-slider .testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.reg-slider .testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.reg-slider .testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.reg-slider .testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.reg-slider .testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.reg-slider .testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto;
}

.reg-slider .testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto;
}

.reg-slider .testimonial4_control_button .carousel-control.left:hover,
.reg-slider .testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.reg-slider .testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.reg-slider .testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.reg-slider .testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    margin: auto;
    padding: 20px 0;
    position: relative;
    text-align: center;
}

.reg-slider .testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 75px;
    height: 75px;
    margin: auto;
    display: block;
    border: none;
}

.reg-slider .testimonial4_slide p {
    color: #2D2E2E;
    margin: 20px 0 20px 0;
}

.reg-slider .testimonial4_slide span {
    color: #2D2E2E;
}

.reg-slider #testimonial4 .carousel-control-prev {
    left: -15px;
    bottom: 40px;
    color: #000;
}

.reg-slider #testimonial4 .carousel-control-next {
    right: -15px;
    bottom: 40px;
    color: #000;
}

.new-reg #stepSummary #mobile-card {
    display: none;
}

#stepSummary .carousel-control-prev {
    display: none;
}

@media only screen and (max-width: 600px) {

    .new-reg-page {
        display: none;
    }

    .new-reg .steps {
        display: none;
    }

    .new-reg .circle p {
        display: none;
    }

    .new-reg .displayStep .reg-slider {
        display: none;
    }

    .new-reg #container {
        flex-direction: column;
    }

    .new-reg .circle {
        display: flex;
        width: 100%;
        margin: 0;
        gap: 50px;
        padding: 15px 0;
        flex-direction: row;
        justify-content: center;
    }

    .new-reg .displayStep {
        width: 100%;
    }

    .new-reg .circle1,
    .new-reg .circle2,
    .new-reg .circle3,
    .new-reg .circle4 {
        width: 15px;
        height: 15px;
    }

    .new-reg .stepContainer {
        padding: 10px;
    }

    .new-reg .stepContainer .stepInfo .main-form {
        border: none;
    }

    .new-reg .stepContainer .stepInfo .main-form .form-control {
        position: relative;
    }

    .new-reg .stepContainer .stepInfo .main-form .form-row input[type=button] {
        left: 0;
    }

    .new-reg #stepPlan .main-form {
        padding: 0;
        border: none;
    }

    .new-reg #stepPlan .main-form #btn-row {
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: flex-end;
        flex-direction: row-reverse;
    }

    .new-reg #stepPlan .main-form .form-row div {
        padding-bottom: 1rem;
    }

    .new-reg #stepAddOn .inner input[type=text] {
        position: relative;
    }

    .new-reg #stepAddOn .inner form #desktop {
        display: none;
    }

    .new-reg #stepAddOn .inner input[type=button] {
        left: 58%;
        top: -31%;
    }

    .new-reg #stepAddOn .inner .form-group .d-flex {
        position: relative;
        align-items: center;
        gap: 5px;
        left: 54%;
        top: -30%;
    }

    .new-reg #stepSummary #carouselExampleControls {
        display: none;
    }

    .new-reg #stepSummary #mobile-card {
        display: block;
    }

    .new-reg #mobile-card {
        padding: 0;
    }

    .new-reg #mobile-card .col-6 {
        padding: 10px;
    }

    .new-reg #mobile-card .card {
        width: 100%;
        margin: 0 auto;
    }

    .new-reg .stepThankYou h5 {
        text-align: center;
    }

    .new-reg .stepThankYou .inner-section {
        padding: 5px;
    }

    .new-reg .stepThankYou .inner-section .text {
        display: flex;
        gap: 50px;
    }

    .new-reg .stepThankYou .inner-section .text p:nth-child(1) {
        text-align: left;
    }

    .new-reg .stepThankYou .inner-section .text p:nth-child(2) {
        text-align: right;
    }

    .new-reg .stepThankYou .inner-section .img-view {
        align-items: center;
        padding-bottom: 15px;
        flex-direction: column;
    }

}


/* ------------- Testimonials Slider Style Start ------------------- */

.testimonial {
    padding: 50px 0 30px 10px;
}

.testimonial .heading-text h1 {
    font-size: 56px;
    text-align: center;
    font-weight: 300;
}

.testimonial .heading-text h1 span {
    color: #FFCB05;
    font-weight: 600;
}

.testimonial #carouselExampleControls {
    transform: translateX(0%) !important;
}

.testimonial .card {
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-radius: 0px;
    border-right: solid 3px #FFCB05;
}

.card .carousel-item {
    height: 250px;
}

.card .carousel-caption {
    padding: 0;
    right: 0;
    left: 0;
    color: #3d3d3d;
}

.card .carousel-caption .testi-img {
    display: -webkit-box;
    margin-left: auto;
}

.card .carousel-caption .testi-text {
    text-align: left;
    padding-bottom: 38px;
    padding-right: 17rem;
}

.card .carousel-caption .testi-text p {
    font-weight: 500;
    line-height: 30px;
}

.card .carousel-caption .testi-text h6 {
    color: red;
}

.navi {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.navi a {
    border: solid 1px #333;
    height: 40px;
    padding: 10px 25px;
    border-radius: 3px;
    transition: all 0.3s;
}

.navi a:hover {
    background-color: #FFD01D;
    border: none;
    transition: all 0.3s;
}

#testi-slider .carousel-item #desktop-view {
    align-items: flex-end;
}

#testi-slider .carousel-item #mobile-view {
    display: none;
}

#testi-slider .carousel-item #mobile-view div {
    display: inline-block;
    padding-left: 15px;
}

#testi-slider .carousel-item #mobile-view div h6 {
    color: #EB3238;
    text-align: left;
}

#testi-slider .carousel-item #mobile-view div small {
    font-size: medium;
    text-align: left;
}

#testi-slider .carousel-item #mobile-view .testi-img {
    width: 100px;
    height: auto;
}

@media only screen and (max-width: 600px) {
    .card .carousel-item {
        height: 450px;
    }

    .card .carousel-caption .testi-img {
        display: initial;
        margin-left: 0;
    }

    .card .carousel-caption .testi-text {
        padding-top: 20px;
        padding-right: 0;
    }

    .card .carousel-caption .testi-text {
        padding-top: 20px;
        padding-right: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .testimonial .heading-text h1 {
        font-size: 33px;
    }

    #testi-slider .carousel-item #desktop-view {
        display: none;
    }

    #testi-slider .carousel-item #mobile-view {
        display: block;
    }
}


/* ------------- Testimonials Slider Style End -------------------- */

/* ----------- News Section Style Start ----------- */

.news {
    padding-top: 100px;
    padding-bottom: 20px;
}

.news .heading-text h1 {
    font-weight: 300;
    font-size: 56px;
}

.news .cards-wrapper {
    display: flex;
    justify-content: center;
}

.news .card img {
    max-width: 100%;
    max-height: 100%;
}

.news .card {
    margin: 0 0.6em;
    border: none;
    border-radius: 0;
}

.news .card .card-body p {
    font-weight: 500;
    font-size: 20px;
    padding-top: 13px;
}

.news .card .card-body small {
    font-size: 16px;
}

.news .card .card-body .read-more {
    color: #000;
    line-height: 20px;
    text-decoration: underline;
    text-underline-offset: 0.3em;
    transition: all 0.5s;
}

.news .card:hover .read-more {
    text-decoration-color: #FFCB05;
    text-underline-offset: 0;
    text-decoration-thickness: 2px;
    transition: all 0.5s;
}

.news .carousel-inner {
    padding: 2em 3em 1em 3em;
}

.news .navigation {
    position: relative;
}

.news .navigation a {
    border: solid 1px #333;
    height: 40px;
    width: 70px;
    opacity: 1;
    border-radius: 3px;
    transition: all 0.3s;
}

.news .navigation a:nth-child(1) {
    position: relative;
    left: 74em;
}

.news .navigation a:nth-child(2) {
    position: absolute;
    right: 1em;
}

.news .navigation a:hover {
    background-color: #FFD01D;
    border: none;
    transition: all 0.3s;
}

@media only screen and (max-width: 600px) {
    .news .carousel-inner {
        padding: 1em;
    }

    .news .navigation a:nth-child(1) {
        left: 12.2em;
    }
}

/* ----------- News Section Style End ----------- */


.registration-document-guideline-btn{
	background: #ff9933;
    border: 0px none;
    border-radius: 12px;
    font-size: 19px;
}

.btn-area a{
	text-decoration:none; 
}

.modal-dialog {
    max-width: 75%;
}

.new-reg .stepContainer .stepInfo .main-form .form-row input[type=button].verified,
.new-reg .stepContainer .stepInfo .main-form .form-row button.verified{
	background-color: #155724;
    color: white;	
}


.valSuccessReg,
.employeeSuccessReg{
	color: #155724;
    font-weight: 500;
}

.employeeErrReg,
.valErrReg{
	color: red;
    font-weight: 500;
}

.margin-top-inverse-44{
	margin-top:-44px;
}


/*Fix the issue of the top headers which is setup from the theme and create issue due to we have include the bootstrap css again from the registration portlet*/
.container-fluid#wrapper{
	padding:0px;
}

section#content{
	margin-top:18px;
}

header#banner .container-fluid.containerClass,
header#banner .navbar.navbar-expand-sm.navbar-light,
header#banner .navbar-brand{
	padding: 0px;
}

.login{
	background: #010a3b;
}

#mobileOTPPopUp .fpc-box .otp-input .pincode-input-container:not(.touch) input {
    padding: 10px;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #ddd;
    width: 35px;
    font-size: 25px;
    text-align: center;
    margin: 0 5px;
    background: 0;
    display: inline-block;
    font-weight: 700;
}
#emailOTPPopUp .fpc-box .otp-input .pincode-input-container:not(.touch) input {
    padding: 10px;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #ddd;
    width: 35px;
    font-size: 25px;
    text-align: center;
    margin: 0 5px;
    background: 0;
    display: inline-block;
    font-weight: 700;
}
.datePicker span {
    background: 0;
    border: 0;
    padding-left: 0px;
    left: 233px;
}
select{
	width: 50%;
    border-radius: 5px;
    padding: 3px 0;
}
.circlecolor{
	background: black;
   	color: white;
}
/*Fix the issue of the top headers which is setup from the theme and create issue due to we have include the bootstrap css again from the registration portlet*/