﻿/*********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*******************/
/***********************BLue Button*/
.btn-blue-light {
    color: #fff;
    background-color: #3498db !important; /* Light blue */
    border-color: #2980b9 !important; /* Darker blue */
}

    .btn-blue-light:focus,
    .btn-blue-light.focus {
        color: #fff;
        background-color: #2980b9 !important; /* Darker blue */
        border-color: #1f618d !important; /* Even darker blue */
    }

    .btn-blue-light:hover {
        color: #fff;
        background-color: #2980b9 !important; /* Darker blue */
        border-color: #1d5fa5 !important; /* Slightly lighter blue */
    }

    .btn-blue-light:active,
    .btn-blue-light.active,
    .open > .dropdown-toggle.btn-blue-light {
        color: #fff;
        background-color: #2980b9 !important;
        background-image: none;
        border-color: #1d5fa5 !important;
    }

        .btn-blue-light:active:hover,
        .btn-blue-light.active:hover,
        .open > .dropdown-toggle.btn-blue-light:hover,
        .btn-blue-light:active:focus,
        .btn-blue-light.active:focus,
        .open > .dropdown-toggle.btn-blue-light:focus,
        .btn-blue-light:active.focus,
        .btn-blue-light.active.focus,
        .open > .dropdown-toggle.btn-blue-light.focus {
            color: #fff;
            background-color: #1d5fa5 !important; /* Lighter blue */
            border-color: #1f618d !important; /* Even darker blue */
        }

    .btn-blue-light.disabled:hover,
    .btn-blue-light[disabled]:hover,
    fieldset[disabled] .btn-blue-light:hover,
    .btn-blue-light.disabled:focus,
    .btn-blue-light[disabled]:focus,
    fieldset[disabled] .btn-blue-light:focus,
    .btn-blue-light.disabled.focus,
    .btn-blue-light[disabled].focus,
    fieldset[disabled] .btn-blue-light.focus {
        background-color: #3498db !important; /* Light blue */
        border-color: #2980b9 !important; /* Darker blue */
    }

    .btn-blue-light .badge {
        color: #3498db !important; /* Light blue */
        background-color: #fff;
    }

/*******************************/

.GuestImage {
    margin-left: -15px;
    margin-top: -8px !important
}
.btnCancel {
    margin-left: 2px;
    position: relative;
}
.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
}
