/* general styles
------------------------------- */
body { 
  margin:0; 
  padding:0; 
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 1em;
  font-family: Arial,Helvetica,sans-serif;
  color: #515559;
}
img { 
  border:none; 
  max-width: 50%;
  padding: 20px;
}
/* login box 
------------------------------- */
div.page-container {
  position:absolute;
  left: 0px;
  width:100%;
  padding-top: 3.125rem;
}
div.dialog {
	width: 450pt;
    max-width: 50%;
    background-color: #d8e3eb;
    min-width: 320px;
    padding: 1.5%;
    border: 1px dotted #c2c2c2;
    margin: 0 auto;
}
div.dialog-content {
	text-align: left;
	background-color:white;
	padding: 30px;
	display: block!important;
}
.dialog-header {
  margin:0; 
  color:#48c6e7; 
  font-size:22px; 
  font-weight:100;
  background: none;
}
div.dialog-header-content { 
  display:block; 
  color:#fff; 
  font-weight: 200;
}

div#productImage {
	text-align: center;
	padding:20px
}

p {
	margin:0; padding:0; 
}
div.dialog-body {
    padding: 40px;
}
.product-name {
	padding: 0px 0px 0px 40px;						 
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #005C84;
}
.dialog-footer-content {
	background: white;
    padding: 15px;
}
.button-container.content {
    margin: 30px 0px 10px 0px;
}
.button-container button, .btn { 
	border-radius: 0.1875rem;
    font-family: Arial,Helvetica,sans-serif;
    font-size: .95rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.625rem;
    padding: 0 1.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #0077A0;
    color: #fff;
    border: solid 0.0625rem #0077A0;
    float: right;
	padding: 5px 20px;
	margin: 5px;
	cursor: pointer;
}
.button-container button:hover {
    background-color: #00c6d7;
    border: solid 0.0625rem #00c6d7;
}

.title {
	font-family: Verdana, sans-serif, Arial;
    color: #004157;
    margin: 0px 0px 20px 0px;
}

.content.subheader {
    margin: 0px 0px 10px 0px;
}

.input-box label {
	display:None;
}
.input-box input {		  
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #B8CAD6;
    width: 100%;
    font-family: Arial,Helvetica,sans-serif;
    font-style: italic;
    font-size: 1em;
    color: #515559;
    background: #fff;
    border-radius: 3px;
	padding:10px;
}
input:focus {
  border: 2px solid #b2d6e2!important;
  outline:none;
  border-radius: 3px;
}
	

.input-box{
	width: 100%;
}
.factor-toggle {
    float: right;
    margin: 2px;
    font-size: 0.9em;
	cursor: pointer;
    text-decoration: underline;

}
.factor-toggle:hover {
    color: #00c6d7;
}


.hide-element, .no-product-name, .no-product-image, .no-cripple, .no-bottom-custom-icons {
	display: none; 
}

p.error {
    color: #cccccc;
    font-size: 13px;
    margin: 0;
    padding: 0 0 18px;
}
#logoutmsg, #logoutmsgsub { color:#fff; }
.error h1 { padding-bottom:20px; }
.help p { margin:0; padding:20px 0 0 0; font-size:11px; }
.help a { color:#cccccc; text-decoration:none; }
.help a:hover { color:#fff; }
.image-custom-link, .login-custom-link {
  display: inline;
}
.image-custom-link a {
  padding: 0;
}
.image-custom-link a:hover {
  color: #fff;  
  background-color: transparent;
  display: inline;
  padding: 0;
}
.image-custom-link img {
  height: 0;
  width: 0;
}
#loginCustomLink1 {
  float: right;
}

.user-message-container, .user-message-container a, .login-warning {
    color: #DC2230;
    border: 1px solid #B8CAD6;
    margin-top: 95px;
    border-radius: 0.1875rem;
    padding: 10px;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:800px) {
  div.page-container { 
    position: static;
    top: 0;
    margin: 0;
	padding-top: 0;
  }
  div.dialog {
    width: auto;
    margin: 0;
    max-width: 100%;

  }
  .button-container.content {
	  display: grid;	  
  }


}