html, body {padding:0;margin:0;color: #808d96;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #002d6a;
}

.slogan{
	font-size:1.5em;
	color:#002d6a;
	float:left;
	margin-top:10px;
	margin-left:10px;
}

.red {
	color: #ff5964;
}

.bold{
	font-weight: bold;
}

.announcement {
	padding: 5px;
}

.important-announcement {
	color: #ff5964;
	font-weight: bold;
}

.orange{
	color: #f5812b;
}

.form-group label {
	color: #808d96;
}

.c3-legend-item {
	display: none;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-header {
	display: none;
}

.menu-nav{
	margin-left:40px;
}

.navbar-default {
	background-color: #ebf0f6;
	border:none;
}

.navbar-default .navbar-nav>li>a {
	color: #002d6a;
	font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	background: transparent;
	color: #f5812b;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: transparent;
	color: #f5812b;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background: transparent;
	color: #f5812b;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #f5f7fa;
}

.form-control {
	background-color: #f5f7fa;
	border: 1px solid #d7e2ee;
	color: #808d96;
	border-radius: 0px;
	box-shadow: none;
}
.btn-default {
	color: #808d96 !important;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-color: #f5f7fa;
	border: 1px solid #d7e2ee;
	color: #808d96;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f5f7fa;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	/*border: 1px solid #d7e2ee;*/
	border-color: #d7e2ee;
}

.table tr.current td{
	background-color: rgba(245, 129, 43, 0.2) !important;
}

.users {
	list-style: none;
	padding: 0px; 
}

.category-prize .prize {
    /* background: url(../images/wallet.png); */
    background-size: cover;
    width: 100%;
    max-width: 220px;
    height: 220px;
    font-size: 45px;
    margin: 0 auto;
    padding-top: 100px;
    padding-left: 26px;
}

.category {
	border: 1px solid rgba(0,0,0,0.15); 
	margin: 20px;
}

.category-summary {
	font-size: 1.5em;
    color: #fff;
    background-color: #555;
    text-align: center;
    margin-bottom: 20px;
}

#solution-output.valid {
	color:green;
}

#solution-output.invalid {
	color: red;
}

#solution-output #warnings{
	background-color:yellow;
}

#solution-validating{
	background-image: url(../images/spinner.gif);
	height:200px;
	background-repeat: no-repeat;
	background-position: center;
}

.spinner {
	background-image: url(../images/spinner.gif);
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
}

.instance {
	margin: 10px 0 10px 0;
	border: 3px solid black;
}

.instance .instance-name {
	background-color:black;
	font-size:1.5em;
	color:white;
}

.instance-content .week-label {
	padding: 10px;
	background-color:#cccccc80;
	border-top: 1px solid black;
	border-bottom:1px solid #00000040;
	font-weight:bold;
}

.site-header{
    background: #b0bec5;
    position: relative;
    width: 100%;
    margin-bottom: 3em;
    overflow: hidden;
    min-height: 200px;
}

.site-header .site-branding {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%,-50%);
	text-align: center;  
}

.site-title, .site-description {
	color: #fff;
	letter-spacing: 0;
	text-transform: none;
	text-shadow: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.site-title{
	font-size: 3.5em;
	font-weight: 100;
}

.site-description {
    font-size: 1em;
    font-weight: 400;
    padding: 0.2em 0em;
}

.site-title::after{
	background-color: #fff;
	content:"";
	height: 1px;
	display: block;
	width: 20%;
	margin: 5px auto;
}

@media (max-width: 767px) {
	.site-header{
        position: relative;
        width: 100%;
        min-height: 170px;
        margin-bottom: 2em;
    }

    .site-title {
		background-color: #fff;
        font-size: 2.1em;
        letter-spacing: 10px;  
    }

    .site-title::after{
        background-color: #fff;
        content:"";
        height: 1px;
        display: block;
        width: 20%;
        margin: 5px auto;
    }

    .site-description {
		background-color: #fff;
        font-size: 14px;
        letter-spacing: 1px; 
	}
}

@media (max-width: 359px) {
    .site-header{
        position: relative;
        width: 100%;
        min-height: 100px;
        margin-bottom: 1.5em;
    }

    .site-title {
        font-size: 2em;
        letter-spacing: 2px;  
        margin-top: 5px;
        margin-bottom: 3px;
    }

    .site-title ::after{
        margin: 2px auto;
    }

    .site-description {
        font-size: 8px;
        letter-spacing: 0px;
        margin-top: 1px;
        margin-bottom: 2px;
    }
}

.entry-header,.entry-content{
	padding: 0 4em;
	margin: 0;
	width: 100%;
    word-wrap:break-word;
    overflow: hidden;
}

.entry-header{
    text-align: center;
}

.entry-header::after{
	background-color: #f5812b;
	content: "";
    height: 2px;
    display: block;
    width: 50px;
    margin: 10px auto;
}

.entry-content{
	text-align: justify;
}

.entry-title{
    margin-bottom: 14px;
}

.entry-title::after{
	background-color: #fff;
	content:"";
	height: 1px;
	display: block;
	width: 20%;
	margin: 5px auto;
}

.releaseMessage {
	padding: 15px;
}

.timeline{
	width:100%;
}

.forum a {
	color:inherit;
}

.forum-actions{
	padding-top:10px;
}

.forum .topics {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid darkgray;
}

.forum .topics-header {
	margin-bottom: 20px;
	font-size: 1.2em;
}

.forum .topic{
	padding: 5px;
	margin: 1px;
}

.forum .topic .topic-title{
	font-size: 1.2em;
	padding-top: 5px;
}

.forum .topic .topic-author {
	text-align: right;
	padding-right:5px;
}

.forum .topic:nth-child(even){
	background-color: #ddd;
}

.forum .topic:nth-child(odd) {
	background-color: #ededed;
}

.thread .thread-header-info{
	text-align:right;
	font-size: 0.9em;
	padding-bottom: 5px;
	float: right;
}

.thread-header-title {
	font-size: 1.9em;	
	border-bottom: 1px solid lightgray;
}

.thread-header-content {
	padding: 10px;
	font-size:1.1em;
}

.thread .thread-replies {
	margin-top: 10px;
	border-bottom: 1px solid darkgray;
}

.thread-replies .replies-header {
	font-size: 1.3em;
	border-bottom: 1px solid darkgray;
}

.thread .thread-reply {
	margin: 20px 0 40px 0;
	background-color:#ededed;
}

.thread-reply .reply-header{
	font-size:0.85em;
	text-align: right;
	background-color:#ddd;
	display:inline-block;
	width: 100%;
	padding: 2px 10px;	
}

.thread-reply .reply-content {
	padding: 0px 10px 5px 10px;
}

.thread-reply .reply-info {
	font-size: 0.9em;
	text-align: right;
	padding-right:5px;
	padding-bottom:5px;
}

.thread-reply .reply-comments{
	background-color:white !important;
	padding-left: 20px;
}

.thread-reply .reply-comment {
	padding-bottom:10px;
	padding-top:5px;
	border-bottom: 1px solid #ddd;
}

.thread-reply .reply-comment div {
	display:inline-block;
}

.reply-info .reply-user{
	display:inline-block;
}

.admin-label{
	border-radius:5px;
	background:darkgreen;
	color:white !important;
	padding:2px;
}

.reply-comment .comment-info {
	color: rgba(128, 141, 150, 0.76);
	font-size:0.9em;
}

.forum-form>form>div{
	margin-top: 10px;
}

.forum-form>form>button{
	margin-top: 10px;
}

@media (min-width: 500px) {

	.navbar-header {
		float: left;
	}
	.navbar-right {
	    float: right!important;
	}
	.navbar-nav>li {
	    float: left;
	}

	.navbar-nav>li>a {
	    padding-top: 15px;
	    padding-bottom: 15px;
	    line-height: 20px;
	}

	.navbar-right .dropdown-menu {
		position: absolute !important;
		color: #333 !important;
	    right: 0;
	    left: auto;
	    z-index: 1000;
	    border: 1px solid rgba(0,0,0,0.15) !important;
	    border-radius: 0px !important;
	    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
	    box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
	    background-clip: padding-box !important;
	}

	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		background-color: #f5f7fa !important;
	}
}

@media (max-width: 500px) {
	.navbar-default {
		padding-left: 30px;
	}
	.menu-nav{
		margin-left:0px;
	}
}

@media (max-width: 650px) {
	#add-member-form .col-xs-4 {
		width: 50%;
	}
}

@media (max-width: 480px) {
	#add-member-form .col-xs-4 {
		width: 100%;
	}
}

.company-logo{
	padding: 10px;
	float:right;
}