﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background: url("../images/gulfLogo202201.png") rgba(36, 58, 149, 1) no-repeat fixed right top;
    background-size: 200px 80px;
    background-position: right 50px;
    background-position-x: right 50px;
    font-family: "Freight Sans", Helvetica, Arial, sans-serif;
    color: white;
}

input[type="text"][disabled] {
    color: red;
    background-color:darkgray;
}

/* 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%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}



.btnInfo {
    width: 10%;
    float: left;
    padding:5px;
    padding-top:6px;
    margin-left:8px;
}
/* AUTO COMPLETE*/

.autocomplete {
    position: relative;
    width: 87%;
    float: left;
    color:black;
    /*    display: inline-block;*/
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

@font-face {
    font-family: "Freight Sans";
    src: url('../Fonts/freightsansprobook-regular-webfont.eot') format("truetype");
    font-weight: normal;
    font-style: normal;
}
.table-hover > tbody > tr:hover {
  background-color: #7f7a94;
}
.datepicker{
	color:black;
}