﻿html{
	width:100%;
	height:100%;
}
body {
	margin:0;
	padding:0;
	color:#1f9fce !important;
	/*background: #fbfdff !important;*/
    background: #f3f3f3 !important;
	font-family:Segoe UI !important;
	font-size:14px !important;
	width:100%;
}
.container {
	max-width: 1250px !important;
}
#main{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
}
#wrapper{
	width:100%;
	height:auto;
	margin:0 auto;
	background:#F4F4F5;
}
#login-panel{
	width:500px;
	height:auto;
	background: #fff no-repeat;
	color:#333;
	margin:0 auto;
	/*border:3px solid #1f9fce;*/
    box-shadow: 0px 0px 5px #ccc;
}
.logo{
	margin-top:50px;
	margin-bottom:30px;
}
/*.inner-logo{
	width:32px;
	float:left;
	margin-left:10px;
	margin-right:33px;
}*/
.inner-logo img{
	width:145px;
	height:65px;
}
.top-bar{
	padding-top:10px;
	padding-bottom:2px;
	border-bottom:1px dotted #808080;
	color:#1f9fce;
}
.top-bar h2 {
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 25px;
}
.login-table{
	width:80%;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}
.listing-table td{
	color:#808080;
	font-size:14px;
}
.listing-table .textbox{
	width:100%;
	height:30px;
	border:1px solid #dcdcdc;
	color:#aaa;
}
.forgot{
	color: #808080;
	font-size:12px;
	text-decoration:none;
}
.forgot:hover{
	text-decoration:underline;
	color:#aaa;
}
.btn-submit{
	color:#fff;
	background-color:#1f9fce;
	border:1px solid #1f9fce;
	padding:10px;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	cursor:pointer;
}
#login-footer{
	color:#006492;
	font-size:13px;
	padding:10px;
}
/*#uldiv {
	height: 600px;
	overflow-y: scroll;
}*/
#header{
	/*width:100%;*/
	height:654px;
	position:absolute;
	background:#F5F6F7;
	margin:0 auto;
	box-shadow: -3px 2px 6px #acacac;
	/*margin-top: 6%;*/
	padding: 27px;
	z-index: 999;
	}
#top-navigation{
	width:100%;
	list-style-type:none;
	padding: 0;
	/*display:inline;*/
}
#top-navigation li{
	list-style-type:none;
	/*display:inline;
	float:left;*/
	padding:16px 0px;
}
#top-navigation li a{
	color:#a0a0a0;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#top-navigation li:hover{
	/*border-bottom:3px solid #66a3ff;*/
}
.active{
	border-bottom:3px solid #66a3ff;
}
#middle{
	/*padding-top:27px;*/
	margin:0 auto;
	min-height:500px;
	padding-bottom:50px;
	/*margin-left: 13%;*/
	/*background:#1f9fce;*/
	height: 602px;
}
.top-bar-header{
	/*background-color:#fff;*/
	color:#66a3ff;
	/*padding:15px;*/
	padding-left: 2.9%;
}
.breadcrumbs{
	color:#333;
}
#footer{
	background-color:#1f9fce;
	color:#fff;
	padding:20px;
	text-align:center;
	font-size:12px;
	position: fixed;
bottom: 0;
left: 0;
right: 0;
}
#center-column{
	height:auto;
}
input {
	border:1px solid #1f9fce !important;
}

.loader {
    /*background: url(../img/loader.gif) no-repeat center;*/
    background: url(../img/loader_black.gif) no-repeat center;
    /*background-size: 60px 60px;*/

    background-size: 200px 200px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.9;
    z-index: 100;
    display: none;
}

p{
    color:black !important;
    font-family:inherit;
}
.btn-reset {
    color: #fff;
    background-color: #1f9fce;
    border: 1px solid #1f9fce;
    padding: 10px;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}