fw.skin-black .wrapper .main-header>.logo,
.skin-black .wrapper .main-header .navbar,
.skin-black .wrapper .main-header .navbar a,
.skin-black .wrapper .main-header .navbar a span,
.skin-black .wrapper .main-header .navbar a i,
.skin-black .wrapper .main-header .navbar a i span {
    background-color: #A59682;
    color: white;
}

.skin-black .wrapper .main-header>.logo {
    background-color: #645137;
    color: white;
}

.skin-black .wrapper,
.skin-black .main-sidebar,
.skin-black .left-side {
    background-color: #645137;
}

.skin-black .sidebar a {
    color: #fff;
}

.bg-brown {
    background: #66410f;
    color: wheat;
    text-align: center;
}

.table-responsive .table thead {
    background: linear-gradient(135deg, #a59682 0%, #645137 100%);
    color: white;
}

.btn.btn-default {
    background-color: #705e45;
    color: white;
}

.cForm {

    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    margin: 10px auto;
    direction: rtl;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.cForm label {
    display: block;
    margin-bottom: 8px;
    color: #5d4b36;
    font-weight: 600;
    font-size: 14px;
}

.cForm .form-text {
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f9f9f9;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

.cForm .form-text:focus {
    border-color: #8c704b;
    outline: 0;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(140, 112, 75, 0.15);
}

.cForm .form-item-num {
    margin-bottom: 20px;
}

.cForm .form-submit {
    display: inline-block;
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;

    color: #fff;
    background-color: #5d4b36;
    transition: background-color 0.2s;
}

.cForm .form-submit:hover {
    background-color: #4a3b2b;
    text-decoration: none;
}

.cForm input[type="hidden"] {
    display: none;
}

.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
    padding: 15px 20px 4px 4px !important;
}

.sidebar {
    background-color: #312617;
}

.table-responsive .table tbody tr:nth-child(2n) {
    background-color: #fff;
}

.table-responsive .table tbody tr:nth-child(2n+1) {
    background-color: #fff5e6;
}

.box.box-success {
    border-top-color: #69563d;
}

.page-control.skin-black .wrapper,
.page-control.skin-black .main-sidebar,
.page-control.skin-black .left-side {
    background-color: #302516;
}

.main-footer {
    background: #ffecd1 none repeat scroll 0 0;
    border-top: 1px solid #fff;

}

.content-wrapper,
.right-side {
    background-color: #fdf4ed;
}

.skin-black .sidebar-menu>li>.treeview-menu {
    background: #4b3c28;
}

.skin-black .sidebar-menu>li:hover>a,
.skin-black .sidebar-menu>li.active>a {
    background: #4b3c28;
}

.skin-black .treeview-menu>li>a {
    color: #ffe9dd;
}

.table-responsive .btn-default {
    background-color: #aa6d55;
}