﻿
.topInit {
    position: fixed;
    top: 110px;
    z-index: 999;
    width: 95%;
    height: 32px;
}

.top {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 95%;
    height: 32px;
}

.btnLink {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.popover {
    background: #FFFF66 !important;
}

    .popover.right .arrow:after {
        border-right-color: #FFFF66;
    }

.table-font{
    font-size:11px;
}

.signiture{
    font-family:'Vladimir Script';
    font-size:22px;
}

.font-underline{
    text-decoration:underline;
}
.item-header-background-color {
    background-color: rgba(255, 206, 86, 0.2);
}

.div-IE {
    overflow: scroll;
    height: 300px;
    width: 100%
}

.tbl-IE {
    table-layout: fixed;
    border: 1px solid gray;
    border-collapse: collapse;
}

    .tbl-IE thead th {
        background: #FFEDC2;
    }

.tbl-IE tbody tr td{
    border: 1px solid lightgray;
    padding:2px;
}
.item-table {
    font-size: 12px;
    text-align: left;
    position: relative;
    border-collapse: collapse;
}

    .item-table thead th {
        background: #FFEDC2;
        position: sticky;
        top: 31px;
        box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.4);
        z-index: 99;
    }
.font-italic{
    font-style:italic
}
.background-light-gray {
    background-color: #EEEEEE;
}

.aLink{
    text-decoration:underline;
}

label{
    font-size:14px;
}
.list-header{
    background-color: #e5e5e5;
    font-size:12px;
}

.list-body {
    font-size: 14px;
}

.font-bold{
    font-weight:bold;
}
.navbar-bg-color {
    background-color: #0D1A47;
}

.navbar-font-color {
    font: white;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  font-weight: bold;
  font-size:20px;
  font-family: Georgia;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.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: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*loading*/

/* Absolute Center Spinner */
.loading {
    position: fixed;
    display: none;
    z-index: 1031;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.2);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1800ms infinite linear;
            -moz-animation: spinner 1800ms infinite linear;
            -ms-animation: spinner 1800ms infinite linear;
            -o-animation: spinner 1800ms infinite linear;
            animation: spinner 1800ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 150, 0, 0.75) 1.5em 0 0 0, rgba(0, 150, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 150, 0, 0.75) 0 1.5em 0 0, rgba(0, 150, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 150, 0, 0.5) -1.5em 0 0 0, rgba(0, 150, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 150, 0, 0.75) 0 -1.5em 0 0, rgba(0, 150, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 150, 0, 0.75) 1.5em 0 0 0, rgba(0, 150, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 150, 0, 0.75) 0 1.5em 0 0, rgba(0, 150, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 150, 0, 0.75) -1.5em 0 0 0, rgba(0, 150, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 150, 0, 0.75) 0 -1.5em 0 0, rgba(0, 150, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*end of loading icon*/