﻿/* 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;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.custom-file-label
{
    font-size:smaller;
}

.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 {
  /* Margin bottom by footer height */
  margin-bottom: 20px;
  height:100%;
}
/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
     
    height: 60px;
    line-height: 60px; 
    
}*/


.mainlogo{
    background-color:rgb(0,112,192);
    color: white;
    text-align:center;
    vertical-align:central;
}

.mainlogo-image 
{
    font-family: Veranda;
}

.mainlogo-text {
    font: "Bodoni MT Black";
    font-weight: bold;
    font-size: 18px;
    text-align: center;
 
}

.mainlogo-text2 {
    font: "Bodoni MT Black";
    font-weight:bold;
    font-size: 16px;
    text-align: justify;
    margin: 10px 10px 10px 10px;
}

.mainlogo-text3 {
    font: "Bodoni MT Black";
    font-weight: bold;
    color:red;
    font-size: 16px;
    text-align: justify;
    margin: 10px 10px 10px 10px;

}

.servicetype
{
    border-color:black;
    border-style:solid;
    border-width:1px;
    background-color:lightcyan;
}

.passwordrequirements
{
    color: red;
    font-size:x-small;
}

/*#floater {
    position: absolute;
    top: 100px;
    right: 1px;
    width: 100px;
    height: 100px;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    z-index: 1;
}*/

#backtop {
    position: fixed;
    left: auto;
    right: 20px;
    top: auto;
    bottom: 20px;
    outline: none;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: rgba(49,79,96,0.84);
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s linear;
    z-index: 999999;
    opacity: 1;
    display: none;
}

    #backtop:hover {
        background-color: #27CFC3;
    }

    #backtop.mcOut {
        opacity: 0;
    }

/*https://css-tricks.com/snippets/css/sticky-footer/*/

.page-wrap 
{
    min-height: 100%;
    /* equal to footer height */
    /*margin-bottom: -100px;*/
}

    .page-wrap:after {
        content: "";
        display: block;
        border-style:none;
    }

    .site-footer, .page-wrap:after {
        /*height: 100px;*/
    }

.site-footer {
   /*background: rgba(0, 0, 0, .05);*/ 
}

.wrapper1, .wrapper2 {
    width: 100%;
    overflow-x: scroll;
    overflow-y: scroll;
}

.wrapper1 {
    height: 20px;
}

.wrapper2 {
    height: 100%;
}

.div1 {
    width: 80%;
    height: 80%;
}

.div2 {
    width: 100%;
    height: 100%;
    /*background-color: #88FF88;*/
    overflow: auto;
}

alignleft {
    /*float: left;*/
    text-align: left;
    width: 100%;
    text-align: left;
}

.alignright {
    /*float: right;*/
    text-align: right;
    width: 100%;
    text-align: right;
 
}

.center {
    /*margin: auto;
    width: 50%;*/
    text-align: center;
    margin-left: -200px;
}

.message
{
    margin-top:10px;
}

.indent {
    text-indent: 50px;
}

/* menu drop down */

.dropbtn {
    color: white;
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
    padding-top: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 360px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    box-shadow: rgba(0,0,0,0.2);
}

.dropdown-content a {
        color: black;
        padding: 5px 5px;
        text-decoration: none;
        display: block;
    }

/*.dropdown a:hover {
                background-color: #ddd;
            }*/


.show {
    display: block;
}


/* 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. */
/*.footer 
{
    position:sticky;
    position: -webkit-sticky;
    bottom: 0;
    text-align:center;
    width: 100%;
    height: 40px;
    line-height: 30px;
    background-color:black;
    z-index: 1000;
}*/
​​​​​
body {
    ​​​​​ padding-top: 150px;
}

​​​​​
.body-content {
    ​​​​​ min-height: calc(100vh - 110px);
}
​​​​​

.table-fixed thead th {
    ​​​​​position: sticky;
    /*position: -webkit-sticky;*/
    top: 0;
    z-index: 999;
    background-color: #fff;
}

​​​​​
th {
    ​​​​​position: sticky;
    top: 0;
}

​​​​​
/*.btn-primary {
    ​​​​​ background-color: #4B6C9E;
    color: white;
}*/

​​​​​
/*#EligibleDatesPdfModalDialog {
    ​​​​​ position: fixed;
    width: 100%;
    margin: 0;
    padding: 10px;
}*/

​​​​​
input[type=date]::-webkit-inner-spin-button {
    ​​​​​ -webkit-appearance: none;
    display: none;
}

​​​​​
.page-up {
    ​​​​​cursor: pointer;
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: none;
}

​​​​​
.validation-part {
    ​​​​​color: red;
}

#wrap 
{
    min-height: 100%;
}

/*https://stackoverflow.com/questions/18739937/how-to-keep-footer-at-bottom-of-screen*/
#main {
    overflow: auto;
    padding-bottom: 80px;
    /*white-space: nowrap;*/
    /* must be same height as the footer */
}

#footer {
    height: 50px;
    width: 100%;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    left: 0pt;
    background-color: black;
    text-align: center;

    /*height: 50px;
    text-align: center;
    width: 100%;
    clear: both;
    background-color: black;
    text-align: center;
    vertical-align: central;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    box-sizing: border-box;*/
}
​​​​​​​​​​

#footer_contents {
    width: 1000px;
    margin: auto;
    height: 50px;
    box-sizing: border-box;
}