body#LoginForm {
	background-image:
		url("https://hdwallsource.com/img/2014/9/blur-26347-27038-hd-wallpapers.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 10px;
	height: 100vh
}

.panel h2 {
	color: #444444;
	font-size: 18px;
	margin: 0 0 8px 0;
}

.panel p {
	color: #777777;
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 24px;
}

.login-form .form-control {
	background: #f7f7f7 none repeat scroll 0 0;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
}

.panel-body {
	padding: 0px !important;
}

.btn3 {
	text-align: right;
}

.mt-4 {
	margin-top: 58px;
}

.main-div {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff none repeat scroll 0 0;
	border-radius: 2px;
	width: 36%;
	padding: 50px 50px 50px 50px;
}

.login-form .form-group {
	margin-bottom: 10px;
}

.login-form {
	text-align: center;
}

.forgot a {
	color: #777777;
	font-size: 14px;
	text-decoration: underline;
}

.login-form  .btn.btn-primary {
	background: #f0ad4e none repeat scroll 0 0;
	border-color: #f0ad4e;
	color: #ffffff;
	font-size: 14px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
}

.forgot {
	text-align: left;
	margin-bottom: 30px;
}

.botto-text {
	color: #ffffff;
	font-size: 14px;
	margin: auto;
}

.login-form .btn.btn-primary.reset {
	background: #ff9900 none repeat scroll 0 0;
}

.back {
	text-align: left;
	margin-top: 10px;
}

.back a {
	color: #444444;
	font-size: 13px;
	text-decoration: none;
}

/* Set height of the grid so .sidenav can be 100% (adjust if needed) */
.row.content {
	height: auto
}

/* Set gray background color and 100% height */
.sidenav {
	background-color: #f1f1f1;
	height: 100%;
}

/* Set black background color, white text and some padding */
footer {
	background-color: #555;
	color: white;
	padding: 15px;
}

/*7-1-2019*/
.fullbody {
	position: relative;
}

.fullbody .col-md-6 {
	position: static;
}

.Analytic__Container.fullscreen {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 2px;
	margin: 0 !important;
}

section.Analytic__Container.fullscreen div#chartPreview {
	margin: 0 !important;
}
/*7-1-2019 ends here*/

/* New Page Settings */
#sortable-container {
	list-style-type: none;
	display: inline-block; /* flex */
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
#sortable-container li{
	flex-grow: 1;
	width: 100%;
	min-height:50px;
	cursor:move;
	border: 1px solid #ddd;
    position: relative;
}
.section-wrapper.new .section_title {
	display: inline-block;
}
.section-wrapper.new.full .section_title {
	width: 80%;
}
.section-wrapper.new.half .section_title {
	width: 60%;
}
.graph_node_container {
	display: inline-block;
}
.section-wrapper.new.full .graph_node_container {
	width: 92%;
}
.section-wrapper.new.half .graph_node_container {
	width: 85%;
}
.graph_node_container a {
	width: 100%;
	text-align: left;
}
.graph_node_container a .metricPreview {
    float: right;
}
.section-wrapper.new .remove-section {
	text-align: right;
}
.section-wrapper.new.full .remove-section {
	width: 8%;
}
.section-wrapper.new.half .remove-section {
	width: 15%;
}
.section-wrapper.new.half {
	width: 50%;
}
.section-wrapper.new.full {
	width: 100%;
}
.section-wrapper.new {
	min-height: 0 !important;
}
.sortable-li:after, .sortable-sections-li:after, .sortable-blank-li:after {
	font-family: "FontAwesome";
    content: "\f047";
    position: absolute;
    top: 0px;
    left: -20px;
    font-size: 15px;
    color: #000;
}
.section-headr-wrapper.blank {
	min-height: 45px !important;
}
.sections-section h3 {
	border-bottom: 1px solid #ddd;
}
/* New Page Settings */

/* Highcharts Tooltip */
.highcharts-tooltip {
    pointer-events: auto !important;
}
.highcharts-tooltip > span {
    max-height: 350px !important;
    overflow-y: auto !important;
}
/* Highcharts Tooltip */

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
	.sidenav {
		height: auto;
		padding: 15px;
	}
	.row.content {
		height: auto;
	}
}

#Analytic__Container {
	background: #fff;
	border: 1px solid #eee;
	font-size: 15px;
	color: #000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	margin: 25px auto;
	padding: 15px;
}

#Analytic__Container .double input[type=text], #Analytic__Container .double input[type=email]
	{
	width: 49%;
	float: left;
}

#Analytic__Container .double input[type=text]:last-child {
	float: right;
}

#Analytic__Container input[type=text] {
	width: 100%;
}

.Analytic__Container {
	background: #fff;
	border: 1px solid #eee;
	font-size: 15px;
	color: #000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	margin: 25px auto;
	padding: 15px;
}

.Analytic__Container .double input[type=text], .Analytic__Container .double input[type=email]
	{
	width: 49%;
	float: left;
}

.Analytic__Container .double input[type=text]:last-child {
	float: right;
}

.Analytic__Container input[type=text] {
	width: 100%;
}

.Analytic__Form_Field_Container {
	margrowin: 10px;
}

.Analytic__Form_Field_Inner_Container {
	width: 48%;
	margin-left: 2px;
	display: inline-block;
}

.page-header {
	margin: 0 0 10px;
	padding: 10px 0 10px;
	background-color: #e8e8e8;
}

.page-header h2 {
	margin: 0;
}

.center-anchr {
	text-align: center;
}

.txt-right {
	text-align: right !important;
}

.txt-right .dropdown-menu {
	right: 0;
	left: auto;
}

table.table  a {
	margin: 0 4px;
}

table.table  a.editEvent {
	color: #089208;
}

table.table  a.deleteEvent {
	color: #ff1616;
}

table.table  a.editApi {
	color: #089208;
}

table.table  a.deleteApi {
	color: #ff1616;
}

span.select2.select2-container.select2-container--default {
	width: 100% !important;
}

.tags {
	cursor: pointer;
}

.chart-container {
	width: 550px !important;
	height: 600px !important;
	margin-left: 420px !important;
}

/*/////////////////////// Margin //////////////////////*/
.mar-t-10 {
	margin-top: 10px;
}

.mar-t-0 {
	margin-top: 0px !important;
}

.mar-t-5 {
	margin-top: 5px;
}

.mar-5 {
	margin: 5px;
}

.mar-t-20 {
	margin-top: 20px;
}

.margin-10 {
	margin: 10px;
}

.margin-5 {
	margin: 5px;
}

.mr-b-10 {
	margin-bottom: 10px;
}

/* ///////////////////////////////////////////////// */
.cursor {
	cursor: pointer;
}

.text-secondary {
    color: #6c757d!important;
}

#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.overlay {
	background: #525252;
	z-index: 9999999999;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	opacity: 0.7;
}

@
-webkit-keyframes spin { 0% {
	-webkit-transform: rotate(0deg);
}

100%{
-webkit-transform


:

 

rotate


(360
deg
);


	

}
}
@
keyframes spin { 0% {
	transform: rotate(0deg);
}

100%
{
transform


:rotate(360 deg)


;
}
}

/* Add animation to "page content" */
.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s
}

@
-webkit-keyframes animatebottom {from { bottom:-100px;
	opacity: 0
}

to {
	bottom: 0px;
	opacity: 1
}

}
@
keyframes animatebottom {from { bottom:-100px;
	opacity: 0
}

to {
	bottom: 0;
	opacity: 1
}

}
.Properties {
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 10px !important;
}

.Properties span {
	cursor: pointer;
}

.Properties span:hover {
	color: #2670af;
}

.columns {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.mappedColumns {
	margin-top: 20px;
}

.deleteMapping {
	background-color: #d04242;
	color: #fff;
	border: 0;
}

.json-attribute td {
	font-family: monospace;
	margin: 15px;
	cursor: pointer;
}

.json-continer {
	background-color: #fff;
	margin-top: 10px;
}

.json {
	background-color: #f5f5f5;
	padding: 8px;
}

.getProperties {
	margin-right: 10px;
}

.emoji-continer ul {
	margin: 0;
	padding: 0;
}

.emoji-continer ul li {
	display: inline-block;
	margin: 2px;
}

.emoji-continer ul li img {
	max-width: 28px;
	height: 28px;
	object-fit: cover;
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.emoji-continer ul li img:hover {
	-ms-transform: scale(1.2, 1.2); /* IE 9 */
	-webkit-transform: scale(1.2, 1.2); /* Safari */
	transform: scale(1.2, 1.2);
}

.emoji {
	position: relative;
}

.emoji-continer {
	width: 100%;
	max-width: 347px;
	background: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.07);
	position: absolute;
	top: 110%;
	right: 0;
	float: right;
	margin: 5px 0 0 0;
	height: 208px;
	overflow-y: auto;
	z-index: 1;
}

.emoji button {
	background: #e6e6e600;
	padding: 2px 8px;
	margin: 10px 0 0 0;
	font-size: 18px;
	border: 1px solid #ddd;
	outline: none;
	text-decoration: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.emoji button:hover {
	outline: none;
	text-decoration: none;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.07);
}

#txtEditor {
	-moz-appearance: textfield-multiline;
	-webkit-appearance: textarea;
	border: 1px solid gray;
	font: medium -moz-fixed;
	font: -webkit-small-control;
	height: 176px;
	overflow: auto;
	padding: 2px;
	resize: both;
	width: 100%;
}

.emoji-icon {
	width: 25px;
}

#jsonData td {
	font-size: 13px;
}

/*04-01-19 starts*/
.buttons-holder a {
	border-radius: 0;
	padding: 8px 30px;
	font-size: 16px;
	border: 1px solid #2068a9;
	min-width: 140px;
}

/*04-01-19 ends*/
li.sections {
	list-style: none;
	margin: 10px 0;
	background: #fff;
}

ul#sortable {
	padding: 0;
}

.section-wrapper {
	border: 1px solid #ddd;
	padding: 0;
	min-height: 100px;
	float: left;
	width: 100%;
}

.section-headr-wrapper {
	background: #e8e8e8;
	width: 100%;
	padding: 5px 10px;
	float: none;
	cursor: pointer;
}

.remove-section {
	float: right;
	display: table;
}

.removesection {
	color: red;
	cursor: pointer;
}

.deleteGraph {
	color: red;
	cursor: pointer;
}

.section-inner-wrapper {
	width: 100%;
	height: 85%;
	padding: 5px 10px;
	min-height: 70px;
	float: left;
}

.iframe-for-pages {
	border: none;
}

.iframe-for-pages {
	border: none;
	float: left;
	width: 100%;
	/* height: 100%; */
}

.section-title {
	display: inline;
}

.sections.col-sm-6 .expand-to-half {
	display: none;
}

.sections.col-sm-12 .expand-to-full {
	display: none;
}

.sections .remove-section a {
	margin: 5px 9px 0px 0;
	display: inline-block;
}

img.expand-collapse-section {
	max-width: 15px;
	margin: -3px 0 0 0;
}

.iframe-settings {
	margin: 5px 10px 0 8px;
	display: inline-block;
	cursor: pointer;
}

.height-input {
	width: 80px;
	border: 1px solid #ddd;
	padding: 3px 3px 3px 3px;
}

.settings-options li {
	padding: 10px
}

.dragItem {
	z-index: 9999;
	/*margin-top: 5px;*/
}

.dropdown-menu {
	z-index: 99999;
	left: 90px;
}

.dropdown-menu a {
	display: inherit;
	padding: 5px;
	margin: 3px;
}

.dropdown-item.edit:hover {
	color: #fff;
	background-color: #398439;
	font-size: 15px;
}

.dropdown-item.delete:hover {
	color: #fff;
	background-color: #c84444;
	font-size: 15px;
}

.btn {
	border-radius: 0 !important;
}

.section-inner-wrapper {
	background-color: #f1f1f1;
	width: 98%;
	border: 1px #6d6b6b dashed;
	text-align: center;
	vertical-align: middle;
	padding: 25px;
	float: none;
	margin: 10px;
}

.ui-droppable-hover {
	background-color: #adadad;
}

.switchGraphs:hover {
	color: #adadad;
}

.deleteGraph:hover {
	color: #adadad;
}

.glyphicon {
	font-size: 18px;
}

.fa {
	font-size: 18px;
}

.graph-container {
	float: left;
	margin: 2px;
	padding: 3px;
}

.graph-pencil {
	color: #00AA00;
}

.graph-danger {
	color: #d9534f;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

.btn .caret {
	margin-left: 4px;
}

#legenddiv {
	width: 250px;
	height: 300px !important;
	overflow: auto;
	float: left;
	border: 1px dotted #ccc;
	margin-left: 15px;
}

#legenddiv svg {
	position: relative !important;
	width: 100% !important;
}

#tabletFoot td {
	font-weight: 800;
	text-align: center;
}

.datepicker table tr td span {
	width: 100%;
}

.highcharts-container {
	width: 100% !important;
}

#chart-container {
	width: 100% !important;
}

.page-size {
	width: 30%;
	float: left;
}

.error-message {
	margin-top: 10px;
	padding: 5px;
}

/* JSON VIEWER */
pre {
	outline: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
}

.string {
	color: green;
}

.number {
	color: darkorange;
}

.boolean {
	color: blue;
}

.null {
	color: magenta;
}

.key {
	color: red;
}
/***************************/

/* Data Table (16-04-19) css starts*/
.paginate_button, .ellipsis {
	padding: 5px 10px;
	border: 1px solid #ddd;
	color: #337ab7;
	background: #fff;
	margin-left: -1px;
}

.paginate_button.current {
	border: 1px solid #337ab7;
	color: #fff;
	background: #337ab7;
}

.paginate_button:hover, .ellipsis:hover {
	background: #eee;
	border-color: #ddd;
}

#logsListTable_length {
	width: 100%;
	text-align: right;
}

#logsListTable_length label {
	display: flex;
	max-width: 165px;
	margin-left: auto;
	justify-content: center;
	align-items: center;
}

#logsListTable_length select.form-control {
	margin-right: 8px;
	margin-left: 8px;
}

#paginationContainer {
	margin-top: 10px;
}

.dt-buttons {
	margin-bottom: 10px;
}

button.dt-button.buttons-copy.buttons-html5 {
	padding: 6px 12px 6px 12px;
	color: #fbf9ff;
	background-color: #337ab7;
	border-color: #2e6da4;
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
}
/* Data Table (16-04-19) css ends*/
.vl {
	border-left: 2px solid #d4d4d4;
}

/*  */
.editMetric {
	margin-left: 10px;
}

#metrixPriview {
	border: 1px solid #ccc;
}

.messageBox {
	padding-right: 0px;
	padding-left: 0px;
}

.logBox {
	margin-left: 100px;
	border: 1px solid #ccc;
}

.pills-tabContent {
	border: 1px solid #ccc;
}

#tabContiner {
	margin: 14px;
	margin-left: 0px;
}

#tabContiner a {
	color: #000;
	background-color: #e3e3e3;
	padding: 16px;
	text-decoration: none;
}

#tabContiner a:hover {
	background-color: #c2c2c2;
}

#tabContiner a.activeTab {
	background-color: #efefef;
}

#logContiner {
	padding: 30px;
	background-color: #efefef;
	cursor: pointer;
}

.custom-pagination {
	text-align: right;
	padding: 10px;
	background-color: #eeeeee;
}

.custom-pagination a {
	padding: 10px;
	font-size: 18px;
	text-decoration: none;
}

.disabled {
	cursor: not-allowed !important;
	color: #2f3030 !important;
}

.disabled:hover {
	cursor: not-allowed !important;
	color: #2f3030 !important;
}

.message {
	height: 240px !important;
}

.colorBox {
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px;
	color: #fff;
	padding: 5px;
}

.colorContainer {
	padding: 3px 3px 7px 20px;
	cursor: pointer;
	height: 30px;
	margin: 7px 7px 7px 0px;
	list-style-type: none;
}

.colorContainer:hover {
	background-color: #d4d4d4;
}

.colorName {
	vertical-align: sub;
}

.customLabel {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.customCol {
	padding-right: 0px;
	padding-left: 0px;
}

.colorDropDown {
	width: 95%
}

#colorDropdownList {
	display: none;
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	padding: 0px 0px 0px 5px;
}

.openColor {
	display: block;
}

.tags {
	margin: 4px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px;
	color: #fff;
	margin-bottom: 3px;
	line-height: 20px;
	width: 28%;
	float: left;
}

.mt-3 {
	margin-top: 20px
}

#AddSegments__Form .form-control {
	height: 29px !important;
	font-size: 14px !important;
	padding: 3px 12px !important;
}

#AddSegments__Form textarea.form-control {
	height: auto !important;
}

#AddSegments__Form hr {
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	border: 0;
	border-top: 1px solid #dedede !important;
}

.anchor-cursor {
	cursor: pointer;
	color: #048696;
}

.anchor-cursor:hover {
	cursor: pointer;
	color: #048696;
	text-decoration: underline;
}

.details li {
	list-style: none;
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 200;
}

.font-size30 {
	font-size: 30px;
}

.desableGraph {
	cursor: default;
	background-color: #d0d0d0;
	color: #000;
	border-color: #d0d0d0 !important;
}

.desableGraph:hover {
	cursor: default;
	color: #000 !important;
	background-color: #d0d0d0 !important;
	border-color: #d0d0d0 !important;
}

.desableGraph:focus {
	cursor: default;
	color: #000 !important;
	background-color: #d0d0d0 !important;
	border-color: #d0d0d0 !important;
}

.desableGraph:active {
	cursor: default;
	color: #000 !important;
	background-color: #d0d0d0 !important;
	border-color: #d0d0d0 !important;
}

.cstm-inputbx-holder {
	background: #fff;
	border: 1px solid #b9b9b9;
	padding: 6px 6px 2px 6px;
	border-radius: 5px;
	cursor: text;
	z-index: 1;
	position: relative;
	min-height: 37px;
}

.cstm-inputbx-holder .selected-tag {
	background: #e4e4e4;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	padding: 2px;
	display: inline-block;
	margin-bottom: 4px;
	margin-left: 2px;
}

.cstm-inputbx-holder .selected-tag .fa {
	font-size: 12px;
	color: #999;
	padding: 0 5px;
	cursor: pointer;
}

.cstm-dropdown {
	padding: 0;
	list-style: none;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 0;
	max-height: 200px;
	overflow-y: auto;
	margin: -4px 0 0 0;
	position: relative;
	padding-top: 4px;
}

.cstm-dropdown li {
	padding: 6px 6px;
	font-size: 14px;
	color: #545454;
	cursor: pointer;
}

.cstm-dropdown li:hover {
	background: #5897fb;
	color: #fff;
}

.cstm-dropdown li.active {
	background: #dedede;
	color: #545454;
}

.cstm-dropdown li.active:hover {
	background: #5897fb;
	color: #fff;
}

.cstm-hide {
	display: none;
}

.cstm-show {
	display: block;
}

.remove-event, .event-filter, .event-settings, .getEventLogs {
	font-size: 12px;
	color: #999;
	padding: 0 5px;
	cursor: pointer;
}

element.style {
	width: auto;
	min-width: 580.5px;
	position: relative;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-dropdown {
	z-index: 9999 !important;
}

.disable {
	pointer-events: none;
	background: #d2d2d2;
}

#countTotalResult {
	line-height: 38px;
	color: #4198d3;
	font-size: 17px;
}

.segment-table tfoot {
	font-size: 16px;
	font-weight: 45;
	color: #4398e0;
}

.addEventDataFilter {
	margin-right: 66px;
	margin-bottom: 5px;
}

.snooze-triggered {
	margin-left: -25px;
	margin-top: 4px;
}

.border-btm:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 70%;
	background: #e2e2e2;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: table;
	clear: both;
}

.border-btm {
	margin-bottom: 15px;
	position: relative;
	float: left;
	width: 100%;
}

.border-btm:last-child:after {
	display: none;
}

.font-w-400 {
	font-weight: 400;
}

.margin-l-30 {
	margin-left: 30px;
}

.margin-b-12 {
	margin-bottom: 12px;
}

.json-button {
	cursor: pointer;
	padding: 4px;
	background-color: #444444;
	color: #FFF;
}

.json-button .fa {
	font-size: 15px;
}

.back-button .fa {
	font-size: 15px;
}

.back-button {
	text-decoration: underline;
}

#open {
	margin-right: 2px;
}

#close {
	margin-right: 2px;
}

.margin-0 {
	margin: 0px;
}

.connected-sortable {
	margin: 0 auto;
	list-style: none;
	background-color: #696969;
	padding: 10px;
}

.droppable-area {
	min-height: 75px;
	background-color: #b9b4b4;
	border: 3px dotted #3a3737;
}

.draggable-area .draggable-list {
	width: auto !important;
}

li.draggable-item:hover {
	cursor: pointer;
}

/* styles during drag */
li.draggable-item.ui-sortable-helper {
	background-color: #e5e5e5;
	-webkit-box-shadow: 0 0 8px rgba(53, 41, 41, .8);
	-moz-box-shadow: 0 0 8px rgba(53, 41, 41, .8);
	box-shadow: 0 0 8px rgba(53, 41, 41, .8);
	transform: scale(1.015);
	z-index: 100;
}

li.draggable-item.ui-sortable-placeholder {
	background-color: #ddd;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
}

.cstm-btn {
	margin: 0 0 4px;
}

.dt-button.buttons-html5 {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	/* border-radius: 4px; */
	background-color: #347ab6;
	color: #fff;
}

.lead-score-chart.active {
	background-color: #347ab6 !important;
	color: #fff !important;
}

.drophere {
	text-align: center;
	color: #000;
	margin-top: 20px;
	font-size: 25px;
}

li.draggable-item {
	padding: 10px;
	width: fit-content;
	margin-top: 5px;
	margin-left: 5px;
	background-color: #ffffff;
}

li.draggable-item-inline {
	padding: 10px 25px 10px 10px;
	cursor: pointer;
	display: inline-block;
	margin-top: 5px;
	margin-left: 5px;
	position: relative;
	background-color: #ffffff;
}

ul.droppable-inline {
	list-style: none;
	padding: 4px;
	background-color: #b9b9b9;
	margin-bottom: 6px;
}

li.draggable-item-inline i {
	margin: 0 !important;
	position: absolute;
	top: -6px;
	right: -4px;
	font-size: 11px;
	background: #d62d2d;
	color: #fff !important;
	height: 18px;
	border-radius: 50px;
	width: 18px;
	padding: 3px 0 0 5px;
}

#barGraphModal .modal-lg {
	width: 1220px !important;
}

.totalCount {
	line-height: 38px;
	color: #4198d3;
	font-size: 17px;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td
	{
	text-align: center;
}

.dataTables_scroll td {
	width: 39px;
	word-break: break-all;
	white-space: pre-wrap;
	overflow: hidden;
}

/* vertical tabs */
.tabs-left, .tabs-right {
	border-bottom: none;
	padding-top: 2px;
}

.tabs-left {
	border-right: 1px solid #ddd;
}

.tabs-right {
	border-left: 1px solid #ddd;
}

.tabs-left>li, .tabs-right>li {
	float: none;
	margin-bottom: 2px;
}

.tabs-left>li {
	margin-right: -1px;
}

.tabs-right>li {
	margin-left: -1px;
}

.tabs-left>li.active>a, .tabs-left>li.active>a:hover, .tabs-left>li.active>a:focus
	{
	border-bottom-color: #ddd;
	border-right-color: transparent;
}

.tabs-right>li.active>a, .tabs-right>li.active>a:hover, .tabs-right>li.active>a:focus
	{
	border-bottom: 1px solid #ddd;
	border-left-color: transparent;
}

.tabs-left>li>a {
	border-radius: 4px 0 0 4px;
	margin-right: 0;
	display: block;
}

.tabs-right>li>a {
	border-radius: 0 4px 4px 0;
	margin-right: 0;
}

.vertical-text {
	margin-top: 50px;
	border: none;
	position: relative;
}

.vertical-text>li {
	height: 20px;
	width: 120px;
	margin-bottom: 100px;
}

.vertical-text>li>a {
	border-bottom: 1px solid #ddd;
	border-right-color: transparent;
	text-align: center;
	border-radius: 4px 4px 0px 0px;
}

.vertical-text>li.active>a, .vertical-text>li.active>a:hover,
	.vertical-text>li.active>a:focus {
	border-bottom-color: transparent;
	border-right-color: #ddd;
	border-left-color: #ddd;
}

.vertical-text.tabs-left {
	left: -50px;
}

.vertical-text.tabs-right {
	right: -50px;
}

.vertical-text.tabs-right>li {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.vertical-text.tabs-left>li {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.pickmeup {
    z-index: 9999 !important;
}

.mar-left185 {
	margin-left: 185px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
  }
  
  .switch input {display:none;}
  
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #2196F3;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }