.btn-group-xxs > .btn, .btn-xxs {
  padding: .1875rem .3rem;
  font-size: .65625rem;
  line-height: .375;
  border-radius: .15rem;
}

.modal-dialog{
	min-height: 101vh;
}

body {
	color: #333232;
}

.bg-light-blue {
	background: #EDFDFF;
}
.bg-light-green {
	background: #E2FFE7;
}
.bg-light-yellow {
	background: #FEFFE3;
}


.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin: 0 -2px;
}
.btn-yellow {
  background: #fffcb9;
  color: #050505;
  border-color: #fffba7;
}

.text-default {
	color: #333232;
}

.metisMenu li a:not(.active) {
	color: #333232 !important;
}

.panel-default .panel-heading {
	color: #333232;
}

.text-muted {
	color: #333232;
	opacity: 0.75;
}

.workorder-photo {
	display: inline-block;
	margin: 3px;
	border: 1px solid #eee;
	box-shadow: 2px 2px 2px #eee;
	width: 150px;
	height: 150px;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
}

.payroll-regular {
	background: #fdffc7 !important;
}
.payroll-vacation {
	background: #fde8e7 !important;
}
.payroll-holiday {
	background: #b4f3ff !important;
}
.payroll-overtime {
	background: #ffe4b4 !important;
}
.payroll-unpaid {
	background: #f5f5f5 !important;
}

.schedule-table {
	border: 2px solid #ececec;
	table-layout: fixed;
}

.schedule-table thead {
	background: #ececec;
	font-size: 0.9em;
}

.schedule-table-hour {
	text-align: right;
	background: #f6f5f5;
	font-weight: bold;
}

.businesshour {
	color: #6297B1 !important;
}

.schedule-table th {
	text-align: center;
}

.schedule-table tr {
	border: 1px solid #DFDFDF;
	border-collapse: collapse;
	padding: 0 !important;
}

.schedule-table td {
	border: 2px solid #DFDFDF;
	border-collapse: collapse;
	padding: 0 !important;
}

.schedule-table-month tbody tr {
	height: 150px;
}

.schedule-table-week tbody tr, .schedule-table-day tbody tr {
	height: 25px;
}

.schedule-appointment-slot {
	min-height: 150px;
}

.schedule-appointment-slot-today {
	background: #f5f6eb;
}

.schedule-appointment-slot:hover{
	background: #F4F4F4;
	box-shadow: 0 0 8px #B6B6B6;
	cursor: pointer;
}

.schedule-appointment-slot:hover::before {
	content: "+New";
	display: block;
	position: absolute;
	padding-left: 10px;
	font-weight: bold;
	color: #B6B6B6;
	font-size: 0.8em;
}

.schedule-appointment {
	background: #fff;
	display: inline-block;
	width: 150px;
	height: auto;
	box-shadow: 0px 0px 8px #C9C9C9;
	box-sizing: border-box;
	padding: 5px;
	font-size: 0.9em;
	margin: 0;
	border: 2px solid #B3B3B3;
	font-size: 0.9em;
	background: #F7F7F7;
}

.schedule-appointment-note {
	border-left: 5px solid #fffba7;
	background: #fffcb9;
}

.schedule-appointment-mobile {
	display: block !important;
	width: 100% !important;
	margin-bottom: 10px !important;
}

.schedule-appointment-hidden {
	opacity: 0.8;
	border: 2px dashed red !important;
}

.schedule-appointment-hidden strong {
	color: red !important;
}

.arrange-users-item {
	padding: 5px;
	font-size: 0.9em;
	margin: 2px;
	border: 2px solid #E7E7E7;
	background: #f7f7f7;
}

.schedule-appointment-hour {
	position: absolute;
	width: auto;
	min-height: 25px;
	overflow: hidden !important;
}


.ui-resizable-s {
	height: 8px;
	border: 2px dashed #ececec;
}

.unscheduled-appointments .schedule-appointment-hour {
	position: relative !important;
}
.schedule-appointment-hour:hover {
	z-index: 2000 !important;
}

.schedule-appointment:hover {
	opacity: 1;
}

.schedule-businesshours {
	background: #CFEAF0;
	border-top: 1px double #97CBDF !important;
}

.schedule-businesshours td {
	border: 2px solid #97cbdf;
	border-top: 2px solid #97CBDF;
}

.tag {
	font-size: 1em;
	font-weight: bolder;
	border: 1px solid #6A6A6A;
	border-radius: 5px;
	padding: 2px 6px;
	display: inline-block;
}

.tag-jobtype {
	background: #EEEEEE;
	color: #6a6a6a
}

.schedule-appointment-status-tentative {
	border-color: #fcff6b;
}
.schedule-appointment-status-confirmed {
	border-color: #b4ff91;
}
.schedule-appointment-status-priority {
	border-color: #b191ff;
}
.schedule-appointment-status-done {
	border-color: #ED2828;
}

.tag-appointment-stauts-none {
	background: #fff;
	color: #6a6a6a;
}
.tag-appointment-status-tentative {
	background: #FCFF6B;
	color: #6a6a6a;
}
.tag-appointment-status-confirmed {
	background: #B4FF91;
	color: #6a6a6a;
}
.tag-appointment-status-priority {
	background: #B191FF;
	color: #fff;
}
.tag-appointment-status-done {
	background: #B40101;
	color: #fff;
}

@keyframes animate-blinker {
	0% {opacity: 1;}
	10% {opacity: 1;}
	50% {opacity: 0.5;}
	90% {opacity: 1;}
	100% {opacity: 1;}
}

.schedule-appointment-blinking {
	animation: animate-blinker 1.5s linear infinite;
}


#calendar-picker {
	font-size: 0.75em;
	max-width: 50%;
}
#calendar-picker td {
	padding: 0;
	margin: 0;
}
#calendar-picker td.today:not(.active) {
	background-color: #fff !important;
	color: #000 !important;
	font-weight: bold;
}
