body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    color:black;     
}

.navbar-default {
    background-color: #6f42c1;    
} 

.navbar-inverse {
    background-color: #002145;  
    font-weight: 600; 
    font-size: 16px; 
}

.footer.well {
    background-color: #002145;    
}

.navbar-form .form-control {
    height: 35px;
    
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #6f42c1;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #6f42c1;
}


.footer a {
    color: #f1f1f1;
    text-decoration: none;
    background-color: #6f42c1;
}
.btn-primary {
    background: #00bfb3;
    font-size: 18px;
    font-weight:bolder;
}
.table {
    font-size: 16px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #046686;
    font-weight:bold;
}
h1, h2, h3, h4, h5, h6 {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
    color: #6f42c1;
}
h1, .h1 {
    font-size: 39px;
    font-weight:bolder;
    color:#fff;
}

.nav > li > a {
    font-size: 18px;
    font-weight:bold;
}
h3, .h3 {
    font-size: 26px;
    font-weight:bolder;
    color:#36f
}
h4, .h4 {
    font-size: 20px;
    font-weight:bold;
    color:#36f
}
label, .control-label, .help-block, .checkbox, .radio {
    font-size: 15px;
    font-weight: normal;
}

.panel-default>.panel-heading {
    background-color: #f8e1e1;
    border-color: #dddddd;
}
.breadcrumb {
    border: 1px solid #dddddd;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    text-transform:uppercase;
    background-color:#f8e1e1;
}

.box.box-dark {
    background: #444;
    color: #fff;
}

:root {
--body-bg-color: #ffffff;
--navbar-bg-color: #32648d;
--navbar-alt: #C52228;
--navbar-link-color: #fff;
--navbar-focus-color: #ffffff;
--navbar-focus-color-secondary: #333333;
--navbar-hover-color: #458dc8;
--topmenu-link-color: #757575;
--header-text-primary: #fff;
--header-text-secondary: #00bfb3;
--header-caret-color: #bbbbbb;
--header-bg-primary: #6f42c1;
--link-text: #8546f2;
--menu-item-text-light: #fff;
--menu-item-bg: ##6f42c1;
--menu-item-hover: #2c7bb4;
--menu-item-focus: #2c7bb4;
--text-primary: #333333;
--text-secondary: #fff;
--button-bg-primary: #36f;
--button-bg-hover: #2c7bb4;
--button-bg-focus: #2c7bb4;
--button-text-primary: #ffffff;
--button--bg-remove: #e22000;
--text-error: #d70404;
--error-bg: #fff;
--form-readonly-text: #6B6B6B;
--panel-success-background: #248347;
--footer-header-text: #fff;
--footer-bg: #6f42c1;
--footer-text: #fff;
--tab-list-success: #257843;
}