﻿body {
    /*padding-top: 35px;*/
    /*padding-bottom: 20px;*/
    /*margin: 10px;*/
    overflow-x:hidden
}
.nav-margin{
    margin-bottom:-24px;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.787) url('../images/loader.svg')no-repeat center;
    z-index: 9999;
}
.shadow{
    box-shadow:0px 2px 5px 0px #333;
    background:#eef1f3;
}
.login-shadow {
    box-shadow: 0px 2px 5px 0px #333;
    max-width: 320px;
    background: #eef1f3;
    margin-top: 70px;
}
.login-form-group {
    margin-left: 28px;
    margin-bottom: 1rem;
    max-width: 250px;
}
.login-form-p{
    margin-top:25px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
}
.login-fb{
    float:right;
    margin-top:-45px;
    margin-right:35px;
}
.fb-p{
    margin-left:20px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 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%;
  
}

/*.carousel-item {
    height: 580px;
    margin-top: 0px;
    }
.carousel-item img{
    border-radius:0px;
    height:600px;
    width:1220px;
}*/
/* QR code generator */
#qrCode {
    margin: 25px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width:100%) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
.index-form-group{
    margin-bottom:5px;
    margin-top:5px;
}
.index-h5{
    margin-top:5px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 40px;*/
    background-color: #343A40;
}

    .footer > .cont {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer p{
        margin-bottom:0px;
        margin-top:0px;
    }

html {
    position: relative;
    min-height: 100%;
}

.form-border {
    border: 1px solid #bbb9b9;
    border-radius: 5px;
    padding: 10px 5px 10px 5px;
}

.custom-label {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4285;
    color: #343A40;
}
/*Creating class for glyphicon in username and Password*/
.inner-addon {
    position: relative;
}

.inner-addon .fas {
    position: absolute;
    padding: 10px;
    cursor: pointer;
    color: #999;
    /*pointer-events: none;*/
}
/* align glyph */
.left-addon .fas {
    left: 0px;
}

.right-addon .fas {
    right: 0px;
}
/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.fas {
    /*position: absolute;*/
    cursor: pointer;
}

.table th {
    border-color: white;
    background-color: #0080b8;
    color: #ffffff;
}

.index-table td {
    padding: .25rem !important;
    padding-left: .8rem !important;
    vertical-align: top;
}
.table-th th{
    padding-left:15px;
}

/*Auto-Complete Css*/
ul.ui-autocomplete {
    list-style: none;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.ui-autocomplete {
    width: 100px;
    padding: 0;
    margin: 0;
    z-index: 1000;
    scrollbar-highlight-color: aqua;
}

.ui-autocomplete li {
background: #ffffff;
text-align: left;
cursor: pointer;
}

.ui-autocomplete li:hover {
    background: #0094ff;
}

.ui-autocomplete li a {
    cursor: pointer;
    padding: 6px 10px;
    display: block;
}

.ui-autocomplete li a.ui-state-focus {
    background: #ffd800;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}
.ui-helper-hidden-accessible {
    display: none !important;
}

.dropdown-item:hover {
    color: black;
    background-color: white;

}
.dropdown-item {
    color:white;
}


.navbar-brand {
    /* display: inline-block; */
    /* padding-top: 0.3125rem; */
    /* padding-bottom: 0.3125rem; */
    margin-right: 1rem;
    /* font-size: 1.25rem; */
    line-height: inherit;
    white-space: nowrap;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0rem 0rem;
    }
}
.HeaderRow {
    background-color:powderblue;
}
