.datepicker{z-index:1151 !important;}
.nav-tabs {
    margin-bottom: 15px;
}
.skin-black-light .main-sidebar{
    background-color:#ccc;
}

.pagination>li>a {
    background: #fafafa;
    color: #666;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.box{
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
}

.users-list>li img {
    height: 100px;
}

.delete-comment{
  color:red;
  font-size:12px;
}

.input-currency{
    text-align: right;
}

.table-borderless > thead > tr > th, 
.table-borderless > tbody > tr > th, 
.table-borderless > tfoot > tr > th, 
.table-borderless > thead > tr > td, 
.table-borderless > tbody > tr > td, 
.table-borderless > tfoot > tr > td{
    border:none;
}

.table-borderblack > thead > tr > th, 
.table-borderblack > tbody > tr > th, 
.table-borderblack > tfoot > tr > th, 
.table-borderblack > thead > tr > td, 
.table-borderblack > tbody > tr > td, 
.table-borderblack > tfoot > tr > td{
    border:1px solid #000;
}

/** start : Menyesuaikan dengan warna tema **/
.logo-lg{
    font-size:18px;
}

.box.box-info {
    border-top-color: #444444;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #525252;
}

.content-wrapper, .right-side {
    background-color: #fff;
}

.content-wrapper {
  content: "";
  background: url("../img/4115.png");
  opacity: 1;
  background-size:cover 
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, 
.h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, 
h5 small, h6 .small, h6 small {
    color:#fff;
}

.content-header > h1 > small {
    color:#444444;
}

.content-header > .breadcrumb > li > a {
    color:#444444;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #ffb600;
}

.btn-primary{
    background-color:#777777;
    border-color: #888888;
}

.btn-primary:hover,.open>.dropdown-toggle.btn-primary{
    color:#fff;
    background-color:#444444;
    border-color:#555555;
}

.main-footer {
    background: #444444;
    color: #fff;
    border-top: 1px solid #333333;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: #714520;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}
/** end : Menyesuaikan dengan warna tema **/

