﻿

/*Set Mandatory Fields Start*/
.modalBodyMandatory {
    background: white;
    width: 50%;
    min-height: 20%;
    margin: 0 auto;
    position: absolute;
    top: 20%;
    left: 30%;
    padding: 10px;
}

.modal-footer {
    float: right;
    padding: 4px;
    font-size: 18px;
}

.modalMask {
    position: fixed;
    background: #80808075;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

/*Set Mandatory Fields End */




/*QR Code start */
.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;
    overflow:auto;
}

.QRCodeFooter {
    text-align: center;
    border-top: solid thin #ccc;
    padding: 8px;
}
.qrsection {overflow:auto;
}


@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;
    }
}

/*QR Code End */








 .box-header .box-title {
        font-size: 15px;
        color: #333;
        font-weight: 500;
    }
    #downloadPanel {
        background: rgba(12,166,120,.1)!important; position:relative;
        border-radius:6px; padding:8px; margin-bottom:10px;
    }
    #downloadPanel h5 {    color: #0ca678!important; margin-top:0px; font-size:15px;}
    #downloadPanel .btn { background:#0ca678!important;}
    .exceSet {    position: absolute;
        right: 12px;
        top: 10px;
        font-size: 32px;
        color: #b8e5d7;
    }
    #uploadPanel {background: rgba(23,162,184,.1)!important; border-radius:6px; padding:8px; position:relative;}
        #uploadPanel h5 {
            color: #17a2b8 !important;
            margin-top: 0px;
            font-size: 15px;
        }
    .uploadSet {    position: absolute;
        right: 20px;
        top: 0px;
        font-size: 32px;
        color: #c3ecf2;
    }
    .round6
    {
        border-radius:6px;
    }
.input-file {
    width: 120px;
    padding: 7px;
}
    .file-path {width: 60%;}

    .clspadding
    {
        padding-top: 8px;
    }