body {
	text-align:justify;
	font-family: 'Roboto', sans-serif;
	font-size:14px;

}

.fixed-top {
    position:fixed !important;
    top:0 !important;
    right:0 !important;
    left:0!important;
    z-index:1030 !important;
}
.navbar-collapse.collapse{display:flex !important;}
.navbar-brand{
    display: inline-block !important;
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
    margin-right: 1rem !important;
    font-size: 1.25rem !important;
    line-height: inherit !important;
    white-space: nowrap !important;
	height:91px !important;
}	

p {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}
#body-row {
	margin-left: 0;
	margin-right: 0;
}
#sidebar-container {
	min-height: 100vh;
	background: #f5f5f5;
	padding: 10px;
	-webkit-box-shadow: 0px 1px 5px 1px rgba(232,232,232,1);
	-moz-box-shadow: 0px 1px 5px 1px rgba(232,232,232,1);
	box-shadow: 0px 1px 5px 1px rgba(232,232,232,1);
	border: 1px solid #ccc;
	border-radius: 5px;
}
/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
	width: 230px;
}
.sidebar-collapsed {
	width: 60px;
}
#sidebar-container .list-group a {
	color: white;
}
/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
	height: 45px;
	padding-left: 30px;
}
.sidebar-submenu {
	font-size: 0.9rem;
}
/* Separwators */
.sidebar-separator-title {
	background-color: #ececec;
	height: 35px;
}
.sidebar-separator {
	background-color: #333;
	height: 25px;
}
.logo-separator {
	background-color: #ececec;
	height: 60px;
}
/* Closed submenu icon */

#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
	content: " \f0d7";
	font-family: FontAwesome;
	display: inline;
	text-align: right;
	padding-left: 10px;
}
/* Opened submenu icon */

#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
	content: " \f0da";
	font-family: FontAwesome;
	display: inline;
	text-align: right;
	padding-left: 10px;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
.bg-yellow {
	background: #4686a9; /* Old browsers */
	background: -moz-linear-gradient(top, #4686a9 0%, #063d42 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4686a9 0%, #063d42 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #4686a9 0%, #063d42 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4686a9', endColorstr='#063d42', GradientType=0 ); /* IE6-9 */
	color: #000;
}
.bg-light {
	color: #000!important;
	background: #ccc!important;
}
.list-group-item {
	padding: 5px 10px;
	font-size: 13px;
}
.navbar-dark .navbar-nav .active .nav-link {
	color: #000 !important;
}
.navbar-dark .navbar-nav .nav-link {
	color: #000 !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px !important;
	font-size: 14px !important;
}
.lead {
	font-size: 1.55rem;
	font-weight: 300;
	letter-spacing: 1.5px;
}
.card-header {
	padding: 0.45rem 1.25rem;
	margin-bottom: 5px;
	background-color: rgba(0,0,0,.03);
	border-bottom: 2px solid rgba(0,0,0,.125);
}
.card {
	border: 0px solid rgba(0,0,0,.125);
}
.card a {
	color: #7c7c7c;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
.stroke {
	text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}
.list-group {
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	margin: 0px;
	padding: 10px 0px 10px 0px;	
}
h1 {
	font-size: 25px!important;
	font-weight:bold;
	border-bottom: 2px dotted #ccc;
	
}
h2 {
	font-size: 17px!important;
	font-weight:700;
	color:#3e3e3e;

}
h2:after {
	position: absolute;
	content: '';
	height: 2px;
	left: 0px;
	bottom: -1px;
	background: #e84444;
}
h3 {
	font-size: 15px!important;
	font-weight:bold;	
	padding: 0px 0px 0px 0px;
	color:#F00;
	font-weight:bold;
}

h3:after {
	position: absolute;
	content: '';
	height: 0px;
	width: 100%;
	left: 0px;
	bottom: -10px;
	background: #e84444;
}

h4 {
	text-align: center;
	font-weight:bold;	
	margin: 0px;
	padding: 5px;
	color: #000;
	border-bottom: 3px dotted #ccc;
}
h5 {
	font-size: 15px!important;
	font-weight:bold;	
}
ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 15px;
	list-style-type:circle;
	
}
li {
	border-bottom: 0px solid #ccc;
	padding: 5px 0px 5px 0px;
	color: #000000;
	
}
/*
li:before {
        font-family:"fontawesome";
  	content: "\f105";
	padding-right:10px;
  
       
}*/

.showmessage{
	text-align:center;
	font-size:30px; 
	font-weight:bold;
	color:#F00;
	border:thick;
	border-style:double;
	border-radius:5

}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}


.card{
	padding-top:10px;
}

.font-size30 {
	font-size: 30px!important;


}


.bg-color{
	background:#f5f5f5;
}
section.section-bg-img{
    margin-top:82px;
}
@media screen and (max-width: 768px) {
    section.section-bg-img{
        margin-top:200px;
    }
    ul.navbar-nav.ml-auto.text-center {
        display: flex;
        flex-direction: row!important;
     }
}