﻿.main-menu
{
	height: 35px;
	width: 100%;
	background-color: #004089;
	clear: both;
	border-top: 1px solid rgb(241, 241, 241);
}
.main-menu ul > li
{
	color: white;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin: 5px;
	margin-top: 8px;
	text-transform: uppercase;
	position: relative;
	font-size: 9pt;
	line-height: 20px;
}
.main-menu > ul > li:before
{
	background: url('images/menuseparator.png') center center no-repeat;
	position: absolute;
	content: ' ';
	top: -5px;
	left: -7px;
	width: 5px;
	height: 29px;
}
.main-menu > ul > li:first-child:before
{
	background: none;
}
.main-menu ul > li > a, .main-menu ul > li > ul > li > a
{
	color: rgb(228, 228, 228);
	text-decoration: none;
	font-weight: bold;
}
.main-menu ul > li > a:hover, .main-menu ul > li > ul > li > a:hover
{
	text-decoration: underline;
}
.dv-contain
{
	border: 1px solid #acacac;
	margin: 5px 15px 0 15px;
	min-height: 500px;
}
.banner-login
{
	height: 90px;
	width: 100%;
	background-color: #0050aa;
}
.main-login
{
}
.dv-log
{
	width: 370px;
	margin: 0 auto;
	margin-top: 70px;
}
.lg_top
{
	background-image: url('images/lg_top.gif');
	background-repeat: no-repeat;
}
.lg_cen
{
	background-image: url('images/lg_cen.gif');
	background-repeat: repeat-y;
	padding: 30px 0 10px 30px;
}
.lg_bot
{
	background-image: url('images/lg_bot.gif');
	background-repeat: no-repeat;
}
.footer-login
{
	width: 100%;
	height: 90px;
	background-color: #d0ebff;
	position: absolute;
	bottom: 0;
}
/*View*/
.main
{
	min-height: 500px;
	width: 1024px;
	margin: 0 auto;
	border: 1px solid #D3D3D3;
	margin-bottom: 10px;
	box-shadow: 0 2px 7px #ddd;
	moz-box-shadow: 0 2px 7px #d7d7d7;
	-webkit-box-shadow: 0 2px 7px #d7d7d7;
}
.banner
{
	height: 100%;
	width: 1024px;
	margin: 0 auto;
	background-image: url('images/banner.png');
}
.dv-header
{
	height: 140px;
    width: 100%;
    background: #a3bdd6;
    /* background-image: url('images/bg-header.png'); */
    background-repeat: repeat-x;
    background-image: url('images/banner.png');
    background-position: center;
    background-repeat: no-repeat;
}
.content-admin
{
	min-height: 500px;
	clear: both;
	border: 1px solid #ccc;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
}
.bg-footer
{
	bottom: 0;
	width: 100%;
}
.footer
{
	width: 1024px;
	height: 100px;
	background-image: url('images/bg-footer.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	vertical-align: bottom;
	border: 1px solid #D3D3D3;
	margin-bottom: 10px;
	box-shadow: 0 2px 7px #ddd;
	moz-box-shadow: 0 2px 7px #d7d7d7;
	-webkit-box-shadow: 0 2px 7px #d7d7d7;
}

.time-title
{
	margin-bottom: 5px;
	text-transform: uppercase;
	color: rgb(104, 104, 104);
}
.dv-question
{
	font-weight: bold;
	font-size: 20px;
	margin: 5px 0 20px 0;
	color: #0045c6;
}
.sp-question
{
	font-weight: normal;
	font-size: 20px;
	margin-left: 10px;
}
.sp-time-title
{
	font-size: 16px;
}
.sp-number-question
{
	font-size: 16px;
	font-weight: bold;
	color: #0045c6;
}
.table th, .table td
{
	/*border-bottom: 1px solid #dddddd;*/
}

.title-display
{
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
.main-question
{
	margin: 5px;
	width: 100%;
}
.find
{
	margin-bottom: 10px;
	border: 1px solid rgb(216, 216, 216);
	padding: 10px;
}
table-add-question
{
	border-collapse: inherit;
	border-spacing: 10px;
}
.none-table
{
	display: none !important;
}
.title-test
{
	color: #0045c6;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 17px;
}
.fsize_16
{
	font-size: 16px;
}
.div-title
{
	background: none repeat scroll 0 0 #EFEFF0;
	padding: 20px;
	position: relative;
	z-index: 10;
}
.div-title-home-test
{
	padding: 20px;
	position: relative;
	z-index: 10;
}
.validation
{
	float: right;
	margin-top: 0px;
	color: #f00;
}
.finished
{
	font-weight: bold;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.lb-result
{
	font-size: 17px;
	margin: 4px;
}
.numeber-as
{
	font-weight: bold;
	font-size: 20px;
	color: #0045c6;
}
/*assessment*/
.area-d1
{
	max-width: 100%;
	min-width: 100%;
	border: none !important;
	box-shadow: none !important;
}
.divAutoComplete ul
{
	text-align: left;
}
/*end assessment*/

/*End View*/
.delete-border tr td
{
	border: none;
}
.info
{
	
}
.calender
{
	
}
.fontsize17px
{
	font-size:17px;
}
.table-calender
{
	border-collapse:initial !important;
	border-spacing:20px !important;
	}
	.menu-context
	{
		 position: absolute;
  z-index: 1000;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  /*-webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;*/
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
		}