body {
	padding-top: 60px;
	padding-bottom: 40px;
	/*background-color: #996666;*/
}

.zf-green {
	color: #68b604;
}

.btn-success {
	background-color: #57a900;
	background-image: -moz-linear-gradient(top, #70d900, #57a900);
	background-image: -ms-linear-gradient(top, #70d900, #57a900);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900),
		to(#57a900));
	background-image: -webkit-linear-gradient(top, #70d900, #57a900);
	background-image: -o-linear-gradient(top, #70d900, #57a900);
	background-image: linear-gradient(top, #70d900, #57a900);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900',
		endColorstr='#57a900', GradientType=0);
}

.btn-success:hover, .btn-success:active, .btn-success.active,
	.btn-success.disabled, .btn-success[disabled] {
	background-color: #57a900;
}

.btn-success:active, .btn-success.active {
	background-color: #57a900;
}

div.container a.brand {
	background: url("../img/zf2-logo.png") no-repeat scroll 0 10px
		transparent;
	margin-left: 0;
	padding: 8px 20px 12px 40px;
}

.container form {
	/* width: 50%; */
}

select {
	/* max-width: 70%; */
}


form .alert {
	/*display: inline-block;*/
	
}

.alert ul {
	list-style: none;
	list-style-position: outside;
}

.cuttext {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
}

td {
	position: relative;
	padding: 5px 10px;
}


.strikeout:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 0;
	border-bottom: 1px solid #111;
	width: 100%;
}

label, input {
	display: block;
}

input.text {
	margin-bottom: 12px;
	width: 95%;
	padding: .4em;
}

fieldset {
	padding: 0;
	border: 0;
	margin-top: 25px;
}



div#users-contain {
	width: 350px;
	margin: 20px 0;
}

div#users-contain table {
	margin: 1em 0;
	border-collapse: collapse;
	width: 100%;
}

div#users-contain table td, div#users-contain table th {
	border: 1px solid #eee;
	padding: .6em 10px;
	text-align: left;
}

.ui-dialog .ui-state-error {
	padding: .3em;
}

.validateTips {
	border: 1px solid transparent;
	padding: 0.3em;
}

/* th {
    background-color: #4CAF50;
    color: white;
} */

.content
{
    /*position:absolute;*/
    top: 110px;
    left:50px;
    right:50px;
    bottom:50px;
}

.hidden {
	display: none;
}
​
​.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;

  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}

.spinner.hidden{
	display: inline-block !important;
	visibility: hidden !important;
}

.glyphicon-spinning {
    animation: spin 2s infinite linear;
    -webkit-animation: spin2 2s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

select:not(.searchable-added):not(.hn){
	height: 48px !important;
}


.width-auto{
	width: auto;
}

.no-borders td {
	border-left: none !important;
	border-right: none !important;
}

tr.no-borders:last-child td{
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
}

.full-borders td, 
.full-borders th,
.full-borders tr:first-child th,
.full-borders tr:first-child td {
	border: 1px solid black;
}

.border-top {
	border-top: 1px solid #ddd
}

.border-bottom {
	border-bottom: 1px solid #ddd
}

.p8c > div {
	padding: 8px;
}

.p15 {
	padding: 15px;
}

.p0 {
	padding: 0px;
}

option:disabled {
	color:#c7c7c7;
}

.tooltip-wrapper {
  display: inline-block; /* display: block works as well */
}

.panel-login {
	border-color: black;
}

.panel-login .panel-heading {
	background: black;
	color: #999999;
	font-weight: bold;
}

.panel-login .panel-body, .panel .panel-body {
	background: #ffffff;
	/*background: #999999;*/
}
.panel {
	border-color: #303030;

}
.panel .panel-heading {
	background: #303030;
	color: #999;
}

div.stars {
	/*width: 250px;*/
	display: inline-block;
}

input.star { display: none; }

label.star {
	float: right;
	padding: 5px;
	font-size: 20px;
	color: #444;
	transition: all .2s;
}

.static-star {
	/*float: right;*/
	padding: 5px;
	font-size: 20px;
}

input.star:checked ~ label.star:before {
	content: '\f005';
	color: #FD4;
	transition: all .25s;
}

input[class*='star-5']:checked ~ label.star:before,input.star-5:checked ~ label.star:before {
	color: #FE7;
	text-shadow: 0 0 20px #952;
}

input[class*='star-1']:checked ~ label.star:before,input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
	content: '\f006';
	font-family: FontAwesome;
}

.inline {
	display: inline;
}
.star-ratings-sprite {
	background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
	font-size: 0;
	height: 21px;
	line-height: 0;
	overflow: hidden;
	text-indent: -999em;
	width: 110px;
	margin: 3 auto;
}
.star-ratings-sprite-rating {
	background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
	background-position: 0 100%;
	float: left;
	height: 21px;
	display:block;
}
/*modal rollover*/
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 60%;
}

/*stype for dropdown lists */
.ui-selectmenu-button{
	background: white;
	color: black;
}

ul.ui-widget-content{
	height: 300px;
	overflow-y: scroll;
}

