@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,700,300,400);

body { 
font-family: "Open Sans"; 
color:#000000; 
font-size:11px;
margin: 0px;

}

#Password1
{
	
	padding: 10px;
	border: 1px solid rgba(128,128,128,0.5);
	width: 300px;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
} 

#Password1:focus, #Password1:active{
    border-color: #000;	
}
input[type=text]{
	
	padding: 10px;
	border: 1px solid rgba(128,128,128,0.5);
	width: 300px;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
}

input[type=text]:active, input[type=text]:focus{
	border-color: #000;	
}

input[type=submit]
{
    
    background: rgb(80,114, 130);
    background: -moz-linear-gradient(top, rgb(80,114,130) 0%, rgb(36,33,35) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(80,114,130)), color-stop(100%, rgb(36,33,35))); 
    background: -webkit-linear-gradient(top, rgb(80,114,130) 0%, rgb(36, 33, 35) 100%);
    background: -o-linear-gradient(top, rgb(80,114,130) 0%, rgb(36,33,35) 100%);
    background: -ms-linear-gradient(top, rgb(80,114,130) 0%, rgb(36,33,35) 100%);
    background: linear-gradient(to bottom, rgb(80, 114, 130) 0%, rgb(36, 33, 35) 100%);
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    color: rgb(255,255,255);
    cursor: pointer;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#507282', endColorstr='#242123', GradientType=0);
    float:left;
    font-size: 14px;
    line-height:16px;
    min-width:120px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
}   

#RightSide
{
  float: right; 
  width: 50%; 
  height:100%;
  position: absolute; 
  left: 50%;
}

#Table1
{
    float:right;  
    width: 100%;
}

.check_item {
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 5px;
  vertical-align: top;
}
.check_item input[type=checkbox] {
  margin-right: 5px;
  margin-left: 5px;
  width: 14px;
  height: 14px;
}

.select {
  
  vertical-align: top;
  position: relative;
  width: 200px;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  background: #FFF;
  color: #000;
  overflow: hidden;
  background: url("../javascript/select_dn.png") 175px center no-repeat #FFF;
  margin-bottom: 5px;
}
.select .sel_items {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 1px solid rgba(128,128,128,0.5);
  height: 33px;
}
.select .sel_item {
  padding-left: 10px;
  cursor: pointer;
  display: none;
}
.select .sel_item.selected {
  display: block;
}
.select.open {
  overflow: visible;
  z-index: 999;
}
.select.open .sel_items {
  height: auto;
  padding-bottom: 5px;
  background: #FFF;
}
.select.open .sel_item {
  display: block;
}
.select.open .sel_item:hover {
  background: #00adee;
}
.select.openup .sel_items {
  top: auto;
  bottom: 0;
}

#disclaimerDiv,#disclaimerLabel{cursor:pointer;}
#disclaimerDiv{text-decoration:underline;}
#forgetPasswordSpan{
	cursor:pointer;
	text-decoration:underline;
	color:Navy;
}

/*Banner*/
.banner {
    float: left;
    box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.4);
    margin: 10px 10px 10px 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 75px;
    border-radius: 4px;
    width: CALC(100% - 20px);
    padding-left: 60px;
    box-sizing: border-box;
    padding-right: 20px;
}

    .banner:before {
        font-family: FontAwesome;
        padding-right: 20px;
        font-size: 24px;
        display: inline-block;
        float: left;
        margin-left: -40px;
    }

    .banner:not(.skinny):before {
        margin-left: -54px;
    }

    .banner.skinny {
        padding-top: 5px;
        padding-bottom: 5px;
        min-height: 0px;
        padding-top: 6px;
        font-size: 16px;
    }

        .banner.skinny:before {
            margin-top: 0px;
        }

    .banner.error {
        background-color: #fc8c86;
        color: #931919;
    }

        .banner.error:before {
            content: "\f06a";
        }

    .banner:not(.skinny) {
        padding-left: 80px;
    }

        .banner:not(.skinny):before {
            font-size: 36px;
        }

    .banner.success {
        background-color: #caef9c;
        color: #6f954a;
    }

        .banner.success:before {
            content: "\f058";
        }

    .banner.warning {
        background-color: #fce1ac;
        color: #B38808;
    }

        .banner.warning:before {
            content: "\f071";
        }

    .banner.info {
        background-color: #e5f5fa;
        color: #059dc6;
    }

        .banner.info:before {
            content: "\f05a";
        }