@font-face {
    font-family: JosefinSans;
    src: url(../fonts/JosefinSans-Regular.ttf) format('truetype');
}

body{
    font-family: JosefinSans;
    background-color: #EBF7E3;
}

.wrapper{
    position: relative;
    min-height: 100vh;
    max-width: 100vw;
}

nav{
    position: -webkit-sticky;
    position: sticky !important;
    top: 0px !important;
    z-index: 100 !important;
}

/*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:fixed;
    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*/

/*Header Start*/
.header{
    background-color: #9BD770;
    color: #1B3409;
}
.header h5{
    display: inline-block;
    border-radius: 20px;
    color: #9BD770;
}
.header p{
    font-size: 15px;
}
/*Header End*/

/*Avatar Start*/
.avatar {
    width: 85px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    position: absolute;
    left: 5px;
    top: 5px;
}
/*Avatar End*/

/*Content Start*/
.content{
    color:#1B3409;
    background-color: #EBF7E3;
    padding: 5px;
    /*margin-bottom: 40px !important;*/
}
/*Content End*/

/*Login Form Start*/
.login-form{
    width: 50%;
    margin: 10px auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid #9BD770;
    border-radius: 5px;
}

.registration-form{
    width: 50%;
    margin: 10px auto;
}

@media (max-width: 1000px) {
    .login-form{
        width: 60%;
    }
}

@media (max-width: 840px) {
    .login-form{
        width: 80%;
    }
}

@media (max-width: 610px) {
    .login-form{
        width: 90%;
    }
}

.input-group > .input-group-append > .input-group-text{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #1B3409;
    background-color:  #9BD770;
    border-top: 0px;
    margin-top: 1px;
    cursor: pointer;
    width: 45px;
}
/*Login Form End*/

/*Registration Form Start*/
.my-btn-submit {
    background-color: #9BD770;
    font-weight: bold;
    color: #1B3409;
}
.my-btn-submit:hover{
    color: #9BD770;
    background-color: #1B3409;
}
/*Registration Form End*/

/*Table Start*/
.table thead th, .table tbody td{
    vertical-align: middle;
}
/*Table End*/

/*Footer Start*/
#footer p{
    border-top: 1px solid #9BD770;
    background-color: #1B3409;
    color: #9BD770;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*z-index: 100;*/
    width: 100%;
    text-align: center;
}
.footer-link{
    text-decoration: none;
    color: #9BD770;
    font-weight: bold;
}
.footer-link:hover{
    text-decoration: none;
    color: #66B032;
}
/*Footer End*/

/*Owl carosel start*/
.owl-carousel{
    margin: auto !important;
    margin-bottom: 40px !important;
}
.owl-carousel .item img{
    cursor: pointer;
}
.owl-dot {
    width: 14px;
    height: 14px;
    background: #454545 !important;
    margin-right: 5px;
    border-radius: 50%;
}
.owl-dot:last-of-type{
    margin-right: 2px;
}
.owl-dot:focus{
    outline-style: none;
}
.owl-dots {
    margin: auto;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translatex(-50%);
}
.owl-dots .active{
    background: #ffffff !important;
    outline-style: none;
}

.owl-nav .owl-prev, .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    color: #ffffff !important;
    background-color: rgba(0,0,0,0.4) !important;
}
.owl-nav .owl-prev:hover, .owl-next:hover{
    background-color: rgba(0,0,0,0.8) !important;
}
.owl-nav .owl-next {
    right: 0%;
    border-radius: 7px 0px 0px 7px;
}
.owl-nav .owl-next:focus{
    outline-style: none !important;
}
.owl-nav .owl-prev{
    border-radius: 0px 7px 7px 0px;
}
.owl-nav .owl-prev:focus{
    outline-style: none !important;
}

/*.owl-carousel .owl-stage-outer {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    -webkit-transform: translate3d(0,0,0);*/
/*    margin-bottom: 41px;*/
/*}*/

.item{
    position: relative;
}
.item .slide-caption {
    position: absolute;
    bottom: 5%;
    width: 80%;
    overflow: hidden;
    left: 50%;
    background: rgba(0,0,0,0.4);
    transform: translateX(-50%);
    text-align: center;
    border-radius: 10px;
    color: #fff;
    padding-top: 15px;
}
/*Owl carosel End*/

/*Invoice Print*/
.invoice {
    width: 900px;
    position: relative;
    height: 340mm;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #000000;
}
.invoice-header{
    text-align: center;
}
.invoice-info table td, .invoice-info table th{
    border: none !important;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #000000 !important;
}

.invoice-content table thead th{
    border-color: #000000;
    color: #000000 !important;
    font-size: 1.1em;
}

.invoice-content table tbody td, .invoice-content table tfoot th{
    padding-top: 3px;
    padding-bottom: 3px;
    border-color: #000000;
    color: #000000 !important;
}
.invoice-content table tfoot th{
    border: none !important;
}


.invoice-footer{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 90%;
    transform: translateX(5%);
}

/*Sticker Section Start*/

/*Sticker Section End*/

@media print {
    #header, #footer, #invoicePrintButton, #newPayment, #avatar, #close, #profile, button, a, input, .no-print{display: none !important;}
    .scrollToTop{ display: none !important; }
    .invoice{
        padding-top: 40px;
        color: #000000;
        box-sizing: border-box;
        width: 880px;
        height: 333mm;
        border: none;
    }

    .invoice-footer{
        bottom: -70px;
    }

    .card{
        border: none !important;
    }
}

@page  {
    size: auto;
    margin: 0mm;
    margin-left: -10mm;
    margin-right: -10mm;
    margin-top: 3mm;
    /*border: none;*/
}

