/*My Custom fonts*/
@font-face {
    font-family: "Ekushey-Bangla";
    src:url("../fonts/Ekushey-Bangla.eot") format("eot"),
    url("../fonts/Ekushey-Bangla.woff") format("woff"),
    url("../fonts/Ekushey-Bangla.ttf") format("truetype"),
    url("../fonts/Ekushey-Bangla.svg#Ekushey-Bangla") format('svg');
}

.login-page-body{
    background-image: url("../images/bann2.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-size: auto;
}
.login-form{
    margin: 180px auto;
    border-radius: 8px;
    border: 1px solid #ffffff;
}

.login-form-logo{
    display: block;
    margin: 0 auto 10px auto;
    margin-bottom: 10px;
}



.home-main-content-bg{
    background-image: url("../images/rainbow.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-size: 100% 100%;
}
/*Menu Custom CSS*/
.menu-custom-style{}
.menu-custom-style li{}
.menu-custom-style li ul{
    margin-left: 10px;
    margin-right: 5px;
    /*list-style-type: none;*/
}
.menu-custom-style li ul li{

}
.menu-custom-style li ul li a{
    display: block;
}
.menu-custom-style li ul li a:hover{
    text-decoration: none;
    color: black;
    background-color: #dddddd;
}
.custom-jumbotron{
    margin: 1em 0;
    padding: 1em 1em;
    padding-bottom: 1em;
    border: 1px solid #ffffff;
    /*background-color: pink;*/
    background-color: navy;
    /*background-color: green;*/
}

.table{
    background-color: navy;
    color: yellow;
}

div.dataTables_wrapper div.dataTables_filter label {
    color: yellow;
}

div.dataTables_wrapper div.dataTables_length label {
    color: yellow;
}

div.dataTables_wrapper div.dataTables_info {
    color: yellow;
}
select.form-control:not([size]):not([multiple]){
    background-color: navy;
    color: yellow;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child){
    background-color: navy;
    color: yellow;
}

.form-control{
    color: yellow;
    background-color: navy;
    font-weight: bold;
}

.textarea{
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    font-weight: bold;
}

.bg-pink{background-color: pink;}
.bg-yellow{background-color: yellow;}
.bg-green{background-color: green;}
.bg-navy{background-color: navy;}

.text-pink{color: pink}
.text-yellow{color: yellow}
.text-gree{color: green}
.text-navy{color: navy}

.main-content{
    background-color: green;
    background-color: navy;
    min-height: 425px;
}

/*Header Section*/
.header{
    background-color: navy;
    /*background-color: green;*/
    /*background-color: pink;*/
}

/*Footer Section*/

.footer{
    background-color: navy;
    /*background-color: green;*/
    /*background-color: pink;*/
    border-top: 1px solid #aaaaaa;
}
.footer-link{
    text-decoration: none;
    color: white;
    font-weight: bold;
}
.footer-link:hover{
    text-decoration: none;
}
/*Voucher Section */
.voucher-heading{
    /*background-image: url(../images/dimension.png);*/
    background-color: #aaaaaa;
    color: #ffffff;
    background-position: center center;
    background-repeat: repeat;
}

.print-button{
    position: fixed;
    width: 100px;
    height: 49px;
    bottom: 0px;
    right: 0px;
    border-radius: 0px;
    border: 2px solid yellow;
    background-color: navy;
    font-weight: bold;
    /*color: #1b1e21;*/
    /*background-color: #1c94c4;*/
    z-index: 99999;
}

.print-button:hover{
    background-color: yellow;
    color: navy;
    border: 2px solid navy;
}

/*Loader Section Start*/
#overlay{
    height:100%;
    width:100%;
}
.loader{
    width:100px;
    height:100px;
    /* border:5px solid #dddddd;  */
    border-top:5px solid #444444;
    border-bottom:5px solid #ffffff;
    border-radius:50%;
    background-color:transparent;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-50px;
    margin-top:-50px;
    z-index: 99999999;

    animation: spin 1.5s infinite linear;
}

@keyframes spin{
    from{
        transform: rotate(0deg);
    }to{
         transform: rotate(360deg);
     }
}
/*Loader Section End*/

@media (max-width: 576px) {
    .login-form{
        margin: 60px auto;
    }
    .login-form-logo{
        width: 100%;
    }
}
