
.investor-kit {
    position: relative;
    margin-bottom: 0;
    color: #323232;
}
.investor-kit.bg-gray{
    background-color: #FAFAFA !important;
}
.investor-kit .bg-lightblue{
    background-color: #ccf0fc;
    color: #323232;
}
.investor-kit .bg-lightblue:after{
    content: none;
}
.investor-kit__header {
    padding: 1rem 0;
    text-align: center;
    color: #fff !important;
    background-color: #00b5ef;
}
.investor-kit__detail .quarter {
    padding: 1.5rem;
}
.investor-kit__detail .quarter div {    
    display: block;
    vertical-align: middle;
}
.investor-kit__detail .quarter .title {
    width: 100%;
    display: block;
    padding: 5px 0;
    text-align: left;
}
.investor-kit__detail .quarter .btn-checkbox {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: space-between;
    height: 55px;
}
.investor-kit__detail .custom-checkbox{
    position: relative;
    width: 20px;
    height: 20px;
    margin: 1rem auto;
}
.investor-kit__detail .custom-checkbox input{
    width: 100%;
    height: 100%;
    position: relative;
 }
.investor-kit__detail .quarter .btn-checkbox a,
.investor-kit__detail .yearly .btn-checkbox a {
    position: relative;
    z-index: 2;
    font-weight: normal;
    color: #323232;
}
.investor-kit__detail .yearly {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    height: 80px;
}
.investor-kit__detail .yearly .title {
    width: 75%;
    text-align: left;
}
.investor-kit .download-all {
    background: #fff;
    margin: 0;
    padding: 10rem 1.5rem 3rem 1.5rem;
    border-bottom: 2px solid #f2f2f2;
    font-weight: 700;
}
.sum_size { text-align: center!important; }
.calculate { 
    text-align: right; 
    margin-top: 5rem;
}
.calculate input { 
    width: 120px;
    display: inline-block;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #00b5ef;
    margin: 0 2rem;
}
.calculate_btn { 
    text-align: right;
    margin-top: 3rem;
}

.submit, 
.reset { cursor: pointer; display: inline-block; background: #fff; color: #00b5ef; font-size: 16px; text-align: center; padding: 5px; border: #0061ae 2px solid;
min-width: 152px; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; }
.submit:hover, 
.reset:hover { background: #00b5ef; color: #fff; border: 2px solid #00b5ef; }

.investor-kit input[type=checkbox]{    
    margin: 0;
}

.investor-kit span.checkbox{
    width: 20px;
    height: 20px;
    background: url("../images/btn-radio-4.png") no-repeat scroll 0 0 transparent;
    clear: both;
    display: block;
    padding: 0;
    margin: 1rem auto;
}
.investor-kit select.styled {
    position: relative;
    width: ' + selectWidth + 'px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 5;
}
.investor-kit input.styled {
    display: none;
}
.checkbox.custom-checkbox.disabled span.checkbox {
    display: none !important;
}
.investor-kit__detail .custom-checkbox.disabled input.custom-control-input{
    display: none;
}
.investor-kit__detail .custom-checkbox.disabled label.custom-control-label {
    border-radius: 3px;
    border: none;
    background-color: #F1F1F1;
}

/* Down SM */
@media (max-width: 767.98px){
    .calculate,
    .calculate_btn{
        text-align: center;
    }
    .calculate input{
        margin: 0;
    }
}