.push-down {
	height:40px;
	width:100%;
	clear:both;
}

@media (min-width: 750px) {
	.push-down {
		height:70px;
		width:100%;
		clear:both;
	}
}

.text-center {
	text-align:center;
}

.panel {
	border:1px solid #333;
	/* border-radius:5px; */
}

.panel-header {
	font-size:1.8rem;
	background-color:#333;
	color:#fff;
	padding:16px;
	/* border-top-right-radius:5px;
	border-top-left-radius:5px; */
}

.panel-body {
	padding:20px;
}

.button-dashboard {
	font-size:1.8rem;
	color:#FFF;
	background-color: #333;
	border-color:#333;
	height:80px;
	width:100px;
	max-width:100%;
	padding:24% 20%;
	margin-bottom:20px;
	display:block;
	text-decoration:none;
}

.button-dashboard:hover {
	background-color:#555;
	border-color:#555;
	color:#FFF;
}

.ui-widget {
	font-size:1.4rem;
}

.ui-progressbar {
    position: relative;
    margin-left:30px;
    margin-right:30px;
    height:24px;
}

.progress-label {
    position: absolute;
    left: 44%;
   	top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
    font-size:1.4rem;
}

.form-header {
	text-align:center;
	font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem;
	margin-bottom:20px;
}


/*==================================
	Header
==================================*/

.header-container {
}

.header-logo {
	float:left;
	padding: 8px 0px;
}

.header-title {
	float:left;
	font-size: 1.5em;
	font-weight: normal;
	padding-left: 35px;
	line-height: 3;
}

.header-title-text {
	float:left;
}

.page-header {
}

/*==================================
	Nav Menu
==================================*/
.main-nav-container {
}

.main-nav-item {
    float:left;
	padding-right:10px;
}

.main-nav-item-right {
    float:right;
	padding-left:10px;
}

/*==================================
	Content
==================================*/
.content-header {
	border-top: 1px solid #333;
	text-align: center;
	font-size: 2.6rem;
	padding: 10px 0px;
}

.content-form {
	max-width:520px;
	margin:0px auto;
}


.content-menu-item {
	float:left;
	padding-right: 10px;
}

.content-menu-item-right {
	float:right;
	padding-left: 10px;
}

.column-right {
	text-align: right;
}

table.content-table {
	border-collapse: collapse;
	margin-bottom:10px;
}

table.content-table td, table.content-table th {
	padding: 10px 10px;
}

table.content-table th a {
	text-decoration:none;
	color:#222;
}

table.content-table.report-table th {
	background-color: #fff;
}

table.content-table.report-table td, table.content-table.report-table th {
	border-right: 1px solid #e4e4e4;
}

table.content-table.report-table td:last-of-type, table.content-table.report-table th:last-of-type {
	border-right: none;
}

.list-row:nth-child(even) {
}
.list-row:nth-child(odd) {
	background-color: #f4f4f4;
}

.upload-drop-panel {
	text-align: center;
	background-color: #f4f4f4;
	border:1px solid #e4e4e4;
	padding:20px;
	margin-bottom: 10px;
}

.datepicker {
	width: 120px;
}

/*==================================
	Footer
==================================*/
.footer {
	margin-top: 50px;
	text-align: center;
	font-size: 1.0rem;
	color: #aaa;
}

/*==================================
	Pagination (from app.css)
==================================*/

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}