﻿.logo-size {
    font-size: 90px !important;
}

.app-main {
    display: flex;
    flex-direction: column;
}

.profile-element {
    text-align: center;
    padding: 0;
}

.logo-element {
    padding: 11px 0;
}

.flag-position {
    padding-bottom: 4px;
}

.login-language {
    text-align: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

.navbar-default {
    background-color: rgba(125, 170, 214, 0.21);
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
    background-color: #d576e0;
    color: white;
    opacity: 0.8;
}

.nav.nav-second-level > li.active {
    background-color: #d576e0;
    color: white;
    opacity: 0.7;
}

.nav-second-level li:last-child {
    padding-bottom: 0px;
}

body.mini-navbar .nav-header {
    background: none;
}

.nav-header {
    background: none;
}

.nav-tabs .nav-link {
    color: white;
}

.nav > li.active {
    border-left: 4px solid #cc1fbe;
    background: none;
}

    .nav > li.active .first-level {
        background: #d576e0;
    }

.nav.metismenu > li > a {
    color: white;
    padding-left: 20px;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

.nav.metismenu > li > a img {
    margin-right: 6px;
    height: 30px;
}

ul.nav-second-level {
    background: none;
}

.nav-second-level > li > a {
    color: white;
}

.mini-navbar .nav .nav-second-level {
    background-color: #7fcef5;
}

.error-box h1 {
    font-size: 150px;
}

.btn-primary {
    color: #fff;
    background-color: #7fcef5;
    border-color: #7fcef5;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus {
        background-color: #d576e0;
        border-color: #d576e0;
        color: #ffffff;
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #7fcef5;
        border-color: #7fcef5;
    }

.label-primary,
.badge-primary {
    background-color: #7fcef5;
    color: #ffffff;
}

.pagination {
    float: right;
}

.page-item.active .page-link {
    background-color: #d576e0;
    border-color: #d576e0;
}

.pagination > .active a,
.pagination > .active span {
    background-color: #d576e0;
    border-color: #d576e0;
}

.page-link:focus {
    box-shadow: none;
}

.page-link:hover {
    color: #676a6c;
}

.metismenu .arrow {
    line-height: 2.42857;
}

textarea.form-control {
    height: 300px;
}

.ibox-title {
    border-style: none;
}

/*@media (min-width: 768px) {
	.navbar-minimalize {
		display: none;
	}
}*/

/*.lilly-bg {
    background-color: #7fcef5;
}

.nav-header {
    background-color: #7fcef5;
    background-image: none;
    padding: 0;
}*/

/*#page-wrapper {
    background-image: url('/img/bg/Lillywaitbackground.png');
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
}*/

/*.nav-header {
    background-image: url('/img/bg/Lillywaitbackground.png');
    padding: 0;
}*/

.lilly-bg {
    background-image: url("/assets/img/bg/Lillywaitbackground.png");
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.loginscreen.middle-box {
    background-color: rgba(125, 170, 214, 0.21);
    width: 400px;
    padding: 20px 40px;
}

.lilly-bg,
.lilly-bg #page-wrapper,
.lilly-bg #wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Error .middle-box {
    width: auto !important;
    max-width: 70% !important;
}

.Error .error-box * {
    color: white;
}

.Login #page-wrapper {
    padding-top: 50px;
    width: 100%;
}

.Register #page-wrapper {
    padding-top: 50px;
    width: 100%;
}

.ForgotPassword #page-wrapper {
    padding-top: 50px;
    width: 100%;
}

.loginlogo {
    width: 200px;
}

.theme-config {
    top: 100px;
    right: 15px;
}

.spin-icon {
    background: #7fcef5;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

.navbar-default ul ul {
    display: none;
}

.navbar-default .active ul {
    display: block;
}

.modal-lg {
    max-width: 1000px;
}

.app-header-right .dropdown-toggle::after {
    display: none;
}

.buttons-cell {
    width: 1px;
    min-width: 50px;
    max-width: 100px;
    text-align: end;
}

.table-responsive th a {
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .table-responsive th a .fas {
        color: #aeaeae;
    }

.table-responsive th a {
    flex-grow: 1;
}

.app-header-left .page-title {
    font-size: 1.3rem;
    font-weight: 500;
}

