﻿body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;*/
    font-family: Arial !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    /*color: #333;
    background-color: #fff;*/
    color: #212529;
    text-align: left;
    background-color: #fff;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
.reporttable {
    border-collapse: collapse;
    width: 100%;
}

    .reporttable th, .reporttable td {
        text-align: left;
        padding-top:3px;
        padding-left:3px;
        padding-right:3px;
        padding-bottom: 5px;
        font-size: 13px;
        border-bottom: 1px solid #ddd;
        vertical-align: top;
    }

.reporttable tr:hover {
    background-color: #f2f2f2;
}
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

#text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 12px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 100px; /* Location of the box */   
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 80%;
}

/* Modal Header */
.modal-header {
    padding: 2px 2px;
    background-color: #e0e0e0;
    color: #2b669a;
}


/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}


.buttonload {
    background-color: white; /* Green background */
    border: none; /* Remove borders */
    color: #4CAF50; /* White text */
    padding: 2px 2px 2px 2px; /* Some padding */
    font-size: 13px; /* Set a font-size */
}

/* Add a right margin to each icon */
.fa {
    margin-left: 0px;
    margin-right: 0px;
}
.loadermodal {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../Images/ajax-loader.gif') no-repeat 50%;
}
h4, .h4 {
    font-size: inherit;
}

.btn.cancelbtn {
    background-color: #FBFBFB !important;
    color: #7394BE !important;
    border: 1px solid !important;
    border-color: #ECEEF2 !important;
    min-width: 80px !important;
}

.btn.custombtn {
    background-color: #68c1e9;
    border: none;
    color: white;
    padding: 8px 10px;
    font-size: 12px;
    cursor: pointer;
    min-width: 80px;
}

.btn.custombtn2 {
    background-color: #68c1e9;
    border: none;
    color: white;
    /*  padding: 8px 10px;*/
    font-size: 12px;
    cursor: pointer;
    min-width: 80px;
}

.custombtn:hover {
    color: black;
}

.form-control-sm.customcontrol {
    font-size: 12px;
    padding-bottom: 0px;
}

.form-select-sm.customcontrol {
    font-size: 12px;
    padding-bottom: 0px;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    /* height: 60px;*/
    background-color: #f5f5f5;
}
.copyright {
    text-align: center;
    font-size: 9px;
}

.Pointer {
    cursor: pointer;
}