﻿/*= GENERAL STYLING
--------------------------------------------------------*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
}

h1 { 
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;  
	font-weight:normal;
	font-size: 55px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}

h2 {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;  
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
}

h3 {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;  
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    margin: 5px 0;
    padding: 0;
    z-index: 1;
    position: relative;
    color: #fff;
}

.txtred { color: red; }
.center { margin: 0 auto; }
.small  { font-size: medium; }
.content{ margin: 0 auto; width: 70%; }

.clear { clear: both; }
a.lpanel { float: left; color: #e1e1e1; font-size: 12px; font-family:"Open Sans"; text-decoration: none; margin: 7px 11px; }
a.rpanel { float: right; color: #e1e1e1;  font-size: 12px; font-family:"Open Sans"; text-decoration: none; margin: 7px 11px; padding: 7px 20px 0px 40px;}

a.lpanel:hover{ color: #fff; }
a.rpanel:hover{ color: #fff; }

/* ---------------------------------------------------------------------------- */
/* Styled Input Button                                                          */
/* ---------------------------------------------------------------------------- */
.btn {    
  background-color: #d14545;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e97171), to(#d14545));
  background-image: -webkit-linear-gradient(top, #e97171, #d14545);
  background-image: -moz-linear-gradient(top, #e97171, #d14545);
  background-image: -ms-linear-gradient(top, #e97171, #d14545);
  background-image: -o-linear-gradient(top, #e97171, #d14545);
  background-image: linear-gradient(top, #e97171, #d14545);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
  border: 1px solid #7e1515;
  height: 25px;
  padding: 0;
  width: 55px;
  cursor: pointer;
  font: bold 10px Arial, Helvetica;
  color: #fff;
}

.btn:hover,
.btn:focus {    
  background-color: #e97171;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d14545), to(#e97171));
  background-image: -webkit-linear-gradient(top, #d14545, #e97171);
  background-image: -moz-linear-gradient(top, #d14545, #e97171);
  background-image: -ms-linear-gradient(top, #d14545, #e97171);
  background-image: -o-linear-gradient(top, #d14545, #e97171);
  background-image: linear-gradient(top, #d14545, #e97171);
} 

.btn:active {   
  outline: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;   
}

.btn::-moz-focus-inner {
  border: none;
}

.btn2
{
  width: 120px;  
}
/* ---------------------------------------------------------------------------- */

/*= HEADER & NAVIGATION
--------------------------------------------------------*/
#header { 
	width: 100%; 
	background: url('../images/default_login/header-bg.png'); 
	height: 80px; 	
	position: fixed;
	margin-top: 30px;
}

#nav  { width: 410px; float: right; margin-top: 20px; }
#logo { color: #fff; text-decoration: none; float: left; font-size: 30px; margin-top: 10px; color: #fff; font-family:"Open Sans"; font-weight: bold; }

#nav ul{ list-style: none; display: block; margin: 0 auto; list-style: none; }
#nav li{ margin-top: 9px; float: left; padding-left: 21px; }
#nav li a { color: #fff; opacity:0.6; font-size: 16px; text-decoration: none; font-family: 'Open Sans'; }
#nav li a.active { color: #fff; opacity:1; border-bottom: 2px solid #fff; }
#nav li a:hover { color: #fff; opacity:1;  }

.Log_In_Form{
    padding:20px;
    background-color: white;
    width: 350px;
    /*margin: 20px auto;*/
    border-radius: 10px;
    border: solid 1px grey;
}
.Log_In_Form_BG{
    padding:10px;
    margin: 0 auto;
    width: 380px;       
    background: rgba(36,36,36,.5);
    border-radius: 10px;
    border: solid 1px grey;
}
.center_up{    
    margin-left: 30px;
}
/*= QUOTES AND SOME ELEMENTS
--------------------------------------------------------*/
.quotes {   
   font-family: 'Goudy Bookletter 1911', serif;
   font-weight: normal;
   font-size: 30px;
   text-align: left;
   margin: 50px auto;
   color: #808080;
}
   
.author_name_white { font-family:"Open Sans";  margin: 70px 0 0 75px; color: #fff; font-size: 20px; }  
.author_name_gray { font-family:"Open Sans";  margin: 70px 0 0 75px; color: #94a4a4; font-size: 20px; }  
.quotes_container { width: 800px; margin: 0 auto; }

#divider { background: url('../images/default_login/divider_grey.png')no-repeat; width: 300px; height: 35px; margin: 0px auto 27px auto; }
#ribbon { background: url('../images/default_login/ribbon_grey.png')no-repeat; width: 251px; height: 48px; margin: 0 auto;  display: block; position: relative; top: -38px; }

/*= BUTTONS
--------------------------------------------------------*/
button.btn-know { 
	padding: 15px 47px; 
	margin: 40px 38.8%;
	text-align: center;
	border: 4px solid #fff; 
	color: #fff; 
	background: transparent; 
	font-size: 19px;
	cursor: pointer;
	text-shadow: -1px 2px 0px rgba(90, 90, 90, 0.56);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.btn-know:hover { background: #fff; color: transparent; }

/*= SLIDES STYLING
--------------------------------------------------------*/
#slide1, #slide2, #slide3, #slide4 { width: 100%; }
#slide1{
	background-color: #174a7c !important;
	color: #333333;
	height: 269px;
	margin: 0 auto;
	overflow: hidden;
	/*padding: 200px 0 150px 0;*/
    padding: 143px 0 0 0;
	
}
h1.slide1_title_block{
    font-size: 45px;    
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;    
    padding-top: 108px;
    padding-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: left;    
    font-weight: 500;
    line-height: 1.1em;    
    position: absolute;
}
#slide1_left{
    width: 50%;
    height: 269px;    
    float:left;
    text-align: center;
    vertical-align: middle;
    line-height: 269px;       /* the same as your div height */
}
#slide1_right{
    width: 50%;
    height: 269px;
    background:url('../images/default_login/slide1.jpg') 25% 0 no-repeat;
    float: right;
    background-size: cover;
}

#slide2{	
	background-color: #ddddde !important;
	color: #333333;
	height: 75px;
	padding: 0px 0;
    display: block;
}

h2.Caseline_Title {     
    text-align: left;

    padding-top: 10px;
    padding-bottom: 10px;

    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight:300;   
    font-size: 50px;
    color: #174a7c;    
    line-height: 1.1em;
    padding-bottom: 0;
}
sup.rgstr-tm.text_symbolsub {
    bottom: 1.5em;
}
.rgstr-tm {
    font-size: 14px;
}
sup, sub {
    position: relative;
    height: 0;
    line-height: 1;
    vertical-align: baseline;
}

#subhead{
    text-align: left;   
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;    
    font-size: 32px;
    font-weight: 500;
    color: #174a7c;    
    line-height: 1.1em;
    padding-bottom: 10px;
}
#subsubhead{
    text-align: left;        
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;    
    color: #333;  
    font-size: 24px; 
    font-weight: 500;
    line-height: 1.1em;
    padding-bottom: 10px;
}
#chatter{
    text-align: left; 
    line-height: 1.7em;       
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;  
    font-weight: 500;  
    color: #000;      
    padding-bottom: 10px;
}

#slide3{	
	background-color: #fff;
	color: #333333;
	height: 275px;
	padding: 20px 0;
    min-width: 1060px;
}

#slide3_row{
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;

    text-align: left;
	position: relative;
	width: 80%;
	max-width: 1080px;
	margin: auto;

    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
}
#slide3_col1{  
    width: 50%;  
    float:left;
    text-align: left;
    padding-right: 10px;    
    border-right: 1px solid #ddddde;
}
#slide3_col2{   
    float:left; 
    text-align: left;
    margin-left: 20px;
}

.login_inputbox{
    

    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    background-color: #e7e8e9;     
    border: 1px solid #949596;
    color: #4e4e4e;
    font-size: 16px;
    height: 46px;
    padding: 0 10px;
    width: 100%;
    margin: 5px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    line-height: 46px;
    background-color: #fff;

    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;

    width: 268px;
    height:46px;
}

.form_button{
    background-color: #f26531 !important;
    color: #ffffff !important;
    font-size: 24px !important;
    border: none !important;
    margin: 10px 0 10px 0;
    cursor: pointer;
    width: 260px;
    height: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
}

.slide4{	
	background-color: #fff;
	color: #333333;
	height: 53px;
	padding: 0px 0;
}


/* ---------------------------------------------------------------------------- */
/* footer */
/* ---------------------------------------------------------------------------- */
#main-footer {
    min-width: 1060px;
}

h1.casesystems {
    font-size:18px; 
    color:#012b61; 
    margin:0px; 
    padding:0px; 
    text-transform:uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', 'Lucida Grande', 'Segoe UI', Arial, Helvetica, Verdana, sans-serif;
    text-align: right;
}

p.small_footer {
  margin-top: 0em;
  margin-bottom: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  line-height: 15px;
}

#footer 
{
    clear: both;
    background-color:#808080;
    width: 100%;
    height: 130px;	
	text-align:right;	
	font-size: 12px;    
	margin-top:20px;
    margin-bottom:0px;	
    border-top: 1px solid black;
    font-family: 'Open Sans', 'Helvetica Neue', 'Lucida Grande', 'Segoe UI', Arial, Helvetica, Verdana, sans-serif;  
    color: #555555;
}	
.footer-left {
	margin: 10px 0 0 220px;
	float:left;
	text-align:left;			
}
.footer-right {
	margin: 0 220px 5px 0;
	float:right;
	text-align:right;		
}
/* ---------------------------------------------------------------------------- */
fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

a.forgotpwd:link    { color: blue; font-family:Arial; font-size: small;}
a.forgotpwd:visited { color: blue; font-family:Arial; font-size: small;}
a.forgotpwd:hover   { color: blue; text-decoration: none; font-family:Arial; font-size: small;}
a.forgotpwd:active  { color: blue; font-family:Arial; font-size: small;}