

body{
	min-height: 100vh;
	position: relative;
}

.lh-09{
	line-height: 0.9;
}

body.fixed{
	padding-top: 80px;
}

@media(min-width:992px){
	body.fixed.nav-categories{
		padding-top: 136px;
	}
}


a, a:hover{
	color:inherit;
	text-decoration: none;
}

.hide{
	display: none !important;
}


.fit-content{
	width: fit-content;
}

.fade2{
	opacity: 0.2;
	transition: 400ms all linear;
}


i {
    text-align:center;
}



@media (min-width: 1200px) {
	.container-small{
		width: 70%;
	}
	.col-xl-2{
		flex: 0 0 20%;
		max-width: 20%;
	}
}


@media(min-width: 1600px){
	.container-small{
		width: 60%;
	}
}


/* NAVBAR */

.navbar{
	z-index: 1000;
}

.navbar-nav{
	/* width: 100%; */
	flex-direction: row;
	justify-content: space-between;
}

.nav-link{
	margin: 0px 8px;
	vertical-align: middle;
	position: relative;
}

.nav-link.active{
	font-weight: bold;
}

.nav-search.hide{
	display: none !important;
}


.nav-icon {
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	max-width: 35px;
	width: auto !important;
	max-height: 25px;
}

.navbar .nav-link:hover {
    color: inherit;
}

.icon-desc{
	display:none;
	margin-top: 6px;
    font-weight: 600 !important;
}

.navbar .navbar-base{
	height: 44px;
}

@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.25rem;
		padding-left: 0.25rem;
	}
}


.yamm .dropdown:hover .dropdown-menu {
	display: block;
}


.yamm .dropdown-menu{
	margin: 0;
	border-top: 0;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%) !important;
	padding: 0px;
}

@media(min-width:768px){
	
	.navbar{
        box-shadow: 0px 10px 30px rgb(0 29 46 / 10%);
    }

	.navbar .navbar-base {
        height: 80px;
    }

	.navbar-brand{
		width: auto;
		height: 100%;
		position: relative;
	}

	.icon-desc{
		display:block;
		line-height: 0.8;
	}

	.nav-link{
		margin: 0px 5px;
	}

	.navbar-nav{
		width: auto;
	}
}

@media(min-width: 992px){
	.yamm.navbar{
		padding-bottom: 0;
	}
}

/* phone number field */
.iti{
	width: 100%;
}

/* sidebar */
.sidebar {
    top: 52px;
	min-width: 250px;
	max-width: 80%;
    position: fixed;
    height: calc(100vh - 52px);
    z-index: 1001;
    transition: all 0.3s;
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    
}

.sidebar.nav-menu{
	top: 84px;
	height: calc(100vh - 84px);
}

.sidebar.sidebar-left{
	left: -100%;	
}

.sidebar.sidebar-left.active{
	left: 0;
}

.sidebar.sidebar-right {
    right: -100%;
	width: 321px;
}

.sidebar.active.sidebar-right{
	right: 0;
}

#sidebar-categories{
	box-shadow: none;
	padding: 1rem 0.5rem;
}



.list-filters .list-group-item{
	background-color: inherit;
}

.overlay {
    display: none;
    position: fixed;
    top:0;
    left:0;
    right:0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

.sidebar .sidebar-header {
    padding: 20px;
}

.sidebar ul li > a {
    padding: 10px 20px;
    font-size: 1em;
    display: block;
	line-height: 20px;
}


/* NAVBAR */
#btn-sidebar{
	display: inline-block;
	width: 27px;
	height: 25px;

	line-height: 38px;
	text-align: center;
	border-radius: 7px;
	font-size: 25px;
	position: relative;
  
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
  }


  #btn-sidebar span{
	display: block;
	position: absolute;
	height: 2px;
	width: 22.5px;
	background-color: white;
	border-radius: 9px;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
  }
  
  #btn-sidebar span:nth-child(1) {top: 7px}
  #btn-sidebar span:nth-child(2),#btn-sidebar span:nth-child(3) {top: 15px;}
  #btn-sidebar span:nth-child(4) {top: 23px}
  
  #btn-sidebar.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
  }
  
  #btn-sidebar.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  
  #btn-sidebar.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  
  #btn-sidebar.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
  }












.dropdown-submenu a::after {
	transform: rotate(90deg);
	position: absolute;
	left: 6px;
	top: .8em;
}

.dropdown-submenu {
	position: relative;
}


.dropdown-submenu .dropdown-menu {
	top: 0;
	left: auto;
	right: 100%;
}

.dropdown-submenu li.active:hover{
	color:white !important;
}

.dropdown-toggle:active{
	color: inherit;
    background-color: inherit;
}

@media(max-width: 991px){

	.dropdown-submenu a::after {
		transform: rotate(0deg);
	}

	.dropdown-user{
		right: 0.4rem;
		left: auto;
	}
	
	.dropdown{
		position: inherit;
	}  

	.dropup, .dropright, .dropdown, .dropleft {
		position: inherit;
	}
	
	.dropdown-user{
		position: absolute !important;
	}
}

.dropdown-flags{
	position: absolute !important;
	right: 9px;
    left: auto;
	top: 51px;
	min-width: inherit;
}

/* .dropdown-menu{
	min-width: auto;
} */

.dropdown-flags .dropdown-item{
	padding: 0.25rem .5rem;
}

.flag{
	width:30px;
}


/* CART */
.cart-badge{
	position: absolute;
	top: -4px !important;
	left: 55% !important;
	border-radius: 1rem;
}

.cart-badge.empty{
	display: none;
}

@media(min-width: 768px){
	#cart-nav.active{
		display: block !important;
	}

	.cart-badge{
		left: 70%;
	}
}


#cart-nav{
	position: absolute;
    width: 450px;
	right: 0;
	display: none !important;
	z-index: 1010;
	top: 80px !important;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
}


#cart-nav.empty{
	display: none !important;
}

.cart-icon{
	color: #515783;
	font-size: 24px;
	margin-right: 7px;
	float: left;
}

.cart-items{
	max-height: 500px;
	padding-right: 15px !important;
}




.list-group-item-light.list-group-item-action{
	background-color: #eee;
}

.list-group-item-light.list-group-item-action.active:hover{
	background-color: #ddd;
}

.list-group-item-light.list-group-item-action.active,
.list-group-item-light.list-group-item-action.active:hover{
    background-color: var(--secondary);
    border-color: var(--secondary);
}


.list-group-item.disabled{
	background-color: #eee !important;
	color: var(--danger) !important;
	cursor: not-allowed;
	pointer-events: inherit;
	
}

.cart-item{
	display: flex;
	align-items: center;
	position: relative;
}

.cart-item:after{
	content: "";
  	display: table;
  	clear: both;
}

.cart-item-img{
	width: 60px;
	/* height: 60px; */
}

.cart-item-title{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 700 !important;
}


.form-event-term{
	column-gap: 0.25rem;
}


.item-quantity-value::-webkit-inner-spin-button,
.item-quantity-value::-webkit-outer-spin-button{
	-webkit-appearance: none;
}

.item-quantity-value{
	-moz-appearance: textfield;
	padding: 1px 3px;
	text-align: center;
	width: 70px !important;
}


.cart-item-spinner{
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
	
.card-cart{
	width: 100%;
	top: 20px;
}


#side-tabs{
	position: fixed;
	top: 23%;
	z-index: 1000;
}

.side-tab{
	position: relative;
	left: -100%;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
	transition:  left 400ms ease-out;
	font-size: 22px;
	height: 65px;
}




@media (min-width: 768px) {
	.collapse.dont-collapse-md {
	  display: block;
	  height: auto !important;
	  visibility: visible;
	}
}




/* #companies-selection{
	display: none;
}

#companies-selection.active{
	display: block;
} */


.btn.disabled{
	cursor: not-allowed;
}

.btn.disabled .btn-text.before{
	display: block;
}

.btn .btn-text.after{
	display: none;
}

.btn.disabled .btn-text.after{
	display: block;
}

.btn.disabled .btn-text.before{
	display: none;
}




  .ribbon {
	height: 80px;
	right: -40px;
	position: absolute;
	top: -40px;
	width: 80px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
  }
    
  .ribbon span {
	color: #f5f5f5;
	font-weight: 700;
	font-size: 0.8rem;	
	bottom: 5px;
	position: absolute;
	width: 80px;
	text-align: center;
  }   




/* .cart-tab{
	display: none;
}

.cart-tab.active{
	display: block;
} */
.option-value{
	position: absolute;
	left:50%;
	transform: translateX(-50%) scale(0.5,0.1);
	opacity: 0;
	bottom: -8px;
}


.list-group-radio{
	border: none;
}


.list-group-radio input{
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	opacity: 0;
	cursor: pointer;
}


.img-payment{
	max-width: 50px;
    max-height: 35px;
}

.img-sm{
	width: 35px;
	height: 35px;
}

.img-md{
	width: 50px;
	height: 50px;
}

@media(min-width:768px){
	.img-md{
		width: 75px;
		height: 75px;
	}

	.img-sm{
		width: 50px;
		height: 50px;
	}
}

.container-large{
	max-width: 1250px;
}

.main{
	margin-top: 1em;
	margin-bottom: 1em;
}

/* main store */

.category{
	color: black;
}
.category:hover{
	color: var(--primary);
}

.category.active{
	color: var(--primary);
	font-weight: bold;
}

.pl-6, .px-6 {
    padding-left: 2.5rem !important;
}

.pl-0 .category{
	font-weight: 600;
}

.subcategory-title{
	color: white;
	z-index: 7;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bolder;
	/* font-size: 20px; */
	letter-spacing: 1px;
}

@media(min-width: 756px){
	.subcategory-title{
		font-size: 1.7rem;
	}
}

@media(min-width: 992px){
	.subcategory-title{
		font-size: 2rem;
	}
}


@media(min-width: 1200px){
	.subcategory-title{
		font-size: 2.2rem;
	}
}

.category-header{
	cursor: pointer;
}

.btn-expend-category{
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none !important;
	cursor: pointer;
	/* width: 40px;
	height: 40px; */
}

/* .btn-expend-category:before{
	content: "+";
}

.btn-expend-category.active:before{
	content: "-";
} */

.property-values{
	max-height: 70vh;
	overflow: auto;
}


/* [1] The container */
.card-article-image {
	overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
  
/* [2] Transition property for smooth transformation of images */
.card-article-image img {
	transition: transform .5s ease;
}
  
/* [3] Finally, transforming the image when container gets hovered */
.card-article-image img {
	transform: scale(1);
}

.card-article-image img {
	transition: transform 0.4s, filter 0.4s ease-in-out;
	transform-origin: center center;
	filter: brightness(75%);
	object-fit: cover;
}
  
/* The Transformation */
.card-article-image:hover img {
	filter: brightness(85%);
	transform: scale(1.3);
}

.card-article-image{
	cursor: pointer;
}


.badge-stock{
	position: absolute;
	z-index: 500;
	bottom: 5px;
	left: 5px;
}

.pagination{
	justify-content: center;
}

.row-item{
	margin-left: -10px;
	margin-right: -10px;
}

.col-item{
	padding: 10px !important;
}


.item-body{
	height: auto;	
}

.item-description{
	line-height: 16px;
	font-size: 13px;
	overflow: hidden;
}

.list-inline-item.active  img{
	border: 2px solid var(--primary);
}

@media(min-width: 768px){

	.card-cart{
		width: 450px;
		top: 60px;
	}

	.card-article-image{
		width: 75%;
	}
}

@media(min-width: 1200px){	
	.store-item{
		width: calc(25% - 10px);
	}
}

.article-more{
	z-index: 10;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	color: white;
	display: none;
	
}

.article-img:hover .article-more{
	display: block;
}

.image{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}

.image img{
    position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	left: 0;
}


#store-types{
	background: var(--primary);
	color: var(--white);
}

.store-type-btn:hover{
    text-decoration: underline;
    cursor: pointer;
}

.store-type-btn.active{
    font-weight: bold;
}




.store-item{
	margin: 0 5px 10px 5px;
	width: calc(50% - 10px);
	float:left;
}

@media(min-width: 768px){
	.store-item{
		width: calc(33.3% - 10px);
	}
}

@media(min-width: 1200px){
	.store-item{
		width: calc(25% - 10px);
	}
}


.card-img-article{
	width: 100%;
	height: 200px;
}


.barcode{
	width:200px;
}

.center-vert-parent{
	display: flex;
	height: 100%;
}

.center-vert-child{
	margin: auto 0; /* Important */ 
}

@media(min-width: 768px){
	.center-md{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}





.service-item-option.active{
	color: var(--primary) !important;
	font-weight: bold;
}


.term-date{
	cursor: pointer;
	flex: 0 0 auto;
	height: auto;
}

.term-date:focus{
	outline: none;
}

/* reservations */
.term{
	cursor: pointer;
}

.term-date.active{
	background-color: var(--primary) !important;
	color:var(--white) !important;
	border-color: transparent !important
}

.term.active{
	/* color: var(--primary) !important;
	background-color: inherit !important;
	border: 1px solid var(--primary) !important; */
	background: var(--primary) !important;
	color: white !important;
	/* border: 1px solid var(--primary) !important; */
}

/* .term .custom-control{
	padding-left: 0px;
} */

.term.active .employee-list{
	display: none !important;
}

.term .employee-select{
	display: none;
}

.term.active .employee-select{
	display: inline-block !important
}

.term .custom-control-label{
	vertical-align: inherit;
}

.img-zoom {	
	cursor: zoom-in;
}

.img-zoom::selection { background-color: transparent; }


.terms
{
	column-count: 1;
}

@media(min-width: 768px){
	.terms
	{
		column-count: 2;
	}
}

@media(min-width: 992px){
	.terms
	{
		column-count: 3;
	}
}













/* LOGIN */
.background{
	top: 0;
	min-height: 100vh;
	left: 0;
	right: 0;
	position: fixed;
}

.background img{
	object-fit: cover;
	min-width: 100%;
	height: 100%;
	filter: blur(1px);
}

#card-login, #card-register{
	width: 100%;
	margin: 15px 0;
}

.card-login{
	margin-top: 100px;
}

@media(min-width:768px){
	.card-login {		
		width: 75% !important;
	}
}

/* .modal-dialog {
	margin-top: 70px;
	margin-bottom: 30px;
} */

.card-login .card-header {
	border-bottom: none;   
	position: relative;
	justify-content: center;
}
 .avatar {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	padding: 15px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
}
.avatar i {
	width: 100%;
	color: white;
	font-size: 48px;
	line-height: 1.3;
}

.btn-lg .spinner-border{
	width: 1.4rem;
	height: 1.4rem;	
}

/* USER PROFILE */

#nav-user{
	padding: 15px;
}


.order-item{
	font-size: 14px;
}

.order-item-img{
	width: 40px;
	height: 40px;
}

#spinner-items, #spinner-prices{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

#spinner-items .spinner-border{
	width: 3rem;
	height: 3rem;
	border-width: 6px;
}

#spinner-prices .spinner-border{
	width: 2rem;
	height: 2rem;
	border-width: 4px;
}

.spinner-lg{
	width: 5rem;
	height: 5rem;
	border-width: 7px;
}

#item-data-spinner{
	position: fixed;
    top: 35vh;
    left: 50%;
	translate: -50%;
}

#item-data-spinner .spinner-border{
	width: 7rem;
	height: 7rem;
	border-width: 10px;
}


@media(min-width: 768px){
	#item-data-spinner {
		left: calc(33.33%);
		margin-left: 33.33%;
	}
}

@media(min-width: 992px){
	#item-data-spinner{
		left: 37.5%;
    	margin-left: 25%;
	}
}





.card-footer{
	background: inherit;
}

footer{
	width: 100%;
}


.pagination .page-item a{
	position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--primary);
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination .page-item.active a{
	z-index: 1;
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary);
}

.pagination-space{
	position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--primary);
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.barcode-image{
	width:100%;
}

@media(min-width: 768px){
	.barcode-image{
		max-width: 240px;
	}
}
	
.text-muted{
	color: #999 !important;
}


/* #cookiescript_link{
	visibility: hidden;
}

#cookiescript_badge{
	display: none !important;
} */



.popover-danger {
    background-color: #d9534f;
    color: white;
}

.popover-header {
    background-color: #d9534f;
    color: white;
}

.popover-danger .arrow:after {
    border-top-color: #d9534f;
}

#itemimageCarousel .list-inline, #itemimageCarouselTwo .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#itemimageCarousel .carousel-indicators, #itemimageCarouselTwo .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#itemimageCarousel .carousel-indicators > li, #itemimageCarouselTwo .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}


.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 40px;
    height: 40px;
}

.carousel-control-prev, .carousel-control-next{
	font-size: 35px;
	color: #5c5c5c !important;
	opacity: 1 !important;
}

.carousel-control-prev:hover, .carousel-control-prev:active, .carousel-control-next:hover, .carousel-control-next:active {
    color: black !important;
}



table{
	width: 100%;
}









/* seat selection */

svg text{
	pointer-events:none;
}

#modal-seat-select .modal-dialog{
	max-width: none;
	width: 734px;
}

#modal-ticket-select .modal-dialog{
	max-width: 600px;
}

.sector{
    fill:white;
    stroke:#aaa;
    stroke-width: 2;
	pointer-events:none;
}

.sector.disabled{
	fill:#bbb !important;
	stroke:#777;
	cursor: not-allowed;
	pointer-events: all;
}

.sector-select, .sector-stands{
	cursor:pointer;
	pointer-events: initial;
}

.sector-select:hover, .sector-stands:hover{
	fill:#ddd;
	animation: fill 600 ease-in-out;
}

.sector-stands.active{
	fill:var(--primary);
}

.sector-stands.active:hover{
	filter: brightness(85%);
	animation: brightness 600 ease-in-out;
}

.sector-text.active{
	fill:white;
}

.sector-text.active{
	fill:white;
}

.seat{
    fill: white;
    stroke:#555;
    stroke-width: 1.5;
	pointer-events:none;
}

.seat-select{
	cursor:pointer;
	pointer-events: initial;
}

.seat-select:hover{
	fill: #ccc;
	animation: fill 600 ease-in-out;
}

.seat.disabled{
    /* fill: #f57272 !important; */
	fill: #bbb !important;
    cursor: not-allowed;
}

/* .seat.active{
    fill: var(--primary) !important;
} */

.seat.active:hover{
    filter: brightness(85%);
}

.modal-fullscreen {
	padding: 0 !important;
}

.modal-fullscreen .modal-dialog {
	width: 90%;
	max-width: none;
	height:auto;
	margin: 0;
}

@media(min-width:576px){
	.modal-fullscreen .modal-dialog {
		width: 75%;
	}
}

@media(min-width:768px){
	.modal-fullscreen .modal-dialog {
		width: 55%;
	}
}

@media(min-width:992px){
	.modal-fullscreen .modal-dialog {
		width: 45%;
	}
}

@media(min-width:1300px){
	.modal-fullscreen .modal-dialog {
		width: 35%;
	}
}

.modal-fullscreen .modal-body {
	overflow-y: hidden;
}


.custom-control-input:disabled ~ .custom-control-label {
    color: #d7d7d7;
}


.badge-close{
	display: none;
}

.badge-filter{
	/* padding-left: 12px;
	padding-right: 12px; */
	padding: 6px 14px;
}
.badge-filter:hover{
	padding: 6px 6px;
}

.badge-filter:hover .badge-close{
	display: inline-block;
	padding-left: 3px
}



.no-scroll-overflow{
	overscroll-behavior-y: contain;
}

div:has(.grecaptcha-badge){
	position: absolute;
}

#select-ticket option:nth-child(1){
	background-color: blue;
}

#select-ticket option:nth-child(2){
	background-color: red;
}

#select-ticket option:hover{
	background-color: initial;	
}

.select2-container{
	width: auto !important;
}

.dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
}

#btn-svg-zoom-out, #btn-svg-zoom-in{
	padding: 2px 8px;
}


#seats{
	width: 100%;
    height: 40vh;
}

@media(min-width:768px){
	#seats{
		height: 50vh;
	}
}

.breadcrumb{
	background-color: transparent;
}

.breadcrumb .btn{
	border:none;
}



#modal-item-gallery .modal-dialog{
	width: auto !important;
}

.img-zoom2{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 80vw;
	height: auto;
	max-width: 550px;
	overflow: hidden;
	cursor: move;
}

.img-zoom2 > img {
	display: block;
	max-width: 100%;
	max-height: 550px;	
}

.img-gallery-select{
	border-radius: 0px;
	margin-left: -1px;
	cursor: pointer;
	filter: grayscale(0.5);
	opacity: 0.4;
}

.img-gallery-select:hover, .img-gallery-select.active{
	filter: grayscale(0);
	opacity: 1;
}



.img-gallery-select:hover{
	border: 3px solid #c5c5c5;
}

.img-gallery-select.active{
	border: 3px solid var(--primary) !important;
}


.img-gallery-select:first-of-type{
	border-bottom-left-radius: 0.4rem;
	border-top-left-radius: 0.4rem;
}

.img-gallery-select:last-of-type{
	border-bottom-right-radius: 0.4rem;
	border-top-right-radius: 0.4rem;
}



@media(max-width: 576px){
	.modal-dialog{
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
}

.container{
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-base, .navbar-menu{
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}


@media(max-width: 576px){
	.btn-xs-block {
		display: block;
		width: 100%;
	}
}


.modal-backdrop{
	width: 100%;
	height: 100%;
}



#term-dates{
	margin-left: 25px;
	margin-right: 25px;
}

.timesheet{
	border: 2px solid #999;
	border-radius: 10px;
}

.timesheet-col{
	width: 100%;
	min-width: 120px;
}

.timesheet-col:first-of-type{
	width: 75px !important;
	min-width: 75px;
}


.timesheet-head{
	border-left: 2px solid #999;
	border-bottom: 2px solid #999;
	height: 4rem;
}

.timesheet-footer{
	border-left: 2px solid #999;
	border-top: 2px solid #999;
	height: 4rem;
}


.timesheet-body{
	position: relative;
	background-image: url("/assets/img/etc/table_grid.jpg");	
}


.timesheet-grid{
	height: 3rem;	
}

.timesheet-term{
	cursor: pointer;
	position: absolute;
	width: 100%;
	text-align: center;
	border-radius: 0px;
	opacity: 0.8;
}

.timesheet-term.active{
	background-color: var(--primary) !important;
    color: var(--white) !important;
	border-color: transparent !important;
	opacity: 1;
}

