/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
	/* font-size: 15px; */
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 40px;
	line-height: 40px; /* Vertically center the text there */
	background-color: #dfdfdf;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body>.container-fluid {
	padding: 45px 15px 0;
}

.footer>.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}

code {
	font-size: 80%;
}

body {
	padding-top: 40px;
	padding-bottom: 0;
	background-color: #eee;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin .form-control {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.disabled {
    pointer-events: none;
    cursor: default;
    color: grey;
}

.disabled-bg-color {
	background-color: #e9ecef;
}

.error-field {
	border: 1px solid red;
}

.error-msg {
	color: red;
}

.active-page-number {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

::-webkit-input-placeholder {
	opacity: 0.75 !important; /*Change the opacity between 0 and 1*/
}

.text-table-header {
	color: rgba(255,255,255,.75);
}

.bg-table-header {
	background-color: #42484d;
	background-image: linear-gradient(grey, #42484d);
}

input[type='checkbox'] {
	box-shadow: none;
}

.review-odd {
	background-color: #f8d1d5 !important;
}

.review-odd:hover {
	background-color: #f5c9ce !important;
}

.review-even {
	background-color: #f9dde0 !important;
}

.review-even:hover {
	background-color: #f5c9ce !important;
}

.progress {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 2px;
	z-index: 9999;
}

.progress .indeterminate {
	background-color: black;
}

.progress .indeterminate:before {
	content: '';
	position: absolute;
	background-color: #1cffff;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate 2.1s
		cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
	animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
		infinite;
}

.progress .indeterminate:after {
	content: '';
	position: absolute;
	background-color: #1cffff;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate-short 2.1s
		cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
		infinite;
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
	0% { left: -35%; right: 100%; }
	60% { left: 100%; right: -90%; }
	100% { left: 100%; right: -90%; }
}

@keyframes indeterminate {
	0% { left: -35%; right: 100%; }
	60% { left: 100%; right: -90%; }
	100% { left: 100%; right: -90%; }
}

@-webkit-keyframes indeterminate-short {
	0% { left: -200%; right: 100%; }
	60% { left: 107%; right: -8%; }
	100% { left: 107%; right: -8%; }
}

@keyframes indeterminate-short {
	0% { left: -200%; right: 100%; }
	60% { left: 107%; right: -8%; }
	100% { left: 107%; right: -8%; }
}

.circle-red-grad-10 {
	height: 10px;
	width: 10px;
	background-color: red;
	background-image: linear-gradient(to bottom right, white, red, red);
	border-radius: 50%;
	display: inline-block;
}

.circle-green-grad-10 {
	height: 10px;
	width: 10px;
	background-color: #28a745;
	background-image: linear-gradient(to bottom right, white, #28a745, #28a745);
	border-radius: 50%;
	display: inline-block;
}

.disconnected {
	background-color: #e15361 !important;
	color: white;
}

.table-hover tbody tr:hover {
	background-color: #c0c0c0;
}

.selected-row {
	background-color: #8f8f8f !important;
}

.selected-row:hover {
	background-color: #8f8f8f !important;
}

.payment-advance {
	background-color: #004000;
	color: white !important;
}

.payment-paid {
	background-color: #28a745;
}

.payment-due {
	background-color: #80ff00;
}

.auto-disconnected {
	background-color: #c10000;
	height: 5px;
}

.auto-off-toggle {
	font-size: x-large;
	cursor: pointer;
}

.pw-field-icon {
	float: right;
	margin-right: 8px;
	margin-top: -40px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.txt-field-icon {
	float: right;
	margin-right: 8px;
	margin-top: -29px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}
