@charset "utf-8";

.skin-blue .main-header .logo {
	background-color: #0B5670;
}

.skin-blue .main-header .navbar {
	background-color: #078B8A;
}

.btn-primary {
	background-color: #078B8A;
}

.btn-primary:hover {
	background-color: #0B5670;
}
 

span.no-wrap {
	display: inline-block;
}

.flex-row-1 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: space-around;
	margin: auto;
}

.attendy--error-box {
	margin-top: 15px;
}

.attendy--error-text {
	color: red;
}

.attendy--value-text {
	color: #3c8dbc;
}

.attendy--waiting-text {
	color: darkred;
}

.attendy--pending-text {
	color: darkgoldenrod;
}

.attendy--employees-pic-select {
	margin-left: 10px;
	width: 140px!important;
}

.attendy--list-add-button {
	margin-left: 10px;
}

.attendy--table-cell-buttonish {
	display: inline-block;
	border-radius: 3px;
	border: 1px solid lightslategrey;
	padding: 1px 3px;
}

.attendy--employees-off-duty {
	color: black;
	background-color: lightgrey;
}

.attendy--employees-on-duty {
	color: black;
	background-color: lightgreen;
}

.attendy--employees-waiting {
	background-color: red;
	color: white;
}

.attendy--employees-pending {
	background-color: palevioletred;
	color: white;
}

.attendy--employees-approved {
	background-color: green;
	color: white;
}

.attendy--employees-null {
	display: none;
}

.icon-size-medium {
	width: 14px;
}

.remove-button {
	margin-left: 20px;
	display: inline-flex;
	align-items: center;
	color: white;
	background-color: #00c0ef;
}

.remove-button:disabled {
	color: grey;
	background-color: #EFEFEF;
}

.remove-button span {
	padding-left: 10px;
}

.remove-confirmation-table {
	border-spacing: 30px 5px;
	border-collapse: separate;
}

/* Select2 adjustment */
.select2-selection__rendered {
	font-size: 12px;
}

/* Addition for DataTable */

tbody tr.an-dt-row-disabled {
	color: lightgray;
}

tbody tr.an-dt-row-darkred {
	color: darkred;
}

tbody tr.an-dt-row-darkgoldenrod {
	color: darkgoldenrod;
}

tbody td.an-dt-body-right {
	text-align: right;
}

tbody td.an-dt-body-center {
	text-align: center;
}

tbody td.an-dt-hidden, thead th.an-dt-hidden {
	display: none;
}

table.dataTable thead th, table.dataTable tfoot th {
	text-align: center;
}

.table > tbody > tr > td.dt-employee-number {
	padding-right: 3em;
}

div.dataTables_wrapper #refinement div.col-sm-12 {
	display: flex ;
	align-items: center;
	margin-bottom: 0.5em;
}

div.dataTables_wrapper #refinement div.col-sm-12 select {
	height: 1.8em;
	font-size: unset;
	padding: 0;
	padding-left: 0.5em;
	padding-bottom: 0.3em;
}

/* Select2 filter */
.dataTables_wrapper .select2-container {
	height: 1.8em;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 20px;
	font-size: unset;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 1.5em;
}
.select2-container .select2-selection--single {
	height: 1.8em;
}
/* Select2 filter */

div.dataTables_length {
	display: flex;
	align-items: center;
}

div.dataTables_length label {
	margin-bottom: 0;
}


div.dataTables_length select, div.dataTables_length label select.input-sm {
	height: 1.8em;
	font-size: unset;
	padding: 0;
	padding-left: 0.5em;
	padding-bottom: 0.3em;
}

div.dataTables_length select.an-dt-refine-item {
	width: auto!important;
}

.an-dt-refine-item {
	margin-left: 10px;
}

.an-dt-refine-item:nth-child(1) {
	margin-left: 0px;
}

td.an-dt-editable {
	color: darkblue;
	cursor: pointer;
}

td.an-dt-editting input {
	width: 100%;
}

/* Editable */
.an-editable-text {
	color: darkblue;
	cursor: pointer;
}

.an-editable-value {
	color: darkblue;
}

input.ajax-control {
	width: auto;
	height: 30px;
	font-size: 14px;
	color: #555;
	background-image: none;
	border: 1px solid #ccc;
}

input.ajax-control:focus {
	border-color: #3c8dbc;
	box-shadow: none;
}

.an-editable-text input[type=number] {
	text-align: right;
	padding-right: 5px;
}

.an-editable-text input[data-type=hhmm] {
	text-align: center;
	padding-right: 5px;
	width: 60px;
}


/* Addtion and Overwrite AdminLTE CSS */
.user-panel > .image {
	position: relative;
}
.user-panel > .image > p {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	transform: translate(-50%,-50%);
	font-size: 26px;
}

.btn-add {
	color: white!important;
	background-color: #00c0ef;
	border-color: #00acd6;
}

.btn-add:hover {
	color: white;
	background-color: #00acd6;
	border-color: #269abc;
}

.btn-edit {
	color: white!important;
	background-color: #6bc2e2;
	border-color: #00acd6;
}

.btn-edit:hover {
	color: white;
	background-color: #3a4d62;
	border-color: #269abc;
}

.btn-show {
	color: white;
	background-color: #337ab7;
	border-color: #337ab7;
}

.btn-show:hover {
	color: white;
	background-color: #3a4d62;
	border-color: #337ab7;
}


.btn-waiting-spinner {
	display: none;
	top: 5px;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-waiting-spinner img {
	width: 20px;
}

.btn-waiting {
	position: relative;
}

.btn-waiting > span {
	opacity: 0;
}

.btn-waiting .btn-waiting-spinner {
	display: inline-block;
	position: absolute;
}

.dropdown-menu {
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
}

.list-group-item {
	display: flex;
	justify-content: space-between;
}

.modal-body-disabled {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 100000;
}

.modal-content label {
	margin-bottom: 3px;
	white-space: nowrap;
}

.modal-content .modal-body {
	padding-top: 0;
	padding-bottom: 0;
}

.modal-content .modal-header {
	padding-top: 10px;
	padding-bottom: 5px;
}

.modal-content .form-group {
	margin-bottom: 10px;
}

.modal-content .modal-footer {
	padding-top: 0;
}

.form-control {
	height: 28px;
	padding: 4px 8px;
}

.form-two-col {
	width: 50%;
	position: relative;
	min-height: 1px;
	float: left;
}

.form-two-col:nth-child(1) {
	padding-right: 15px;
}

.form-two-col:nth-child(2) {
	padding-left: 15px;	
}

.form-three-col {
	width: 33%;
	position: relative;
	min-height: 1px;
	float: left;
}

.form-three-col:nth-child(1) {
	padding-right: 10px;
}

.form-three-col:nth-child(2) {
	padding-right: 10px;
	padding-left: 10px;	
}

.form-three-col:nth-child(3) {
	padding-left: 10px;	
}

.form-radio-box input[type=radio] {
	margin-left: 15px;
}

.form-radio-box input[type=radio]:nth-child(1) {
	margin-left: 0;
}

.form-radio-label {
	margin-left: 8px;
	margin-bottom: 0;
	font-weight: normal;
}