/* TICKET ENTRANCE SCAN CSS */

/* MENU START */
#entrance_menu .footer_menu {
	background-color: #FFF;
    text-align: center;
}

#entrance_menu .footer_menu .active {
	background-color: #61AB92 !important;
	color: #FFFFFF !important;
}

#entrance_menu .navbar {
	padding: 0 !important;
}
.fab-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  user-select: none;
  position: fixed;
  bottom: 80px; 
  right: 30px;
  z-index: 3;
  
  
}
.fab-container:hover {
    height: 100%;
}
.fab-container:hover .sub-button:nth-child(2) {
  transform: translateY(-80px);
}
.fab-container:hover .sub-button:nth-child(3) {
  transform: translateY(-140px);
}
.fab-container:hover .sub-button:nth-child(4) {
  transform: translateY(-200px);
}
.fab-container:hover .sub-button:nth-child(5) {
  transform: translateY(-260px);
}
.fab-container:hover .sub-button:nth-child(6) {
  transform: translateY(-320px);
}
fab-container .fab{
  position: relative;
  height: 70px; width: 70px;
  background-color: #61AB92;
  border-radius: 50%;
  z-index: 2;
}
.fab-container .fab::before {
  content: " ";
  position: absolute;
  bottom: 0; right: 0;
  height: 35px; width: 35px;
  border-radius: 0 0 10px 0;
  z-index: -1;
}
.fab-container .fab .fab-content {
  display: flex;
  align-items: center; justify-content: center;
  height: 100%; width: 100%;
  border-radius: 50%;
}
.fab-container .fab .fab-content .fa {
	color: white;
	font-size: 48px;
	margin-right: 0px;
}
.fab-container .sub-button {
    position: absolute;
    display: flex;
    align-items: center; justify-content: center;
    bottom: 10px; right: 10px;
    height: 50px; width: 50px;
    background-color: #61AB92;
    border-radius: 50%;
    transition: all .3s ease;
}
.fab-container .sub-button:hover {
  cursor: pointer;
}
.fab-container .sub-button .fa {
  color: white;
  padding-top: 6px;
}
.fab-container .form {
	position: absolute;
	display: none;
	align-items: center; justify-content: center;
	bottom: 10px; right: 10px;
	height: 500px; max-width: 500px;
	border-radius: 50%;
	transition: all .3s ease;
}
.fab-container:hover .form {
  	display: flex !important;
    transform: translateX(-80px);
}
.form-shadow {
	background-color: rgba(0,0,0,0.5);
}
/* MENU END */

/* HOME START */
.canvas-con {
	display: block;
	align-items:center;
	justify-content: center;
	min-height: 365px;
	position: relative;
}

p {
	position: relative;
	//left: 194px;
	margin-top: 64px;
}

.canvas-con-inner {
	height: 100%;
}

.canvas-con-inner, .legend-con {
	display: block;
}

.legend-con {
	font-family: Roboto;
	display: inline-block; 
}
.legend-con li {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}
.legend-con ul {
	list-style: none;
}

.legend-con li span.chart-legend {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.legend-con li span {
	display: inline-block;
}
#my-legend-con .chart-legend {
	margin: 0 10px 0 0 !important;
}
#mychart {
	height: 400px;
}
/* HOME END */

/* SCAN START */
.title_success {
	color: #FFFFFF;
}
.title_fail {
	color: #FFFFFF;
}
.subtitle_fail {
	color: #e5e5e5;
	font-size: 0.8rem;
}
#reader__dashboard_section_swaplink{
	display: none;
}
.check_btn {
    background-color: #61AB92 !important;
    color: #FFF !important;
    border: #000 !important;
}
.back_to_scan_btn {
    background-color: #535a58 !important;
    color: #FFF !important;
    border: #000 !important;
}
.scanner_input{
	margin: 10px;
}
.fab-container .fab {
    position: relative;
    height: 70px;
    width: 70px;
    background-color: #61AB92;
    border-radius: 50%;
    z-index: 2;
}
/* SCAN END */

/* SCAN FORM START */
.qty_label_modal {
    width: 150px;
    float: left;
    font-weight: bold;
    font-size: 16px;
    margin-top: -7px;
}
/* SCAN FORM END */

/* SCAN RESULT START */
.scan_status_box{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	padding: 10px 30px;
}
.scan_status {
	font-size: 2rem;
	color: #FFFFFF;
	font-weight: bold;
}
.scan_status_success {
	background-color: #00B050;
}
.scan_status_out_success {
	background-color: #FFC000;
}	
.scan_status_used {
	background-color: #FF0000;
}	
.scan_status_invalid {
	background-color: #FF0000;
}	
.scan_status .fa{
	color: #FFFFFF !important;
	margin-right: 20px;
	font-size: 3rem;
	vertical-align: middle;
}
.scan_status_subtitle {
	font-size: 1rem;
	font-weight: normal;
}
.scan_result_label {
	font-size: 0.8rem;
	color: #666666;
	text-align: center;
}
.scan_result_data {
	font-size: 1.1rem;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
.scan_footer_btns_box{
	display: flex;
	justify-content: right;
	align-items: right;
	border-radius: 10px;
	padding: 10px 30px;
}
.next_scan_btn {
    background-color: #61AB92 !important;
    color: #FFF !important;
	width: 200px !important;
}
/* SCAN RESULT END */

/* SCAN REPORT START */
/* SCAN REPORT END */

/* CHECK OUT START */
#check_out_data_table_wrapper .dataTables_filter {
    text-align: left !important;
}
#check_out_data_table_wrapper .dataTables_filter input {
    width: calc(100% - 64px) !important;
}
#check_out_data_table_wrapper .dataTables_filter label {
    width: 100% !important;
}
#check_out_data_table_next {
    border-right: 1px solid #CCC;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.entrance_scan_datatable, .entrance_scan_datatable tr,  .entrance_scan_datatable td{
	border: none !important;
	background-color: transparent !important;
	padding: 0 !important;
}
.check_out_card {
	/*position: relative;
	display: flex;*/
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 15px;
	text-align: left; 
	/*margin-bottom: 1.25rem;*/
}
.check_out_card_num {
	font-size: 1rem;
	font-weight: bold;
	color: #666678;
	/*margin-right: 10px;*/
}
.check_out_card_body {
	font-size: 1rem;
	font-weight: bold;
	color: #666678;
}
.check_out_card_content {
	font-size: 1rem;
	font-weight: bold;
	color: #666678;
}
.check_out_card_footer {
	font-size: 0.8rem;
	font-weight: normal;
	color: #b5b5b5;
}
.check_out_card_action {
    /*display: block;
    position: absolute;
    bottom: 20px;*/
    /*right: 20px;*/
    text-align: center;
}
.check_out_btn {
	/* width: 200px !important; */
	display: block !important;

}
.cancel_checked_in_btn {
    background-color: #c9302c !important;
    color: #FFF !important;
    width: 250px !important;
}
/* CHECK OUT END */