body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
    line-height: 21px;
	font-weight: 300;
	color: #666;
    background: #eaf3ff url('../images/background.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;


width:100%;
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Source Sans Pro', sans-serif;
}
h1 {
  font-size: 52px;
}
h2 {
  font-size: 2em;
  font-weight: 600;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 18px;
}
p {
  font-size: 15px;
}
a{text-decoration: none;}
a:focus, a:hover {text-decoration: none !important;color: #e1e1e1 !important;}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}

.vertical-center {
  min-height: 100%;
  min-height: 80vh;

  display: flex;
  align-items: center;
}


.br2 {margin-top: 30px;}
.br1 {margin-top: 15px;}
/* LANDING */
.landing {margin: 0 auto;text-align: center;color: #000;font-size: 16px;float: none !important;}
.landing img {max-width: 100%;margin: 0 auto;}
.landing .text-grey{color: #a5a5a5;font-size:12px;}


/* LOGIN */
.login {padding-top: 60px;}
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin .input-group {width: 100%;margin-bottom: 20px;}
.form-signin input {border: none !important;border-radius: 0px !important;box-shadow: none !important;-webkit-box-shadow: none !important;}
.form-signin .input-group-addon {border: none !important;padding: 0px 12px;}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 15px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.account-wall img {margin: 0 auto;max-width: 100%;}
.need-help
{
	display: block;
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}


header {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  z-index: 999;
}
header .logo {
  display: inline-block;
  margin-top: 8px;
}
header .social-info {
  margin-bottom: 0;
  padding-top: 10px;
  text-align: right;
}
header .social-info li {
  display: inline-block;
}
header .social-info li:first-child a {
  border-left: 1px solid #dedede;
}
header .social-info li a {
  color: #565656;
  padding: 3px 8px;
  border-right: 1px solid #dedede;
/*   border-left: 1px solid #dedede; */
}
header .social-info li a:hover {
  color: #f48e5c;
}
.navbar{min-height: 53px !important;border-radius: 0px !important;margin-bottom: 0px !important;}
.navbar-brand{padding: 2px 15px !important;height: 50px !important;}
.col-md-8 .menu {float: right} 
.menu .navbar-default {
  background: none;
  border-color: transparent;
  margin-bottom: 0;
/*   text-align: center; */
}
.menu .navbar-default .navbar-nav > li > a {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  color: #ddd;
  padding: 15px 8px;
  text-align: center;
}
.menu .navbar-default .navbar-nav > li > a:hover {
  color: #ffffff;
  background-color: #406ac8;
}
.menu .navbar-nav {
  float: none;
  display: inline-block;
  padding-left: 18px;
}
.menu .navbar {
  min-height: 0;
}
#banner {
	background: url(../images/header.png);
  background-size: cover;
  position: relative;
  padding: 100px 0 50px 0;
  height: 460px;
}
#banner .app-img {
  padding-top: 10px;
}
#banner .block > p {
  margin-bottom: 65px;
}
#banner .block {
  padding-top: 10px;
}
#banner .block h1 {
  margin-bottom: 18px;
  line-height: 55px;
  color: #fff;
  font-weight: 600;
}
#banner .block p {
  font-size: 20px;
  color: #999;
  font-weight: 300;
}
#banner .block .download-btn li {
  display: inline-block;
}
#banner .block .download-btn li a {
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 28px 13px;
  font-size: 18px;
}
#banner .block .download-btn li a i {
  margin-right: 10px;
  font-size: 20px;
}
#banner .block .download-btn li .btn-apple {
  background: #8883bc;
  border: 1px solid transparent;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#banner .block .download-btn li .btn-apple:hover {
  color: #8883bc;
  background: #fff;
  border: 1px solid #8883bc;
}
#banner .block .download-btn li .btn-andriod {
  background: #6fbf39;
  border: 1px solid transparent;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#banner .block .download-btn li .btn-andriod:hover {
  color: #6fbf39;
  background: #fff;
  border: 1px solid #6fbf39;
}
#banner .block .download-btn li .btn-windows {
  background: #00afec;
  border: 1px solid transparent;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#banner .block .download-btn li .btn-windows:hover {
  color: #00afec;
  background: #fff;
  border: 1px solid #00afec;
}
#service {
  padding: 30px 0;
}
#service .service-wrapper {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 20px 0;
}
#service .block {
  cursor: pointer;
  text-align: center;
}
#service .block:hover .icon i {
  color: #fff;
}
#service .block:hover .iconsmp i {
  color: #fff;
}
#service .block:hover .iconsma i {
  color: #fff;
}
#service .block:hover h3 {
  color: #f48e5c;
}
#service .block:hover .icon {
  border: 1px solid #FFFFFF;
  background: #ff0000;
  color: #fff;
  -webkit-box-shadow: 0 0 0px 2px #ff0000;
  -moz-box-shadow: 0 0 0px 2px #ff0000;
  box-shadow: 0 0 0px 2px #ff0000;
}
#service .block:hover .iconsmp {
  border: 1px solid #FFFFFF;
  background: #375dff !important;
   color: #fff;
 -webkit-box-shadow: 0 0 0px 2px #375dff;
  -moz-box-shadow: 0 0 0px 2px #375dff;
  box-shadow: 0 0 0px 2px #375dff;
}
#service .block:hover .iconsma {
  border: 1px solid #FFFFFF;
  background: #37b1ff;
  color: #fff;
  -webkit-box-shadow: 0 0 0px 2px #37b1ff;
  -moz-box-shadow: 0 0 0px 2px #37b1ff;
  box-shadow: 0 0 0px 2px #37b1ff;
}
#service .block .icon, .iconsmp, .iconsma {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid #fff
  text-align: center;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#service .block .icon {
	background: #ff0000;
}
#service .block .iconsmp {
	background: #375dff;
}
#service .block .iconsma {
	background: #37b1ff;
}
#service .block i {
  font-size: 25px;
  line-height: 90px;
  color: #fff;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#service .block h3 {
  color: #555;
  font-weight: 300;
}
#service .block p {
  color: #666;
}
#feature {
  padding: 30px 0;
}
#feature .title {
  font-weight: 300;
}
#feature .feature-item {
  margin-top: 40px;
}
#feature .feature-item:first-child {
  margin-top: 0;
}
#feature .feature-item .icon {
  padding-right: 22px;
}
#feature .feature-item .icon i {
  color: #f48e5c;
  font-size: 30px;
}
#feature .feature-item h4 {
  color: #f48e5c;
  margin-bottom: 0;
  font-weight: 300;
  margin-bottom: 8px;
}
#feature .feature-item p {
  color: #9499a2;
}
#feature .block {
  text-align: center;
}
#feature .block img {
  display: inline-block;
}
#utility {
/*   background: #f6f6f7; */
  background: #fff;
  padding: 130px 0 30px 0;
}
#utility .block h2 {
  padding-top: 10px;
  color: #444;
/*   font-family: initial; */
  font-family: Verdana, sans-serif;
  text-align: center;
  font-weight: 600;
}
#utility .block p {
  line-height: 25px;
  color: #4f5154;
  font-size: 16px;
}
#utility-2 {
  padding: 10px 0 20px 0;
}
#utility-2 .block {
  padding-top: 100px;
}
#utility-2 .block h2 {
  color: #666;
}
#utility-2 .block p {
  line-height: 32px;
  color: #9AA0A9;
  font-size: 16px;
}

#utility .block .download-btn li {
  display: inline-block;
}
#utility .block .download-btn li a {
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px;
  font-size: 18px;
  width: 170px;
  margin: 3px;
}
#utility .block .download-btn li a i {
  margin-right: 10px;
  font-size: 20px;
}
#utility .block .download-btn li .btn-apple {
  background: #8883bc;
  border: 1px solid transparent;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#utility .block .download-btn li .btn-apple:hover {
  color: #8883bc;
  background: #fff;
  border: 1px solid #8883bc;
}
#utility .block .download-btn li .btn-andriod {
  background: #6fbf39;
  border: 1px solid transparent;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#utility .block .download-btn li .btn-andriod:hover {
  color: #6fbf39;
  background: #fff;
  border: 1px solid #6fbf39;
}
#utility .block .download-btn li .btn-windows {
  background: #00afec;
  border: 1px solid transparent;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#utility .block .download-btn li .btn-windows:hover {
  color: #00afec;
  background: #fff;
  border: 1px solid #00afec;
}
#utility .row .col-md-4 img {
/* 	margin: 0px 0px 10px 50px; */
	margin: auto;
	padding: 0 15px;
}


#menucat{padding-top: 90px;padding-bottom: 30px;}
#accordion .glyphicon { margin-right:10px; }
.panel-collapse > .list-group .list-group-item:first-child {border-top-right-radius: 0;border-top-left-radius: 0;}
.panel-collapse > .list-group .list-group-item {border-width: 1px 0;}
.panel-collapse > .list-group {margin-bottom: 0;}
.panel-collapse .list-group-item {border-radius:0;}

#menucat .panel-title {font-size: 25px;}
.icon-paud{background: url(../ks4/icn/icn_paud.png) no-repeat; width: 32px;height:28px;vertical-align: text-top;}
.icon-sd{background: url(../ks4/icn/icn_sd.png) no-repeat; width: 32px;height:28px;vertical-align: text-top;}
.icon-smp{background: url(../ks4/icn/icn_smp.png) no-repeat; width: 32px;height:28px;vertical-align: text-top;}
.icon-sma{background: url(../ks4/icn/icn_sma.png) no-repeat; width: 32px;height:28px;vertical-align: text-top;}
.icon-sub-cat{background: url(../ks4/icn/icn_sub_buku.png) no-repeat; width: 32px;height:28px;vertical-align: middle;}
.icon-guru{background: url(../images/icon-guru-s.png) no-repeat; width: 32px;height:28px;vertical-align: middle;}
.icon-murid{background: url(../images/icon-murid-s.png) no-repeat; width: 32px;height:28px;vertical-align: middle;}

/* Dropdown Menu */
.navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 180px;
	background-color: #ffce0a;
    visibility: hidden;
    z-index: 2;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav>li>a {color:#333333 !important;}
.navbar-default .navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
	opacity: 1;
}
.navbar-nav>li{
	min-width: 70px;
}
.navbar-nav>li:last-child{
   border: none;
}
@media (max-width: 767px) {
    .navbar-nav>li {
        border: none;
     }
}
.dropdown li, .sup-dropdown li {
	position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.dropdown li:first-child, .sup-dropdown li:first-child {
    border-top: none;
}

.dropdown li a, .sup-dropdown li a {
    display: block;
    color: #504f4f;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    padding: 11px 16px;
    text-decoration: none;
    text-transform: capitalize;
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
    font-weight: 400;
}


.dropdown > li:hover > a, .sup-dropdown li:hover > a {
	padding-left: 18px;
}

.dropdown li a i {
	margin: 0 0 0 -4px;
}

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
	background-color: #fff;
    margin-top: 10px;
    transition: margin-top 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out;
    -webkit-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    visibility: hidden;
    z-index: 3;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0;
}

@media screen and (max-width: 420px) {
	.navbar-default .navbar-nav .dropdown {
	    visibility: visible;
		opacity: 1;
		position: relative;
		padding-left: 10%;
	}
}
/* Baris Link */
.link{padding: 10px 0px;margin:10px 0px 0;border-bottom: 1px solid #e2e2e2;border-top: 1px solid #e2e2e2;}
.home-row-link {
   padding-top: 0px;
   margin-top: 0px;
   text-align: center;
}
.col-link{margin:5px;padding-bottom: 30px;background: #fff;border-radius:10px;border-width:0;-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09);box-shadow: 0 3px 3px  rgba(0, 0, 0, 0.09);}
.col-link img{max-width: 100%; height: auto;}
.col-link a {
   color : #fff;
   font-family: "Cairo";
}
.desc-link h3 {
   color: #343434;
   font-size: 20px;
   padding: 16px;
}
.col-link > a > h2 {
   color: #343434;
}
#main-slide{padding-top: 50px;}
.title-link {color: #343434;}
@media (min-width: 768px) and (max-width: 1024px) {
	.home-row-link .col-sm-3 {width: 33%}
	.ad-banners .col-sm-12 {width: 33%}
	.title-link{font-size: 1.5em;}
	}
@media (max-width: 768px) {
   .home-search-form {margin: 20px 10px;}
   .col-link > a > h3 {font-size: 1em !important;}
   #main-slide{padding-top: 0px;}
   #menucat{padding-top: 10px;}
}
@media (max-width: 414px){
	.col-link{}
	.desc-link {height: 63px;}
	.desc-link h3 {font-size: 10px}
	.title-link{font-size: 1.1em;}
	.book h4 {font-size: 12px;}
	}

.desc-link {border-radius: 0px 0px 15px 15px;margin-top: -10px;}
.add-top{padding: 10px 0px; background: #edfaff;}
.color-1{background: #e1dd46;color: #fff;}
.color-2{background: #ff5e99;color: #fff;}
.color-3{background: #80f0fe;color: #fff;}
.color-4{background: #ffd23b;color: #fff;}
.color-5{background: #feb9a9;color: #fff;}
.color-6{background: #61f468;color: #fff;}
.color-7{background: #ee657a;color: #fff;}
.color-8{background: #a363d9;color: #fff;}
.color-9{background: #50aaff;color: #fff;}
 @media (max-width: 768px){.footer-static-bottom .footer-bottom,.footer-static-bottom .footer-bottom .text-right,.footer-static-bottom .footer-bottom .text-left{text-align: center}}
h5{font-family: "Cairo";font-size: 16px;font-weight: bold;}
#eXTReMe-Free-komikid img {width: 20px !important;height: 19px !important;}
.komik p{text-align: justify}
.readmore {
	border: 1px solid red;
	border-radius: 5px;
	padding: 10px;
	background: #ffce0a;
	width: fit-content;
	text-align: center;
	margin: 0 5%;
	font-size: 18px;
	margin-top: 50px;
	color: #000;
}
.readmore:hover {
	background-color: #e08d0f;
	color: #fff;
	text-decoration: none !important;
}
.button {
  border-radius: 12px;
  padding: 0;
  transition: all 0.5s;
  cursor: pointer;
  margin: 15px 6px;
}

.button img {
	position: relative;
	z-index: 1;
	top: 0px;
}

.button p {
	position: absolute;
	bottom: 92px;
	left: 38px;
	z-index: 2;
	color: #fff;
	font-weight: 600;
}
.btn1 p {
	left: 38px;
}
.btn2 p {
	left: 263px;
}
.btn3 p {
	left: 500px;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #000;
}

.button .text {
	position: absolute;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover {
	box-shadow: 0 4px #999;
	background-color: #ffa314;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.pager {
	margin-top: 100px;
	font-size: 16px;
}
.pager .next {float: right}

.social {
	text-align: center;
}
.social svg {
  width: 30px;
  height: 50px;
  margin: 0 10px;
}
.info{margin-top: -75px;}
 @media (max-width: 768px){.info{margin-top: -65px;}}
 
ins img {max-width: 100% !important; height: auto !important;}
.title-header {color: #ddd;font-weight: 900;}
@media (max-width: 768px){.title-header{display: none;}}


.book {
    padding: 10px;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(225,225,225,1);-moz-box-shadow: 0px 1px 5px 1px rgba(225,225,225,1);box-shadow: 0px 1px 5px 1px rgba(225,225,225,1);
    margin-bottom: 20px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 10px;
}
.book a {text-align: center;}
.book img {max-width: 100%;}
.book-title {height: 50px;text-transform: capitalize;padding-top: 5px;font-size: 1em;line-height:1.2em;overflow: hidden;font-weight: 700;}
.book h4 {text-transform: capitalize;}

.book-cat {
    padding: 15px 10px 10px 10px;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(225,225,225,1);-moz-box-shadow: 0px 1px 5px 1px rgba(225,225,225,1);box-shadow: 0px 1px 5px 1px rgba(225,225,225,1);
    margin-bottom: 20px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 10px;
}
.book-cat a {text-align: center;}
.book-cat img {max-width: 100%;}
.book-cat-title {height: 50px;text-transform: capitalize;padding-top: 10px;font-size: 1em;line-height:1.2em;overflow: hidden;font-weight: 700;}
.book-cat h4 {text-transform: capitalize;}

.books{height: 410px; color: #0390d7;}
.books a {color: #0390d7;}
.books .book-title {font-size: 1.5em;margin-bottom: 10px;}
.books p {text-align: center;}
@media (max-width: 768px){.books{height:220px;}}
.videos {
    display:none;
    padding: 10px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    margin-bottom: 20px;
    background-color: #f1f1f1;
}

footer {
  color: #fff;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  bottom: 0;
  width: 100%;
}
footer .footer-logo {
  margin-bottom: 15px;
  display: inline-block;
  text-align: center;
}
footer p {
  color: #6F6F6F;
  margin-top: 10px;
  margin-bottom: 0;
}
footer a{color: #fff;}
.footer-bottom{padding: 15px;line-height: 1;font-size: 90%;background: #2579fd;}
.footer-links {background: #ffeb99}
.footer-links a {color: #333;}

.bottom-nav li {display: inline-block;float: none;padding: 0px 10px;}
.bottom-nav li h3 {margin-bottom: 5px;}

#gurumurid .modal-content{padding: 20px; text-align: center;}
#gurumurid img {max-width: 100%;margin: 0 auto;margin-bottom: 10px;}
.gurumurid {border-radius: 20px;padding: 30px 20px; text-align: center;-webkit-box-shadow: 0px 2px 10px 1px rgba(166,166,166,1);-moz-box-shadow: 0px 2px 10px 1px rgba(166,166,166,1);box-shadow: 0px 2px 10px 1px rgba(166,166,166,1);width: 80%;margin: 0 auto;margin-bottom: 30px;}
.gurumurid img {max-width: 100%;margin: 0 auto;margin-bottom: 10px;}

.gurumurid:hover{-webkit-box-shadow: 0px 2px 20px 1px rgba(166,166,166,1);-moz-box-shadow: 0px 2px 20px 1px rgba(166,166,166,1);box-shadow: 0px 2px 20px 1px rgba(166,166,166,1);}
/* BUTTON CUSTOM */
.btn-cust-1 {color: #fff;background-color: #f2a91e;border-color: #e5a01d;}
.btn-cust-2 {color: #fff;background-color: #e53c78;border-color: #d73871;}
.btn-cust-3 {color: #fff;background-color: #ee2e24;border-color: #e02c22;}


.btn-cust-1:hover {color: #fff;background-color:#e5a01d;border-color: #f2a91e;}
.btn-cust-2:hover {color: #fff;background-color: #d73871;border-color: #e53c78;}
.btn-cust-3:hover {color: #fff;background-color: #e02c22;border-color: #ee2e24;}

.bread-top {min-height: 45px;padding:5px;background: #f5f5f5; border-radius: 4px;margin-bottom: 20px;}
.bread-top .breadcrumb {margin-bottom: 0px;}

.buku .color-1{background: #d4e733;color: #fff;}
.buku .color-2{background: #e7e56c;color: #fff;}
.buku .color-3{background: #f4f190;color: #fff;}
.buku .color-4{background: #eee0a3;color: #fff;}
.buku .color-5{background: #f9f2ac;color: #fff;}
.buku .color-6{background: #61f468;color: #fff;}
.buku .color-7{background: #ee657a;color: #fff;}
.buku .color-8{background: #a363d9;color: #fff;}


.prasekolah .color-1{background: #f3c5b8;color: #fff;}
.prasekolah .color-2{background: #f4b7bf;color: #fff;}
.list-group-item.active {background-color: #fffed3 !important;border-color: #e1dd46 !important;}