.fjc-table{
	border-collapse: collapse;
    width: 100%;
}
.fjc-table td,th{
	padding-top: 5px;
}
.fjc-table tr{
	border-bottom: solid 1px lightgrey;
}

.fjc-billing-table{
	border-collapse: collapse;
    width: 100%;
    border-spacing: 0.5rem;
}
	
.fjc-billing-table th{
	padding-top: 5px;
	border: solid 1px grey;
}

.fjc-billing-table td{
	padding-top: 5px;
	border: solid 1px grey;
}
	

table.fjc-tdth td,th{
	padding: 5px;
    border-bottom: 1px solid #ddd;
}

body{
	font-family: 'Quicksand', sans-serif;
}

.fjc-sidebar-button{
	padding-left: 10%;
	width: 100%;
}

.fjc-sidebar-arrow{
	border: none; 
	border-radius: 100%; 
	padding: 8px;
	background-color: transparent;
}

.SubarItem{
	padding-left: 26%;
}

.fjc-sidebar-icon{
	font-size: 18pt;
	top: 3px;
	position: relative;
	margin-right: 3px;
	color:#626261;
}
.fjc-sidebar-span{
	font-size: 12pt;
	position: relative;
	margin-bottom: 10px;
	margin-left: 10px;
}

.fjc-SubBarDiv{
	display: none;
}

.fjc-SubBarDiv.display_SubDiv{
	display: inline;
}

.fjc-red{
	background-color: #f1ad00;
  	color: white;
}
.fjc-text-red{
	color: red;
}
.fjc-border-bottom-amber{
	border-bottom: solid;
  	border-bottom-width: thick;
  	border-bottom-color: #f1ad00;
}

.fjc-border-bottom-light-grey{
	border-bottom: solid;
  	border-bottom-width: thick;
	border-bottom-color: #f1f1f1;
}
.fjc-icon-font{
	color: #5b5c5c;
	font-size: 23px;
}


.fjc-border{
	border-style: solid;
	border-width: 1px;
	border-color: #5b5c5c;
	border-radius: 20px;
	padding:15px;
}

.fjc-margin-top{
	margin-top: 10px;
}

.fjc-margin-right{
	margin-right:10px;
}

.fjc-input-label{
	color: grey;
	font-size: 10pt;
	float: left;
	display: block;
	width: 100%;
	padding-top: 2px;
}

.fjc-input{
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
  	outline: none;
	background-color: #f1f1f1;
	width: 100%;
	border: none;
  	border-bottom: 1px solid lightgrey;
  	padding-bottom: 5px;
  	font-size: 12pt;
  	display: block;

}
.fjc-input:focus{
	border-bottom: 1px solid #f1ad00;
}

.fjc-input-table{
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
  	outline: none;
	width: 100%; 
	background: #f1f1f1; 
	border: none; 
	text-align: center;
	padding-bottom: 4px;
	margin-bottom: -4px;
}

.fjc-input-table:focus{
	border-bottom: solid grey 1px;
}

.fjc-heading-label{
	color: #f1ad00;
	font-weight: bold;
	font-size: 18pt;
	margin-bottom: 8px;
	width: 100%;
}

.fjc-button{
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
	background-color: #f1f1f1;
	border:none;
	padding: 2px;
	border-bottom: solid;
  	border-bottom-width: thick;
  	border-bottom-color: #f1f1f1;
  	font-size: 12pt;
  	color:grey;
  	text-align: left;
  	white-space: nowrap; 
  	overflow: hidden;
  	margin-top: 5px;
  	margin-right: 3px;
}

.fjc-button:hover{
	border-bottom: solid;
  	border-bottom-width: thick;
  	border-bottom-color: #f1ad00;
  	color:black;
}

.fjc-button:active{
	border-bottom: solid;
  	border-bottom-width: thick;
  	border-bottom-color: #f1ad00;
  	color:black;
}

.fjc-button:focus{
	outline: none;
	border-bottom: solid;
  	border-bottom-width: thick;
  	border-bottom-color: #f1ad00;
  	color:black;
}

.fjc-button-selected{
	border:none;
	background-color: #f1f1f1;
	border-bottom: solid;
  	border-bottom-width: thick;
  	border-bottom-color: #f1ad00;
  	color:black;
}

.fjc-button-icon{
	margin-right:5px;
	font-size: 14pt;
}

.fjc-button-bar{
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
	background-color: #f1f1f1;
	border:none;
	padding: 4px;
	border-bottom: solid;
  	border-bottom-width: thick;
  	border-bottom-color: #f1f1f1;
  	font-size: 12pt;
  	color:grey;
  	text-align: left;
  	white-space: nowrap; 
  	overflow: hidden;
  	margin-top: 8px;
  	margin-right: 3px;
}

.fjc-button-bar:hover{
	border-bottom: solid;
  	border-bottom-width: thick;
  	border-bottom-color: #f1ad00;
  	color:black;
}

.fjc-button-bar:active{
	border-bottom: solid;
  	border-bottom-width: thick;
  	border-bottom-color: #f1ad00;
  	color:black;
}

.fjc-button-bar:focus{
	outline: none;
	border-bottom: solid;
  	border-bottom-width: thick;
  	border-bottom-color: #f1ad00;
  	color:black;
}

.fjc-button-circle-small{
	background: #f1f1f1;
  	width: 25px;
  	height: 25px;
  	border-radius: 100%;
  	display: inline-flex;
  	justify-content: center;
  	align-items: center;
  	color: black;
  	border: none;
}

.fjc-button-circle-small:hover{
	background: #f1f1f1;
  	color: #f1ad00;
  	border-color: #f1ad00;
}

.fjc-button-circle-small:focus{
	background: #f1f1f1;
  	color: #f1ad00;
  	border-color: #f1ad00;
	outline: none;
}

.fjc-button-arrow-sideform{
	background: #f1f1f1;
  	width: 20px;
  	height: 20px;
  	border-radius: 100%;
  	color: black;
  	border: none;
}

.fjc-button-arrow-sideform:hover{
	background: #f1f1f1;
  	color: #f1ad00;
  	border-color: #f1ad00;
}

.fjc-button-arrow-sideform:focus{
	background: #f1f1f1;
  	color: #f1ad00;
  	border-color: #f1ad00;
	outline: none;
}

.fjc-button-delete-tablerow{
	background: #f1f1f1;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: grey;
	border: 1px solid grey;
	margin-right: 1px;
	font-size: 10pt;
	outline: none;
	margin-bottom: 5px;
}

.fjc-button-delete-tablerow:hover{
	background: grey;
	color: white;
}

.fjc-button-delete-tablerow:focus{
	background: grey;
	color: white;
}

.fjc-button-delete-tablerow:active{
	outline: 0 !important;
 	outline-offset: 0  !important;
 	box-shadow: none  !important;
}

.fjc-button-arrowUp{
	width: 20px;
	height:20px;
	transform: rotate(180deg);
	float: right;
}

.fjc-button-arrowDown{
	width: 20px;
	height:20px;
	transform: rotate(0deg);
	float: right;
}

.fjc-select{
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
  	outline: none;
	background-color: #f1f1f1;
	width: 100%;
	border: none;
  	border-bottom: 1px solid lightgrey;
  	padding-bottom: 6px;
  	font-size: 12pt;
  	text-align-last: center;
  	margin-top:3px;
}

.fjc-select:focus{
	border-bottom: 1px solid #f1ad00;
}

.fjc-large{
	font-size: 16pt;
}

.fjc-xlarge{
	font-size: 18pt;
}

.fjc-datetime{
	text-align: center;
}

.fjc-Div-disable {
    pointer-events: none;
    opacity: 0.4;
}

.loader {
  border: 5px solid lightgrey;
  border-radius: 50%;
  border-top: 5px solid #f1ad00;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: none !important;
	background-color: lightgrey;
	color:black;
	font-family: 'Quicksand', sans-serif;
}

body .ui-autocomplete {
 	font-family: 'Quicksand', sans-serif;
}

.fjc-dot {
  height: 8px;
  width: 8px;
  background-color: #f1ad00;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 3px;
}

	.fjc-tooltip {
  position: relative;
  display: inline-block;
}

.fjc-tooltip .fjc-tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #f1ad00;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
}
.fjc-tooltip:hover .fjc-tooltiptext {
  visibility: visible;
}

.fjc-checkbox-container {
  display: block;
  position: absolute;
  font-size: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.fjc-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.fjc-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: solid 1pt;
  border-radius:3px;
  background-color: #f1f1f1;
}

/* On mouse-over, add a grey background color */
.fjc-checkbox-container:hover input ~ .fjc-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.fjc-checkbox-container input:checked ~ .fjc-checkmark {
  background-color: #f1ad00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.fjc-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.fjc-checkbox-container input:checked ~ .fjc-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.fjc-checkbox-container .fjc-checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fjc-checkbox-label{
	margin-left: 25px; 
	position: relative;
	top: 5px;
}

.fjc-badge{
	min-width: 15px;
	background-color: #f1ad00;
	border-radius: 15%;
	display: inline-block;
	font-size: 10px;
	color:white;
	text-align: center;
	position: relative;
	padding: 1px 2px 1px 2px;
}

.rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.rotate.down {
    -moz-transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    transform:rotate(-180deg);
}

.fjc-div-inline{
	display:inline-block;
	width: 100%;
	border: none;
}
.fjc-div-inline label{
	text-align: left;
	margin-right: 10%;
	font-weight: bold;
	width: 50%;
}
.fjc-div-inline input{
	background-color: #f1f1f1;
	border: none; 
	text-align: right; 
	float: right;
	width: 50%;
}
.fjc-div-inline input.computation-line{
	border-bottom: 2px solid; 
}

table.fjc-print-table{
		width: 100%;
		border-collapse: collapse;
}
table td.fjc-print-table{
		border-bottom: 0.5px solid grey;
		border-collapse: collapse;
}

@media (max-width: 767px) { 
	.fjc-button-bar{
		font-size: 10pt;
	}                 
	.fjc-button{
		-webkit-transition: all 0.30s ease-in-out;
  		-moz-transition: all 0.30s ease-in-out;
  		-ms-transition: all 0.30s ease-in-out;
  		-o-transition: all 0.30s ease-in-out;
		height: 45px;
		width: 45px;
		border-radius: 50%;
		border: 1px solid #f1ad00;
		background-color: #f1ad00;
		color: white;
		text-align: center;
		vertical-align: middle;
	}

	.fjc-button:hover{
		border: 1px solid #f1ad00;
		background-color: #f1f1f1;
		color: #f1ad00;
	}

	.fjc-button:focus{
		border: 1px solid #f1ad00;
		background-color: #f1f1f1;
		color: #f1ad00;
		text-align: center;
		vertical-align: middle;
		box-shadow: 1px 1px 4px grey;
	}

	.fjc-table-small{
		font-size: 10pt;
	}

	.fjc-button-tooltip{
		display: none;
	}

	.fjc-button:hover + .fjc-button-tooltip {
    	visibility: visible;
	}

	.fjc-button-icon{
		vertical-align: middle;
		margin: auto;
		font-size: 20pt;
	}

	.fjc-button-icon:hover{
		vertical-align: middle;
		margin-right: 0px;
		margin: auto;
		font-size: 20pt;
	}

	.fjc-fixedposition{
		position: fixed;
		right: 0;
		bottom: 0;
		margin-right: 10px;
		margin-bottom: 20px;
	}


}
