	* {
		box-sizing: border-box;
	margin:0;
	padding:0;
		font-family: "Titillium Web",FontAwesome;
	}
	html {
		overflow-y: scroll;
	}
	body {
		background-color: #bdc3c7;
	}
	.clearfix {
		clear: both;
	}
	header {
		border-top: 1px solid #2c3e50;
		margin: 0 auto;
		background-color: #2c3e50;
		min-height: 99px;
	}
	header h1 {
		color: #ecf0f1;
		margin: 5px;
	    font-size: 2em;
        font-weight: bold;
   }

	footer {
		font-size: 12px;
		font-weight: 600;
		padding: 3px;
		margin: 0 auto;
	       background-color: black;
			color: white;
	       text-align: center;
	}
	
		main {
		background-color: #ecf0f1;
		margin: 0 auto;
		padding: 15px;
	       padding-top: 0;
	}
	main h1 {
		
		font-weight: bold;
		font-size: 18px;
		padding-bottom: 15px;
	}
	main h2 {
		padding-top: 15px;
		padding-left: 15px;
		margin-bottom: 5px;
		border-bottom: 1px solid #bbb;
		font-size: 17px;
		font-weight: bold;
	}
	main ul {
		margin-left: 20px;
	}	
.maf_button {
	padding: 8px;
	font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-left: 18px;
	padding-right: 18px;
	margin-top: 8px;
	background-color: #34495e;
	color: #ecf0f1;
	border: 1px solid #34495e;
	cursor: pointer;
}
.maf_button:active {
  background-color: #7f8c8d;
  border: 1px solid #7f8c8d;
}
.fa-input {
	padding: 8px;
	font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-left: 18px;
	padding-right: 18px;
	background-color: #34495e;
	color: #ecf0f1;
}	
.fa-input:hover {
	background-color: #2c3e50;
	color: #bdc3c7;
}


	#show-menu , #show-menu-label {
		display: none;
	}
	/*Show menu when invisible checkbox is checked*/



	@media screen and (max-width: 949px) {
		header aside {
			text-align: center;
			font-size: 10px;
			color: #95a5a6;
		}

		.leftOptions {
			float: right;
			visibility: hidden;
			display: none !important;
		}
	.maf-list .header {
	display: none;
	}

	.maf-list > li {
	}


}
	@media screen and (min-width: 950px) {
		header,main,footer {
			width:950px;
		}

		header h1 {
			float: left;
			margin-left: 15px;
		}

		header aside {
			text-align: right;
			color: #95a5a6;
			font-size: 12px;
			padding: 5px;
			float: right;
		}
			.leftOptions {
			float: right;
			margin-top: 10px;
			margin-right: 5px;
			}
			.leftOptions a {
				background-color: #2c3e50;
				font-weight: 100;
				color: #ecf0f1;
				width: 26px;
				display: block;
				float: left;
				text-align: center;
				margin-left: 1px;
				margin-right: 1px;
				padding-top: 1px;
				padding-bottom: 1px;
			}
			.leftOptions a:hover {
				color: #bdc3c7;
				background-color: #34495e;
			}
			.smallStatus {
				display: none !important;
			}
}

/* FORM Stylings */

.fa-inside-input + input {
	padding-left: 30px !important;
	z-index: 9;
	position: relative;
	display: inline-block;
}
.fa-inside-input {
	position: absolute;
	padding: 10px;
	z-index: 10;
}

.input input {
	border: none;
}
.login input[type=text], .login input[type=password] {
	font-size: 16px;
	padding: 4px;
	float: right;
	margin-bottom: 20px;
}

/* maflist */
.maf-list > li {
	list-style: none;
	border: 3px solid #ecf0f1;
	background-color: #95a5a6;
	color: white;
	border-bottom: none;
	padding: 5px;
	cursor: pointer;
}
.maf-list > li:hover {
	background-color: #7f8c8d;
}
.maf-list .secondary {
	fleat: left;
	font-size: 12px;
	font-weight: 100;
}
.maf-list #last {
	background-color: #ecf0f1;
	float: right;
	color: #2c3e50;
	padding: 2px;
	margin-top: 8px;
	margin-right: 8px;
}
.maf-list > li:first-child {
	border-radius: 0px 0px 0px 0px;
}
.maf-list > li:last-child {
	border-bottom: 1px solid transparent;;
	border-radius: 0px 0px 0px 0px;
}
.maf-list .options a, .maf-list .options a:visited {
	color: white;
}
.maf-list .options {
	display: none;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;	
}
.maf-list .options ul {
	border: 1px solid #ecf0f1; 
	background-color: #7f8c8d; 
	color: white; 
	width: auto; 
	display: inline-block;
}
	
@media screen and (max-width: 949px) 
{
}

.tc_tabs {
	list-style: none;
	float: right;
	display: inline-block;
list-style-type: none; padding: 0; margin: 0; font-family: 'Titillium Web', sans-serif;

}
.tc_tabs li {
	padding-top: 15px;
	float: left;
	border-right: none;
}
.tc_tabs a:hover {
	background-color: #ddd;
	background: #3c526b; box-shadow: 0px 3px 0px #24303e;
}
.tc_tabs a {
 	float:left; 
	padding: 3px; 
	background: #24303e; 
	margin-right: 5px; 
	color: #fff; 
	text-decoration: none; 
	box-shadow: 0px 3px 0px #3c526b; 
	border-radius: 4px; 
	padding-left: 20px; 
	padding-right: 20px; 

	font-size: 9pt;
}
.tc_tabs li:last-child a  {
	margin: 0;
}
.tc_tabs .selected {
	background: #3c526b; box-shadow: 0px 3px 0px #24303e;
}
main h1 {
	display: inline-block;
	padding-top: 15px;
}

.twing_dialog {
	
	display: none;
	background-color: white;
	min-width: 400px;
}
.twing_dialog .header {
	background-color: #2c3e50;
	color: #ecf0f1;	
	min-height: 1px;
}
.twing_dialog .header, .twing_dialog .content {
	padding: 10px;
}
.twing_dialog input[type=button], .twing_dialog input[type=submit] {
	float: right;
}
.twing_dialog .maf_button {
	margin-bottom: 10px;
}

/* Datacard styles */
.twing_dc_1_2 {
	width: 50%;
	float: left;
}

.twing_dc_1_4 {
	width: 25%;
	float: left;
}
.twing_dc_1_4 {
    padding-left: 10px;
}

.twing_dc_1_4:first-of-type {
    padding: 0;
}
.twing_dc_2_4 {
	width: 50%;
	float: left;
}


.twing_dc_3_4 {
	width: 75%;
	float: left;
}


.twing_dc_2_4:first-of-type , .twing_dc_1_2:first-of-type , .twing_dc_1_4:first-of-type , .twing_dc_3_4:last-of-type 
{
	padding-right: 10px;
}

.twing_dc_1_2:last-of-type , .twing_dc_1_4:last-of-type , .twing_dc_3_4:last-of-type {
	padding-left: 10px;
}

.twing_dc_1_3 {
	width: 33.3%;
	float: left;
	padding-left: 10px;
}
.twing_dc_1_3:first-of-type {
	padding-left: 0px;
}

.twing_dc_2_3 {
	width: 66.6%;
	float: left;
}

.twing_dc_row {
	margin-bottom: 20px;
}
.twing_dc_block_title {
	background-color: #2c3e50;
	color: white;
	text-align: center;
	position: relative;
	font-size: 18px;
	z-index: 0;
}
.twing_dc_block_title a {
	color: white;
	text-decoration: none;
}
.twing_dc_block_title a:hover {
	opacity: 0.7;
}
.twing_dc_block_buttons {
	float: right; 
	display: inline-block; 
	position: absolute; 
	right: 0;
}
.twing_dc_block_buttons a {
	padding-top: 2px;
	color: white;
	text-decoration: none;
	width: 30px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
}
.twing_dc_block_buttons a:hover {
	opacity: 0.7;
}
.twing_dc_content {
	background-color: white;
	padding: 3pt;
	overflow: hidden;
	overflow-y: scroll;
}

.TwingModalPopup {
	width: 450px;
	height: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -225px;
	border: 1px solid #2c3e50;
	background-color: #ecf0f1;
}
.TwingModalPopup .header{
	text-align: center;
	color: white;
	background-color: #2c3e50;
}
.TwingModalPopup .header a{
	position: relative;
	top: -4px;
}

.twing_overlay{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:black;
	opacity: 0.5;
	z-index:2;
}

.twing_popupWrapper{
	position:fixed;
	z-index:3;
	width:100%;
	height:100%;
	text-align:center;
}

.twing_popup{
	display:inline-block;
	background-color:white;
	margin:auto;
	text-align:left;
	margin-top:5%;	
}

.twing_popup_close{
	color:white;
	text-decoration:none;
	float:right;
	margin:3px;
	margin-right:5px;
}
