﻿#headerLogo {
	background-image: url("../images/momentum-tyb-s.png");
	width: 275px;
    height: 38px;
    margin-top: 27px;
    margin-left: -7px;
}
#personLogo {
	background-image: url("../images/defaultPerson2.png");
	background-size: 70px 70px;
	background-repeat: no-repeat;
}
#footer {
	margin: 0;
	padding: 40px 20px;
	clear: both;
	background-color: #003366;
}
td {
	color: #000000 !important;
}
.topnav {
	overflow: hidden;
	background-color: #333;
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
	background-color: #ddd;
	color: black;
}

.active {
	background-color: #4CAF50;
	color: white;
}

.topnav .icon {
	display: none;
}

.mobile-menu {

	display:none;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #055D80;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #000;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
#mySidenav {
	display:none;
}
.loader {
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3498db;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
	margin: 0 auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#statusModal {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.modal-content {
	background: #fff;
	margin: 15% auto;
	padding: 20px;
	width: 400px;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	text-align: center;
}

.close-btn {
	background: #d9534f;
	color: #fff;
	border: none;
	padding: 10px 15px;
	margin-top: 15px;
	cursor: pointer;
	border-radius: 5px;
}

	.close-btn:hover {
		background: #c9302c;
	}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}

@media screen and (max-width: 600px) {

			#mySidenav {
			display:block;
		}

		.topnav.responsive {
			position: relative;
		}

		.topnav.responsive .icon {
			position: absolute;
			right: 0;
			top: 0;
		}

		.topnav.responsive a {
			float: none;
			display: block;
			text-align: left;
		}

		.mobile-menu {
			display:block;
		}
		#profile {

			display:none;
		}
		.topnav a:not(:first-child) {display: none;}
		.topnav a.icon {
		float: right;
		display: block;
		}

		.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
			float: right;
			width: 100%;
			border-radius: 0;
			position: relative;
			padding: 0 !important;
		}
		.profile {

			width: 25%;
			float: left;
			height: 100%;
			border: none !important;
		}
		#footer {
			margin: 0;
			padding: 20px 30px;
			clear: both;

			height: 50px;
		}
		.headUser {
			color: #52657C;
			text-align: left;
			width: 200px;
			float: right;
			position: fixed;
			top: 0;
			bottom: 0;
			position: absolute;
			top: 20px;
			right: 0;
		}
		h2 {
			font-size: 22px;
			margin-bottom: .75em;
		}
		#tabUl {
			display: none;
		}
		#profile {
			display: none;
		}

		.ui-widget-content {
			border: none;
			background: #ffffff;
			color: #333333;
		}

		.ui-tabs .ui-tabs-nav {
			margin: 0;
			padding: 0;
			border: 0;
			background-color: #055D80;
			color:#ffffff !important;
		}

		.ui-tabs .ui-tabs-nav li {
			list-style: none;
			float: left;
			position: relative;
			top: 0;
			margin-bottom: 0.1em;
			border: 0;
			padding: 0;
			white-space: nowrap;
			background: #055D80;
		}

		.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
			color: #ffffff;
			text-decoration: none;
		}


		#header {
			display:none;
		}
		  .sidenav a:hover {
			color: #fff;
		}


}