/*
 * 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: "CMS";
}

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-tiny.png?v=3) no-repeat center center;
    /*  margin-top: -1px !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
*/
    border: 0;

}

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: #2B4C65;
}

body.smart-style-6 .minifyme {
    background: #2B4C65;
    color: #FFF;
}

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

.fixed-header.fixed-ribbon #header {
    border-bottom: 3px solid #100C58;
    border-bottom-color: #100C58;
    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: #2B4C65 !important;
    background: #2B4C65;
    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;
}

.example_content {
    display: none;
}

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

.modal-header {
    background-color: #2B4C65;
    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 #fabd0c;
    -moz-box-shadow: 0 2px 0 #fabd0c;
    box-shadow: 0 2px 0 #fabd0c;
    z-index: 10;
}