.login-page, .register-page {
    background: #151521;
}

.skin-blue .main-header .logo:hover {
    background: #151521;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background: #151521;
}

.skin-blue .main-header .logo {
    background: #151521;
}

.skin-blue .main-header .navbar {
    background: #151521;
}

a {
    color: #e7501c;
}

a:hover, a:active, a:focus {
    color: #c86113;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    border-left-color: #e7501c;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #f3f3f3;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    background-color: #e0e0e0;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    color: #333;
}

.skin-blue .sidebar a {
    color: #333;
}

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

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

.btn-primary:hover {
    background: #c86113;
    border-color: #c86113;
}

.navbar-custom-menu {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #fff;
    padding-right: 15px;
}

.Processed td {
    background: #dff0d8;
    color: #3c763d;
}

.Pending td {
    color: #31708f;
    background: #d9edf7;
}

.Failed td {
    color: #a94442;
    background: #f2dede;   
}