body	{
	/*		background-image:url(../images/back.jpg);
	background-color:#effeee;*/
		font-size:12px;
		}

#headerdive{
	background: #4989bd;
  background: -moz-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51bbd2), color-stop(100%, #2d97af));
  background: -webkit-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: -o-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: -ms-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: linear-gradient(to bottom, #51bbd2 0%, #2d97af 100%);
}

.input-box{
	display:block;  width:50%;
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.428571429;
	color:#555;
	background-color:#fff;
	background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#ad-menu{
	float:right;
	margin-top:1.2%;
	margin-right:1.5%;
}

.dropdown ul.dropdown-menu {
    width:170px;
	margin-top:13%;
}
.dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}
.dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}

.glyphicon { margin-right:10px; }
#pannel-menu { padding:0px; }
#pannel-menu table tr td { padding-left: 15px }
#pannel-menu .table {margin-bottom: 0px; }

#btn{
	border-style:none;background-color:white;height:20px;color: #4989bd;width: auto;padding-left: 0px;
}

.err-msg { font-size:small; font-style:italic; color:red; }
#tr{
	background-color:lightblue;
	color:white;font-weight:bold;
}

#footer	{
			background-color:#000000;
			text-align:center;
			color:#669966;
			width:102%;
			height:10%;
			margin-bottom:1%;
			margin-left:-1%;
			margin-right:-1%;

		}
#inside_footer{
			text-align:center;
			color:#000000;
			width:100%;
			line-height:3;
			float:left;
			margin-top:8%;

		}
#main_center{
			background-image:inherit;
			width:100%;
			height:auto;
			margin-top:3%;
			margin-bottom:1%;
		}
#left-panel{
			background-color:inherit;
			height:100%;
			width:20%;
			float:left;
			margin-left:0.5%;
		}

#inside-left-panel{
	width:100%;
	background-color:inherit;
	height:100%;
	position:relative;
	filter:alpha(opacity = 10);
	opacity:0.9;
}

#right-panel{
			height:auto;
			width:74.5%;
			float:left;
			margin-left:3%;
			opacity:0.9;
		}

.cssload-preloader {
	color:#4989bd;
	font-family: Arial, Tahoma;
	position: absolute;
	top: 460px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	display: box;
		display: -o-box;
		display: -ms-box;
		display: -webkit-box;
		display: -moz-box;
	display: flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: -moz-flex;
	box-pack: center;
		-o-box-pack: center;
		-ms-box-pack: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
	justify-content: center;
		-o-justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
	box-align: center;
		-o-box-align: center;
		-ms-box-align: center;
		-webkit-box-align: center;
		-moz-box-align: center;
	align-items: center;
		-o-align-items: center;
		-ms-align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
	transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
	perspective: 0px;
		-o-perspective: 0px;
		-ms-perspective: 0px;
		-webkit-perspective: 0px;
		-moz-perspective: 0px;
	overflow: hidden;
	animation: wobble 5.75s ease-in-out infinite;
		-o-animation: wobble 5.75s ease-in-out infinite;
		-ms-animation: wobble 5.75s ease-in-out infinite;
		-webkit-animation: wobble 5.75s ease-in-out infinite;
		-moz-animation: wobble 5.75s ease-in-out infinite;
	padding-bottom: 0em;
}


.cssload-preloader > span {
	font-size: 0px;
	animation: 5.75s ease-in-out infinite;
		-o-animation: 5.75s ease-in-out infinite;
		-ms-animation: 5.75s ease-in-out infinite;
		-webkit-animation: 5.75s ease-in-out infinite;
		-moz-animation: 5.75s ease-in-out infinite;
	color: transparent;
	text-shadow: 0 0 0px rgb(0,0,0);
}
span:nth-child(-n+3) {
	animation-delay: -2.88s;
		-o-animation-delay: -2.88s;
		-ms-animation-delay: -2.88s;
		-webkit-animation-delay: -2.88s;
		-moz-animation-delay: -2.88s;
}

span:nth-child(1),
span:nth-last-child(1) {
	animation-name: blur-1;
		-o-animation-name: blur-1;
		-ms-animation-name: blur-1;
		-webkit-animation-name: blur-1;
		-moz-animation-name: blur-1;
}



span:nth-child(2),
span:nth-last-child(2) {
	animation-name: blur-2;
		-o-animation-name: blur-2;
		-ms-animation-name: blur-2;
		-webkit-animation-name: blur-2;
		-moz-animation-name: blur-2;
}



span:nth-child(3),
span:nth-last-child(3) {
	animation-name: blur-3;
		-o-animation-name: blur-3;
		-ms-animation-name: blur-3;
		-webkit-animation-name: blur-3;
		-moz-animation-name: blur-3;
}
@keyframes blur-1 {
	50% {
		text-shadow: 0 0 0.15em rgb(0,0,0);
	}
}

@-o-keyframes blur-1 {
	50% {
		text-shadow: 0 0 0.15em rgb(0,0,0);
	}
}

@-ms-keyframes blur-1 {
	50% {
		text-shadow: 0 0 0.15em rgb(0,0,0);
	}
}

@-webkit-keyframes blur-1 {
	50% {
		text-shadow: 0 0 0.15em rgb(0,0,0);
	}
}

@-moz-keyframes blur-1 {
	50% {
		text-shadow: 0 0 0.15em rgb(0,0,0);
	}
}

@keyframes blur-2 {
	50% {
		text-shadow: 0 0 0.075em rgb(0,0,0);
	}
}

@-o-keyframes blur-2 {
	50% {
		text-shadow: 0 0 0.075em rgb(0,0,0);
	}
}

@-ms-keyframes blur-2 {
	50% {
		text-shadow: 0 0 0.075em rgb(0,0,0);
	}
}

@-webkit-keyframes blur-2 {
	50% {
		text-shadow: 0 0 0.075em rgb(0,0,0);
	}
}

@-moz-keyframes blur-2 {
	50% {
		text-shadow: 0 0 0.075em rgb(0,0,0);
	}
}

@keyframes blur-3 {
	50% {
		text-shadow: 0 0 0.05em rgb(0,0,0);
	}
}

@-o-keyframes blur-3 {
	50% {
		text-shadow: 0 0 0.05em rgb(0,0,0);
	}
}

@-ms-keyframes blur-3 {
	50% {
		text-shadow: 0 0 0.05em rgb(0,0,0);
	}
}

@-webkit-keyframes blur-3 {
	50% {
		text-shadow: 0 0 0.05em rgb(0,0,0);
	}
}

@-moz-keyframes blur-3 {
	50% {
		text-shadow: 0 0 0.05em rgb(0,0,0);
	}
}

@keyframes wobble {
	from, to {
		transform: rotateY(-45deg);
	}
	50% {
		transform: rotateY(45deg);
	}
}

@-o-keyframes wobble {
	from, to {
		-o-transform: rotateY(-45deg);
	}
	50% {
		-o-transform: rotateY(45deg);
	}
}

@-ms-keyframes wobble {
	from, to {
		-ms-transform: rotateY(-45deg);
	}
	50% {
		-ms-transform: rotateY(45deg);
	}
}

@-webkit-keyframes wobble {
	from, to {
		-webkit-transform: rotateY(-45deg);
	}
	50% {
		-webkit-transform: rotateY(45deg);
	}
}

@-moz-keyframes wobble {
	from, to {
		-moz-transform: rotateY(-45deg);
	}
	50% {
		-moz-transform: rotateY(45deg);
	}
}

#grade-setting{
	margin-top:1%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:1%;
	width:98%;
}

#search_box{
			width:30%;
			margin-top:1%;
			font-family:'Times new roman';
			font-size:	15px;
			margin-left:30%;
			float:left;
			padding-left:	20px;
		}
  #enjoy-css {
	height:2%;
	width:100%;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px 28px 5px 10px;
   border: 1px solid #4989bd;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font: normal 16px/normal "Times New Roman", Times, serif;
  color: #4989bd;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 0 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 195ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 195ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 195ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 195ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transform: rotateY(0.4270422049deg)   ;
  transform: rotateY(0.4270422049deg)   ;
}

#edit-box{
	display: inline-block;
  -webkit-box-sizing: content-box;
	  -moz-box-sizing: content-box;
	  box-sizing: content-box;
	 height: 20px;
	padding-left: 10px;
	width:95%;
	  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 16px/normal "Times New Roman", Times, serif;
  color: rgba(56,59,61,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px -4px rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px -4px rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

#small-edit-box{
	display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 30px;
   height: 20px;
padding-left: 10px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 16px/normal "Times New Roman", Times, serif;
  color: rgba(56,59,61,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px -4px rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px -4px rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.small-edit-box{
	display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 30px;
   height: 20px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 16px/normal "Times New Roman", Times, serif;
  color: rgba(56,59,61,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px -4px rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px -4px rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

#btn_1{
	border-style : none;  background: rgb(255,255,255);color: red; border: 1px solid red;
}
#btn_2{
	border-style : none;  background: rgb(255,255,255);color: #4989bd; border: 1px solid #4989bd;border-radius: 48px;
}

#middle-edit-box{
	display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 126px;
  height: 20px;
padding-left: 10px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 16px/normal "Times New Roman", Times, serif;
  color: rgba(56,59,61,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px -4px rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px -4px rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.middle-edit-box{
	display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 126px;
  height: 20px;
padding-left: 10px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 16px/normal "Times New Roman", Times, serif;
  color: rgba(56,59,61,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px -4px rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px -4px rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

#number-box{
	display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 126px;
  height: 20px;
  padding-left: 10px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 16px/normal "Times New Roman", Times, serif;
  color: rgba(56,59,61,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px -4px rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px -4px rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
#acount-image{
 display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
   -webkit-border-radius: 20px;
  border-radius: 20px;
}

#login-image{
 display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
   -webkit-border-radius: 20px;
  margin-bottom:-10%;
  margin-left:2%;
  color:#4989bd;
}
#account-image{
 display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
   -webkit-border-radius: 20px;
  border-radius: 20px;
  z-index:0;
}
#edit-search-box {
  	height:2%;
	width:40%;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px 28px 5px 10px;
   border: 1px solid #4989bd;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font: normal 16px/normal "Times New Roman", Times, serif;
  color: #4989bd;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 0 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 195ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 195ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 195ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 195ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transform: rotateY(0.4270422049deg)   ;
  transform: rotateY(0.4270422049deg)   ;
}

.small-button{
 display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 4px;
  cursor: pointer;
  padding: 1px 6px 17px;
  border: 1px solid #9ac6d6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 16px/normal "Times New Roman", Times, serif;
  color: rgba(97,186,216,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgb(255,255,255);
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.2) ;
  box-shadow: 0 0 0 0 rgba(0,0,0,0.2) ;
  text-shadow: 0 0 0 rgba(15,73,168,0.66) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.modal-dialog {
    width: 400px;
	margin-top:15%;
}
.modal-footer {
    height: 70px;
    margin: 0;
}
.modal-footer .btn {
    font-weight: bold;
}
.modal-footer .progress {
    display: none;
    height: 32px;
    margin: 0;
}
.input-group-addon {
    color: #fff;
    background: #3276B1;
}
/***table style***/
.demo {
		width:100%;
		border:1px solid #F0F0F0;
		border-collapse:collapse;
		padding:5px;
	}
	.demo th {
		border:1px solid silver;
		padding:1px;
		background:#F0F0F0;
	}
	.demo td {
		border:1px solid silver;
		padding:1px;
	}
	/****End***/
/***table style***/
#printableTable {
		padding:2px;
	}
	#printableTable th {
		padding:2px;
	}
	#printableTable td {
		padding:2px;
	}
	/****End***/
.dataTable {
		width:100%;
		border:1px solid #F0F0F0;
		border-collapse:collapse;
		padding:1px;
	}
	.dataTable th {
		border:1px solid silver;
		padding:1px;
		background:#F0F0F0;
	}
	.dataTable td {
		border:1px solid silver;
		padding:1px;
}.dataTable .header_color {
		 background:#F0F0F0;
}
	/****End***/

.tooltip-style + .tooltip > .tooltip-inner {background-color: #4989bd;}
.tooltip-style + .tooltip > .tooltip-arrow { border-bottom-color:#4989bd; }

/***Button loading****/
@-webkit-keyframes ld {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}
@-moz-keyframes ld {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}
@-o-keyframes ld {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}
@keyframes ld {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}

.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.m-progress:before {
    content: '';

    display: inline-block;

    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;

    box-sizing: border-box;

    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;

    width: 24px;
    height: 24px;

    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation:    ld 1s ease-in-out infinite;
    -o-animation:      ld 1s ease-in-out infinite;
    animation:         ld 1s ease-in-out infinite;
}

.btn-default.m-progress:before {
    border-left-color: #333333;
    border-right-color: #333333;
}

.btn-lg.m-progress:before {
    margin-top: -16px;
    margin-left: -16px;

    width: 32px;
    height: 32px;
}

.btn-sm.m-progress:before {
    margin-top: -9px;
    margin-left: -9px;

    width: 18px;
    height: 18px;
}

.btn-xs.m-progress:before {
    margin-top: -7px;
    margin-left: -7px;

    width: 14px;
    height: 14px;
}
/***eND***/

/***Tree menu****/
div.panel:first-child {
    margin-top:20px;
}

div.treeview {
    min-width: 100px;
    min-height: 100px;

    max-height: 256px;
    overflow:auto;

	padding: 4px;

	margin-bottom: 20px;

	color: #4989bd;

	border: solid 1px;
	border-radius: 4px;
}
div.treeview ul:first-child:before {
    display: none;
}
.treeview, .treeview ul {
    margin:0;
    padding:0;
    list-style:none;
	color: #4989bd;
}
.treeview ul {
    margin-left:5.5px;
    position:relative
}
.treeview ul ul {
    margin-left:.5em
}
.treeview ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    left:0;
    border-left:1px solid;

    /* creates a more theme-ready standard for the bootstrap themes */
    bottom:15px;
}
.treeview li {
    margin:0;
    padding:0 0.5em;
    line-height: 1.5em;
    position:relative
}
.treeview ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree-indicator {
    margin-right:5px;
    cursor:pointer;
}
.treeview li a {
    text-decoration: none;
    color:inherit;
    cursor:pointer;
}
.treeview li button, .treeview li button:active, .treeview li button:focus {
    text-decoration: none;
    color:inherit;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

#admin-menu{
	position: fixed;
}
.sm-div{
	margin-left: 8%;
	margin-top: 3%;
}
.sm-input{
	background-color: white;
	border: none;
	width: 50px;
}


#login_box{
	border: 1px solid rgb(200, 200, 200);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
	background: rgba(200, 200, 200, 0.1);
	border-radius: 4px;
	top:150px;
}

h2{
	text-align:center;
	color:#000;
}
#footer{
	float: left;
	margin-top: 8.5cm;
	margin-left: 36%;

}

#select-box{
	width: 17%;
	height: 25px;
}
#label{
	margin-left: 3.3%;
}
#error-sms{
	font-size: 13px;margin-left:0.1%;font-family:times new roman;color:red;
}

.text-group{
	margin-bottom: 1.5%;
	margin-top: 1.5%;
}
.panel-footer{
	height: auto;
}

#loader{
	width: 200px;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: auto;
	position:fixed;top:300px;left : 600px;z-index:1050;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0;
	-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);
}

#sm_modal{
	width: 400px;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: auto;
	background-color: whitesmoke;
	position:fixed;top:300px;left : 500px;z-index:1050;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0;
	-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);
	border: 1px solid rgb(200, 200, 200);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
	border-radius: 4px;
}

#modaltable{
	margin-top: 0px;
	margin-bottom: 0px;
}

#large_modal {
	width: 1000px;
	margin-top:15%;
	margin-left: 150px;
}
#pdf_file{
	float: right;
	background-color: inherit;
	color: #4989bd;
	border: none;
	text-align: center;
	padding-right: 0px;
}
#widget_icon{
	float: right;
	background-color: inherit;
	color: #4989bd;
	border: none;
	text-align: center;
	padding-right: 0px;
}
#xls_file{
	float: right;
	background-color: inherit;
	color: #4989bd;
	border: none;
	text-align: center;
	padding-right: 0px;
}
#savefile{
	float: right;
	background-color: inherit;
	color: #4989bd;
	border: none;
	text-align: center;
	padding-right: 0px;
}
#graph_option{
	float: right;
	background-color: inherit;
	color: #4989bd;
	border: none;
	text-align: center;
	padding-right: 0px;
}#form_{
	float: right;
	background-color: inherit;
	color: #4989bd;
	border: none;
	text-align: center;
	padding-right: 0px;
}#docx_file{
	float: right;
	background-color: inherit;
	color: #4989bd;
	border: none;
	text-align: center;
	padding-right: 0px;
}

#text_button{
	width:auto;color: #4989bd;border-style:none;background: inherit;
}#text_button1{
	width:auto;border-style:none;background: inherit;
}
[contenteditable=true]:empty:before{
	 content: attr(placeholder);
	 display: block; /* For Firefox */
	color: black;
	text-align:center;
 }
#custom-search-input {
	width: 40%;
}

#custom-search-input .search-query {
	padding-right: 3px;
	padding-right: 4px \9;
	padding-left: 10px;
	padding-left: 4px \9;
	height:30px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#custom-search-input button {
	border: 0;
	background: none;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#4989bd;
}#custom-search-input .filter {
	border: 0;
	background: none;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.input-c{
	border: 0;
	background: none;
	float: right;
	margin-top: -30px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	color:#4989bd;
}
.search-query:focus + button {
	z-index: 3;
}

#search-box {
	position: absolute;
	margin-left: 500px;
	margin-top: 10px;
}
#search-box #search_guery{
	padding-right: 3px;
	padding-right: 4px \9;
	padding-left: 10px;
	padding-left: 4px \9;
	height:30px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}#search-box button{
	 border: 0;
	 background: none;
	 /* IE7-8 doesn't have border-radius, so don't indent the padding */
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
	 color:#4989bd;
}#search-box .filter{
	  border: 0;
	  background: none;
	  /* IE7-8 doesn't have border-radius, so don't indent the padding */
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	  color:#4989bd;
}
.filter{
	z-index: 10000;
}
#search_guery{
	width: 300px;
}
.input-c1{
  margin-top: -30px;
	float: right;
	z-index: 1000;
}


.rotate{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg); /* Safari/Chrome */
	-moz-transform: rotate(-90deg);    /* Firefox */
	-o-transform: rotate(-90deg);      /* Opera */
	-ms-transform: rotate(-90deg);     /* IE 9 */
}

@media print {  .page-break	{ display: block; page-break-after: always; }  }

tr:hover{
	/*background-color:#4989bd*/
}
thead{
	position: -webkit-sticky;
	background-color:white;
	position: sticky;
	top: -5px;
	z-index: 2;
}
th {
	position: -webkit-sticky;
	position: sticky;
	top: -5px;
	z-index: 2;
}

th[scope=row] {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
}
.vText{
            writing-mode: vertical-lr;
            -ms-writing-mode: tb-rl;
            transform: rotate(180deg);
        }