.nav-link
{
	white-space: nowrap;
}

.navfresh .active a,
.navfresh .active a:hover {
    color: #a3a !important;;
    font-weight: bolder !important;;
    background-color: #fff !important;;
}

.banner1 {
    color:#999;
	border:1 solid #eee;
}

.banner1 i {
    color:#66f;
    font-size:8em;
}

h3 {
    color:#777;
    font-size:3em;
}

.banner1 .span2 {
    font-size:1.2em;
}

.banner2 .span3 {
    color:#777;
    font-size:3em;
}

.rpanel {
	background:black;
	color:white;
    overflow-x: scroll; 
}

.lpanel{
	background:#ddd;	
    overflow-x: scroll; 
}

.mdvw {
	height:100%;
	padding-bottom:5vh;
    overflow-y: scroll; 
}

.mdv {
	position:absolute;
	top:90px;
	bottom:55px;
	width:100%;
}

.dent {
	margin-left:20px;
}
	
.rscroll {
	    position: absolute;
    top: 90px;
    bottom: 65;
    left: 300px;
	width:85%;
    overflow-y: scroll; 
}

.ecol-container {
    border:1px solid black;
	display:table;
	background:#fff;
	color:#424242;
	width:100%;
	margin:3px;
}
.ecol {
	display:table-cell;
	padding:10px;
	width:50%;
}

div.pcard img.icon {
	width:100px;
	height:100px;
	margin-bottom:3px;
}
div.pcard {width:350px; font-size:.9em;}
.lcard {width:300px;}
div.card-body {margin:5px;}
div.card-footer {font-size:.8em;}

.my-sidebar {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
	    position: absolute;
    top: 90px;
    bottom: 0;
    left: 0;
    overflow-y: scroll; 
}

div.ccard img.icon {
	width:100px;
	height:100px;
	margin-bottom:3px;
}
div.ccard {width:650px; margin:10px;}
div.content {height:170px;padding:10px;}

.banner {
width:50%;
height:50%;
}

.markdown {
  background-color: lightblue;
  width: 600px;
  overflow: auto;
}

.sidebar {
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
	background-color:#eee;
}

.bookmark {
	position:absolute;
	top:-3px;
	right:10px;
	color:ddd;
	font-size:2em;
}
.bookmark:hover {
  color: red;
}

#side_menu{
height: 100%;	
}

#news {
	border:1px solid #AAA;
	position:sticky;
	top:100px;
	margin-top:20px;
	margin-bottom:50px;
	background-color:#FFF;
}

#carousel {
	height:300px;
	width:100%;
}

.carousel2-inner{
  height: 100% !important;
}
.carousel-inner > .carousel-item > img {
height:300px;
width:100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 30px;
  color: red;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 30px;
  color: red;
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    /* background-color: rgba(255,255,255,.075); */
    background-color: rgb(150,150,150);
}

.glow {
  box-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

.bg-light {
    background-color: #f8f9fa!important;
}

.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #000;
    -webkit-transition: .35s;
    transition: .35s;
}

.imgsmall {
width:100px;
height:100px;
margin-top:10px;
}

.imgxsmall {
width:50px;
height:50px;
}

.tab-pane {
	padding-left:0px;
	padding-right:0px;
}

#notification {
	font-size:2em;
}

body {
  font-family: "Poppins", sans-serif;
  color:#aaa;
  font-size:1em;
}
body {
  position: relative;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#footerpadding {
	 padding-top:5rem;
	 padding-bottom:2rem;
	 min-height: 99vh;
}

#footer {
  position: absolute;
  width:100%;
  bottom: 14;
  height: 2.5rem;
}

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 10px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}


/* FORM TYPOGRAPHY*/
.lgn input[type=button], .lgn input[type=submit], .lgn input[type=reset]  {
  background-color: #56baed;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lgn input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
  background-color: #39ace7;
}

.lgn input[type=button]:active, input[type=submit]:active, input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.lgn input[type=text], .lgn input[type=password] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.lgn input[type=text]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

.lgn input[type=text]:placeholder {
  color: #cccccc;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}