﻿
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
html{
    height:100%;
    background: linear-gradient(0deg, #dbf3ff, #ecf9ff 80%) no-repeat;
}
body {
    color: #454545;
	margin:0;
	font-family: "Arial",Helvetica,sans-serif;
    font-size: 12px;
	/*background: url(../images/login/bg5.jpg) repeat left center;
    background-color: #d5ecf7 !important;*/
}
ul {
    list-style-type: none;
}
img, fieldset{border: none;}

#login-panelwrap {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 985px;
	margin: 0 auto;
	padding: 35px 0 0;
}
#hdbox{
	width: 965px;
	padding: 5px 10px;
	position: relative;
	background-color: #ffffff;
	margin-bottom: 15px;
	margin-top: 20px;
	border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 8px 0 #639cb7;
}
.university-logo-left {
    position: relative;
}
#lginBox{
	width: 960px;
	position: relative;
	float: left;
	padding: 20px 15px;
	margin-top: 15px;
}
#eaNoti{
	width: 500px;
}
#eaNoti {
    float: right;
    margin: 15px 0 20px;
    width: 500px;
}
.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.eafNoti-lgbx {
    /*background-color: #FFFFFF;*/
    border: 1px solid rgba(26, 92, 124, 0.20);
	border-radius: 5px;
    box-shadow: 0 2px 0 rgba(26, 92, 124, 0.75);
    border-radius: 0 0 3px 5px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px !important;
    z-index: 3;
}
.eafNoti-lgbx .eafNoti-lgbx-logo {
    background-position: 0 -4px;
	background-color: #ebf8ff;
    /*height: 30px;*/
    padding: 7px 12px;
	margin-top: -25px;
	margin-left: 10px;
	margin-bottom: 0px;
    position: relative;
    text-align: left;
	font-size: 23px;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #1a5c7c;
	width: 130px;
}
.eafNoti-lgbx .eafNoti-content {
    padding: 0px;
    position: relative;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
	border-bottom: 1px dashed #b9d6e4;
    display: block;
    margin-bottom: -1px;
    padding: 1px 8px;
    position: relative;
}
a.list-group-item {
	background: url(../images/login/arrow_icon.png) no-repeat 3% center;
    color: #353535;
	font-size: 14px;
	font-family: "sans-serif", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.list-group-item .list-group-item-heading {
    color: #353535;
	text-decoration: none;
}
a.list-group-item:hover, a.list-group-item:focus {
    background-color: #ffffff;
    text-decoration: none;
	color: #1a5c7c;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #428BCA;
    border-color: #428BCA;
    color: #FFFFFF;
    z-index: 2;
}
#eaflg {
    width: 300px !important;
}
.DropDownList{
background-color: #FFFFFF;
    border: 1px solid #A3A3A3;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #444444;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    margin-left: 0;
    padding: 8px 5px;
    margin-bottom: 15px;
    width: 220px;
}
#eaflg {
    float: left;
    margin: 0 0 20px;
    width: 300px;
}
.eaf-lgbx {
    background-color: #FFFFFF;
    /*border: 2px solid rgba(153, 153, 153, 0.75);*/
	box-shadow: 0px 0px 15px 0 #1A5C7C;
    border-radius: 0 0 20px 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px !important;
    z-index: 3;
}
.top {
    position: relative;
}
.eaf-lgbx .eaf-lgbx-logo {
    background-position: 0 -4px;
    background-color: #002a5c;
    /*height: 30px;*/
    padding: 8px 0;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    font-size: 23px;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}
.eaf-lgbx #eafLogin {
    position: relative;
}
#eafLogin {
    padding-top: 0;
	padding-left: 35px;
	padding-right: 35px;
}
.clear {
    clear: both;
}

.eaf-lgbx #inputs {
    padding: 0;
}
#inputs {
    padding-bottom: 18px;
    padding-top: 10px;
}
.eaf-lgbx #inputs input {
    border: 1px solid #BABABA;
    border-radius: 3px;
    font-size: 140% !important;
    height: 23px;
    margin-bottom: 15px;
    padding: 5px;
    width: 208px;
}
.eaf-lgbx #submit {
    padding-bottom: 25px;
}
#submit {
    font-family: arial;
    padding-bottom: 20px;
}
.buttonbrown, a.buttonbrown, buttonbrown{
    border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 5px rgba(255, 138, 0, 0.5);
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    overflow: visible;
    padding: 5px 79px;
    text-decoration: none;
    vertical-align: baseline;
    white-space: nowrap;
    width: auto;
	font-size: 23px;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.buttonbrown {
    min-height: 15px;
}
.buttonbrown, a.buttonbrown, buttonbrown {
    border-color: #e19132 #e19132 #e19132;
}
.buttonbrown, a.buttonbrown, buttonbrown {
    text-shadow: 0 1px 1px #ffb556;
}
.buttonbrown, a.buttonbrown, buttonbrown {
	background: #ffb556 repeat scroll 0 0;
    /*background: -moz-linear-gradient(center top , #07A3E5 0%, #0576A6 100%) repeat scroll 0 0 transparent;*/
}
.buttonbrown:hover, a.buttonbrown:hover, buttonbrown:hover {
	background: #e19132 repeat scroll 0 0;
	border-color: #ffb556;
    /*background: -moz-linear-gradient(center top , #0576A6 0%, #07A3E5 100%) repeat scroll 0 0 transparent;*/
}
.buttonbrown, a.buttonbrown, buttonbrown{
    color: #794303;
}
.buttonbrown:hover, buttonbrown:hover {
    color: #FFFFFF;
}
.error {
    background: none repeat scroll 0 0 #890000;
    border: 1px solid #550000;
    border-radius: 3px;
    box-shadow: 0 0 5px #770000;
    color: #FFFFFF;
    float: left;
    font-size: 11px;
    left: 83%;
    padding: 8px 10px;
    position: absolute;
    text-align: left;
    text-shadow: 0 1px 0 #550000;
    /*top: -5px;*/
    white-space: nowrap;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}