/* overrides */

.pagination-bottom {
	margin-top: 15px !important;
}

.sidebar-mini {
	background:#323440 !important;
}

/* Adminlte Custom override */

.btn .caret {
    right: 0;
    float: right;
    margin-top: 7px;
}


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

.login-box, .register-box {
    width: 400px ;
}

.login-box-body, .register-box-body {
    border-radius: 0;
    padding:30px;
}

.login-box > .forget-password-body {
    background-color: #56596a;
    color: #7d8094;
    padding: 5%;
    text-align: center;
}

.login-box > .forget-password-body a {
    color: #7d8094;
    text-decoration: underline;
}


.login-box > .bottom-logo-body {
    background-color: #323440;
    color: #575f6e;
    padding: 5%;
    padding: 10px 0;
    font-size: 2em;
}

.blue-light {
    color: #05b1e4;
}

.btn-primary-login {
    background-color: #18b6e4;
    border-color: #18b6e4;
    color: #fff;
    margin-top:25%;
}

.btn-primary-login:hover {
    color: #fff;
}

.login-box-msg {
    color: #18b6e4;
}

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

.skin-blue .main-header .navbar {
    background-color: #fff !important;
    border-bottom: 1px solid #d3d3d3;
    color: #323440 !important;
}

.skin-blue .sidebar-menu>li.header {
    background: #323440 !important;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #ddd !important;
}

.skin-blue .main-header .navbar .sidebar-toggle {
    color: #323440 !important;
}
.skin-blue .main-header .navbar .nav>li>a{
    color: #323440 !important;
}

.skin-blue .main-header .logo {
    background-color: #323440 !important;
    color: #575f6e !important;
}

.sidebar-menu {
}

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

.skin-blue .sidebar-menu > li > .treeview-menu {
    background-color: #323440 !important;
    margin-top: 3% !important;
    margin-bottom: 3% !important;
}

.treeview {
    border-bottom: 1px solid #525568;
}

.skin-blue .sidebar-form input[type="text"], .skin-blue .sidebar-form .btn {
    background-color: #354959 !important;
}

.sidebar-menu > li > a {
    padding: 15px 5px 15px 15px !important;
}

.sidebar-menu {
    margin-top:10% !important;      
}

/* dashboard */
.dashboard-bg {
    background: #ecf0f5 !important
}

.row-inner {
    padding-left:15px;
}

.header-text {
    color: #797979 !important;
    font-size: 1em !important;
}

.box.box-solid{
    min-height:300px;
}

.box.box-light-blue {
    border-top-color: #39cccc;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #39cccc !important;
}