﻿#companyRegistration {
    background: #ffffff;
    padding: 15px 0px;
    /*margin-top: 18px;*/
    position: relative;
    display: table;
    /*border: 1px solid #d2d2d2;*/
    font-size: 14px;
    width: 100%;
    margin:20px 0;
}

.Company_left {
    float: left;
    width: 50%;
    padding: 0px 15px;
    min-height: 40px;
}

.Company_right {
    float: left;
    width: 50%;
    min-height: 40px;
    padding: 0px 0px;
}

.fullwidthbox {
    float: left;
    width: 100%;
    padding: 10px 15px;
    font-size:16px;
}

.accordionHeader {
    border: 0px solid #2F4F4F;
    color: black;
    background-color: #eceef1;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    margin-top: 3px;
    cursor: pointer;
}

    .accordionHeader a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }

        .accordionHeader a:hover {
            background: none;
            text-decoration: underline;
        }

.accordionHeaderSelected {
    border: 0px solid #2F4F4F;
    color: white;
    background-color: #0070cc;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    margin-top: 3px;
    cursor: pointer;
}

    .accordionHeaderSelected a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }

        .accordionHeaderSelected a:hover {
            background: none;
            text-decoration: underline;
        }

.accordionContent {
    background-color: #fff;
    border: 0px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.labelbox {
    float: left;
    width: 30%;
    min-width: 150px;
    margin: 0 0 10px 0;
}

.inputbox {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

    .inputbox > input[type="text"], .inputbox > select, .inputbox > textarea {
        width: 95%;
        min-height: 26px;
    }

.fullwidthbox > .labelbox {
    float: left;
    width: 30%;
    max-width: 150px;
    margin: 0 0 10px 0;
}

.fullwidthbox > .inputbox {
    width: 85%;
    float: left;
}

    .fullwidthbox > .inputbox > textarea {
        width: 98.3%;
    }

.fullwidthbox input[type="button"] {
    margin: 0 20px 0 0;
    background: #0070cc;
}

input[type=radio], input[type=checkbox] {
    vertical-align: middle;
    margin: -5px 5px 0 0;
}

.inputbox label {
    margin: 0;
    padding: 0px 10px 0 0;
    font-weight: normal;
    font-size: 16px;
}

.fullwidthbox p {
    margin: 0 0 5px 0;
    padding: 0px 0px 0 0;
    font-size: 16px;
    text-align:justify;
    width:98.3%;
}

.fullwidthbox > h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.jumbotronbox {
    width: 98%;
    margin: 0;
    padding: 15px 30px;
    border: solid 1px #ccc;
}

.wideArea {
    background: #fff;
    margin-top: 15px;
    border: 1px solid #d2d2d2;
    border-bottom: 0px;
    margin-bottom: 15px;
}

.jumbotronboxTerms h4 {
    margin-bottom: 15px;
    margin-top: 5px;
}

.jumbotronboxTerms p {
    margin-bottom: 10px;
    text-align: justify;
}

.jumbotronboxTerms ol li {
    margin-bottom: 10px;
    list-style-type: decimal;
    font-size: 15px;
    text-align:justify;
}


.jumbotronboxTerms ol {
    padding-left: 25px;
}
.jumbotronboxTerms ol li:last-child {
    margin-bottom: 0px;
}

.fullformwidth {
    float: left;
    width: 100%;
}

.halfformwidth {
    float: left;
    width: 50%;
    padding: 0 15px 0 0;
}

    .halfformwidth input[type="password"], .halfformwidth input[type="text"] {
        width: 95%;
    }
.collapse.in{
    display:block!important;
}
.btn-link, .btn-link:hover {
    width: 100%;
    text-align: left;
    text-decoration: none !important;
    font-size: 16px!important;
}
.btn{
    text-align:left!important;
}
.select_section {
    float: left;
    width: 100%;
    padding: 0px 15px;
}
.select_section ul li{
    float: left;
    margin:0 30px 0 0;
}
    .select_section ul li label, .select_section ul li span {
        font-size: 16px;
        padding:0 0 0;
    }
.textarea_lbl {
    float: left;
    font-size: 16px;
    color:#0070cc;
}
.select_section ul li label{
    font-weight:700;
}
.input_box_eff_wrap textarea {
    width: 100%;
    float: left;
}

.input_box_eff_wrap small {
    float: left;
    font-size: 12px;
}
.fullwidthbox label{
    font-size:16px;
    padding-top:0px;
}
.hidden-md.visible-xs{
    display:none;
}
.max_lenght .left_side_sec.input_box_eff_wrap {
    padding: 0px 15px;
}

.disabledText {
    background-color: #f5f5f5 !important;
    pointer-events: none;
}

.card-header {
    background: #f5f5f5 !important;
}
#companyRegistration .paddingFix .left_side_sec.input_box_eff_wrap {
    padding-left: 15px;
    position: relative;
    width: 97%;
}
    #companyRegistration .paddingFix .left_side_sec.input_box_eff_wrap span.required {
        position: absolute;
        right: -10px;
        top: 25px;
    }
#toast-container .toast {
    max-width: 100%;
}