.top-bar {
  margin-top: 50px;
  padding: 0;
  background: #7e868c; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #7e868c 0%, #45484d 26%, #212121 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#7e868c), color-stop(26%,#45484d), color-stop(100%,#212121)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  #7e868c 0%,#45484d 26%,#212121 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  #7e868c 0%,#45484d 26%,#212121 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  #7e868c 0%,#45484d 26%,#212121 100%); /* IE10+ */
  background: linear-gradient(135deg,  #7e868c 0%,#45484d 26%,#212121 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e868c', endColorstr='#212121',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  border-bottom: 1px solid #000;
  line-height: 28px;
  box-shadow: 0px 5px 30px #000000;
}

.top-number{
  color: #fff;
}

.title-site {
  font-size: 27px;
  margin-bottom: -10px;
  margin-top: 30px;
  color: #ffffff;
  text-shadow: 2px 3px 4px #000000;
}

h2.sub-title-site {
  font-size: 20px;
  text-shadow: 2px 3px 4px #000000;
  color: #fff; 
  margin-top: -10px;
}

hr.hr-header {
  border-color:#c52d2f;
}

.logo-container {
  padding: 15px 10px;
  width: 130px;
  height: 150px;
}

.logo-top {
  width: 120px;
  height: 120px;
  margin-top: 6px;
}

.logo-middle {
  width: 120px;
  height: 120px;
  margin-top: -150px;
}

.logo-bottom {
  width: 120px;
  height: 120px;
  margin-top: -200px;
}

.header-animate-1 {
  background:url('../../assets/img/header/k1.png') no-repeat;
  background-position: right top;
  padding: 0;
  background-size: 60% 100%;
}

.header-animate-2 {
  background:url('../../assets/img/header/kfull.png') no-repeat;
  background-position: right top;
  padding: 0;
  background-size: contain;
  //background-size: 60% 100%;
}

.header-animate-3 {
  background:url('../../assets/img/header/k3.png') no-repeat;
  background-position: right top;
  padding: 0;
  background-size: 60% 100%;
}

.header-animate-4 {
  background:url('../../assets/img/header/k4.png') no-repeat;
  background-position: right top;
  padding: 0;
  background-size: 60% 100%;
}

.header-animate-5 {
  background:url('../../assets/img/header/k5.png') no-repeat;
  background-position: right top;
  padding: 0;
  background-size: 60% 100%;
}

.header-animate-6 {
  background:url('../../assets/img/header/k6.png') no-repeat;
  background-position: right top;
  padding: 0;
  background-size: 60% 100%;
}

.custom-avatar {
  height: 27px;
  width: 27px;
  margin-right: 4px;
}

.sy {
  background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 66%, rgba(0,0,0,0.05) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(66%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.05))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 66%,rgba(0,0,0,0.05) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 66%,rgba(0,0,0,0.05) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 66%,rgba(0,0,0,0.05) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 66%,rgba(0,0,0,0.05) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000',GradientType=1 ); /* IE6-9 */
  padding: 5px 40px 5px;
  text-align: right;
  color: #fff;
  text-shadow: 2px 3px 4px #000000;
  font-weight: bold;
}

h4.sy-h4 {
  font-weight:bold;
}

.i-accord {
  margin-right: 5px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.form-horizontal .control-label.text-left {
	text-align: left;
	margin-left: -6px;
}

p.justify {
  text-align: justify;
}

.retained {
	color: #00800A;
}

.repeater {
	color: #990A99;
}

.dropout {
	color: #1607CE;
}

.leavers {
	color: #079ECE;
}

.transfer-out {
	color: #000000;
}

.nostatus {
	color: #e02222;
}

table.editable tr td {
	//line-height: 30px;
}

.reason {
	color: #000000;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 5px 2px;
	font-size: 12px;
}

.tabbable-custom > .tab-content.tab-form{
	padding: 0;
}

.form-horizontal.form-row-seperated.form-row-stripped .form-group:nth-child(even) {
	background-color: #ffffff; /*#D8D8D8*/
}

.input-smx {
	font-size: 12px;
}

.form-horizontal .form-actions {
	padding-left: 0px;
}

.margin-015 {
	margin: 0 15px;
}

.digit-textbox {
	width:30px;
	display:inline-block;
}

.digit-textbox-medium {
	width:80px;
	display:inline-block;
}

.digit-textbox-large {
	width:130px;
	display:inline-block;
}

label.radio-inline {
	display: inline;
}

.form-horizontal.form-row-seperated.form-row-stripped .form-group.form-div-title {
	background: #e02222;
	color: #fff;
}

.form-horizontal.form-row-seperated.form-row-stripped .form-group.sub-div {
	background-color: #4FA6F0;
}

div.table-title {		
	background: #0a5899;
	color: #fff;
	font-weight: bold;
	padding: 15px 10px;
}


.green-font {
	color: #00800A;
}

.violet-font {
	color: #990A99;
}

.blue-font {
	color: #1607CE;
}

.bluegreen-font {
	color: #079ECE;
}

.orange-font {
	color: orange;
}

.gray-font {
	color: gray;
}

.red-font {
	color: #e02222;
}

div.icon-dl i{
	font-size: 40px;
	margin-bottom: 10px;
	color: #25a4c4;
}

.input-14 {
	font-size: 14px;
}

.panel-red>.panel-heading {
	color: #fff;
	background-color: #2083B5;
	border-color: #2083B5;
}
.panel-red {
	border-color: #2083B5;
}
.panel-red>.panel-heading a{
	color: #fff;
}

@media (max-width: 991px) {
	.header-animate-2 {
	  background:url('../../assets/img/header/kfull.png') no-repeat;
	  background-position: right top;
	  padding: 0;
	  background-size: cover;
	  //background-size: 60% 100%;
	}
	.top-bar {
		margin-top: 0px;
	}
}

@media (max-width:480px) {
	.top-bar {
		//margin-top: 40px;
	}
	.header.navbar .navbar-nav > li.dropdown.user .dropdown-toggle {
		margin-top: 2px;
	}
}

.esc-stats {
	padding:5px;
	background: none;
	color:#fff;
}

.border-red{
  border-color: #D2322D;
}

.sy-holder {
	position:fixed;
	left:0;
	z-index:9999;
	font-weight:bold;
	color:#000;
	font-size:12px;
}

.sy-cont {
	float:left;
	background-color:#fff;
	padding:5px;
}

.tri {
width: 0;
height: 0;
border-style: solid;
float:right;
border-width: 27px 17px 0 0;
border-color: #ffffff transparent transparent transparent;
line-height: 0px;
_border-color: #ffffff #000000 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

span.sch_id {
 margin-right:25px;
 display:block;
 color:#fff;
 text-align:right;
}

.error p {
    display: inline-block;
}

.panel-default-0-top {
    border-top: 0px;
}

.btn-headers {
    margin-top: 4px;
}

.modal-label {
    margin-top: 6px;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}