
#plan_amount {
    padding-left: 36px;
}

.currencyinput{
    position: absolute;
    top: 36px;
    left: 15px;
    border-radius: 1px 1px;
    background: #3c3c3c3d;
    padding: 11px;
}

#frmPayment, #executiveteam_form {
    padding: 25px;
    border: #D0D0D0 1px solid;
    border-radius: 4px;
}

.test-data {
    margin-top: 40px;
}

.tutorial-table {
    border: #D0D0D0 1px solid;
    font-size: 0.8em;
    color: #4e4e4e;
}

.tutorial-table th {
    background: #efefef;
    padding: 12px;
    border-bottom: #e0e0e0 1px solid;
    text-align: left;
}

.tutorial-table td {
    padding: 12px;
    border-bottom: #D0D0D0 1px solid;
}

#frmPayment .field-row{
    margin-bottom: 20px;
}

#frmPayment div label, #executiveteam_form div label {
    margin: 5px 0px 0px 5px;
    color: #49615d;
    width: auto;
}
#executiveteam_form .radio{
    font-weight: bold;
    margin: 12px 0;
}

.demoInputBox {
    padding: 10px;
    border: #d0d0d0 1px solid;
    border-radius: 4px;
    background-color: #FFF;
    width: 100%;
    margin-top: 5px;
    box-sizing:border-box;
}

.demoSelectBox {
    padding: 10px;
    border: #d0d0d0 1px solid;
    border-radius: 4px;
    background-color: #FFF;
    margin-top: 5px;
}

select.demoSelectBox {
    height: 40px;
    margin-right: 10px;
}

.info {
    font-size: .8em;
    color: #FF6600;
    letter-spacing: 2px;
    padding-left: 5px;
}

.btnAction {
   	background-color: #064160 !important;
    padding: 10px 40px;
    color: #FFF;
    border: #064160 1px solid;
    border-radius: 4px;
    cursor: pointer;
}

.column-right {
    margin-right: 6px;
}

.contact-row {
    display: inline-block;
}

.cvv-input {
    width: 60px;
}

#error-message {
    margin: 0px 0px 10px 0px;
    padding: 5px 25px;
    border-radius: 4px;
    line-height: 25px;
    font-size: 0.9em;
    color: #ca3e3e;
    border: #ca3e3e 1px solid;
    display: none;
}

#response-message {
    margin: 0px 0px 10px 0px;
    padding: 5px 25px;
    border-radius: 4px;
    line-height: 25px;
    font-size: 0.9em;
}

.success {
    color: #3da55d;
    border: #43b567 1px solid;
}

.error {
    color: #ca3e3e;
    border: #ca3e3e 1px solid;
}

.display-none {
    display:none;
}

#loader {
    display: none;
}

#loader img {
    width: 45px;
    vertical-align: middle;
}

#executiveteam_form .contact-row{
    display: flex;
}

#executiveteam_form ul{
    padding-left: unset;
}
#executiveteam_form .change{
    margin: 10px auto;
    text-align: center;
}
#executiveteam_form select.demoSelectBox{
    height: 48px;
}
#executiveteam_form .radio .label {
    border-radius: unset !important;
}

#executiveteam_form .change a {
    border-radius: 50%;
    padding: 5px 10px;
    border: none;
}
#executiveteam_form h4{
    margin: 10px;
}