@font-face {
  font-family: 'bariol';
  src: url('../fonts/Bariol.ttf');
}


body {
    font-family: bariol,Droid sans,Arial;
    color: #666;
	font-size: 16px;
	background-color: transparent;
}

html { 
  background: #f7f1e5; 
}


a {
  color: #9d5308;
}
a:hover,
a:focus {
  color: #9d5308;
  text-decoration: none;
}

ul {
	padding:0;
}



.glyphicon {
	padding:2px;
}

.medidu-nav {
	border-bottom: 0px;
	color:#fff;
    background-color: #00777f;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	font-size: 16px;
}
	
.medidu-brand {
  height: 50px;
  padding: 15px 10px;
}

.medidu-back {
	float:left;
	padding: 14px  0 0 20px;
}

.medidu-title {
  padding-top: 10px ;
  font-weight:bold;
  color:#fff !important;
}



.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.jumbotron{
  background: transparent;
  color:#363636;
  min-height:550px;
  margin-top:50px;
  margin-bottom:10px;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 200;
}

a.bg-primary:hover {
  background-color: #fbb902;
}

.panel-medidu {
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  background-color:rgba(255,255,255,0.8);
}

.panel-default{
	border:none;
	border-bottom: 4px solid #00777f;
}
.panel-heading { 
  background-color: #00c3d5 !important;
}
.bold { 
  font-weight: bold;
}

.con-pelajaran {
  margin:5px;
  width: 180px;
  height: 230px;
  display: inline-block;
  border-radius:3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.con-pelajaran:hover {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.7);
}

.bg1 {
	background: url('../img/l1.png') no-repeat center center; 
}
.bg2 {
	background: url('../img/l2.png') no-repeat center center; 
}
.bg3 {
	background: url('../img/l3.png') no-repeat center center; 
}
.bg4 {
	background: url('../img/l4.png') no-repeat center center; 
}

.panel-pelajaran {
  width: 180px;
  height: 180px;
  border-radius:3px 3px 0 0;
}

.panel-nama {
  padding: 5px;
  background-color:#efefef;
  height: 50px;
  border-radius:0 0 3px 3px;
  text-align: left;
}

.breadcrumb {
  background-color: rgba(255,255,255,0.5);
}


@media screen and (max-width: 640px) {
  .logo {
    width: auto;
    height: 30px;
  } 
}

.nav-tabs {
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #00c3d5;
  border: none;
  border-bottom-color: transparent;
}

.tab-content {
	padding: 5px;
}
.list-group {
  width: 100%;
}


/* -- BUTTON -- */ 
.btn.btn-primary {
  color: #ffffff;
  border: 3px solid #fff;
  border-radius: .8em;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.btn.btn-success {
  color: #ffffff;
  border: 3px solid #fff;
  border-radius: .8em;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.btn.btn-danger {
  color: #ffffff;
  border: 3px solid #fff;
  border-radius: .8em;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.btn.btn-warning {
  color: #ffffff;
  border: 3px solid #fff;
  border-radius: .8em;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.btn.btn-info {
  color: #ffffff;
  border: 3px solid #fff;
  border-radius: .8em;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.btn.btn-info.btn-opsi {
  color: #000000;
  border: 3px solid #fff;
  border-radius: .8em;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}


.btn.btn-primary:hover {
  background: #f8b038;
}
.btn.btn-primary.inverse {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #00777f;
}
.bor {
	border-radius: 100px !important;
}
.btn-soal {
	width:40px;
	height: 40px;
	text-align:center;
	border: 2px solid #fff;
	font-size:0.9em;
	font-weight: bold;
	color:#fff;
	border-radius: 2em;
	background: #f8b038; 
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.list-soal {
	padding:5px 0 5px 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
}
.btn-soal.active {
	background: #f16027; 
}

.wid200 {
	min-width:200px;
}

.badge {
    color: #FFF;
    background-color: #f16027;
}

.badge.up {
    position: relative;
    top: -20px;
    margin: 0px -1em;
    border-radius: 15px;
}

/* -- padding dan margin -- */ 
.pad5{
padding:5px;
}
.padt10  {
	padding-top:10px;
}
.padt20  {
	padding-top:20px;
}
.padb20  {
	padding-bottom:20px;
}
.padt30  {
	padding-top:30px;
}
.padt50  {
	padding-top:50px;
}
.padt60  {
	padding-top:60px;
}
.padt70  {
	padding-top:70px;
}
.margint10  {
	margin-top:10px;
}
.marginb10  {
	margin-bottom:10px;
}
.margint60  {
	margin-top:60px;
}
.margint70  {
	margin-top:70px;
}
.margint80  {
	margin-top:80px;
}
.margint90  {
	margin-top:90px;
}

.no-pad {
	padding-left: 0px;
	padding-right: 0px;
}

.inline {
	display:inline-block;
}


/* -- DIV SECTION -- */ 
.container-full {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.bg-1 { 
  background: url('../img/bcgmain.jpg') no-repeat center bottom fixed; 
}
.bg-2 { 
  background: #00777f; 
}
.bg-3 { 
  background: #00c3d5; 
}
.bg-krem1 { 
  background: #f1e1ca; 
}
.bg-5 { 
  background: #958375; 
}
.bg-kuning { 
  background: #f8b038; 
}
.bg-coklat { 
  background: #958375; 
}
.bg-oranye { 
  background: #f16027; 
}



.wavelogin { 
	background: url('../img/bcgwave.png') repeat-x center bottom;
	min-height: 150px;
}

.widget {
	border-radius: 3px;
    margin-bottom: 15px;
    position: relative;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

/* -- foto profile -- */ 


.avatar {
    position: relative;
    display: inline-block;
    white-space: nowrap;
	border:9px solid #fff;
    border-radius: 50%;
    vertical-align: bottom;
}

.media
    {
        /*box-shadow:0px 0px 4px -2px #000;*/
        margin: 10px 0;
        padding: 20px;
    }
    .dp
    {
        border:9px solid #fff;
        transition: all 0.2s ease-in-out;
    }
	
	

@media screen and (min-width: 1px) and (max-width: 767px){
    #columns[data-columns]::before {
        content: '2 .col-xs-6';
    }
}
@media screen and (min-width:768px) and (max-width: 991px){
    #columns[data-columns]::before {
        content: '3 .col-sm-4';
    }
}
@media screen and (min-width:992px) and (max-width: 9999px){
    #columns[data-columns]::before {
        content: '4 .col-md-3';
    }
}






.stackable .stackable-header {
    border-radius: 4px 4px 0px 0px;
    border-width: 0px;
    padding: 10px 45px 5px 12px;
    min-height: 86px;
    display: block;
    cursor: pointer;
    position: relative;
	background-color: #53B5C1;
}
.shadow-brick {
    box-shadow: 0px 3px 0px #AEAEAE;
}




article,section { display: block; }


.comment {
    overflow: hidden;
    padding: 0 0 0.8em;
    border-bottom: 1px solid #ddd;
    margin: 0 0 1em;
    *zoom: 1;
}

.comment-img {
    float: left;
    margin-right: 7px;
	padding:8px;
    border-radius: 30px;
	border: 2px solid #fff;
	color: #fff;
    overflow: hidden;
}

.comment-img img {
    display: block;
}

.comment-body {
    overflow: hidden;
}

.comment .text {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
}

.comment .text p:last-child {
    margin: 0;
}

.comment .attribution {
    margin: 0.5em 0 0;
    font-size: 14px;
    color: #666;
}

/* Decoration */

.comments,
.comment {
    position: relative;
}

.comments:before,
.comment:before,
.comment .text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 65px;
}

.comment:hover:before {
    background: orange;
}

.comment .text:before {
    top: 15px;
    left: 38px;
    width: 9px;
    height: 9px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #e5e5e5;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.checkbox input[type=checkbox]:checked + label:after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
}
.checkbox label:after {
    padding-left: 4px;
    padding-top: 2px;
    font-size: 9px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu {
    background-color: #00777f;
    color:#ffffff;
  }


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.form-control {
  padding: 6px 6px;
}

/* Absolute Center Spinner */
.modal-loading {
  display: none;
  position: fixed;
  z-index: 100000000;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.modal-loading.show {
  display: block; }

/* Transparent Overlay */
.modal-loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); }

/* :not(:required) hides these rules from IE9 and below */
.modal-loading:not(:required) {
  /* hide "modal-loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.modal-loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0; }


/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
