
.packageDescription {
    /*margin-left: 30px;*/
}

#wrapper {
    width: 995px;
    padding: 0px;
    margin: 0px auto;
    font-family: helvetica;
    position: relative;
}

#wrapper .baricon {
    display: inline-block;
    border-radius: 100%;
    padding: 12px;
    background-color: white;
    color: #B3B1CA;
    border: 1px solid #B3B1CA;
    font-size: 25px;
    font-weight: bold;
    width: 30px;
}
    
#mainContent {
    margin: 2px;
}

#wrapper .baricon label {
    padding-left: 7px;
    margin: auto;
}

#wrapper .activeBarIcon {
    background-color: #243573;
    border-color: #243573;
    color: white;
}

#wrapper .progress_bar {
    width: 167px;
    height: 5px;
    border-radius: 20px;
    background-color: #D8D8D8;
    display: inline-block;
    margin-left: -4px;
    margin-right: -4px;
}

#wrapper form {
    margin-top: -40px;
}

    #wrapper form div {
        /*margin-left: 340px;*/
        padding: 10px;
        box-sizing: border-box;
        /*width: 300px;*/
        margin-top: 30px;
        /*background-color: #585858;*/
    }

        #wrapper form div p {
            color: #F2F2F2;
            margin: 0px;
            margin-top: 10px;
            font-weight: bold;
        }

        #wrapper form div .form_head {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 30px;
        }

        #wrapper form div input[type="text"] {
            width: 200px;
            height: 40px;
            padding: 5px;
            border-radius: 5px;
            border: none;
            margin-top: 10px;
        }

        #wrapper form div input[type="button"]{
            width: 80px;
            height: 40px;
            border-radius: 5px;
            border: 2px solid white;
            background-color: #6EB444;
            color: white;
            margin: 5px;
            margin-top: 10px;
        }

#account_details, #user_details, #qualification {
    display: none;
}

#wizard2, #wizard3, #wizard4, #wizard5 {
    display: none;
}

.wizard {
    margin-top: 30px;
}

.boxlayout {
    display: flex;
    display: -webkit-box;
}

.report {
    border-radius: 6px;
    width: 20%;
    margin-right: 8px;
    height: auto;
    padding-left: 6px;
    padding-right: 6px;
    border-width: 10px !important;
    border-style: solid;
}

    .report table tr td {
        min-width: 200px;
    }

/*.report-no-width td {
        max-width: 5px;
    }*/

.text-center {
    text-align: center;
}

.txt-green {
    color: #6EB444;
}

.txt-yellow {
    color: #FECF30;
}

.txt-red {
    color: red !important;
}

.text-underline {
    text-decoration: underline;
}

.btn {
    background-color: #6EB43F;
    color: #fff;
    min-width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    border-style: none;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.bg-green {
    background-color: #6EB444;
}

.bg-orange {
    background-color: #f47c30;
}

.bg-yellow {
    background-color: #FECF30;
}

.bg-blue {
    background-color: #243573;
}

.bg-grey {
    background-color: #E8E8E8;
}

.bg-red {
     background-color: #e02634 !important;
}

.btn-center {
    text-align: center !important;
}

.border-red {

}

.bordergreen {
    border-color: #6EB444;
}

.borderyellow {
    border-color: #FECF30;
}

.borderorange {
    border-color: #f47c30;
}

.borderpurpul {
    border-color: #243573;
}


/*Margin*/

.marg-top-5 {
    margin-top: 5px;
}

.marg-top-10 {
    margin-top: 10px;
}

.marg-top-15 {
    margin-top: 15px;
}

.marg-top-20 {
    margin-top: 20px;
}

.marg-top-25 {
    margin-top: 25px;
}

.marg-top-30 {
    margin-top: 30px;
}

.marg-top-40 {
    margin-top: 40px;
}

.marg-top-45 {
    margin-top: 45px;
}

.marg-top-50 {
    margin-top: 50px;
}

.marg-left10 {
    margin-left: 15px;
}

.rad5-bordergreen {
    border: 5px solid #6EB444;
    border-radius: 5px;
}

.rad5-borderblue {
    border: 5px solid #243573;
    border-radius: 5px;
}

.rad5-borderyellow {
    border: 5px solid #FECF30;
    border-radius: 5px;
}

.rad10-borderred {
    border: 3px solid #e02634;
    border-radius: 10px;
}


/*Padding*/
.padbox5 {
    padding-left: 5px;
    padding-right: 5px;
}

#toolkits {
    margin-right: 10px;
    /*display: none;*/
}

    #toolkits a:visited {
        color: white;
    }

.toolkit-row {
    height: 75px;
    margin-bottom: 10px;
    border-bottom: 5px solid white;
}


.contract-tag {
    min-height: 50px;
    border-radius: 3px;
    padding-right: 6px;
    padding-bottom: 5px;
}

#mypackages {
    margin-left: 10px;
    width: 180px;
}

.box-header {
    background-color: #243573; font-weight: bold; color: white; text-align: center; font-size: 15px; padding-bottom: 15px; padding-top: 5px;
}

.toolkit {
    width: 730px;
}

    .toolkit table tr th {
        padding-left: 15px;
        min-width: 100px;
    }

    .toolkit h4 {
        font-size: 13px;
    }

.package-title {
    font-size: 13px;
    font-weight: bold;
}

.check-box {
    display: inline-block;
    background-color: white;
    color: white;
    border: 5px solid #6EB444;
    /*border-radius: 100%;*/
    height: 20px;
    width: 30px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 4px;
    margin-top: 8px;
}

.check-box-active {
    /*border-radius: 100%;*/
    background-color: #6EB444;
    color: #6EB444;
    height: 18px;
    width: 26px;
    display: inline-block;
    margin-left: 2px;
    margin-top: 1px;
}


.btndisable {
    cursor: default;
}

.add-actionIcon {
    font-weight: bold;
    font-size: 17px;
    color: white;
}

.box-content {
    max-width: 160px;
    padding-top: 10px;
    margin-left: 5px;
}

.additionalReport{
    max-width: 700px;
}

.additionalReportHeader {
    min-height: 30px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background-color: #e02634;
}

.additionalReport h4 {
   font-size: 13px;
}

.container div {
    padding: 0 !important;
}

.container {
    padding: 0 0 0 10px !important;
}

.container input[type="checkbox"] {
  margin-right: 30px;
}

.btn-next {
    margin-right: 72px;
    float: right;
}

.btn-next:active {
    background-color: #87b966;
}

.btn-back {
    /*margin-right: 68px;*/
    float: right;
    background-color: #243573 !important; 
}

.btn-back:active {
    background-color: #384780;
}

#wizard3 table {
    max-width: 700px;
}

#wizard3 table tr td {
    padding-bottom: 10px;
    padding-top: 2px;
    margin-bottom: 10px;
    padding-right: 70px;
}

#wizard4 table tr td {
    padding-bottom: 10px;
    max-width: 20%;
    width: 360px
}


#bankdetails table tr td {
    padding-bottom: 10px;
}

.hidedden {
    display: none;
}

.errorLabel {
    color: red;
    font-weight: bold;
}

.resiIcon {
    background-image: url('../Imgs/Signup/ResidentialPropertyToolkit.png')
}

.document{
    border: 2px solid #f47c30;
    color: #f47c30;
    font-size: 12px;
    text-align: center;
    /* padding: 10px; */
    border-radius: 5px;
    min-width: 150px;
    margin-left: 33px;
    margin-top: 23px;
    margin-bottom: 21px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.docdescription{
    background-color: #f47c30;
    max-width: 679px;
    font-size: 12px;
    padding: 10px;
    color: white;
    font-weight: 200;
    text-align: center;
    border-radius: 2px;
    margin: 10px 10px;
    margin-left: 99px;
}

/*#UCF_ID, #UserCompany_AccountingEmailAddress {
    margin-bottom: 11px;
}*/

#User_PostAddress {
    margin-top: -28px;
}

input[type="text"]:disabled {
    background-color: lightgray
}

select:disabled {
    background-color: lightgray
}

.btn-contact-me {
    font-size: 12px;
    font-weight: bolder;
    color: white;
    padding: 10px;
    border-radius: 5px;
    background-color: #f1c327;
    margin-top: 4px;
}