/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600);

/* General CSS */

*{
	/* border-radius: 0 !important; */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.fa, .fas {
    font-family: "Font Awesome 5 Pro";
}

html {
	-webkit-font-smoothing: antialiased;
}

body {
    font-size: 14px;
    line-height: 24px;
    color: #555;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

ul
{
	margin-bottom:0px;
}

button, input, select, textarea, .btn, .form-control
{
	font-size:14px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.container
{
	max-width:none;
}

.btn-default
{
    	background-color: #f5f5f5;
}

.btn.btn-sm
{
    	font-size: 13px;
   	padding: 2px 10px;
}
.btn.btn-sm a {
	text-decoration: none;
	color: #fff;
}
#compose_button {
	width: 50%;
	float: right;
}

.btn-warning.focus, .btn-warning:focus
{
	background-color: #f88529;
    	border-color: #f88529;
}

.btn-info.focus, .btn-info:focus {
    background-color: #52b9e9;
    border-color: #52b9e9;
}

.btn.btn-info{
	background: #52b9e9 !important;

}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.hide {
	display: none !important;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
        background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-success.focus, .btn-success:focus {
        background-color: #43c83c;
    border-color: #43c83c;
}

.btn-group .dropdown-toggle.btn-info {
    border-left: 1px solid #4fb5d4 !important;
}

.fa
{
	font-weight:500 !important;
}

.fa-bell-o:before
{
        content: "\f0f3";
}

.fa-file-text-o:before
{
    content: "\f15c";
}

.fa-close:before
{
    content: "\f057";
}

.fa-refresh:before
{
        content: "\f021";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-envelope-o:before {
    content: "\f0e0";
}

.form-search {
	display: flex;
	justify-content: center;
  	align-items: center;
}

#from.dt.form-control {
	margin-left: 5px;
}

#to.dt.form-control {
	margin-left: 5px;
}

.form-inline {
	display: flex;
	justify-content: center;
  	align-items: center;
}

.navbar.navbar-static-top {
    padding: 0;
    width: 100%;
    align-items: inherit;
}

.navbar-top-links {
    text-align: right;
}

.navbar-fixed-top, .navbar-static-top {
    background: #f3f3f4;
}

.nav.navbar-right > li > a {
    color: #555;
	text-decoration:none;
}

.navbar-minimalize.pin-leftside-bar
{
	display:none;
	position: absolute;
	left:10px;
	top:8px;
	font-size:15pt;
	border:1px solid #ddd;
	z-index:100;
}

.navbar-minimalize.pin-rightside-bar
{
        display:none;
        position: absolute;
        right:10px;
        top:8px;
        font-size:17pt;
	border:1px solid #ddd;
	z-index:0;
}

.navbar-minimalize.pin-notification-bell
{
        display:none;
        position: absolute;
        right:50px;
        top:8px;
        font-size:17pt;
        /*border:1px solid #ddd;*/
		margin-right:6px;
}
.navbar-minimalize.pin-switch-shops
{
        display:none;
		position: absolute;
		right: 80px;
    	top: 7px;
		font-size: 6pt;
		margin-right: 8px;
}
.navbar-minimalize.pin-switch-shops:focus {
	box-shadow: none;
}

.navbar-minimalize
{
	z-index:0;
}

i.fa-admin
{
    border: 2px solid #777;
    border-radius: 5px !important;
    padding: 3px;
}

.nav.navbar-top-links a {
    font-size: 11pt;
}
.navbar-top-links li a:not(.dropdown-item) {
    padding: 15px 10px;
    min-height: 50px;
}
.nav > li > a {
    color: #a7b1c2;
    font-weight: 600;
    padding: 14px 15px 14px 15px;
    display: block;
}

a.shop-name
{
    font-size: 15pt;
    color: #555;
    text-decoration:none;
}

a.shop-name div
{
	padding:10px 0;
	line-height:20px;
	color:#555;
	font-weight:bold;
}

span.powered-by
{
	display:block;
	font-size:9pt;
}

li.dropdown .dropdown-divider:last-child {
    display: none;
}

.nav .dropdown-item
{
    padding: .09rem 0.7rem;
}

.navbar-top-links .reports .dropdown-menu span.letter span
{
	display: inline-block;
	/*margin-right:10px;*/
	text-align:center;
	min-width:30px;
	min-height:22px;
	text-align:center;
	padding:2px;
	font-weight:bold;
	color:#fff;
}

.navbar-top-links .reports .dropdown-item span.fa
{
	padding:7px 2px !important;
}

.navbar-top-links .reports .dropdown-item span.fa:before
{
	position:relative;
}

.navbar-top-links .reports .dropdown-item .report-name
{
	display:inline-block;
	margin-left:10px;
}

.navbar-top-links .reports .dropdown-menu.show:before, .dropdown-menu.dropdown-menu-right.show:before, .navbar-top-links .kiosk .dropdown-menu.show:before
{
	position: absolute;
    top: -7px;
    right: 18px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(255, 255, 255, 100%);
    content: '';
}

.dropdown-menu.dropdown-menu-right.show i
{
	border: 1px solid #ddd;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
    display: inline-block;
    margin-right: 5px;
}

.navbar-top-links .kiosk .dropdown-menu span.letter span
{
	border: 1px solid #ddd;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
    display: inline-block;
    margin-right: 5px;
}

.dropdown-divider
{
    	margin: .15rem 0;
}
.rvhitem .item {
	word-break: break-word;
}

@-webkit-keyframes swing {
	0%,
	30%,
	50%,
	70%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	10% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@keyframes swing {
	0%,
	30%,
	50%,
	70%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	10% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-webkit-keyframes sonar {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes sonar {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

.sidebar-wrapper {
	width: 280px;
	height: 100%;
	max-height: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
}

.sidebar-wrapper.left-sidebar
{
	left: -280px;
	-webkit-transition: left .3s ease, width .3s ease;
        transition: left .3s ease, width .3s ease;
}

.sidebar-wrapper.right-sidebar
{
        right: -280px;
        -webkit-transition: right .3s ease, width .3s ease;
        transition: right .3s ease, width .3s ease;
}

.sidebar-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sidebar-wrapper a {
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.sidebar-wrapper .sidebar-item {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.sidebar-wrapper .sidebar-content {
	max-height: calc(100% -35px);
	height: calc(100% - 35px);
	overflow-y: scroll;
	position: relative;
}

.sidebar-wrapper .sidebar-content.desktop {
	overflow-y: hidden;
}

.sidebar-wrapper .badge {
	border-radius: 0;
}

.sidebar-bg .sidebar-wrapper {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sidebar-bg .sidebar-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.sidebar-wrapper .sidebar-brand {
	padding: 1rem 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 55px;
}

.sidebar-wrapper .sidebar-brand>a {
	text-transform: uppercase;
	font-weight: bold;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sidebar-wrapper .sidebar-header {
	padding: 20px;
	overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
	width: 60px;
	padding: 2px;
	margin-right: 15px;
	overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
	-o-object-fit: cover;
	object-fit: cover;
	/*height: 100%;*/
	width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
	overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-info>span {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
	font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
	font-size: 11px;
	margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
	font-size: 8px;
	margin-right: 4px;
	color: #5cb85c;
}

.sidebar-wrapper .sidebar-search>div {
	padding: 1rem 1.2rem;
}

.sidebar-wrapper .sidebar-search input {
	border-radius: 0;
}

.sidebar-wrapper .sidebar-search .input-group {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.sidebar-wrapper .sidebar-search .input-group-append .input-group-text {
	border-radius: 0;
	border-left: 0;
}

.sidebar-wrapper .sidebar-menu {
	padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
	font-weight: bold;
	font-size: 14px;
	padding: 15px 20px 5px 20px;
	display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	position: relative;
	padding: 8px 30px 8px 20px;
	width: 100%;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
	display: inline-block;
	-webkit-animation: swing ease-in-out .5s 1 alternate;
	animation: swing ease-in-out .5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu ul li a i {
	margin-right: 10px;
	font-size: 12px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.sidebar-wrapper .sidebar-menu ul li a .menu-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	overflow: hidden;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after, .sidebar-dropdown>a:after {
	font-family: "Font Awesome 5 pro";
	font-weight: 500;
	content: "\f105";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	background: 0 0;
	position: absolute;
	right: 15px;
	top: 14px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu {
	display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
	padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
	padding-left: 25px;
	font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor:pointer;
}

/*
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	font-size: 8px;
}*/

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
	margin-left: auto;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 15px;
}

.sidebar-wrapper .sidebar-footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sidebar-wrapper .sidebar-footer>div {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	height: 35px;
	line-height: 35px;
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sidebar-wrapper .sidebar-footer>div>a {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.sidebar-wrapper .sidebar-footer>div a .notification {
	position: absolute;
	top: 0;
}

.sidebar-wrapper .sidebar-footer>div.pinned-footer {
	display: none;
}

.sidebar-wrapper .sidebar-footer .dropdown-menu {
	bottom: 36px;
	left: 0 !important;
	top: initial !important;
	right: 0;
	-webkit-transform: none !important;
	transform: none !important;
	border-radius: 0;
	font-size: .9rem;
}

.sidebar-wrapper .sidebar-footer .messages .dropdown-item {
	padding: .25rem 1rem;
}

.sidebar-wrapper .sidebar-footer .messages .messages-header {
	padding: 0 1rem;
}

.sidebar-wrapper .sidebar-footer .messages .message-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sidebar-wrapper .sidebar-footer .messages .message-content .pic {
	width: 40px;
	height: 40px;
	overflow: hidden;
}

.sidebar-wrapper .sidebar-footer .messages .message-content .pic img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

.sidebar-wrapper .sidebar-footer .messages .message-content .content {
	line-height: 1.6;
	padding-left: 5px;
	width: calc(100% - 40px);
}

.sidebar-wrapper .sidebar-footer .messages .message-content .content .message-title {
	font-size: 13px;
}

.sidebar-wrapper .sidebar-footer .messages .message-content .content .message-detail {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sidebar-wrapper .sidebar-footer .notifications .dropdown-item {
	padding: .25rem 1rem;
}

.sidebar-wrapper .sidebar-footer .notifications .notifications-header {
	padding: 0 1rem;
}

.sidebar-wrapper .sidebar-footer .notifications .notification-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sidebar-wrapper .sidebar-footer .notifications .notification-content .icon {
	width: 40px;
	height: 40px;
}

.sidebar-wrapper .sidebar-footer .notifications .notification-content .icon i {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
}

.sidebar-wrapper .sidebar-footer .notifications .notification-content .content {
	line-height: 1.6;
	padding-left: 5px;
	width: calc(100% - 40px);
}

.sidebar-wrapper .sidebar-footer .notifications .notification-content .content .notification-time {
	font-size: .7rem;
	color: #828282;
}

.sidebar-wrapper .sidebar-footer .notifications .notification-content .content .notification-detail {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sidebar-wrapper .sidebar-footer .badge-sonar {
	display: inline-block;
	background: #d86703;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 0;
}

.sidebar-wrapper .sidebar-footer .badge-sonar:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #d86703;
	opacity: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	-webkit-animation: sonar 1.5s infinite;
	animation: sonar 1.5s infinite;
}

body {
	font-size: .9rem;
}


/*----------------page-wrapper----------------*/

.page-wrapper {
	height: 100vh;
}

.page-wrapper .theme {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 2px;
	background-size: cover;
}

.page-wrapper .theme.selected {
	border: 2px solid #00c7ff;
}

.page-wrapper .theme.default-theme {
	background: #1d1d1d;
}

.page-wrapper .theme.chiller-theme {
	background: #374140;
}

.page-wrapper .theme.legacy-theme {
	background: #2e333c;
}

.page-wrapper .theme.ice-theme {
	background: #3a4d56;
}

.page-wrapper .theme.cool-theme {
	background: #46454c;
}

.page-wrapper .theme.light-theme {
	background: #ececec;
}

.page-wrapper .page-content {
	display: inline-block;
	width: 100%;
	-webkit-transition: padding-left .3s ease;
	transition: padding-left .3s ease;
	/*overflow-x: hidden;*/
}

.page-wrapper .page-content .overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 998;
	background: #000;
	opacity: .5;
	display: none;
}

.page-wrapper .sidebar-wrapper.left-sidebar.toggled {
	left: 0px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.page-wrapper .sidebar-wrapper.right-sidebar.toggled {
        right: 0px;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.dropdown-menu-right .dropdown-item i
{
	min-width:30px;
}

.navbar-top-links li.dropdown .sidebar-dropdown>a
{
	position:relative;
}

.navbar-top-links li.dropdown .sidebar-dropdown>a:after
{
	top:3px;
	color:#999;
}

.navbar-top-links li.dropdown .sidebar-dropdown.active >a:after
{
	content: "\f078";
	/*color:#fff;*/
	font-size:9pt;
}

@media screen and (min-width: 768px) {
	.page-wrapper.toggled .page-content {
		/*padding-left: 280px;*/
	}
}

@media screen and (max-width: 1100px) {
	.page-wrapper.toggled .page-content .overlay {
		display: block;
	}

	.notifybell i.fa-bell {
		color:#000000;
	}
}

@media screen and (min-width: 768px) {
	.page-wrapper.toggled.pinned .page-content {
		/*padding-left: 80px;*/
	}
}

@media (max-width: 1249px) {
	li.dropdown.reports {
		Display: none;
	}

	li.menu-item-Reports {
		Display: none;
	}

	li.menu-item-DVI.Setup {
		Display: none;
	}

	li.menu-item-Rainy.Day.Folder {
		Display: none;
	}

	li.menu-item-Reminders {
		Display: none;
	}

	li.menu-item-Timeline.View {
		Display: none;
	}
}

@media (max-width: 1100px) {
	li.menu-item-AI.Setup.sidebar-dropdown {
		Display: none;
	}
}

@media (max-width: 999px) {
	li.menu-item-Add\/Manage.Users {
		Display: none;
	}

	li.menu-item-AI.Setup.sidebar-dropdown {
		Display: none;
	}

	li.menu-item-Wall.Message {
		Display: none;
	}

	li.menu-item-Integration.Setup {
		Display: none;
	}

	li.menu-item-Tags {
		Display: none;
	}
}

@media (max-width: 750px) {
	li.menu-item-Event.Feed {
		Display: none;
	}
}

@media (max-width: 450px) {
	a.col-md-3.panel-main {
    	padding-right: 0px;
    	padding-left: 0px;
	}

	div.col-md-4.sec {
		padding-right: 0px;
    	padding-left: 0px;
	}

	a.col-md-4.panel-main {
		padding-right: 0px;
    	padding-left: 0px;
	}

	div.col-md-12 {
		padding-right: 0px;
    	padding-left: 0px;
	}
}

.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper {
	width: 80px;
}

.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
	padding: 10px;
}

.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .user-pic {
	margin: 0 auto;
	width: 50px;
	float: none;
}

.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .user-pic img {
	margin: auto;
}

.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-search input,
.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .user-info,
.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu .header-menu,
.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu .sidebar-submenu,
.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu ul>li>a>span,
.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu ul>li>a::after,
.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-footer>div:not(.pinned-footer) {
	display: none !important;
}

.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-search .input-group-text {
	height: 35px;
}

.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-footer>div.pinned-footer {
	display: block;
}

.page-wrapper .mCSB_scrollTools {
	width: 6px;
}

.page-wrapper .mCSB_inside>.mCSB_container {
	margin-right: 0px;
}


/*---- border-radius ------*/

.boder-radius-on .sidebar-header .user-pic {
	border-radius: 12px;
}

.boder-radius-on .badge {
	border-radius: 8px;
}

.boder-radius-on .sidebar-menu ul li i {
	border-radius: 4px;
}

.boder-radius-on .sidebar-footer .dropdown-menu {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.boder-radius-on .sidebar-footer .dropdown-menu .notification-content i,
.boder-radius-on .sidebar-footer .dropdown-menu .message-content .pic {
	border-radius: 4px;
}

.boder-radius-on .sidebar-search input {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.boder-radius-on .sidebar-search .input-group-append .input-group-text {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.notify-bell .dropdown-toggle::after
{
	display:none;
}

.default-theme .sidebar-wrapper {
    background-color: #1d1d1d;
    display: none;
}

.default-theme .sidebar-wrapper .sidebar-item:first-child {
    border-top: none;
}

.default-theme.sidebar-bg .sidebar-wrapper .sidebar-item {
    border-color: #454545;
}

.default-theme .sidebar-wrapper .sidebar-item {
    border-top: 1px solid #2b2b2b;
}

.default-theme .sidebar-wrapper .sidebar-item:first-child {
    border-top: none;
}

.default-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item), .default-theme.sidebar-bg .sidebar-wrapper .sidebar-header {
    color: #c7c7c7;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.default-theme.sidebar-bg .sidebar-wrapper a
{
   color: #c7c7c7;
}

.default-theme.sidebar-bg .sidebar-wrapper .sidebar-menu ul li a i {
    background-color: rgba(81, 81, 81, 0.5);
}

.dropdown-toggle::after {
    margin-left: 0;
    position: relative;
	top: 1px;
}
/* .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
  } */

@media (min-width: 1200px)
{
.navbar .container {
    max-width: 97%;
}
}

@media (max-width: 1100px)
{
	.navbar .container
	{
		width:97%;
	}

	[data-id=desktop] {
		display:none;
	}

	.navbar-header, a.shop-name
	{
		display:block;
		text-align:center;
		width:100%;
	}

	.navbar-minimalize, .default-theme .sidebar-wrapper
	{
		display:block !important;
		z-index:1040;
	}
}

@media (min-width: 576px)
{
.navbar .container:not(.nav_contain), .container-sm {
    max-width: 97%;
    width:100%;
}
}

/* OLD BOOTSTRAP*/
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
			background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
			box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  .dropdown-menu.pull-right {
	right: 0;
	left: auto;
  }
  .dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
  }
  .dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
  }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
	color: #777;
  }
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .open > .dropdown-menu {
	display: block;
  }
  .open > a {
	outline: 0;
  }
  .dropdown-menu-right {
	right: 0;
	left: auto;
  }
  .dropdown-menu-left {
	right: auto;
	left: 0;
  }
  .dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
  }
  .dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
  }
  .pull-right > .dropdown-menu {
	right: 0;
	left: auto;
  }
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
  }
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
  }
  @media (min-width: 768px) {
	.navbar-right .dropdown-menu {
	  right: 0;
	  left: auto;
	}
	.navbar-right .dropdown-menu-left {
	  right: auto;
	  left: 0;
	}
  }

  .label {
	   display: inline;
	   padding: .2em .6em .3em;
	   font-size: 75%;
	   font-weight: bold;
	   line-height: 1;
	   color: #fff;
	   text-align: center;
	   white-space: nowrap;
	   vertical-align: baseline;
	   border-radius: .25em;
	 }
	 a.label:hover,
	 a.label:focus {
	   color: #fff;
	   text-decoration: none;
	   cursor: pointer;
	 }
	 .label:empty {
	   display: none;
	 }
	 .btn .label {
	   position: relative;
	   top: -1px;
	 }
	 .label-default {
	   background-color: #777;
	 }
	 .label-default[href]:hover,
	 .label-default[href]:focus {
	   background-color: #5e5e5e;
	 }
	 .label-primary {
	   background-color: #337ab7;
	 }
	 .label-primary[href]:hover,
	 .label-primary[href]:focus {
	   background-color: #286090;
	 }
	 .label-success {
	   background-color: #43c83c;
	 }
	 .label-success[href]:hover,
	 .label-success[href]:focus {
	   background-color: #449d44;
	 }
	 .label-info {
	   background-color: #5bc0de;
	 }
	 .label-info[href]:hover,
	 .label-info[href]:focus {
	   background-color: #31b0d5;
	 }
	 .label-warning {
	   background-color: #f88529;
	 }
	 .label-warning[href]:hover,
	 .label-warning[href]:focus {
	   background-color: #ec971f;
	 }
	 .label-danger {
	   background-color: #d9534f;
	 }
	 .label-danger[href]:hover,
	 .label-danger[href]:focus {
	   background-color: #c9302c;
	 }


.superadmin.dropdown-toggle
{
	position:relative;
	top:2px;
}

.superadmin.dropdown-toggle:after
{
	display:none;
}

#right-sidebar li.calendar
{
	display:none;
}

label.col-form-label
{
	font-weight:bold;
}

.modal-title
{
    font-weight: bold;
    display: block;
    width: 100%;
    min-width: 100%;
	font-size:13pt;
}

.modal-footer
{
	padding:1.2rem 0rem;
	display:block;
}

.well {
    min-height: 20px;
    padding: 30px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

@media (max-width: 767px)
{
	.modal-dialog {
		max-width: 350px;
		margin: 30px auto;
	}
	.shop-name .shop-title {
		display: inline-block;
    	width: 50%;
		padding: 0px;
        line-height: 30px;
		font-weight: bold;
	}

}

/* WALL V2 */
#wallv2
{
        display:none;
	margin-top:20px;
}

#wallv2 .alert
{
        padding:6px 10px;
        min-height:30px;
        margin-bottom:5px;
}

#wallv2 .alert i.fa-comment
{
        padding-right:5px;
}

#wallv2 .alert span.dimiss-wall-msg
{
        cursor:pointer;
        display:inline-block;
        padding:5px;
}

#wallv2 .alert span.dimiss-wall-msg:hover
{
        background:#006699;
        color:#fff;
        border-radius:5px;
}

hr
{
	border-top:0px;
	border-bottom:1px solid #eee;
}

.table td, .table th {
    padding: 8px;
}

.alert-success, .table-success td {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger, .table-danger td {
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger
{
	color: #a94442;
}

.alert-success
{
	color: #3c763d;
}

.modal-header
{
	display:block;
}

.btn-floating {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


.navbar.navbar-static-top
{
	border-bottom:1px solid #ddd;
}

.navbar-top-links i.fa-question-circle {
	font-size:x-large;
}

.green {
    color: #43c83c !important;
}
.orange {
    color: #f88529 !important;
}
.blue {
    color: #1171a3 !important;
}
.modal-lg {
	width: 900px;
}

.pull-right, .float-right
{
	float:right;
}

.atme-page-content.container
{
	padding: 20px 40px;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  cursor: pointer;
  width: 30px;
  padding: 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}

.table-warning, .table-warning>td, .table-warning>th {
    background-color: #fcf8e3;
}

.btn-group-justified
{
        width:100%;
}

.fa-check-square-o:before {
    content: "\f14a";
}

@media (max-width: 900px)
{
.atme-page-content.container
{
	padding: 20px;
}
li.menu-item-Techflow
{
	Display: none;
}
}

.atmeUI_formSection
{
    background: #f3f3f3;
    border-top: 2px solid #006699;
    margin-bottom: 24px;
    padding: 18px;
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(131 131 131 / 32%) 0px 1px 2px 0px;
}

.atmeUI_formSection h3
{
    display: inline-block;
    color: #006699;
    font-size: 1.25em;
    margin-bottom: 10px;
    line-height: 1;
    text-transform: uppercase;
	font-weight: bold;
}

.atmeUI_formSection hr
{
	border-bottom: 1px solid #bbb;
}

.atmeUI_formSection .add_vehicle, .atmeUI_formSection .add_phone, .atmeUI_formSection .add_rvh_row
{
	/* font-weight: bold; */
    font-size: 1.1em;
	cursor: pointer;
}

.atmeUI_required
{
	color: red;
	font-weight: bold;
}

i[tooltip] {
	cursor: pointer;
}

.atmeUI_formSectionBox
{
    margin-top: 25px;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.atmeUI_formSectionTitle
{
	font-weight: bold;
    color: #006699;
    font-size: 13pt;
	display: block;
	width: 100%;
	padding-left: 10px;
    padding-bottom: 5px;
}

.atmUI_rowMulti
{
    padding-top: 20px;
}

.atmeUI_formVehicleBox
{
	border: 1px solid #bbb;
    font-family: arial;
    color: #333;
    overflow: scroll;
    width: 100%;
    min-height: 245px;
    height: 245px;
    background: #fff;
    border-radius: 0.25rem;
	padding: 20px;
}

.btn-primary
{
	background-color: #006699;
	color: #fff;
}

.veh_pic
{
	margin-bottom: 10px !important;
	margin-top: 10px;
}

label.form-label
{
	font-weight: bold;
	font-size: 15px;
}

i.atme-helper
{
	cursor: pointer;
}

.downloadVideo {
	position: absolute;
	top: 0px;
	right: 10px;
	color: #fff;
	z-index: 5000;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	font-size: 13pt;
	cursor: pointer;
}
.downloadVideo a {
	color: rgb(255, 255, 255);
	text-decoration: none;
	border: 1px solid rgb(255, 255, 255);
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 14px;
	background: rgba(0,0,0,0.5);
}

.zoom-in-buttons {
	display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-end;
	margin-right: 5px;
	margin-bottom: 5px;
}
@media (max-width: 768px) {
	.zoom-in-buttons {
		justify-content: center;
	}
}
.zoom-in-btn-section .zoom-in-buttons {
	position: unset;
	justify-content: flex-end;

}
.rvh-zoom-btns {
	right: 30px;
}
.zoom-in-buttons button {
	background: rgba(0,0,0,0.5);
    color: #fff;
    border: 1px solid #000;
	font-weight: bold;
    width: 50px;
    box-shadow: rgb(0 0 0 / 25%) 0px 2px 3px;
    margin-left:2px;
}
.zoom-in-buttons button .fa-search-plus, 
.zoom-in-buttons button .fa-search-minus,
.zoom-in-buttons button .fa-refresh {
	color:#fff;
}


/* ACTIVE CUSTOMER DASHBOARD */
.mode5 .btn-text-manager, .mode5 .buttons .text
{
	display:none !important;
}

/* CUSTOME PROFILE*/
.mode5 #conv_btn
{
	display:none !important;
}

span.pgheader
{
    color:#006699;
    font-weight:bold;
    font-size:15pt;
}
@media (max-width: 1100px) {
	.mobile-qr-section {
		display: flex;
		padding-top: 10pt;
	}
	.mobile-qr-section span.powered-by {
		padding-top: 5pt;
	}
	.desktop-qr-section .qr-code {
		display: none !important;
	}
	.desktop-qr-section .powered-by-label {
		margin-top: -31px;
	}
}
@media (min-width: 767px) {
	.zoom-in-buttons {
		margin-right: 0px;
	}
	.modal #customer-info .send_updates {
		width: 70%;
    	display: inline-block;
	}
	.modal #customer-info .save-customer {
		display: inline-block;
    	float: right;
	}
}
@media (min-width: 1101px) { 
	.mobile-qr-section {
		display: none;
	}
	.desktop-qr-section .qr-code {
		display: block;
	}
}
@media (max-width:1000px) {
	.downloadVideo {
		display:none;
	}
}
@media (min-width:2000px) {
	.quartely-sales-report-container {
		max-width: 1140px;
	}
}

