.mb25 {
	margin-bottom: 25px;
}

.mb50 {
	margin-bottom: 50px;
}

.mt25 {
	margin-top: 25px;
}

.mt50 {
	margin-top: 50px;
}

.btn-primary {
	background-color: #00617D;
	border-color: #00617D;
}


.btn-primary:hover {
    background-color: #007697;
    border-color: #007697;
}

.btn-primary.active, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus  {
	background-color: #00617D;
	border-color: #00617D;
}

.content .btn {
	margin-top: 3px;
}


.maincontent .nav li:before {
	content:"";	
	margin-right: inherit;
	text-indent: 0;
}


.panel.panel-moderator, .panel.panel-warning {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #F8B21C;
}


.panel-moderator > .panel-heading, .panel-warning > .panel-heading {
	background-color: #F8B21C;
	color: #003366;
	font-weight: bold;
}



.yellow {
	color: #F8B21C;
}

.btn-primary-contrast {
    background-color: #F8B21C;
    border-color: #F8B21C;
	font-weight: bold;
}

.btn-primary-contrast.active.focus,
.btn-primary-contrast.active:focus,
.btn-primary-contrast.active:hover,
.btn-primary-contrast:active.focus,
.btn-primary-contrast:active:focus,
.btn-primary-contrast:active:hover {
    color: #fff;
    background-color: #F8B21C;
    border-color: #F8B21C;
}

.logo-area {
	position: relative;
}

.table>thead>tr>th {
	background-color: #00617D;
	color: #fff;
	border: none;
}

.table th:first-child {
	border-top-left-radius: 4px;
}
.table th:last-child {
	border-top-right-radius: 4px;
}

/*#header-logo-leave {
	position: absolute;
	right: 10px;
	bottom: 20px;
}*/

#header-logo-leave {
	position: relative;
	right: 0;
	top: 0;
	float: right;
	z-index:100;
}

#header-logo-leave img {
	position: relative;
	
}



@media (max-width: 767px) {
	#header-logout {
		top: 80px;
		bottom: auto;
	    z-index: 10;
	}
	.table th.xs-last-child {
		border-top-right-radius: 4px;
	}
	
	
}