@charset "utf-8";

body {
	
}

h1, * h1, h2, * h2 {
	font-size: 18px !important;
}

p {
	padding-bottom: 10px;
}

.container-fluid {
	padding: 0px !important;
}

.container-fluid-bg {
	background: #f9f7f7;
}

img {
	max-width: 100%;
}

table td {
	vertical-align: top;
}

table.table2 td {
	padding: 5px 10px 5px 0px;
}

table.table3 tr td:first-child, table.table3 tr th:first-child {
	padding-left: 0px !important;
}

fieldset legend {
	width: auto;
	padding: 5px 15px;
	border: 1px solid #ccc;
	font-size: 1em;
}

a .greyed, .greyed {
	color: #aaa;
}

.success {
	color: #56f25a;
}

.danger {
	color: #f25656;
}

.form-inline {
	margin-bottom: 20px;
}

table.tight hr {
	margin: 0px;
	padding: 0px;
}

.table.no-border td, .table.no-border tr {
	border: 0px;
}

.table.tighter tr {
	padding: 0px;
}

.table.tighter td {
	padding: 10px 15px !important;
}

.table.flexible {
	width: auto;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

.widerinput input {
	min-width: 300px !important;
}

.tight-buttons button {
	margin-left: 5px !important;
}

.tight-input {
	width: 70px !important;
	min-width: 70px !important;
	max-width: 70px !important;
}

.very-tight-input {
	width: 40px !important;
	min-width: 40px !important;
	max-width: 40px !important;
}

table.dataTable tbody th, table.dataTable tbody td {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.chosen-container input {
	height: 30px !important;
}

.chosen-container {
	min-height: 34px !important;
}

.tight.table td {
	padding: 5px 0px !important;
}

.tight .table.tight tr:nth-child(even) {
	background: #f1f1f1;
}

.bigger {
	font-size: 1.4em;
}

.top-title {
	width: 200px;
}

.top-title ul {
	float: left;
	padding: 0px;
}

.top-title ul li {
	padding: 0px !important;
	margin: 0px !important;
}

.top-title li, .top-title li a {
	color: #ccc;
	margin: 0px !important;
	height: 50px !important;
	float: left !important;
	line-height: 50px !important;
	padding: 0px !important;
	width: 40px !important;
	font-size: 16px !important;
	text-align: center !important;
	list-style: none;
}

.top-title li:hover, .top-title li a:hover {
	background: none !important;
	color: #fff;
}

.top-title .dropdown-menu {
	padding: 10px;
	margin: 0px !important;
}

.top-title .dropdown-menu li {
	display: block !important;
	float: none !important;
	margin: 0px !important;
	padding: 0px !important;
	height: auto !important;
	min-height: auto !important;
	height: 40px !important;
	line-height: 1em !important;
}

.top-title .dropdown-menu li a, .top-title .dropdown-menu li a:hover {
	margin: 0px !important;
	padding: 0px !important;
	height: auto !important;
	min-height: 0px !important;
	line-height: 30px !important;
	color: #000;
	display: block !important;
}

.top-title-center {
	float: left;
	line-height: 50px !important;
	font-size: 1.35em;
}

.sidebar, .page-sidebar-inner {
	position: relative;
}

.sidebar-toggle {
	background: #fff none repeat scroll 0 0;
	float: right;
	height: 30px;
	line-height: 26px;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	width: 30px;
	z-index: 1000;
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
	cursor: pointer;
}

.page-sidebar-inner:hover .sidebar-toggle {
	display: block !important;
}

.small-sidebar .sidebar-toggle {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}

@media ( max-width : 1080px) {
	.sidebar-toggle {
		display: block !important;
		height: 40px;
		width: 40px;
		line-height: 40px;
		font-size: 18px;
	}
}

#language-selection-top {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}

.dropdown-menu li a i {
	width: 20px;
	font-size: 16px;
}

#DatagridForm #dataTable {
	width: 100% !important;
}

#DatagridForm .table-responsive, .DatagridForm .table-responsive {
	
}

#editArea {
	display: none;
	/*
	 background: #fff;
	 box-shadow: 4px 4px 0px #ccc;
	 border: 1px solid #ccc;
	 box-shadow: 0px 2px 0px #e8e8e8;
	 border: 0 !important;
	 margin-bottom: 30px !important;
	 */
}

#editArea {
	padding: 0px 0px;
}

.editArea>.row {
	margin-top: 15px;
}

#editArea.editArea-style-2 {
	border: 0px;
	padding: 0px;
	margin: 0px;
	box-shadow: none;
}

#editArea.editArea-style-2 .panel {
	background: #fff;
	box-shadow: 4px 4px 0px #ccc;
	border: 1px solid #ccc !important;
	box-shadow: 0px 2px 0px #e8e8e8;
	border: 0 !important;
	margin-bottom: 20px !important;
}

/* use for normal edit page, and with full edit page */
#editArea.editArea-style-3 {
	border: 0px;
	box-shadow: none;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

#messageArea {
	
}

#dataTable_filter label button, #dataTableEmployee_filter label button {
	/*display: inline-block !important;*/
	float: right !important;
	margin-left: 10px !important;
}

#dataTableEmployee_filter {
	float: right !important;
}

#dataTableEmployee_filter button {
	margin-right: -20px !important;
}

/* for user permission config area at newitem */
.tab-pane #accordion .panel-heading {
	margin: 0px !important;
	padding: 0px !important;
}

.tab-pane #accordion .panel-heading a {
	display: block;
	padding: 10px 15px !important;
}

.btn.btn-large-block {
	width: 150px;
	height: 150px;
	display: inline-block;
	padding: 16px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 17px;
	transition: all 0.2s ease-in-out;
	text-align: center;
	white-space: normal !important;
}

.btn.btn-large-block i {
	font-size: 30px;
	display: inline-block;
	padding: 10px;
}

.btn-large-block:hover {
	transform: scale(1.1);
}

.blue-drop {
	background: transparent linear-gradient(to right, rgb(0, 76, 137),
		rgb(0, 98, 175), rgb(0, 76, 137)) repeat scroll 0% 0% !important;
	margin: 0px !important;
	padding: 30px 0px !important;
}

.btn.btn-large-block {
	margin-right: 5px;
	margin-bottom: 5px;
	max-width: 100px;
	max-height: 100px;
	font-size: 12px !important;
	padding: 10px !important;
}

.btn-large-block i.fa, .btn-large-block i.fas {
	font-size: 25px !important;
	padding: 5px !important;
}

@media ( max-width : 767px) {
	.btn.btn-large-block {
		width: 100%;
	}
}

a.btn {
	color: #fff !important;
	float: none;
	display: inline-block;
}

.panel-control {
	
}

.panel-control .btn {
	float: left;
	margin: -5px 0px 15px 10px !important;
}

.panel-control a .fa {
	color: #1869a9;
}

.user-dropdown-toggle {
	background: transparent;
	padding: 0px 10px !important;
	line-height: 50px !important;
	height: 50px;
	transition: background-color 0.1s ease-in;
}

.user-dropdown-toggle i {
	font-size: 30px !important;
}

.user-dropdown-toggle:hover {
	background: #0062af !important;
}

.user-dropdown-toggle .user-name {
	color: #fff;
}

.navbar-inner, .topmenu-outer {
	background: #000;
	color: #fff;
}

.top-menu .navbar-left a i {
	color: #aaa;
}

.top-menu .navbar-left a:hover i {
	color: #fff !important;
}

.top-menu .navbar-right>li>a {
	line-height: 30px;
	color: #fff;
}

/* Write your custom CSS here */
.btn-primary, .btn-primary {
	background: #0062af;
}

.btn.btn-info, .btn-info {
	
}

div.panel-green-border {
	border-left: 14px solid #69b99f !important;
}

div.panel-blue-border {
	border-left: 14px solid #61aecb !important;
}

div.panel-yellow-border {
	border-left: 14px solid #eed535 !important;
}

div.panel-red-border {
	border-left: 14px solid #d55553 !important;
}

.panel .panel-heading {
	border-bottom: 1px solid #ddd !important;
	margin: 0px 20px 20px 20px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.panel .panel-heading {
	height: auto !important;
	min-height: 50px;
	padding-bottom: 0px !important;
}

.panel .panel-heading h1, .panel .panel-heading h2, .panel .panel-heading h3,
	.panel .panel-heading h4, .panel .panel-heading h5, .panel .panel-heading h6
	{
	line-height: 1em;
	padding: 0px;
	margin: 0px;
}

.panel .panel-heading h1 {
	
}

.panel .panel-heading h3 i {
	float: left;
	display: block;
	font-size: 30px;
	margin-right: 10px;
	margin-top: -10px;
}

.panel .panel-heading.faright i {
	margin-right: 0px;
	margin-left: 10px;
	float: right;
	font-size: 40px;
	margin-top: -10px;
}

.panel.redbody {
	background: #ff9d92;
}

.panel.redbody .panel-heading {
	border-color: #75281e !important;
}

.panel.redbody h1, .panel.redbody h2, .panel.redbody h3, .panel.redbody h4,
	.panel.redbody h5, .panel.redbody h6 {
	color: #75281e;
}

.panel.redbody .btn-primary {
	background: #75281e;
}

.modal-body .btn {
	margin-bottom: 10px;
}

.modal-footer .btn {
	
}

.static-field-control {
	border: 1px solid #ccc;
	padding: 5px 10px;
	min-height: 35px !important;
}

.panel .panel-title a {
	display: block;
}

h1.panel-title {
	font-size: 1.6em;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

.panel.panel-action {
	padding: 0px !important;
	margin: 0px !important;
	display: block !important;
}

.panel.panel-action .panel-heading {
	padding: 5px 10px !important;
	display: block !important;
	margin: 0px 0px 10px 0px !important;
}

.panel.panel-action .panel-heading .panel-title {
	margin: 0px !important;
	padding: 0px !important;
}

.panel.panel-action .panel-body {
	padding: 0px !important;
	margin-bottom: 20px;
	padding-bottom: 5px !important;
}

.panel-body h1, .panel-body h2, .panel-body h3, .panel-body h4,
	.panel-body h5, .panel-body h6 {
	margin-top: 0px;
	padding-top: 0px !important;
}

label {
	padding-right: 20px;
}

hr {
	height: 1px !important;
	border-top: 1px solid #ccc !important;
	/*display: block !important;*/
}

.moneyfield label {
	display: inline-block;
	min-width: 210px;
	text-align: right;
}

.moneyfield input {
	width: 120px !important;
}

.money1total, .money2total {
	font-size: 1.3em;
	font-weight: bold;
}

/* grey box */
.grey-tab {
	background: #ddd !important;
}

.row.box {
	border: 1px solid #ccc;
	margin: 0px;
	padding: 10px 5px;
	margin-bottom: 15px;
	background: #f9f9f9;
}

.page-breadcrumb {
	padding: 5px 0px;
}

.pagination {
	margin-top: 0px;
}

.pagination nav, .pagination .page-info {
	display: inline-block;
}

.pagination .page-info {
	line-height: 30px;
	float: left;
	margin-right: 20px;
}

.pagination nav ul {
	margin: 0px;
	padding: 0px;
}

.responsive-table td {
	padding: 0px 30px 0px 0px;
}

/* property media file*/
.mediafile-div {
	background: #f1f1f1;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	min-height: 200px;
}

/* typography */
.hightlight {
	background: #0062af;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 10px;
	color: #fff;
}

.hightlight:active, .hightlight:hover {
	color: #fff;
	text-decoration: none;
}

.img-circle-psuedo {
	background: #6abaa0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	display: inline-block;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
}

.inbox-widget .inbox-item .inbox-item-date2 {
	color: #000;
	font-size: 20px;
	position: absolute;
	right: 7px;
	top: 10px;
	text-align: right;
	line-height: 18px;
}

.slimScrollDiv {
	height: auto !important;
}

.slim-dropzone {
	padding: 0px !important;
	min-height: 50px !important;
	height: 50px !important;
	overflow: hidden !important;
	background: transparent !important;
	border: 0px !important;
	text-align: left;
}

.slim-dropzone button {
	float: left;
}

.slim-dropzone-center button {
	float: none !important;
}

.slim-dropzone>div {
	margin: 0px !important;
}

.clr {
	clear: both;
}

.table a i.fa, .table a i.far {
	font-size: 20px;
}

h2 .fa, h2 .far {
	font-size: 20px;
}

#dataTable .btn i.fa, #dataTable .btn i.far {
	font-size: inherit;
}

#dataTable_filter * {
	
}

/* bar code/ qr code */
#image_preview {
	text-align: left;
}

#image_preview .thumbnail {
	float: none !important;
	display: inline-block;
}

#image_preview .thumbnail img {
	max-width: 150px;
	height: auto;
}

#image_preview .thumbnail {
	position: relative;
}

#image_preview .thumbnail .label {
	position: absolute;
	top: 50%;
	left: 0%;
	margin-top: -20px;
	background: #fff;
	border-top: 2px solid #0062af;
	border-bottom: 2px solid #0062af;
	width: 100%;
	color: #000;
}

.tab-content {
	border: 1px solid #ccc;
	border-top: 0px;
}

.tabs-left .tab-content {
	border: 0px;
}

.no-border-tabs .tab-content {
	border: 0px;
}

.tab-pane {
	position: relative;
}

.tab-pane h1 {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1em;
}

.tabs-left .row .nav-tabs {
	border: 0px !important;
}

.tabs-left .tab-content {
	padding: 0px;
}

.tabs-left .row .nav-tabs li {
	float: none;
	width: 100%;
	border: 0px !important;
}

.tabs-left .row .nav-tabs, .tabs-left .row .nav-tabs li a {
	border: 1px solid transparent;
	border-right: 1px solid #ccc;
}

.tabs-left .row .nav-tabs li.active a, .tabs-left .row .nav-tabs li a:hover
	{
	border: 1px solid #ccc !important;
	border-right: 1px solid transparent !important;
}

.main-blue {
	color: #0062af;
}

.fa.green, * .fa.green, .far.green, * .far.green, .green-text {
	color: green !important;
}

.btn.green {
	background: green !important;
}

.fa.grey, .far.grey {
	color: #a0a0a0 !important;
}

.fa.blue, * .fa.blue, .far.blue, * .far.blue, .blue-text {
	color: blue !important;
}

.fa.red, * .fa.red, .red, .far.red, * .far.red, .red, .red-text {
	color: red !important;
}

h3.active {
	color: #0062af;
}

/* timeline */
.left-creator .author-avatar, .left-creator img.author-avatar {
	width: 32px;
	height: auto;
	border-radius: 100px;
	width: 40px;
	float: left;
	display: inline-block;
	margin-right: 10px;
}

.timeline_record .first_row {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.left-creator {
	width: 45%;
	float: left;
	display: inline-block;
	line-height: 35px;
	padding: 0px;
	margin: 0px;
}

.right_buttons {
	width: 45%;
	display: inline-block;
	float: right;
	text-align: right;
}

.timeline_record .first_row a.btn {
	float: right;
	margin-left: 15px;
}

.first_row div.status_button {
	display: inline-block;
	position: relative;
}

div.status_button a {
	background: #f3f3f3;
}

.fa.green, div.status_button a .fa.green, .far.green, div.status_button a .far.green
	{
	color: green !important;
}

.fa.blue, div.status_button a .fa.blue, .far.blue, div.status_button a .far.blue
	{
	color: blue !important;
}

.fa.red, div.status_button a .fa.red, .far.red, div.status_button a .far.red
	{
	color: red !important;
}

.control-fa {
	visibility: hidden;
}

.menu li:hover .control-fa {
	visibility: visible;
}

.first_row .dropdown-toggle {
	
}

.status-list li {
	display: inline-block;
	text-align: center;
	padding: 10px !important;
}

.status-list li i {
	font-size: 1.6em !important;
	cursor: pointer;
}

.status_button_task .btn {
	padding: 0px !important;
	margin: 0px !important;
	display: inline-block !important;
	float: none !important;
	background: none;
}

.cd-timeline-content hr {
	margin: 5px 0px;
	padding: 0px;
}

.cd-timeline-content p {
	margin: 0px !important;
	padding: 0px;
}

.reply-right {
	float: right !important;
	color: #aaa;
}

.rounded-btn {
	padding: 5px 15px !important;
	border-radius: 20px !important;
	line-height: 15px !important;
}

.preset-ul .fa.active, .preset-ul .far.active {
	color: #0f0;
}

/* survey questions */
.ui-sortable-handle {
	height: auto !important;
}

#questions-sortable, .common-sortable {
	margin-top: 20px;
}

#questions-sortable div, .common-sortable div {
	position: relative;
}

#questions-sortable div, .common-sortable div {
	height: 35px;
	line-height: 31px;
	margin-bottom: 10px;
	cursor: pointer;
	border-radius: 5px;
	padding: 0px 10px;
}

#questions-sortable div:last-child, .common-sortable div:last-child {
	margin-bottom: 0px;
}

#questions-sortable div:hover, .common-sortable div:hover {
	background: #0062af;
	color: #fff;
	border: 1px solid #0062af;
}

#questions-sortable .delete-icon, .common-sortable .delete-icon {
	float: right;
}

#fields-sortable>div {
	display: block;
	padding: 15px 0px;
	border-bottom: 1px solid #ccc;
}

#fields-sortable .form-group {
	float: right;
}

#fields-sortable .delete-icon {
	
}

/* report extra answer */
.answer-pond div {
	position: relative;
}

.answer-pond div {
	min-height: 35px;
	line-height: 31px;
	margin-bottom: 10px;
	cursor: pointer;
	border-radius: 5px;
	padding: 0px 10px;
}

.answer-pond div:last-child {
	margin-bottom: 0px;
}

.answer-pond div:hover {
	/*background: #0062af;*/
	/*color: #fff;*/
	border: 1px solid #0062af;
}

.answer-pond .delete-icon {
	float: right;
}

.all-answers-pond .delete-icon {
	display: none;
}

.module-pond .delete-icon {
	display: none;
}

.has_pointer {
	cursor: pointer;
}

.dashboard-module-row .ui-state-default, .module-pond .ui-state-default
	{
	padding: 10px;
}

.dashboard-module-row-inner {
	min-height: 10px;
}

.dashboard-modules-block .col-md-1, .dashboard-modules-block .col-md-2,
	.dashboard-modules-block .col-md-3, .dashboard-modules-block .col-md-4,
	.dashboard-modules-block .col-md-5, .dashboard-modules-block .col-md-6,
	.dashboard-modules-block .col-md-7, .dashboard-modules-block .col-md-8,
	.dashboard-modules-block .col-md-9, .dashboard-modules-block .col-md-10,
	.dashboard-modules-block .col-md-11, .dashboard-modules-block .col-md-12
	{
	padding-left: 5px;
	padding-right: 5px;
}

.module-pond .ui-state-default {
	margin-bottom: 10px;
}

.module-pond-top-wrapper, .dashboard-module-row-inner {
	background: #efefef;
	min-height: 30px;
	margin: 10px 0px;
	padding: 10px 0px;
}

.module-name, .width-input-icon {
	display: inline-block;
}

.module-item .delete-icon {
	float: right;
	display: none;
}

.dashboard-module-row-inner .module-item:hover .delete-icon {
	display: inline-block;
}

.width-input-icon {
	color: #000;
}

.warning {
	color: orange;
}

.report-page .panel .panel-body hr:last-child, .panel.report-block .panel-body hr:last-child
	{
	display: none !important;
}

/* survey in */
.btn-grey {
	background: #aaa;
	color: #fff;
}

.survey-rows {
	max-height: 100%;
	overflow-y: auto;
}

.survey-rows>div {
	padding: 5px;
	display: block;
	cursor: pointer;
}

.survey-rows>div:hover, .survey-rows>div.active.is_seen, .survey-rows>div.active
	{
	background: #0062af;
	color: #fff;
}

.survey-rows>div.is_seen {
	color: #ccc;
}

/* contacts */
.contact-face {
	cursor: pointer;
	text-align: center;
	border: 1px solid #0062af;
}

.contact-face:focus, .contact-face:hover {
	background: #0062af;
	color: #fff;
}

.btn.btn-large-block.contact-favorite-block {
	color: #0062af !important;
	background: transparent;
	border: 1px solid #0062af !important;
}

.btn.btn-large-block.contact-favorite-block:hover {
	color: #fff !important;
	background: #0062af;
}

.contact-favorite-block span {
	display: block !important;
	margin-top: 10px;
}

.top-absolute-buttons {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: -5px;
}

.address-block-wrapper, .phone-block-wrapper, .email-block-wrapper {
	margin-bottom: 20px;
}

.address-block-wrapper .address-block, .phone-block-wrapper .phone-block,
	.email-block-wrapper .email-block {
	border: 1px solid #e8e8e8;
	padding: 10px;
	box-shadow: 0px 2px 0px #e8e8e8;
}

.system-user-form-panel .panel-body {
	padding: 0px;
}

.panel-body .panel {
	
}

.system-user-form-panel .well-block {
	border: 1px solid #ddd;
	box-shadow: 0px 2px 0px #e8e8e8;
	padding: 20px;
	margin-bottom: 30px;
}

/* condition */
.condition-item {
	padding-top: 10px;
	border-top: 1px dashed #ccc;
	margin-top: 5px;
}

.condition-item:first-child {
	padding-top: 0px;
	border: 0px !important;
}

#condition_total_wrapper .form-group {
	float: left !important;
	clear: none !important;
	margin: 0px !important;
}

#condition_total_wrapper .form-group *, #condition_total_wrapper .form-group .radio,
	#condition_total_wrapper .form-group span {
	float: left !important;
	clear: none !important;
	display: inline-block !important;
}

/* sub wrapper */
#sub-wrapper {
	margin-top: 30px;
}

.dashboard-modules-block .panel {
	border: 1px solid #e8e8e8 !important;
	min-height: 470px !important;
}

.dashboard-modules-block .panel {
	margin-bottom: 10px;
}

#dashboard-task-counter-container {
	text-align: right;
	color: #fff;
}

#dashboard-task-counter-container a {
	color: #fff;
}

.task-counter-item {
	display: inline-block;
	text-align: right;
	margin: 10px;
}

.unseen_timeline {
	display: inline-block;
	border-radius: 40px;
	width: 17px;
	height: 17px;
	color: #0062af;
	background: #fff;
	text-align: center;
	line-height: 17px;
	font-size: 0.7em;
	margin-right: -20px;
}

/* modules */
.todo-panel {
	
}

/* process */
.process_item {
	border: 1px solid green;
	padding: 5px 10px;
	display: inline-block;
	margin: 0px 5px 5px 0px !important;
	position: relative;
}

.process_item_default {
	border: 1px solid #000;
	background: #f3f3f3;
}

.process_item_highlight {
	
}

.process_item .fa {
	display: none;
}

.process_item:hover .fa {
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}

.pipeline-table, .pipeline-table tr th {
	border: 1px solid #ccc;
}

.pipeline-table tr td {
	border: 1px solid #ccc;
	border-bottom: 0px !important;
	border-top: 0px !important;
}

.pipeline_item_block {
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 4px 4px 0px #ccc;
	border: 1px solid #ccc !important;
	box-shadow: 0px 2px 0px #e8e8e8;
	margin-bottom: 20px !important;
}

.pipeline_item_block {
	position: relative;
}

.pipeline_item_block .control-block {
	display: none;
}

.pipeline_item_block:hover .control-block {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
}

#prev-table #dataTableQuickViewModule_filter {
	width: 100%;
	padding: 0;
}

#prev-table #dataTableQuickViewModule_filter option {
	font-weight: normal !important;
}

#prev-table label {
	width: 100%;
	max-width: 400px;
	padding: 0;
	font-weight: normal !important;
	color: #4e5e6a;
}

#prev-table label input {
	width: 100%;
	margin: 0;
	border-color: #a0a0a0;
	font-weight: normal !important;
}

#prev-table label select {
	font-weight: normal !important;
}

#prev-table .dataTables_length {
	display: none !important;
}

#prev-table #dataTableQuickViewModule_filter {
	text-align: left !important;
}

#prev-table.table-responsive {
	margin: 0 !important;
}

.dataTable.table th:first-child {
	padding-left: 0px !important;
}

@media ( min-width : 768px) {
	.contact-detail-right-col {
		
	}

	/* datatable float left for all tables*/
	.dataTables_filter {
		float: left !important;
	}
	.dataTables_length {
		float: right !important;
	}
	.dataTables_filter input {
		width: 400px;
	}

	/* for bottom length selection*/
	.dataTables_wrapper {
		padding-bottom: 10px !important;
	}
	.dataTables_length {
		position: absolute !important;
		z-index: 99 !important;
		bottom: 0px !important;
		left: 50% !important;
		margin-left: -130px;
	}

	/*

	 #dataTable_wrapper, #dataTable_wrapper * , .table-responsive {
	 overflow: visible !important;
	 }
	 #dataTable_length {
	 position: absolute;
	 top: 0px;
	 right: 0px;
	 margin-top: -60px !important;
	 }
	 */
}

/* fix for the datatable length selection */
@media ( max-width : 1200px) {
	.dataTables_length {
		margin-left: 0px !important;
		left: 0px !important;
	}
	.dataTables_wrapper {
		padding-bottom: 50px !important;
	}
}

@media ( max-width : 980px) {
	.panel-heading, .panel-title {
		height: auto !important;
	}
	.panel-title {
		
	}
}

@media ( max-width : 767px) {
	.top-absolute-buttons {
		position: relative;
		top: 0px;
		right: 10px;
	}
	.responsive-table td {
		display: block;
		margin: 0px 0px 10px 0px;
		width: 100%;
	}
	.sidebar-pusher * {
		color: #fff !important;
	}
	.logo-box.for-inner-page {
		width: 0px;
		margin: 0px !important;
		visibility: hidden;
	}
	.top-menu {
		position: absolute;
		right: 0px;
		top: 0px;
		margin-top: -9px;
		background: transparent;
	}
	.top-menu .dropdown-menu {
		background: #fff !important;
		border: 3px solid #ccc !important;
		margin-right: 10px;
	}
	.user-dropdown-toggle {
		background: transparent;
	}
	.table-responsive {
		padding: 10px;
	}
	.btn {
		margin-bottom: 10px;
	}
	.moneyfield {
		padding-bottom: 10px;
	}
	.moneyfield label, .moneyfield input {
		display: inline-block;
		width: auto;
		min-width: 10px;
		float: left;
	}
	.moneyfield label {
		min-width: 210px;
	}
}

@media ( max-width : 480px) {
	.moneyfield label, .moneyfield input {
		display: inline-block;
		float: none;
		min-width: 10px;
	}
	.moneyfield label {
		width: 100%;
		text-align: left;
	}
	.user-dropdown-toggle .user-name {
		display: none;
	}
}

.modal-lg2 {
	width: 1200px;
	max-width: 100% !important;
}

.modal-lg3 {
	width: 1400px;
	max-width: 100% !important;
}

.modal-content {
	border: 1px solid #ccc !important;
	box-shadow: 0px 0px 10px #333 !important;
}

.fa.active {
	color: green;
}

.fa.passive {
	color: grey;
}

/****Add link item****/
.intranetLinkItem:hover {
	background-color: #fff;
}

.teamItemavatar {
	margin-top: 15px;
	margin-bottom: -75px;
}

.teamItemContent {
	border: 1px solid #ccc;
	width: 100%;
	padding: 70px 0 10px 0px;
}

.element-hight-10 {
	height: 10px;
}

.intranetLinkGroup .intranetLinkItem {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 10px 10px 10px 0px;
	padding: 10px;
	width: 100%;
	float: left;
}

.intranetLinkGroup {
	clear: both;
}

.teamItemContentLeft {
	display: inline-block;
	width: 25%;
	color: #0062af;
	font-size: 10px;
}

.teamItemContent {
	background-color: #fff;
}

/*link module*/
.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

#linkPersonalContent .intranetLinkTitle, #linkSystemContent .intranetLinkTitle
	{
	margin-top: 5px;
}

#linkPersonalContent .intranetLinkTitle:first-child, #linkSystemContent .intranetLinkTitle:first-child
	{
	margin-top: 0;
}

.removeBorderExceptTop {
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.padding-5 {
	padding: 5px;
}
/*end link module*/

/* pipeline index with filter */
.block1 .form-inline label {
	width: 180px !important;
}

.block2 .form-inline label {
	width: 180px !important;
}

.address_field {
	min-height: 200px !important;
}

#pipeline-data-table_length {
	float: right;
}

#pipeline-data-table_filter {
	float: left;
}

#pipeline-data-table_filter>label {
	float: left;
}

@media ( min-width : 1200px) {
	#filter_total_wrapper, .filter_total_wrapper {
		position: absolute !important;
		margin-left: 470px !important;
		z-index: 209 !important;
	}
}

@media ( max-width : 1200px) {
	#filter_total_wrapper, .filter_total_wrapper {
		position: relative !important;
		margin-left: 0px !important;
		margin-bottom: 10px !important;
		z-index: 209 !important;
	}
}

#filter_total_wrapper {
	z-index: 301 !important;
}

.div_dropdown_hidden {
	position: absolute;
	z-index: 100 !important;
	max-width: 650px !important;
	min-width: 500px;
	border: 1px solid #ccc;
	padding: 0px !important;
	margin: 0px !important;
	top: 0px;
	margin-left: 0px !important;
	margin-top: 0px !important;
	box-shadow: 0px 0px 10px #aaa;
}

.div_dropdown_hidden>div {
	padding: 0px !important;
}

#filter_total_wrapper, .filter_total_wrapper {
	float: left;
}

@media ( max-width : 1024px) {
	.div_dropdown_hidden {
		width: 500px !important;
	}
}

.tag.label-info {
	font-size: 1em;
}

/* new contact */
.avatar-contact {
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 10px;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 55px;
	font-size: 30px;
}

.contact-name {
	margin-bottom: 0px;
}

.avatar-contact, .contact-right-beside-avatar {
	float: left;
	margin-right: 10px;
}

@media ( min-width : 1023px) {
	.contact-right-beside-avatar {
		width: 65% !important;
		display: inline-block !important;
	}
}

.control-btns-right {
	float: right;
	position: absolute;
	right: 15px;
	top: 0px;
	display: none;
}

#contact_info_left:hover .control-btns-right {
	display: block;
}

.spacer {
	margin-bottom: 20px;
}

.spacer-small {
	margin-bottom: 5px;
}

.tag {
	background: #ddd;
	display: inline-block;
	padding: 2px 7px;
	border-radius: 5px;
}

/* newtask issue */
.newtask-tag {
	background: #ccc;
	padding: 2px 5px;
	border-radius: 4px;
	display: inline-block;
}

.newtask-tag.normal {
	background: #4fabf3;
	color: #fff;
}

.newtask-tag.high {
	background: #fa7268;
	color: #fff;
}

.newtask-tag.emergency {
	background: #d00;
	color: #fff;
}

.newtask-tag.date-tag {
	color: #fff;
	background: #111 !important;
}

.newtask-item .p1, .newtask-item .p2, .newtask-item .p3 {
	float: left;
	display: block;
}

.newtask-item .p1, .newtask-item .p3 {
	width: 15px;
}

.newtask-item .p3 {
	width: 60px;
}

.newtask-item .p1 {
	margin-right: 10px;
}

.newtask-item .p2 {
	margin-right: 10px;
	width: calc(100% - 110px);
}

.newtask-item .p3 {
	float: right;
}

.newtask-description {
	margin: 10px 0px 0px !important;
	display: block !important;
	font-weight: bold;
}

.remove-newtask-item {
	display: none;
}

.newtask-item:hover .remove-newtask-item {
	display: block;
}

/* want to add chosen to datatable additional select box */
.table-responsive .chosen-container {
	text-align: left;
}

.table-responsive table {
	overflow: visible !important;
}

@media ( min-width : 1200px) {
	/* this to fix chosen not displaying all */
	.table-responsive {
		overflow: visible !important;
	}
}

/* service query builder */
#displayed_fields>div {
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin-bottom: 10px;
	background: #fff;
	position: relative;
}

#displayed_fields .remover {
	float: right;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 10;
}

#queried_fields>div {
	margin-bottom: 10px;
	position: relative;
	line-height: 30px;
}

#queried_fields .remover {
	position: absolute;
	top: 5px;
	right: 0px;
}

#displayed_fields, #queried_fields {
	position: relative;
	padding-bottom: 10px;
}

.toggle_a a {
	color: #aaa !important;
}

.toggle_a .active {
	color: #0062af !important;
}

/* new dashboard buttons */
.dashboard-button {
	display: inline-block;
	margin-right: 10px;
}

.dashboard-button a {
	margin: 0px !important;
}

.dashboard-button {
	position: relative;
}

.dashboard-button a .progress-bar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 3px;
	background: transparent;
	content: "";
	/*display:none;*/
	box-shadow: none !important;
	border: 0px;
}

.inner-progress {
	position: absolute;
	height: 3px;
	background: #fff;
	opacity: 0.3;
	top: 0px;
	left: 0px;
}

#dashboard-buttons-wrapper.sorting .progress-bar {
	display: none;
}

#dashboard-buttons-wrapper .sorting-status {
	display: none;
}

#dashboard-buttons-wrapper.sorting .sorting-status {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: -10px;
	margin-right: -10px;
	width: 100% !important;
	height: 100% !important;
	text-align: right !important;
	z-index: 10;
}

#dashboard-buttons-wrapper.sorting .sorting-status i {
	font-size: 20px !important;
	color: #fff;
	cursor: pointer;
}

#dashboard-buttons-wrapper.sorting a {
	opacity: 0.6;
}

.querybuilder_item {
	position: relative;
}

.querybuilder_item .control-buttons {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
}

.querybuilder_item .control-buttons i {
	cursor: pointer;
	font-size: 16px;
	margin-left: 5px;
}

.querybuilder_item:hover .control-buttons {
	display: block;
}

.notes_count, .tasks_count {
	background: #d00;
	color: #fff;
	padding: 2px 5px;
	border-radius: 20px;
}

.tasks_count {
	background: #d00;
}

/* micro product info block */
.micro-product-info-block {
	padding: 10px 0px;
	margin-bottom: 10px !important;
}

.product-info-area-1 .micro-product-info-block.blue,
	.product-info-area-1 .micro-product-info-block {
	background: #1ba1e2;
	color: #fff;
	padding: 10px;
}

.product-info-area-2 .micro-product-info-block {
	background: #60a917;
	color: #fff;
	padding: 10px;
}

.product-info-area-3 .micro-product-info-block {
	background: #fa6800;
	color: #fff;
	padding: 10px;
}

.micro-product-info-block a {
	color: #fff;
}

.micro-product-info-block .micro-product-info-block-content {
	/*font-weight: bold;*/
	
}

.micro-product-info-block-content {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-info-area-1>div, .product-info-area-2>div, .product-info-area-3>div
	{
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.product-info-area-1, .product-info-area-2, .product-info-area-3 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.micro-product-info-block .modal-content {
	color: #4e5e6a;
	font-weight: normal;
}

.bootstrap-tagsinput .tag {
	margin-bottom: 2px;
	margin-top: 2px;
}

.contact-favorite-block {
	position: relative;
	word-wrap: break-word;
}

.contact-favorite-block .delete-btn {
	position: absolute;
	top: 0px !important;
	right: 0px !important;
	margin: 0px !important;
	display: none !important;
	z-index: 20;
}

.contact-favorite-block:hover .delete-btn {
	display: block !important;
}

.product-multiple-checkbox-custom-field input {
	display: inline-block !important;
	max-width: 90%;
}

.btn-large-block.contact-favorite-block.is_grayed {
	background: #ccc !important;
	color: #111 !important;
	border-color: #999 !important;
}

.btn-large-block.contact-favorite-block.is_grayed:hover {
	transform: unset !important;
}

.contact-favorite-block.is_grayed span {
	color: #333 !important;
}

.the_lightbox_background {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	position: fixed;
	z-index: 9999;
	display: none;
	top: 0%;
	left: 0%;
}

.the_lightbox_file_browser {
	width: 960px;
	height: 70%;
	position: fixed;
	top: 15%;
	left: 50%;
	margin-left: -450px;
	padding: 1%;
	border: 1px solid #000;
	background: #fff;
	z-index: 10000;
	display: none;
}

.the_lightbox_file_browser .close_button {
	position: absolute;
	float: left;
	height: 30px;
	line-height: 22px;
	color: #333;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #e4e4e4;
	background: -moz-linear-gradient(top, #f6f6f6, #e4e4e4);
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6),
		to(#e4e4e4));
	filter: progid:DXImageTransform.Microsoft.Gradient(       
	StartColorStr='#f6f6f6', EndColorStr='#e4e4e4', GradientType=0);
	top: -33px;
	right: -2px;
	border: 1px solid #000;
}

.the_lightbox_file_browser_content {
	width: 100%;
	height: 100%;
}

.product-image-preview {
	max-width: 700px;
}

.product-image-preview img {
	display: block !important;
	margin: 0px 0px 20px 0px !important;
	max-width: 100% !important;
	width: 100%;
}

/* hide delete button for uncompleted task */
.newtask-item .remove-newtask-item {
	display: none !important;
}

.newtask-item:hover .remove-newtask-item {
	display: block !important;
}

.newtask-item .send-newtask-item {
	display: none;
}

.newtask-item:hover .send-newtask-item {
	display: block;
}

.newtask-item.complete .send-newtask-item {
	display: none !important;
}

.bootstrap-timepicker-widget {
	z-index: 9999;
}

/* add backround to modal header */
.modal .modal-header {
	border-bottom: 1px solid #ccc !important;
	margin-bottom: 15px;
	background: #f1f1f1;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: unset !important;
	height: auto !important;
}

/* new sidebar menu fix (for small toggler)*/
.small-sidebar .page-sidebar-inner {
	max-width: 100px !important;
	overflow: hidden !important;
}

.small-sidebar .page-sidebar-inner:hover {
	max-width: unset !important;
	overflow: unset !important;
}

.page-sidebar {
	margin-top: -10px !important;
}

.small-sidebar ul.accordion-menu li a .menu-text {
	visibility: hidden;
}

.small-sidebar ul.accordion-menu li a:hover .menu-text, .small-sidebar ul.accordion-menu li:hover .menu-text
	{
	visibility: visible;
}

.small-sidebar ul.accordion-menu li .sub-menu {
	visibility: hidden;
}

.small-sidebar ul.accordion-menu li:hover .sub-menu {
	visibility: visible !important;
}

.the-sidebar-accordion-menu-active-item {
	background: #4fabf3 !important;
}

/* dashboard module menu */
.dashboard-module .menu {
	background: transparent;
}

.dashboard-module .menu a {
	color: #4e5e6a !important;
}

.dashboard-module .menu a:hover {
	color: #fff !important;
	background: #005497 !important;
}

.dashboard-module .accordion-menu .sub-menu {
	background: transparent;
}

.dashboard-module .accordion-menu .sub-menu li a {
	color: #4e5e6a !important;
}

.dashboard-module .accordion-menu .sub-menu li a:hover {
	color: #fff !important;
}

/* new chart icon for survey statistic*/
.table-result-item {
	line-height: 22px !important;
	display: block;
}

.table-result-item i {
	display: none;
}

.table-result-item:hover i {
	display: inline-block;
	font-size: 17px !important;
}

/* projects */
.taskgroup-each-item, .task-each-item {
	position: relative;
}

.task-items .task-each-item {
	border: 1px solid #ccc;
	margin: 0px 0px 20px 0px;
	padding: 10px 10px;
	background: #fff;
	/*box-shadow: 2px 2px 0px #ddd !important;*/
}

.task-items .task-each-item:last-child {
	margin-bottom: 0px;
}

.each-item-sorting-holder {
	position: absolute;
	right: 0px;
	top: 7px;
	font-size: 16px;
	width: 30px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
}

@media ( max-width : 1024px) {
	.dataTable a i.fa {
		font-size: 25px;
		margin: 10px;
		display: inline-block;
	}
}

.moveToContact {
	border: 2px solid #f00;
	padding: 20px 10px 0px 10px;
	background: #eca5a5;
	color: #000;
	margin-bottom: 20px;
}

.navbar-left li .dropdown-menu a {
	font-size: 14px !important;
}

.navbar-left .dropdown-menu li {
	height: auto !important;
}

@media ( max-width : 1200px) {
	.hide-on-tablet {
		display: none;
	}
}

.table-responsive {
	overflow-x: auto !important;
}

/* REPO items */
.repo-files-wrapper {
	margin-top: -20px;
}

.repo-file-item {
	padding: 20px;
	position: relative;
	background: #fff;
	margin-top: 20px;
}

.repo-file-item:first-child {
	margin-top: 0;
}

.repo-file-item.odd {
	background: #ebebeb;
	border: 1px solid #ddd;
}

.repo-file-item h3 {
	font-weight: normal;
}

.repo-file-item .toggle-back-to-small-file-detail {
	position: absolute;
	right: 10px;
	top: 20px;
}

/* Profile Courses*/
.inbox-widget a:hover {
	cursor: pointer;
}

/* Team Member Card*/
.user-profile-card {
	border: 1px solid #eee;
	margin-bottom: 10px;
}

.user-profile-card img {
	display: block;
	margin: 20px auto;
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

/*Team profile*/
.team-profile .nav-tabs {
	border: none;
}

.team-profile .nav-tabs>li>a {
	border-bottom: none;
}

.team-profile .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover,
	.nav-tabs>li.active>a:focus {
	border: none;
	border-bottom: 2px solid var(--color1);
}

.team-profile .tab-content {
	border: none;
}

.team-profile hr {
	border-top: 1px solid #eee !important;
}

#teamprofile .info-box .info-box-stats p {
	color: white;
}

#teamprofile .info-box .info-box-icon i {
	color: white;
}

#teamprofile .info-box .info-box-stats span.info-box-title {
	color: white;
}

/* Intranet/Links */
.intranetLinkGroup .intranetLinkItem a {
	font-size: 15px;
}

/* AutoComplete Change Style*/
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
	.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
	{
	border: none;
	background-color: #1869a9;
	background-image: none;
	color: white;
}

/*Panel Primary Heading*/
.panel-primary .panel-heading {
	background-color: var(--color1);
	margin-left: 0px !important;
}

.panel-primary .panel-heading .panel-title {
	color: white !important;
	padding: 0 20px;
	width: auto;
}

.panel-primary .panel-heading .panel-title a:hover, .panel-primary .panel-heading .panel-title a:focus
	{
	color: white !important;
}

.panel-primary .panel-heading .panel-control a .fa {
	color: white;
}

.panel-primary .panel-heading .panel-control {
	margin-right: 20px;
}

.well-tight {
	padding: 5px 10px;
	margin-bottom: 5px !important;
}

/*
For chat start
 */
.select2-container {
	z-index: 9999;
}

.topmenu-outer.has-chat {
	padding-right: 50px !important;
}

.quick-chat {
	position: fixed;
	top: 0;
	right: -350px;
	z-index: 9999;
	width: 400px;
	height: 50px;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}

.quick-chat .quick-chat-header {
	border-bottom: 1px solid #e2e8f0;
}

.quick-chat .quick-chat-header-ico {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	height: 50px;
	width: 50px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}

.quick-chat .quick-chat-header-ico .quick-chat-header-has-new-messages {
	width: 8px;
	height: 8px;
	background: red;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 6px;
}

.quick-chat .quick-chat-header-room {
	display: none;
	padding: 0 12px;
	height: 50px;
	align-items: center;
}

.quick-chat .quick-chat-header-room .quick-chat-header-room-image .quick-chat-user-images
	{
	height: 40px;
	width: 40px;
}

.quick-chat .quick-chat-header-room .quick-chat-header-room-name {
	margin-left: 16px;
	font-weight: 500;
	font-size: 18px;
	cursor: pointer;
}

.quick-chat .quick-chat-header-room .quick-chat-action {
	margin-left: auto;
}

.quick-chat .quick-chat-header-room .quick-chat-action .quick-chat-header-room-close,
	.quick-chat .quick-chat-header-room .quick-chat-action .quick-chat-header-room-cog
	{
	font-size: 18px;
	background: none;
	border: none;
}

.quick-chat .quick-chat-body {
	display: flex;
}

.quick-chat .quick-chat-body .quick-chat-rooms {
	margin: 0;
	padding: 0;
	width: 50px;
	height: calc(100vh - 90px);
	list-style: none;
}

.quick-chat .quick-chat-body .quick-chat-room-item {
	padding: 10px 12px;
	cursor: pointer;
	position: relative;
}

.quick-chat .quick-chat-body .quick-chat-room-item.active, .quick-chat .quick-chat-body .quick-chat-room-item:hover
	{
	background: #f1f5f9;
}

.quick-chat .quick-chat-body .quick-chat-room-item .chat-user-online {
	width: 8px;
	height: 8px;
	background: #c3c3c3;
	border-radius: 50%;
	position: absolute;
	bottom: 10px;
	right: 6px;
}

.quick-chat .quick-chat-body .quick-chat-room-item .chat-room-has-new-messages
	{
	width: 8px;
	height: 8px;
	background: red;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 6px;
}

.quick-chat .quick-chat-user-images {
	height: 25px;
	width: 25px;
	overflow: hidden;
}

.quick-chat .quick-chat-user-images>img {
	height: 100%;
	width: 50%;
	float: left;
}

.quick-chat .quick-chat-user-images>img:first-child:last-child {
	width: 100%;
}

.quick-chat .quick-chat-user-images>img:last-child:nth-child(3),
	.quick-chat .quick-chat-user-images>img:nth-child(2):nth-last-child(2)
	{
	height: 50%;
}

.quick-chat .quick-chat-body .quick-chat-container {
	margin: 0;
	padding: 0;
	width: 350px;
	height: calc(100vh - 90px);
	background-color: #f8fafc;
	border-left: 1px solid #e2e8f0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.quick-chat .quick-chat-search .select2-selection {
	border: none !important;
}

.quick-chat .quick-chat-search .select2-selection .select2-selection__rendered
	{
	width: calc(100% - 20px);
}

.quick-chat-select-search-result {
	position: relative;
	display: flex;
	align-items: center;
}

.quick-chat-select-search-result .chat-user-image {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.quick-chat-select-search-result .chat-user-online {
	width: 8px;
	height: 8px;
	background: #c3c3c3;
	border-radius: 50%;
	position: absolute;
	bottom: -2px;
	left: 20px;
	border: 1px solid #fff;
}

.quick-chat .quick-chat-search .select2-selection:after {
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 21px;
	-webkit-font-smoothing: antialiased;
	content: "\e003";
	position: absolute;
}

.quick-chat .quick-chat-search .quick-chat-search-icon {
	display: inline-block;
	width: 36px;
	height: 38px;
	margin: 0;
	text-align: center;
	line-height: 38px;
}

.quick-chat .quick-chat-body .quick-chat-container .quick-chat-placeholder
	{
	position: absolute;
	top: 90px;
	left: 50px;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.quick-chat .quick-chat-body .quick-chat-container .quick-chat-input-container
	{
	display: flex;
	padding: 14px;
	border-top: 1px solid #e2e8f0;
}

.quick-chat .quick-chat-body .quick-chat-container .quick-chat-input-container .quick-chat-input
	{
	border: 2px solid #cbd5e1;
	border-radius: 20px;
	padding: 0 16px;
	flex: 1;
}

.quick-chat .quick-chat-body .quick-chat-container .quick-chat-input-container .quick-chat-input.focus
	{
	border-color: #4f46e5;
}

.quick-chat .quick-chat-body .quick-chat-container .quick-chat-input-container .quick-chat-input textarea
	{
	padding: 0;
	margin: 11px 0;
	width: 100%;
	border: 0;
	outline: none;
	height: 20px;
	background: transparent;
	resize: none;
	font-size: 14px;
	overflow: hidden;
	display: block;
}

.quick-chat .quick-chat-body .quick-chat-container .quick-chat-input-container .quick-chat-btn-send
	{
	width: 46px;
	height: 46px;
	background: transparent;
	border: none;
	font-size: 20px;
	margin-left: 14px;
}

.quick-chat .quick-chat-messages .quick-chat-message-dateline {
	display: flex;
	align-items: center;
	color: #64748b;
	margin: 12px -24px;
}

.quick-chat .quick-chat-messages .quick-chat-message-dateline .quick-chat-message-dateline-text
	{
	margin: 0 16px;
}

.quick-chat .quick-chat-messages .quick-chat-message-dateline .quick-chat-message-dateline-dash
	{
	border: 1px solid #e2e8f0;
	flex: 1 1;
}

.quick-chat .quick-chat-messages {
	padding: 24px;
}

.quick-chat .quick-chat-messages .quick-chat-message {
	display: flex;
	flex-direction: column;
}

.quick-chat .quick-chat-messages .quick-chat-message.quick-chat-message-right
	{
	align-items: flex-end;
}

.quick-chat .quick-chat-messages .quick-chat-message .quick-chat-message-text
	{
	max-width: 75%;
	width: fit-content;
	width: -moz-fit-content;
	position: relative;
	padding: 8px 12px;
	margin-top: 12px;
	border-radius: 8px;
	color: white;
	background: var(- -color4);
}

.quick-chat .quick-chat-messages .quick-chat-message.quick-chat-message-left .quick-chat-message-text
	{
	border-bottom-left-radius: 0;
}

.quick-chat .quick-chat-messages .quick-chat-message.quick-chat-message-left .quick-chat-message-text:after
	{
	content: '';
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateX(-100%);
	background: radial-gradient(circle at 0 0, transparent, transparent 72%, var(- 
		 -color4) 72%);
}

.quick-chat .quick-chat-messages .quick-chat-message.quick-chat-message-right .quick-chat-message-text:after
	{
	content: '';
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateX(100%);
	background: radial-gradient(circle at 100% 0, transparent, transparent 72%, var(--color1
		) 72%);
}

.quick-chat .quick-chat-messages .quick-chat-message.quick-chat-message-right .quick-chat-message-text
	{
	background: var(--color1);
	border-bottom-right-radius: 0;
}

.quick-chat .quick-chat-messages .quick-chat-message .quick-chat-message-time
	{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 12px;
	align-items: flex-start;
}

.quick-chat .quick-chat-messages .quick-chat-message.quick-chat-message-right .quick-chat-message-time
	{
	margin-left: 0px;
	margin-right: 12px;
}

.quick-chat .quick-chat-messages-notice {
	font-style: italic;
	margin: 0;
	padding: 0 5px;
}

.quick-chat.open {
	right: 0px;
	height: 100vh;
}

.quick-chat.open .quick-chat-header-ico {
	display: none;
}

.quick-chat.open .quick-chat-header-room {
	display: flex;
}

@media screen and (max-width: 992px) {
	.topmenu-outer.has-chat, .page-inner.has-chat {
		padding-right: inherit !important;
	}
	.quick-chat {
		right: -400px;
	}
}
/*
For chat end
 */
.nav-pills li {
	background: #eee
}

.line-placeholder.dashed {
	border: 2px dashed #bbb;
	padding: 10px;
	margin-bottom: 10px;
	background: #efefef;
}

.each-product-line .product-in-line {
	margin-bottom: 10px;
}

.desc_advanced_container {
	margin-top: 20px;
	background: rgb(245, 245, 245);
	border: 1px solid rgb(204, 204, 204);
	padding: 10px;
	border-radius: 5px;
	display: block;
	line-height: 20px;
	font-size: 13px;
}

.desc_advanced_container p {
	margin: 0;
}

.desc_advanced_container .desc_advanced_tag_name {
	display: inline-block;
	width: 200px;
}

.desc_advanced_container .desc_advanced_tag_desc {
	display: inline-block;
	width: calc(100% - 200px);
}

.repo-search-page .category-tree.active>.dd3-content>.dd-link {
	background: var(--color1);
	color: #fafafa;
	padding: 8px 10px;
	margin: -8px -10px 0;
}

.repo-search-page .category-tree.active>.dd3-content>.dd-link a {
	color: #fafafa;
}

/*.repo-search-page .category-tree.active .dd3-content a {*/
/*	color: #fafafa;*/
/*}*/
.repo-search-page .repo-file-item .small-detail h3, .repo-search-page .repo-file-item .more-detail h3
	{
	font-size: 24px;
}

.repo-search-page .repo-file-item .small-detail .file_detail_language,
	.repo-search-page .repo-file-item .more-detail .file_detail_language {
	font-size: 12px;
	float: right;
	margin: 0;
	padding: 6px 0;
}

.rental-table-parent-toggler {
	border: 1px solid #333;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 30px;
}

.contact-detail-wrapper {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 20px;
}

.nav-pills {
	border-bottom: none;
}

#index_module .tab-content {
	border: none;
}

.nav-pills>li>a {
	border-bottom: solid 1px #ccc;
}

#addModuleModal .modal-body {
	width: 100%;
	height: auto;
}

#index_module .nav-pills li .badge {
	height: 17px;
	position: relative;
	top: -5px;
}

.comment_task_dashboard_item {
	margin-bottom: 10px;
	border-left: solid 2px var(--color1);
	position: relative;
}

.wapper_item_comment_task {
	padding: 0px;
	margin: 0px 5px;
}

.wapper_item_comment_task .inbox-item-img {
	margin: 10px 0;
}

.wapper_item_comment_task .author-avatar {
	border-radius: 50px;
	width: auto;
	height: 40px;
	margin-left: 10px;
}

.wapper_item_comment_task .inbox-item-img .avatar {
	margin-left: 10px;
}

.wapper_item_comment_task .inbox-item-author {
	color: #4E5E6A;
	padding-bottom: 0px;
}

.wapper_item_comment_task .inbox-item-text {
	color: #4E5E6A;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.wapper_item_comment_task .explode_text {
	text-align: center;
	padding-bottom: 0px;
}

.wapper_item_comment_task .explode_text a {
	width: 50px;
	margin: 0px auto;
}

.comment_task_dashboard_item .hide_comment_task {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 0px;
	text-transform: capitalize;
	color: #0062af;
}

.wapper_item_comment_task .comment_task_name {
	margin: 0;
	font-weight: bold;
	font-size: 13px;
	text-transform: capitalize;
	color: #0062af;
}

.dropdown-nav-pills .dropdown a {
	background-color: var(--color1);
	color: #fff;
}

.dropdown-nav-pills .dropdown-item {
	width: 100%;
	display: block;
	clear: both;
	padding: 10px 15px;
	margin: 1px 0;
}

.dropdown-nav-pills .dropdown-item:hover {
	background-color: var(- -main-color);
}

.dropdown-nav-pills .dropdown-item:first-child {
	margin-top: 0px;
}

.dropdown-nav-pills .dropdown-item:last-child {
	margin-bottom: 0px;
}

.dropdown-nav-pills .dropdown .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.rental-contact-stock-line-detail-has-padding {
	padding-left: 28px
}

.no-border-tabs .tab-content {
	padding-top: 25px
}

.must-read img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.must-read .post-top {
	margin-bottom: 15px;
}

.must-read .post-top .item-image {
	margin-bottom: 15px;
}

.must-read .post-top .author-date-comment {
	display: flex;
	justify-content: space-between;
}

.must-read .post-top .item-body h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.must-read .post-top .author-date-comment .author-date {
	display: flex;
}

.must-read .post-top .author-date-comment .author-date .author {
	font-weight: 600;
	padding-right: 10px;
}

.must-read .post-top .des {
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	padding: 0;
}

.must-read .post-top .comment {
	background: #3f3f3f;
	padding: 2px 6px;
	color: #fff;
	position: relative;
}

.must-read .post-bottom .media-custom {
	display: flex;
	margin-top: 15px;
	flex-wrap: wrap;
}

.must-read .post-bottom .media-custom .item-image {
	width: 30%;
	margin-right: 4%;
}

.must-read .post-bottom .media-custom .item-image img {
	width: 100%;
	object-fit: cover;
}

.must-read .post-bottom .media-custom .item-body {
	width: 66%;
}

.must-read .post-bottom .media-custom .item-body h3 {
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.must-read .post-bottom .media-custom h3 {
	font-size: 14px;
}

.must-read .post-bottom .must-read-intro {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-bottom: 0;
}

p.requirement {
	margin: 0;
	padding: 0;
}

p.requirement.passed {
	color: green;
}

p.requirement.passed .fa-square:before {
	content: "\f14a";
}

.right-sidebar-content {
	overflow: hidden;
	z-index: 999;
	border: 1px solid #ccc !important;
	box-shadow: 0px 0px 10px #333;
	position: fixed;
	background: #fff;
	top: 0;
	bottom: 0;
	right: -610px;
	width: 600px;
	max-width: 100vw;
	height: 100vh;
	transition: right 300ms;
}

.right-sidebar-content.show {
	right: 0;
}

.right-sidebar-content .right-sidebar-body {
	position: relative;
	padding: 0 20px 20px 20px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	height: calc(100vh - 110px);
}

.right-sidebar-content .right-sidebar-footer {
	position: relative;
	padding: 10px 20px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border: 0;
	text-align: right;
}

.right-sidebar-content .right-sidebar-header {
	padding: 20px 20px 20px 20px;
	overflow: hidden;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 0 !important;
	min-height: 55px;
	font-size: 14px;
	font-weight: 600;
}

.menu.accordion-menu .sub-menu .sub-menu {
	padding-left: 5px;
	border-left: 1px solid #fff;
}

.menu.accordion-menu .sub-menu  .droplink .arrow::before {
	margin-top: 0;
}

.menu.accordion-menu .sub-menu  .droplink .arrow {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.menu.accordion-menu .sub-menu  .droplink>a {
	height: 40px;
	display: flex;
	align-items: center;
	position: relative;
}

input[type=checkbox].form-control, input[type=radio].form-control {
	width: unset;
	height: unset;
	display: unset;
}

.dt-layout-cell button {
	margin-bottom: 0px !important;
}

/* fix for warehouse product selection pop up */
#group_selector, #warehouse_selector {
	max-width: 200px;
}

.modal-body {
	max-height: calc(100vh - 200px);
	overflow-y: auto;
}

/* fix for multiple modal open at once */
.modal.fade {
	transition: opacity 0.01s linear !important;
}

.nowrap {
	white-space: nowrap;
}

.page-footer {
	z-index: -1
}


/* for order invoice proposal */
.auto-2col {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.auto-2col label {
    flex: 0 0 180px; 
    margin: 0;
}

.auto-2col .input-group {
    flex: 1; 
}

.input-group-addon.btn {
	width: 1% !important
}


@media (max-width: 768px) {
    .auto-2col {
        flex-direction: column;
        align-items: stretch;
    }

    .auto-2col label {
        flex: none;
    }
}




.hook-button-group {
	display: inline-block;
}

.hook-button-group .form-group, .hook-button-group .form-group label {
	display: inline-block;
	
}

.hook-button-group button {
	
}