@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css?family=Poiret+One');
body, html {
  height: 100%;
  background-repeat: no-repeat;
  /*background-image: linear-gradient(rgb(12, 97, 33),rgb(104, 145, 162));*/
  position: relative;
}

.label-tag {
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0px 0px 0px;
  padding: 2px 5px;
}

.carousel-control.left, .carousel-control.right {
  background-image: none !important;
}

.iconbig {
  font-size: 40px;
  padding-top: 5px;
  padding-left: 5px;
}

.user-block .username2, .user-block .description, .user-block .comment {
  display: block;
  margin-left: 50px;
}

.user-block .username2 {
  font-size: 22px;
  font-weight: 600;
}

.description2 {
  color: #717171;
  font-size: 14px;
  text-align: justify;
}

.minmargin {
  padding: 0px;
  margin: 10px 0px;
}

.minmargintop {
  padding: 0px;
  font-size: 20px;
  margin: 0px 0px 10px 0px;
}

.user-block .img-circle2 {
  width: 60px;
  height: 60px;
  margin: 5px 5px 0px 0px;
  border-radius: 50%
}

.carousel-inner .item img {
  width: 100%;
  height: 100%;
}

.carousel-indicators {
  bottom: 5px;
  left: 10px;
  width: auto;
  padding: 5px 25px 5px 25px;
  margin-left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.carousel-indicators li {
  border-radius: 0;
  width: 8px;
  height: 8px;
  background: #fff;
}

.carousel-indicators .active {
  width: 10px;
  height: 10px;
  background: #2B5793;
  border-color: #00456D;
}

.carousel-control {
  padding: 4px 0;
  width: 26px;
  top: auto;
  left: auto;
  bottom: 12px;
  opacity: 0.85;
}

.carousel-control.right {
  right: 10px;
}

.carousel-control.left {
  right: 46px;
}

.carousel-caption {
  top: 10px;
  width: auto;
  right: auto;
  bottom: 70px;
  left: 10px;
  padding: 0px;
  text-align: left;
  height: auto;
  max-width: 85%;
}

.hero {
  padding: 5px 10px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.7);
}

.hero1 {
  padding: 5px 10px;
  margin: 5px;
  background-color: rgba(0, 0, 0, 0.7);
}

.wrapword {
  white-space: -moz-pre-wrap !important;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.boxs {
  border: 1px solid #000;
  background-color: #fff;
  padding: 4px 10px;
  margin: 4px;
  float: left;
}

.table td.fit, .table th.fit {
  white-space: nowrap;
  width: 1%;
}

.btn-fit {
  padding-left: 7px;
  padding-right: 7px;
}

.pagination li a {
  padding-left: 7px;
  padding-right: 7px;
}

.progress {
  padding: 15px;
}

.btn-file {
  /*Untuk Input file*/
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  padding-top: 15px;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.error {
  color: #940707;
}

.aksi3 {
  width: 115px;
  max-width: 115px;
}

.aksi2 {
  width: 80px;
  max-width: 80px;
}

.aksi1 {
  width: 40px;
  max-width: 40px;
}

.baseaksi3 {
  width: 135px;
  max-width: 135px;
}

.baseaksi2 {
  width: 95px;
  max-width: 95px;
}

.baseaksi1 {
  width: 60px;
  max-width: 60px;
}

.modul {
  font-size: 32px;
}

.suratable {
  width: 75px;
  max-width: 75px;
  min-width: 75px;
}

.panelsurat {
  padding: 0px 0px 0px 10px;
}

@media (max-width: 767px) {
  .panelsurat {
    padding: 0px 0px 0px 0px;
  }
  .suratable {
    width: 75px;
    max-width: 75px;
    min-width: 75px;
  }
  .modul {
    font-size: 16px;
  }
  .aksi3 {
    width: 115px;
    max-width: 115px;
  }
  .aksi2 {
    width: 80px;
    max-width: 80px;
  }
  .aksi1 {
    width: 40px;
    max-width: 40px;
  }
  .baseaksi3 {
    width: 135px;
    max-width: 135px;
  }
  .baseaksi2 {
    width: 95px;
    max-width: 95px;
  }
  .baseaksi1 {
    width: 60px;
    max-width: 60px;
  }
}

.select2-selection, .select2-selection--multiple {
  padding-left: 7px;
}

#login-box {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  margin: 0 auto;
  border: 1px solid black;
  background: #108CD3;
  min-height: 250px;
  padding: 20px;
  z-index: 9999;
}

#login-box {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  margin: 0 auto;
  border: 1px solid black;
  background: #05b63e;
  min-height: 250px;
  padding: 20px;
  z-index: 9999;
}

#login-box a {
  color: #fff;
}

#login-box a:hover {
  color: #16622e;
}

#login-box .logo .logo-caption {
  font-family: 'Poiret One', 'arial';
  color: white;
  text-align: left;
  margin-bottom: 0px;
}

#login-box .logo .tweak {
  color: #000000;
}

#login-box .controls {
  padding-top: 30px;
}

#login-box .controls input {
  border-radius: 0px;
  background: rgb(102, 232, 110);
  border: 0px;
  color: #737373;
  font-family: 'Nunito', sans-serif, 'arial';
}

#login-box .controls input:focus {
  box-shadow: none;
}

#login-box .controls input:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

#login-box .controls input:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

#login-box button.btn-custom {
  margin-top: 8px;
  background: #e7d10d;
  border-color: rgba(48, 47, 46, 0.42);
  color: white;
  font-family: 'Nunito', sans-serif;
}

#login-box button.btn-custom2 {
  margin-top: 8px;
  background: #2acd16;
  border-color: rgba(48, 47, 46, 0.42);
  color: white;
  font-family: 'Nunito', sans-serif;
}

#login-box button.btn-custom:hover {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background: rgba(48, 46, 45, 1);
  border-color: #e7d10d;
}

#login-box button.btn-custom2:hover {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background: rgba(48, 46, 45, 1);
  border-color: #2acd16;
}

#particles-js {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: fixed;
  top: 0px;
  z-index: 1;
}

/*galery hover*/

.col-big {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 20%;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75, 75, 75, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.1);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  margin: 0px;
}

.hovereffect p.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  border: 2px solid #000;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 2px;
}

.hovereffect:hover p.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect p.info:hover {
  box-shadow: 0 0 5px #fff;
}

/*=========================
  Icons
 ================= */

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 2px;
}

/* footer social icons */

.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoEmail:hover {
  background-color: #ddb81e;
}

.social-network a.icoEmail:hover i, .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
  color: #fff;
}

a.socialIcon:hover, .socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-circle a {
  background-color: #D3D3D3;
}

.sidebar-form input {
  color: #fff;
}

mark {
  background-color: #ffca41;
}

.logo-lg {
  font-size: 15px;
  font-weight: bold;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
