﻿/* 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. */

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    font-size: 100%;
    background: url(/images/BKGNDrepeater.png) repeat-x;
    /* background-color: #f9f9f9; */
    font-family: tahoma,verdana,sans-serif;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, h7, p {
    margin: 0;
    padding: 0;
}

h2, h1 {
    color: #283446;
}

header {
    background: url(/images/HeaderRepeater3.png) repeat-x;
    background-size: auto 173px;
    background-position: 0 -10px;
    height: 164px;
    position: relative;
    padding: 0 5px;
    z-index: 1001;
}


#LeftShadowEdge {
    background: url(/images/GlobalSprite.png) no-repeat;
    background-position: -157px 8px;
    float: left;
    width: 31px;
    height: 598px;
    position: absolute;
    left: -31px;
}

#RightShadowEdge {
    background: url(/images/GlobalSprite.png) no-repeat;
    background-position: -188px 8px;
    float: right;
    width: 31px;
    height: 598px;
    position: absolute;
    top: 0;
    right: -31px;
}

.MainLogoH1 {
    margin: 0;
}

    .MainLogoH1 a:after {
        display: block;
        content: "";
        height: 10px;
        top: auto;
        clear: both;
        line-height: 0;
    }

.MHSseal {
    display: block;
    margin-top: 10px;
    width: 100px;
    height: 100px;
    float: right;
    background-image: url(/images/DHA_UBO_Logo.jpg);
    background-size: 100px 100px;
}

.HealthMilLogo {
    display: block;
    margin-top: 0px;
    width: 100px;
    height: 100px;
    float: left;
    background-image: url(/images/MHSseal.png);
    background-size: 100px 100px;
    /* margin-left: 5px; */
}

.visiblyHidden, .hidden, .HiddenHeaders {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}


.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;
}

@media (min-width: 768px) {
  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);
}

.area-shadow {
  box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 15px -4px rgba(31, 73, 125, 0.8);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.btn-large {
  width: 300px;
}

.btm-medium {
  width: 75px;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.procedure-select-width-sm {
    width: 120px;
    text-overflow: ellipsis;
}

.mytext-width-sm {
    width: 60px;
    text-overflow: ellipsis;
}

.center{
  margin: 0 auto !important;
}

.float-left{
  float: left !important;
}
#main-login-page{
  width: 780px;
  margin: 0 auto;
}

.warning-box{
  padding: 0.5em;
    margin: 0.5em;
    border-color: #f6a05b;
    border-style: solid;
    border-width: 1px;
    width: 320px;
    background-color: #fef3eb;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

input.formfield, input.passwordLabel {
	outline: none;
	border: solid 1px #dedede;
	padding: 10px;
}

.center{
  margin:0 auto!important;
}

.text-center{
  text-align: center;
}

.m-b-20{
  margin-bottom: 20px!important;
}

#main-login-page .button {
	color: #3B4D69;
  background-color: #3B4D69;
	font-weight: bold;
	border-width: 2px;
	background: -webkit-linear-gradient(top, #e0e0e0, #FFFFFF);
	background: -moz-linear-gradient(top, #e0e0e0, #FFFFFF);
	background: -o-linear-gradient(top, #e0e0e0, #FFFFFF);
	background: linear-gradient(to top, #e0e0e0, #FFFFFF);
}
#main-login-page .button {
	border-color: white;
	border-radius: 7px;
}

#main-login-page .button:hover {
  border-color: RGB(120,18,22);
}