﻿html {
    height: 100%;
}
.ui-dialog { z-index: 1000 !important ;}
body {
    /*width: 100%;*/
    /*height: 100%;*/
    margin:0px;
    line-height: 1;
    font-family:Calibri,Sans-Serif;
	background-color:rgb(6, 150, 214) !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
ul li {
    list-style-type: circle;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end CSS reset */


#demoMap *:focus,#demoMap *:active
{
	outline:none;
}

.outerMatFixed, .outerMatFlow
{
	z-index:0;
}

#clientContent {
    width:100%;
    max-width: 1150px;
    position:fixed;
    top:10px;
    left:50%;
    /*right:0;*/
    margin-left:auto;
    margin-right:auto;
    transform: translate(-50%);
}

H1,H2,H3,H4 
{
    color:white;
    text-align: center;
}

H1
{
	font-size:36px;	
}
H2
{
	font-size: 28px;	
}
H3
{
	font-size: 18px;
}
H4
{
	font-size: 16px;	
}

.subHead
{
	font-weight:bold;
	font-size:18px;	
    color: #e87525;
}
#wrapper {
    padding-top: 10px;
}

#wrapper a{
    text-decoration: underline;
    color: white;
    
}




.errorMessage
{
	color:Red;
	font-weight:bold;	
}

.loginListBox
{
	font-size:25px;
	height:inherit;
	width: 100%;
    border-style: none;
}
#pnlSplashPage {
    width: 90%;
    margin: auto;
    position: relative;
}
#pnlDBCPrompt {
    left: 10px;
    top: 10px;
    color: white;
    cursor:default;
    z-index:999;
}
.fluid-image {
    display: grid;
    height: 100%;
}

    .fluid-image > img {
        margin: auto;
        display:block;
    }

    .fluid-image #logo {
        max-width: 75%;
        max-height: 15vh;
    }

    .fluid-image #splash {
        max-width: 100%;
        max-height: 60vh;
    }
#mindplayLogo {

}
#divClick {
    position: relative;
    top: 50px;
    /*left: 19px;*/
    width: 100%;
    color: white;
    font-size: 1.8em;
}

.outer-form-container {
    z-index: 1;
    position: relative;
    top: 20%;
    width: 100%;
}

.inner-form-container {
    width: 360px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.60);
    padding: 13px 20px;
    border-radius: 15px;
    border: 1px solid #333;
}

#lblError {
    color: Red;
    font-weight: bold;
    float: right;
    width: 240px;
    margin-top: 5px;
}



#certificateSeal {
    float: left;
    /*width:100px;*/
}

#certificateContainer {
    color: white;
    /*margin-left: 5%*/
    /*width: 55%;*/
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}


#certificateText {

    margin-top: 10px;
    margin-left: 10px;
    display: inline-block;
    text-align: left;
}

img {
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.outer-logo-container {
    width: 100%;
    display:inline-block;
    margin-top:10px;
}

.inner-logo-container {
    margin: auto;
    width: 54%;
}

.inner-logo-container img {
    width: 100%;
}

.form-group label {
    font-size: 1.4em;
    color: #E87525;
}

.form-control {
    font-size: 1.5em;
}

#caps {
    display: none;
    color: red;
    background-color: #ffffff;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
}

#imgGO {
    cursor: pointer;
}

#DigiCertClickID_sp8A1ftM div img{
    width:100px !important;
}

    #DigiCertClickID_sp8A1ftM div img:focus {
        outline: 2px solid blue !important;
        padding: 2px !important;
    }


#DigiCertClickID_sp8A1ftM span a{
    color: #ffffff !important;
}

    #DigiCertClickID_sp8A1ftM span a:focus {
        outline:2px solid blue !important;
        padding:2px !important;
    }

.full-height {
    /*height:100vh;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
}

.form-wrapper{
    max-width: 1150px;
    margin:auto;
}

#divAudio {
    display:none;
}

#imgProg {
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 50px;
    /*background-image: url("images/loading_screen.gif");*/
    background-repeat: no-repeat;
    background-size: contain;
}
