﻿/*********By aa Start*******************/

/*.rbSkinnedButton {
    height: 34px !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    font-weight: normal !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    border-radius: 4px !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}*/
.btn-green-light {
    color: #fff;
    background-color: #43a569 !important;
    border-color: #358a56 !important;
}

    .btn-green-light:focus,
    .btn-green-light.focus {
        color: #fff;
        background-color: #328251 !important;
        border-color: #173e26 !important;
    }

    .btn-green-light:hover {
        color: #fff;
        background-color: #328251 !important;
        border-color: #237442 !important;
    }

    .btn-green-light:active,
    .btn-green-light.active,
    .open > .dropdown-toggle.btn-green-light {
        color: #fff;
        background-color: #328251 !important;
        background-image: none;
        border-color: #237442 !important;
    }

        .btn-green-light:active:hover,
        .btn-green-light.active:hover,
        .open > .dropdown-toggle.btn-green-light:hover,
        .btn-green-light:active:focus,
        .btn-green-light.active:focus,
        .open > .dropdown-toggle.btn-green-light:focus,
        .btn-green-light:active.focus,
        .btn-green-light.active.focus,
        .open > .dropdown-toggle.btn-green-light.focus {
            color: #fff;
            background-color: #237442 !important;
            border-color: #173e26 !important;
        }

    .btn-green-light.disabled:hover,
    .btn-green-light[disabled]:hover,
    fieldset[disabled] .btn-green-light:hover,
    .btn-green-light.disabled:focus,
    .btn-green-light[disabled]:focus,
    fieldset[disabled] .btn-green-light:focus,
    .btn-green-light.disabled.focus,
    .btn-green-light[disabled].focus,
    fieldset[disabled] .btn-green-light.focus {
        background-color: #43a569 !important;
        border-color: #358a56 !important;
    }

    .btn-green-light .badge {
        color: #43a569 !important;
        background-color: #fff;
    }
/*********By aa End*******************/

.GuestImage {
    margin-left: -15px;
    margin-top: -8px !important
}

.ml-Submit {
    margin-left: 2px !important;
}

.dvlnkLanguage {
    margin-left: 25px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: white;
    color: green;
    padding-top: 8px
}

.logoImage {
    margin-top: 0px;
    margin-left: -20px
}

.dv1Style {
    float: left;
    text-align: center;
    line-height: 30px;
    font-weight: bold
}

.dv2Style {
    float: right;
    text-align: center;
    line-height: 30px;
    font-weight: bold
}

/*********this is for action button aa *******************/
.btnFloat {
    float: right;
    width: 100px;
}
/*********this is for action button aa end *******************/

/*********this is for panel progress aa *******************/
.arrow-panel1 {
    position: relative;
    background-color: dimgray;
    color: white;
    width: 50%;
    margin: 0px auto;
}

    .arrow-panel1::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        left: 100%;
        margin-top: -15px;
        border-width: 15px;
        border-style: solid;
        border-color: transparent transparent transparent dimgray;
    }

.arrow-panel2 {
    position: relative;
    background-color: transparent;
    color: white;
    width: 50%;
    margin: 0px auto;
}

.arrow-panel1_new {
    position: relative;
    background-color: transparent;
    color: white;
    width: 50%;
    margin: 0px auto;
}

    .arrow-panel1_new::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        left: 100%;
        margin-top: -15px;
        border-width: 15px;
        border-style: solid;
        border-color: transparent transparent transparent transparent;
    }

.arrow-panel2_new {
    position: relative;
    background-color: dimgray;
    color: white;
    width: 50%;
    margin: 0px auto;
}

/*********this is for panel progress aa end *******************/
