a.changeSeatsLink
{
    color: #fff;
    font-weight: bold;
}

a.changeSeatsLink:hover
{
    color: #262D33;
    font-weight: bold;
}

#notFound
{
    width: 280px;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}

#notFound h2
{
    color: #007bff;
    font-size: 4em;
    font-weight: bold;
}

#notFound h4
{
    font-size: 1.1em;
    color: grey;
}

#notFound a.btn
{
    margin-top: 15px;
}

#loginScreen
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 800px; 
    height: 200px;
    margin: auto;    
    background-color: #007bff;
}

.footer
{
    text-align: right !important;
}

td.defaultListActions
{
    text-align: center;
}

td.defaultListActions i
{
    font-size: 20px;
    cursor: pointer;
    color: #6b6b6b;
}

td.defaultListActions i:hover
{
    color: black;
}

.navbar-custom .nav-link {
    font-size: 15px;
    line-height: 45px;
}

.nav-user img {
    margin-bottom: 0px;
    margin-right: 5px;
}

.inactiveButton {
    background-color: grey;
    pointer-events: none;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.9;
    background-color: #f1f1f1;
    z-index: 99998;
    text-align: center;
 }
 
 #loading-image {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 99999;
 }

 .adminbody-void #main .headerbar .headerbar-left .logo .d-lg-none
 {
     margin-left: 20px !important;
     margin-top: 10px !important;
     display: block !important;
 }

 .adminbody-void #main .headerbar .headerbar-left .logo .d-none.d-lg-block
 {
     display: none !important;
 }
 
 .listActions a
 {
	font-size: 18px;
	margin-left: 5px;
	margin-right: 5px;
 }

.card-box
{
	min-width: fit-content;
}

.navbar-custom, .headerbar-left {
	background: #42799D !important;
}

.main-sidebar {
	color: #fff !important;
	background: #2C546F !important;
}

#sidebar-menu > ul > li > a {
	color: #fff !important;
}