/* RedWhale Additions */

.loginContainer{
    width: 100%;
    margin-top:10px;
}

.loginControls{
    position: relative;
    margin-top: 42%;
}

.loginForm{
    display: flex;
    justify-content: center;
    height: 100vh;
    min-width: 345px;
    max-width: 380px;
    background-color: rgba(255, 255, 255, .95);
}

.top_background {
    display: block;
    min-height: 60px;
    background-color: #F4F4F4;
    border-bottom: 1px solid D8DDE6;
}

.loginOptions{
	color: #0070D2; 
	font-size: 12px; 
	font-weight: bold;
	text-decoration:none;
	margin-left:190px;
}

.text_color{
  color: #16325C;
}

#text_logo {
  margin-top: 100px;
  text-align: center;
  margin-bottom: 16px;
}

#text_logo img 
{
  margin:0px;
  height: 70px;
  vertical-align: middle;
}

.release-label {
  font-size: 13px;
  color: #0069AB;
  text-align: center;
  text-transform: uppercase;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.release-label:before {
  content: "FALL 2021";
}

.loginSalesControls{
	top: 225px; 
	width: 100%; 
	text-align: center;
	margin-top: 64px;
}

.loginButton {
	background-color: #135EAB !important;
	margin: 5px 0px;
	padding: 8px 0px;
	border: 1px solid #135EAB !important;
	cursor: pointer;
	text-align: center; 
	font-size: 14px; 
	position: relative;
	width:344px;
	height:44px;
	margin-top: 32px;
	margin-bottom: 32px;
	border-radius: 4px;
}

.login-message-box{
	color: #ffffff;
	background-image: url();	
}

.CMnlogo { 
	position:relative;
	background-image: url(../image/modeln-logo.png);
	height: 80px; 
	width:235px;
	background-repeat: no-repeat;
	background-position: center; 
}

.loginBox {
    position: relative;
    width: 344px;
    padding: 8px 5px;
    margin: 5px 0px;
    height: 44px;
    font-size: 12px;
    margin-bottom: 16px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.selectBox {
    width: 235px;
    margin: 5px 0px;
    height: 33px;
    font-size: 12px;
}

#login_header 
{
    height:57px;
    width:100%;
    background-image:url(../image/login_header_bg_slice.gif);
    background-repeat:repeat-x;
}

#login_footer 
{
    text-align:center;
	width:100%;	
    font-size:10px;
    font-family:Tahoma;
    color:#666666;	
}

#login-footer-border 
{    
    height:4px;
    width:100%;
    background-image:url(../image/footer_slice.png);
    background-repeat:repeat-x;
	background-position:bottom;
}

#login_footer_links    
    {
    text-align:center;
    font-size:10px;
    font-family:Tahoma;
    color:#666666;
}


#login_footer_links  a 
{
    color:#246AC1;
}

#login-footer a 
{
    color:#246AC1;
}

.div-center 
{
    text-align:center;
}

.error-page-message 
{
    font-size:18px;
    padding-left:10px;
}

.error-page-url 
{
    font-size:12px;
    line-height:14px;
    padding-left:10px;
}

.error-page-return 
{
    font-size:12px;
    line-height:36px;
    padding-left:10px;
}

.error-page-return-link
{
    color:#246AC1;
}

.positioning-table 
{
    width:100%;
    height:100%;
}

.element-table 
{
    margin-left:auto; 
    margin-right:auto; 
    margin-top:200px;
}

.login_labels {

font-family:Tahoma;
font-size:11px;
font-weight:bold;

text-align:left;
}


/* End of RedWhale Additions */


.text
{
    font-size:          15px;
    text-align:         left;
    border:             1px solid rgb(0,0,0);   
}

.topMessage
{
    font-size:          18px;
    font-weight:        bold;
    color:              rgb(0,64,128);  
    vertical-align:     70%;
    height:             18px;
}

.tdHeadingBoundry 
{ 
  background-color: #CCCCCC; 
  border: #003366 solid; 
  border-width: 1px 1px 0px
}

.tdBoundingBox 
{  
  background-color: #CCCCCC; 
  border: #003366 solid 1px; 
}

.blockLabel
{  
    font-family: 'Helvetica Neue', arial, helvetica, sans-serifserif; 
    font-size: 10px; 
    font-weight: bold; 
    color: #003366; 
    text-align: right
}

.sidebarInfo 
{  
    font-family: 'Helvetica Neue', arial, helvetica, sans-serifserif; 
    font-size: 11px; 
    
    color: #000000; 
    text-decoration: none; 
    text-align: right
}

.blockHeading 
{  
    font-family: 'Helvetica Neue', arial, helvetica, sans-serifserif; 
   font-size: 12px; color: #003366; 
   font-weight: bold
}

.tableHeader
{
    background:         #336699;    
    font-size:		15px;
    font-weight:        bold;
    color:              rgb(255,255,255);
    height:             30px;
   
}

td.tablerow1
{
    background:         rgb(234,242,255);
    font-size:          13px;
}

td.tablerow0
{
    background:         rgb(255,255,255);
    font-size:          13px;
}

tr.tablerow1 
{
    background:         rgb(234,242,255);
    font-size:          13px;
}

tr.tablerow0
{
    background:         rgb(255,255,255);
    font-size:          13px;
}

.message
{
   font-size:          13px;
   text-align:         left;
   color: green; 
}

a         {text-decoration: none;}
a:link    {color: #0070D2; text-decoration: none !important;}
a:visited {color: #0070D2; outline: none;}
a:hover   {color: #0070D2; text-decoration: underline;}
a:active  {color: #0070D2; outline: none;}

body {
  background: #ffffff;
  /* min-width: 985px; */
  vertical-align:middle;
  font-size: 11px;
  font-family:'Helvetica Neue', arial, helvetica, sans-serifserif;
  padding: 0;
  margin: 0;
}

#mainBody{
/* min-width: 985px; */
}

success-box 
{
    /* border: solid 1px #419014; */
    margin-top:5px;
    margin-bottom:10px;
    padding:10px;
}

.success-box-icon 
{
    width:20px;
    padding:4px;  
}

.error-box 
{
    /* border: solid 3px #D0011B; */
    background-color:#F8CBCB;
    margin-top:5px;
    margin-bottom:10px;
/*     width:600px; */
}
.error-box-label 
{
    font-weight:bold;
    font-size:12px;
    width:62px;
    padding-left:10px;
}
.error-box-messages 
{
/*     color:#C40000; */
    font-size:11px;
    font-family:'Helvetica Neue', arial, helvetica, sans-serifserif; 
}
.error-box-messages .tab-label
{
    color:#C40000;
    font-weight:bold;
}
.error-box-messages li
{
    padding-left:15px;
}
.error-box-messages li.current-tab 
{
    background-image:url(../image/arrow_orange_selected.png);
}
.error-box-messages .current-tab-text 
{
    padding-right:15px;
    background-image:url(../image/arrow_orange_left_selected.png);
    background-position:right 5px;
    background-repeat:no-repeat;
}

img 
{
    padding: 0;
    margin: 0;
    border: none;   
}

img.icon-standard 
{
    vertical-align: middle;
}

div 
{
    padding: 0;
    margin: 0;   
}

td
{
   font-family: 'Helvetica Neue', arial, helvetica, sans-serifserif;
   font-size  : 13px;
}

/* RedWhale edit */

input, textarea, select {
    font-family: 'Helvetica Neue', arial, helvetica, sans-serifserif;
    font-size:12px;
    line-height:normal;
    background-color:#ffffff;
}
input:not([type="image" i]), textarea {
    box-sizing: border-box;
}
input {
    /*height:20px;*/
    background-color:transparent;   
}
input[type=checkbox]{
    border:none;
}

/* Arctic Fox image styling */
.foreground-image {
  object-fit: cover;
  bottom: 0px;
  position: absolute;
  height: 42%;
  width: 50%;
  background: transparent;
}

/* Arctic Fox label styling */
.foreground-text {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 10px;
  color: #3A4458;
  font-style: Italic;
  position: absolute;
  bottom: 110px;
  left: 240px;
} 

/* remove the foreground-image portion when the screen is vertically or horizontally too small */
@media(max-height: 890px), (max-width: 992px) {
  .foreground-image {
    display: none;
  }
  .foreground-text {
    display: none;
  }
}

