@CHARSET "UTF-8";

/**
 * Vigil for Preview Demo style css file.
 */
 
/** Common */

.color-bg-documill-blue {
	color-background: #003366;
}

.color-bg-documill-gray {
	color-background: #e6e6e6;
}

.color-bg-documill-red {
	color-background: #FF3366;
}

.container-centered {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.container-full-width {
	width: 100%;
	max-width: 100%;
}

body#public {
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	background:#fff;
	margin: 0px;
}

.main {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #777777;
	width: 100%;
}
 
div.auth-form-public {

}

div.report-area {
	display: none;
	position: fixed;
	background: #222;
	color: #fff;
	font-size: 17px;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
	width: 100%;
	height: 66px;
	left: 0;
	top: 0;
	z-index: 10000;
}

div.report-area span {
	line-height: 66px;
	vertical-align: middle;
	margin-left: 15px;
}

a.report-ok-button {
	position: absolute;
	color: #000;
	background-color: #f1d600;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	padding: 8px 25px;
	cursor: pointer;
	text-align:center;
	display:block;
	max-width: 120px;
	font-weight: bold;
	top: 14px;
	right: 14px;
}

div.login {
	background-color: #FF3366;
	color: #fff;
	width: 100%;
}

#login-title {
	font-size: 23px;
}

div.auth-form {
	font-size: 17px;
	padding: 50px 30px;
}

table#login-table {
	padding: 10px 0;
}

table#login-table input {
	font-size: 17px;
	min-height: 35px;
	width: 100%;
}

table#login-table input.login-text-input {
	border-color: transparent;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 13pt;
	min-height: 35px;
  padding-right: 10px;
  padding-left: 10px;
	width: 100%;
	min-width: 150px;
}

div.auth-form #forgot {
	display: none;
}

div.auth-form #passwd-label {
	margin-left: 20px;
}

div.auth-form #passwd {
	margin-left: 20px;
}

div.auth-form #passwd {
	margin-left: 20px;
}

div.auth-form #post-login {
	margin-left: 40px;
}

div.auth-form #registration-info input {
	margin-left: 20px;
}

div.auth-form #registration-info td {
	vertical-align: middle;
}

div.auth-form #login-table {
	width: 70%;
}

div.auth-form .registration-text-input {
  border: 1px solid #FF3366;
  border-radius: 2px;
  box-sizing: border-box;
  min-height: 32px;
  padding: 0 7px;
  width: 302px;
}

div#login-header {
	text-transform: uppercase;
}

div.auth-header {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.auth-form .register-button,
.auth-form .submit-button {
	margin-top: 10px;
}

.auth-form #registration-info {
	margin-top: 30px;
}

.auth-form a.forgot-password {
	float: right;
}

.contact-container {
	background-color: #ff3366;
	color: #fff;
	padding: 8px 0;
	text-align: center;
	width: 100%;
}

.contact-text {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
}

.contact-text a {
	color: white;
	text-decoration: none;
}

.contact-text a:hover {
	color: #fff;
	text-decoration: underline;
}

.hidden {
	display: none;
}

.links-container {
	background-color: #003366;
	min-height: 230px;
	width: 100%;
}

.links-wrapper {
	color: #fff;
	display: flex;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin: 0px auto;
	max-width: 1230px;
	overflow: hidden;
	padding-top: 55px;
}

.links-column {
	float: left;
	flex: 0;
}

.links-column-middle {
	display: flex;
	flex-direction: row; 
  flex: 1; 
}

.links-column div.links-sub-column {
	padding: 0 15px;
	flex: 1;
}

.links-column div.links-sub-column p.links-title {
	font-weight: bold;
	margin-top: 0;
}

.links-column div.links-sub-column a {
	color: white;
	text-decoration: none;
}

.links-column div.links-sub-column a:hover {
	color: #ff3366;
}

.links-column-contact {
	width: 175px;
	padding: 0 15px;
}

.links-column-logos {
	padding: 0 15px;
	min-width: 160px;
}

.links-column-logos div.footer-logo img {
	width: 55px;
}

.links-column-logos div.footer-copyright {
	font-weight: bold;
}

.links-column-logos div.footer-some-links {
	margin-top: 15px;
	white-space: nowrap;
}

.links-column-logos div.footer-some-links img {
	margin-right: 5px;
	opacity: 1;
}

.submission-errors {
	font-weight: bold;
	color: red;
}

/* Errors for login form. */
#login-form-public-wrap .submission-errors {
  color: #fff;
}

/* Errors for registration form. */
.registration .submission-errors {
  position: relative;
  left: 35px;
}

.submission-status {
	font-weight: bold;
	color: white;
	display: none;
}

.auth-form #try {
	margin-left: 20px;
}

#register-submit {
}

.required-color {
	color: red;
}

/*.required:after
{
	content: " *";
	color: red;
}*/

.styled-button {
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #FF3366;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	padding: 4px 35px;
	text-align: center;
	text-transform: uppercase;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  white-space: nowrap;
}

.styled-button:hover {
	background-color: #FF3366;
	color: #fff;
	border: 1px solid white;
}

.reversestyled-button {
	background-color: #FF3366;
	border: 1px solid #FF3366;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	padding: 4px 14px;
	text-align: center;
	text-transform: uppercase;
	user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  white-space: nowrap;
}

.reversestyled-button:hover {
	background-color: #fff;
	color: #FF3366;
}

#register-scroll-button {
  border: 1px solid #fff;
  margin-left: 30px;
}

select.styledSelect {
	background-color: grey;
	height: 26px;
	border-radius: 2px;
	color: white;
	border: 0px;
	cursor: pointer;
}

select.styledSelect:hover {
	background-color: #124AFF;
}

option.styledOption {
	color: white;
	background-color: #124AFF;
}

option.styledOption:hover {
	background-color: #333333;
}
	
.left-area {
	padding-left: 40px;
	padding-right: 20px;
	/*margin-top: 40px;*/
	overflow: hidden;
	text-overflow: ellipsis;
}

.clear {
	clear: both;
}

.footer {
	position: static;
	bottom: 0px;
}

#lang-select {
	display: none;
}

.lang-select-container {
	/* Hide the language selection. */
	display: none;
	float: right;
	margin-top: 30px;
}

/* DPS Documill header css */

#logo-div {
	border-bottom: 4px solid #003366;
	width: 100%;
}

#logo-wrap {
	position: relative;
}

a.logo {
	display: block;
	margin: 10px;
}

a.logo img {
	width: 90px;
}

#title-header {
	min-height: 250px;
	height: 250px;
	width: 100%;
	background-color: #fff;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin: 0px auto;
}

#title-header #title-wrap {
	color: #003366;
	font-family: 'Open Sans', sans-serif;
	padding-top: 10px;
	padding-left: 40px;
}

#title-wrap .title {
	font-family: 'Titillium Web', sans-serif;
	font-size: 34px;
	font-weight: bold;
}

#title-wrap .sub-title {
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	line-height: 1.2em;
}

.preview-description {
	background-color: #e6e6e6;
	color: #003366;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	text-align: center;
}

.preview-description {
	background-color: #e6e6e6;
	width: 100%;
	max-width: 100%;
}
	
.description-wrap {
	color: #003366;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.preview-description .description-title {
	padding-top: 60px;
	font-size: 24px;
	font-weight: 600;
}

.preview-description .description-text {
	font-size: 20px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 50px;
	padding-top: 20px;
	color: #000;
}

#registration-form-container {
	background-color: #e6e6e6;
	min-height: 500px;
	max-width: 100%;
	padding: 20px 0;
	width: 100%;
}

#registration-form-wrapper {
	width: 850px;
	margin: 0px auto;
}

#registration-form-wrapper label {
	color: #FF3366;
}

#registration-form-wrapper #registration-title {
	color: #003366;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}

#registration-form-container .separator-row {
  line-height: 4px;
}

#registration-form-container #registration-left {
	float: left;
	position: relative;
	max-width: 330px;
}

#registration-form-container #registration-right {
	float: right;
	max-width: 400px;
	padding: 20px 0;
}

/* If the screen is too narrow, hide the "computer" image and center the 
   registration box. */
@media screen and (max-width: 880px) {
  #registration-left {
    display: none !important;
  }
  
  #registration-right {
    float: none !important;
    margin: 0 auto;
  }
  
  #registration-form-wrapper {
    width: auto !important;
  }
}

@media screen and (max-device-width: 880px) {
  #registration-left {
    display: none !important;
  }
  
  #registration-right {
    float: none !important;
    margin: 0 auto;
  }
  
  #registration-form-wrapper {
    width: auto !important;
  }
}

#registration-form-container .deviceImage {
	position:relative;
	top:70px;
}

#registration-form-container .computer {
	position: relative;
	margin-top: 70px;
}

#registration-form-container .computer img {
	left: 35px;
  position: relative;
  width: 380px;
}

#registration-form-container .registration-description {
  font-family: 'Open sans', sans-serif;
  font-size: 20px;
}

#registration-form-container .registration-subtitle {
  font-family: 'Open sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 10px;
}

#second-description {
	background-color: #fff;
	width: 100%;
}

h2 {
	 color: #555555;
}
