html,body{

/*background: url('../images/bg.jpg');*/
background-color: #cadef1 !important;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
height: 100%;
font-family: 'Numans', sans-serif;
}
.top-margin{
	padding-top: 72px !important;
}
.img-border{
	border: 1px solid #FFF;
}
.pagination{
	justify-content: center;
}
.pagination strong{
	color: #df691a;
    padding: 15px;
    background-color: #4e5d6c;
}
.pagination .pagination-link{
	padding: 15px;
    background-color: whitesmoke;
}

/* Loader Css */
#superLoader{
    /*background-color: #ffffff;*/
    background-color:#fcf8e3;
    border: 1px solid #faebcc;
    color:#8a6d3b;
    display: none;
    font-weight: 600;
    left: 50%;
    min-height: 40px;
    padding: 10px;
    position: fixed;
    right: auto;
    top: 200px;
    width: 250px;
    z-index: 99999;
    -webkit-box-shadow: 0 0 3px #faebcc;
    -moz-box-shadow: 0 0 3px #faebcc;
    -ms-box-shadow: 0 0 3px #faebcc;
    -o-box-shadow: 0 0 3px #faebcc;
    box-shadow: 0 0 3px #faebcc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#superLoader img{max-width: 22px;}
#superLoader img, #superLoaderText{display: inline-block;}
#superLoaderText{margin-left: 5px;}
#cover{
    background-color: rgba(255, 255, 255, 0.1);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 90px;
    width: 100%;
    z-index: 9999;
}