body {
    padding-top: 30px;
}
.btn-image-sort {
	width: 9px; 
	height: 9px; 
	background-size: 100%; 
	background-image: url(../images/sort.png); 
	background-color: transparent; 
	background-position: center; 
	background-repeat: no-repeat;
	padding: 3px 0 18px 0;
	outline: none;
}
.btn-image-delete {
	background-image: url(../images/delete.png); 
	width: 26px; 
	height: 14px; 
	background-size: cover; 
	background-color: transparent; 
	background-position: center; 
	background-repeat: no-repeat;
	padding: 3px 0 18px 0;
	outline: none;
}
.no-spinners {
  -moz-appearance:textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.table-cell {
	margin: 0 !important;
	padding: 0 !important;
}
.input-table-cell {
	display: block !important; 
	padding: 0 !important; 
	margin: 0 !important; 
	border: 0 !important; 
	width: 100% !important; 
	border-radius: 0 !important; 
	line-height: 1 !important; 
	vertical-align: middle; 
	text-align: right;
	padding-right: 15px !important;
}
.vericaltext span {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.col-padding {
  padding-bottom: 15px;
}
.row-flex-center {
	display: flex;
    justify-content: center;
	align-items: center;
}
.align-self-top {
	align-self: flex-start;
}

.wrap-navigator span {
	margin-left: 5px;
	margin-right: 5px;
}
.wrap-header {
	display: flex;
	align-items: center;
	margin: 5px 0 5px 0;
}
.panel-fiveneeds {
	border-color: #ccc;
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-fiveneeds>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #000;
	text-align:left;
	padding: 5px 15px;
}
.panel-fiveneeds>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-fiveneeds>.panel-heading a.active{
	color: #029f5b;
	font-size: 18px;
}
.panel-fiveneeds>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-fiveneeds>.panel-body {
	padding: 15px;
	margin-bottom: 13%; 
	margin-top: 13%; 
}
.panel-fiveneeds>.panel-body>.panel-row {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 18%;
  margin-bottom: 15%;
  padding-bottom: 15%;
}
.panel-fiveneeds>.panel-body>.panel-row-menu {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 8%;
  padding-bottom: 15%;
}
.panel-fiveneeds>.panel-body-list {
	padding: 15px;
}
.panel-fiveneeds input[type="text"],.panel-fiveneeds input[type="email"],.panel-fiveneeds input[type="password"] {
	height: 34px;
	border: 1px solid #000;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-fiveneeds input:hover,
.panel-fiveneeds input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-fiveneeds {
	background-color: #9cd572;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-fiveneeds:hover,
.btn-fiveneeds:focus {
	color: #fff;
	background-color: #9cd572;
	border-color: #53A3CD;
}
.btn-fiveneeds-menu {
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	background-color:#9cd572; 
    border-color: #59B2E6;
}
.btn-fiveneeds-menu:hover,
.btn-fiveneeds-menu:focus {
	color: #fff;
	background-color:#9cd572; 
    border-color: #59B2E6;
}
.btn-fiveneeds-list {
	background-color: #9cd572;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: 1px;
	font-weight: normal;
	padding: 3px 0 18px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-fiveneeds-list:hover,
.btn-fiveneeds-list:focus {
	color: #fff;
	background-color: #9cd572;
	border-color: #53A3CD;
}
.btn-fiveneeds-list-large {
	background-color: #9cd572;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: 1px;
	width: 50%;
	font-weight: normal;
	padding: 8px 0 23px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-fiveneeds-list-large:hover,
.btn-fiveneeds-list-large:focus {
	color: #fff;
	background-color: #9cd572;
	border-color: #53A3CD;
}
.btn-fiveneeds-list-image {
	background-color: #9cd572;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: 1px;
	width: 30%;
	margin-left: 28%;
	font-weight: normal;
	padding: 3px 0 18px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-fiveneeds-list-image:hover,
.btn-fiveneeds-list-image:focus {
	color: #fff;
	background-color: #9cd572;
	border-color: #53A3CD;
}
.btn-fiveneeds-image {
	background-color: transparent;
	background-image : url(../images/Untitled.png);
	outline: none;
	color: #fff;
	font-size: 14px;
	height: 40px;
	width: 100%;
	font-weight: normal;
	text-transform: uppercase;
}
.btn-fiveneeds-image:hover,
.btn-fiveneeds-image:focus {
	color: #fff;
	background-color: transparent;
	background-image : url(../images/Untitled.png);
}
.btn-fiveneeds-image1 {
	background-color: transparent;
	background-image : url(../images/Untitled1.png);
	outline: none;
	color: #fff;
	font-size: 14px;
	height: 40px;
	width: 100%;
	font-weight: normal;
	text-transform: uppercase;
}
.btn-fiveneeds-image1:hover,
.btn-fiveneeds-image1:focus {
	color: #fff;
	background-color: transparent;
	background-image : url(../images/Untitled1.png);
}
.sort-anchor {
	text-decoration: none;
}

.btn-fiveneeds-menu {
background-color:#9cd572; 
border-color: #59B2E6;
}

.btn-fiveneeds-menu:hover {
  background-color:#9cd572; 
}

