@font-face {
	font-family: poppins_medium;
	src: url(../font/Poppins-Medium.ttf);
}
@font-face {
	font-family: poppins_extra_bold;
	src: url(../font/Poppins-ExtraBold.otf);
}
@font-face {
	font-family: montserrat_bold;
	src: url(../font/Montserrat-Bold.ttf);
}
html, body {
	max-width: 100%;
	overflow-x: hidden;
}
body {
	margin-bottom: 60px;
}

.d-contents {
	display: contents;
}
.form-control {
	border-radius: 0px !important;
}
.underline {
	white-space: nowrap;
    position: relative;
    font-weight: 700;
}
.underline::after {
	content: "";
    height: 1.5px;
    background: -webkit-gradient(linear,left top,right top,from(#da1b60),to(#ff8a00));
    background: linear-gradient(to right,#da1b60,#ff8a00);
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    border-radius: 2px;
}

.alert_class {
	border: 1px solid #ac1f26;
}

i.fas.fa-cog, i.fa.fa-cog { color: #f15a22; }

.form-control:focus { border-color: rgba(241,90,34,.4); outline: 0; box-shadow: 0 0 0 0.2rem rgba(241,90,34,.25); }

/*********  Alert PopUp Modal ***************************/
#alert_popup_modal .modal-content {
/*
	background: -webkit-linear-gradient(45deg, #543093 32%, #d960ae 100%);
	background: -moz-linear-gradient(45deg, #543093 32%, #d960ae 100%);
	background: -ms-linear-gradient(45deg, #543093 32%, #d960ae 100%);
	background: -o-linear-gradient(45deg, #543093 32%, #d960ae 100%);
	background: linear-gradient(45deg, #543093 32%, #d960ae 100%);
*/
	background-color: red;
/*	border-color: #f5c6cb;*/
	color: #FFF;
}

#alert_popup_modal .close {
	color: #FFF;
	opacity: 1;
}
#alert_popup_modal p.title {
	font-weight: bolder;
	font-size: 26px;
/*	color: #FFF;*/
	letter-spacing: 1px;
}
#alert_popup_modal p.reason {
	font-size: 18px;
	font-weight: 600;
/*	color: #FFF;*/
}
#alert_popup_modal p.icon {
/*	color: #FFF;*/
}
/************************************/

sup.star {
	color: #ac1f26;
	font-size: 16px;
}
.page-item.active .page-link {
	background-color: #f15a22;
	border-color: #f15a22;
/*	padding: .25rem 0.5rem;*/
}
.page-item .page-link {
/*	padding: .25rem 0.5rem;*/
}
/* ***** Scanner ********  */

.laser-rightBottom {
	bottom: 0;
	right: 0;
	border-bottom: solid red 5px;
	border-right: solid red 5px;
}
.laser-rightTop {
	top: 0;
	right: 0;
	border-top: solid red 5px;
	border-right: solid red 5px;
}
.laser-leftBottom {
	bottom: 0;
	left: 0;
	border-bottom: solid red 5px;
	border-left: solid red 5px;
}
.laser-leftTop {
	top: 0;
	left: 0;
	border-top: solid red 5px;
	border-left: solid red 5px;
}
.scanner-laser {
	position: absolute;
	margin: 40px;
	height: 30px;
	width: 30px;
	opacity: 0.5;
}
/***************************/



/*********** Radio box *******************/

#category_form label{
/*
	position: relative;
	color: #666;
	font-size: 30px;
*/
	cursor: pointer;
}

#category_form  input[type="radio"]{
	position: absolute;
	right: 9000px;
}

#category_form input[type="radio"] + .label-text:before{
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

#category_form input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	font-family: "Font Awesome 5 Free"; font-weight: 900;
	color: #ff8a00;
	animation: effect 250ms ease-in;
}

#category_form input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

#category_form input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	font-family: "Font Awesome 5 Free"; font-weight: 400;
	color: #ccc;
}

@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}

/*****************************************/

/*********** Check Box ******************/

#workshop_checkbox_div label{
/*	position: relative;*/
	cursor: pointer;
/*
	color: #666;
	font-size: 30px;
*/
}

#workshop_checkbox_div input[type="checkbox"] {
	position: absolute;
	right: 9000px;
}

/*Check box*/
#workshop_checkbox_div input[type="checkbox"] + .label-text:before{
	content: "\f0c8";
	font-family: "Font Awesome 5 Free";
	speak: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

#workshop_checkbox_div input[type="checkbox"]:checked + .label-text:before{
	content: "\f14a";
	font-family: "Font Awesome 5 Free"; font-weight: 900;
	color: #f15a22;
	animation: effect 250ms ease-in;
}

/*
#workshop_checkbox_div input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}

#workshop_checkbox_div input[type="checkbox"]:disabled + .label-text:before{
	content: "\f0c8";
	font-family: "Font Awesome 5 Free"; font-weight: 900;
	color: #ccc;
}
*/




#checkbox_div label{
/*	position: relative;*/
	cursor: pointer;
	vertical-align: middle;
/*
	color: #666;
	font-size: 30px;
*/
}

#checkbox_div input[type="checkbox"] {
	position: absolute;
	right: 9000px;
}

/*Check box*/
#checkbox_div input[type="checkbox"] + .label-text:before{
	content: "\f0c8";
	font-family: "Font Awesome 5 Free";
	speak: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

#checkbox_div input[type="checkbox"]:checked + .label-text:before{
	content: "\f14a";
	font-family: "Font Awesome 5 Free"; font-weight: 900;
	color: #f15a22;
	animation: effect 250ms ease-in;
}

/*
#checkbox_div input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}

#checkbox_div input[type="checkbox"]:disabled + .label-text:before{
	content: "\f0c8";
	font-family: "Font Awesome 5 Free"; font-weight: 900;
	color: #ccc;
}
*/






/****************************************/


/************* Search Input Field ************/
.has-search .form-control {
	padding-left: 2.375rem;
}
.has-search .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.375rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	pointer-events: none;
	color: #aaa;
}
/***************************************/

/********* Members Page ************/
.logo {
	position: relative;
	/*    background: rgba(225, 225, 225, 0.2);*/
    /* width: 230px; */
    /* height: 230px; */
/*    z-index: 100;*/
    /* margin: 0 auto; */
	text-align: center;
	transition: all .8s ease-in;
	border-radius: 50% 50%;/* margin-bottom: 5%; */
}
.border_box {
	width: 190px;
	height: 190px;
	/*    top: 20px;*/
	margin: 0 auto;
	border: 1px solid #fff;
	position: relative;
	transition: all .6s ease-in;
	border-radius: 50% 50%;
}
.logo.morph, .logo.morph .border_box, .logo.morph .foreground {
	animation-duration: 8s;
	animation-iteration-count: infinite;
	animation-name: square;
}
.foreground {
	background: url("../image/banner/img2.svg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 165px;
	margin: 0 auto;
	height: 165px;
	position: relative;
	top: 12px;
	left: 2px;
	transition: all .4s ease-in;
	color: white;
	box-shadow: -10px -10px 50px #333;
	/*    z-index: 100;*/
	border-radius: 50% 50%;
}
.fa_icon {
	position: relative;
	font-size: 3rem;
	top: 15px;
}
.logo h1 {
	font-size: 15.92px;
	line-height: 15.92px;
	text-transform: uppercase;
	position: relative;
	top: 25px;
}
.logo:hover {
	border-radius: 0;
	transition: all .8s ease-in-out;
}
.border_box:hover {
	border-radius: 0;
	transition: all .6s ease-in-out;
}
.foreground:hover {
	border-radius: 0;
	transition: all .2s ease-in-out;
}
/*
@keyframes square {
  0.00% {
    border-radius: 0%; }
  50% {
    border-radius: 50%; }
  100% {
    border-radius: 0; }
}
*/
/******************************************/


/********* Tooltip ****************/
.bs-tooltip-bottom .tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 25rem;
	border-top: 2px solid #f71169;
}
.bs-tooltip-top .tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 25rem;
	border-bottom: 2px solid #f71169;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
	/*    margin-left: -3px;*/
	content: "";
	border-width: 5px 5px 0;
	border-top-color: #f71169;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
	/*    margin-left: -3px;*/
	content: "";
	border-width: 0 5px 5px;
	border-bottom-color: #f71169;
}
/******************************************************/

.animate {
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}
 @keyframes slideIn {
 0% {
 transform: translateY(1rem);
 opacity: 0;
}
 100% {
 transform:translateY(0rem);
 opacity: 1;
}
 0% {
 transform: translateY(1rem);
 opacity: 0;
}
}
 @-webkit-keyframes slideIn {
 0% {
 -webkit-transform: transform;
 -webkit-opacity: 0;
}
 100% {
 -webkit-transform: translateY(0);
 -webkit-opacity: 1;
}
 0% {
 -webkit-transform: translateY(1rem);
 -webkit-opacity: 0;
}
}
.slideIn {
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
}
.fa-angle-double-left {
	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	transition: all 2s ease-out;
}
.btn-outline-dark:hover .fa-angle-double-left {
	-webkit-transform: translateX(-4px);
	transform: translateX(-4px);
}
.homeFontIcon {
	position: absolute;
	right: 20px;
	top: 40px;
}
.reportIcon {
	padding: 5rem 10rem;
}
a {
	text-decoration: none !important;
}
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.f13 {
	font-size: 13px;
}
.mandatory {
	color: #dc3545;
}
.fontColor {
    background: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#da1b60));
    background: linear-gradient(to right,#ff8a00,#da1b60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: block;
}
.p15 {
	padding: 15px;
}
.homeBgImg_lg {
	background-image: url("../image/homeBg1.jpg") !important;
}
.homeBgImg_xs {
	background-image: url(../image/homeBg_xs.jpg) !important;
}
.homeBgImg {
	background: #232323;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}
.grid_info {
	text-align: center;
	padding: 1em 0;
	background-color: rgba(0, 0, 0, 0.7);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-box-shadow: 2px 15px 70px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 15px 70px 2px rgba(0,0,0,0.75);
	-o-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 15px 70px 2px rgba(0,0,0,0.75);
	-o-border-radius: 47px 0px 47px 0px;
	-ms-border-radius: 47px 0px 47px 0px;
	-moz-border-radius: 47px 0px 47px 0px;
	-webkit-border-radius: 47px 0px 47px 0px;
	border-radius: 47px 0px 47px 0px;
}
.grid_info_conf_select_date {
	text-align: center;
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.7);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-box-shadow: 2px 15px 70px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 15px 70px 2px rgba(0,0,0,0.75);
	-o-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 15px 70px 2px rgba(0,0,0,0.75);
}
.home_icon_info svg {
	height: 90px;
	width: 90px !important;
	padding: 20px;
	background-color: #fe8f01;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #fafafa;
	line-height: 85px;
	font-size: 2em;
	color: #fff;
}
.home_icon_info i {
	height: 90px;
	width: 90px !important;
	/*	padding: 20px;*/
	background-color: #fe8f01;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #fafafa;
	line-height: 85px;
	font-size: 2em;
	color: #fff;
}
.home_icon_info_members i {
	height: 65px;
	width: 65px !important;
	/*	padding: 20px;*/
	background-color: #fe8f01;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #fafafa;
	line-height: 60px;
	font-size: 1.5em;
	color: #fff;
}
.conf_select_food_icon_info {
	border-radius: 25px;
	border: 2px solid #013fa5;
}
.conf_select_food_icon_info i, .conf_select_food_icon_info span {
	color: #f15a22;
}
.conf_select_date_icon_info i {
	background-color: #fe8f01;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 1.2em;
	color: #fff;
}
.home_icon_info h5 {
	font-size: 1.4em;
	color: #fff;
	margin: 1em 0;
	font-weight: 600;
}
.home_icon_info_members h5 {
	font-size: 1em;
	color: #fff;
	margin: 1em 0;
	font-weight: 600;
}
.homeContainerFluid {
	padding: 4em 0;
}
.homeContainerFluid h1 {
	color: rgb(254,143,1);
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.homeIcon2 {
	padding: 0 7rem;
}
/*****************************/

/*
#joinTopLine1 { border-top: 3px solid #dc3545; }
#joinTopLine2 { border-top: 3px solid #007bff; }
#joinTopLine3 { border-top: 3px solid #fe8f01; }
#joinTopLine4 { border-top: 3px solid #6610f2; }
*/

/************************************/



/************** Kiosk Page *****************/

#kiosk_home .my-rem { margin-top: 10rem; margin-bottom: 10rem; }
#kiosk_home img { width: 350px; }

/*******************************************/



/******************************************/


/******* Mobile Menu ******/

.body_overflow {
    overflow: hidden !important;
}

.mobile_menu_header {
	height: 64px;
    margin: 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.mobile_menu_header .container .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile_logo {
    width: 200px;
    padding: 5px 0px;
}

.mobile_menu_header .container .header_inner .settings {
    padding: 0;
    margin: 0;
	list-style: none;
}

.Hamburger a {
    color: #f15a22;
}

.mobile_menu_list {
    padding-top: 20px;
    position: fixed;
    width: 300px;
    background-color: #f15a22;
    z-index: 999;
    top: 0;
    left: -321px;
    height: 100%;
    overflow-y: scroll;
	color: #fff;
}

.mobile_menu_list .closeBtn {
    cursor: pointer;
    float: right;
    margin-right: 15px;
    color: #fff;
    font-size: 2em;
    line-height: 0.5;
}

.mobile_menu_link {
    padding: 0;
}

.mobile_menu_list .mobile_menu_link li {
    position: relative;
    list-style: none;
    padding: 10px 15px;
    border-left: solid transparent;
}

.mobile_menu_list .mobile_menu_link li a {
    color: #fff;
}
/******************************************/


.navbar-toggler {
	right: 1rem;
	top: 0.6em;
	position: absolute;
}
.menu > .li {
	text-align: center;
	padding: 0 15px;
	border-radius: 25px;
}
.menu > .li a.nav-link {
	color: #FFF;
	font-weight: 600;
}
.navBgColor {
	background-color: #f15a22 !important;
}
.dropdown-toggle::after {
	vertical-align: 0.20em;
}
.dropdown-menu.show {
	z-index: 99999;
}
.admin_menu_li {
	border-radius: 25px;
	text-align: center;
}
.admin_menu_li:hover {
	background-color: #ffe484;
}
.admin_menu_li:hover .admin_menu_li_a i, .admin_menu_li:hover .dropdown-toggle::after {
	color: #f15a22;
}
.admin_menu_li .admin_menu_li_a i, .dropdown-toggle::after {
	color: #FFF;
}
.admin_menu_div a.dropdown-item:hover {
	background-color: #fde081;
}
.button {
	/*    display: inline-block;*/
/*    padding: 1em 2em;
    border-radius: 0;
    outline: 0;
    line-height: 1;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: background-color .2s, -webkit-box-shadow .2s;
    transition: background-color .2s, -webkit-box-shadow .2s;
    transition: box-shadow .2s, background-color .2s;
    transition: box-shadow .2s, background-color .2s, -webkit-box-shadow .2s;
    letter-spacing: .1em;
    z-index: 0;
    text-decoration: none !important;
    text-overflow: ellipsis;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFF !important;
*/
	position: relative;
	border-color: #ffe484;
	-webkit-box-shadow: 0 0 0 #ffe484 inset;
	box-shadow: 0 0 0 #ffe484 inset;
}
.button:before, .button:after {
	content: '';
	border-color: inherit;
	position: absolute;
	-webkit-transition: .2s;
	transition: .2s;
	margin: auto;
	bottom: 0;
	z-index: 0;
}
.button:before {
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	border-left-width: 2px;
	border-left-style: solid;
	border-right-width: 2px;
	border-right-style: solid;
}
.button:after {
	left: 1em;
	right: 1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.button:hover, .button:active, .button:focus, .button.active {
	-webkit-box-shadow: 0 2px 0 #ffe484 inset;
	box-shadow: 0 2px 0 #ffe484 inset;
}
.button:hover, .button:active, .button:focus, .button.active {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
.button:hover:before, .button:active:before, .button:focus:before, .button.active:before {
	height: 100%;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.button:hover:after, .button:active:after, .button:focus:after, .button.active:after {
	left: 0;
	right: 0;
}
/*****************************************/


.ui-menu.ui-widget {
	z-index: 99999999;
}
.ui-menu-item-wrapper.ui-state-active {
	background: #f15a22 !important;
	border-color: #f15a22 !important;
}



.h1 {
	font-size: 2.9rem;
}
.containerPad {
	padding: 0px 54px;
}
.userCircle {
	color: #0064a7;
}
.grid {
	padding: 15px;
}
.grid:hover .home_icon_info i, .grid:hover .home_icon_info svg {
	background-color: #0064A7;
}
.grid:hover .conf_select_date_icon_info i {
	background-color: #0064A7;
}
.grow {
	transition: all .2s ease-in-out;
}
.grow:hover {
	transform: scale(1.1);
}
/*	--------------------------------------------------
	:: Table Filter
	-------------------------------------------------- */

.table-filter {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.table-filter tbody tr:hover {
	cursor: pointer;
	background-color: #eee;
}
.table-filter tbody tr td {
	padding: 10px;
	vertical-align: middle;
	border-top-color: #eee;
}
.table-filter tbody tr.selected td {
	background-color: #eee;
}
.table-filter tr th:first-child {
	/*	width: 2px;*/
	vertical-align: middle;
}
.table thead th {
	vertical-align: middle;
}
.table .tbody td {
	padding: .5rem;
    vertical-align: middle;
}

.table.table-bordered .tbody td{
	border-color: #CCC;
}

.table.table-bordered thead th{
	border-color: #f15a22;
}

#table thead {
	background-color: #fde484;
	color: #f15a22;
}
#table tbody tr:nth-child(even) {
	background-color: #f5f5f5;
}

.table-filter .title {
	color: #2BBCDE;
	font-size: 16px;
	font-weight: bold;
/*	line-height: 35px;*/
	margin: 0;
}

.table .tbody td, .table .tbody th {
	vertical-align: middle;
}

.table.table-bordered td {
	padding: 0.5rem !important;
	vertical-align: middle !important;
}


.boxShadow {
	border: 1px solid #eee;
	box-shadow: 0 0 25px 5px rgba(0,0,0,.4);
}
.boxShadow:hover {
	box-shadow: 0 0 25px 5px rgba(0,0,0,.4);
}
.footer {
	background-image: url("../image/blk_bg.jpg");
	/*	background: #031634 none repeat scroll 0% 0%;*/
	background-repeat: repeat;
	float: left;
	width: 100%;
	color: #FFF;
	bottom: 0;
	position: fixed;
	z-index: 9;
}
.footer .footer_menu a {
	color: #b1b1b1;
	font-weight: 700;
}
.footer .footer_menu a:hover {
/*	color: #fde484;*/
	background: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#da1b60));
    background: linear-gradient(to right,#ff8a00,#da1b60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
/*    display: block;*/
}
.advansIT {
	color: #007bff;
}
.advansIT:hover {
	color: #d9534f;
}
h3.title {
	color: #f15a22;
}
.session-grid h5 {
	letter-spacing: 1px;
	color: #2b2a2a;
}
.session-grid p {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #2b2a2a;
}
.session-grid i, .session-grid svg {
	color: #f44336;
	font-size: 30px;
}
.session-grid {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 1px solid #CCC;
}
.session-grid:hover {
	transform: scale(1.1);
	box-shadow: 2px 15px 70px 2px rgba(244, 67, 54, .75);
	background-color: #FFF;
	z-index: 1;
	border-color: #f44336;
}
.loginPadding {
	padding: 23px 214px;
	background: #fbfbfb;
}
.app_user_row {
	padding: 0 16em;
}
.login-sec {
	padding: 20px 30px;
	position: relative;
	border: 2px solid #DE6262;
	border-right: 0px;
}
.carousel-inner {
	border-radius: 0 10px 10px 0;
	max-height: 320px;
}
.login-block {
	background: #FFF;
	float: left;
	width: 100%;
	border-radius: 12px;
	box-shadow: 15px 20px 0px rgba(0,0,0,0.1);
}
.membersView {
	padding: 6.5rem;
}
/********** Index page (Login) *************************************/

.login_brand_div {
	margin-top: 70px;
}
.login_bg_color {
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	background: #f15a22;
	background: -webkit-linear-gradient(-135deg, #f15a22, #cba64f);
	background: -o-linear-gradient(-135deg, #f15a22, #cba64f);
	background: -moz-linear-gradient(-135deg, #f15a22, #cba64f);
	background: linear-gradient(-135deg, #f15a22, #cba64f);
}
.login_div {
	width: 900px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	justify-content: space-between;
	padding: 130px 50px;
}
.form_title {
	font-family: poppins_extra_bold;
	font-size: 24px;
	color: #333;
	line-height: 1.2;
	text-align: center;
	width: 100%;
	display: block;
	background: #f15a22;
	background: -webkit-linear-gradient(-135deg, #f15a22, #cba64f);
	background: -o-linear-gradient(-135deg, #f15a22, #cba64f);
	background: -moz-linear-gradient(-135deg, #f15a22, #cba64f);
	background: linear-gradient(-135deg, #f15a22, #cba64f);
	/*
    background: -moz-linear-gradient(#00c6d6, #b031d9);
    background: -o-linear-gradient(#00c6d6, #b031d9);
*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.input100 {
	font-family: poppins_medium;
	font-size: 15px;
	line-height: 1.5;
	color: #666;
	display: block;
	width: 100%;
	background-color: #e6e6e6 !important;
	height: 50px;
	border-radius: 25px;
	padding: 0 30px 0 68px;
}
.focus-input100 {
	display: block;
	position: absolute;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	box-shadow: 0 0;
	color: rgba(87,184,70,.8);
}
.symbol-input100 {
	font-size: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: absolute;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 35px;
	pointer-events: none;
	color: #666;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.input100:focus+.focus-input100 {
	-webkit-animation: anim-shadow .5s ease-in-out forwards;
	animation: anim-shadow .5s ease-in-out forwards;
}
.input100:focus+.focus-input100+.symbol-input100 {
	color: #f15a22;
	padding-left: 28px;
}
.login_btn {
	border-radius: 25px;
	border: none;
	background-color: #57b846;
	height: 50px;
	font-size: 15px;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	font-family: montserrat_bold;
}
.login_btn:hover {
	background-color: #333;
	border: none;
}
/*************************************************************************/



/****************** Home Page (Circle) **************************/

.imgholder {
	/*
	position: relative;
	width: 150px;	
	margin: 40px 30px;
*/
	float: left;
	height: 150px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}
.imgholder .outer1 {
	/*
    top: -8px;
    left: -8px;
*/
	width: 150px;
	height: 150px;
	z-index: 2;
	border: 8px solid;
	border-color: #DEEBFC;
	box-shadow: 0 0 3px #AFD3FF;
	-moz-box-shadow: 0 0 3px #AFD3FF;
	-webkit-box-shadow: 0 0 3px #AFD3FF;
	background: #ffffff;
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e2efff 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #e2efff));
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #e2efff 100%);
	background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #e2efff 100%);
	background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #e2efff 100%);
	background: radial-gradient(center, ellipse cover, #ffffff 0%, #e2efff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2efff', GradientType=1 );
	transition: box-shadow 1s ease-out, border-color 1.5s;
	-moz-transition: -moz-box-shadow 1s ease-out, border-color 1.5s;
	-webkit-transition: -webkit-box-shadow 1s ease-out, border-color 1.5s;
}
.imgholder .circle {
	position: absolute;
	border-color: #cba64f;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}
.imgholder .outer2 {
	top: -10px;
	left: -10px;
	width: 170px;
	height: 170px;
	z-index: 1;
	border: 10px solid;
	/*
    border-color: #9BC8FF;
    box-shadow: 0 0 20px #8EB9FF;
    -moz-box-shadow: 0 0 20px #8EB9FF;
    -webkit-box-shadow: 0 0 20px #8EB9FF;
*/
	border-color: rgba(241, 90, 34, 0.8);
	box-shadow: 0 0 20px #f15a22;
	-moz-box-shadow: 0 0 20px #f15a22;
	-webkit-box-shadow: 0 0 20px #f15a22;
	opacity: 0;
	filter: alpha(opacity = 0);
	transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transition: opacity 1s ease 0.3s, transform 1s ease-out 0.3s;
	-moz-transition: opacity 1s ease 0.3s, -moz-transform 1s ease-out 0.3s;
	-webkit-transition: opacity 1s ease 0.3s, -webkit-transform 1s ease-out 0.3s;
}
.imgholder figure {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 150px;
	margin: 0;
	overflow: hidden;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}
.imgholder i {
	position: absolute;
	color: #f15a22;
	/* left: 13px; */
	top: 35px;
	text-align: center;
	width: 150px;
	/* height: 150px; */
	z-index: 5;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	opacity: 0;
	filter: alpha(opacity = 0);
	transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transition: opacity 1s ease-in, transform 1.5s;
	-moz-transition: opacity 1s ease-in, -moz-transform 1.5s;
	-webkit-transition: opacity 1s ease-in, -webkit-transform 1.5s;
}
.imgholder figcaption {
	position: absolute;
	text-transform: uppercase;
	color: #f15a22;
	left: 20px;
	top: 44%;
	width: 110px;
	text-align: center;
	opacity: 1;
	filter: alpha(opacity = 100);
	/*    color: #004E87;*/
	font-weight: bold;
	text-shadow: -1px -1px 0 #fff;
	z-index: 4;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transition: opacity 1s, transform 1s ease;
	-moz-transition: opacity 1s, -moz-transform 1s ease;
	-webkit-transition: opacity 1s, -webkit-transform 1s ease;
}
.imgholder:hover .outer1 {
	/*
    border-color: #0088EA;
    box-shadow: 0 0 10px #0285E2;
    -moz-box-shadow: 0 0 10px #0285E2;
    -webkit-box-shadow: 0 0 10px #0285E2;
*/
/*	border-color: #cba64f;*/
	box-shadow: 0 0 10px #cba64f;
	-moz-box-shadow: 0 0 10px #cba64f;
	-webkit-box-shadow: 0 0 10px #cba64f;
}
.imgholder:hover .outer2 {
	opacity: 1;
	filter: alpha(opacity = 100);
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.imgholder:hover i {
	opacity: 1;
	filter: alpha(opacity = 100);
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.imgholder:hover figcaption {
	opacity: 0;
	filter: alpha(opacity = 0);
	transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
}
/***********************************************************/

#privilege_modal {
	margin: 6rem auto;
}
.guest_form_row {
	padding: 0 16em;
}


@media only screen and (min-width: 769px) {
.sessionView {
	padding: 0 10rem;
}
.sessionViewIcon3 {
	padding: 6.7rem 0;
}
}

@media only screen and (min-width: 768px) {
.offset-sm-1-5 {
	margin-left: 12.444444%;
}
	.payment_width_size {
		width: 50%;
	}
}

@media only screen and (max-width: 1920px) and (min-width: 1440px) {
.loginPadding {
	padding: 170px 214px;
}
.login-sec {
	padding: 110px 30px;
}
.carousel-inner {
	max-height: 500px;
}
}

@media only screen and (max-width: 480px) {
.login_div {
	padding: 95px 25px;
}
.login_brand_div {
	margin-top: 0px;
}
.imgholder {
	margin: 1rem 6rem 0;
	max-width: 150px;
}
.homeContainerFluid {
	padding: 2em 0;
}
.homeBgImg {
	background-position: -318px 0px;
}
.reportIcon4 {
	padding: 0rem 4rem;
}
.menu > .li, .admin_menu_li {
	border-radius: 0px;
}
.btn-xs-block {
	width: 100%;
}
h4 {
	font-size: 1.1rem !important;
}
#table thead, #table tbody {
	font-size: 12px;
}
.statusBtn {
	width: auto !important;
}
.membersView {
	padding: 0rem 5.5rem;
}
.sessionPadding {
	padding: 0px !important;
}
.guest_form_row {
	padding: 0px;
}
.app_user_row {
	padding: 0;
}
.homeFontIcon .user_circle {
	font-size: 1.5rem;
}
.homeContainerFluid h1 {
	font-size: 1.4rem;
}
.menu > .li:hover {
	background-color: #ffe484;
}
.menu > .li:hover a.nav-link {
	color: #f15a22 !important;
}
.menu > .li.active {
	border: 2px dashed #ffe484;
	color: #FFF;
}
.menu > .li.active a.nav-link {
	color: #FFF;
}
h3.title, .title {
	font-size: 1.2rem !important;
}
.table-filter .title {
	font-size: 0.8rem !important;
}
.containerPad {
	padding: 0px 25px;
}
	.mt-5rem {
		margin-top: 5rem;
	}
.payment_width_size { width: 100%; }
	
#webcodecam-canvas { width: 300px; height: 250px; }
	
#kiosk_home .my-rem { margin-top: 5rem; margin-bottom: 5rem; }
	
#side_nav_div { -ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important; }
	
	.reportIcon { padding: 0px; }
	
}

@media only screen and (max-width: 360px) {
.containerPad {
	padding: 0px 35px;
}
.login_div {
	padding: 45px 0px;
}
.login_brand_div {
	margin-top: 20px;
}
.imgholder {
	margin: 1rem 5rem 0;
	max-width: 150px;
}
.homeContainerFluid {
	padding: 2em 0;
}
.menu > .li, .admin_menu_li {
	border-radius: 0px;
}
.alert {
	right: 0px !important;
}
.homeBgImg {
	background-position: -276px 0px;
}
	

	
}

@media only screen and (max-width: 320px) {
.login_div {
	padding: 0px 0px;
}
}


/*
@media only screen and (orientation: landscape) {
  body {
	  display: none;
  }
}*/
