@import url(https://fonts.googleapis.com/css?family=PT+Sans);

body {
	width: 100%;
	height: 100%;
	background-color: #d3d3d3;
	font-size: 14px !important;
	font-family: 'PT Sans', sans-serif !important;
}

.hide-class {
	display: none !important;
}

.search-match {
	background-color: #fff3b0 !important;
}

.select-box {
	cursor: pointer;
}

.select-box.box-selected {
	background-color: #0d6efd !important;
	box-shadow: 0 0 0 2px #084298;
}

.login-box {
    width: 420px;
    padding: 15px;
    background-color: white;
    margin: 0 auto;
    margin-top: 100px;
    border-radius: 1px;
}

.login-box-title {
	text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.login-box-title i {
	margin-right: 8px;
	color: lightgrey;
}

.edited-input {
	width: 100%;
    height: 40px;
    border: 1px solid #E6E6E6;
    padding-left: 10px;
    border-radius: 2px;
    outline: none;
}

.edited-textarea {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    padding: 10px;
    box-shadow: none;
}

.captcha-input {
    width: 60%;
    float: left;
}

.capcha-code {
    height: 40px;
    margin-left: 10px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #EFEFEF;
    padding-top: 10px;
    color: grey;
    font-weight: bold;
    font-size: 15px;
}

.icon-reload-captcha {
	font-size: 18px !important;
    color: #81ca00;
    margin-left: 5px;
    padding-top: 12px;
    cursor: pointer;
}

.height-10 {
	height: 10px;
}

.btn-primary {
	background-color: #5DA0A1 !important;
    border: none !important;
    border-radius: 2px !important;
    border-color: #5DA0A1 !important;
    height: 40px;
    color: white !important;
}

.btn-default {
	color: grey !important;
    font-weight: normal !important;
    border-radius: 2px !important;
    border-color: lightgrey !important;
    height: 40px;
}

.invalid {
	border: 1px solid red !important;
}

.sidebar {
	width: 200px;
    background-color: #ffffff;
    height: 100%;
    padding-left: 0;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    border-right: 1px solid #e6e9ef;
}

.all0 {
	margin: 0 !important;
	padding: 0 !important;
}

.ul-sidebar-menu {
	list-style: none;
    height: 80vh;
    overflow: auto;
}

.ul-sidebar-menu::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

.ul-sidebar-menu::-webkit-scrollbar-track {
    background: transparent;

}

.ul-sidebar-menu::-webkit-scrollbar-thumb {
    background-color: #5DA0A1 !important;
    border-radius: 5px !important;
}

.ul-sidebar-menu li {
    min-height: 46px;
    margin: 3px 0;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 9px;
}

body.central-theme-light .sidebar {
    border-right-color: #e6e9ef !important;
}

body.central-theme-light .ul-sidebar-menu li {
    background-color: transparent !important;
    border-color: transparent !important;
}

.ul-sidebar-menu li > a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 11px;
    border-radius: 8px;
    text-decoration: none;
    color: #172033;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.25;
}

.ul-sidebar-menu li > a:hover {
    background: #fff1f2;
    color: #b9000b !important;
    text-decoration: none;
}

.ul-sidebar-menu li > a:hover i {
    color: #b9000b !important;
}

.ul-sidebar-menu li i {
    width: 22px;
    margin: 0 9px 0 0;
    color: #566177;
    font-size: 15px;
    text-align: center;
}

.right-content {
    margin-left: 210px;
}

.top-bar {
    width: auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.user-image {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 15px;
}

.connected-user {
    float: left;
    font-size: 16px;
    margin-right: 40px;
    margin-top: 5px;
    color: #444;
}

.user-logout {
	float: left;
    margin-top: 5px;
    margin-right: 40px;	
}

.user-logout a {
	text-decoration: none;
	color: #444;
}

.user-logout a:hover {
	text-decoration: none;
}

.user-logout a i {
	margin-right: 8px;
}

.user-details {
    float: right;
}

.page-content {
    margin-top: 0;
    background-color: white;
    min-height: 720px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 10px;
}

.dashboard-content {
    text-align: center;
    font-size: 35px;
    color: lightgrey;
    padding-top: 150px;
}

.page-end {
    width: auto;
    height: 85px;
    background-color: #5DA0A1;
    margin: 10px;
    padding: 28px;
    font-size: 16px;
    color: white;
}

.page-title {
	font-size: 18px;
    color: #444;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 5px;
    padding-left: 10px;
}

.page-title span {
	position: relative;
	top: 5px;
}

.md-style {
	padding: 2px !important;
	margin: 0 !important;
}

.edited-select {
	border: 1px solid #E6E6E6;
	padding: 10px !important;
	border-radius: 2px !important;
	outline: none;
}

.w100 {
	width: 100%;
}

.chosen-container-single .chosen-single {
	height: 40px;
}

.chosen-container-single .chosen-single span {
	padding-top: 8px;
}

.all-partners {
    width: 100%;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #EFEFEF;
}

.partners-title {
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.btn-export-invoice {
	width: 100%;
	outline: none;
}

#custom_modal::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

#custom_modal::-webkit-scrollbar-track {
	background: transparent;

}

#custom_modal::-webkit-scrollbar-thumb {
	background-color: #0D6668 !important;
	border-radius: 5px !important;
}

.modal-content {
	border-radius: 8px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-clip: inherit;
}

.modal-body .mb-3 > [class*="col-md-"] {
	padding-right: 15px;
	padding-left: 15px;
}

.modal-title {
    text-align: center;
    font-size: 22px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.modal-body {
    background-color: #f8fafb;
}

.modal-body table tr td {
	background-color: white;
}

.modal-footer {
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.label-unseen-tickets.alert-danger {
	background-color: #ffe4e6 !important;
	border-color: #fda4af !important;
	color: #9f1239 !important;
	font-weight: 700;
}

#tot {
	position: fixed;
	left:0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1001;
	background-color: black;
	opacity:0.7;
	display: none;
}

.loader {
	position: fixed;
	z-index: 1061;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(260px, calc(100vw - 36px));
	height: auto;
	padding: 28px 28px 24px;
	line-height: normal;
	background-color: rgba(255,255,255,0.97);
	border: 1px solid rgba(93,160,161,0.18);
	border-radius: 24px;
	box-shadow: 0 0 0 100vmax rgba(0,0,0,0.68), 0 22px 65px rgba(10,36,47,0.38);
	overflow: hidden;
	display: none;
}

.loader::before {
	content: "";
	position: absolute;
	inset: -55% -25% auto;
	height: 160px;
	background: radial-gradient(circle, rgba(93,160,161,0.18), transparent 70%);
	pointer-events: none;
}

.global-loader-motion {
	position: relative;
	width: 92px;
	height: 92px;
	margin: 0 auto 13px;
}

.global-loader-halo {
	position: absolute;
	inset: 17px;
	background: rgba(93,160,161,0.14);
	border-radius: 50%;
	animation: global-loader-halo 1.8s ease-in-out infinite;
}

.global-loader-center {
	position: absolute;
	left: 50%;
	top: 50%;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	transform: translate(-50%, -50%);
	color: #fff;
	background: linear-gradient(135deg, #69b5b6, #397d80);
	border-radius: 16px;
	box-shadow: 0 9px 22px rgba(27,75,83,0.25);
	animation: global-loader-center 2.2s ease-in-out infinite;
}

.global-loader-center i {
	color: #fff;
	font-size: 22px !important;
}

.global-loader-orbit {
	position: absolute;
	border: 1px solid rgba(93,160,161,0.42);
	border-radius: 50%;
}

.global-loader-orbit b {
	position: absolute;
	display: block;
	background: #5DA0A1;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(93,160,161,0.12);
}

.global-loader-orbit-one {
	inset: 6px;
	animation: global-loader-spin 2.5s linear infinite;
}

.global-loader-orbit-one b {
	width: 8px;
	height: 8px;
	right: 8px;
	top: 4px;
}

.global-loader-orbit-two {
	inset: 0;
	border-color: rgba(57,125,128,0.3);
	animation: global-loader-spin-reverse 3.5s linear infinite;
}

.global-loader-orbit-two b {
	width: 6px;
	height: 6px;
	left: 10px;
	bottom: 12px;
	background: #397d80;
	box-shadow: 0 0 0 4px rgba(57,125,128,0.12);
}

.global-loader-title {
	position: relative;
	color: #24383d;
	font-size: 18px;
	font-weight: 700;
}

.global-loader-message {
	position: relative;
	margin-top: 5px;
	color: #64777b;
	font-size: 13px;
}

.global-loader-dots {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 5px;
	margin-top: 13px;
}

.global-loader-dots span {
	width: 5px;
	height: 5px;
	background: #5DA0A1;
	border-radius: 50%;
	animation: global-loader-dot 1.15s ease-in-out infinite;
}

.global-loader-dots span:nth-child(2) {
	animation-delay: 0.16s;
}

.global-loader-dots span:nth-child(3) {
	animation-delay: 0.32s;
}

@keyframes global-loader-spin {
	to { transform: rotate(360deg); }
}

@keyframes global-loader-spin-reverse {
	to { transform: rotate(-360deg); }
}

@keyframes global-loader-center {
	0%, 100% { transform: translate(-50%, -50%) scale(1); }
	50% { transform: translate(-50%, -50%) scale(1.06); }
}

@keyframes global-loader-halo {
	0%, 100% { transform: scale(0.9); opacity: 0.5; }
	50% { transform: scale(1.18); opacity: 1; }
}

@keyframes global-loader-dot {
	0%, 65%, 100% { transform: translateY(0); opacity: 0.35; }
	35% { transform: translateY(-4px); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
	.global-loader-halo,
	.global-loader-center,
	.global-loader-orbit,
	.global-loader-dots span {
		animation-duration: 4s;
	}
}

/* ===== Sidebar search ===== */
.sidebar-search {
	position: relative;
	padding: 0 10px 10px 10px;
}

.search-input-sidebar {
	width: 100%;
	height: 36px;
	border: 1px solid #e6e9ef;
	border-radius: 4px;
	padding-left: 32px;
	padding-right: 8px;
	font-size: 13px;
	background-color: #f5f6f8;
	color: #172033;
	outline: none;
}

.search-input-sidebar::placeholder {
	color: #657084;
}

.search-input-sidebar:focus {
	background-color: #ffffff;
	border-color: #5DA0A1;
}

.search-sidebar-icon {
	position: absolute;
	left: 18px;
	top: 9px;
	color: #657084;
	font-size: 13px;
	pointer-events: none;
}

/* ===== User details actions (theme, design, language) ===== */
.user-details-actions {
	float: right;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: 15px;
}

/* Theme toggle button */
.btn-change-central-theme {
	background: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	color: #444;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s, color 0.2s;
}

.btn-change-central-theme:hover {
	background-color: #f0f0f0;
	color: #222;
}

/* Design settings button */
.a-central-design-settings {
	color: #444;
	font-size: 16px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 1px solid #ccc;
	border-radius: 4px;
	transition: background-color 0.2s, color 0.2s;
}

.a-central-design-settings:hover {
	background-color: #f0f0f0;
	color: #222;
	text-decoration: none;
}

/* Language selector */
.central-language-control {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	font-weight: normal;
	font-size: 13px;
	color: #444;
}

.central-language-control i {
	font-size: 14px;
}

.central-language-selector {
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 32px;
	padding: 0 6px;
	font-size: 12px;
	background-color: white;
	color: #444;
	cursor: pointer;
	outline: none;
}

.central-language-selector:focus {
	border-color: #999;
}

/* ===== Design modal color inputs ===== */
.design-color-group {
	margin-bottom: 15px;
}

.design-color-group-title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid #EFEFEF;
	color: #444;
}

.design-color-inputs {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 5px 0;
}

.design-color-inputs label {
	margin: 0;
	font-weight: normal;
	font-size: 13px;
	min-width: 180px;
	color: #555;
}

/* Fix spatiu gol intre tab-uri in modalul de design */
#formCentralDesign .nav.nav-tabs {
	margin-bottom: 0 !important;
	padding: 0 !important;
	border-bottom: 0 !important;
}

#formCentralDesign .tab-content {
	margin-top: 0 !important;
	padding: 0 !important;
}

#formCentralDesign .tab-pane {
	padding: 10px 0 0 0 !important;
	margin: 0 !important;
}

#formCentralDesign .tab-pane .design-color-group:first-child {
	margin-top: 0 !important;
}

#formCentralDesign .design-color-group {
	margin-bottom: 10px !important;
}

#formCentralDesign .design-color-group:last-child {
	margin-bottom: 0 !important;
}

.input-color-central-design {
	width: 50px;
	height: 32px;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
	padding: 2px;
}

.btn-reset-single-color {
	background: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	color: #999;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-reset-single-color:hover {
	background-color: #f5f5f5;
	color: #666;
}

/* ===== Dark mode base styles ===== */
.central-theme-dark body {
	background-color: #1a1a2e;
	color: #e0e0e0;
}

.central-theme-dark .top-bar {
	background-color: #16213e;
	box-shadow: 0px 2px 1px rgba(0,0,0,.2);
}

.central-theme-dark .sidebar {
	background-color: #0f3460;
}

.central-theme-dark .ul-sidebar-menu li {
	border-bottom-color: rgba(255,255,255,.08);
}

.central-theme-dark .ul-sidebar-menu li:hover {
	background-color: rgba(255,255,255,.1);
}

.central-theme-dark .search-input-sidebar {
	background-color: rgba(255,255,255,.1);
}

.central-theme-dark .search-input-sidebar:focus {
	background-color: rgba(255,255,255,.18);
}

.central-theme-dark .page-content {
	background-color: #1a1a2e;
	color: #e0e0e0;
}

.central-theme-dark .page-title {
	color: #e0e0e0;
	border-bottom-color: #2a2a4a;
}

.central-theme-dark .connected-user {
	color: #e0e0e0;
}

.central-theme-dark .user-logout a {
	color: #e0e0e0;
}

.central-theme-dark .btn-change-central-theme {
	border-color: #555;
	color: #e0e0e0;
}

.central-theme-dark .btn-change-central-theme:hover {
	background-color: #2a2a4a;
}

.central-theme-dark .a-central-design-settings {
	border-color: #555;
	color: #e0e0e0;
}

.central-theme-dark .a-central-design-settings:hover {
	background-color: #2a2a4a;
}

.central-theme-dark .central-language-selector {
	background-color: #16213e;
	color: #e0e0e0;
	border-color: #555;
}

.central-theme-dark .central-language-control {
	color: #e0e0e0;
}

.central-theme-dark .modal-content {
	background-color: #1a1a2e;
	color: #e0e0e0;
}

.central-theme-dark .modal-body {
	background-color: #16213e;
}

.central-theme-dark .modal-body table tr td {
	background-color: #1a1a2e;
}

.central-theme-dark .design-color-group-title {
	color: #e0e0e0;
	border-bottom-color: #2a2a4a;
}

.central-theme-dark .design-color-inputs label {
	color: #ccc;
}

.central-theme-dark .page-end {
	background-color: #0f3460;
}

.central-theme-dark .btn-primary {
	background-color: #533483 !important;
	border-color: #533483 !important;
}

.central-theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.central-theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background-color: #533483 !important;
}

.central-theme-dark .table-bordered>thead>tr>th,
.central-theme-dark .table-bordered>tbody>tr>th,
.central-theme-dark .table-bordered>tfoot>tr>th,
.central-theme-dark .table-bordered>thead>tr>td,
.central-theme-dark .table-bordered>tbody>tr>td,
.central-theme-dark .table-bordered>tfoot>tr>td {
	border-color: #2a2a4a !important;
}

.central-theme-dark .table-bordered>thead>tr>th,
.central-theme-dark .table-bordered>thead>tr>td {
	border-right-color: #2a2a4a !important;
}

.central-theme-dark .table-bordered>tbody>tr>td {
	border-right-color: #2a2a4a !important;
}

.central-theme-dark table.dataTable.no-footer {
	border-bottom-color: #2a2a4a;
}

.central-theme-dark .edited-input,
.central-theme-dark .edited-select,
.central-theme-dark .edited-textarea {
	background-color: #16213e;
	color: #e0e0e0;
	border-color: #2a2a4a;
}

.central-theme-dark .nav-tabs .nav-link {
	color: #aaa;
}

.central-theme-dark .nav-tabs .nav-link.active {
	color: #e0e0e0;
	background-color: #1a1a2e;
	border-color: #2a2a4a;
}

.central-theme-dark .tab-pane-edited {
	background-color: #16213e !important;
	border-color: #2a2a4a !important;
}

.central-theme-dark .ul-tabs li.active a {
	color: #e0e0e0 !important;
}

.central-theme-dark .ul-tabs li a {
	color: #aaa !important;
}

.import-iframe {
	width: 100%;
    height: 350px;
    border: 0;
    background-color: white;
}

#tot3 {
	position: fixed;
	left:0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1041 !important;
	background-color: black;
	opacity:0.2;
	display: none;
}

#custom_modal::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

#custom_modal::-webkit-scrollbar-track {
	background: transparent;
}

#custom_modal::-webkit-scrollbar-thumb {
	background-color: #0D6668 !important;
	border-radius: 5px !important;
}

#custom_modal_hover::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

#custom_modal_hover::-webkit-scrollbar-track {
	background: transparent;
}

#custom_modal_hover::-webkit-scrollbar-thumb {
	background-color: #0D6668 !important;
	border-radius: 5px !important;
}

.file-browse {
	margin-left: 0px;
    opacity:0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    position: absolute;
}

.upload-home-bg {
	width: 80%;
    float: left;
    padding: 8px;
    border: 1px solid #E6E6E6;
    color: grey;
    padding-left: 12px;
}

.upload-home-bg i {
	margin-right: 7px;
}

.browse-big {
	width: 74px;
    height: 38px;
    right: 14px;
}

.btn-choose-img {
	width: 20%;
    height: 38px;
    border: 0;
    background-color: #5DA0A1;
    color: white;
    float: left;
}

.modal-sm {
	width: 300px;
    margin: 20px auto;
}

#custom_modal_sm::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

#custom_modal_sm::-webkit-scrollbar-track {
	background: transparent;
}

#custom_modal_sm::-webkit-scrollbar-thumb {
	background-color: #0D6668 !important;
	border-radius: 5px !important;
}

.checkbox-edited {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 2px;
    text-align: center;
    padding-top: 1px;
    color: #DF0101;
    font-size: 16px;
    cursor: pointer;
    float: left;
    margin-right: 12px;
    padding-left: 1px;
}

.checkbox-edited i {
    display: none;
}

.checkbox-edited.checked i {
    display: block;
    color: #DF0101;
}

.current-firm {
    float: left;
    font-size: 13px;
    text-align: right;
    margin-right: 20px;
    position: relative;
    top: 3px;
    font-weight: normal;
    font-style: italic;
}

.companies-content {
    width: 100%;
    height: 350px;
    overflow: auto;
}

.import-data {
    width: 100%;
    height: 400px;
    overflow: auto;
}

.invisible-textarea {
    border: none;
    background-color: transparent;
    outline: none;
    cursor: default;
    box-shadow: none;
    border-radius: 0;
    overflow: none;
    width: 100%;
    overflow: hidden;
    resize: none;
}

.wh30 {
    width: 30px;
    height: 30px;
    padding: 5px !important;
    float: left;
    margin-right: 5px;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: none !important;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-right: 1px solid #E6E6E6 !important;
}

.table-bordered>tbody>tr>td {
    border-right: 1px solid #E6E6E6 !important;
}

.table-bordered>thead>tr>th {
    text-align: center;
    line-height: 18px;
    vertical-align: top;
}

.dataTables_filter input {
    padding: 5px !important;
    padding-left: 10px !important;
    outline: none !important;
    box-shadow: none;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    margin-left: 20px !important;
    margin-bottom: 8px !important;
}

.dataTables_length select {
    padding: 5px !important;
    border: 1px solid #E6E6E6;
    outline: none !important;
    margin-left: 5px !important;
    margin-right: 8px !important;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: inherit !important;
    background-color: #5DA0A1 !important;
    color: white !important;
    border: none !important;
    border-radius: 2px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: inherit !important;
    background-color: #5DA0A1 !important;
    color: white !important;
    border: none !important;
    border-radius: 2px !important;
}

.dataTables_info {
    font-size: 14px !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid whitesmoke;
}

table.dataTable tbody tr.selected {
    background-color: #5DA0A1 !important;
}

table.dataTable tbody tr.selected td {
    color: white !important;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #5DA0A1;
    border-radius: 3px !important;
}

.dataTables_scrollBody::-webkit-scrollbar {
    /* display: none; */
    background: transparent !important;
    width: 5px !important;
    height: 10px !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #EFEFEF !important;
}

.img-btn {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 8px;
}

.tab-pane-edited {
    border: 1px solid #ddd !important;
    background-color: #FAFAFA !important;
    border-top: 0 !important;
    padding-top: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.ul-tabs {
    border-bottom: 0px !important;
}

.ul-tabs li.active a {
    color: #444 !important;
    font-weight: 500 !important;
    margin-right: 0 !important;
}

.ul-tabs li a {
    color: grey !important;
    font-size: 13px !important;
}

.flag-img {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 12px;
}

.relativepos {
    position: relative;
}

.hidden-alert {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f8fafb;
}

.select-loader {
    position: absolute;
    z-index: 9;
    color: #5DA0A1;
    right: 40px;
    margin-top: 13px;
}

.select2-container {
    width: 100% !important;
    height: 40px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 40px !important;
    border: 1px solid #ccc !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #2E9AFE !important;
    color: white !important;
    border: 1px solid #2E9AFE !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #444 !important;
    margin-right: 5px !important;
    font-size: 14px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: auto !important;
}

.form-row {
    width: 100%;
    clear: both;
}

.clearfix {
    clear: both;
}

.ul-privilegies-list {
    margin-top: 20px !important;
    list-style: none;
    position: relative;
}

.ul-privilegies-list li {
    color: #555;
    padding-top: 3px;
    padding-bottom: 4px;
    border-bottom: 1px solid #FAFAFA;
    position: relative;
    background-color: white;
}

.ul-privilegies-list li:hover {
    background-color: #E6E6E6;
}

.ul-privilegies-list li ul.ul-checkboxes {
    list-style: none;
    position: absolute;
    z-index: 9;
    top: 0;
    margin-top: 6px;
    right: 0;
}

.ul-privilegies-list li.main-parents {
    font-size: 15px;
    font-weight: bold;
}

.parent-box {
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 15px;
    background-color: #ccc;
    position: relative;
    top: 5px;
}

.checkbox-left {
    float: left;
    margin-right: 12px;
}

.ul-privilegies-list li span {
    float: right;
    font-size: 17px;
    color: green;
    cursor: pointer;
    position: relative;
    top: 5px;
    z-index: 999;
}

.ul-privilegies-list li span i {
    cursor: pointer;
}

.ul-privilegies-list li span i.red {
    color: red;
}

.ul-menu-subparents {
    list-style: none;
    position: relative;
}

.ul-menu-subparents li {
    position: relative;
}

.ul-menu-subparents li li ul.ul-checkboxes {
    list-style: none;
    position: absolute;
    z-index: 9;
    top: 0;
    margin-top: 6px;
    right: 0;
}

.subparent-box {
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 15px;
    background-color: #ddd;
    position: relative;
    top: 5px;
}

.ul-menu-subparents li.subparents-title {
    background-color: #FAFAFA;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: green;
}

.ul-menu-subsubparents {
    list-style: none;
    position: relative;
}

.ul-menu-subsubparents li {
    position: relative;
}

.ul-menu-subsubparents li li ul.ul-checkboxes {
    list-style: none;
    position: absolute;
    z-index: 9;
    top: 0;
    margin-top: 6px;
    right: 0;
}

.ul-menu-subsubparents li.subsubparents-title {
    background-color: #FAFAFA;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: green;
}

.subsubparent-box {
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 15px;
    background-color: #eee;
    position: relative;
    top: 5px;
}

.ul-other-subsubparents {
    list-style: none;
    position: relative;
}

.ul-other-subsubparents li {
    position: relative;
}

.ul-other-subsubparents li li ul.ul-checkboxes {
    list-style: none;
    position: absolute;
    z-index: 9;
    top: 0;
    margin-top: 6px;
    right: 0;
}

.ul-other-subsubparents li.subsubparents-title {
    background-color: #FAFAFA;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: green;
}

.ul-other-subparents {
    list-style: none;
    position: relative;
}

.ul-other-subparents li {
    position: relative;
}

.ul-other-subparents li li ul.ul-checkboxes {
    list-style: none;
    position: absolute;
    z-index: 9;
    top: 0;
    margin-top: 6px;
    right: 0;
}

.ul-other-subparents li.subparents-title {
    background-color: #FAFAFA;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: green;
}

.ul-other-parents {
    list-style: none;
    position: relative;
}

.ul-other-parents li {
    position: relative;
}

.ul-other-parents li li ul.ul-checkboxes {
    list-style: none;
    position: absolute;
    z-index: 9;
    top: 0;
    margin-top: 6px;
    right: 0;
}

.ul-other-parents li.parents-title {
    background-color: #FAFAFA;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: green;
}

.checkbox-users {
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
    top: -7px;
    border-bottom: 0 !important;
    border-right: 1px solid #FAFAFA;
}

.checkbox-users:first-child {
    border-left: 1px solid #FAFAFA;
}

.checkbox-users:last-child {
    border-right: 0;
}

.wbg {
    /*background-color: white;*/
}

.associate-structure {
    margin-left: 20px;
}

.associated-label {
    float: left !important;
    margin-right: 15px !important;
    font-size: 15px !important;
}

.responsive-table {
    width: 100%;
    overflow: auto;
}

.height-5 {
    height: 5px;
}

.todo-comments {
    width: 100%;
    height: 300px;
    overflow: auto;
}

.todo-comments::-webkit-scrollbar { 
    background: transparent !important;
    width: 5px !important;
}

.todo-comments::-webkit-scrollbar-track {
    background: whitesmoke;

}

.todo-comments::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 5px !important;
}

.each-todo-comment {
    padding: 10px;
    border: 1px solid #EFEFEF;
    margin-bottom: 10px;
    background-color: #FAFAFA;
}

.todo-comm-user {
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.todo-comm-date {
    font-weight: normal;
    font-size: 13px;
}

.todo-comm-date i {
    color: #5DA0A1;
    margin-right: 10px;
}

.todo-comment {
    font-style: italic;
}

.add-todo-comment {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #E6E6E6;
}

.input-add-todo {
    width: 80%;
}

.btn-add-comm {
    height: 40px;
    position: relative;
    top: -2px;
    width: 19%;
}

/* Loader DataTables "Processing..." — preluat din admin_files/public/css/style.css
   (loaderul folosit pe panourile de admin ale magazinelor), ca sa nu mai arate
   cutia simpla, alba, cu text banal "Processing...". */
.dataTables_wrapper .dataTables_processing,
div.dataTables_processing {
	position: fixed !important;
	z-index: 1003 !important;
	left: 50% !important;
	top: 50% !important;
	right: auto !important;
	bottom: auto !important;
	transform: translate(-50%, -50%);
	width: min(260px, calc(100vw - 36px)) !important;
	height: auto !important;
	margin: 0 !important;
	padding: 28px 28px 24px !important;
	line-height: normal;
	text-align: center;
	color: #24383d;
	font-size: 14px !important;
	background: rgba(255,255,255,0.97) !important;
	border: 1px solid rgba(93,160,161,0.18);
	border-radius: 24px;
	box-shadow: 0 22px 65px rgba(10,36,47,0.38);
	overflow: hidden;
}

.dataTables_wrapper .dataTables_processing::before,
div.dataTables_processing::before {
	content: "";
	position: absolute;
	inset: -55% -25% auto;
	height: 160px;
	background: radial-gradient(circle, rgba(93,160,161,0.18), transparent 70%);
	pointer-events: none;
}

.global-loader-motion {
	position: relative;
	width: 92px;
	height: 92px;
	margin: 0 auto 13px;
}

.global-loader-halo {
	position: absolute;
	inset: 17px;
	background: rgba(93,160,161,0.14);
	border-radius: 50%;
	animation: global-loader-halo 1.8s ease-in-out infinite;
}

.global-loader-center {
	position: absolute;
	left: 50%;
	top: 50%;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	transform: translate(-50%, -50%);
	color: #fff;
	background: linear-gradient(135deg, #69b5b6, #397d80);
	border-radius: 16px;
	box-shadow: 0 9px 22px rgba(27,75,83,0.25);
	animation: global-loader-center 2.2s ease-in-out infinite;
}

.global-loader-center i {
	color: #fff;
	font-size: 22px !important;
}

.global-loader-orbit {
	position: absolute;
	border: 1px solid rgba(93,160,161,0.42);
	border-radius: 50%;
}

.global-loader-orbit b {
	position: absolute;
	display: block;
	background: #5DA0A1;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(93,160,161,0.12);
}

.global-loader-orbit-one {
	inset: 6px;
	animation: global-loader-spin 2.5s linear infinite;
}

.global-loader-orbit-one b {
	width: 8px;
	height: 8px;
	right: 8px;
	top: 4px;
}

.global-loader-orbit-two {
	inset: 0;
	border-color: rgba(57,125,128,0.3);
	animation: global-loader-spin-reverse 3.5s linear infinite;
}

.global-loader-orbit-two b {
	width: 6px;
	height: 6px;
	left: 10px;
	bottom: 12px;
	background: #397d80;
	box-shadow: 0 0 0 4px rgba(57,125,128,0.12);
}

.global-loader-title {
	position: relative;
	color: #24383d;
	font-size: 15px;
	font-weight: 700;
}

.global-loader-dots {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 5px;
	margin-top: 13px;
}

.global-loader-dots span {
	width: 5px;
	height: 5px;
	background: #5DA0A1;
	border-radius: 50%;
	animation: global-loader-dot 1.15s ease-in-out infinite;
}

.global-loader-dots span:nth-child(2) {
	animation-delay: 0.16s;
}

.global-loader-dots span:nth-child(3) {
	animation-delay: 0.32s;
}

@keyframes global-loader-spin {
	to { transform: rotate(360deg); }
}

@keyframes global-loader-spin-reverse {
	to { transform: rotate(-360deg); }
}

@keyframes global-loader-center {
	0%, 100% { transform: translate(-50%, -50%) scale(1); }
	50% { transform: translate(-50%, -50%) scale(1.06); }
}

@keyframes global-loader-halo {
	0%, 100% { transform: scale(0.9); opacity: 0.5; }
	50% { transform: scale(1.18); opacity: 1; }
}

@keyframes global-loader-dot {
	0%, 65%, 100% { transform: translateY(0); opacity: 0.35; }
	35% { transform: translateY(-4px); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
	.global-loader-halo,
	.global-loader-center,
	.global-loader-orbit,
	.global-loader-dots span {
		animation-duration: 4s;
	}
}
