﻿.portal-body{
	position:absolute;
	left:0px;
	top:0px;
	vertical-align:top;
	width:100%;
	height:100%;
}

.portal-top{
	position:absolute;
	top:0px;
	left:0px;
	height:100px;
	width:100%;
	border-bottom:solid 2px white;
	background-size: 100%;
}

.portal-top-logo {
    display: none;
}

.portal-top-title{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100px;
	border-bottom:solid 2px white;
	background-color:#41578b;
	background: linear-gradient(to bottom, rgba(65,87,139,0.3) 0%,rgba(65,87,139,0.9) 100%),
        url(../Images/maryland_flag2.jpg);
	background-size: 100%;
	text-align:center;
}

.portal-top-welcome{
	position:absolute;
	right:0px;
	top:10px;
	width:450px;
	font-size:12pt;
	color:white;
	text-align:right;
	margin: 0 30px 0 0;
}

.portal-top-welcome a{
	color:white;
}

.portal-top-welcome SPAN {
    color: rgba(255,255,255,0.5);
    user-select: none;
    padding: 0 0.4em 0;
}

.portal-bottom{
	position:absolute;
	left:0px;
	top:100px;
	width:100%;
	height:calc(100% - 100px);
}

bwf-data{
}

.portal-bottom-content{
	position:absolute;
	left:0px;
	top:0px;
	min-height: 100%;
	width:100%;
	background-image: linear-gradient(to right, rgba(255,255,255,0.8) 0%,rgba(229,229,229,.9) 100%),
					url("../images/WatermarkSeal2.png"); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-image: url("../Images/WatermarkSeal2.png");
	background-size: calc(100vw - 140px);
	background-repeat: no-repeat;
	background-position-y: calc(50% + 50px);
	background-position-x: calc(50% + 75px);
	background-attachment: fixed;
}

.portal-bottom-content.landscape {
    background-size: calc(100vh - 100px);
}

.organization{
	/*text-shadow:0 0 10px white, 0 0 10px white;*/
	color: rgba(255,255,255,0.0);
	background-image: url(../Images/dpscs-title.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	font-size:30pt;
	height:50px;
	white-space: nowrap;
}

@media  (max-width: 1150px) {
    .organization {
        font-size: 3.5vw; /*Scales to fit in remaining width*/
    }
}

.application{
	/*text-shadow:0 0 10px white, 0 0 10px white;*/
	text-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	color: white;
	font-size:24pt;
}

.disclaimer{
    margin: 50px auto 0;
    width: 500px;
    text-align: center;
}

.disclaimer > p {
    text-align: justify;
    line-height: 1em;
}

.disclaimer > input {
    width: 150px;
    padding: 4px 0;
}

.disclaimer > input[value=Accept] {
    margin-right: 5em;
}

.default-pane{
    margin:10% auto 0; 
    width:500px;
    font-size:16pt;
}

.form-group{
    font-size:16pt;
    width:250px;
}
.login{
    margin:10% auto 0; 
    width:250px;
    font-size:16pt;
}

.dpscs-seal{
	width:123px;
	height:83px;
}
html{
	height:100%;
	background-color:#efefef;
}

body{
	background-color:#efefef;
}

li a.nav-link{
    color:white;
    font-size:12pt;
    margin-left:10px;
}
li a{
	color:white;
}

.overlay {
    background: #aaa;
    background-image: url(../Images/grain.png);
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.portal-bottom-content.blur {
    /*-webkit-filter: blur(2px);
    filter: blur(2px);*/
}

.overlay > #loading-img {
    /*background: url(../Images/loading.gif) center center no-repeat;*/
    height: 100%;
    z-index: 20;
}

.overlay > #loading-img div.maskedCircle {
    /*Spinning circle*/
    width: 40px;
    height: 40px;
    border-radius: 22px;
    border: 6px solid white;
}

.overlay > #loading-img div.mask {
    /*Spinning circle mask*/
    width: 44px;
    height: 22px;
    overflow: hidden;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.overlay > #loading-img div.spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s infinite linear;
}

HR {
	height: 3px;
	background-color: #ccc;
}