html {    
    position: relative;
    min-height: 100%;      
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}
.semibold {
    font-weight: 600;
}
body {
    font-size: 14px;
    border-top: 5px solid #0056b3;
    /*margin-bottom: 100px;  Margin bottom by footer height */
    /*background-color: #f0f0f0;*/
  }
.sticky-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px; /* Set the fixed height of the footer here */
}
#footer-wrapper {
    border-top: 5px solid #0056b3;
    background-color: #1D2951;
}
#footer {
    width: 1300px;
    margin: 0 auto;
}
#content-wrapper {
    width: 1300px;
    min-height: 450px;
    box-shadow: -60px 0px 100px -90px #000000, 60px 0px 100px -90px #000000;
}
.breadcrumb {
    margin-bottom: 0 !important;
    background-color: #f5f5dc;
}
#breadcrumb {
    background-color: #f5f5dc;
    /*background-color: #e9ecef;*/
}
.required {
    color: #ff0000;
}

/*
	NEWSTICKERS
*/


/* nt-title */

#nt-title-container {
	background: #F2F2F2;
}

#nt-title {
}

#nt-title li {
	font-size: 28px;
	color: #4E4E4E;
	white-space: nowrap;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* nt-example1
#nt-example1 {
	max-width: 100%;
	margin: auto;
}
#nt-example2 {
	max-width: 100%;
	margin: auto;
}
#nt-example3 {
	max-width: 100%;
	margin: auto;
}
#nt-example4 {
	max-width: 100%;
	margin: auto;
}
#nt-example5 {
	max-width: 100%;
	margin: auto;
} */


.nt-container {
	text-align: left;
}

.nt-container i {
	font-size: 20px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.nt-container i:hover {
	color: #333;
}

ul.nt-list, ul.nt-list li{
    /*margin: 0;*/
    padding-left: 0;
} 

.nt-list li {
	overflow: hidden;
	list-style: none;
	text-align: left;
	height: 40px;
	line-height: 20px;
	font-size: 16px;
	padding: 10px;
    border-bottom: 1px dotted #2c8162;
}

.nt-list li:hover {
	background: #FFF;
}
.nt-list li a{
	color: #4e4e4e;
    padding-left: 20px;
}
/* end of nt-example1 */

