@charset "utf-8";
.table-hover tbody tr:hover > td {
    cursor: pointer;
}
.panel-heading {
    cursor: pointer;
}
.icon-ttd { 
	width: 16px;
	height: 16px;
    background-image: url("../images/ttd16.png");
    background-position: center center;
}
.list_bidang_front { /* list bidang ijin depan / statistik */
  display: block;
  height: 30px;
  padding: 6px 6px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-width: 0;
  border-bottom: 1px solid #ccc;
/*   border-radius: 4px; 
  -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;	*/
}
@media (max-width: 768px) {
  .logged-user {
    display: none;
  }
}
.list-group-item { cursor: pointer; }
.row.frm-cetak { padding: 5px; }
.roboto-reg { font-family: Roboto; }
.roboto-light { font-family: Roboto; font-weight: 300; }
.roboto-bold { font-family: Roboto; font-weight: 700; }
.roboto-thin { font-family: Roboto; font-weight: 100; }
.alert.alert-mini {
  padding: 5px;
  margin-bottom: 3px;
}
.alert.alert-mini .alert-link {
  font-weight: bold;
}
.alert.alert-mini > p,
.alert.alert-mini > ul {
  margin-bottom: 0;
}
.alert.alert-mini > p + p {
  margin-top: 5px;
}

.prn-preview {
  float: right;
  cursor: pointer;
  padding: 4px 8px;
}
.btn-left-space5 { margin-left: 5px; }
.btn-left-space10 { margin-left: 10px; }

.btn-right-space10 { margin-right: 5px; }
.btn-right-space10 { margin-right: 10px; }

#notifbox { padding-left: 20px; display: inline-block; }
.notifbox { padding-left: 20px; display: inline-block; }

.form-input-bottom {
  border: none;
  border-bottom: 1px solid rgba(0,0,0, 0.2);
  display: block;
  font-size: 14px;
  font-weight: bold;
  font-family: "Helvetica", "Arial", sans-serif;
  margin: 0;
  padding: 4px 4px;
  background: none;
  text-align: left;
  color: inherit;	
}
.form-input-bottom:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.no-width { width: 0; background-color: #fff; border: none; }
