.login-pages {
	margin-left: 0 !important;
	position: fixed;
}

.panel-info > .panel-heading {
	background: #3c8dbc;
	color: white;
}

#loginform {
	padding: 0px 10px;
}

.login-box .btn-wrapper {
	margin: 0 auto;
	float: none;
}

table tbody .checkbox input[type=checkbox],
table tbody .checkbox-inline input[type=checkbox],
table tbody .radio input[type=radio],
table tbody .radio-inline input[type=radio] {
	margin-left: 10px;
}

table#tasks-list-table tbody .checkbox input[type=checkbox],
table#tasks-list-table tbody .checkbox-inline input[type=checkbox],
table#tasks-list-table tbody .radio input[type=radio],
table#tasks-list-table tbody .radio-inline input[type=radio],
table#managment-table tbody .radio-inline input[type=radio],
table#managment-table tbody .checkbox input[type=checkbox],
table#managment-table tbody .checkbox-inline input[type=checkbox] {
	margin-left: 30px;
}

.lockscreen-item {
	margin-top: 20px;
}

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

.main-footer {
	left: 0;
	right: 0;
	bottom: 0;
}

.filter-panel-body .checkbox input[type=checkbox], .filter-panel-body .checkbox-inline input[type=checkbox], .filter-panel-body .radio input[type=radio], .filter-panel-body .radio-inline input[type=radio] {
	margin-left: 0;
}

@media (max-width: 1024px) {
	table tbody tr td:nth-child(4) {
		max-width: 100px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		vertical-align: middle;
		display: inline-block;
	}
}

table.work-receipt-tbl {
	table-layout: fixed;
}

table.work-receipt-tbl td:nth-child(2) {
	word-break: break-word;
	max-width: 400px;
}

table.tasks-report-table td:nth-child(8),
table#tasks-list-table td:nth-child(8) {
	white-space: nowrap;
	overflow: hidden;
	max-width: 300px;
	text-overflow: ellipsis;
}

table.tasks-tbl tbody .checkbox input[type=checkbox], table.tasks-tbl tbody .checkbox-inline input[type=checkbox], table.tasks-tbl tbody .radio input[type=radio], table.tasks-tbl tbody .radio-inline input[type=radio] {
	margin-left: 5px !important;
}

.pac-container {
	z-index: 1051 !important;
}

input[type=file]#users-profile-pic {
	width: 100px;
	color: transparent;
	display: inline-block;
	border-right: none;
}

label#userFileLabel {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #ccc;
	padding: 5px 12px;
	height: 34px;
	width: 90%;
	border-left: none;
}

.form-horizontal .checkbox, .form-horizontal .radio {
	margin-left: 20px;
}

/*.custom_table{
	text-align: left;
}*/
.custom_table td {
	text-align: right;
}

.pdf-class {
	border: none;
	background: transparent;
	border-bottom: 1px solid;
	margin: 0 5px;
}

.pdf-class:focus {
	outline: transparent;
}

.col-md-4 a {
	width: 100% !important;
	margin: 5px 0;
}

#page_1 {
	overflow-x: auto !important;
}

.modal-loading .modal-body:before,
.page-lock:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	width: 100%;
	height: 100%;
}

.modal-loading .modal-body:after,
.page-lock:after {
	content: "\f110";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 30px;
	color: #888;
	margin-left: -15px;
	margin-top: -21px;
}

.page-lock:before {
	background: rgba(255, 255, 255, 0.75);
	z-index: 9999;
}

.page-lock:after {
	font-size: 3em;
	color: #3c8dbc;
	z-index: 99999;
	top: 50vh;
	margin-top: -30px;
	margin-left: -21px;
}


.content-wrapper.no-left-margin {
	margin-left: 0;
}


.page-pagination {
	text-align: right;
	padding: 20px 10px;
}

.page-pagination > * {
	position: relative;
	display: inline-block;
	padding: .8rem .9rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-pagination > *:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}


.page-pagination > strong {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-loading {
	position: relative;
	padding-left: 22px;
	opacity: 0.75;
	pointer-events: none;
}

.btn-loading:before {
	content: "\f110";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -9px;
}

.modal-body {
	max-height: calc(100vh - 200px);
	overflow-y: auto;
}

#app-busy-modal .modal-header {
	padding: 5px 15px;
	background: #3498db;
	color: #FFF;
	border-bottom: 0;
}

#app-busy-modal .modal-body {
	font-size: 13px;
}

#app-busy-modal .progress {
	margin: -15px -15px 15px -15px;
}
