﻿.alert-cookie-policy {
    display: none;
    border-radius: 0;
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: white;
}

    .alert-cookie-policy .alert {
        border-radius: 0;
    }


.alert {
    margin-bottom: 0px !important;
    background-color: white !important;
    padding: 30px !important;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: default;
}

.RadComboBox input, .RadComboBox input:focus {
    border: none !important;
}

.RadComboBox .rcbInput {
    height: 50px;
}

.rcbList {
    width: 100%;
    overflow-x: hidden;
}

#loginByOpenIdbtn {
    padding: 0 11px !important;
}
.ls-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffffad;
    width: 100%;
    justify-content: center;
    display: flex;
    height: 25px;
}

.inner-bg {
    padding: 100px 0 141px 0px;
}