body {
	font-size: 13px;
	background: white;
}

html {
    min-height: 100%;
    position: relative;
}
body {
    margin-bottom: 75px;
}
.footer {
    bottom: 0;
    height: 75px;
    position: absolute;
	 width: 100%;
}
/*.container {
    max-width: 680px;
    padding: 0 15px;
    width: auto;
}
.container .text-muted {
    margin: 20px 0;
}*/

.navbar {
	margin-bottom: 6px;
}

#navbar .glyphicon {
	font-size: 16px;
}

h1 {
	color: #3484D2;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

a[href^="error:"] {
	background: red;
	color: white;
}

/*form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}*/

.tab-pane .table th {
	border-top: transparent;
}

.table-condensed > tbody > tr > td.actions {
	padding: 1px 5px;
}

table td label {
	margin-bottom: 0;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

html.js .jshidden {
	display: none;
}

footer p a{
	color: inherit;
	text-decoration: none;
}

.nowrap {
	white-space: nowrap;
}

.sortable .handle {
	cursor: move;
}

.text-tooltip {
	color: inherit;
   border-bottom: 1px dotted #000;
}
.text-tooltip:hover {
     border-bottom: none;
}

.show-grid {
	/*background-color: rgba(86, 61, 124, 0.15);*/
	border-bottom: 1px solid rgba(86, 61, 124, 0.2);
	padding-bottom: 10px;
	padding-top: 10px;
}
.show-grid::after {
	clear: both;
}

.glyphicon-refresh-animate {
	animation: spin .7s infinite linear;
   -animation: spin .7s infinite linear;
   -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
   from { -webkit-transform: rotate(0deg);}
   to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
   from { transform: scale(1) rotate(0deg);}
   to { transform: scale(1) rotate(360deg);}
}
.container #frm-signInForm .logo{
	margin: 0 auto;
	text-align: center;
}

table tr.stripe {
	background-color: #f5f5f5; 
}

#site-name {
	margin-top: 0;
	font-size: xx-large;
	color: #666;
}

#sites-wrapper table td {
	white-space: nowrap;
}

#sites-wrapper table td {
	white-space: nowrap;
}

#sites-wrapper table td.site-name {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 132px;
}

#site-list .list-group-item.active .server-flag {
	background-color: #fff;
	color: #555;
}

.panel.panel-list .panel-heading {
	padding: 5px 10px;
}

.panel.panel-list .panel-heading .panel-toolbar {
	float: right !important;
	margin: -6px -11px 0 0;
}

.panel.panel-list .panel-heading .panel-toolbar a.btn,
.panel.panel-list .panel-heading .panel-toolbar button.btn {
	border-radius: 0;
}

.panel.panel-list .panel-heading .panel-toolbar a.btn:last-child,
.panel.panel-list .panel-heading .panel-toolbar button.btn:last-child {
	border-radius: 0 4px 0 0;
}

.toolbar-actions {
	display: none;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 100;
}
.toolbar-actions a,
.toolbar-actions button {
	box-shadow: 0 0 6px 1px #444;
}
div.toolbar-hover {
	position: relative;
}
.toolbar-hover:hover .toolbar-actions {
	display: block;
}
tr.toolbar-hover td {
	position: relative;
}
input.date.form-control{
	line-height: 1;
}

@keyframes placeHolderShimmer{
	0%{	background-position: -468px 0}
	100%{	background-position: 468px 0}
}

.text-strong {
	font-weight: bold;
}

.placeholder-anim {
	animation-duration: 1.25s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: darkgray;
	background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
	background-size: 800px 104px;
/*	height: 100px;*/
	position: relative;
	border-radius: 5px;
}

div.new-anim,
.new-anim td,
.new-anim th{
	animation: new-highlight 6s ease-in-out;
}
@keyframes new-highlight {
	0% {
		background-color: #FDF5CE;
		opacity: 0;
	}
	5% {
		background-color: #FDF5CE;
		opacity: 1;
	}
	80% {
		background-color: #FDF5CE;
	}
	100% {
		background-color: inherit;
	}
}

/*.placeholder-anim {
	animation-duration: 1.25s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: darkgray;
	background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
	background-size: 800px 104px;
	position: relative;
	border-radius: 5px;
}
@keyframes placeHolderShimmer{
	0%{	background-position: -468px 0}
	100%{	background-position: 468px 0}
}*/

.bg-loading {
	color: #888;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: loadingShimmer;
  animation-timing-function: linear;
  background: linear-gradient(to right, #eeeeee 8%, #8cc5ff 25%, #eeeeee 42%);
  background-size: 300px 100px;
}
@keyframes loadingShimmer {
	0% {
		background-position: -180px 0;
	}
	100% {
		background-position: 180px 0;
	}
}

.btn.button-loading {
	position: relative;
	overflow: hidden;
	background: #fff;
	color: #444;
}

.btn.button-loading::before {
	content: "";
	position: absolute;
	top: 0;
	left: -150%;
	height: 100%;
	width: 150%;
	background: linear-gradient(
		90deg,
		#fff 0%,
		#007fff 50%,
		#fff 100%
	);
	animation: loading-shimmer 1.2s infinite;
}
@keyframes loading-shimmer {
	0% {
		left: -150%;
	}
	100% {
		left: 100%;
	}
}

a.button-loading {
	display: inline-block;
	animation: spin 1s linear infinite;
}
@keyframes spin {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}

table.clients-production.table-striped > tbody > tr:nth-of-type(2n) {
	background-color: #f8fbff;
}
table.clients-production.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #e0f0ff;
}
table.clients-planned.table-striped > tbody > tr:nth-of-type(2n) {
	background-color: #fafffa;
}
table.clients-planned.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #edffed;
}
table.clients-production.table-striped > tbody > tr:hover,
table.clients-planned.table-striped > tbody > tr:hover {
	background-color: #f5f5f5;
}
table th.sort {
	cursor: pointer;
}
.table tr:focus td {
	background-color: #ffa;
}

.table td.actions {
	white-space: nowrap;
}