/*!
 * 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.
 */

html,
body {
    font-family: "Lato", sans-serif;
    transition: background-color .5s;
    padding-top: 25px;
    height: 100%;    
}

/* 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: absolute;
    /*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: 3px;
  -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;
}

/*  custom tombol browse file */
input[type="file"] {
    display: none;
}
.custom-browse-file {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid #808080;
    border-radius: 3px;
    background-color: #E8E6E6;
}

/* 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;
}
    
/* 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%;
    }
}

/* 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;
}

/* 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);
}

/*table */
.th {
    background-color: #4CAF50;
    color: white;
}

tr:nth-child(even) {background-color: #f2f2f2
}

/* Fonts Custom */
@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);
}
.ScriptBL {
    font-family: 'ScriptBL', Verdana, sans-serif;
    color: #217609;
}

/* 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;
}

/* Blue border */
hr.lineblue1 {
  border-top: 1px solid blue;
}

.li {
  margin-top: 0;
  padding-left: 15px;
}

/* Header Front */
.header-image { 
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/header1.jpg");  
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity:0.7;    
}

/* Place text in the middle of the image */
.header-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
/* end header front */

.bgpage { 
    position: relative; 
    background-position: center;
    min-height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/header1.jpg);
    background-size: cover;
    opacity: 0.7;
}

.bgpage::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.25);
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  margin-right:10px;
  z-index: 999;
}

.loader_little {
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 999;
    border-radius: 50%;
    background: url('../../assets/images/loader.gif') 50% 50% no-repeat rgb(249,249,249, 0);
    opacity: 1;
}
.loader_little_front {
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 999;
    border-radius: 50%;
    background: url('../assets/images/loader.gif') 50% 50% no-repeat rgb(249,249,249, 0);
    opacity: 1;
}

#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 */
}

#statusloader {
  width:73px;
  height:20px;
  position:fixed;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url("../../assets/images/loader_blue_256.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 */
}

.kedip1{
    animation: blinking 1.5s infinite;
}

.blink_text {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
    to {
      visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
}
.icon-link{
    color: #C0C0C0;
    text-decoration:none;
    cursor: pointer;
    background-color: #FFF;
    border: 1px solid #E9E8E8;
    border-radius:3px;
    padding: 0px 3px 0px 3px;
}
.icon-link:hover{
    color: #0000FF;
    background-color: #C0C0C0;
}
