@charset "utf-8";

body {

}

h1, * h1, h2, * h2 {
	font-size:18px !important
}

.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: 150px;
}

.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;
}
.page-sidebar-inner:hover .sidebar-toggle {
	display: block !important;
}

#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 {
	margin: 20px 0px !important;
}

#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 .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 {
	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 10px 10px;
}

.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: #b75b14 !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.btn-primary, .btn-primary {
	background: #b75b14;
}

.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;
}

div.panel-primary-border {
	border-left: 14px solid #B75B14 !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-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: #b75b14;
	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;
}

.the_lightbox_background {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	position: fixed;
	z-index: 99;
	display: none;
	top: 0%;
	left: 0%;
}

.the_lightbox_file_browser {
	width: 900px;
	height: 70%;
	position: fixed;
	top: 15%;
	left: 50%;
	margin-left: -450px;
	padding: 1%;
	border: 4px solid #000;
	background: #fff;
	z-index: 100;
	display: none;
}

.the_lightbox_file_browser .close_button {

	position: absolute;
	float: left;
	height: 22px;
	line-height: 22px;
	color: #333;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 3px 5px;
	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: -34px;
	right: -3px;
}

.the_lightbox_file_browser_content {
	width: 100%;
	height: 100%;
}

.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 #b75b14;
	border-bottom: 2px solid #b75b14;
	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: #b75b14;
}

.fa.green, * .fa.green, .far.green, * .far.green {
	color: green !important;
}

.btn.green {
	background: green !important;
}

.fa.grey, .far.grey {
	color: #A0A0A0 !important;
}

.fa.blue, * .fa.blue, .far.blue, * .far.blue {
	color: blue !important;
}

.fa.red, * .fa.red, .red, .far.red, * .far.red, .red {
	color: red !important;
}

h3.active {
	color: #b75b14
}

/* 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: #b75b14;
	color: #fff;
	border: 1px solid #b75b14;
}

#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: #b75b14;*/
	/*color: #fff;*/
	border: 1px solid #b75b14;
}

.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: #b75b14;
	color: #fff;
}

.survey-rows > div.is_seen {
	color: #ccc;
}

/* contacts */

.contact-face {
	cursor: pointer;
	text-align: center;
	border: 1px solid #b75b14;
}

.contact-face:focus, .contact-face:hover {
	background: #b75b14;
	color: #fff;
}

.btn.btn-large-block.contact-favorite-block {
	color: #b75b14 !important;
	background: transparent;
	border: 1px solid #b75b14 !important;
}

.btn.btn-large-block.contact-favorite-block:hover {
	color: #fff !important;
	background: #b75b14;
}

.contact-favorite-block span {
	vertical-align: middle !important;
	display: block !important;
	margin-top: 20px
}

.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: #b75b14;
	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;
	 }
	 */

}

@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: 250px;
	float: left;
}
.intranetLinkGroup {
	clear: both;
}

.teamItemContentLeft {
	display: inline-block;
	width: 25%;
	color: #b75b14;
	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: 100px !important;
}

#pipeline-data-table_length {
	float: right;
}

#pipeline-data-table_filter {
	float: left;
}

#pipeline-data-table_filter > label {
	float: left
}

@media (min-width: 768px) {
	#filter_total_wrapper, .filter_total_wrapper {
		position: absolute !important;
		margin-left: 470px !important;
		z-index: 109 !important;
	}
}

.div_dropdown_hidden {
	position: absolute;
	z-index: 100;
	width: 600px !important;
	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: 68% !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: #DE7B2F;
	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: 40px;
}

.newtask-item .p1 {
	margin-right: 10px;
}

.newtask-item .p2 {
	margin-right: 10px;
	width: calc(100% - 90px);
}

.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: #b75b14 !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
}
.contact-favorite-block .delete-btn {
  position: absolute;
  top: 0px !important;
  right: 0px !important;
  margin: 0px !important;
  display: none !important;
}

.contact-favorite-block:hover .delete-btn {
  display: block !important;
}


.product-multiple-checkbox-custom-field input {
  display: inline-block !important;
  max-width:90%;
}










.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.complete: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;
}



.btn-white, a.btn-white:link, a.btn-white:visited, a.btn-white:active {
    color: #4E5E6A !important;
    border-color: #4E5E6A !important;
}


.stack_question_item {
    padding: 10px;
    margin-bottom: 10px;
}


.stack_question_item:hover {
	background: #efefef !important;
}

.well {
	background: #dfdfdf
}


.phase-disabled {
    background: #ccc;
}




.panel-body ul li {
    /*display: block;
    clear: both*/ 
}