﻿.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

br {
    display: block;
    margin-top: 10px;
    line-height: 22px;
    content ="";
}
li  {
    padding-left: 5px;
}
#footer {
    background-color: #eee;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 40px;
    margin-bottom: 0px;
}

.bg-noshow {
    /*color: #fff;*/
    background-color: #b542fc;
}

#footer p {padding: 10px;font-size:11px;}

.bs-pagination span { color: blue; font-weight:700;}

.bg-ant {
    background-color:#002a6c; 
}
#iealert {
    background-color: #ff0000;
    position: fixed;
    top: 0%;
    left: 0px;
    right: 0px;
    height: 40px;
    margin-bottom: 0px;
}

#iealert p {
        font-size: 24px;
        color:#FFFFFF;
        text-align:center;
    }

.bs-canvas-overlay {
    opacity: 0;
    z-index: -1;
}



.bs-canvas-overlay {
    opacity: 0;
    z-index: -1;
}

.bs-canvas-overlay.show {
    opacity: 0.85;
    z-index: 1100;
}

.bs-canvas-overlay, .bs-canvas {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
}

.bs-canvas {
    top: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    width: 330px;
}

.bs-canvas-left {
    left: 0;
    margin-left: -330px;
}

.bs-canvas-right {
    right: 0;
    margin-right: -330px;
}