﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
}


.table > tbody > tr > td {
    padding: 4px 8px;
}

.mb8 {
    margin-bottom: 8px;
}

.footerFixed {
    position: fixed;
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ededed;
}

table h4 {
    margin: 0px 0px 0px -8px;
    font-size: 15px;
    font-weight: 600;
    padding: 8px;
}

.content-header > h1 {
    margin: 0;
    font-size: 15px;
    color: #444;
    font-weight: 600;
}

.mt5 {
    margin-top: 5px;
}

.footerFixed input {
    height: 29px;
}

.form-bg span {
    display: inline-block;
    float: left;
    margin-right: 4px;
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
}

.form-bg input {
    float: left;
    max-width: 160px;
}

/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 3px; /*border: solid thin #dadada; padding: 2px 6px;  border-radius: 4px;*/
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #0485A3;
            color: #fff;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel button {
        background: #0485A3;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }
/******pagimnation*****/

.recodSet {
    background-color: #daeffd;
    color: #2b6a94;
    font-weight: bold;
    padding: 6px 8px;
    margin-right: 8px;
    border-radius: 6px;
    margin-bottom: 3px;
}

.modal-backdrop {
    background: #000;
}

.modal {
    background: rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.modal-header {
    border-bottom-color: #f4f4f4;
    padding: 10px 15px;
    background: #09545d;
    background: #2d83b4;
    background: -moz-linear-gradient(-45deg,#0093a0 0,#2d83b4 100%);
    background: -webkit-linear-gradient(-45deg,#0093a0 0,#2d83b4 100%);
    background: linear-gradient(135deg,#0093a0 0,#2d83b4 100%);
}

.modal-title {
    color: #fff;
}

#mdlQRCodeDetails .close {
    font-size: 37px;
    font-weight: 200;
    top: 4px;
    color: #fff;
}

#mdlQRCodeDetails .modal-dialog {
    width: 65%;
}

.modal-footer {
    border-top-color: #f4f4f4;
    position: sticky;
    width: 100%;
    bottom: 0px;
    background: #d4d4d4;
    padding: 10px;
    bottom: 0px;
    right:0;
    border-radius:0
}

.QRCodeBG {
    border: solid thin #ccc;
    border-radius: 4px;
    /*min-height: 400px;*/
}

.QRCodeHeader {
    border-bottom: solid thin #ccc;
    text-align: center;
}

    .QRCodeHeader h4 {
        padding: 5px;
        margin: 0px;
    }

.QRCodeBody {
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}

.QRCodeFooter {
    text-align: center;
    border-top: solid thin #ccc;
    padding: 8px;
}

.hrSet {
    margin: 0px 0px 10px 0px;
}
/*responsive*/
@media screen and (max-width:1200px) {
}

@media screen and (max-width:991px) {
}

@media screen and (max-width:768px) {
    .main-header .logo {
        display: none;
    }

    .footerFixed {
        left: 0;
    }
}
#divprintqrsection {
    height: 500px;
}

/*responsive end*/
@media print {
    .modal-backdrop {
        display:none;
    }
    .nodisplay {
        display: none;
        min-height: 600px;
    }
    #divprintqrsection {
        height:600px;
    }
    .displayPrint {
        display: block !important;
        min-height: 600px;
    }
}
    /*@media print {
    .nodisplay {
        display: none;
    }

    .printSamll {
        width: 250px;
        float: left;
        margin-bottom: 20px;
    }

    .printMedium {
        width: 350px;
        float: left;
        margin-bottom: 20px;
    }

    .printLarge {
        width: 450px;
        float: left;
        margin-bottom: 20px;
    }

    footer {
        display: none;
    }
}*/

    #mdlQRCodeDetails .modal-header {
        border-radius: 0;
    }

    #mdlQRCodeDetails .close {
        outline: none;
        border: none;
        background: none;
        top: 23px !important;
    }

    .min-width150 {
        min-width: 150px;
    }

#ToptblProjectwiseQRcode {
    height:68vh;
}

