/* latin-ext */
/* @font-face {
	font-family: 'Righteous';
	font-style: normal;
	font-weight: 400;
	src: local('Righteous'), local('Righteous-Regular'), url(../fonts/Righteous-Regular.ttf) format('truetype');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
} */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto/Roboto-Regular.ttf) format('truetype');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

body {
	color: #525252;
	background: #fff;
	font-family: 'Roboto', sans-serif !important;
	font-size: 13px;
	overflow-y: auto;
}

a {
	outline: none !important;
}

#logo {
	width: 12%;
}

#top-panel {
	width: 88%;
}

.body-expanded,
.modal-open {
	overflow-y: hidden;
	margin-right: 15px;
}

.body-expanded .expanded-panel,
.fancybox-margin .expanded-panel,
.modal-open .expanded-panel {
	margin-right: 15px;
}

.body-screensaver {
	overflow: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin: 0;
}

#logo {
	position: relative;

}

#logo a {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	display: block;
	font-size: 17px;
	line-height: 50px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-weight: 600;
}

#logo a:hover {
	background-position: right 25px;
	text-decoration: none;
}

.navbar {
	margin: 0;
	border: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	z-index: 2000;
}

.body-expanded .navbar {
	z-index: 9;
}

a.show-sidebar {
	float: left;
	padding: 10px 5px;
	outline: none;
	color: #000;
	font-size: 22px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

a.show-sidebar:hover {
	color: #000;
}

#sidebar-left {
	position: relative;
	z-index: 11;
	padding-bottom: 3000px !important;
	margin-bottom: -3000px !important;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;

}

#content {
	position: relative;
	z-index: 10;
	background: #fff;
	border: 0px solid #dedede;
	padding-top: 20px;
	padding-bottom: 3000px !important;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: -2980px !important;
	overflow: hidden;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.full-content {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.nav.main-menu,
.nav.msg-menu {
	margin: 0 -15px;
}

.nav.main-menu>li>a,
.nav.msg-menu>li>a {
	text-align: center;
	color: #f0f0f0;
	outline: none;
	min-height: 40px;
	height: 40px !important;
	padding-top: 10px !important;
	background: rgba(0, 0, 0, 0.0);
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background: rgba(0, 0, 0, 0.1);
}

.nav.main-menu>li>a:hover,
.nav.main-menu>li>a:focus,
.nav.main-menu>li.active>a,
.nav.main-menu .open>a,
.nav.main-menu .open>a:hover,
.nav.main-menu .open>a:focus,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li.active>a,
.nav.msg-menu>li>a:hover,
.nav.msg-menu>li>a:focus,
.nav.msg-menu>li.active>a,
.nav.msg-menu .open>a,
.nav.msg-menu .open>a:hover,
.nav.msg-menu .open>a:focus {
	background: rgba(0, 0, 0, 0.0);
	color: #f0f0f0;
}

.nav.main-menu a.active,
.nav.msg-menu a.active {
	color: #fff;
	background: #323a59;
	font-weight: 500;
}

.nav.main-menu a.active:hover,
.nav.msg-menu a.active:hover {
	background: rgba(0, 0, 0, 0.0);
	font-weight: 500;
}

.nav.main-menu a.active-parent,
.nav.msg-menu a.active-parent {
	background: #323a59 !important;
	color: #fff;
	opacity: 1;
}

.nav.main-menu a.active-parent>i,
.nav.msg-menu a.active-parent>i {
	color: #e51646;
}

.nav.main-menu a.active-parent:hover,
.nav.msg-menu a.active-parent:hover {
	background: rgba(0, 0, 0, 0.0);
}

.nav.main-menu>li>a>i,
.nav.msg-menu>li>a>i {
	font-size: 18px;
	width: auto;
	display: block;
	text-align: center;
}

.main-menu .dropdown-menu {
	position: absolute;
	z-index: 2001;
	left: 100%;
	top: 0;
	float: none;
	margin: 0;
	border: 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	padding: 0;
	background: #6AA6D6 url(../img/devoops_pattern_b10.png) 0 0 repeat;
	box-shadow: none;
	visibility: hidden;
}

.main-menu .active-parent:hover+.dropdown-menu {
	visibility: visible;
}

.main-menu .active-parent+.dropdown-menu:hover {
	visibility: visible;
}

.main-menu .dropdown-menu>li>a {
	padding: 9px 15px 9px 40px;
	color: #f0f0f0;
	font-size: 13px;
	padding-top: 10px !important;
	padding-bottom: 5px !important;
	height: auto !important;
	min-height: 35px !important;
	max-height: 50px;
}

.main-menu .dropdown-menu>li:first-child>a {
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
	padding-top: 10px !important;
}

.main-menu .dropdown-menu>li:last-child>a {
	-webkit-border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
	padding-top: 8px !important;
}

#top-panel {
	height: 50px;
	background: #fff;

}

#main {
	margin-top: 50px;
	min-height: 800px;
	overflow: hidden;
}

#search {
	position: relative;
	margin-left: 35px;
	padding: 10px 0;
}

#search>input {
	width: 80%;
	background: #dfdfdf;
	border: 1px solid #C7C7C7;
	text-shadow: 0 1px 1px #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #686868;
	line-height: 1em;
	height: 30px;
	padding: 0 35px 0 10px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

#search>input+i {
	opacity: 0;
	position: absolute;
	top: 18px;
	right: 10px;
	color: #fff;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#search>input:focus {
	width: 100%;
	outline: none;
}

#search>input:focus+i {
	opacity: 1;
}

.panel-menu {
	margin: 0;
}

.top-panel-right {
	padding-left: 0;
}

.panel-menu>li>a {
	padding: 0 5px 0 10px;
	line-height: 50px;
}

.panel-menu>li>a:hover {
	background: none;
}

.panel-menu a.account {
	height: 50px;
	padding: 5px 0 5px 10px;
	line-height: 18px;
}

.panel-menu i {
	margin-top: 8px;
	padding: 5px;
	font-size: 20px;
	color: #e51646;
	line-height: 1em;
	vertical-align: top;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	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);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.panel-menu>li>a:hover>i {
	background: #f5f5f5;
}

.panel-menu i.pull-right {
	color: #000;
	border: 0;
	box-shadow: none;
	font-size: 16px;
	background: none !important;
}

.panel-menu .badge {
	margin-top: 3px;
	padding: 3px 6px;
	vertical-align: top;
	background: #CEA9A9;
}

.avatar {
	width: 40px;
	float: left;
	margin-right: 5px;
}

.avatar>img {
	width: 40px;
	height: 40px;
	border: 1px solid #F8F8F8;
}

.user-mini>span {
	display: block;
	font-size: 12px;
	color: #36373a;
	margin-bottom: -4px;
}

.user-mini>span.welcome {
	font-weight: bold;
	margin-top: 2px;
}

.panel-menu .dropdown-menu {
	position: absolute !important;
	background: #f5f5f5;
	padding: 0;
	border: 0;
	right: 0;
	left: auto;
	min-width: 100%;
}

.panel-menu .dropdown-menu>li>a {
	padding: 11px 10px !important;
	color: #36373a;
}

.panel-menu .dropdown-menu>li>a:hover {
	color: #006afb;
}

.panel-menu .dropdown-menu>li>a>i {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 14px;
	width: 20px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.well {
	padding: 15px;
}

.box {
	display: block;
	z-index: 1999;
	position: relative;
	border: 0px solid #f8f8f8;
	box-shadow: 3px 2px 12px 4px #0000000d;
	background: transparent;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.full-content .box {
	border: 0;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.box-header {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	color: #363636;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	font-weight: 700;
	background: #fff;
	border-bottom: 1px solid #E4E4E4;
	height: 40px;
	padding: 5px;
}

.box-name,
.modal-header-name {
	padding-left: 15px;
	line-height: 28px;
}

.box-name:hover {
	cursor: move;
}

.box-name span.meta,
.modal-header-name span.meta {
	font-style: italic;
	font-size: 11px;
	margin: 0 10px;
}

.box-name>i {
	margin-right: 5px;
}

.box-icons {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}

.no-move {
	display: none;
}

.expanded .no-move {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
}

.box-content {
	position: relative;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 10px;
	padding: 25px;
	background: #fff;
	/* box-shadow: 3px 2px 12px 4px #0000000d; */
	-webkit-box-shadow: 0 20px 40px 0 hsl(0deg 0% 42% / 10%);
	box-shadow: 0 20px 40px 0 hsl(0deg 0% 42% / 10%);
}

.box-content.dropbox,
.box-content.sortablebox {
	overflow: hidden;
}

.full-content .box-content {
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.box-icons a {
	cursor: pointer;
	text-decoration: none !important;
	border-left: 1px solid #fafafa;
	line-height: 10px;
	display: block;
	float: left;
	text-align: center;
	color: #e51646 !important;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	margin: 7px;
	transition: 0.3s all;
	border: 1px solid #d4d4d4;
}

.box-icons a.beauty-table-to-json {
	width: auto;
	padding: 0 10px;
	font-size: 14px;
}

.box-icons a:hover {
	box-shadow: inset 0 0 1px 0 #CECECE;
}

.expanded a.close-link {
	display: none;
}

#sidebar-left.col-xs-2 {
	opacity: 0;
	width: 0%;
	padding: 0;
}

.sidebar-show #sidebar-left.col-xs-2 {
	opacity: 1;
	/*width: 16.666666666666664%;*/
	width: 12%;
	padding: 0 15px;
}

.sidebar-show #content.col-xs-12 {
	opacity: 1;
	width: 83.33333333333334%;
}

.expanded {
	overflow-y: scroll;
	border: 0;
	z-index: 3000 !important;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0px;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.expanded-padding {
	background: rgba(0, 0, 0, 0.7);
	padding: 50px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.padding-15 {
	padding: 15px !important;
}

.no-padding .table-bordered {
	border: 0;
	margin: 0;
}

.no-padding .table-bordered thead tr th:first-child,
.no-padding .table-bordered tbody tr th:first-child,
.no-padding .table-bordered tfoot tr th:first-child,
.no-padding .table-bordered thead tr td:first-child,
.no-padding .table-bordered tbody tr td:first-child,
.no-padding .table-bordered tfoot tr td:first-child {
	border-left: 0px !important;
}

.no-padding .table-bordered thead tr th:last-child,
.no-padding .table-bordered tbody tr th:last-child,
.no-padding .table-bordered tfoot tr th:last-child,
.no-padding .table-bordered thead tr td:last-child,
.no-padding .table-bordered tbody tr td:last-child,
.no-padding .table-bordered tfoot tr td:last-child {
	border-right: 0px !important;
}

.table-heading thead tr {
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf);
	background-image: -moz-linear-gradient(top, #f0f0f0, #dfdfdf);
	background-image: -ms-linear-gradient(top, #f0f0f0, #dfdfdf);
	background-image: -o-linear-gradient(top, #f0f0f0, #dfdfdf);
	background-image: linear-gradient(to bottom, #f0f0f0, #dfdfdf);
}

table.no-border-bottom tr:last-child td {
	border-bottom: 0;
}

.dataTables_wrapper {
	overflow: hidden;
}

.dataTables_wrapper table.table {
	clear: both;
	max-width: inherit;
	min-width: 100%;
}

.dataTables_wrapper .dataTables_scrollHeadInner {
	min-width: 100%;
}

.table-datatable *,
.table-datatable :after,
.table-datatable :before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.table-datatable label {
	position: relative;
	display: block;
	font-weight: 400;
}

.table-datatable tbody tr.dt-rowReorder-moving {
	box-shadow: inset 0 0 2px 1px #777;
}

.table-datatable thead th {
	font-size: 14px;
	text-align: center;
}

.table-datatable tbody td {
	vertical-align: middle !important;
	border-top: 0 !important;
}

.table-datatable img {
	border: 1px solid #F8F8F8;
}

.table-datatable .sorting,
.txn_refund_btn {
	cursor: pointer;
}

.table-datatable .sorting {
	background: url(../img/sort.png) right center no-repeat;
	background-size: 14px;
	background-position: right 30% bottom 50%;
}

.table-datatable .sorting_asc {
	cursor: pointer;
}

.table-datatable .sorting_asc {
	background: url(../img/sort-asc.png) right center no-repeat;
	background-size: 14px;
	background-position: right 30% bottom 50%;
}

.table-datatable .sorting_desc {
	cursor: pointer;
}

.table-datatable .sorting_desc {
	background: url(../img/sort-desc.png) right center no-repeat;
	background-size: 14px;
	background-position: right 30% bottom 50%;
}

.table-datatable td.dataTables_empty {
	text-align: center;
}

div.DTTT_collection_background {
	z-index: 2002;
}

div.DTTT .btn {
	color: #333 !important;
	font-size: 12px;
}

ul.DTTT_dropdown.dropdown-menu {
	z-index: 2003;
	background: rgba(0, 0, 0, 0.7) !important;
	padding: 0;
	border: 0;
	margin: 0;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	min-width: 157px;
}

ul.DTTT_dropdown.dropdown-menu li {
	position: relative;
}

ul.DTTT_dropdown.dropdown-menu>li>a {
	position: relative;
	display: block;
	padding: 5px 10px !important;
	color: #f0f0f0 !important;
}

ul.DTTT_dropdown.dropdown-menu>li:first-child>a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

ul.DTTT_dropdown.dropdown-menu>li:last-child>a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

ul.DTTT_dropdown.dropdown-menu>li:hover>a {
	background: rgba(0, 0, 0, 0.3);
	color: #f0f0f0;
}

.dataTables_wrapper input[type="text"] {
	display: block;
	width: 90%;
	height: 26px;
	padding: 2px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.dataTables_wrapper input[type="text"]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

ul.pagination {
	margin-top:25px;
}

.paginate_button,
.paginate_active {
	margin: 0;
	padding: 0;
	border: none;
}

.paginate_button:hover,
.paginate_active:hover {
	color: #fff;
}

.paginate_active {
	font-size: 15px;
	font-weight: bold;
	padding: 2px 7px;
}

#breadcrumb {
	padding: 0;
	line-height: 40px;
	background: #525252;
	background: #5a8db6 url(../img/devoops_pattern_b10.png) 0 0 repeat;
	margin-bottom: 20px;
}

.breadcrumb {
	padding: 0 15px;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
}

.breadcrumb>li>a {
	color: #d8d8d8;
}

.breadcrumb>li>a:hover,
.breadcrumb>li:last-child>a {
	color: #f8f8f8;
}

.bs-callout {
	padding: 15px;
	border-left: 3px solid #525252;
	background: #dfdfdf;
}

.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #525252;
}

.no-padding .bs-callout {
	border: 0;
}

.page-header {
	margin: 0 0 10px;
	border-bottom: 1px solid #c7c7c7;
}

.box-content .page-header,
legend,
.full-calendar .page-header {
	margin: 0 0 10px;
	border-bottom: 1px solid #B6B6B6;
}

.invoice-header {
	margin: 0 0 10px;
	border-bottom: 1px dashed #B6B6B6;
	display: inline-block;
}

.box-content .form-group,
.devoops-modal-inner .form-group {
	margin-top: 20px;
	margin-bottom: 20px;
}

.show-grid [class^="col-"] {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #525252;
	background-color: rgba(129, 199, 199, 0.2);
	border: 1px solid #ebebeb;
}

.show-grid [class^="col-"]:hover {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(107, 134, 182, 0.2);
	border: 1px solid #ebebeb;
}

.show-grid,
.show-grid-forms {
	margin-bottom: 15px;
}

.show-grid-forms [class^="col-"] {
	padding-top: 10px;
	padding-bottom: 10px;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th,
td.beauty-hover {
	background-color: #f3f6f9 !important;
}

.table-hover>tbody>tr:hover>td.beauty-hover:hover {
	background-color: rgba(219, 219, 219, 0.9) !important;
}

.DTTT.btn-group {
	position: absolute;
	top: -28px;
	right: 83px;
	border-right: 1px solid #DBDBDB;
}

.DTTT.btn-group a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	line-height: 1em;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	box-shadow: none !important;
	padding: 6px 12px;
	margin: 0;
	background: #F7F7F7;
	border: 0;
}

#screensaver {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3000;
	background: #000;
	display: none;
}

#screensaver.show {
	display: block;
}

#canvas {
	position: relative;
}

#screensaver i {
	position: absolute;
	top: 50px;
	right: 50px;
	background: rgba(255, 255, 255, 0.5);
	line-height: 100px;
	width: 100px;
	height: 100px;
	text-align: center;
	font-size: 60px;
	color: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.well pre {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: transparent;
	border: 0;
	white-space: nowrap;
}

.well pre code {
	white-space: normal;
}

.btn {
	border-width: 1px;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	border-color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	outline: none;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Segoe UI", Verdana, sans-serif;
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #a2a2a2;
	background: #a2a2a2 -moz-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
	background: #a2a2a2 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
	line-height: normal;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: none !important;
}

.btn-label-left,
.btn-label-right {
	padding: 0 10px;
}

.btn-label-left span {
	position: relative;
	left: -10px;
	display: inline-block;
	padding: 7px;
	background: rgba(0, 0, 0, 0);
}

.btn-label-right span {
	position: relative;
	right: -10px;
	display: inline-block;
	padding: 7px;
	background: rgba(0, 0, 0, 0.1);
}

.btn i {
	vertical-align: middle;
}

.btn-app {
	width: 80px;
	height: 80px;
	padding: 0;
	font-size: 16px;
}

.btn-app i {
	font-size: 36px;
	line-height: 78px;
	display: block;
}

.btn-app-sm {
	width: 50px;
	height: 50px;
	padding: 0;
	font-size: 12px;
}

.btn-app-sm i {
	font-size: 18px;
	line-height: 48px;
	display: block;
}

.btn-circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.25);
}

.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-default,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active,
.progress-bar {
	background-color: #D8D8D8;
	border-color: rgba(0, 0, 0, 0.3);
	color: #929292;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.table>thead>tr>td.primary,
.table>tbody>tr>td.primary,
.table>tfoot>tr>td.primary,
.table>thead>tr>th.primary,
.table>tbody>tr>th.primary,
.table>tfoot>tr>th.primary,
.table>thead>tr.primary>td,
.table>tbody>tr.primary>td,
.table>tfoot>tr.primary>td,
.table>thead>tr.primary>th,
.table>tbody>tr.primary>th,
.table>tfoot>tr.primary>th {
	background-color: #6AA6D6;
	border-color: rgba(0, 0, 0, 0.3);
	color: #f8f8f8;
}

.btn-success,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active,
.progress-bar-success,
.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
	background-color: #63CC9E;
	border-color: rgba(0, 0, 0, 0.3);
	color: #f8f8f8;
}

.btn-info,
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active,
.progress-bar-info,
.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
	background-color: #7BC5D3;
	border-color: rgba(0, 0, 0, 0.3);
	color: #f8f8f8;
}

.btn-warning,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active,
.progress-bar-warning,
.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
	background-color: #DFD271;
	border-color: rgba(0, 0, 0, 0.3);
	color: #f8f8f8;
}

.btn-danger,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active,
.progress-bar-danger,
.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
	padding: 3px 30px 4px 30px;
	background: #d81035;
	border: 0px;
	font-size: 13px;
	border-radius: 5px;
	box-shadow: 2px 5px 9px 3px #006afb33;
	transition: 0.3s all;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #e51646;
	background-color: #FFF;
	border-color: #d4d4d4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.table-hover>tbody>tr>td.primary:hover,
.table-hover>tbody>tr>th.primary:hover,
.table-hover>tbody>tr.primary:hover>td,
.table-hover>tbody>tr.primary:hover>th {
	color: #fff;
	background-color: #5a8db6;
	border-color: rgba(0, 0, 0, 0.3);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
	color: #fff;
	background-color: #54ae86;
	border-color: rgba(0, 0, 0, 0.3);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th {
	color: #fff;
	background-color: #69a8b4;
	border-color: rgba(0, 0, 0, 0.3);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
	color: #fff;
	background-color: #beb360;
	border-color: rgba(0, 0, 0, 0.3);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
	color: #e51646;
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.3);
}

.progress {
	overflow: visible;
	background:#CDCDCD;
	color:#FFFFFF;
}

.progress-ui {
	height: 10px;
}

.progress-bar {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.progress-bar.ui-widget-content {
	background: none;
	border: 0;
	height: 100%;
	position: relative;
}

.progress-bar .ui-state-default {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 10px;
	width: 10px;
	top: 0;
	margin-left: -5px;
	cursor: pointer;
	border: 0px solid #d3d3d3;
	outline: none !important;
	background-color: #f0f0f0;
	background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf);
	background-image: -moz-linear-gradient(top, #f0f0f0, #dfdfdf);
	background-image: -ms-linear-gradient(top, #f0f0f0, #dfdfdf);
	background-image: -o-linear-gradient(top, #f0f0f0, #dfdfdf);
	background-image: linear-gradient(to bottom, #f0f0f0, #dfdfdf);
}

.progress-bar .ui-widget-header {
	background: #D8D8D8;
}

.progress-bar-primary .ui-widget-header {
	background: #6AA6D6;
	color: #f8f8f8;
}

.progress-bar-success .ui-widget-header {
	background: #63CC9E;
	color: #f8f8f8;
}

.progress-bar-info .ui-widget-header {
	background: #7BC5D3;
	color: #f8f8f8;
}

.progress-bar-warning .ui-widget-header {
	background: #DFD271;
	color: #f8f8f8;
}

.progress-bar-danger .ui-widget-header {
	background: #D15E5E;
	color: #f8f8f8;
}

.progress-bar .ui-state-default {
	background: #b8b8b8;
}

.progress-bar-primary .ui-state-default {
	background: #5a8db6;
}

.progress-bar-success .ui-state-default {
	background: #54ae86;
}

.progress-bar-info .ui-state-default {
	background: #69a8b4;
}

.progress-bar-warning .ui-state-default {
	background: #beb360;
}

.progress-bar-danger .ui-state-default {
	background: #b25050;
}

.slider-range-min-amount,
.slider-range-max-amount,
.slider-range-amount {
	border: 0;
	background: none;
	outline: none !important;
}

.progress-bar.ui-slider-vertical {
	width: 20px;
}

.progress-bar.ui-slider-vertical .ui-state-default {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 20px;
	width: 20px;
	top: auto;
	margin-left: 0px;
	left: 0;
}

#equalizer .progress {
	height: 160px;
	display: inline-block;
	margin: 15px;
}

.beauty-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.beauty-table input {
	border: 1px solid transparent;
	background: none;
	font-size: 16px;
	text-align: center;
	padding: 2px 15px !important;
	width: 100%;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.beauty-table input:focus {
	border: 1px solid #dfdfdf;
	background: #fefefe;
	font-size: 16px;
	text-align: center;
	padding: 2px 15px !important;
	width: 100%;
	outline: none;
}

.c {
	color: #999;
	display: block;
}

.nt {
	color: #2f6f9f;
}

.na {
	color: #4f9fcf;
}

.s {
	color: #d44950;
}

.radio,
.checkbox,
.radio-inline,
.checkbox-inline {
	position: relative;
}

.lbl-radio {
	margin-top: 5px;
	margin-right: 10px;
}

.lbl-radio input[type=radio] {
	margin-right: 3px;
}

.radio label,
.checkbox label,
.radio-inline label,
.checkbox-inline label {
	font-weight: normal;
	cursor: pointer;
	padding-left: 8px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.radio+.radio,
.checkbox+.checkbox {
	margin-top: 10px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

.checkbox i,
.checkbox-inline i,
.radio i,
.radio-inline i {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.checkbox i.small,
.checkbox-inline i.small,
.radio i.small,
.radio-inline i.small {
	font-size: 16px;
	top: 2px;
}

.checkbox input[type=checkbox]:checked+i:before,
.checkbox-inline input[type=checkbox]:checked+i:before {
	content: "\f046";
}

.radio input[type=radio]:checked+i:before,
.radio-inline input[type=radio]:checked+i:before {
	content: "\f192";
}

.toggle-switch {
	display: inline-block;
	position: relative;
	width: 60px;
}

.toggle-switch input {
	display: none;
}

.toggle-switch label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.toggle-switch-inner {
	width: 200%;
	margin-left: -100%;
	-webkit-transition: margin 0.3s ease-in 0s;
	-moz-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.toggle-switch-inner:before,
.toggle-switch-inner:after {
	float: left;
	width: 50%;
	height: 20px;
	padding: 0;
	line-height: 20px;
	font-size: 12px;
	text-shadow: 1px 1px 1px #FFFFFF;
	color: #929292;
	background-color: #E6E6E6;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.toggle-switch-inner:before {
	content: "ON";
	padding-left: 15px;
	text-align: left;
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
}

.toggle-switch-inner:after {
	content: "OFF";
	padding-right: 15px;
	text-align: right;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}

.toggle-switch-actin-inner:before {
	content: "Active";
}

.toggle-switch-actin-inner:after {
	content: "Inactive";
}

.toggle-switch-switch {
	width: 20px;
	margin: 0;
	border: 2px solid #d8d8d8;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	color: #f8f8f8;
	font-size: 12px;
	line-height: 1em;
	text-shadow: 0 0px 1px #ADADAD;
	text-align: center;
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
	background-color: #f0f0f0;
	background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf);
	background-image: -moz-linear-gradient(top, #f0f0f0, #dfdfdf);
	background-image: -ms-linear-gradient(top, #f0f0f0, #dfdfdf);
	background-image: -o-linear-gradient(top, #f0f0f0, #dfdfdf);
	background-image: linear-gradient(to bottom, #f0f0f0, #dfdfdf);
}

label.disabled .toggle-switch-switch {
	opacity: 0.3
}

.toggle-switch-switch-dangeroff {
	border: 2px solid #D15E5E;
	background: #D15E5E;
}

.toggle-switch input:checked+.toggle-switch-inner {
	margin-left: 0;
}

.toggle-switch input:checked+.toggle-switch-inner+.toggle-switch-switch {
	right: 0px;
}

.toggle-switch-danger input:checked+.toggle-switch-inner+.toggle-switch-switch {
	border: 2px solid #D15E5E;
	background: #D15E5E;
}

.toggle-switch-warning input:checked+.toggle-switch-inner+.toggle-switch-switch {
	border: 2px solid #DFD271;
	background: #DFD271;
}

.toggle-switch-info input:checked+.toggle-switch-inner+.toggle-switch-switch {
	border: 2px solid #7BC5D3;
	background: #7BC5D3;
}

.toggle-switch-success input:checked+.toggle-switch-inner+.toggle-switch-switch {
	border: 2px solid #63CC9E;
	background: #63CC9E;
}

.toggle-switch-primary input:checked+.toggle-switch-inner+.toggle-switch-switch {
	border: 2px solid #6AA6D6;
	background: #6AA6D6;
}

.select2-container {
	width: 100%;
}

.select2-container .select2-choice {
	height: 30px;
}

.knob-slider {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}

.knob-slider>div {
	display: inline-block !important;
}

.knob-slider input {
	outline: none !important;
}

.ipod {
	background: #dedede;
	text-align: center;
	padding: 50px 0;
}

.knob-clock {
	text-align: center;
}

.knob-clock>div {
	font-size: 50px;
	text-align: center;
	color: #a2a2a2;
}

.knob {
	border: 0;
	background: 0;
}

.box-pricing:hover {
	box-shadow: 0 0 5px #525252;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.box-pricing .row-fluid>div {
	padding: 18px 15px 8px;
	line-height: 1.428571429;
	vertical-align: top;
}

.box-pricing .row-fluid.centered>div {
	background-color: #f5f5f5;
	padding: 8px;
	text-align: center;
}

.box-pricing .row-fluid.centered>div:nth-child(odd) {
	background-color: #f9f9f9;
}

.box-pricing .box-header {
	height: 80px;
	padding: 10px 0;
}

.box-pricing .box-name {
	padding: 0 10px;
	text-align: center;
}

.box-pricing .box-name:hover {
	cursor: inherit;
}

#messages #breadcrumb {
	margin-bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 2;
}

#messages-menu {
	position: fixed;
	top: 90px;
	background: #a5a5a5;
	margin: 0;
	height: 100%;
	z-index: 2;
}

#messages-list {
	margin-top: 40px;
	padding: 0;
}

.one-list-message {
	background: #F1F1F1;
	border-bottom: 1px solid #CCC;
	padding: 15px 15px 15px 25px;
	margin: 0;
}

.one-list-message .checkbox {
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
}

.one-list-message .message-title {
	overflow: hidden;
	white-space: nowrap;
	width: 80%;
}

.one-list-message .message-date {
	overflow: hidden;
	white-space: nowrap;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	right: 10px;
	font-weight: bold;
	background: #D8D8D8;
	padding: 0;
	width: 50px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #000;
}

.form-control {
	height: 35px;
	padding: 2px 12px;
}

.form-inline .form-control {
	height: 34px;
	background: #fff;
	border: 1px solid #dfe3e8;
}

.input-lg {
	height: 39px;
}

.input-sm {
	height: 18px;
}

.bg-default {
	background: #D8D8D8 !important;
}

.bg-primary {
	background: #6AA6D6 !important;
	color: #f8f8f8 !important;
}

.bg-success {
	background: #63CC9E !important;
	color: #f8f8f8 !important;
}

.bg-info {
	background: #7BC5D3 !important;
	color: #f8f8f8 !important;
}

.bg-warning {
	background: #DFD271 !important;
	color: #f8f8f8 !important;
}

.bg-danger {
	background: #D15E5E !important;
	color: #f8f8f8 !important;
}

.txt-default {
	color: #D8D8D8 !important;
}

.txt-primary {
	color: #6AA6D6 !important;
}

.txt-success,
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
	color: #63CC9E !important;
}

.txt-info {
	color: #7BC5D3 !important;
}

.txt-warning,
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
	color: #DFD271 !important;
}

.txt-danger,
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: #D15E5E !important;
}

.has-success .form-control {
	border-color: #63CC9E;
}

.has-warning .form-control {
	border-color: #DFD271;
}

.has-error .form-control {
	border-color: #D15E5E;
}

.has-success .form-control:focus {
	border-color: #63CC9E;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #63CC9E;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #63CC9E;
}

.has-warning .form-control:focus {
	border-color: #DFD271;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DFD271;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #DFD271;
}

.has-error .form-control:focus {
	border-color: #D15E5E;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #D15E5E;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #D15E5E;
}

.select2-container-multi .select2-choices {
	min-height: 26px;
	display: block;
	height: 26px;
	padding: 0 0 0 8px;
	overflow: hidden;
	position: relative;
	border: 1px solid #aaa;
	white-space: nowrap;
	line-height: 26px;
	color: #444;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
	background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
	background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container-multi .select2-choices .select2-search-field input {
	padding: 0;
	margin: 0;
}

.has-feedback .form-control-feedback {
	width: 26px;
	height: 26px;
	line-height: 26px;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	min-height: inherit;
	padding-top: 0;
}

.form-horizontal .control-label {
	padding-top: 4px;
}

.input-group-addon {
	padding: 0px 6px;
}

.form-group .form-control,
.form-group .input-group {
	margin-bottom: 5px;
	height: 36px;
	background: #fff;
	border: 1px solid #dfe3e8;
}

.input-group .form-control {
	margin: 0;
}

.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year {
	width: 70px !important;
	margin: 5px !important;
	color: #525252;
	font-weight: normal;
	font-size: 14px !important;
}

.ui-datepicker table.ui-datepicker-calendar thead th {
	color: #f8f8f8;
	font-weight: normal;
	text-decoration: underline;
}

#ui-datepicker-div.ui-widget-content {
	color: #f8f8f8 !important;
}

#ui-datepicker-div {
	background: rgba(0, 0, 0, 0.7) !important;
	border: 0;
}

#ui-datepicker-div .ui-widget-header {
	background: rgba(0, 0, 0, 0.2);
	border: 0;
	border-bottom: 1px solid #686868;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #f8f8f8;
	padding: 1px 0;
}

#ui-datepicker-div.ui-widget-content {
	color: #f8f8f8 !important;
}

#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default {
	background: none;
	border: 0;
	color: #f8f8f8;
	text-align: center;
}

#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div.ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-widget-header .ui-state-hover,
#ui-datepicker-div .ui-state-focus,
#ui-datepicker-div.ui-widget-content .ui-state-focus,
#ui-datepicker-div .ui-widget-header .ui-state-focus,
#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div.ui-widget-content .ui-state-highlight,
#ui-datepicker-div .ui-widget-header .ui-state-highlight {
	background: rgba(0, 0, 0, 0.3) !important;
	border: 0;
	top: 2px;
}

#ui-datepicker-div .ui-datepicker-group {
	border-left: 1px solid #686868;
}

#ui-datepicker-div .ui-datepicker-group:first-child {
	border-left: 0;
}

#ui-datepicker-div .ui-datepicker-buttonpane {
	margin: 0;
}

#ui-datepicker-div .ui-datepicker-group table {
	margin: 0 auto !important;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px !important;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px !important;
	cursor: pointer;
}

.ui-icon-circle-triangle-w {
	background: url(../img/ui-left.png) 0 0 no-repeat !important;
}

.ui-icon-circle-triangle-e {
	background: url(../img/ui-right.png) 0 0 no-repeat !important;
}

.ui-icon-circle-arrow-s {
	background: url(../img/ui-accordion-down.png) 0 0 no-repeat !important;
}

.ui-icon-circle-arrow-e {
	background: url(../img/ui-accordion-right.png) 0 0 no-repeat !important;
}

#ui-datepicker-div .ui-slider-horizontal {
	background: rgba(0, 0, 0, 0.5);
	height: 4px;
	border: 0;
}

#ui-datepicker-div .ui-slider-horizontal .ui-slider-handle {
	background: #D8D8D8 !important;
	border: 1px solid #f8f8f8;
	height: 8px;
	width: 8px;
	top: -2px;
	margin-left: -4px;
	outline: none;
	cursor: pointer;
}

.ui-spinner-input {
	margin: 0;
}

.ui-spinner .form-control {
	margin-bottom: 0;
}

#tabs.ui-widget-content,
#tabs .ui-widget-header {
	border: 0;
	background: none;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#tabs .ui-widget-header {
	border-bottom: 1px solid #d8d8d8;
}

#tabs .ui-state-default,
#tabs.ui-widget-content .ui-state-default,
#tabs .ui-widget-header .ui-state-default {
	border: 0;
	margin: 0 0 -1px 0;
	background: none !important;
}

#tabs .ui-state-active,
#tabs.ui-widget-content .ui-state-active,
#tabs .ui-widget-header .ui-state-active {
	background: none !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: pointer;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin: 0;
	padding: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 5px 15px;
	outline: none !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	background: #fcfcfc;
	border: 1px solid #d8d8d8;
	/* border-bottom: 0; */
}

.ui-tabs .ui-tabs-nav {
	padding: 0;
}

.ui-tabs .ui-tabs-panel {
	padding: 1em 0;
}

.ui-widget {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.jqstooltip {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 0 !important;
	text-align: center !important;
	margin: 0px !important;
	width: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0px;
}

.ui-accordion .ui-accordion-header {
	padding: 6px 12px;
	margin: 0;
	top: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.ui-accordion .ui-accordion-icons {
	padding-left: 28px;
}

.ui-accordion-header.ui-state-default {
	background: #f5f5f5 !important;
	border: 1px solid #fcfcfc;
	border-left: 0;
	border-right: 0;
}

.ui-accordion-header.ui-state-hover,
.ui-accordion-header.ui-state-focus {
	background: #ebebeb !important;
}

.ui-accordion-header.ui-state-active {
	background: #d8d8d8 !important;
}

.ui-accordion .ui-accordion-content {
	padding: 10px 12px;
	background: none;
	border: 1px solid #d8d8d8;
	border-top: 0;
	border-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#simple_gallery {
	text-align: center;
}

#simple_gallery a.fancybox {
	display: inline-block;
	padding: 5px;
}

#simple_gallery a.fancybox img {
	width: 100%;
	padding: 2px;
	border: 1px solid #979797;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#simple_gallery a.fancybox img:hover {
	box-shadow: 0 0 10px #C7C7C7;
}

.justifiedGallery {
	overflow: hidden;
	width: 100%;
}

.jg-row {
	position: relative;
	white-space: nowrap;
}

.justifiedGallery .jg-image {
	position: absolute;
	display: inline-block;
	vertical-align: top;
	margin-left: 0;
}

.justifiedGallery .jg-image a {
	text-decoration: none;
}

.justifiedGallery .jg-image img {
	border: none;
}

.justifiedGallery .jg-image-label {
	white-space: normal;
	font: normal 12px arial;
	background: #000;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	padding: 5px 5px 10px 8px;
	text-align: left;
	opacity: 0;
}

.ex-tooltip {
	position: absolute;
	display: none;
	z-index: 2000;
}

.morris-hover {
	position: absolute;
	z-index: 1000;
}

.morris-hover.morris-default-style,
.ex-tooltip {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 20px;
	color: #525252;
	background: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
	font-weight: bold;
	margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
	white-space: nowrap;
	margin: 0.1em 0;
}

#dashboard-header {
	margin-bottom: 20px;
}

#dashboard_links {
	padding: 0;
}

#dashboard_links .nav {
	background: #3575A0 url(../img/devoops_pattern_b10.png) 0 0 repeat;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	overflow: hidden;
}

#dashboard_links .nav-stacked>li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
	padding: 0;
	margin: 0;
}

#dashboard_links .nav-pills>li>a {
	color: #f8f8f8;
	display: block;
	padding: 20px 10px 20px 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none;
}

#dashboard_links .nav-pills>li.active {
	border-top-color: rgba(0, 0, 0, 0.11);
	position: relative;
	margin: 0;
}

#dashboard_links .nav-pills>li.active>a,
#dashboard_links .nav-pills>li.active>a:hover,
#dashboard_links .nav-pills>li.active>a:focus,
#dashboard_links .nav>li>a:hover,
#dashboard_links .nav>li>a:focus {
	background: rgba(0, 0, 0, 0.1);
}

#dashboard_links .nav-pills>li.active>a:before {
	font-family: FontAwesome;
	content: "\f0da";
	position: absolute;
	left: -2px;
	font-size: 30px;
	color: #f8f8f8;
}

#dashboard_tabs {
	background: #f8f8f8;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

#dashboard-overview {
	padding-bottom: 15px;
}

.sparkline-dashboard {
	float: left;
	margin-right: 10px;
	text-align: center;
}

.sparkline-dashboard-info {
	float: left;
	display: block;
	text-align: center;
}

.sparkline-dashboard-info span {
	display: block;
	font-weight: bold;
	color: #b25050;
}

#ow-marketplace {
	margin-top: 20px;
}

.ow-server {
	padding-top: 8px;
	padding-bottom: 25px;
}

.ow-server:hover {
	background: #e7e7e7;
}

.ow-server .page-header {
	padding-bottom: 3px;
}

.ow-server h4 i {
	position: absolute;
	left: 15px;
}

.ow-server small {
	position: absolute;
	right: 15px;
	top: 51px;
}

.ow-server-bottom {
	margin-top: 25px;
}

.ow-server-bottom .knob-slider {
	font-size: 11px;
}

#ow-server-footer {
	overflow: hidden;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.ow-settings {
	position: absolute;
	top: 7px;
	left: 40px;
	display: none;
}

.ow-settings a {
	color: #525252;
}

.ow-server:hover .ow-settings {
	display: block;
}

#ow-server-footer a {
	display: block;
	padding: 10px 0;
	border-left: 1px solid #f8f8f8;
	text-decoration: none;
}

#ow-server-footer a:first-child {
	border-left: 0;
}

#ow-server-footer span {
	display: block;
}

.m-table>thead>tr>th,
.m-table>tbody>tr>th,
.m-table>tfoot>tr>th,
.m-table>thead>tr>td,
.m-table>tbody>tr>td,
.m-table>tfoot>tr>td {
	vertical-align: middle;
	padding: 2px 5px;
}

.m-ticker span {
	display: block;
	font-size: 0.8em;
	line-height: 1em;
}

.m-price {
	text-align: right;
}

.m-change .fa-angle-up {
	color: #54ae86;
	font-weight: bold;
}

.m-change .fa-angle-down {
	color: #b25050;
	font-weight: bold;
}

#ow-summary {
	font-size: 12px;
}

#ow-summary b {
	float: right;
	padding: 1px 4px;
	margin: 1px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#ow-donut {
	margin: 0 0 20px;
}

#ow-donut>div {
	padding: 0;
}

#ow-activity .row {
	margin: 0 0 0 -15px;
	font-size: 13px;
}

#ow-setting {
	border: 1px solid #C7C7C7;
	padding: 0;
	position: absolute;
	width: 158px;
	height: 28px;
	top: 1px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	opacity: 0;
	right: -200px;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

#ow-marketplace:hover #ow-setting {
	opacity: 1;
	right: 15px;
}

#ow-setting a {
	text-align: center;
	float: left;
	margin-left: 10px;
	color: #d8d8d8;
	font-size: 16px;
	display: block;
	line-height: 28px;
	width: 20px;
	height: 26px;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

#ow-setting a:hover {
	font-size: 16px;
	color: #222;
	line-height: 24px;
}

#ow-licenced {
	margin: 20px 0;
}

#ow-licenced .row {
	margin: 0;
}

#ow-stat .row {
	margin: 0;
}

#dashboard-clients .one-list-message {
	background: none;
	padding: 10px 15px;
}

#dashboard-clients .one-list-message:last-child {
	border-bottom: 0;
}

#dashboard-clients .one-list-message .message-date {
	position: relative;
	width: auto;
	right: auto;
	left: 15px;
	padding: 0 15px;
}

.btn+.dropdown-menu {
	margin-top: -10px;
	background: rgba(0, 0, 0, 0.7) !important;
	padding: 0;
	border: 0;
	right: 0;
	left: auto;
	min-width: 100%;
}

.btn+.dropdown-menu>li>a {
	padding: 5px 10px !important;
	color: #f0f0f0;
}

.v-txt {
	position: absolute;
	top: 60px;
	left: -20px;
	color: #d8d8d8;
	font-size: 18px;
	box-shadow: 0 0 10px #d8d8d8;
	padding: 0px 5px;
}

.full-calendar {
	padding: 25px 0;
	background: #FCFCFC;
}

.external-event {
	padding: 2px 6px;
	margin: 4px 0;
	background: #f5f5f5;
}

.external-event:hover {
	cursor: move;
	background: #6AA6D6;
	color: #f8f8f8;
}

#add-new-event {
	background: #EBEBEB;
	margin-bottom: 30px;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.modal-backdrop {
	z-index: 2000;
}

.modal {
	z-index: 2001;
}

.fc-event {
	border: 1px solid #6AA6D6;
	background-color: #6AA6D6;
}

.qq-upload-drop-area {
	position: absolute;
	background: #fcfcfc;
	width: 100%;
	height: 100%;
}

.qq-upload-button {
	float: right;
	margin: 20px 15px 0 0;
}

.qq-upload-list {
	position: relative;
	z-index: 3;
	margin: 60px 15px 0;
	padding: 0;
	list-style: none;
}

.qq-upload-list li {
	position: relative;
	display: inline-block;
	padding: 15px;
	margin: 15px;
	border: 1px solid #E6E6E6;
	text-align: center;
	font-size: 12px;
	background: rgba(245, 245, 245, 0.9);
}

.qq-upload-settings {
	opacity: 0;
	visibility: hidden;
	bottom: 0;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 7px 0;
	background: #FFF;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.qq-upload-list li:hover .qq-upload-settings {
	opacity: 1;
	visibility: visible;
}

.qq-upload-list li img {
	border: 1px solid #b4b4b4;
	margin-bottom: 5px;
}

.qq-upload-filename {
	display: block;
	overflow: hidden;
}

.qq-upload-file,
.qq-upload-size,
.qq-upload-status-text {
	display: block;
}

.qq-dropped-zone {
	position: absolute;
	top: 5%;
	left: 50%;
	margin-left: -71px;
	text-align: center;
	font-weight: bold;
}

.qq-dropped-zone i {
	font-size: 5em;
	display: block;
	color: #f5f5f5;
	text-shadow: 0 -1px 1px #d8d8d8;
}

#page-500 h1,
.page-404 h1 {
	font-size: 5em;
}

.page-404 .form-inline {
	margin: 40px auto;
	width: 60%;
	padding: 15px;
	background: #FAFAFA;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.page-404 .input-group-btn:last-child>.btn,
.page-404 .input-group-btn:last-child>.btn-group {
	margin-left: -1px;
	margin-bottom: 0;
	height: 39px;
}

#page-500 h3,
.page-404 h3 {
	margin: 5px 0 20px;
}

.preloader {
	position: absolute;
	padding-top: 15%;
	width: 100%;
	height: 100%;
	left: 0;
	background: #ebebeb;
	z-index: 2000;
	text-align: center;
}

.preloader img {
	text-align: center;
	margin: auto;
	width: 120px;
}

.devoops-getdata {
	position: absolute;
	top: 25px;
	left: 15px;
	color: #ebebeb;
}

.login-wrapper {
	background-image: url('../img/login-background.png');
	background-size: cover;
	min-height: 100vh;
}

.login-content:after {
	content: "";
	position: absolute;
	right: -76px;
	top: -65px;
	z-index: -1;
	height: 250px;
	width: 250px;
	background-image: url('../img/dots.svg');
	background-repeat: no-repeat;
}

.login-content:before {
	content: "";
	position: absolute;
	left: -70px;
	bottom: -60px;
	z-index: -1;
	height: 250px;
	width: 250px;
	background-image: url('../img/dots.svg');
	background-repeat: no-repeat;
}

#page-500 {
	background: #ebebeb;
}

#page-500 img {
	display: block;
	margin: 30px auto;
}

#page-login .logo {
	position: absolute;
}

#page-login h3 {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 18px;
	border-bottom: 0;
}

#page-login .text-right {
	margin-top: 0px;
}

#page-login .box {
	/* max-width: 420px; */
	max-width: 470px;
	margin: 0 auto;
}

.one-result {
	margin-top: 20px;
}

.one-result p {
	margin: 0;
}

.large {
	font-size: 1.25em;
}

.nav-search>li.active>a {
	background: #F0F0F0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #525252;
	border-bottom: 1px solid #CECECE;
	font-weight: bold;
}

.page-feed .avatar {
	width: 60px;
	float: left;
	margin: 10px 15px;
	text-align: center;
	overflow: hidden;
}

.page-feed .avatar img {
	width: 60px;
	height: 60px;
	border: 1px solid #F8F8F8;
}

.page-feed-content {
	position: relative;
	padding: 3px 15px 5px;
	background: #FCFCFC;
	margin-left: 90px;
	min-height: 80px;
}

.page-feed-content small.time {
	font-style: italic;
}

.page-feed .page-feed-content:before {
	font-family: FontAwesome;
	content: "\f0d9";
	position: absolute;
	left: -10px;
	top: 15px;
	font-size: 30px;
	color: #fcfcfc;
}

.likebox {
	overflow: hidden;
}

.likebox .navbar-nav {
	margin: 0;
}

.likebox .navbar-nav li {
	margin-right: 15px;
	float: left;
}

.likebox .fa-thumbs-up {
	color: #6AA6D6;
}

.likebox .fa-thumbs-down {
	color: #D15E5E;
}

#modalbox {
	display: none;
	position: fixed;
	overflow: auto;
	overflow-x: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5000;
	background: rgba(0, 0, 0, 0.8);
}

#modalbox .devoops-modal {
	position: absolute;
	top: 90px;
	margin-left: -300px;
	left: 50%;
	border: 1px solid #f8f8f8;
	box-shadow: 0 0 20px #6AA6D6;
	background: transparent;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 600px;
	z-index: 6000;
}

#modalbox .devoops-modal-header {
	color: #363636;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	background: #f5f5f5;
	border-bottom: 1px solid #E4E4E4;
	height: 28px;
}

#modalbox .devoops-modal-inner {
	position: relative;
	overflow: hidden;
	padding: 15px;
	background: #FCFCFC;
}

#modalbox .devoops-modal-bottom {
	position: relative;
	overflow: hidden;
	padding: 15px;
	background: #d8d8d8;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 4px 10px;
	margin-left: -1px;
	line-height: 1.428571429;
	color: #969696;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #efefef;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #8A8A8A;
	background-color: #eee;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #979797;
	cursor: not-allowed;
	background-color: #ffffff;
	border-color: #efefef;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #e51646;
	border-color: #e51646;
}

.fancybox-nav {
	position: fixed;
	width: 50%;
}

.fancybox-close {
	position: fixed;
	top: 20px;
	right: 36px;
	background: url(../img/times.png) 0 0 no-repeat;
}

.fancybox-prev span {
	left: 21px;
	background: url(../img/chevron-left.png) 0 0 no-repeat;
}

.fancybox-next span {
	right: 36px;
	background: url(../img/chevron-right.png) 0 0 no-repeat;
}

#social a {
	margin: 10px 3px;
	color: #666;
	display: block;
	float: left;
}

#event_delete {
	margin-left: 20px;
}

.astric {
	color: red;
}

.radio label,
.checkbox label,
.radio-inline label,
.checkbox-inline label {
	padding-left: 0;
}

#menuItemsContainer .menu_item_group .drag_handle,
#menuItemsContainer .menu_item_group .remove_field_group {
	line-height: 80px;
	font-size: 20px;
	text-decoration: none;
}

#menuItemsContainer .menu_item_group:first-child .remove_field_group {
	display: none;
}

.gallery_img {
	float: left;
	margin: 10px 5px;
	text-align: center;
}

.gallery_container {
	width: 100%;
	float: left;
	padding: 0;
	list-style-type: none;
}

@media (min-width: 768px) {
	#sidebar-left.col-sm-2 {
		opacity: 1;
		width: 12%;
		padding: 0 0px;
	}

	.sidebar-show #sidebar-left.col-sm-2 {
		opacity: 0;
		width: 0;
		padding: 0;
	}

	.sidebar-show #content.col-sm-10 {
		opacity: 1;
		width: 100%;
	}

	.page-404 .form-inline {
		width: 60%;
	}
}

@media (min-width: 992px) {

	.nav.main-menu>li>a,
	.nav.msg-menu>li>a {
		text-align: left;
	}

	.nav.main-menu>li>a>i,
	.nav.msg-menu>li>a>i {
		font-size: 18px;
		width: 40px;
		display: inline-block;
	}

	.main-menu .dropdown-menu {
		position: relative;
		z-index: inherit;
		left: 0;
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background: #e6e6e69e;
		visibility: visible;
	}

	.main-menu .dropdown-menu>li>a {
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}

	.page-404 .form-inline {
		width: 40%;
	}
}

@media (max-width: 767px) {
	#main {
		margin-top: 100px;
	}

	#messages-menu {
		top: 140px;
	}

	.page-404 .form-inline {
		width: 100%;
	}

	#dashboard_links .nav {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}

	#dashboard_links .nav-stacked>li {
		float: left;
	}

	#dashboard_links .nav-pills>li>a {
		padding: 15px;
	}

	#dashboard_links .nav-pills>li.active>a:before {
		bottom: 0;
		left: 50%;
		margin-left: -9px;
	}
	
	.sms_log_ID_head {
		width: 6% !important;
	}

	.edit_payment_modal_dialog {
		margin: 46px !important;
		width: 75vw !important;
	}

	#recurring-summary {
		width: calc(100% - 10vw) !important;
	}
}

@media (max-width: 620px) {
	.user-mini {
		display: none;
	}
}

@media (max-width: 400px) {
	.panel-menu a.account {
		padding: 5px 0px 5px 0;
	}

	.avatar {
		margin: 0;
	}

	.panel-menu i.pull-right {
		margin-left: 0;
	}

	.nav .open>a,
	.nav .open>a:hover,
	.nav .open>a:focus {
		background: none;
	}

	#dashboard_links .nav-stacked>li {
		float: none;
	}

	#dashboard_links .nav-pills>li.active>a:before {
		display: none;
	}
}

label.error {
	font-weight: normal;
	color: #d30000;
}

.pageTitle {
	padding: 10px;
	margin-bottom: 20px;
	line-height: 40px;
	background: #525252;
	background: #5a8db6 url(../img/devoops_pattern_b10.png) 0 0 repeat;
	box-shadow: 0px 0px 3px #000;
	color: #FFF;
}

.pageTitle h3 {
	font-size: 17px;
}

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black {
	color: #f9f9f9 !important;
}

.bg-gray {
	background-color: #eaeaec !important;
}

.bg-black {
	background-color: #222222 !important;
}

.bg-red {
	background-color: #f56954 !important;
}

.bg-yellow {
	background-color: #f39c12 !important;
}

.bg-aqua {
	background-color: #00c0ef !important;
}

.bg-blue {
	background-color: #0073b7 !important;
}

.bg-light-blue {
	background-color: #3c8dbc !important;
}

.bg-green {
	background-color: #00a65a !important;
}

.bg-navy {
	background-color: #001f3f !important;
}

.bg-teal {
	background-color: #39cccc !important;
}

.bg-olive {
	background-color: #3d9970 !important;
}

.bg-lime {
	background-color: #01ff70 !important;
}

.bg-orange {
	background-color: #ff851b !important;
}

.bg-fuchsia {
	background-color: #f012be !important;
}

.bg-purple {
	background-color: #932ab6 !important;
}

.bg-maroon {
	background-color: #85144b !important;
}

.bg-white{
	background-color: #fff !important;
}

.small-box {
	position: relative;
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
	padding: 20px;
	box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.13);
}

.small-box>.inner {
	padding: 10px 0px 70px 10px;
}

.small-box>.small-box-footer {
	position: relative;
	text-align: center;
	padding: 8px 0;
	color: #fff;
	color: rgb(255, 255, 255);
	display: block;
	z-index: 10;
	background: #e51646;
	text-decoration: none;
	border-radius: 5px;
	width: 110px;
	transition: 0.3s all;
}

.small-box>.small-box-footer:hover {
	color: #fff;
	background: #e51646;
}

.small-box h3 {
	font-size: 38px;
	font-weight: bold;
	margin: 0 0 10px 0;
	white-space: nowrap;
	padding: 0;
	color: #36373a;
}

.small-box p {
	font-size: 15px;
}

.small-box p>small {
	display: block;
	color: #f9f9f9;
	font-size: 13px;
	margin-top: 5px;
}

.small-box h3,
.small-box p {
	z-index: 5px;
}

.small-box .icon {
	position: absolute;
	top: auto;
	bottom: 0px;
	right: 0px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	z-index: 0;
	font-size: 40px;
	color: #20ab03;
	background: #ddfbd6;
	padding: 10px 30px;
}

.small-box:hover {
	text-decoration: none;
	color: #f9f9f9;
}

@keyframes tansformAnimation {
	from {
		font-size: 90px;
	}

	to {
		font-size: 100px;
	}
}

@-webkit-keyframes tansformAnimation {
	from {
		font-size: 90px;
	}

	to {
		font-size: 100px;
	}
}

@media screen and (max-width: 768px) {
	.dataTables_info {
		text-align: center;
	}

	.dataTables_paginate {
		text-align: center;
	}

	.btnContainer {
		text-align: center;
	}

	.sidebar-show .task_counter {
		font-size: 11px !important;
		top: -26px !important;
		right: -10px !important;
	}
}

@media screen and (max-width: 480px) {
	.small-box p {
		font-size: 12px;
	}

	.sidebar-show #sidebar-left ul.nav.main-menu li {
		display: grid !important;
	}

	.user_manage_tbl ul.dtr-details {
		width: 100% !important;
	}
	
	.user_manage_tbl .dtr-data a {
		margin-bottom: 5px;
	}

	#payment_history_modal .payment_history_row_id {
		display: block !important;
	}

	#walletTxnModal .modal-dialog {
		width: 94vw !important;
	}

	#payment_history_modal div.modal-dialog {
		width: 95% !important;
	}

	.modal {
		overflow-y: unset !important;
		overflow: hidden !important;
	}

	.user_name_tbl_data {
		width: 100%;
		max-width: 170px !important;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: inline-block;
	}

	.bulk_mail_filters_options {
		display: flex;
		flex-direction: column;
	}

	.bulk_mail_filters_options .settled_charge_filter {
		margin-left: 0;
	}
}

span.requiredFieldMark {
	color: #F00;
	font-size: 16px;
}

.lblStatus {
	display: inline !important;
	padding: 3px 4px;
	border-radius: 3px;
}

.hidden_element {
	display: none !important;
	visibility: none !important;
	opacity: 0 !important;
}

.box-content form img {
	border-radius: 5px;
	/* box-shadow: 0 0 3px #777; */
}

.box-content form .loader img {
	border-radius: 0;
	box-shadow: none;
}

.dataTables_wrapper .dataTables_processing {
	position: absolute !important;
	top: 0;
	right: 0 !important;
	bottom: 0 !important;
	margin-left: 0 !important;
	left: 0 !important;
	margin-top: 15px !important;
	background: rgba(255, 255, 255, 0.68);
	z-index: 3;
}

.dataTables_wrapper .dataTables_processing .preloader {
	display: block !important;
	top: 50%;
	padding-top: 0;
	margin-top: -60px;
	background: none;
}

.bubblingG {
	text-align: center;
	width: 200px;
	height: 125px;
	margin: auto;
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin: 63px auto;
	background: rgb(71, 119, 158);
	border-radius: 125px;
	-o-border-radius: 125px;
	-ms-border-radius: 125px;
	-webkit-border-radius: 125px;
	-moz-border-radius: 125px;
	animation: bubblingG 0.515s infinite alternate;
	-o-animation: bubblingG 0.515s infinite alternate;
	-ms-animation: bubblingG 0.515s infinite alternate;
	-webkit-animation: bubblingG 0.515s infinite alternate;
	-moz-animation: bubblingG 0.515s infinite alternate;
}

#bubblingG_1 {
	animation-delay: 0s;
	-o-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
}

#bubblingG_2 {
	animation-delay: 0.1595s;
	-o-animation-delay: 0.1595s;
	-ms-animation-delay: 0.1595s;
	-webkit-animation-delay: 0.1595s;
	-moz-animation-delay: 0.1595s;
}

#bubblingG_3 {
	animation-delay: 0.309s;
	-o-animation-delay: 0.309s;
	-ms-animation-delay: 0.309s;
	-webkit-animation-delay: 0.309s;
	-moz-animation-delay: 0.309s;
}

@keyframes bubblingG {
	0% {
		width: 25px;
		height: 25px;
		background-color: rgb(101, 149, 188);
		transform: translateY(0);
	}

	100% {
		width: 60px;
		height: 60px;
		background-color: rgb(235, 235, 235);
		transform: translateY(-53px);
	}
}

@-o-keyframes bubblingG {
	0% {
		width: 25px;
		height: 25px;
		background-color: rgb(101, 149, 188);
		-o-transform: translateY(0);
	}

	100% {
		width: 60px;
		height: 60px;
		background-color: rgb(235, 235, 235);
		-o-transform: translateY(-53px);
	}
}

@-ms-keyframes bubblingG {
	0% {
		width: 25px;
		height: 25px;
		background-color: rgb(101, 149, 188);
		-ms-transform: translateY(0);
	}

	100% {
		width: 60px;
		height: 60px;
		background-color: rgb(235, 235, 235);
		-ms-transform: translateY(-53px);
	}
}

@-webkit-keyframes bubblingG {
	0% {
		width: 25px;
		height: 25px;
		background-color: rgb(101, 149, 188);
		-webkit-transform: translateY(0);
	}

	100% {
		width: 60px;
		height: 60px;
		background-color: rgb(235, 235, 235);
		-webkit-transform: translateY(-53px);
	}
}

@-moz-keyframes bubblingG {
	0% {
		width: 25px;
		height: 25px;
		background-color: rgb(101, 149, 188);
		-moz-transform: translateY(0);
	}

	100% {
		width: 60px;
		height: 60px;
		background-color: rgb(235, 235, 235);
		-moz-transform: translateY(-53px);
	}
}

#tab-section.tab-content {
	margin: 20px;
}

.nav-tabs {
	margin-left: 70px;
	margin-right: 70px;
}

.form-group textarea.form-control {
	height: auto;
	padding: 10px 15px;
}

.date_picker:read-only:not(:disabled) {
	cursor: context-menu;
}

.nav.nav-tabs li:not(.active) a {
	color: #e51646 !important;
}

#host {
	text-transform: capitalize;
}

.float-right {
	float: right !important;
}

input[type="file"] {
	padding-top: 7px;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 2rem !important;
}

.mt-6 {
	margin-top: 2.5rem !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.select2-container .select2-choice .select2-arrow {
	border-left: none;
	background-image: unset;
	background: unset;
}

.select2-container .select2-choice {
	background-image: unset;
	background-color: unset;
	border: none;
	padding-top: 2px;
}

.select2-drop-active {
	border: 1px solid #a6a6a6;
	border: none;
}

.select2-dropdown-open .select2-choice,
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	box-shadow: none;
}

.select2-container.select2-drop-above .select2-choice {
	background-image: unset;
	background: unset;
	border: none;
	box-shadow: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
	border: none;
}

.row.error_list.transaction {
	display: grid;
	margin-left: 10px;
}

.select2-arrow {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs, 1));
	width: 22px;
	height: 22px;
	border: 2px solid transparent;
	border-radius: 100px
}

.select2-arrow::after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 8px;
	height: 8px;
	border-bottom: 3px solid;
	border-right: 3px solid;
	transform: rotate(45deg);
	left: 4px;
	top: 6px
}

.select2-arrow b {
	background: unset !important;
}

.btn-primary {
	box-shadow: none !important;
}

.small-box .icon {
	color: #e51646;
	background-color: rgba(229, 22, 70, .1);
}

.user_card_edit_section {
	padding: 30px 0;
	border: 1px solid;
	border-radius: 4px;
	border-color: #ddd;
}

.user_card i.fa-credit-card {
	font-size: 25px;
	color: #404040;
}

.user_card_add_section.show,
.user_card_edit_section.show {
	display: block;
}

.user_card_add_section.hide,
.user_card_edit_section.hide {
	display: none;
}

.table-bordered>tbody>tr>td {
	padding: 5px !important;
}

.dataTables_wrapper .box-content {
	padding: 10px 0;
}

.dataTables_wrapper .box-content>div {
	padding: 0;
}

.full-width-datatable .dataTables_scroll,
.full-width-datatable .dataTables_scroll .dataTables_scrollHeadInner,
.full-width-datatable .dataTables_scroll .dataTables_scrollHeadInner>table,
.full-width-datatable .dataTables_scroll .dataTables_scrollBody>table,
.full-width-datatable.table-responsive .table-bordered.table-striped {
	width: 100% !important;
}

.btn-square {
	border-radius: 6px !important;
}

.charge_detail_section {
	display: none;
}

.dataTables_scrollFootInner table tfoot th {
	padding: 8.5px;
}

form .btn,
.btnContainer .btn {
	box-shadow: none !important;
	padding: 6px 18px 4px 18px;
}

.btnContainer .btn-primary {
	padding: 6px 18px 6px 18px;
}

form .btn-label-left span {
	padding: 7px 7px 7px 0;
}

.form-control[readonly] {
	cursor: not-allowed !important;
}
.mce-tinymce [readonly] {
	cursor: not-allowed !important;
	opacity:0.5 !important;
}


.custom-table thead th {
	text-align: left !important;
}

.table-datatable thead th:last-child {
	min-width: 60px !important;
}

#datatable-1_wrapper .box-content {
	box-shadow: none;
}

.icon-btn {
	border-radius: 5px !important;
	padding: 0 !important;
	margin: 0;
	width: 30px;
	height: auto;
	font-size: 13px !important;
}

.icon-btn span {
	left: 4px !important;
}

.btnContainer .btn-label-left span {
	left: -3px;
	top: 0;
}

.custom-table .table-heading thead tr {
	background-image: none;
}

.custom-table .table-striped>tbody>tr {
	cursor: pointer;
}

.custom-table .table-striped>tbody>tr:nth-child(even):hover td {
	background-color: #fff !important;
}

.custom-table .table-striped>tbody>tr:nth-child(odd)>td {
	background-color: #f3f6f9;
}

.phone_wrapper .iti {
	display: block !important;
}

.transaction-form [class*="col-"] {
	padding: 0 5px;
}

.transaction-form label {
	font-size: 12px;
	letter-spacing: 0.5px;
}

#content.col-xs-12.col-sm-10 {
	width: 88%;
}

.sidebar-show #content.col-sm-10 {
	opacity: 1;
	width: 100%;
}

.form-group textarea.form-control.no-resize {
	resize: vertical;
	padding: 8px 12px;
}

.btn-small,
.bulk-charge-add-more .custom-btn-sm {
	padding: 0 5px !important;
	font-size: 12px !important;
}

.btn-small span {
	left: 3px;
}

.btn-remove_field {
	font-size: 18px;
}

.bulk-charge-row .btn-add_field {
	display: none;
}

.bulk-charge-row:last-child .btn-add_field {
	display: inline-block;
}

#page-login .form-group .form-control {
	background: #fff;
	border: 1px solid #ccc;
}

#page-login .show-password {
	font-size: 18px;
	position: absolute;
	top: 29px;
	right: 15px;
	cursor: pointer;
}

a:hover,
a:focus {
	color: #bf173e;
	text-decoration: none;
}

.table>thead>tr>th {
	border-bottom: 0;
}

#datatable-1_wrapper tbody tr:hover {
	box-shadow: 2px 2px 6px 0 rgb(60 64 67 / 30%);
}

table {
	border-collapse: separate;
	border-spacing: 0 4px;
}

.btn-default {
	background: #fff;
	padding: 9px;
	color: #e51646;
	border: 1px solid #d4d4d4;
}

.btn-danger {
	border: 1px solid #e51646;
	color: #e51646;
	background: #fff;
}

.btn-default:hover {
	background: #fff;
	color: #e51646;
	border-color: #989898;
}

.btn-success {
	color: #2dba67;
	border: 1px solid #2dba67;
	background-color: rgba(45, 186, 103, .1);
}

.btn-success:hover {
	color: #28a45c;
	border-color: #28a45c;
	background-color: rgba(45, 186, 103, .1);
}

.btn-warning {
	background: rgba(239, 188, 35, .1);
	border: 1px solid #efbc23;
	color: #efbc23;
}

a.btn-danger {
	background-color: rgba(229, 22, 70, .1);
}

#main {
	overflow: unset;
	min-height: calc(100vh - 51px) !important;
}

#sidebar-left {
	position: sticky;
	top: 0;
}

#content,
#sidebar-left {
	padding-bottom: unset !important;
	margin-bottom: unset !important;
}

#ajax-content {
	min-height: 750px;
	height: calc(100vh - 100px);
}

#main>div.row,
#sidebar-left,
.main-menu .dropdown-menu {
	background: #271b3b !important;
}

.nav.main-menu .ajax-menu-link.active-parent.active {
	background: unset !important;
}

#top-panel>div {
	background: #f6f8ff !important;
}

#top-panel {
	box-shadow: 0 0 9px #b8b8b8;
}

#frmAddEditRecord .btn-default,
#frmEditAccount .btn-default,
#frmWebsiteSettings .btn-default,
form .btn-default {
	padding: 9px 25px;
}

.form-control:focus {
	box-shadow: none;
}

hr.dashed-boder {
	border-top: 3px dashed #eee;
}

.dataTables_scrollHead .table-striped.table-heading {
	margin-bottom: 0;
	border: 1px solid #f3f6f9;
	border-radius: 5px;
}

.dataTables_scrollBody .table-striped.table-heading td:last-child {
	min-width: 75px;
}

::-webkit-scrollbar {
	width: 7px;
	height: 6px;
}

::-webkit-scrollbar-thumb {
	border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #cccccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #cccccc;
}

.login-header {
	width: 100%;
	padding: 20px;
	text-align: left;
}

.login-header img {
	width: 120px;
}

.login-wrapper .privacy {
	padding: 90px 0 20px 0;
	color: #c8cfd5;
}

.login-content .page-header {
	border-bottom: unset;
	line-height: 4.625rem;
}

.login-content .form-group .control-label {
	color: #667182;
	font-size: 1.2rem;
}

.btn>span>i {
	margin-top: -2px;
}

.custom_date_filter {
	height: 35px;
	padding-left: 38px;
	text-indent: 1px;
	padding-top: 8px;
}

.custom_date_filter+img {
	position: absolute;
	width: 17px;
	top: 7px;
	left: 25px;
	cursor: pointer;
}

.calender-dropdown {
	position: absolute;
	outline: none;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	border: 1px solid #d9d9d9;
	-webkit-box-shadow: 0 0 4px #d9d9d9;
	box-shadow: 0 0 4px #d9d9d9;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	z-index: 9;
	line-height: 1.3125rem;
	overflow: visible;
	min-width: 184px !important;
	background-color: #fff;
	-webkit-transition: all .2s ease;
	-o-transition: ease .2s all;
	transition: all .2s ease;
	display: none;
}

.calender-dropdown li {
	padding: 10px 12px !important;
	cursor: pointer;
	margin: 0;
	position: relative;
	display: block;
	white-space: nowrap;
	line-height: 1.3125rem;
}

.calender-dropdown li:hover {
	background-color: #f3f6f9 !important;
}

.calender-dropdown li>i {
	font-size: 10px;
}

.cursor-pointer {
	cursor: pointer !important;
}

.drp-buttons .btn {
	font-size: 14px !important;
	padding: 7px 15px !important;
}

.daterangepicker .ranges li i.fa-chevron-right.float-right {
	font-size: 9px;
	margin-top: 3px;
}

.daterangepicker td.in-range {
	background-color: #fbe4e9 !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #E51646 !important;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
	background-color: #fff !important;
	color: #999;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
	border-color: #e2e2e2;
	border-width: 2px;
	padding: 4px;
	color: #667182;
}

.daterangepicker select.yearselect {
	width: 43%;
}

.daterangepicker td.start-date {
	border-radius: 20px 0 0 20px;
}

.daterangepicker td.end-date {
	border-radius: 0 20px 20px 0;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
	min-width: 36px;
	width: 36px;
	height: 24px;
	line-height: 20px;
}

.daterangepicker .ranges li.active {
	background-color: #f3f6f9;
	color: inherit;
}

.daterangepicker .ranges li:hover {
	background-color: #f3f6f9;
}

#date_range,
.filters {
	padding-top: 7px;
	cursor: pointer;
}

.drp-selected {
	visibility: hidden;
}

.table>thead>tr>th {
	border-color: #f3f6f9;
}

.checkbox-label {
	display: block;
	position: relative;
	padding-left: 25px !important;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 17px;
	width: 17px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #c4c4c4;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked~.checkmark {
	background-color: #e51646;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox-label input:checked~.checkmark
{
	border: unset;
}

/* Show the checkmark when checked */
.checkbox-label input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
	left: 7px;
	top: 2px;
	width: 4px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#frmLogin .checkbox-inline:first-child{
	padding-left: 0px !important;
}
.text-danger{
	color: #e51646 !important;
}
.only-icon{
	padding: 7px 12px 6px 11px;
	font-size: 16px;
}
[data-tooltip]:before {
	top: -webkit-calc(100% + 6px);
	top: calc(100% + 6px);
	bottom: auto !important;
}
[data-tooltip]:hover:after, [data-tooltip]:hover:before {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
[data-tooltip]:before {
	content: attr(data-tooltip);
	position: absolute;
	bottom: -webkit-calc(100% + 7px);
	bottom: calc(100% + 7px);
	left: auto;
	right: 0;
	width: auto;
	padding: 6px 12px;
	background-color: #0e0125;
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	line-height: 1.6rem;
	text-transform: none;
	color: #fff;
	/*-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);*/
	-webkit-border-radius: 4px;
	border-radius: 4px;
	direction: ltr;
}
[data-tooltip]:after, [data-tooltip]:before {
	z-index: 9999;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}
[data-tooltip]:after {
	position: absolute;
	bottom: -webkit-calc(100% + 2px);
	bottom: calc(100% + 2px);
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #0e0125;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}
[data-tooltip]:after {
	border-top: 0 solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #0e0125;
	border-left: 5px solid transparent;
	left: 50%;
	top: -webkit-calc(100% + 2px);
	top: calc(100% + 2px);
}
.nav.main-menu{
	margin: 0 0px 0px -15px !important;
}
/* .main-menu .dropdown-menu>li>a{
	padding-right: 5px;
	padding-left: 30px;
} */
.feedback-type{
	padding: 1px 9px;
	border-radius: 4px;
	font-size: 1.2rem;
	line-height: 1.3125rem;
}
.feedback-type--completed{
	color: #2dba67;
	border: 1px solid #2dba67;
	background-color: rgba(45,186,103,.1);
}
.feedback-type--pending{
	color: #efbc23;
	border: 1px solid #efbc23;
	background-color: rgba(239,188,35,.1);
}







@media (min-width: 75em) {
	.login-header img {
		width: 150px;
	}
}

@media (min-width: 768px) {

	.seven-cols .col-md-1,
	.seven-cols .col-sm-1,
	.seven-cols .col-lg-1 {
		width: 100%;
	}
}

@media (max-width: 768px) {
	#logo {
		width: 100%;
	}

	#logo a {
		display: flex !important;
		justify-content: center;
		align-items: center;
	}

	#top-panel {
		width: 100%;
	}

	#content.col-xs-12.col-sm-10 {
		width: 100%;
	}

	.sidebar-show #content.col-sm-10 {
		width: 88%;
	}

	#sidebar-left {
		/* position: relative; */
		top: 14rem !important;
	}

	.mobile-flex-tab{
		display: flex;
		padding-left: 0;
		margin: 0;
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: auto;
	}
	.mobile-flex-tab::-webkit-scrollbar {
		width: 4px;
		height: 2px;
	}
	.box-name{
		max-width: 70%;
	}
}

@media (min-width: 992px) {

	.seven-cols .col-md-1,
	.seven-cols .col-sm-1,
	.seven-cols .col-lg-1 {
		width: 14.285714285714285714285714285714%;
	}
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {

	.seven-cols .col-md-1,
	.seven-cols .col-sm-1,
	.seven-cols .col-lg-1 {
		width: 14.285714285714285714285714285714%;
	}
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background-color: #eee !important;
	opacity: 0.5 !important;
	cursor:not-allowed;
}
#progress-bar-striped {
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 1rem 1rem;
}
.text-right-login{
	position:relative;
	/* top:-45px; */
	text-align: right;
}
.login_forgot_links{
	display: flex;
	justify-content: space-between;
}

.m-0{
	margin: 0 !important;
}
.user_detail_wrapper .user_wrapper {
	border: 1px solid lightgray;
	padding: 15px 5px 0;
	box-shadow: 0 0 7px 0.01px inset lightpink;
}
.card-update-section .fa-edit{
	font-size: 16px;
	cursor: pointer;
	color: #242222;
}
.card-update-section .fa-trash{
	font-size: 16px;
	cursor: pointer;
	margin-left: 4px;
	color: #E51646;
}

/* Hide arrows from input type number*/
input#search_num::-webkit-outer-spin-button,
input#search_num::-webkit-inner-spin-button,
input#phone::-webkit-outer-spin-button,
input#phone::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.enable_readonly[readonly] {
	opacity: 1 !important;
	background: unset !important;
	cursor: text !important;
}


/*** Kiyara's Dashboard UI updates [17-06-2023] ***/
#logo {
	max-height: 50px;
	font-size: 10px;
	padding: 0 2px;
	text-align: center;
	transition: .2s;
	overflow: hidden;
}

@media(max-width:768px)and (max-width:1024px) {
	.sidebar-show #sidebar-left_menu {
		overflow-x: inherit !important;
	}
}

@media(max-width:767px)and (max-width:1024px){
	#content.col-xs-12.col-sm-10, #logo, #top-panel {
		width: 100% ;
	}
	#logo.sidebar-show .txt_site_name {
		display: inline-block !important;
	}
	.sidebar-show #content.col-sm-10 {
		width: 88% !important;
	}
}
@media(max-width:767px)and (max-width:1024px){
	#logo.sidebar-show, #logo.sidebar-show+#top-panel, .page-404 .form-inline {
		width: 100%;
	}
}

@media(max-width:767px)and (max-width:1024px){
	#logo.sidebar-show, #logo.sidebar-show+#top-panel, .page-404 .form-inline {
		width: 100% !important;
	}
}

.sidebar-show #content.col-sm-10 {
	width: 88%;
}

.sidebar-show #sidebar-left ul.nav.main-menu li ul.dropdown-menu {
	left: 66px;
}
.small-box>.inner {
	padding: 10px 0px 105px 10px !important;
}

.small-box h3 {
	position:relative !important;
	top:77px !important;
}

.small-box .icon {
	top: 0px !important;
	bottom: auto !important;
	right: auto !important;
	left:0px !important;
}

.row-fluid .dashboard_menu_box{
	padding-right:30px !important;
	padding-left:30px !important;
	padding-top:20px;
}

.small-box .child_links {
	background-color:rgba(229, 22, 70, .1);
	border-bottom-left-radius:10px;
	border-top-right-radius:10px;
	overflow: hidden;
	padding:0;
}

.dashboard_menu_box .small-box {
	padding:0px !important;
	min-height: 220px;
}

.child_links .dashboard_child_link_list {
	padding: 0;
	margin: 0;
	overflow: hidden;
	list-style-type: none;

}

.dashboard_child_link_list li{
	border-bottom:1px solid #e51646;
	width:100%;
	display:flex;
	font-size:16px;
	line-height:18px;
	overflow:hidden;
}
.dashboard_child_link_list li a{
	padding:5px 10px;
	width:100%;
	display:inline-block;
}
.dashboard_child_link_list .child_list_link:last-child {
	border:none;
}
.dashboard_child_link_list li a:hover{
	background-color:rgba(229, 22, 70, .11);
	/* color:#BF1703 !important; */
	text-decoration:none;
}

@media (min-width:768px)  and (max-width:1180px){
	.dashboard_menu_box .small-box {
		min-height:325px !important;
	}

	.dashboard_menu_box .small-box .inner{
		padding:10px 0px 75px 10px !important;
	}
	
}
@media (min-width:360px) and (max-width:1180px) {
	.sidebar-show #sidebar-left ul.nav.main-menu li ul.dropdown-menu {
		left: 47px !important;
	}
}
#logo.sidebar-show .txt_site_name, #menuItemsContainer .menu_item_group:first-child .remove_field_group, #screensaver, #sidebar-left ul.nav.main-menu li a.dropdown-toggle::after, #top-panel ul.panel-menu li.dropdown>a::after, .bulk-charge-row .btn-add_field, .charge_detail_section, .expanded a.close-link, .no-move, .toggle-switch input, .user_card_add_section.hide, .user_card_edit_section.hide {
	display: none;
}

#logo .txt_site_name {
	font-size:25px;
	padding:0 26px 0 26px;
}

#logo.sidebar-show {
	width: 3.1%;
}
#logo.sidebar-show+#top-panel {
	width: 96.9%;
}
@media(min-width: 768px){
	.sidebar-show #sidebar-left.col-sm-2 {
		width: 3%;
		padding: 0;
		z-index: 11;
		opacity:1;
	}

	.checkbox_filter_container .checkbox_group {
		margin-right: 25px;
	}
}

.sidebar-show #content.col-sm-10 {
	opacity: 1;
	width: 97%;
}

.sidebar-show .main-menu {
	overflow-x: unset !important;
}

#canvas, #content, #search, .box, .box-header, .checkbox, .checkbox-inline, .form-check.form-check-inline, .radio, .radio-inline, .sidebar-show #sidebar-left ul.nav.main-menu>li, ul.DTTT_dropdown.dropdown-menu li {
	position: relative;
}

#sidebar-left ul.nav.main-menu li, .select2-container {
	width: 100%;
}

.sidebar-show #sidebar-left li a.child-menu-title, .sidebar-show #sidebar-left li span.menu-title {
	display: none!important;
}

#logo>a, #sidebar-left ul.nav.main-menu li a {
	text-decoration: none;
	display: block;
}

.sidebar-show #sidebar-left ul.nav.main-menu li ul.dropdown-menu {
	position: absolute;
	top: 0;
	display: none;
}
/*** Kiyara's Dashboard UI updates [17-06-2023] ***/


.cardknox-info{
	font-size: 14px;
	vertical-align: middle;
	cursor: pointer;
}

/* steeven added css */
#seatMap{
    padding: 5px;
    padding-left: 30px;
    padding-top: 0px;
    display: flex;
	max-width: 100%;
	width: fit-content;
	overflow: auto;
    border: solid 4px #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
#seatMap .seatRow {
	display: flex;
}
#seatMap .seatCol{
    height: 78px;
    width: 85px;
    background: #fff;
    display: inline-block;
    margin: 5px;
    border: solid 3px #f7f7f7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
#seatMap .seatCol:hover{
	border: solid 3px #e4e0e0;
}
#seatMap .actionRowIcon, #seatMap .actionColIcon{
	font-size: 15px;
	color: #E51646;
}
#seatMap .actionRowIcon{
	margin-left: 1px;
}
#seatMap .actionRowIconPlus{
	margin-top: 10px !important;
}
#seatMap .actionRowIconMinus{
	margin-top: 4px !important;
}
#seatMap .actionColIcon{	
	height: 20px;
	position:relative;
}
#seatMap .actionColIconPlus{	
	left: 4px !important;
	top: 2px;
}
#seatMap .actionColIconMinus{
	left: 8px !important;
	top: 2px;
}

#seatMap .no-padding{
	padding: 0px !important;
}
#seatMap .actionRow{ 
	position: absolute;
    left: 38px;
    margin-top: 6px;
}
#seatMap .actionColContainer {
	/* display: block; */
	display: flex;
	justify-content: space-around;
	height: 24px;
}
#seatMap .actionCol{
	width: 73px;
	display: inline-flex;
	/* margin: 7.4px 7.5px 7.5px 7.5px; */
	height: calc(100% + 6px);
	align-items: center;
	gap: 2px;
}

#seatMap .show-seat{
	background-image: url('../img/seat.png');
	background-position: 28px 8px;
	background-repeat: no-repeat;
	background-size: 22px 21px;
}
#seatMap .seat_title {
	overflow: hidden;
	display: block;
	margin-top: 36px;
	width: 50px;
	height: 13px;
	border: none;
	border-bottom: 1px solid;
	margin-left: 7px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

#seatMap .seat_price {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 13px;
	border: none;
	outline: none;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.seat_map_title {
	width: calc(100% - 15px) !important;
}


#seatMap .seat_title:focus,#seatMap .seat_title:focus-visible{
	border: none;
	outline: none;
    border-bottom: 1px solid;
}
.pl_0{
	padding-left: 0 !important;
}
.pr_0{
	padding-right: 0 !important;
}
.text_to_label{
	height:19px !important;
	border:none !important;
	pointer-events:none !important;
	box-shadow:none !important;
}
#modal_seat_label{
	position:absolute;
	left:16px;
	font-size: 13px;
	border: 0.5px solid #a2a2a278;
	padding: 8px 15px;
	background: #a2a2a278;
	cursor: default;
	margin-top: -1px;
	color: #000;

}
#modal_seat_label img{
	height: 16px;
	width: 20px;
	margin-right: 5px;
}
#reservation_modal_title{
	font-size: 16px;
	font-weight: 700;
	color: #363636;
}
#next_reservation_detail_modal{
	padding: 8px 15px;
	margin: 0;
}
#make_reservation_modal .modal-footer{
	margin-top: 0px;
	padding: 15px;
}
#make_reservation_modal .modal-body{
	padding: 15px;
}
.reservation_page #innerMap .show-seat, #seat_map_page #innerMap .seatCol{
	cursor: pointer;
}
#make_reservation_modal .save_reservation_btn{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0px;
}
.reservation_table_external_filters{
	margin-top: 7px;
}
#innerMap label{
	-webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}
.table-responsive.custom-table .box-content{
	box-shadow: unset;
}
.ui-state-error{
	background: #E51646 !important;
}


.page-login .box .login-content .login_logo{
	text-align: center;
}

.page-login .box .login-content .login_logo .logo_img{
	height:47px;
	width:147px;
}

.login-content .sign_in_btn,.login-content .reset_btn{
	text-align: center;;
}

@media (max-width : 768px){
	footer {
		display:inline-block;
	}
}	

.iti__flag-container{
	max-height: 37px;
}

.col_number_badge{
    background: #00000030;
    color: #000;
    width: 29px;
    height: 14.1px;
    /* display: inline-block; */
	display: flex;
	justify-content: center;
	align-items: center;
    /* top: -1px; */
    left: 6px;
    padding-top: 0px;
    position: relative;
    font-size: 11px;
    text-align: center;
    font-weight: 900;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}
.row_number_badge{
	background: #00000030;
    color: #000;
    width: 29px;
    height: 14.1px;
    left: -6px;
    padding-top: 0px;
    position: relative;
    font-size: 11px;
    text-align: center;
    font-weight: 900;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.reservation_manage_page #datatable-1_processing{
	top: -36px !important;
}
.locked_map{
	pointer-events: none;
}
.toggle-lock-map-actin-inner::before{
	content:'Yes'
}
.toggle-lock-map-actin-inner::after{
	content:'No'
}

.icon-btn.btn-success {
	color: #54ae86 !important;
	background-color: #54ae8638 !important;
	border-color: rgba(0, 0, 0, 0.3) !important;
}

.tooltip{
	z-index: 9999 !important;
}

.map_design .seat_in_design{
	height: 20px !important;
	width: 20px !important;
	margin-right: 5px !important;
} 
.map_design{
	font-weight: normal !important;
} 
.map_design .list-inline{
	margin-bottom: 0px !important;
	margin-top: 5px !important;
}

.btn {
	min-height: 30px !important;
}

.or_content{
	flex-direction: column;
	display: flex;
	justify-content: center;
}

/*--------kiyara's code---------*/
 .btn_send_mail{
	margin-left:3px !important;
 }

 .btn_send_message .icon_sms_btn .fa-mobile{
	font-size:17px;
 }

 .btn+.dropdown-menu{
	background: #fff !important;
}

.btn+.dropdown-menu>li>a{
	color:#000;
}

 .multiselect-container li input{
    -moz-appearance: none;
    background-color: #f4f4f4;
    border: 1px solid #b4b4b4;
    width: 15px;
    height: 15px;
    outline: none;
    cursor: pointer;
    position: relative !important;
	margin:1px -20px 5px -20px !important;
}

 .multiselect-container li input:checked {
    background-color: #007BFF; /* You can change this color to any color you desire */
}
.multiselect-container li input:checked:after {
    content: '';
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: white;
}

.multiselect-container{
	font-size:11px !important;
	max-height:145px;
	overflow-x:hidden;
	overflow-y:auto;
}

.multiselect+.multiselect-container li a{
	padding:5px 0px !important;
}

.multiselect-container>li>a>label{
	padding:3px 6px 3px 33px !important;
}

.multiselect.dropdown-toggle{
	padding:16px 150px !important;
}

.users_multiselect_dropdown .multiselect_label{
	position: inherit;
	bottom: 5px;
}

.multiselect .caret {
	color:#525252;
}

.users_multiselect_dropdown .multiselect:hover {
	color:#525252;
	border:1px solid #d4d4d4;
}

.multiselect+.multiselect-container li a:hover{
	background: #428bca;
	color:#fff !important;
}

.btn-group .multiselect .multiselect-selected-text{
	font-size:14px;
	position:absolute;
	left:15px;
	top:8px;
}

.btn-group .multiselect .caret{
	position:absolute;
	right:10px;
	bottom:14px;
}

.multiselect+.multiselect-container>li.active>a{
	color:#000;

}

.btn-group .multiselect {
	overflow:hidden;
	white-space: nowrap;
}

.download_csv_row .download_csv_btn{
	padding-left:23px;
}
/*------------------------------*/

.datatable_row_delete_btn {
	margin-left: -1px;
}

.datatable_row_delete_btn:hover {
	/* color: #e51646 !important; */
	/* background-color: #ffc9d6 !important; */
	/* border-color: #e51646 !important; */
}

.bulk-charge-add-more-css{
	display: flex;
	justify-content: end;
	align-items: center;
	margin-top: 20px;
}

/* Card iField */
iframe.iField {
	width: 100%;
	height: 40px;
	border: none;
}

iframe.iField input {
	border: 1px solid #e5e6e9;
	border-radius: 0px;
	height: 45px;
	padding-left: 18px;
	font-size: 13px;
	background: #fff;
	width: 100%;
	display: block;
	width: 95%;
	line-height: 1.5;
	color: #495057;
}


.multiselect-filter {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}
.input-group{
    padding-left: 20px;
    width: 280px;
}


.input-group ,.input-group-addon{
	border:unset !important;
}

.input-group-addon{
	display:none;
}

.multiselect-search {
		border:1px solid #d4d4d4;
    display: block;
    margin-left: -20px;
    width: 285px;
}

.multiselect-container .input-group-btn {
	display: inline-block;
	position: absolute;
	bottom: 0px;
	right: 27px;
	top: 3px;
}

.multiselect-container .multiselect-clear-filter {
	padding:3px 3px !important;
	border: 0;
}


.glyphicon-remove-circle {
	background-image: url('../img/search_icon.svg');
	width: 16px;
	height: 16px;
	/* padding-top: 18px; */
}

.glyphicon-remove-circle:before {
	content:unset !important;
}

.search_input_wrapper {
	display: flex;
}

.search_input_wrapper .div {
	width: 50%;
	padding-right: 4px;
}

@media screen and (max-width: 650px) {
	.search_input_wrapper {
		flex-direction: column;
	}
	.search_input_wrapper .div {
		width: 100%;
		padding-bottom: 4px;
	}

	.wallet_username_container .wallet_meta_container,
	.wallet_meta_container .wallet-date-recuring-wrapper {
		display: block !important;
	}

	.wallet_username_container .wallet_meta_container .wallet_date_id_wrapper {
		padding-left: 0px;
	}

	.wallet_meta_container .wallet-date-recuring-wrapper .wallet_type{
		margin: 0px;
	}

	.wallet_meta_container .pull-right,
	.wallet_meta_container .wallet_date_id_wrapper {
		float: left !important;
	}

	.wallet_username_container .wallet_meta_container .wallet_date_id_wrapper tr {
		display: block !important;
	}

	#popup_container {
		min-width: 300px !important;
		max-width: 308px !important;
	}
}
.manage_user_col .manage_user_table_external_filters{
	position: absolute;
	top: 18px;
	left: 270px;
	z-index: 1;
}

.user_type_external_filters {
	position: absolute;
	top: 18px;
	left: 230px;
	z-index: 1;
}


.box-content .manage_data_wrapper .transaction_user_type_filter {
		width: 20%;
		padding-top: 10px;
}

.bulk_mail_filters .bulk_email_user_filter {
	padding: 25px;
}

.bulk_mail_filters,
.send_bulk_statement_wrapper {
	margin: 20px 0 0 0 !important;
}

@media screen and (max-width: 760px) {
	.payment_card_section.row {
		padding: 0 15px;
	}
}

.add_user_btn.btn-primary,
.add_task_btn {
	padding: 2px 15px !important;
}

@media screen and (max-width: 768px) {
	.manage_user_col .manage_user_table_external_filters{
		position:unset;
		top:0px;
		left:0px;
	}

	.manage_user_col .user_manage_search{
		top:32px !important;
	}

	.box-content .manage_data_wrapper .transaction_user_type_filter{
		width:unset;
	}

	.recurring_charge_transaction_search .search_box{
		right:13px !important;
		max-width:285px;
	}
	.recurring_charge_transaction_user_type_filter{
		margin-top:5rem !important;
		padding-left:24px;
	}
	.reports_account_receivable .dataTables_filter,.reports_account_total_charges .dataTables_filter,.reports_service_revenue .dataTables_filter,.reports_payment_form .dataTables_filter{
		padding-left:7px;
	}

	.reports_account_receivable .user_type_external_filters,.reports_account_total_charges .user_type_external_filters,.reports_service_revenue .user_type_external_filters,.reports_payment_form .user_type_external_filters{
		padding:7px !important;
		position:unset;
	}

	.transaction_charge_datatable tbody > tr > td.child ul.dtr-details li:last-child span.dtr-title,
	.transaction_datatable tbody > tr > td.child ul.dtr-details li:last-child span.dtr-title,
	.transaction_payment_datatable tbody > tr > td.child ul.dtr-details li:last-child span.dtr-title{
		display: none;
	}

	.multiselect-native-select .btn-group {
		width: 100% !important;
	}

	.multiselect-native-select .btn-group .multiselect {
		width: 100% !important;
	}

	.users_list .select2-container {
		padding: 0;
	}

	.users_list .select2-container .select2-chosen {
		padding-left: 8px;
	}
}

.reports_send_bulk_email_and_pdf_form .users_multiselect_dropdown{
	padding:0 0 0 20px;
}

.dataTables_scrollBody .table-striped.table-heading td:last-child{
	white-space: nowrap;
}

.user_manage_tbl .user_manage_transaction_btn {
	margin-right:3px;
}

.transaction_charge_chk_btn_group .notify_user_check{
	margin-left:-54px;
}
.saved_card_section #card_cvv::-webkit-inner-spin-button,
.saved_card_section #card_cvv::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
.dropdown-menu {
	display: none;
	position: absolute;
	/* z-index: 1; */
}
/* .sidebar-show #sidebar-left ul.nav.main-menu li:hover ul.dropdown-menu{
	display:block ;
} */

.sidebar-show #sidebar-left ul.nav.main-menu li:hover {
	display: block;
}

.sidebar-show #sidebar-left ul.nav.main-menu li ul.dropdown-menu {
	display: none;
	left:55px !important;
}

.sidebar-show #sidebar-left ul.nav.main-menu:hover ul.dropdown-menu {
	display: none;
}
.users_multiselect_dropdown {
	width: auto;
}

.sms_log_date_head {
	width:10% !important;
}

.multiselect-native-select .btn-group .multiselect,
.multiselect-native-select ul.multiselect-container {
	width: 100% !important;
}

.multiselect-native-select .btn-group {
	width: 100%;
}

li.multiselect-item .input-group {
	width: 100%;
	padding-left: 28px;
}

.multiselect-clear-filter {
	margin-left: -18px !important;
}



/* new datatable ui*/

.d-flex {
	display: flex;
}

.filters_wrapper {
	margin-top: 3px;
}

.checkbox_group {
	margin: 0 5px;
	padding: 5px 10px;
	background: #dbdbdb;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	margin-right: 0;
	width: fit-content;
}

.checkbox_group label {
	margin-bottom: 0;
}

.text-end {
	text-align: end;
}

.disabled {
	opacity: .5;
	pointer-events: none;
}

.transaction_datatable #datatable-1_filter {
	display: none !important;
}

.icon_input {
	display: flex;
}

.icon_input i {
	position: absolute;
	top: 11px;
	left: 25px;
}

.icon_input input {
	padding-left: 27px;
}

.badge {
	padding: 2px 5px !important;
	font-weight: 200 !important;
}

.mt-0_5 {
	margin-top: 5px;
}

/* New UI changes */

.tr_date {
	display: block;
	font-size: 12px;
}

.tr_heb_date,
.tr_receipt_id,
.tr_total_paid {
	line-height: normal;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	color: #3c3b3f;
}

#transaction-tbl {
	margin: 0 !important;
}

.DT_tr_date {
	width: 11% !important;
	min-width: 135px;
}

.DT_ft_total {
	text-align: right !important;
}

.DT_tr_pay_now {
	width: 4% !important;
	min-width: 60px;
}

.tr_info_modal_open {
	color: #e51646;
	text-decoration: underline;
	cursor: pointer;
}

#transaction-tbl .disabled {
	opacity: 0.2;
	pointer-events: none;
}

.pay_now_input {
	position: relative;
	padding-left: 15px;
	border: 1px solid #ececef;
	background: #ececef;
	color: #000;
	border-radius: 5px;
}

.pay_now_input:focus {
	color: #000;
}

.pay_now_span {
	text-align: center;
	display: block;
	position: relative;
	color: #000;
	width: 90px;
}

.pay_now_span input {
	width: 60px !important;
}

.total_payable_input_span {
	position: relative;
	display: block;
}

.total_payable_input_span input {
	padding-left: 16px !important;
}

.disabled.total_payable_input_span::after {
	opacity: .5;
}

#transaction-tbl input.pay_now_input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#transaction-tbl input.pay_now_input[type=number] {
	-moz-appearance: textfield;
}

.check_box_wrapper {
	display: flex;
}

.check_box_wrapper .switch-wrap {
	margin-right: 10px;
}

#transaction-tbl_filter input,
.tr_datepicker {
	width: 100%;
	margin: 0;
	border: 1px solid #e5e6e9;
	border-radius: 0px;
	height: 41px;
	padding-left: 18px;
}

.tr_datepicker_span {
	top: 45px !important;
}

.md-d-none {
	display: none;
}

.position-relative {
	position: relative;
}

table#transaction-tbl tbody tr:hover {
	background-color: #fff !important;
	box-shadow: 0px 5px 5px 0px #e3e3e3;
}

.tr_paid {
	margin-left: 15px;
}

.fix_top.total_payable_input_span::after {
	top: 11px;
	font-size: 13px;
	left: 10px;
}

.fix_top.total_payable_input_span input {
	padding-left: 18px !important;
}

.opacity1 input,
.opacity1 input.form-control[readonly],
.total_payable_input_span.opacity1::after {
	opacity: 1 !important;
}

.secondary_checkbox {
	margin-bottom: 10px;
	cursor: pointer;
	display: flex;
	justify-content: start;
	align-items: center;
	width: fit-content;
	margin-left: 5px;
}

.secondary_checkbox div.primary-checkbox label {
	background: #fff !important;
}

.badge-success {
	color: rgb(22 163 74 / 1);
	font-weight: 600;
	border-radius: 9999px;
	background-color: rgb(187 247 208 / 1);
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-size: 11px;
}

.badge-danger {
	color: rgb(163 22 22);
	font-weight: 600;
	border-radius: 9999px;
	background-color: rgb(247 187 193);
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-size: 11px;
}

.tr_amount_span_fix::after {
	font-weight: unset !important;
	top: 12px !important;
	font-size: 13px !important;
}

#transaction-tbl_wrapper .row:nth-child(1) {
	margin-bottom: 5px;
}

.tr_additional_filter_wrapper {
	display: flex;
	position: relative;
	justify-content: end;
}

.tr_additional_filter_wrapper .check_box_wrapper {
	margin-bottom: 0px;
	align-items: end;
	padding-bottom: 7px;
}

.tr_additional_filter_wrapper .check_box_wrapper:nth-child(2) {
	margin-left: 20px;
}

table#transaction-tbl thead div.primary-checkbox {
	margin-left: -10px !important;
}

table#transaction-tbl {
	height: 50vh;
	overflow-x: scroll;
	display: block;
}

table#transaction-tbl thead tr {
	position: sticky;
	top: 0;
	background: #fff;
	background-color: #fff;
	z-index: 1;
}

table#transaction-tbl thead tr th {
	border-color: #f3f6f9;
	background: #fff;
}

.user_balance {
	margin-left: 15px;
	margin-bottom: 5px;
}

.user_balance .card {
	padding: 5px 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 2px 5px 0px #d7d7d7a1;
}

.user_balance .card .dollar_icon {
	width: 35px;
	height: 35px;
	background: #09c2ac;
	align-items: center;
	text-align: center;
	justify-content: center;
	display: flex;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 600;
	transition: 0.2s;
}

.user_balance .card .balance {
	margin-left: 20px;
	text-align: right;
}

.user_balance .card .balance span {
	font-size: 18px;
}

.user_balance .card .balance h4 {
	margin: 0;
	font-size: 12px;
	margin-top: -2px;
	color: gray;
}

.sm_balance_show .user_balance {
	display: none;
}

.transaction_info_container ul {
	display: flex;
	flex-wrap: wrap;
}

#tr_info_modal div.modal-dialog,
#payment_history_modal div.modal-dialog {
	width: 70%;
}

#tr_info_modal .container {
	width: 100%;
}

.transaction_info_container ul li {
	width: 50%;
}

.tr_info_row {
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 5px;
	position: relative;
	margin-bottom: 5px;
}

.tr_info_row.charge,
.wallet_txn_row.debit,
#payment_history_modal .payment_history_row.failed {
	border-left: 5px solid rgb(247 187 193) !important;
}

.transaction_adjustment_requested .tr_info_row {
	border-left: 5px solid rgb(136, 237, 255) !important;
}

.transaction_adjustment_requested {
	margin-top: 30px;
}

.request_action_btn_container {
	position: absolute;
	right: 0;
	top: -35px;
	display: flex;
}

.adjustment_action_btn {
	width: 80px;
	padding: 5px 10px;
	margin: 0px 3px !important;
	box-shadow: none;
	line-height: 18px;
}

.all_transaction_targeted_tr {
	border: 1px solid rgb(129 125 125 / 66%);
}
.tr_info_row.payment,
.wallet_txn_row.credit,
#payment_history_modal .payment_history_row.active {
	border-left: 5px solid rgb(136 255 178) !important;
}

#payment_history_modal .payment_history_row.refunded {
	border-left: 5px solid  #fbe39a !important;
} 

.tr_info_row.charge .tr_info_badge.type,
.settled_unsettled.danger, 
.wallet_type.debit,
.wallet_type.failed,
.failed_badge
{
	color: rgb(163 22 22);
	background-color: rgb(247 187 193);
}

.tr_info_row.payment .tr_info_badge.type,
.settled_unsettled.success,
.wallet_type.credit,
.success_badge
{
	color: rgb(22 163 74 / 1);
	background-color: rgb(187 247 208 / 1);
}

.tr_info_row h4 {
	font-size: 20px;
	font-weight: 600;
	/* margin-bottom: 5px; */
}

.tr_info_row .tr_date_wrapper {
	margin-bottom: 10px;
}

.tr_info_note span {
	margin-left: 5px;
}

.tr_info_note p {
	margin-bottom: 0;
	margin-left: 5px;
	color: #000;
}

.tr_info_amount {
	position: absolute;
	top: 30px;
	right: 10px;
	font-weight: 600;
}

.tr_info_badge_container {
	position: absolute;
	top: 5px;
	right: 10px;
}

.tr_info_badge,
.wallet_type {
	text-transform: capitalize;
	font-size: 11px !important;
	font-weight: 600;
	border-radius: 9999px;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.tr_info_details_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tr_info_details_row div {
	min-width: 33%;
}

.tr_info_details_row span {
	margin-left: 5px;
}

#transaction-tbl_processing {
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
}

.tr_info_charge_amount .dollar_icon {
	background-color: rgb(9 194 172 / 11%) !important;
	color: #09c2ac !important;
}

.tr_info_paid_amount .dollar_icon {
	color: rgb(22 163 74 / 1) !important;
	background-color: rgb(187 247 208 / 1) !important;
}

.tr_info_remaining_amount .dollar_icon {
	color: rgb(163 22 22) !important;
	background-color: rgb(247 187 193) !important;
}

.tr_amount_info {
	display: flex;
	margin: 10px 0px;
}

.tr_amount_info .user_balance:nth-child(1) {
	margin-left: 0;
}

#tr_info_modal .modal-body {
	padding-bottom: 0;
}

#tr_info_modal .modal-footer {
	border-top: 0;
	padding-top: 0;
}

.w-fit-content {
	max-width: fit-content !important;
}

.md-check_all_wrapper {
	margin-left: 23px;
}

.tr_id_sm {
	display: none;
}

.charge_page_hide {
	display: none !important;
}

.modal_loader div{
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal_loader img {
	width: 100px;
}

.modal_primary_action_btn { 
	height: 34px !important;
}




/* data table related responsive */

@media screen and (min-width: 650px) and (max-width: 1200px) {

	.custom_tablet_width .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.custom_tablet_width .col-sm-12 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.tablet_pr_0 {
		padding-right: 0 !important;
	}

	.tablet_mb_1 {
		margin-bottom: .75rem;
	}

	.tablet_mb_0 {
		margin-bottom: 0;
	}

	.tablet_h_fit {
		height: fit-content;
	}

	.tablet_user_balance .user_balance {
		margin-left: 0 !important;
	}

	.user_info_wrapper {
		display: block !important;
	}

	#transaction-tbl_wrapper .row .col-sm-6 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.tr_additional_filter_wrapper {
		margin-top: 10px;
		margin-bottom: -5px;
	}

	.tablet_flex_column {
		flex-direction: column;
	}

	.sm_mb_3 {
		margin-bottom: 1rem;
	}

	.wallet_meta_container .wallet_date_id_wrapper {
		width: 45% !important;
	}
}

@media screen and (max-width: 650px) {

	table#transaction-tbl ,
	table.all_transaction_datatable {
		display: table;
		overflow: auto;
		height: auto;
	}

	.charge_page_hide {
		display: block !important;
	}

	.filters_wrapper {
		flex-direction: column;
	}

	.filters_wrapper .checkbox_group {
		margin-bottom: 3px;
	}

	.transaction_datatable #date_range {
		margin-left: 0 !important;
	}

	.transaction_datatable #print {
		margin-top: 5px;
	}

	#transaction-tbl_wrapper .box-content,
	#transaction-tbl_wrapper thead,
	table.all_transaction_datatable thead {
		display: none;
	}

	#transaction-tbl_wrapper tfoot th {
		border-top: none !important;
	}

	.saved_card_section {
		padding: 0px 15px;
	}

	.tr_id_sm {
		display: inline;
	}

	.tr_pay_buttons button {
		width: 100% !important;
	}

	.tr_pay_buttons {
		margin: 10px 0px;
		margin-bottom: 0px;
	}

	#tr_info_modal .container {
		padding: 0;
	}

	.sm_flex_column {
		flex-direction: column;
	}

	/* .sm_mb_3 {
		margin-bottom: 1rem;
	} */

	.sm_ui_fix {
		flex-direction: column;
		align-items: start;
	}

	#tr_info_modal div.modal-dialog {
		width: 95%;
		max-width: 100%;
	}

	.transaction_info_container .balance {
		margin-left: 10px !important;
	}

	.tr_info_details_row {
		flex-direction: column;
		justify-content: start;
		align-items: start;
	}

	.tr_amount_info {
		justify-content: center;
		flex-wrap: wrap;
	}

	.user_balance.tr_info_charge_amount,
	.user_balance.tr_info_paid_amount,
	.user_balance.tr_info_remaining_amount {
		display: block;
		margin-left: 0;
		width: calc(50% - 5px);
		margin: 2px;
	}

	.user_info_wrapper .col-md-12:nth-child(2) {
		display: none;
	}

	.sm_balance_show .user_balance {
		display: block;
		margin-left: 0;
	}

	.sm_balance_show {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px !important;
	}

	.tr_remaining.badge {
		display: none;
	}

	.tr_additional_filter_wrapper .check_box_wrapper:nth-child(2) {
		position: relative;
		margin-left: 0 !important;
	}

	.tr_additional_filter_wrapper {
		margin-top: 10px;
	}

	.dataTable tfoot th.sm-d-none {
		display: none !important;
	}

	.tr_paid {
		font-size: 12px;
		margin-left: 0px;
	}

	.mark_all_wrapper {
		position: absolute;
		right: 0;
		text-align: right;
		display: flex;
		justify-content: end;
	}

	.sm-d-block {
		display: block;
	}

	.pay_now_input {
		padding-left: 18px;
	}

	#transaction-tbl_wrapper .row:nth-child(1) div {
		padding: 0 !important;
	}

	#transaction-tbl_wrapper .row:nth-child(1) div.col-sm-6:nth-child(1) {
		padding: 0 15px !important;
	}

	#transaction-tbl_wrapper .row:nth-child(1) div.col-sm-6:nth-child(1) .row {
		flex-direction: column-reverse;
	}

	#transaction-tbl_wrapper .row:nth-child(1) div.col-sm-6:nth-child(1) .row .col-md-4 {
		margin-top: 5px;
	}

	.tr_additional_filter_wrapper {
		margin-top: 0;
	}

	.tr_additional_filter_wrapper .tr_type_filter {
		margin-bottom: 25px;
		margin-top: 5px;
	}

	.tr_additional_filter_wrapper .tr_type_filter .check_box_wrapper:nth-child(2) {
		margin-left: 20px !important;
	}

	#transaction-tbl_filter {
		margin-top: 0px;
		margin-bottom: 5px;
		width: 100%;
	}

	#transaction-tbl_filter label {
		width: 100%;
	}

	.sm-flex-column {
		flex-direction: column;
	}

	.check_box_wrapper {
		margin-bottom: 3px;
	}

	.sm-pl-1 {
		padding-left: 5px;
	}

	table#transaction-tbl,
	table.all_transaction_datatable {
		width: 100% !important;
		min-width: 99%;
		max-width: 99% !important;
		border: none;
		border-spacing: 0 !important;
	}

	table#transaction-tbl tr,
	table#transaction-tbl td,
	table.all_transaction_datatable tr,
	table.all_transaction_datatable td
	{
		background-color: #fff !important;
	}

	table#transaction-tbl thead ,
	table.all_transaction_datatable thead 
	{
		visibility: hidden;
		height: 0;
		position: absolute;
	}

	table#transaction-tbl tbody,
	table.all_transaction_datatable tbody {
		width: 100% !important;
		max-width: 100% !important;
	}

	table#transaction-tbl tr ,
	table.all_transaction_datatable tr {
		display: block;
		margin-bottom: 15px;
		width: 100%;
		border-radius: 3px;
		border: 1px solid #d5d5d5;
	}

	table#transaction-tbl td,
	table.all_transaction_datatable td {
		border-bottom: none;
		display: block;
		font-size: .8em;
		text-align: right;
	}

	.transaction_datatable .table-responsive.custom-table {
		border: none;
	}

	table#transaction-tbl td::before,
	table.all_transaction_datatable td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	table.all_transaction_datatable td::before {
		font-weight: normal !important;
	}

	/* transaction table check box column */
	table#transaction-tbl td:nth-child(1) {
		border: none;
		text-align: left;
		margin-left: 10px;
		padding: 10px 5px;
	}

	/* transaction table ID column */
	table#transaction-tbl td:nth-child(2) {
		padding-left: 5px;
		font-size: 14px !important;
		width: 0%;
		position: absolute;
		top: 3px;
		left: 38px;
		border: none;
		margin: 0;
	}

	/* transaction table date column */
	table#transaction-tbl td:nth-child(3),
	table.all_transaction_datatable tbody tr td:nth-child(2) {
		padding-left: 13px !important;
		font-size: 14px !important;
		max-width: 40%;
		text-align: left;
		margin: 0;
		border: none;
		margin-top: 0px;
		width: 40% !important;
	}

	table.all_transaction_datatable tbody tr:nth-child(odd) td{
		background: #fff !important;
	}

	/* transaction table Note column */
	table#transaction-tbl td:nth-child(4) {
		margin: 0;
		border-left: none;
		border-right: none;
		margin-top: 10px;
		min-height: 18px;
		border-bottom: 1px solid #eee;
		text-align: left;
	}

	/* transaction table Charge column */
	table#transaction-tbl td:nth-child(5) {
		position: absolute;
		top: 50px;
		right: 0;
		width: 54%;
		margin-bottom: 0px;
		border: none;
		font-weight: 900;
	}

	table.all_transaction_datatable tbody tr td:nth-child(5) {
		background: none !important;
		width: 53% !important;
		position: absolute;
		top: 50px;
		right: 0;
		margin-bottom: 0px;
		border: none;
		font-weight: 900;
	}

	table.all_transaction_datatable tbody tr td:nth-child(4) {
		position: absolute;
		top: 30px;
		right: 0;
		width: 53%;
		margin-bottom: 0px;
		border: none;
		background: none !important;
		font-weight: 900;
	}

	table.all_transaction_datatable tbody tr td:nth-child(3) p {
		font-size: 11px !important;
		margin-left: 28% !important;
		margin-top: 6px;
	}

	.sidebar-show table.all_transaction_datatable tbody tr td:nth-child(3) p {
		margin-left: 17% !important;
	}

	
	table.all_transaction_datatable tbody tr td:nth-child(1) {
		padding-left: 13px !important;
		font-size: 14px !important;
		max-width: 40%;
		text-align: left;
		margin: 0;
		border: none;
		margin-top: 0px;
		width: 40% !important;
	}

	table.all_transaction_datatable tr {
		width: 99%;
		max-width: 100%;
	}

	table.all_transaction_datatable tbody tr {
		border: 1px solid #aca6a6 !important;
		border-bottom: 3px solid #e51646 !important;
		position: relative !important;
	}

	.all_transaction_custom_table {
		border: none;
	}

	table.all_transaction_datatable tbody tr td:nth-child(3) {
		padding: 4px 10px !important;
	}

	/* transaction table payment column */
	table#transaction-tbl td:nth-child(6) {
		position: absolute;
		top: 75px;
		right: 0;
		width: 54%;
		margin: 0;
		border: none;
	}

	/* transaction table Pay Now Input column */
	table#transaction-tbl td:nth-child(7) {
		max-width: 50%;
		position: absolute;
		top: 0px;
		right: 0;
		width: 36%;
		border: none;
		margin: 0;
	}

	/* transaction table action column */
	table#transaction-tbl td:nth-child(8) {
		border-bottom: 2px solid #e51646 !important;
	}

	#transaction-tbl.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
		background-color: #fff !important;
	}

	#transaction-tbl.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(even) > th {
		background-color: #fff !important;
	}

	.tr_heb_date {
		font-size: 15px;
		font-weight: unset;
	}

	.transaction_dt_row {
		position: relative;
	}

	table#transaction-tbl tfoot tr,
	table.all_transaction_datatable tfoot tr {
		padding: 0;
		margin: 0;
		border: none;
	}

	.mobile-align {
		margin-top: 0 !important;
	}

	.tr_subtype {
		width: 100%;
		display: block;
		text-align: right;
	}

	.adjustment_note_column {
		width: 30ch !important;
	}

	.transaction_adjustment_requested div:nth-child(1) {
		margin-bottom: 45px !important;
	}

	.box-header.tr_payment_page {
		height: 45px;
	}

	.box-header.tr_payment_page div.box-name {
		max-width: 100%;
	}

	.box-header.tr_payment_page button {
		height: 35px;
	}

	._box {
		margin-bottom: 10px;
		width: 100%;
	}

	.checkbox_filter_container .col-sm-2 {
		padding: 0;
		margin-bottom: 10px;
		width: 100%;
	}

	.shul_adjustment_banner_text {
		max-width: 60px !important;
	}

	.payment_history_popup_table th {
		text-align: left !important;
	}
}

.f-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.settled_unsettled {
	top: -20px;
	position: absolute;
	right: 5px;
}

.transaction_info_container .tr_info_row:nth-child(1) {
	margin-top: 10px;
}

.adjustment_note_column,
.note_column {
	max-width: 24vw;
	width: 18vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tr_subtype {
	line-height: normal;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	color: #3c3b3f;
}

#tr_info_modal_pay {
	margin-bottom: 0 !important;
}

.adjustment_action_btn.success {
	background-color: #fff;
	background: #fff;
}

.adjustment_action_btn.success:hover {
	background-color: #fff;
	background: #fff;
	border-color: rgba(0, 0, 0, 0.3);
}

.btn_settlement_message.user_manager_page,
.btn_settlement_email.user_manager_page {
	margin-right: 3px;
}

.btn_settlement_message.user_manager_page i { 
	font-size: 15px;
}

.custom_row {
	align-items: self-end;
	display: flex;
	flex-wrap: wrap;
}

.checkbox_filter_container {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

._box {
	margin-right: 20px;
}

.all_transaction_search #search {
	margin: 0;
	padding: 10px 5px !important;
}

#popup_content #popup_message {
	max-height: 314px !important;
	overflow: auto;
}


._box ,.all_transaction_search ,.all_transaction_calender {
	margin-bottom: 10px;
}

.all_transaction_calender ,.all_transaction_search{
	right: 10px !important;
}

span.search_email {
	max-width: 20vw !important;
	overflow: hidden;
	text-overflow: ellipsis;
	/* display: block; */
}

.task_schedule_expiration {
	color: #ff413d;
	font-weight: 600;
}

.changeStatusBtn {
	margin-left: 3px;
}

.sms_log_message_col{
	overflow-wrap: anywhere;
}

.icon-btn.btn-success:hover {
	color: #54ae86 !important;
	background-color: #fff !important;
	border-color: rgba(0, 0, 0, 0.3) !important;
}

.task_counter {
	background: #fff;
	color: #000;
	font-weight: bold;
	border-radius: 50%;
	border: 1px solid #271b3b;
	padding: 1px;
	font-size: 11px;
	min-width: 17px;
	display: inline-block;
	height: 17px;
	text-align: center;
}

.pending_adjustment_counter {
	background: #fff;
	color: #000;
	font-weight: bold;
	border-radius: 50%;
	border: 1px solid #271b3b;
	padding: 1px;
	font-size: 11px;
	min-width: 17px;
	height: 17px;
	display: inline-block;
	text-align: center;
}

#main:not(.sidebar-show) .main-menu .dropdown-menu>li>a {
	white-space: normal !important;
}

#main.container-fluid.sidebar-show .main-menu .dropdown-menu>li>a {
	white-space: nowrap !important;
}

#main.container-fluid .main-menu .dropdown-menu>li>a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
}

.sidebar-show .task_counter {
	top: -30px;
	right: -20px;
	position: relative;
}

.all_transaction_username {
	color: #e51646 !important;
}

.all_tr_user_suggestions,
.manage_user_suggestions {
	max-height: 300px !important;
	overflow: auto;
}

select option:disabled {
	color: #6b686859;
}

.tr_info_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tr_info_container a.icon-btn {
	right: 5px !important;
}

.tr_info_container a.icon-btn span {
	left: unset !important;
}

.edit_payment_modal_dialog {
	width: 50vw;
}

#edit_payment_modal,
#edit_trasnsaction {
	z-index: 2003 !important;
}

#edit_payment_modal .modal-content {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.checkbox_filter_container .checkbox_group {
	flex-wrap: wrap;
}

.task_btn_container {
	padding-right: 17px;
}

span.clear_date {
	position: absolute;
	top: 8px;
	right: 30px;
	color: #555;
	cursor: pointer;
}

span.clear_date:hover {
	color: #e51646 !important;
}

.all_transaction_datatable {
	width: fit-content !important;
}

.task_calender {
	min-width: 150px;
}

#date_range_picker_wrapper .daterangepicker {
	top: 120px !important;
}

#shul_users_name_head {
	width: 340px !important;
}

#shul_users_role_head {
	max-width:150px !important;
}

.tr_modal_heading {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.txn_modal_btn,
.payment_history_modal_btn,
.send_receipt_btn {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0px 4px !important;
	min-height: 24px !important;
}

.edit_tr_charge_btn {
	background: rgba(229, 22, 70, .1);
	color:#e51646 !important;
	border:1px solid #e51646 !important
}
.all_tr_edit_charge_btn {
	margin-right: 3px;
}

#navbar_task_counter_wrapper {
	border-radius: 8px;
	background: #E8E8E8;
	width: 42px;
	height: 42px;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

#navbar_task_counter_wrapper i {
	font-size: 20px;
}

#navbar_task_counter_wrapper p.navbar_task_counter {
	background: #e51646;
	color: #fff !important;
	transform: translate(10px, -6px);
	width: 17px !important;
	height: 16px !important;
	display: flex;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	font-size: 9px;
	align-items: center;
	font-weight: bold;
}

.navbar-panel-right {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 10px;
}

.user_wallet_balance_wrapper {
	margin-left: 20px;
}

#walletTxnModal,
#payment_history_modal {
	z-index: 2001;
}

#walletTxnModal .modal-dialog  {
	width: 67vw;
}

#walletTxnModal .wallet_txn_heading,
.wallet_modal_receipt_id,
#payment_history_modal .modal-title {
	font-size: 20px;
	font-weight: 600;
}

#payment_history_modal .payment_history_row_id {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 600;
}

#walletTxnModal .wallet_txn_row,
#payment_history_modal .payment_history_row {
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 5px;
	position: relative;
	margin-bottom: 5px;
}

.wallet_type {
	margin: 5px;
	float: right;
}

.wallet_payment_method,
.wallet_username {
	text-transform: capitalize;
}

.walletTxnModalHeader {
	padding: 15px 20px !important;
	margin: 0;
}

.walletTxnModalHeader .wallet_date_id_wrapper {
	display: flex;
	flex-direction: column;
	padding-right: 0;
	place-items: end;
}

.wallet_tr_view_btn {
	font-size: large;
	margin-left: 9px;
	cursor: pointer;
}

#tr_info_modal {
	z-index: 2002;
}

.walletTxnModalBody {
	padding-bottom: 0 !important;
}

.wallet_model_refund_btn {
	margin-right: 4px;
}

.wallet_model_refund_btn_wrapper {
	margin-top: 8px;
	width: 100%;
}

#walletTxnModal .walletTxnModalFooter {
	margin-top: 0 !important;
}

.walletTxnModalFooter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px 20px;
}

.refund_payment_btn {
	margin-left: 5px;
}

.payment_status_col,
.sms_status_col,
.email_status_col {
	text-transform: capitalize;
	font-weight: 600;
}

.email_subject_col {
	width:700px !important;
}

.report_payment_status_col {
	width: 400px !important;
}

.wallet_txn_debit,
.waller_modal_refund_text {
	color:red !important;
}

.user-balance-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	row-gap: 0;
}

.ucwords {
	text-transform: capitalize;
}

.refund_badge {
	background: rgba(239, 188, 35, .1);
	color: #efbc23;
	border: 1px solid #efbc23;
	font-size: 12px !important;
	padding: 3px 5px !important;
	margin-left: 8px;
}

/* sidebar code */

@media (min-width: 768px) and (max-width: 1200px) {
	.sidebar_site_name {
		display: none;
	}

	#logo>a, #sidebar-left ul.nav.main-menu li a {
		display: flex;
		padding: 12px 2px;
		align-items: center;
		justify-content: flex-start;
	}

	#logo>a {
		justify-content: center;
	}

	#main.container-fluid.sidebar-show #sidebar-left_menu li>a {
		display: block;
	}

	#logo.sidebar-show {
		width: 4%;
	}

	#logo.sidebar-show+#top-panel {
		width: 96%;
	}

	.sidebar-show #content.col-sm-10 {
		width: 96%;
	}

	.sidebar-show #sidebar-left.col-sm-2 {
		width: 4% !important;
	}
}

#sidebar-left ul.nav.main-menu li ul.dropdown-menu {
	min-height: auto !important;
}

@media (min-width: 1000px) and (max-width: 1200px) {
	#sidebar-left ul.nav.main-menu li, .select2-container {
		margin: 4px;
		padding: 0 12px;
	}

	#main.container-fluid.sidebar-show #sidebar-left_menu li {
		padding: 0 8px;
	}

	#sidebar-left ul.nav.main-menu li ul.dropdown-menu {
		min-width: auto;
	}

	.sidebar-show #sidebar-left ul.nav.main-menu li ul.dropdown-menu {
		min-width: 160px !important;
	}
}

@media (min-width: 900px) and (max-width: 1000px) {
	#logo>a, #sidebar-left ul.nav.main-menu li a {
		gap: 4px;
		padding:12px 24px !important;
	}

	.sidebar-show#logo>a {
		padding:12px 0 !important;
	}

	.sidebar-show .task_counter {
		top: -28px;
		right: -8px;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	#sidebar-left ul.nav.main-menu li a {
		display: block;
		height: 48px !important;
		padding:8px 12px !important;
	}

	.sidebar-show .task_counter {
		top: -26px;
		right: -10px;
	}

	.sidebar-show #sidebar-left ul.nav.main-menu li a {
		padding: 8px 20px !important;
	}
}

.txn_modal_wallet_btn:hover {
	background: rgba(239, 188, 35, .1);
	border: 1px solid #efbc23;
	color: #efbc23;
}

@media screen  and (max-width: 992px) {
	.users_multiselect_dropdown {
		width: -webkit-fill-available;
		padding: 0 !important;
	}

	.bulk_email_user_filter {
		padding: 8px 0 !important;
	}
}

.dataTables_scrollHead {
	position: sticky;
	top: 0;
	background: #fff;
	background-color: #fff;
	z-index: 1;
}

.dataTables_scrollBody {
	max-height: 50vh;
	overflow-y: auto;
	display: block;
	overflow-x: hidden !important;
}

.w-12-important {
	width: 12% !important;
}

.payment_report_note {
	width: 16vw;
	display: block;
	text-overflow: ellipsis;
	max-width: 20vw;
	overflow: hidden;
	white-space: nowrap;
}

.adjustment_search_wrapper {
	right: 0 !important;
}

.wallet_username_container .metaData {
	padding: 0 !important;
}

.wallet_model_note {
	margin-left: 10px;
	cursor: pointer;
}

.wallet_modal_receipt_id {
	margin-bottom: 2px !important;
	display: flex;
	align-items: center;
}

.wallet_modal_username {
	vertical-align: top;
}

.wallet_meta_container {
	display: flex;
	align-items: baseline;
}

.email-modal .modal-dialog {
	min-width: 60vw !important;
	max-width: 90vw;
}

.email_popup_meta th {
	text-align: right !important;
}

.email_attachment_wrapper {
	padding: 16px 20px;
	background: #f7f7f7;
	border-radius: 8px;
}

.wallet-date-recuring-wrapper,
.tr_date_recuring_wrapper {
	display: flex;
	align-items: center;
	gap: 3px;
}

.wallet_type.recurring {
	color: #07966c;
	background-color: rgba(7, 150, 108, .1);
}

.payment_retry_btn,
.info-btn {
	margin-left: 5px;
}

span.payment_retry_btn i,
.info-btn i {
	color: #fff;
	background: #e51646;
	font-size: 9px;
	padding: 2px;
	vertical-align: middle;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	text-align: center;
	/* display: table-cell; */
}

i.wallet_info_icon {
	height: 12px !important;
	width: 12px !important;
}

.rp_send_receipt_wrapper {
	margin-left: 16px;
}

.recurring_status_col {
	width: 86px !important;
}

.badge.wallet_type.failed,
.payment_type.failed {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
}

.recurring_last_payment_col {
	min-width: 7vw !important;
}

@media screen and (max-width: 1368px) {
	.recurring_charge_status_col {
		width: 58% !important;
	}
	.recurring_charge_st_date_col,
	.report_payment_username_col,
	.report_payment_cc_col,
	.email_log_date_col {
		width: 15% !important;
	}
}

.payment_history_row_header p {
	margin: 0;
}

.prevent-click {
	pointer-events: none;
	opacity: 0.5;
}

.confirmation_required_wrapper {
	margin-top: 50px !important;
	width: auto !important;;
}

.select2_el_container {
	margin-top: 5px;
	height: 35px;
}

#expiration_days {
	margin-left: 5px;
}

.reservation_confirmation_wrapper {
	display: flex;
	align-items: flex-end;
	height: 55px;
}

.saveMapBtnWrapper {
	float: inline-end;
	display: flex;
	justify-content: right;
}

.saveMapBtnWrapper button {
	margin-top: 25px;
}

.divider {
	margin: 10px 0px;
}

#make_reservation_modal .form-group .select2-container {
	padding: 0px 0px;
}

#make_reservation_modal .form-group .select2-container a {
	padding: 4px 16px !important;
}

.select2-container .select2-choice {
	color: #666;
}

#seat_map_page #seatMap .show-seat .seat_price {
	padding-bottom: 2px !important;
	border: none !important;
}

#mapRowColFrm #s2id_service_id .select2-choice {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}

/* child window hide other elements */
body.child_window header.navbar,
body.child_window #sidebar-left,
body.child_window footer{
	display: none !important;
}

body.child_window #main>div.row {
	background: #fff !important;
}

body.child_window #main {
	padding: 0 !important;
	box-shadow: none !important;
	height: 100% !important;
	overflow-y: auto !important;
}

body.child_window .row-fluid .col-xs-12 {
	padding-left: 35px !important;
	padding-right: 35px !important;
	margin-top: -23px;
}

body.child_window #ajax-content {
	min-height: 725px;
	height: calc(100vh - 100px);
}

body.child_window .row.main_wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #eff3fd !important;
	padding: 20px;
	overflow: hidden;
	width: 100% !important;
	margin-left: 0;
	overflow-y: auto !important;
	height: 100%;
}

body.child_window #content {
	width: 100% !important;
}

@media screen and (max-width: 376px) {
	.user_manage_tbl .user-checkbox,
	.user_manage_tbl .user-id{
		width: 30px;
	}
}

@media screen and (min-width:376px) and (max-width: 435px) {
	.user_manage_tbl .user-checkbox {
		width: 60px !important;
	}

	.user_manage_tbl .user-id {
		width: 45px !important;
	}

	.user_name_tbl_data {
		width: 163px !important;
	}
}

/* tooltip in the reports_account_receivable */
.reports_account_receivable .tooltip-inner {
	padding: 4px 5px 5px 5px;
}

.reports_account_receivable .dataTables_scrollBody {
	position: inherit !important;
}

@media screen and (max-width: 200px) {
	.search_input_wrapper .div {
		width: 200px !important;
	}

	.search_wrapper .user_wrapper_div {
		overflow-y: auto;
	}

	.user_detail_wrapper #user_wrapper_form {
		overflow-y: auto !important;
	}

	.users_wrapper_form {
		padding-left: 0px;
		padding-right: 0px;
		width: 200px;
	}
}

/* Message box */
#popup_overlay {
	opacity: 0 !important;
}

#popup_title {
	cursor: default !important;
}

.box-header .box-name {
	cursor: default !important;
}

#popup_container #popup_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ml-0 {
	margin-left: 0!important;
}

.mr-0 {
	margin-right: 0!important;
}

.mx-0 {
	margin-inline: 0 !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

#recurring-summary {
	width: calc(100% - 40vw);
}

.hr-with-text {
	display: flex;
	align-items: center;
	text-align: center;
	margin: 20px 54px 20px;
}

.hr-with-text::before,
.hr-with-text::after {
	content: "";
	flex: 1;
	border-bottom: 1px solid #ccc;
}

.hr-with-text span {
	padding: 0 10px;
	font-weight: bold;
	color: #6d747a;
}

.google-btn {
	line-height: 2;
	display: flex !important;
    color: #fff !important;
	border: none;
    align-items: center;
    justify-content: center;
    gap: 7px;
	width: 60%;
	margin: 0 auto;
	padding: 5px 10px;
}

.google-btn img {
	height: 23px;
    width: 23px;
}

.select2-container .select2-choice .select2-arrow  {
	top: 1.5px;
}

.select2-container.select2-container-disabled .select2-choice, 
.select2-container.select2-container-disabled .select2-choice .select2-arrow { 
	background-color: #ffffff !important;
	border: none;
}

.select2-results .select2-disabled {
	opacity: 0.2;
}

.align-items-center {
	align-items: center;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
	border: 2px solid transparent !important;
	border-left: none !important;
}

.edit_reminder_section .select2-container-disabled {
	opacity: 0.5;
}

.account_receivable_table thead tr th:first-child{
	width: 65% !important;
}

.account_receivable_table tbody tr td:nth-of-type(2), .account_receivable_table tbody tr td:nth-of-type(3),
.account_receivable_table thead tr th:nth-of-type(2), .account_receivable_table thead tr th:nth-of-type(3) {
	text-align: center !important;
}

.account_receivable_table tfoot tr th:last-child {
	width: 78px !important;
}

.ms-2 {
	margin-left: 0.5rem;
}

#edit_reminder_frm label.error {
	position: absolute;
	bottom: -22px;
	left: 16px;
}

.fw-600 {
	font-weight: 600;
}

.txt-footer-hover {
	color: inherit;
}

a.txt-footer-hover:hover {
	color: #e51646;
}

.toggle-switch-switch i {
	line-height: 16px;
}

.auto-pay-switch::before {
	content: "On";
}

.auto-pay-switch::after {
	content: "Off";
}

.greg-datepicker-ui #ui-datepicker-div {
	position: unset !important;
}

.heb-datepicker-ui .datepicker .ui-datepicker-inline {
	width: 100%;
}

.greg-datepicker-ui .ui-datepicker, .heb-datepicker-ui .ui-datepicker{
	background: rgb(77, 77, 77);
}

.greg-datepicker-ui .ui-datepicker-header, .heb-datepicker-ui .ui-datepicker-header {
	background: rgb(53 54 54);
	border: none;
    padding: 0;
}

.greg-datepicker-ui .ui-state-default, .heb-datepicker-ui .ui-state-default {
	background: none;
    border: 0;
    color: #f8f8f8;
}

.greg-datepicker-ui .ui-state-default {
	text-align: center;
}

.greg-datepicker-ui .ui-state-active, .heb-datepicker-ui .ui-state-active {
	background: rgba(0, 0, 0, 0.3);
}

.heb-datepicker-ui .parshe-week {
    color: #f8f8f8;
}

.heb-datepicker-ui .ui-datepicker-header .ui-state-disabled {
	pointer-events: none;
}

div:has(> .greg-datepicker-ui), 
div:has(> .heb-datepicker-ui) {
    padding: 0 !important;
}

.ui-tabs .ui-tabs-nav {
    padding: 3px;
}

.ui-tabs {
	padding: 0;
	border-top: none;
	background: transparent;
}

.ui-tabs .ui-tabs-nav {
    padding: 3px;
    border-width: 1px 0 0 0;
}

.ui-tabs .ui-tabs-nav li {
	border: none;
    background: transparent;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	border-radius: 6px;
}

.ui-widget-header {
    background: #F3F3F3;
}

.heb-datepicker-ui .ui-datepicker-header a:nth-child(2) {
	left: 32px !important;
}

.heb-datepicker-ui .ui-datepicker-header a:nth-child(4) { 
    right: 32px !important;
}

ul.ui-menu {
	max-height: 158px;
    overflow: auto;
}
