.page-content {
    background: #318bf2; /*#0057a8*/ /*#318bf2*/ /* 009ad9*/
}

/* Profile Section */
.profile-cover
{
    background-repeat: repeat;
    background-size:initial;
    height:150px;
}
.profile-image {
    position: absolute;
    margin: 50px 20px 20px;
}

/* Button Primary */
.btn-primary {
    background-color: #318bf2;
    transition: background-color 0.25s;
    border-radius: 2px;
}
.btn-primary:hover {
    background-color: #519df4;
}

/* Logo Section */
.navbar .logo-box {
    background: #318bf2;
}
.navbar .logo-box a {
    color: #ffffff;
}

/* Profile Section */
.sidebar-header {
    background: #318bf2;
}
.sidebar-profile span small {
    color: #318bf2;
}

/* Menu */
.sidebar {
    background: #318bf2;
}
.menu {
    background: #318bf2;
}
.menu.accordion-menu a {
    color: #ffffff;
}

/* Menu Hover */
.menu.accordion-menu > li > a:hover,
.menu.accordion-menu > li.active > a,
.menu.accordion-menu > li.active.open > a  {
	background: #519df4;
    color: #ffffff;
}

/* Submenu Header */
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li.droplink:hover > a,
.horizontal-bar .accordion-menu > li.droplink:hover > a,
.menu.accordion-menu ul,
.menu.accordion-menu li.open > a,
.hover-menu .accordion-menu > li.droplink:hover > a {
    background: #519df4;
    color: #ffffff;
}

/* Submenu Item */
.menu.accordion-menu ul li a {
    color: #ffffff;
}

/* Submenu Item Hover */
.menu.accordion-menu ul li a:hover,
.menu.accordion-menu ul li.active a {
	background: #519df4;
    color: #ffffff;
}



/* Remove the header */
.page-header-fixed:not(.page-sidebar-fixed):not(.page-horizontal-bar) .page-inner {
    padding: 0px;
}
.page-header-fixed .page-sidebar {
    padding-top: 0px;
}

.logo-box
{
    background-color:#f1f4f9;
    text-align:center;
    padding:12px;

}
.logo-box img
{
    width:90%;
    height:auto;
}

.page-header
{
    padding-bottom: 0px;
    margin:0px;
     border-bottom: 0px solid #eee;
}
    .page-header h1 {
        font-weight: bolder;
        text-transform: uppercase;
        margin-top: 30px;
        margin-bottom: 20px;
        color: #000000;
         font-size:16px;
    }
    .page-header h2 {
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 15px;
        color: #318bf2;
        font-size:14px;
    }
.form-group {
    text-align: left;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-group.open .btn-primary.dropdown-toggle,
.btn.btn-primary.active {
    background-color: #318bf2;
}