﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    color: rgb(56, 56, 55);
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 100%;
}
.ErrMsg {
    color: red;
}
.required1::after {
    content:"*";
    color:red;
}

.CustomLabelColer {
    color: #383837;
}

.StepEmailValidation .validate_OTP_container, .StepEmailValidation .EstatmentDecision-container {
    display: none;
}

.StepEstatmentDession .ConfirmEmail_container, .StepEstatmentDession .validate_OTP_container {
    display: none;
}
#genrateOTP_form {
    min-width:320px;
}
.mw-400{
    max-width:400px;
}
@media screen and (max-width: 991px) {
    #OneCard {
        width: 100%;
    }

        #OneCard #carousel {
            width: 100%;
        }
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
.half-height {
    height: 50% !important;
}

.termHrefEN {
    padding: 0;
}

.termHrefAR {
    padding: 0;
}

.disclaimer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#rblMeasurementSystem_0 {
    margin: 0px 3px;
}

#rblMeasurementSystem_1 {
    margin: 0px 3px;
}
.digit-top {
    background-color: green !important;
    border-bottom: 1px solid green !important;
}

.btn-info:disabled {
    color: #fff;
    background-color: grey;
    border-color: grey;
}
.digit-bottom {
    background-color: green !important;
    border-bottom: 1px solid green !important;
}

.btn-info:disabled {
    color: #fff;
    background-color: grey;
    border-color: grey;
}
/*input:read-only {
    background-color: #fff !important;
}*/
input:disabled,
input[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc !important;
    color: #fff !important;
    border: #cccccc !important;
}

.grey-text {
    color: rgba(114, 113, 112, 0.85);
}

.reCaptcha-btn {
    background: none;
    border: none;
    color: #ffa100;
}


.flipTimer {
    width: 345px;
    margin: 0 -26vw;
    display: inline-block;
}

select, input, button {
    cursor: pointer;
}

    select[disabled], :disabled, .disabled {
        opacity: .65 !important;
        pointer-events: none;
        cursor: not-allowed;
    }
#customer_investment_fundsDDL[disabled] + .btn-group {
    opacity: 0.65;
    pointer-events: none;
}
.multiselect-native-select button {
    border-radius: 10px !important;
    border: 1px solid rgb(255,161,0) !important;
    background-color: white !important;
    text-align: center;
}

.dropdown-menu {
    width: 100%;
}

.multiselect-native-select {
    width: 100%;
}

    .multiselect-native-select, .multiselect-native-select .btn-group {
        width: 100%;
    }

.dropdown-menu {
    right: 0;
}
.dropdown-toggle {
    min-height: 38px;
}
.multiselect-container > li > a > label {
    width: 100%;
}
input[type=text] {
    cursor: text;
}

#confirmModal .modal-content {
    border-radius: 15px;
}

#confirmModal .modal-body {
    margin-top: 25px;
}

#confirmModal .text-center {
    justify-content: center;
}

#confirmModal .sure-btn {
    background-color: #008000 !important;
}

.dir-rtl {
    direction: rtl
}
