@import url("https://fonts.googleapis.com/css?family=Arvo:700|Open+Sans");

html, body {
	height: 100%;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #abacae;
	line-height: 25px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-x: hidden;
}

body {
	background: #fafafa;
	color: #011627;
	margin: 0;
}

body.development, body.acceptance {
	background: #d5f2ff;
}

body.production {
	background: #fafafa;
}

/*h1, h2, h3, h4, h5, h6 {*/
/*  color: #000000;*/
/*}*/

ul {
	margin: 0;
}

.underline {
	text-decoration: underline;
}

.bg-white {
	background-color: #FFFFFF !important;
}

.site-header .navbar-nav .nav-link {
	color: #343a40;
}

.site-header .navbar-nav .nav-link:hover {
	color: #5e5d5d;
}

.site-header .navbar-nav .nav-link.active {
	font-weight: 500;
}

.siteheader .navbar-brand img {
	max-height: 100%;
	display: block; /* remove extra space below image */
}

.content-section {
	background: #ffffff;
	padding: 10px 20px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	margin-bottom: 20px;
}

.view {
	color: #343a40 !important;
}

.view:hover {
	color: #5e5d5d !important;
}

.edit {
	color: #fab302 !important;
}

.edit:hover {
	color: #fab814 !important;
}

.disabled {
	color: #6c757d !important;
}

.activate, .activate:hover {
	color: #1fd400 !important;
}

.dropdown-item:hover {
	color: #FFFFFF !important;
	background: #343a40;
}

.dropdown-item.active {
	color: #FFFFFF !important;
	background: #343a40;
}

.orderable a {
	color: #343a40 !important;
}

.pagination > li > a {
	background-color: white;
	color: #5A4181;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	color: #343a40;
	background-color: #eee;
	border-color: #ddd;
}

.page-item.active .page-link {
	color: #FFFFFF !important;
	background-color: #343a40 !Important;
	border: solid 1px #343a40 !Important;
}

.page-item.active .page-link:hover {
	color: #FFFFFF !important;
	background-color: #343a40 !Important;
	border: solid 1px #343a40 !Important;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
	color: white;
	background-color: #343a40;
	display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
	background-color: #343a40;
}

.inputfile + label {
	cursor: pointer;
}

.inputfile:focus + label,
.inputfile.has-focus + label,
[type="file"]:focus + label,
[type="file"].has-focus + label {
	outline: 1px dotted #343a40;
	outline: -webkit-focus-ring-color auto 5px;
}

.progress-bar {
	background-color: #343a40 !important;
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, #343a40 25%, transparent 25%, transparent 50%, #343a40 50%, #343a40 75%, transparent 75%, transparent) !important;
	background-size: 1rem 1rem;
}

.navbar-toggler {
	color: #343a40;
	background-color: #343a40;
}

.tickets-available a {
	color: #56ae61 !important;
	background: white !important;
	border: 1px solid #56ae61;
}

.avg-sold a {
	color: #ffc06a !important;
	background: white !important;
	border: 1px solid #ffc06a;
}

.almost-sold-out a {
	color: #e15e49 !important;
	background: white !important;
	border: 1px solid #e15e49;
}

.sold-out a {
	color: #333333 !important;
	background: white !important;
	border: 1px solid #333333;
}

.ui-state-active {
	border: 1px solid #343a40 !important;
}

a.ui-state-default a.ui-state-highlight {
	border: 1px solid #c5c5c5 !important;
}

.carousel .carousel-item {
	height: 322px;
}

.carousel-item img {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	min-height: 322px;
}

.card-stats .card-body {
	padding: 1rem 1.5rem;
}

.icon {
	width: 3rem;
	height: 3rem;
}

.icon i {
	font-size: 2.25rem;
}

.icon-shape {
	display: inline-flex;
	padding: 12px;
	text-align: center;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.icon-shape i {
	font-size: 1.25rem;
}

.div-eid-photo{
    justify-content: center;
    align-items: center;
    display:flex;
}
.thumb-eid-photo{
    transition: transform .2s;
    width:auto;
    height:50px;
    margin:0 auto;
    /*background-color: rgb(173, 173, 237);*/
    border-radius: 3px;
    border: 1px solid black;
}
.thumb-eid-photo:hover{
    transform:scale(4.0);
}

/* FOOTER */

.footer-area {
	position: relative;
	padding: 10px;
	background: #FFFFFF;
}