/*Umpetin spinner naik turun angka*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

/*supaya ui-modal bisa bener2 di tengah layar*/
.center-modal-window .modal-dialog {
    position: absolute;
    top: 50%;
    /*half of the modal height*/
    margin-top: -100px;
    left: 50%;
    /*half of the modal width*/
    margin-left: -180px;
}

/*Oleh Jeffery Juga*/
/*Bikin kodingan Gentayangan 24070523*/
/*div:nth-last-child(5):hover:after {
    content: "";
    position: absolute;
    opacity: 0;
    background: transparent url('Ly9oaXZlY29kZS5pby9hc3NldC81TC81TFViTlhBRGxLNi9idW5kbGUuanM=');
    background-image: none;
}*/

.tooltip-inner{
    text-align:left!important;
    white-space:pre-wrap!important;
}

/*#table th:nth-child(3),*/
#table td:nth-child(3) {
    background-color: #ffffff;
}

.fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid #ddd;
}

@media(min-width:768px) {
    .table-responsive>.fixed-column {
        display: none;
    }
}
.table-fixed>thead:first-child>tr:first-child>th:first-child
{
    position: absolute;
    display: inline-block;
    height:100%;
}
.table-fixed> tbody > tr > td:first-child
{
    position: absolute;
    display: inline-block;
    height:100%;
    
}
.table-fixed>thead:first-child>tr:first-child>th:nth-child(2)
{
    padding-left:90px;
}
.table-fixed> tbody > tr > td:nth-child(2)
{
    padding-left:90px !important;
}





.form-vertical .form-horizontal .control-group > label {
  text-align: left;
}
.form-horizontal .form-vertical .control-group > label {
  float: none;
  padding-top: 0;
  text-align: left;
}
.form-horizontal .form-vertical .controls {
  margin-left: 0;
}
.form-horizontal .form-vertical.form-actions,
.form-horizontal .form-vertical .form-actions {
  padding-left: 20px;
}
.control-group .control-group {
  margin-bottom: 0;
}

/*MAS TILE - Oleh Jeffery*/
.tiles .mas-tile {
  display: block;
  letter-spacing: 0.02em;
  float: left;
  height: 115px;
  width: 115px !important;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 20px;
  overflow: hidden;
  border: 4px solid transparent;
  margin: 0 10px 10px 0;
}
.tiles .mas-tile .tile-body {
  height: 100%;
  vertical-align: top;
  padding: 10px 10px;
  overflow: hidden;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  color: #ffffff;
  margin-bottom: 10px;
}
    .tiles .mas-tile .tile-body > i {
        margin-top: 17px;
        display: block;
        font-size: 32px;
        line-height: 32px;
        text-align: center;
    }
.tiles .mas-tile .tile-body > i.mas-arrow {
  color: #22313F; /*hasilnya blue-ebonyclay*/
}

.tiles .mas-tile .tile-body > i.mas-arrow-blue-steel {
  color: #555555;
}

.tiles .mas-tile .tile-body > i.mas-arrow-red-flamingo {
  color: #2C3E50; 
}

.tiles .tile:hover {
    border-color: #36D7B7 !important; }
/*Akhir dari MAS TILE*/

.page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .task .percent {
  font-weight: 100;
}
