/* override style.css */
.page-head {
    padding: 5px 25px;
}
.block-flat .header {
    padding: 8px 0px;
}
.block-flat .content {
    padding-top: 10px;
}
.block-flat .content h4 {
    margin-top: 12px;
}
.block-flat {
    margin-bottom: 5px;
}
.accordion.accordion-semi .panel-collapse .panel-body {
    padding-left: 20px;
}
.accordion {
    margin-bottom: 0px;
}
.panel-group {
    margin-bottom: 0px;
}
.cl-mcont {
    font-weight: normal;
}
.cl-mcont .row {
    margin-top: 5px;
}
.table {
    margin-bottom: 0px;
}
.row-ext {
    margin-top: -10px !important;
}
.cl-vnavigation .parent ul li a {
    padding-left: 20px;
    font-size: 12px;
}
.cl-vnavigation .parent ul li:last-child {
    padding-bottom: 0px;
}
.cl-vnavigation .menu_level_1 ul li a {
    padding-left: 30px;
}
.cl-vnavigation .menu_level_2 ul li a {
    padding-left: 40px;
}
.cl-vnavigation .menu_level_3 ul li a {
    padding-left: 60px;
}
.cl-vnavigation .menu_level_4 ul li a {
    padding-left: 80px;
}

/* sidebar */
#cl-wrapper .cl-sidebar .side-user .info p {
    font-size: 12px;
    text-align: center;
    color: grey;
}
#cl-wrapper .cl-sidebar .side-user {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* form */
/*.form-group {
    margin-top: 2px;
    margin-bottom: 2px;
} */
.input-group {
    margin-bottom: 0px;
}
label {
    font-weight: bold;
}
.ucase {
    text-transform: uppercase;
}

/* required field */
.required {
    border-bottom-color: #FC9700;
}
:required {
    border-bottom-color: #FC9700;
}
/* after validate */
.parsley-error {
    border-color: #FF0000 !important;
}

/* tulisan lebih jelas */
body {
    font-family: sans-serif;
    font-size: 13px;
}
.form-control {
    color: #000000;
}
table thead th{
    font-weight: bold;
}
table tbody td{
    color: #000000;
    font-size: 13px;
}

/* */
b {
    font-weight: bold;
}

/* logo */
.navbar-collapse {
    /* fix ngga bisa diklik */
    max-height: none !important;
    position: inherit;
}
.navbar-header .navbar-brand {
    background: url(../images/logo_only.png) no-repeat 0 11px;
    width: auto;
}

/* for ajax loading */
#just-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(250,250,250,.6)  url(../images/progress.gif) no-repeat center;
    z-index: 100000;
}

/* paging */
.paging-count {
    padding-top: 20px;
    color: grey;
    font-style: italic;
}

/* Table sort indicators */

th.sortable {
  position: relative;
  cursor: pointer;
}

th.sortable::after {
  font-family: FontAwesome;
  content: "\f0dc";
  position: absolute;
  right: 8px;
  color: #999;
}

th.sortable.asc::after {
  content: "\f0d8";
}

th.sortable.desc::after {
  content: "\f0d7";
}

th.sortable:hover::after {
  color: #333;
}

/* Heading styles */

h1.age-header {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
h2.page-header {
  margin-top: 0px;
  padding-top: 0px;
  line-height: 15px;
  vertical-align: middle;
}
h1 > .divider:before,
h2 > .divider:before,
h3 > .divider:before,
h4 > .divider:before,
h5 > .divider:before,
h6 > .divider:before,
.h1 > .divider:before,
.h2 > .divider:before,
.h3 > .divider:before,
.h4 > .divider:before,
.h5 > .divider:before,
.h6 > .divider:before {
  color: #777;
  content: "\0223E\0020";
}

/* */
.spacer-20 {
    margin-top: 20px !important;
}

.nowrap {
    white-space: nowrap;
}

.no-background {
    background-color: transparent;
}
