/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

body.smart-style-6 #logo-group > span#logo:before {
  content: "KLB";
}

div#content {
  background: url(/assets/img/mybg.png);
}

table.dataTable > thead > tr > th.sorting_asc,
.dataTable > thead > tr > th.sorting_desc {
  background-image: -webkit-linear-gradient(top, #eff3f8 0, #e3e7ed 100%);
  background-image: -o-linear-gradient(top, #eff3f8 0, #e3e7ed 100%);
  background-image: linear-gradient(to bottom, #eff3f8 0, #e3e7ed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeff3f8', endColorstr='#ffe3e7ed', GradientType=0);
}

table.dataTable > thead > tr > th[class*="sorting_"] {
  color: #307ecc;
  cursor: pointer;
}

body.smart-style-6 .login-info {
  height: 120px;
  background: url(../img/logo.png?v=3) no-repeat center center;
}

table.dataTable > tbody > tr > td[class*="sorting_"] {
  background-color: #fafafa;
}

table.dataTable thead th {
  /*background-color: #333;
    color:#fff;*/
}

.table-condensed.table > tbody > tr > td {
  padding: 4px !important;
}

table.dataTable > thead > tr {
  color: #707070;
  font-weight: 400;
  background: repeat-x #f2f2f2;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0, #ececec 100%);
  background-image: -o-linear-gradient(top, #f8f8f8 0, #ececec 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}

.cg-comboItem {
  height: 30px;
  font-size: 12px;
  text-align: left;
}

i.danger {
  color: #900;
}

i.success {
  color: #090;
}

i.gray {
  color: #ccc;
}

input[type="checkbox"] {
  height: 20px;
}

#extr-page #header {
  height: 100px;
  border-bottom: 1px solid #eee !important;
  background: #f9f8f8 !important;
}

body.smart-style-6 #header,
body.smart-style-6 .dropdown-menu > .active > a,
body.smart-style-6 .dropdown-menu > .active > a:focus,
body.smart-style-6 .dropdown-menu > .active > a:hover,
body.smart-style-6 .dropdown-menu > li > a:focus,
body.smart-style-6 .dropdown-menu > li > a:hover {
  background: #059ade;
}

body.smart-style-6 .minifyme {
  background: #059ade;
  color: #fff;
}

body.smart-style-6 .txt-color-greenDark {
  color: #059ade !important;
}

.fixed-header.fixed-ribbon #header {
  border-bottom: 3px solid #cc3366;
  border-bottom-color: rgba(215, 167, 64, 1);
  border-bottom-style: solid;
  border-bottom-width: 3px;
}

div.dataTables_wrapper .row:nth-child(2) {
  padding: 0;
}

.dataTables_wrapper.form-inline.dt-bootstrap div.row div.col-sm-12 {
  padding-left: 5px;
  padding-right: 5px;
}

div.jarviswidget header {
  border-bottom: 1px solid black;
}

.jarviswidget-color-greenLight > header {
  border-color: #059ade !important;
  background: #059ade;
  color: #fff;
}

.dataTables_filter {
  display: none;
}

#header > :first-child,
aside {
  width: 250px;
}

#main {
  margin-left: 250px;
}

.fixed-navigation nav {
  padding-right: 5px;
}

table.fancytree-ext-table tbody tr.fancytree-active {
  background-color: #cbe8f6;
  border-color: #26a0da;
}

.ui-widget-header,
.ui-state-default,
ui-button {
  background: crimson;
  border: 2px solid brown;
  color: black;
  font-weight: bold;
}

.ui-dialog-titlebar-maximize {
  color: red;
}

.ui-widget-content1 {
  background: none;
}

.ui-widget-content2 {
  border: 0;
  background: none;
  background-color: #fff;
}

.ui-dialog {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.9);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.modal-header {
  background-color: #059ade;
  color: white;
  font-weight: bolder;
}

body.smart-style-6 nav ul li a {
  font-size: 14px;
}

body.smart-style-6 .nav-tabs > li.active > a {
  -webkit-box-shadow: 0 2px 0 #cc3366;
  -moz-box-shadow: 0 2px 0 #cc3366;
  box-shadow: 0 2px 0 #cc3366;
  z-index: 10;
}

/* Standard Bootstrap 3 Badge Colors */
.badge-default {
  background-color: #777;
}
.badge-primary {
  background-color: #337ab7;
}
.badge-success {
  background-color: #5cb85c;
}
.badge-info {
  background-color: #5bc0de;
}
.badge-warning {
  background-color: #f0ad4e;
}
.badge-danger {
  background-color: #d9534f;
}

/* Additional Custom Colors */
.badge-orange {
  background-color: #ff6600;
}
.badge-purple {
  background-color: #800080;
}
.badge-pink {
  background-color: #ff1493;
}
.badge-brown {
  background-color: #a52a2a;
}
.badge-teal {
  background-color: #008080;
}

/* Pill-style badge (rounded) */
.badge-pill {
  border-radius: 10px;
}

.form-control:not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.input-lg:not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.input-sm:not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.input-xs:not([type="file"]):not([type="checkbox"]):not([type="radio"]),
textarea,
.textarea {
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border: 1px solid gray !important;
}


.ui-datepicker td .ui-state-active {
  background-color: #ce2525;
  color: white;
}
