/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
/* side menu css */
body {
    font-family: "Lato", sans-serif;
    transition: background-color .5s;
    padding-top: 25px;
    height: 100%;
    
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
/* Pengaturan Label Form */
.error{
    background: #FFEBE8;
    }
    
#formku label.error {
    font-size:12px;
    font-weight:normal;
    color: #FB3A3A;
    display: inline-block;
    margin: 1px 0 1px 1px;
    padding: 0;
    text-align: left;
    color: red; 
    padding-left: 0; 
    font-family: arial, sans-serif, verdana; 
    position: relative;
    /*background: url(images/warningsmall.png) no-repeat;*/
    text-indent:5px;
}

.form-control {
  display: block;
  width: 100%;
  min-height: 35px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #006600;
  background-image: none;
  border: 1px solid #99CCFF;
  border-radius: 10px;
  -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, -webkit-box-shadow ease-in-out .15s;
       -o-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;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*end side menu css */
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */
header.carousel {
    height: 30%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 30%;
    min-height:200px;
}

header.carousel .fill {
    width: 100%;
    height: 90%;
    background-position: center;
    /* background-size: cover; */
    background-size: 20% 100%;
    background-repeat: repeat-x;
    opacity: 0.5;
}


.carousel-control.left, 
.carousel-control.right {
    background-image: none;
    background-color: white;
}


/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Footer Styles */
.footer {
    background-color: #336699;
    font-size:12px;
    font-family: Verdana, Arial;
    color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 10px;
}
.footer a{
    color: #ccc;
    }
.footer a:hover{
    color: #ffff99;
    text-decoration:none;
    text-shadow:1px 1px #808080;
    }

.footeradmin {
    background-color: #336699;
    font-size:11px;
    padding: 10px;
    font-family: Verdana, Arial;
    color: #fff;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}
.footeradmin a{
    color: #ccc;
    }
.footeradmin a:hover{
    color: #ffff99;
    text-decoration:none;
    text-shadow:1px 1px #808080;
    }
    
/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.img-gallery {
  display: inline-block;
  max-width: 100%;
  max-height: 300px;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.img-logo {
  float:left;
  max-height: 75px;
  padding: 2px 2px 2px 2px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.img-article {
  display: inline-block;
  max-width: 200px;
  height: auto;
  padding: 2px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.img-coverbook-sm {
    float:left;
    max-width: 150px;
    max-height: 150px;
    padding: 3px 5px 0px 0px;
    margin-right: 10px;
    margin-bottom: 5px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.img-coverbook-bg {
    float:left;
    max-width: 250px;
    max-height: 350px;
    padding: 3px 5px 0px 0px;
    margin-right: 10px;
    margin-bottom: 5px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.bgheader{
  /*  background-image: url("images/mmg_1490380446.jpg"); */
    background-color: #336699;
    color:#fff;
    text-align: left;
    font-family: arial,sans-serif, verdana; 
    font-size:20px;
    padding:15px 5px 5px 5px;        
}

.panel-heading {
  padding: 1px 21px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

/* Pagination */ 
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50px;
  padding: 6px 12px;
  z-index: 2;
}

.pagination > a {
  position: relative;
  padding: 6px 12px;
  float: left;  
  line-height: 1.42857143;
  color: #337ab7;
  margin-right: 5px;
  margin-left: 5px;
  text-decoration: none;   
  border-radius: 50px; 
  border-color: #6473F9;
} 

.pagination :first-child > a {
  padding: 6px 12px;
  border-radius: 50px;
}
.pagination :last-child > a{
  padding: 6px 12px;
  border-radius: 50px;
}

.pagination > a:hover,
.pagination > a:focus{
  z-index: 2;
  color: #23527c;
  border-color: #00FF00;
  background: #A4EDF5;
  transition: background-color .5s;
  -moz-box-shadow: 0 0 10px #1359EE;
   -webkit-box-shadow: 0 0 10px #1359EE;
  box-shadow: 0 0 10px #1359EE;
}

.pagination > .active{
  color: #fff;  
  cursor: not-allowed;
  background: #6473F9;
}

.page {
    display: inline-block;
    padding: 3px 6px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-transform: capitalize;
    }
 
.page:hover{
    background:#FAF7F7;
    }
    
.active, .active:hover{
    background: #757272;
    border-color: #403C3C;
    color: #e9e9e9;
    cursor: not-allowed;
    }
        
/* Pengaturan Form */
input,select,textarea  {
    color : #003366;
    font-size : 12px;
    font-family : Verdana,Tahoma,Arial,Calibri;
    font-weight: normal;
    padding:5px;
    border-radius:5px 5px 5px 5px;
    margin: 3px 0;
    background:#f2f2f2;
    border: 2px solid #E5E5E5;
}

/*hilangkan panah pada input number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

/* Pengaturan Galllery photo */
* {
    box-sizing:border-box
    }

/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  max-height: 400px;
  position: relative;
 /* margin: auto; */
  float: left;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.faded {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*images overlay */
.kdscontainer {
    position: relative;
    width: 100%;
    margin: auto;
}

.kdsimage {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.kdsmiddle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.kdscontainer:hover .kdsimage {
  opacity: 0.3;
}

.kdscontainer:hover .kdsmiddle {
  opacity: 1;
}

.kdstext {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
}

/*table */
.th {
    background-color: #4CAF50;
    color: white;
}

tr:nth-child(even) {background-color: #f2f2f2
}
/*# sourceMappingURL=bootstrap.css.map  for comments*/
.stcommenttime {
    font-size:11px;
    color:#999;
    font-family:Arial, Helvetica, sans-serif;
    margin-top:5px;
}

.stimg{
    float:left;
    height:50px;
    border:solid 1px #dedede;
    padding:3px;
}

.sttext{
    margin-left:20px;
    min-height:25px;
    word-wrap:break-word;
    overflow:hidden;
    padding:5px;
    display:block;
    font-size:12px;
}

/*vertical line */
.vl {
    border-left: 1px solid grey;
    height: 100px;
    position: left;
    margin-left: 5px;
    top: 0;
}
/* smoot loader page animation */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#FFF; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */
  opacity:0.9;
}

#statusloader {
  width:73px;
  height:30px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url("../images/loadermedium.gif");
  z-index:9999; /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-10px 0 0 -36px; /* is width and height divided by two */
}
.small_loader{
    position: absolute;
    margin-left:-25px;
    margin-top:10px;
    width: 20px;
    height: 20px;
    z-index: 9999;
    background: url('../images/loader.gif') 50% 50% no-repeat rgba(255,255,255, 0);
    border: 1px solid rgba(255,255,255, 0);
    border-radius: 50%
}
.heading {
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.heading h1 {
    border-bottom: 1px solid #2682E6;
    display: inline;
    padding-bottom: 5px;
}

.mtb-60 {
    margin: 10px 0;
}

.vl {
  border-left: 1px solid #C0C0C0;
  min-height: 768px;
}

@font-face {
  font-family: Britanic Bold;
  src: url(../fonts/BRITANIC.TTF);
}
.titlefitur {
    font-family: 'Britanic Bold', Verdana, sans-serif;
    color: #003366;
}

@font-face {
  font-family: SCRIPTBL;
  src: url(../fonts/SCRIPTBL.TTF);
}
.title1 {
    font-family: 'SCRIPTBL', Verdana, sans-serif;
    color: #217609;
}

@font-face {
  font-family: Cataneo BT Regular;
  src: url(../fonts/TT0952M_.TTF);
}
.title2 {
    font-family: 'Cataneo BT Regular', Verdana, sans-serif;
    color: #003366;
}

@font-face {
  font-family: Ouixley;
  src: url(../fonts/65659___.TTF);
}
.title3 {
    font-family: 'Ouixley', Verdana, sans-serif;
    color: #0E9D07;
}

@font-face {
  font-family: Old English Text;
  src: url(../fonts/OLDENGL.TTF);
}
.title4 {
    font-family: 'Old English Text', Verdana, sans-serif;
}

@font-face {
  font-family: Finale Copyst;
  src: url(../fonts/FinaleCopyistText.ttf);
}

.text1 {
    font-family: 'Finale Copyst', Arial, Verdana, sans-serif;    
}

@font-face {
  font-family: Dancing Script;
  src: url(../fonts/dancingscript.ttf);
}
.latin1 {
    font-family: 'Dancing Script', Arial, Verdana, sans-serif;    
}

/* Red border */
hr.line1 {
  border-top: 1px solid red;
}

/* Dashed red border */
hr.line2 {
  border-top: 1px dashed red;
}

/* Dotted red border */
hr.line3 {
  border-top: 1px dotted red;
}

/* Thick red border */
hr.line4 {
  border: 1px solid red;
}

/* Blue border */
hr.lineblue1 {
  border-top: 1px solid blue;
}

.lingkaranhijau{
    border: 1px solid #000000;
    border-radius: 50px;
    background-color: green;
    color: yellow;
    height:50px;
    width:50px;
    padding-left: 10px;
    padding-top: 15px;
    
}
.lingkaranorange{
    border: 1px solid #000000;
    border-radius: 50px;
    background-color: orange;
    color: black;
    height:50px;
    width:50px;
    padding-left: 10px;
    padding-top: 15px;
}
.lingkaranmerah{
    border: 1px solid #000000;
    border-radius: 50px;
    background-color: red;
    color: white;
    height:50px;
    width:50px;
    padding-left: 10px;
    padding-top: 15px;
}

.percentbar { 
    background:#CCCCCC; 
    border:1px solid #666666; 
    height:20px; 
    }
.percentbar div { 
    background: #28B8C0; 
    height: 20px; 
    }

.badge-red {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ff0000;
  border-radius: 10px;
}

ul {
  margin-top: 0;
  margin-left: -10px;
}

ul li {
  margin-left: -15px;
}

ol {
  margin-top: 0;
  margin-left: -10px;
}

ol li {
  margin-left: -15px;
}