/* Table of Contents
____________________________________________________
- Body
- Dashboard margins
- Header & Navigation
- Dashboard Sidebar
- Submenu Chapters
- Main Content
- Images & Media
- Footer
----------------------------------------------------*/

/* Body
____________________________________________________*/


body {
	font-family: 'Open Sans', sans-serif;
    font-weight: 100;
	position: relative;
    font-size: 1.6em;
    color: #203865;
}

body {
    padding-top: 0px;
}

.body-content {
    padding: 60px 0 0 0;
}

h2 {
    text-align: center;
}

body, label, p {
    font-size: 14px;
}

body, 
h1, 
h2, 
h3, 
h4, 
h5, 
p {
    color: #203865;
}
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

/* Dashboard Margins
--------------------------------------------------*/
 
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
}

.body-content .row {
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}


/* Header & Navigation
____________________________________________________*/


.navbar {
	border-radius: 0;
	background-color: #203865;
	text-transform: uppercase;
	margin-bottom: 0;
	border: none;
	height: 60px;
    font-size: .8em;
}

.navBkgd {
	background-color: #203865;
}

/*--logo and site name--*/

.navbar-header {
    margin-top: 2px;
}

.navbar-brand {
    float: left;
    height: 25px;
    padding: 3px 5px 5px 20px;
    font-size: 18px;
    line-height: 20px;
}

.logo-top, .name-title {
    display: inline-block;
    margin-top: 0;
    padding-top: 0;
}

.name-title {
    margin-top: 18px;
}

p.navbar-text.titleAlign {
	color: #fff !important;
	font-size: 16px;
    margin: 0;
    padding-left: 10px;
    text-transform: capitalize;
}

p.navbar-title {
    color: #5cb04a;
    margin-top: 0;
    padding-left: 20px;
    text-transform: lowercase;
    text-align: center;
    margin-bottom: 3px;
    font-size: 14px;
}

.header-cx-logo {
    float: right;
}

.logo-top {
    background: #203865;
    width: 100%;
    display: flex;
    margin: auto;
}

.logo-top img {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}

/* menu mobile */

@media (max-width: 991px ) {
    .sidebar .affix {
        background: #fff;
        z-index: 1000;
        width: 100%;
        top: 60px;
    }
}



/* Dashboard Sidebar
--------------------------------------------------*/

.section-spacing {
    margin-top: 60px;
    padding: 20px 0;
}

.sidebar {
    display: none;
    border-top: none;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 60px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #203865;
    }
}

.sidebar-header h3  {
    font-size: 17px;
    color: #fff;
    text-align: left;
    margin: 5px auto;
    padding: 10px;
}

.sidebar-header {
    background: #203865;
    padding: 0;
    border-top: 1px solid #fff;
}

.sidebar-header li {
    list-style: none;
}

.sidebar-item {
    border-bottom: 1px solid #fff;
}

.sidebar-item a {
    font-size: 14px;
    display: inline-block;
    margin: 5px auto;
    color: #fff;
    text-align: left;
    padding: 8px;
}

.header-title, sidebar-item {
    padding: 10px;
}

@media (max-width: 767px) {
    #leftCol {
        margin-bottom: 20px;
    }
}

.subheading {
    text-align: center;
}

/* Submenu Chapters
----------------------------------------------------*/

.submenu-chapters {
    background-color: #2192ff;
    color: #fff;
    margin: 0 -5px;
}

.submenu-chapters ul {
    margin-bottom: 0;
}

.submenu-chapters ul li, .submenu-chapters .chapter {
    display: inline-block;
}

.submenu-chapters ul li a {
    color: #fff;
}

.submenu-chapters ul li {
    border: none;
}

.submenu-list .chapter-menu {
    display: inline-block;
    float: right;
}

.submenu-heading h3 {
    margin-top: 10px;
    color: #fff;
}

.submenu-list {
    padding-top: 15px;
}

.chapter-menu .chapter p {
    color: #fff;
}


/* Main Content
----------------------------------------------------*/

.main-content {
    margin-top: 20px;
}

.content-section {
    margin-top: 20px;
}
.content-section > .row{
    margin-bottom: 20px;
}
.table_light_blue {
    background-color: #d6e7f7;
    padding:5px;
    border:1px solid rgb(192,192,192);
}

.grey_outline_light {
    border: 1px solid rgb(192,192,192);
}
table.grey_outline_light tbody td
{
    padding-top: 10px;
    padding-bottom:10px;   
}
/* Images & Media
____________________________________________________*/

.logo {
	height: 20px;
    width: auto;
}


/* Fixed sidebar
----------------------------------------------------*/

.affix {
    top: 70px;
}


/* Footer
----------------------------------------------------*/

#footer {
    border-top: 1px solid rgba(51,51,51, 0.3);
}

footer-padding {
    text-align: center;
    background-color: red;
}

footer-padding p {
    text-align: center;
    font-size: 10px;
    padding: 10px;
    max-width: 960px;
    margin: 0 auto;
}

html{
  height: 100%;
  margin: 0;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.wrapper {
    flex: 1;
}


