.nav-style {
  background: #4183d7;
}

.nav-style .navbar-brand,
.nav-style .dropdown-toggle  {
  color: white;
}

.nav-style .nav .open>a,
.nav-style .nav .open>a:focus,
.nav-style .nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7;
  color: black;
}

.nav-style .nav li a:hover {
  color: black;
}

.nav-style .dropdown:hover {
  color: black;
}

.sidebar-style {
  background-color: #446cb3;
  color: white;
}

.sidebar-style ul li,
.sidebar-style ul li a,
.sidebar-style ul li a.active {
  background: #446cb3;
  border: none;
  color: white;
}

.sidebar-style ul li a:hover {
  background: #eee;
  color: black;
}

div#wrapper {
  background: #446cb3;
}


.login-style i.fa {
  color: #FFF;
}

.login-style:hover i.fa {
  color: #333;
}

.login-style:active i.fa {
  color: #333;
}


/* Redesign Login */
body.add-user {
	background-color: #eee;
	/*background: #eee url(http://subtlepatterns.com/patterns/sativa.png);*/
}
html,body {
	position: relative;
	height: 100%;
}

.login-container {
	position: relative;
	width: 50%;
	margin: 80px auto;
	padding: 20px 40px 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
}

.login-container {
	top: 150px;
}
@media(max-width: 525px) {
	.login-container {
		width: 70%;
		top: 0px;
	}
}

@media(max-width: 375px) {
	.login-container {
		width: 85%;
		top: 0px;
	}
}

#output {
	position: absolute;
	width: 300px;
	top: -75px;
	left: 0;
	color: #fff;
}

#output.alert-success {
	background: rgb(25, 204, 25);
}

#output.alert-danger {
	background: rgb(228, 105, 105);
}


.login-container::before,
.login-container::after {
	content: "";
	position: absolute;
	width: 100%;height: 100%;
	top: 3.5px;left: 0;
	background: #fff;
	z-index: -1;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	border: 1px solid #ccc;

}

.login-container::after {
	top: 5px;
	z-index: -2;
	-webkit-transform: rotateZ(-2deg);
	-moz-transform: rotateZ(-2deg);
	-ms-transform: rotateZ(-2deg);

}

.avatar {
	width: 100px;height: 100px;
	margin: 10px auto 30px;
	border-radius: 100%;
	/*border: 2px solid #aaa;*/
}

.form-box input {
	width: 100%;
	padding: 10px;
	text-align: center;
	height:40px;
	border: 1px solid #ccc;;
	background: #fafafa;
	transition:0.2s ease-in-out;

}

.form-box input:focus {
	outline: 0;
	background: #eee;
}

.form-box input[type="text"] {
	border-radius: 5px 5px 0 0;
}

.form-box input[type="password"] {
	border-radius: 0 0 5px 5px;
	border-top: 0;
}

.form-box button.login{
	margin-top:15px;
	padding: 10px 20px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
  }

  100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
  }

  100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* FORM BIODATA */
.field.tgl-biodata .data_pribadi select, .data-register select, .data-keluar-peserta select {
	float: left;
}
.field.tgl-biodata .data_pribadi .form-control:nth-child(1), #tgl-masuk, #tgl-keluar, .form_date input.form-control:first-child {
	width: 100%;
}
.field.tgl-biodata .data_pribadi .form-control:nth-child(2), #bln-masuk, #bln-keluar {
	width: 15%;
	margin-left: 20px;
}
.field.tgl-biodata .data_pribadi .form-control:nth-child(3), #thn-masuk, #thn-keluar {
	width: 12%;
	margin-left: 20px;
}
.form-group.data_pribadi label, .form-group.data-prestasi-siswa label {
	text-align: left;
}
.field {
	clear: both;
}
.field .data_pribadi #data-agama {
	width: 45%;
}
.field .data_pribadi p {
	font-size: 12px;
}
p {
	font-size: 12px;
}
.jumbotron h1 {
	text-align: center;
	margin: 0px auto;
	/*padding: 25px 0px;*/
	line-height: 120px;
	font-size: 40px;
}
.form-biodata-grup form {
	margin-top: 30px;
}
/*.field .data_pribadi #brkbthan_khusus {
	width: 6%;
}*/



/* DATA FORM ORTU*/
.title-data-ortu h1, .title-editor h1, .title-data-priodik h1, .title-data-prestasi h1, .title-data-beasiswa h1, .title-data-ppdb h1, .title-data-peserta-keluar h1 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #909090;
	line-height: 45px;
	margin: 0px 25px auto;
}
.title-data-ortu, .title-editor, .title-data-priodik, .title-data-prestasi, .title-data-beasiswa, .title-data-ppdb, .title-data-peserta-keluar {
	background-color: #EEE;
	margin: 30px 0px;
}




/* DATA PRIODIK SISWA*/
.form-group.data-priodik label {
	text-align: left;
}
#prestasi:nth-child(2),
#tingkat:nth-child(2),
#nm_prestasi:nth-child(2),
#thn_prestasi:nth-child(2),
#penyelenggara:nth-child(2),
#jns-beasiswa:nth-child(2),
#ket:nth-child(2),
#thn-mulai:nth-child(2),
#thn-selesai:nth-child(2) {
	margin: 5px 0px;
}

/* DATA PPDB */
.form-group.data-register label {
	text-align: left;
}

.form-group.data-keluar-peserta label {
	text-align: left;
}
.jumbotron.biodata-siswa {
	height: 120px;
	padding: 0px;
	margin: 25px auto;
}
.jumbotron.biodata-siswa.ppdb-kemampuan {
	height: auto;
}

/* Stylist Next Step */

.btn-tambah-data {
	padding: 6px;
	margin-top: 24px;
	position: absolute;
	right: 30px;
}
.nav-tabs > li > a.btn-tambah-data {
	position: absolute;
	left: 100px;
	bottom: -36px;
	border: 1px solid #EEE;
	width: 155px;
	border-radius: 5px;
}

/* Tab Dashboard */
.scrol-over {
	overflow-y: scroll;
	max-height: 300px;
}

/* Button Kelas data Siswa */
.btn-kls {
	width: 100%;
}
#kelas7, #kelas8, #kelas9 {
	transition: all 0.7s;
}

#kelas7 h3, #kelas8 h3, #kelas9 h3 {
	border-bottom: 1px solid #ccc;
}
.list-dropdwn7, .list-dropdwn8, .list-dropdwn9 {
	display: none;
	position: absolute;
	left: 185px;
}
.list-dropdwn7 .dropdown-menu, .list-dropdwn8 .dropdown-menu, .list-dropdwn9 .dropdown-menu {
	max-height: 215px;
	overflow-y: scroll;
}

#page-wrapper a.btn.disabled {
	background-color: #ddd;
}
.btn.btn-default.btn-xs.btn-add {
	float: right;
	margin: 14px;
}
.panel-title {
<<<<<<< HEAD
	margin: 14px;
	font-size: 25px;
=======
	font-size: 18px;
>>>>>>> develop
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	font-weight: 600;

}

.next-page {
	margin-bottom: 25px;
}

/* Style Message */
/* style data alert message */

.style-alert {
	width: 320px;
	position: absolute;
	right: 30px;
	top: 60px;
	z-index: 99;
}
.style-alert p {
	font-size: 14px;
}
.style-alert p span {
	font-weight: bold;
	font-size: 16px;
}


.back-grey .well{
	padding-right: 20px;
}

/*      Custom style PPDB          */
.data-keshtan, .data-pendidikan {
	position: relative;
	top: 10px;
	right: 20px;
}

.kondisi_diri td {
	font-family: arial, sans-serif;
	font-size: 14px !important;
}

.hide-sort .sorting,
.hide-sort .sorting_asc,
.hide-sort .sorting_desc,
table.dataTable thead .sorting, 
table.dataTable thead .sorting_asc, 
table.dataTable thead .sorting_desc {
  background : none;
}

table.table-nilai th {
	text-align: center;
	padding: 4px 12px;
	font-size: 18px;
	font-weight: bold;
}
table.table-nilai tr {
	text-align: center;
	padding: 4px 12px;
	font-size: 16px;
}
