	.flex-container {
		display:flex;
		flex-direction: row;
		width:100%;
		
	}

	.flex-container * {
		flex: 1 1 auto;
	}
	
	.flex-grow {
		flex-grow:1;
		flex-shrink:0;
	}

	.flex-shrink {
		flex-grow:0;
		flex-shrink: 1;
	}
	
	.text-centered {
		text-align: center;
	}
	
	.nice-table tr:hover {
		background-color: cadetblue !important;
	}

	.nice-table tr:nth-child(odd):hover, .nice-table tr:nth-child(even):hover {
		background-color: cadetblue !important;
	}

	table tbody tr:nth-child(even) {
		background-color: #C7C6C6;
	}

	table tbody tr td, table thead tr td {
		border: 1px solid black;
	}
	
	button, button.tiny, a.button, a.button.tiny, input.button, input.button.tiny {
		font-size:12px;
	}

	.reveal-overlay.fade-in {
      transition-duration: 0.1s;
    }

	.nice-table .table-header, .nice-table .table-header a{
		white-space:nowrap;
		color:black;
		font-size: 15px;
		font-weight: bold;
	}

	.switch-on {
		position: relative;
		left: -74px;
		top: 10px;
		color: black;
		font-weight: bold;
		font-size: 15px;
	}

	.switch-off {
		position: relative;
		left: 50px;
		top: -12px;
		color: black;
		font-weight: bold;
		font-size: 15px;
	}

	.clean-table {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	 .nowrap{
		white-space: nowrap;
	}

	.clean-table table tr.even, table tr.alt, table tr:nth-of-type(even), table tr:nth-of-type(odd) {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}

	.nice-table-no-color {
		margin: 0px;
		margin-top: 0px;
		padding: 0px;
		width: 100%;
		box-shadow: 10px 10px 5px #888888;
		border: 1px solid #000000;
		-moz-border-radius-bottomleft: 0px;
		-webkit-border-bottom-left-radius: 0px;
		border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-webkit-border-bottom-right-radius: 0px;
		border-bottom-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		-webkit-border-top-right-radius: 0px;
		border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-webkit-border-top-left-radius: 0px;
		border-top-left-radius: 0px;
	}
	.nice-table-no-color table {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
	}
	.nice-table-no-color tr:last-child td:last-child {
		-moz-border-radius-bottomright: 0px;
		-webkit-border-bottom-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.nice-table-no-color table tr:first-child td:first-child {
		-moz-border-radius-topleft: 0px;
		-webkit-border-top-left-radius: 0px;
		border-top-left-radius: 0px;
	}
	.nice-table-no-color table tr:first-child td:last-child {
		-moz-border-radius-topright: 0px;
		-webkit-border-top-right-radius: 0px;
		border-top-right-radius: 0px;
	}
	.nice-table-no-color tr:last-child td:first-child {
		-moz-border-radius-bottomleft: 0px;
		-webkit-border-bottom-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	.top-bar-section .has-form {
		height:45px;
	}
	
	.top-bar {
		height: 46px;
	}

	.bottom{
		bottom:0;
	}

	.inline {
		display: inline-block;
	}

	 .inline input {
	   width:220px;
	}

	.margin-bottom-10{
		margin-bottom: 10px;
	}

	div.scrollable {
		height:300px;
		background-color:white;
		border: 1px solid black;
		padding:5px;
		overflow-y:scroll;
		overflow-x:wrap;
	}

	.table-header a{
		font-size: 15px;
		font-weight: bold;
	}

	.active_header-desc a{
		border-top: solid black 2px;
	}
	.active_header-asc a{
		border-bottom: solid black 2px;
	}

	.login-container {
		background-color:gray;
		height:100%;
		padding-top:5%;
	}


/*  Administraion Sub Nav Section  */
	.subnav-container {
		width:100%;
		height:30px;
		padding-top:2px;
		padding-bottom:15px;
		color:black;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0.11, #E3E3E3),
			color-stop(0.53, #D0D0D0),
			color-stop(1, #ADADAD)
		);
		background-image: -o-linear-gradient(bottom, #E3E3E3 11%, #D0D0D0 53%, #ADADAD 100%);
		background-image: -moz-linear-gradient(bottom, #E3E3E3 11%, #D0D0D0 53%, #ADADAD 100%);
		background-image: -webkit-linear-gradient(bottom, #E3E3E3 11%, #D0D0D0 53%, #ADADAD 100%);
		background-image: -ms-linear-gradient(bottom, #E3E3E3 11%, #D0D0D0 53%, #ADADAD 100%);
		background-image: linear-gradient(to bottom, #E3E3E3 11%, #D0D0D0 53%, #ADADAD 100%);
	}

	.subnav-ul li {
		display: inline;
		list-style: none;
		padding-right:15px;
	}

	.subnav-ul a{
		color:black;
		position: relative;
		margin: 0 auto;
		width: 200px;
		height:30px;
	}

	.subnav-ul a:hover{
		color:black;
	}

	.subnav-ul li:after{
		position:relative;
	}

	.subnav-ul li.active a:after {
		position: absolute;
		top: 100%;
		left: 39%;
		content: '';
		width: 0px;
		height: 7px;
		border-bottom: solid 6px white;
		border-left: solid 8px transparent;
		border-right: solid 8px transparent;
	}

/*  END section  */

.top-bar li.active{
	background: black;
}

.hide{
	display: none;
}

.switch {
	padding-top:7px;
}
.tabs dd:not(:last-child){
	border-top:    1px solid  black;
	border-right:  1px solid black;
	border-bottom: 1px solid black;
}

.tabs dd:last-child {
	border-top:    1px solid  black;
	border-right:  1px solid black;
	border-bottom: 1px solid black;
}

.tabs dd:first-child {
	border-top:    1px solid  black;
	border-bottom: 1px solid black;
	border-left:   1px solid  black;
}

button, .button {
	margin: 0;
}

.login-logo {
  width:auto;
  height:150px;
}


.padding-top-10 {
	padding-top: 10px;
}

.padding-10 {
	padding: 10px;
}

.margin-sides-5 {
	margin-left: 5px;
	margin-right: 5px;
}
.fixed {
	background: #333;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-10 {
	margin-top: 10px;
}

.panel.radius {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.box-shadow {
	-webkit-box-shadow: 12px 11px 20px 5px rgba(0,0,0,0.49);
	-moz-box-shadow: 12px 11px 20px 5px rgba(0,0,0,0.49);
	box-shadow: 12px 11px 20px 5px rgba(0,0,0,0.49);
}

.margin-sides-5 {
	margin-left: 5px;
	margin-right: 5px;
}

.text-white {
	color: white;
}

.footer {
	margin-top: 25px;
	border-top: rgba(0, 0, 0, 0.2) 3px solid
}

.select-nice {
	background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
	height: 34px;
	width: 150px;
	background-color: white;
	font-size: 12px;
}


/*  Clean and nice Table css  */
.nice-table {
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	box-shadow: 10px 10px 5px #888888;
	border: 1px solid #000000;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
.nice-table table {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.nice-table tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.nice-table table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
.nice-table table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
.nice-table tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.nice-table tr:nth-child(odd) {
	background-color: #C7C6C6;
}

.nice-table tr:nth-child(even) {
	background-color: #FFFFFF;
}

.nice-table td {
	vertical-align: middle;
	border: 1px solid #000000;
	text-align: center;
	padding: 5px;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

.nice-table tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

.nice-table tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.nice-table thead td {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-align: center;
	color: #000000;
}
.nice-table tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}
.nice-table tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}

@media print {
	*{
		font-size: 12px;
	}
  .large-1 {
	width: 8.33333%;
	margin:0;
	padding:0;
  }

  .large-2 {
	width: 16.66667%;
	margin:0;
	padding:0;
  }

  .large-3 {
	width: 25%;
	margin:0;
	padding:0;
  }

  .large-4 {
	width: 33.33333%;
	margin:0;
	padding:0;
  }

  .large-5 {
	width: 41.66667%;
	margin:0;
	padding:0;
  }

  .large-6 {
	width: 50%;
	margin:0;
	padding:0;
  }

  .large-7 {
	width: 58.33333%;
	margin:0;
	padding:0;
  }

  .large-8 {
	width: 66.66667%;
	margin:0;
	padding:0;
  }

  .large-9 {
	width: 75%;
	margin:0;
	padding:0;
  }

  .large-10 {
	width: 83.33333%;
	margin:0;
	padding:0;
  }

  .large-11 {
	width: 91.66667%;
	margin:0;
	padding:0;
  }

  .large-12 {
	width: 100%;
	margin:0;
	padding:0;
  }
}

.price-container>.columns>.row:nth-child(odd) {
	background-color: #cecece;
}
