/*
Resort Theme - Custom Rules
Last Update: 2 Mai 2020
Author: Valentin Raevschi
Version: 2.0.5.0
URL: https://dds.ro
*/


:root {
	--theme-widget-color: #8c1f2f;
	--theme-widget-hover-color: #b53145;
	--main-font-family: 'Roboto', sans-serif;
	--blue: #3070de;
}

.link { color:#0190fe; text-decoration: underline; }

.main-layout {
	background-color: #f0f0f0;
}

.left-menu-side {
	background-color: #fff;
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.03);
}

.left-menu-side .left-logo {
	height: 120px;
	background-size: 80% auto;
	background-image: url(../imgs/white_logo.png);
}

.left-menu-side li a {
	color: #777;
}

.left-menu-side li a:hover {
	color: #333;
}

.left-menu-side li.active > a,
.left-menu-side li.active > a > i,
.left-menu-side li:hover > a > i {
	color: #333;
}

.left-menu-side li.active {
	background-color: #f0f0f0;
}

.login-wrapper {
	background-image: url(../imgs/bg_login.png);
	background-size: contain;
	background-position: bottom;
	background-repeat: repeat-x;
    align-items: flex-start;
}

.card-login .content-card {
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.07);
	margin-top: 30%;
}

.card-login .container {
	padding: 0 1.5rem 1.5rem 1.5rem;
}

.sp-table .cmd-button {
	margin: 5px 0;
	padding: 5px 12px 5px 10px;
	background-color: #fff;
	box-shadow: 0 1px 3px  rgba(0,0,0,.2);
	font-size: 14px;
	color: #666;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sp-table .cmd-button:hover,
.sp-table .cmd-button:focus {
	color: #000;
}

.fa-loader.fa-spin {
	-webkit-animation: fa-spin 0.6s infinite linear;
	animation: fa-spin 0.6s infinite linear;
}

.fa-loader.fa-check {
	color: var(--blue);
}

.fa-loader.fa-exclamation-circle {
	color: var(--red);
}

.field-keywords{
	padding: 0;
}

.sp-popup .section-title {
	background-color: #f5f5f5;
	padding: 5px 10px;
	margin-left: 2px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

/* Custom Switch Box */

.switch-box {
	display: inline-flex;
	width: 120px;
	padding: 0 15px;
	height: 40px;
	align-items: center;
	flex-shrink: 0;
	justify-content: space-between;
	cursor: pointer;
	margin-right: 20px;
	border-radius: 5px;
	background-color: #fff;
	color: #666;
	border: 1px solid #ccc;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.switch-box[data-id="0"] span,
.switch-box[data-id="0"] i {
	color: var(--black);
}

.switch-box[data-id="1"] span,
.switch-box[data-id="1"] i {
	color: var(--green);
}

.switch-box[data-id="2"] span,
.switch-box[data-id="2"] i {
	color: var(--red);
}

.switch-box .sb-content {
	position: absolute;
	width: 120px;
	z-index: 3;
	top: 38px;
	left: -1px;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	display: none;
	color: #333;
}

.switch-box.opened {
	border-bottom-color: #fff;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.switch-box.opened .sb-content {
	display: block;
}

.switch-box .sb-option {
	padding: 7px 15px;
}

.switch-box .sb-option:hover {
	background-color: #f5f5f5;
}

.status-chip {
	font-size: 12px;
	border-radius: 5px;
	background-color: #f5f5f5;
	padding: 5px;
}

.right-title {
	font-size: 18px;
	white-space: nowrap;
	font-weight: 500;
	color: #666;
}

.right-title i {
	margin-right: 10px;
}

.price-item {
	width: 100%;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	border-bottom: 1px solid #eee;
}

.price-item strong {
	font-weight: 500;
}
