﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

/*label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}*/

/* Clear floats after the columns */
/*.row:after {
    content: "";
    display: table;
    clear: both;
}*/


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}*/

@media (min-width: 780px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Verdana,Helvetica,Arial,sans-serif;
    background: #184a61;
    background: -moz-linear-gradient(top,#8fb8e1 0%,#184a61 80%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#8fb8e1),color-stop(80%,#184a61));
    background: -webkit-linear-gradient(top,#8fb8e1 0%,#184a61 80%);
    background: -o-linear-gradient(top,#8fb8e1 0%,#184a61 80%);
    background: -ms-linear-gradient(top,#8fb8e1 0%,#184a61 80%);
    background: linear-gradient(top,#8fb8e1 0%,#184a61 80%);
    background-image: radial-gradient(closest-side at 30% 20%,#fff, #184a61);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,startColorstr=#8fb8e1,endColorstr=#184a61)";
}

header {
    width: 100%;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

/*.required {
    font-size: large;
    color: #fe0101;
}*/

.footer {
    position: sticky;
    bottom: 0;
    width: 80%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 40px;
    line-height: 50px; /* Vertically center the text there */
}


.menubutton {
    background: url(../Images/image.gif) no-repeat top left;
    display: block;
    width: 150px;
    height: 150px;
    text-indent: -9999px; /* hides the link text */
}

.footerOther {
    position: sticky;
    bottom: 0;
    width: 80%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 40px;
    line-height: 100px; /* Vertically center the text there */
}


.logo-img {
    float: left;
    margin-right: 20px;
}

.nav-item :hover {
    background-color: #13030f;
}

.font-white {
    color: #fff;
}

.outer-content-shadow {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0px 10px 0px;
    background: url(/images/content-shadow.png) no-repeat top center;
    background-size: cover;
}

.outer-content-wrapper {
    width: 98%;
    margin: 0 auto;
    background: #FFFFFF;
    min-height: 700px;
}

.pad-right20 {
    padding-right: 20px;
}

.back-white {
    background-color: #fff;
}

.hidden {
    visibility: hidden;
}

#list {
    width: 100%;
}

.loaderHolder {
    padding-left: 40%;
    padding-top: 20%;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*Menu styles*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 40px;
        left: 10%;
        width: 250px;
        margin-top: -1px;
        background: #184a61;
    }
/*End menu styles*/
.weekend {
    background-color: #feffc9;
}

.workday {
    background-color: #fff;
}

.comment {
    border-bottom: 1px solid #808080;
}

.padright20 {
    padding-right: 2-px;
}

.img-size3030 {
    width: 30px;
    height: 30px;
}

.custom-alert {
    min-width: 100%;
    min-height: 200px;
    position: absolute;
}

.valid-int {
}

.bgclose {
    background-image: url("../images/close.png");
    background-size: auto;
}

.roundborder {
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
}

.message {
    color: maroon;
    text-align: center;
    height: 40px;
    width: 250px;
    vertical-align: middle;
    background-color: #fff;
    opacity: 1;
}

.messagerestrict {
    color: maroon;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    background-color: #fff;
    opacity: 1;
}

._btn-lg {
    padding: 5px 5px;
    font-size: 0.6em;
    line-height: 1.3333333;
    border-radius: 6px;
}
@media (min-width: 768px) {
    ._btn-lg {
        padding: 10px 16px;
        font-size: 0.8em;
        line-height: 1.4;
        border-radius: 6px;
    }
}
@media (min-width: 991px) {
    ._btn-lg {
        padding: 10px 16px;
        font-size: 1.0em;
        line-height: 1.6;
        border-radius: 6px;
    }
}

._heading {
    margin: 14px;
    font-size: 16px !important;
    font-family: Helvetica, sans-serif;
    color: white !important;
}
@media (min-width: 768px) {
    ._heading {
        margin: 10px;
        font-size: 24px !important;
        font-family: Helvetica, sans-serif;
        color:white !important;
    }
}
@media (min-width: 1200px) {
    ._heading {
        margin: 10px;
        font-size: 36px !important;
        font-family: Helvetica, sans-serif;
        color: white !important;
    }
}

._left {
    float:none;
}

@media (min-width: 768px) {
    ._left {
        float: left;
    }
}

._left_1000 {
    float: none;
}

@media (min-width: 1000px) {
    ._left_1000 {
        float: left;
    }
}

.webgrid-table {
    font-family: "Helvetica, sans-serif";
    font-size: 14px;
    width: 100%;
    display: table;
    border-collapse: separate;
    border: solid 0.5px grey;
    background-color: white;
}

    .webgrid-table td, th {
        border: 0.5px solid grey;
        padding: 2px;
    }

.webgrid-header {
    background-color: #f9f9f9;
    color: #184a61 !important;
    padding: 4px !important;
    text-align: left;
    line-height: 15px;
}

.webgrid-footer {
}

.webgrid-row-style {
    padding: 4px !important;
    line-height: 15px;
}

.webgrid-alternating-row {
    background-color: #EAF2D3;
    padding: 2px;
}


   
