

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
/* Margin bottom by footer height */
	margin-bottom: 60px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	/*   background-color: #f5f5f5; */
	background: linear-gradient(#ffffff, #f5f5f5);
	color: #fff;
	border-top: 1px solid #f5f5f5;
}

/* Bootstrap customizations */

a {
	color: #333333;
}

ul.breadcrumb {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}

.breadcrumb-item a {
	text-decoration: underline;
}

ul.navbar-nav {
	float: right;
}

.img-greyscale {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.navbar-brand {
	padding: 0px;
}

.navbar-nav>li>a {
	font-size: 1.0em;
	line-height: 1.0em;
/* 	padding-top: 2em; */
}

.navbar {
	margin-bottom: 0px;
	border-radius: 0px;
}

.navbar-inverse {
	background-color: #000000;
}

.navbar-collapse {
	box-shadow: none;
	border: none;
	webkit-box-shadow: none;
}

.nav>li>a {
	padding-left: 10px;
	padding-right: 10px;
}


.navbar-default {
	background-color: #fff;
	border: none;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #222222;
/* 	border-bottom: 2px solid #ff0000; */
	border-bottom: none;
}

.navbar-inverse .navbar-nav>li>a:hover {
	background-color: #222222;
}


.navbar-inverse .navbar-nav>li>a {
	background-color: #000000;
}

.navbar {
  position: static;
}
.navbar .nav > li {
  z-index: 1001;
}

.navbar-default .navbar-nav>li>a:hover {
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.active>a {
	background: none;
	border-bottom: 1px solid #6dba16;
}


.table-noborder td, .table-noborder th,
.table-no-border td, .table-no-border th {
	border: none !important;
}


/* Home page */
.overlay-container {
	position: relative;
	width: 100%;
	height: 350px;
	background-image: url('/img/home-backdrop.jpg');
	background-size: cover;
	z-index: 99;
}

.overlay-screen {
	position: absolute;
	z-index: 100;
	background-color: #ffffff;
/* 	border: 2px solid #6dba16; */
	border: 2px solid #1b40de;
	opacity: 0.7;
    filter: alpha(opacity=60);

	width: 650px;
	left: 50%;
	margin-left: -325px;
	top: 30px;
	height: 200px;
}

.overlay-text {
	position: absolute;
	z-index: 101;
	text-align: center;

	font-size: 2em;
	width: 650px;
	left: 50%;
	margin-left: -325px;
	top: 30px;
	height: 200px;
}


.text-sm {
	font-size: 0.8em;
}

/* Small */
@media only screen and (max-width : 991px) {
	.navbar-toggle {
		margin-right: 0px;
	}
}

/* Extra Small */
@media only screen and (max-width : 768px) {

	.navbar-toggle {
		margin-right: 1em;
	}
	
	.overlay-container {
		position: relative;
		width: 100%;
		height: 200px;
		background-image: url('/img/home-backdrop.jpg');
		background-size: cover;
	}

	.overlay-screen {
		width: 300px;
		left: 50%;
		margin-left: -150px;
		top: 30px;
		height: 150px;
	}
	
	.overlay-text {
		font-size: 1.2em;
		width: 300px;
		left: 50%;
		margin-left: -150px;
		top: 30px;
		height: 150px;
	}
}


@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
	    position: fixed;
	    right: 15px;
	    z-index: 1001;
	    background-color: #fefefe;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

.mo-list-header {
/* 	background-color: #DCE6F2; */
	background-color: #e5e5e5;
	font-size: 1.2em;
	font-weight: 500;
	padding: 0px 10px;
	line-height: 2.5em;
	color: #000000;
}

ul.mo-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.mo-list li {
	line-height: 2.5em;
	border-bottom: 1px solid #efefef;
	
}
ul.mo-list li:last-child {
	border: none
}
ul.mo-list li a {
	width: 100%;
	display: block;
	padding-left: 5px;
}
ul.mo-list li a:hover {
	text-decoration: none;
	background-color: #efefef;
	color: #000;
}
ul.mo-list li a:after {
    content: "\f054\00a0";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    color: #808080;
    font-size: 1em;
}
ul.mo-list li a:active {
	color: #000000;
}

ul.mo-list li.disabled a {
	color: #aeaeae;
}
ul.mo-list li.disabled a:after {
    color: #aeaeae;
}
ul.mo-list li.disabled a:hover {
    background: none;
}

.mo-panel .panel-heading {
	font-weight: 500;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.mo-panel .panel-heading:first-child {
	border-top: none;
}



ul#avatarSelection {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#avatarSelection li {
	position: relative;
	display: inline-block;
	border: 1px solid #efefef;
	margin: 5px;
}
ul#avatarSelection li img {
	width: 128px;
}

ul#avatarSelection li.selected  {
	border: 1px solid #ee1111;
}

.avatar-name {
	position: absolute;
	width: 100%;
	margin-top: -3em;
	padding: 2px;
	background-color: #efefef;
	text-align: center;
	z-index: 10;
}


#form-contact label {
	width: 100%;
}

#form-contact span.error {
	font-size: 0.8em;
	color: #ff0000;
	display: none;
}

#form-contact input.error {
	border-color: #ff0000;
}


.text-underline {
	text-decoration: underline;
}

.td-green {
	background-color: #5cb85c;
	color: #fff;
}

.td-yellow {
	background-color: #F1F023;
	color: #000;
}