﻿.btn:hover {
    /*color: #212529;*/
    text-decoration: none;
}
/*.nav-sidebar>.nav-item:hover {
    box-shadow: 0 5px 11px 0 rgb(16 44 145), 0 4px 15px 0 rgba(0,0,0,0.15);
}*/
.btn-info:hover {
    color: #fff;
    background-color: #4abde8;
}

.btn-warning:hover {
    color: #212529 !important;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning {
    color: #fff !important;
    background-color: #fb3 !important;
    border-color:  #fb3 !important;
}

.btn-info:hover {
    color: #212529 !important;
    background-color: #33b5e5 !important;
    border-color: #33b5e5 !important;
}
.btn-info {
    color: #fff;
    background-color: #33b5e5 !important;
    border-color: #33b5e5 !important;
    box-shadow: none;
}

.btn-success:hover {
    color: #212529 !important;
    background-color: #00c851 !important;
    border-color: #00c851 !important;
}
.btn-success {
    color: #fff;
    background-color: #00c851 !important;
    border-color: #00c851 !important;
    box-shadow: none;
}
.btn-primary:hover {
    color: #212529 !important;
    background-color: #4285f4 !important;
    border-color: #4285f4 !important;
}
.btn-primary {
    color: #fff;
    background-color: #4285f4 !important;
    border-color: #4285f4 !important;
    box-shadow: none;
}
.btn-danger:hover {
    color: #212529 !important;
    background-color: #ff3547 !important;
    border-color: #ff3547 !important;
}

.btn-danger {
    color: #fff;
    background-color: #ff3547 !important;
    border-color: #ff3547 !important;
    box-shadow: none;
}

.dropdown-toggle:hover,.dropdown-toggle:focus {
    background-color: #ff3547 !important;
    color:white;
}

.login-page {
    background-image: url('../../../Theme/images/bg/bg-login-2.jpg') !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-logo a {
    color: #ffffff;
}



#anchorTrainingCenterName {
    font-size: 25px;
    color: #fff;
}

.brand-image {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-height: 60px !important;
}

.brand-link {
    padding: 0 !important;
}

/* Loader CSS Starts from here */
.dialog-background {
    background: rgba(248, 247, 216, 0.7);
    /*background: none repeat scroll 0 0 rgba(255, 0, 25, 0.5);*/
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2050;
}

.dialog-loading-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-color: #FFFFFF !important;
    border: 0 none;
    height: 95px;
    left: 47%;
    margin-left: -50px;
    margin-top: -50px;
    position: fixed;
    top: 50%;
    width: 180px;
    z-index: 9999999;
    border-radius: 15px;
    padding: 20px;
}

.dialog-loading-icon {
    background-color: #FFFFFF !important;
    border-radius: 13px;
    display: block;
    height: 100px;
    line-height: 100px;
    margin: 0;
    padding: 1px;
    text-align: center;
    width: 100px;
}

.text {
    color: #fbae17;
    display: inline-block;
    margin-left: 5px;
}

.bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
}

    .bounceball:before {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #fbae17;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-animation: bounce 500ms alternate infinite ease;
        animation: bounce 500ms alternate infinite ease;
    }

@-webkit-keyframes bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }

    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        top: 0;
    }
}

@keyframes bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }

    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        top: 0;
    }
}

/* Loader CSS end to here */

