/* Global */
html, body {
	margin: 0;
  	padding: 0;
  	height: 100%;
  	font-family: "Raleway",Helvetica,Arial,Verdana,sans-serif !important;
    overflow-x: hidden;
}
a, a:hover, a:active, a:focus {
    color: #e9b335;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
p {
    line-height: 1.5;
}
i, span, strong {
    display: inline-block;
}
.btn.disabled {
    cursor: initial;
}
.btn:not(.btn-link):not(.btn-outline):not(.disabled), .btn-outline.active {
    color: #000 !important;
    font-weight: bold;
}
.btn-primary:not(.btn-link), .btn-outline-primary {
    background: #f7bf42 !important;
    border: 1px solid #f7bf42 !important;
}
.btn-primary:not(.btn-link):hover, .btn-primary:not(.btn-link):focus {
    background: #e9b335;
    border: 1px solid #e9b335;
}
.btn-block {
    display: inline-block !important;
}
.btn-info {
    color: #ffffff;
}
.input-group-text {
	background: #e9b335 !important;
	color: white !important;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}
.form-control:not(.btn) {
    background-color: #eeeeee;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #bcbcbc;
}
.bg-red {
    background: #e3342f !important;
}
.bg-blue {
    background: #6cb2eb !important;
}
.bg-green {
    background: #38c172 !important;
}
.text-red {
    color: #e3342f !important;
}
.text-blue {
    color: #6cb2eb !important;
}
.text-green {
    color: #38c172 !important;
}
.text-grey {
    color: #a9a9a9 !important;
}
.fa.fa-question-circle {
    font-size: 18px;
}
.modal .modal-title {
    font-weight: bold;
}
nav.navbar {
    background: #2d3035;
    color: #8a8d93;
    border-bottom: 1px solid #34373d;
    z-index: 10;
}
.navbar {
    padding: .5rem 1rem;
}
nav.navbar a {
    color: inherit;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}
nav.navbar .brand-text {
    font-weight: 700;
}
.text-primary {
	color: #e9b335 !important;
}
.text-lightgrey {
    color: lightgrey !important;
}
nav.navbar .sidebar-toggle {
    width: 36px;
    height: 36px;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
    background: #282b2f;
    color: #8a8d93;
    font-size: 1.1rem;
    border: 2px solid #3d4148;
    outline: none;
}
nav#sidebar {
    width: 280px;
    background: #2d3035;
    color: #6a6c70;
    border-right: 1px solid #34373d;
}
nav#sidebar.shrinked {
    min-width: 120px;
    width: 120px;
}
nav#sidebar .sidebar-header {
    padding: 30px 20px;
}
nav#sidebar .avatar {
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    background: none;
    padding: 4px;
    border: 3px solid #e9b335;
    text-align: center;
}
nav#sidebar .avatar .fa {
	font-size: 60px;
    color: #e9b335;
}
nav#sidebar .title {
	color: #fbe471;
}
nav#sidebar .title h1, nav#sidebar .title p {
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
nav#sidebar .sidebar-header h1 {
    color: #e9b335;
}
nav#sidebar .sidebar-header p {
    font-size: 0.9rem;
}
nav#sidebar .sidebar-header h1, nav#sidebar .sidebar-header p {
    margin-bottom: 0;
}
nav#sidebar span.heading {
    font-weight: 700;
    margin-left: 20px;
    color: #494d53;
    font-size: 1.2rem;
    margin-bottom: 15px;
}
nav#sidebar ul {
    max-height: none;
}
nav#sidebar li {
    position: relative;
}
nav#sidebar li.active::before {
    background: #e9b335;
}
nav#sidebar li::before {
    content: '';
    width: 3px;
    height: 100%;
    background: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
nav#sidebar a {
    color: inherit;
    text-decoration: none;
    position: relative;
}
nav#sidebar li.active>a {
    background: #4b4e53;
    color: #e9b335;
    font-weight: bold;
}
nav#sidebar li a {
    padding: 18px 20px;
    display: block;
    font-weight: 400;
}
nav#sidebar li a i {
    margin-right: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-right: 20px;
    border-right: 1px solid #454649;
    font-size: 1.3rem;
}
nav#sidebar a[data-toggle="collapse"]::after {
    content: '\f104';
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 20px;
}
nav#sidebar>ul>li.active>a, nav#sidebar a.sidebar-active {
    background-color: #e9b335;
    color: #22252a;
}
nav#sidebar a[aria-expanded="true"]::after {
    content: '\f107';
}
nav#sidebar.shrinked a[data-toggle="collapse"]::after {
    content: '\f107';
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 88%;
    left: 50%;
}
nav#sidebar.shrinked a[aria-expanded="true"]::after {
    content: '\f106';
}
nav#sidebar li li a {
    padding: 14px;
    padding-left: 60px;
    background: #22252a;
}
nav#sidebar.shrinked ul a {
    padding: 14px 5px;
    display: block;
    font-weight: 400;
    text-align: center;
    font-size: 0.8rem;
    word-break: break-word;
}
nav#sidebar.shrinked ul i {
    font-size: 1.2rem;
    text-align: center !important;
    width: 100%;
    display: block !important;
    border: none !important;
    padding: 0 !important;
}
nav#sidebar.shrinked span.heading {
    margin-left: 0;
    display: block;
    text-align: center;
    font-size: 1rem;
}
nav#sidebar.shrinked .sidebar-header {
    padding: 10px;
}
nav#sidebar.shrinked .sidebar-header .title {
    display: none;
}
section {
    padding: 2rem 1rem 0;
}
.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
    padding: 0 1rem;
}
.page-content {
    position: relative;
    background: #22252a;
    min-height: 100vh;
    width: calc(100% - 280px);
    padding: 0;
    padding-bottom: 138px !important;
}
.page-content.active {
    width: 100%;
}
.page-header {
    padding: 20px 15px;
    background: #4b4e53;
    color: #e9b335;
    text-transform: uppercase;
}
.page-header h2 {
    font-weight: bold;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer .footer__block {
    min-height: 70px;
}
.pagination {
    margin-bottom: 2rem;
}
.block {
    padding: 2rem;
    background: #2d3035;
    color: #8a8d93;
    margin-bottom: 2rem;
}
.block .title {
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.block .title .subtitle {
    text-transform: initial;
}
.block .title strong:first-child {
    font-size: 1.25rem;
    color: #a5a7ab;
}
.block-body .form-group:last-child {
    margin-bottom: 0;
}
form:not(.search-form) .form-group .btn {
    margin-top: 2rem;
}
.search-form .form-group {
    margin-bottom: 2rem;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.statistic-block .title {
    margin-bottom: 0;
}
.statistic-block strong, .statistic-block span {
    display: block;
}
.statistic-block strong {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
    color: #8a8d93;
    margin-bottom: 5px;
}
.dashtext {
    color: #e9b335 !important;
}
.statistic-block .number {
    color: inherit;
    font-size: 2.2rem;
}
.progress.progress-template {
    width: 100%;
    height: 4px;
    border-radius: 30px;
    overflow: hidden;
    background: #393c43;
    margin-top: 5px;
}
.progress-bar.progress-bar-template {
    height: 4px;
    border-radius: 30px;
    background: #e9b335;
}
.list-header {
    padding: 0 2rem 2rem 2rem;
    color: #ffffff;
}
.list-block {
    margin-bottom: 2rem;
    padding: 1rem 2rem;
}
.list-block.extended-primary-ticket {
    border-bottom: 1px solid #666;
}
.list-block.extended-ticket {
    margin-top: -2rem;
    opacity: 0.7;
    padding: 1rem 2rem;
}
.list-block .order {
    font-size: 0.9rem;
    font-weight: 700;
    margin-right: 30px;
}
.list-block a.name {
    text-decoration: none;
    color: #e9b335;
}
.list-block strong {
    font-size: 1.2rem;
}
.list-block span {
    font-size: 0.9rem;
    font-weight: 300;
    color: #cccccc;
}
.list-block .btn {
	box-shadow: none;
    width: auto;
    padding: 8px 20px;
}
.page-link, .page-link:hover, .page-item.disabled .page-link {
    color: lightgrey;
    background: #2d3035;
    border: 0;
}
.page-item.active .page-link {
    background-color: #e9b335;
    border-color: #e9b335;
    color: #2d3035;
}
.show-desktop {
    display: initial !important;
}
.show-mobile {
    display: none !important;
}
.report-graph {
    background-color: #eeeeee;
    border-radius: 10px;
    padding: 20px 10px;
}
.photo-preview-wrapper {
    position: relative;
    display: inline-block;
    height: 200px;
    max-width: 100%;
    overflow: hidden;
}
.photo-preview {
    height: 200px;
    object-fit: contain;
    max-width: 100%;
    display: inline-block;
}
.photo-preview-loading-overlay {
    align-items: center;
    display: inline-flex;
    padding-left: 42%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
    text-align: center;
    z-index: 99;
    height: 200px;
}
.hidden {
    display: none !important;
}
@media (max-width: 768px) {
	nav#sidebar {
	    width: 80px;
	    margin-left: -80px;
	}
	.page-content {
	    width: 100%;
	}
	nav#sidebar.shrinked {
	    margin-left: 0;
	}
	nav#sidebar span.heading {
	    margin-left: 0;
	    display: block;
	    text-align: center;
	    font-size: 1rem;
	}
	nav#sidebar .sidebar-header {
	    padding: 10px;
	}
	nav#sidebar .sidebar-header .avatar {
	    display: none;
	}
	nav#sidebar a[data-toggle="collapse"]::after {
	    content: '\f107';
	    -webkit-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	    position: absolute;
	    top: 88%;
	    left: 50%;
	}
	nav#sidebar a[aria-expanded="true"]::after {
	    content: '\f106';
	}
	.list-block .btn {
		margin-top: 2rem;
	}
    .show-desktop {
        display: none !important;
    }
    .show-mobile {
        display: initial !important;
    }
    .search-form .form-group {
        margin-bottom: 1rem;
    }
    .block .title {
        margin-bottom: 1rem;
    }
}
/* End Global */

/* Login Page */
#login-page {
	min-height: 100%;
	background-color: #000000;
	padding-top: 10rem;
}
#login-page .login-card {
	height: auto;
	width: 400px;
	margin-top: auto;
	margin-bottom: auto;
	background: #ffffff;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 130px 30px 10px;
	box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
	border-radius: 5px;
}
#login-page .brand-logo-container {
	position: absolute;
	height: 170px;
	width: 170px;
	top: -75px;
	border-radius: 50%;
	background: #000000;
	padding: 10px;
	text-align: center;
}
#login-page .brand-logo {
	height: 150px;
    width: 150px;
    padding-bottom: 25px;
    object-fit: contain;
}
#login-page .login-container {
	padding: 0 2rem;
}
#login-page a {
	text-decoration: underline;
}
/* End Login Page */

.spinner-border-sm {
    margin-right: 8px;
}
