/**
 * @author          Abd Hamid Bustamin
 * @link            alfalahsoftware@gmail.com
 * @copyright       (c) 2015-2018
 * @description     custom-lte.css, untuk customise tampilan website
 * 
 */

@charset "utf-8";

.disabled-select {
  background-color: #d5d5d5;
  opacity: 0.5;
  border-radius: 3px;
  cursor: not-allowed;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}

/** Modifikasi untuk Warna App **/

/***************************/

.table-bordered {
  border: 0.1px solid #adabab;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 0.1px solid #adabab;
}

.dataTable > thead > tr > th,
.dataTable > tbody > tr > th,
.dataTable > tfoot > tr > th,
.dataTable > thead > tr > td,
.dataTable > tbody > tr > td,
.dataTable > tfoot > tr > td {
  border: 0.1px solid #adabab;
}

.dataTable > thead > tr > th,
.dataTable > tbody > tr > th,
.dataTable > tfoot > tr > th,
.dataTable > thead > tr > td {
  background-color: #3c8dbc;
  color: #ffffff;
}

.user-panel > .image > img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.picture-container {
  position: relative;
  cursor: pointer;
  width: 100%;
}

.picture {
  width: 100%;
  height: 200px;
  background-color: #999999;
  border: 4px solid #cccccc;
  color: #ffffff;
  border-radius: 1%;
  margin: 5px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.picture:hover {
  border-color: #4caf50;
}

.picture input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}
.picture-src {
  width: 100%;
  height: 200px;
}

/* ================================================================================================*/

.page-dark {
  position: relative;
  z-index: 0;
}
.lockscreen-wrapper .help-block,
.lockscreen-logo a,
.lockscreen-footer,
.login-logo a,
.login-box-msg {
  color: #fff;
}
.page-dark::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
}
.page-dark::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(38, 50, 56, 0.6);
}
.login-box {
  width: 460px;
  margin: 7% auto;
}

.login-box-body a,
.login-box-body .checkbox {
  color: white;
}

.login-box-body .checkbox {
  margin-left: 20px;
}

.login-box-body .checkbox:hover {
  color: red;
}

.login-box-body a:hover {
  color: red;
}

.login-box-body {
  background: transparent;
  border: #fff 1px solid;
}

.paginate_button:active {
  outline: none;
  background-color: #00a65a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a65a), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00a65a 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #00a65a 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #00a65a 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #00a65a 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #00a65a 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

.info-box a {
  color: white;
}

.info-box a:hover {
  color: red;
}

.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #3c8dbc;
}

/* modifikasi untuk table */

table,
table thead tr th,
table tfoot tr th,
table tbody tr td {
  vertical-align: central;
}

.table thead th,
.table tfoot th {
  font-weight: bold;
  color: #000000;
  text-align: center;
  vertical-align: central;
}

.table tbody td.tengah,
.table thead th.tengah {
  text-align: center;
  vertical-align: central;
}

.table tbody td.kanan,
.table thead th.kanan {
  text-align: right;
  vertical-align: central;
}

.table tbody td.kiri,
.table thead th.kiri {
  text-align: left;
  vertical-align: central;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  color: #990000;
  background-color: #c4e3f3;
}

.table-hover tbody tr:hover > img.img-opacity {
  opacity: 0.5;
  filter: alpha(opacity=90);
}

.table-hover tbody tr > img.img-opacity {
  opacity: 1;
  filter: alpha(opacity=100);
}

.table thead th:focus,
.table thead th:hover,
.table tfoot th:focus,
.table tfoot th:hover {
  cursor: pointer;
  color: #990000;
}

hr.garis {
  margin-top: 0.1em;
  margin-bottom: -1em;
  padding: 0px;
  border-color: #adabab;
  border-spacing: 0;
  line-height: 1;
}
hr.garis:before {
  margin: 0;
  padding: 0;
}
hr.garis:after {
  margin: 0;
  padding: 0;
}

.table thead tr th bg-primary {
  color: #fff;
  background-color: #337ab7;
}
.table thead tr th bg-success {
  background-color: #dff0d8;
}
.table thead tr th bg-info {
  background-color: #d9edf7;
}
.table thead tr th bg-warning {
  background-color: #fcf8e3;
}
.table thead tr th bg-danger {
  background-color: #f2dede;
}

.welcome {
  margin-top: 100px;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title-custom {
  font-size: 18px;
  margin: 0;
  line-height: 1;
  text-align: center;
}

.box-body-icon {
  font-size: 100px;
  color: #3c8dbc;
}

.box-body-label,
.box-body-field {
  margin-left: 20px;
  font-size: 12px;
  font-weight: bolder;
}

.box-body .tag-line {
  font-size: 12px;
  font-size: 1.9rem;
  font-weight: bolder;
  padding: 5px, 5px;
}

.box-body .garis {
  padding-bottom: 20px;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

@media screen and (max-width: 990px) {
  .box-body-icon {
    display: none;
  }
  .box-body-label {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .small-box h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 0;
    white-space: nowrap;
    padding: 0;
  }

  img.img-opacity {
    height: 50%;
    width: 50%;
  }

  .box-body-icon,
  .box-body-label {
    display: none;
  }

  .box-body-label,
  .box-body-field {
    font-size: 12px;
    width: 100%;
    max-width: 100%;
    margin-left: 30px;
    padding: 0;
  }

  .box-body .tag-line {
    font-size: 12px;
    font-size: 1.3rem;
    font-weight: bolder;
    padding: 5px, 5px;
  }
}
