:root {
  --green2: #3cb878;
  --orca: #1AA9E1;
  --orca2: #00b1e9;
  --tt-border: 1px solid #d3d4d5;
  --tt-bg-color: #fff;
}

body {
	font-size: 14px;
}

#page {
	margin: 0;
}

/* ========================================================= */
.sidenav {
	/* font-family: "Lato", sans-serif; */
	line-height: 1.5;
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	overflow-y: auto;
	/* transition: 0.5s; */
	box-shadow: 1px 2px 5px black;
}

.sidenav a, .dropdown-btn {
	padding: 8px 17px;
	text-decoration: none;
	font-size: 17px;
	color: #b7b7b7;
	display: block;
	border: none;
	background: none;
	width: inherit;
	text-align: left;
	cursor: pointer;
	outline: none;
}

.sidenav a, .dropdown-btn:focus {
	outline: none;
}

.sidenav .sidenav-logo {
	padding: 20px 0;
	text-align: center;
}

.sidenav-logo img {
	width: 200px;
}

.sidenav .dropdown-btn>.fa {
	display: inline-block;
	min-width: 23px;
}

.sidenav .dropdown-btn>.fa-caret-down {
	float: right;
	padding-top: 3px;
}

.sidenav a:hover, .sidenav a:focus {
	color: var(--orca2);
	text-decoration: none;
}

.sidenav a:focus {
	outline: none;
}

.dropdown-btn:hover {
	color: #f1f1f1;
}

.sidenav a.active {
	background-color: var(--orca);
	color: white;
}

.dropdown-btn-active {
	background-color: #202020;
	color: white;
}

.dropdown-btn-active:focus {
	outline: none;
}

.dropdown-container {
	display: none;
	background-color: #232323;
	padding-bottom: 8px;
}

.dropdown-container a {
	font-size: 1.1em;
	padding-left: 53px;
}

.sidenav .sidenav-divider {
	margin: 17px;
	border-color: #474747;
}

.sidenav .sidenav-contact {
	text-align: center;
}

.sidenav .sidenav-contact a {
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 0;
	color: white;
}

.sidenav .sidenav-contact span {
	font-size: 20px;
	color: #00b1e9;
	letter-spacing: 2px;
}

/* ========================================================= */
.topnav {
	/* font-family: "Lato", sans-serif; */
	font-size: 15px;
	background-color: #555 !important;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: auto !important;
	/* transition: left 0.5s; */
	z-index: 99;
}

.topnav a, .topnav-text {
	float: left;
	color: #f2f2f2 !important;
	text-align: center;
	padding: 14px 16px;
}

.topnav a {
	text-decoration: none;
	cursor: pointer;
}

.topnav i.fa {
	padding: 4px 0;
}

.topnav-left {
	float: left;
}

.topnav-right {
	float: right;
}

.topnav-centered {
	float: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.topnav-dropdown {
  float: left;
  overflow: hidden;
}

.topnav-dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.topnav-dropdown:hover .mas, .mas:focus {
  text-shadow: 0 0 3px #FF0000;
}

.topnav-dropdown:hover .ial, .ial:focus {
	text-shadow: 0 0 3px #ffcc00;
}

.topnav a:hover, .topnav-dropdown:hover .user-info, .user-info:focus {
	background-color: #000;
	color: white;
}

.topnav-dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.topnav-dropdown-content a {
  float: none;
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* .topnav-dropdown:hover .topnav-dropdown-content {
  display: block;
} */

.show-user-info {
  display: block;
}

/* ========================================================= */
.sidenav-icon {
	float: left;
	cursor: pointer;
	padding: 7px 7px 0 7px;
}

.bar1, .bar2, .bar3 {
	width: 35px;
	height: 4px;
	background-color: white;
	margin: 7px 0;
	transition: 0.4s;
	border-radius: 2px;
	box-shadow: rgba(0, 0, 0, 0.68) 0px 4px 8px;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}

/* ========================================================= */
.mainform {
	/* transition: margin-left 0.5s; */
	margin: 63px 10px 10px 10px;
}

/* ========================================================= */
#ajax_loading {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	cursor: pointer;
}

#ajax_loading #text {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 20px;
	background-color: #000;
	color: #fff;
	padding: 20px 36px;
	border: 2px solid #ccc;
	color: white;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border-radius: 10px;
}

#loading2, #recipe_list_ajax_loading {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0 0 0 / 57%);
	z-index: 22222;
	cursor: pointer;
}

#loading2 .loading-content, #recipe_list_ajax_loading .loading-content {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #000;
	border: 1px solid #d6d6d6;
	box-shadow: 1px 2px 20px 0px black;
	border-radius: 5px;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.working-bar {
	float: left; 
	margin: 14px 10px 10px 5px;
}

.working-bar select {
	padding: 2px 5px;
}

#missing-actual-sales, #ial-cal-dd {
	width: min-content;
}

.tn-ddc {
	width: min-content; 
	background-color: #232323;
}

.usract {
	right: 0; 
}

.deact-react-tooltip .tooltip-inner {
	max-width: 500px;
	text-align: left;
}

.validate-tt .tooltip-inner {
	max-width: 550px;
	text-align: left;
}

.order-tt .tooltip-inner, .invoice-tt .tooltip-inner {
	max-width: 640px;
	text-align: left;
}


.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300b1e9' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300b1e9' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-vendor-title {
	font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--orca2);
    overflow: hidden; 
    text-overflow: ellipsis; 
}

#list-vendors .dropdown-menu .dropdown-header {
	color: var(--orca2);
}


/* =========== OVERRIDE ===================================== */
.admin_bar {
	font-size: 14px;
}

.admin_bar a:hover {
	text-decoration: none ;
}

.admin_bar_content {
	width: 95%;
}
 
.breadcrumbs {
	padding: 1rem;
	margin-bottom: 3rem;
	font-size: 14px;
	margin-left: 0 !important;
}

.breadcrumbs a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

.breadcrumbs span {
	color: #6c757d;
	font-weight: 500;
}

.block_container {
	border: 0px;
}


#mas-title, .ial-title {
	padding: 3px; 
	font-size: 0.8rem; 
	text-align: center;
}

#missing-actual-sales .daterangepicker, #ial-cal-dd .daterangepicker {
	border: 0;
	padding: 0;
	margin: 0;
}

#missing-actual-sales .daterangepicker.dropdown-menu, #ial-cal-dd .daterangepicker.dropdown-menu {
	background-color: #999999 !important;
}

#missing-actual-sales .daterangepicker.dropdown-menu, #ial-cal-dd .daterangepicker.dropdown-menu {
	border: 0px;
}

.btn_import_sale {
	padding: 6px;
	height: auto;
	width: auto;
}

.big_title {
	margin-bottom: 0;
}

.info_table th.order_cate_header {
	background-color: var(--secondary) !important;
}
/* =========== OVERRIDE ===================================== */

.btn-success2 {
	color: #fff;
	background-color: var(--green2);
	border-color: var(--green2);
}

.badge-soft-primary {
    color: #2c7be5;
    background-color: #d5e5fa;
}

.badge-soft-info {
    color: #39afd1;
    background-color: #d7eff6;
}

.badge-soft-warning {
    color: #f6c343;
    background-color: #fdf3d9;
}

.dropdown-menu.ddm-custom {
	width: inherit;
  	max-height: 340px;
  	overflow-y: auto;
}

.w-225 {
	width: 225px !important;
}

.btn-select3 {
	color: #000 !important;
    background-color: white;
    border-color: #dee2e6 !important;
}

.btn-select2 {
	background-color: var(--orca2); 
	color: #fff !important; 
	border: 0; 
	box-shadow: 2px 3px 5px #888888;
}

.btn-select {
	color: var(--orca) !important;
    background-color: white;
    border-color: #dee2e6 !important;
}

.dropdown-menu {
	padding: .09rem 0;
}

/*.select-filters .dropdown, */
.select-filters .dropdown-menu {
    width: 225px !important;
    min-width: 225px !important;
    padding: 0;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 0px !important;
}

.select-filters .dropdown-menu li span.text {
	white-space: nowrap;
	width: 100%;
}

.select-filters .dropdown-menu li span.text div{
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	width: 170px;
}

.select-filters .dropdown-menu li:nth-child(even) {
  	background-color: #fafafa;
}

.select-filters .bs-actionsbox {
    width: inherit;
}

.select-filters .bs-actionsbox button {
	background-color: white;
}

.select-filters div.bs-actionsbox button.bs-select-all {
	display: none !important;
}


.select-filters .dropdown-menu .inner {
    overflow-x: hidden;
}

.text-orca {
	color: var(--orca) !important;
}

.bg-orca {
    background-color: var(--orca) !important;
}

.bg-soft-primary-orca {
	color: #004085 !important;
	background-color: #cce5ff !important;
}

.bg-soft-danger-orca {
	color: #721c24 !important;
	background-color: #f8d7da !important;
}

.bg-soft-warning-orca {
	color: #856404 !important;
	background-color: #fff3cd !important;
}

.bg-soft-success-orca {
	color: #155724 !important;
	background-color: #d4edda !important;
}

.ui-widget {
	font-family: "Lato", sans-serif !important;
}

.block_content {
    padding: 15px;
}

.add_room_step {
    padding-top: 6px;
    font-family: inherit;
    font-size: large;
}

.prp_pop {
	min-width: 500px; 
	font-size: 0.725rem;
}

.lp-2 {
	letter-spacing: 2px;
} 


.bootstrap-select>.dropdown-toggle:after {
    margin-top: 9px !important;
    margin-bottom: 7px;
    font-size: 18px;
}

.popup_dialog .buttons_block {
	overflow: unset;
}

.orca-soft-success {
    color: #00d97e;
    background-color: #ccf7e5;
}

.orca-soft-primary {
    color: #2c7be5;
    background-color: #d5e5fa;
}

.orca-soft-info {
    color: #39afd1;
    background-color: #d7eff6;
}

.orca-soft-warning {
    color: #f6c343;
    background-color: #fdf3d9;
}

.orca-soft-danger {
    color: #e63757;
    background-color: #fad7dd;
}

.text-soft-success {
    color: #00d97e;
}

.text-soft-primary {
    color: #2c7be5;
}

.text-soft-info {
    color: #39afd1;
}

.text-soft-warning {
    color: #f6c343;
}

.text-soft-danger {
    color: #e63757;
}

table tr:hover td .invisible {
	visibility: visible !important;
}

#orca-tutor .modal-dialog {
  max-width: 910px;
  margin: 30px auto;
}

#orca-tutor .modal-close-btn:focus {
  outline: none;
}

#orca-tutor .modal-body {
  position:relative;
  padding:0px;
}

#orca-tutor .close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.disabled-block:before {
    content: '';
    display: block;
    position: absolute;
    width: 85%;
    height: 95%;
    z-index: 100;
    background: #1d669d;
    opacity: 0.25;
    filter: alpha(opacity=25);
    box-shadow: 1px 2px 5px black;
}

#btn-scroll-top {
	display: none;
	position: fixed;
	top: 88px;
	right: 18px;
	z-index: 99;
	font-size: 24px;
	border: none;
	background-color: var(--yellow);
	color: white;
	cursor: pointer;
	border-radius: 25px;
	width: 45px;
	height: 45px;
}
  
#btn-scroll-top:hover {
	background-color: #555;
}


.my-widgets-icon {
	float: left;
	cursor: pointer;
	padding: 11px 7px 0 5px;

}

.sidenav a.active img.widgets-icon {
	filter: brightness(300%);
}

img.widgets-icon {
	width: 18px;
	margin-left: -1px;
	margin-right: 5px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.my-widgets-icon img {
	width: 32px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.my-widgets-icon img:hover {
	filter: brightness(130%);
}

.my-widgets-icon img.active {
	filter: saturate(3.5);
}