﻿body {
    padding-top: 50px;
    /*padding-bottom: 20px;*/
}

/* 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: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    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%;
}
.btn.custombtn {
    background-color: #68c1e9;
    border: none;
    color: white;
    padding: 8px 10px;
    font-size: 12px;
    cursor: pointer;
    min-width: 80px;
}

.custombtn:hover {
    color: black;
}
.container-fluid .text-muted {
    margin: 20px 0;
    font-size: 12px;
}
.Pointer {
    cursor: pointer;
}
.highlight {
    font-weight: bold;
    text-decoration: underline;
}
.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.MenuLinkColor {
    color: #000000 !important;
}
