@charset "utf-8";
/* CSS Document */

.InputField input {
	padding-top: 5px;
}
.InputField.Select {
	vertical-align: middle;
}
.InputField.Select select {
	padding-top: -4px;
	padding-bottom: 5px;
	
}
.LoginContainer .InputField.Login input {
	padding-top: 5px;
	height: 22px;
}
.InputField.AddNewFile input{
	padding-top: 5px;
}
.DateRangeContainer input {
	padding-top: 7px;
}
.FolderContainer ul li.DocumentMainFolder {
	margin-bottom: 4px;
	margin-top: 4px;
}
.FolderContainer ul li {
	margin-bottom: 10px;
	margin-top: 0;
}
.InputField.Reports select option {
	background: none;
}
.InputField.ReportsSmall select option {
	background: none;
}
.InputField.Reports select {
	padding-bottom: 5px;
}
.InputField.ReportsSmall select {
	padding-bottom: 5px;
}
.InputField.Registration input {
	background: none;
	border: none;
	float: left;
	width: 280px;
	height: 46px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	padding-top: 15px;
}
.InputField.RegistrationSchool input {
	background: none;
	border: none;
	float: left;
	width: 280px;
	height: 46px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	padding-top: 15px;
}
.InputField.RegistrationCustomURL input {
	background: none;
	border: none;
	float: left;
	width: 372px;
	height: 46px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	padding-top: 15px;
}
.InputFieldBehaviourPopup select {
	-webkit-appearance: none;
	background: none;
	border: none;
	background: transparent;
	float: left;
	width: 84px;
	height: 27px;
	padding-bottom: 3px;
	color: #656263;
	font-size: 14px;
	padding-left: 5px;
}
.AddNewClassGroupDropDown select {
	padding-bottom: 5px;
}

.ButtonEnableNotes span {
	filter:alpha(opacity=0);
	opacity:0; 
	-moz-opacity:0;
}
.ArrowBackground {
	float: left;
	width: 700px;
	height: 50px;
	background: url(../Images/bar-blue.png) top left no-repeat;
	margin-top: 5px;
}
.ArrowBackground.Shadow{
	background: url(../Images/shadow700.png) top left no-repeat;
	height: 26px;
	margin-top: 0px;
}
.ButtonCustom{
	background: #ffffff;
	color: #7d7d7d;
	width: 110px;
	height: 35px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	border-style:solid;
	border-width:2px;
	border-color: #cacaca;
	float: left;
	cursor: pointer;
	font-weight: bold;
	margin-right: 20px;
	margin-bottom: 15px;
	font-size: 16px;
	font-family: 'MyriadProBoldCondensed',Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height: 36px;	
	-webkit-box-shadow: 8px 8px 5px -7px #CACACA;
    -moz-box-shadow: 8px 8px 5px -7px #CACACA;
    box-shadow: 8px 8px 5px -7px #CACACA;	
}
.ButtonCustom span{
	color: #0d5986;
}
 .AttendanceTypeButtonsContainer a.ButtonCustom {
	height: 35px;
	margin-right: 20px;
	padding: 0 15px;
	color: #7d7d7d;
}
.AttendanceTypeButtonsContainer a.ButtonCustom:hover{
	text-decoration: none;
}
a.ButtonCustom:hover{
	text-decoration: none;
}
a.ButtonCustom:visited{
	text-decoration: none;
	color: #7d7d7d;
}

.ButtonCustom.Blue{
	background: #e4edf2;
	padding: 0 15px;
	color: #0d5986;
	margin-bottom: 0px;
	width: 80px;
	line-height: 36px;
}
.AttendanceTypeButtonsContainer a.ButtonCustom.Blue{
	 width: 80px;
	 padding: 0 15px;
}
/* .ButtonCustom.Enable{
	background: #e4edf2;
	color: #0d5986;
	margin-bottom: 0px;
} */
.ButtonCustom.Blue span{
	height: 25px;
	width: 34px;
	/*background: url("../Images/MessageIcon.png") no-repeat;*/
	/*background-position: -5px -6px;*/
	color: transparent;
	margin: 0 3px;
	padding: 0px;
	filter: alpha(opacity=100) !important;
}

.ButtonCustom.Selected{
	background: #7d7d7d;
	color: #ffffff;
}

.ButtonCustom.Blue.Selected{
	background: #0d5986;
	color: #e4edf2;
}

.FullPage{
    float: left;
	width: 100% !important;
	height: auto;
	margin-top: 10px !important;
}

/*.More{
	float: right;
	width: 51px;
	height: 32px;
	background: url(../Images/ButtonTopMenuMoreIE.png) top left no-repeat;
	display: block;
	position:relative;
	cursor: pointer;
}
.More:hover{
	background-position:bottom left;
}
.More.Selected {
    background-position:bottom left;
}*/

/*---------- Button EnableNotes MArkAtt ----------*/

.ButtonCustomEnableNotes{
    background: #e4edf2;
	color: #0d5986;
	width: 80px;
	height: 35px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #cacaca;
	float: left;
	cursor: pointer;
	font-weight: bold;
	margin-right: 20px;
	margin-bottom: 0px;
	font-size: 16px;
	font-family: 'MyriadProBoldCondensed',Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height: 36px;	
	-webkit-box-shadow: 8px 8px 5px -7px #CACACA;
    -moz-box-shadow: 8px 8px 5px -7px #CACACA;
    box-shadow: 8px 8px 5px -7px #CACACA;	
	padding: 0 15px;
}
.AttendanceTypeButtonsContainer a.ButtonCustomEnableNotes{
	height: 35px;
	margin-right: 20px;	
	width: 80px;
	padding: 0 15px;
}
.AttendanceTypeButtonsContainer a.ButtonCustomEnableNotes:hover{
	text-decoration: none;
}
a.ButtonCustomEnableNotes:hover{
	text-decoration: none;
}

.ButtonCustomEnableNotes span{
	height: 25px;
	width: 34px;
	/*background: url("../Images/MessageIcon.png") no-repeat;*/
	/*background-position: -5px -6px;*/
	color: transparent;
	margin: 0 10px;
	padding: 0px;
	filter: alpha(opacity=100) !important;
}

.ButtonCustomEnableNotes.Selected{
	background: #0d5986;
	color: #e4edf2;
}

/*---------- Button EnableNotes MArkAtt End----------*/

.AttendanceTypeButtonsContainer a.ButtonCustom.Blue {
    padding: 0 11px;
    width: 90px;
}

/*Zoom Table*/

.Group_TeachingGroup_Title {
	float: left;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: auto;
	height: 35px;
	margin: 10px 15px 5px 22px; 
	padding-top: 5px;
}
.Group_TeachingGroup_Title.Zoom{
	font-size: 24px;
	color: #f0f0f0;
	height: 38px;
    width: 320px;
}

.Resize{
	/*float: right;
	width: 930px;*/
	float: left;
	width: 99%;
	height: 26px;
	margin-bottom: 5px;
	margin-top: 10px;
	/*margin-right: 10px;*/
}
.Resize.Cover{
	margin-top: 0px;
}
.ArrowLeft.TableResize{
	margin-top: 0px;
	margin-right: 5px;
}
.ArrowRight.TableResize{
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
}
a.ZoomIn{
	float: right;
	display: block;
	width: 26px;
	height: 26px;
	margin-left: 70px;
	background: url(../Images/zoom-in.png) top left no-repeat;
}
.FullPage{
    float: left;
	width: 100% !important;
	height: auto;
	margin-top: 10px;
}
.FullPageContainer{
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.FullPageTop{
	float: left;
	width: 100%;
	height: 60px;
}
.PowerEditTable.tablesorter{
	width: 100%;
	float: left;
	overflow: hidden !important;
}
.ButtonPopUpClose {
	float: right;
	display: block;
	width: 24px;
	height: 24px;
	background: url(../Images/ButtonPopUpClose.png) top left no-repeat;
	margin-right: 15px;
	margin-top: 18px;
	z-index: 100;
	outline: none;
}
.ButtonPopUpClose.Table {
	background: url(../Images/zoom-out.png) top left no-repeat;
	margin-right: 35px;
	float: right;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px !important;
  height: 14px !important;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../BehaviourIcons/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-comment {
  background-position: -240px -120px;
}


  
Select Option {
	/*color : #f0f0f0;
	background : #0f6091;*/
	color : #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}