/* Empty. Add your own CSS if you like */
.auth0-lock-close-button {
	display: none;
}

.button {
	border-radius: 0px;
}

.ion-edit {
	font-size: 1.5em;
}

/* Align popup modal to top of container to handle iOS keyboard rendering overmodal.*/
.popup-container  {
	align-items: self-start ;
    padding-top: 1em;
}

.popup-wide .popup { 

  width: 90%;

}

.popupinput {
	border:1px solid #aaa !important;
	width: 70% !important;
}

.popupinput-full {
	border:1px solid #aaa !important;
	width: 100% !important;
}

.popupinput-number {
	border:1px solid #aaa !important;
	width: 40px !important;
	text-align:center;
}

.popupinput-number70 {
	border:1px solid #aaa !important;
	width: 70% !important;
	text-align:center;
}

.popupinput-small {
	border:1px solid #aaa !important;
	
}

.popupinputfrannum {
	border:1px solid #aaa !important;	
	font-size: 2em !important;
	text-align:center;
}

.paymentshistoryamount {
	font-size: 2.5em;
}
.paymentshistoryamountdollarsign, .paymentshistoryamountcents {
	font-size: .5em;
	vertical-align: text-top;
}

.caleventcard {
	border-radius: 5px;
	border:1px solid #777;
	margin-bottom: 0.5em;
	padding: 0.5em;
}

.invoice-item-input-emulator {
	font-size: 14px;
	padding-top: 13px;
	padding-bottom: 12px;
	padding-left: 11px;
}

.invoice-item-delete {
	margin-left: 1.5em;
}

.invoice-item-edit {
	margin-right: 1.5em;
}

.big-icon-green {
	font-size: 5em;
	color: #36b357;
}

.big-icon-red {
	font-size: 5em;
	color: red;
}

.invoice-notes {
	font-style: italic !important;
	padding-left: 2em;
	font-size: 0.9em;
}

.top-green-line {
	border-top: 5px solid #36b357;
}

.disabled-appear-active {
	background-color: #fff !important;
}

.min-padding {
	padding: 2px !important;
}



.decline-notes-input {
   border: 1px solid #999;
  height: 10vh;
  width:100%;
  padding: 1em; 
}




.vipjobcardcompleted .item {
	background-color: #efefef;

}

.fc-button {
	border:1px solid #36b357;
	border-radius: 0px !important;
	background: #ffffff;
	color: #36b357;
}

.fullcalendar-event {
	border-radius: 0px;
}
.fullcalendar-dayincome {
	border: none;
	background: none;
	font-size: 1.5em;
	text-align:right;
}


.selectable {
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    -o-user-select: auto !important;
    user-select: auto !important;
}

.requiredstar {
	color: red;
	font-weight: bold;
}

.w-100 {
	width:100% !important;
}

.vipjobcard {
	padding-top: 0px;
}
.auto-allocated-top-banner {
	text-align:center;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;
	background-color: #36b357;
}