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

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;
}

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;
}



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: #294FA0;
}

body.smart-style-6 .minifyme {
    background: #294FA0;
    color: #FFF;
}

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

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

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

#main {
    margin-left: 260px;
}

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

.fixed-navigation nav>ul {
    width: 105%;
}

.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: #294FA0;
    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 #FFC341;
    -moz-box-shadow: 0 2px 0 #FFC341;
    box-shadow: 0 2px 0 #FFC341;
    z-index: 10;
}