/*--------------------Global Reset---------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { border: 0; margin: 0; outline: 0; padding: 0; }
:focus { outline: 0; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
img { border: 0; }
a img { border: 0; }

/* Enabling HTML5 tags in IE */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }

/*Firefox extra padding fix*/
input::-moz-focus-inner, button::-moz-focus-inner {
	padding: 0;
    border: 0;
}

/*--------------------Global Styles---------------------*/

a, a:link, a:visited { color: #5b9bd1; text-decoration: none; }
a:hover { color: #337ab7; text-decoration: underline; }
strong { font-weight: bold; }
cite, em, i { font-style: italic; }
pre, code { font-family: Courier New, monospace; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }
hr { clear: both; }
h1, h2, h3, h4, h5, h6 {
	font: 300 24px 'Open Sans', sans-serif;
	margin: 0 0 10px;
}
h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
}
p { }
input[type="button"], input[type="submit"], button, .button, a.button {
	padding: 7px 14px;
	font: 400 14px 'Open Sans', Arial, sans-serif;
	color: #333333;
	border: none;
	background-color: #E5E5E5;
	background-image: none;
	border-radius: 3px;
	text-decoration: none;
	-webkit-appearance: none;
	cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, .button:hover {
	background-color: #d3d3d3;
	text-decoration: none !important;
}
input[type="button"]:active, input[type="submit"]:active, button:active, .button:active {

}
input[type="button"][disabled], input[type="submit"][disabled], button[disabled], .button[disabled],
input[type="button"][disabled]:hover, input[type="submit"][disabled]:hover, button[disabled]:hover, .button[disabled]:hover {
	color: #a0a0a0;
	background-color: #E5E5E5;
	cursor: default;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="time"], textarea:not(#note-text), select {
	width: 415px;
	padding: 4px 10px;
	font: 400 13px 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 3px;
}
select {
	padding-right: 0;
	width: 437px;
	-webkit-border-radius: 3px;
	background: #fff;
}
textarea:not(#note-text) {
	height: 300px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus:not(#note-text), select:focus  {
	border-color: #999;
}
table {
	width: 100%;
}
table th, table td { padding: 10px 0; }

table input[type="button"], table input[type="submit"], table button, table .button, table a.button,
table input[type="text"], table input[type="password"], table input[type="email"], table input, table textarea, table select {
	display: block;
	width: 90%;
	margin: 2px auto;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}
.float-left { float: left; }
.float-right { float: right; }
.align-center { display: block; margin: 0 auto; text-align: center; }

.red, input.red { color: #fff; background-color: #d84a38; }
.red:hover, input.red:hover { color: #fff;  background-color: #c63927; }

.blue, input.blue { color: #fff;  background-color: #4b8df8; }
.blue:hover, input.blue:hover { color: #fff;  background-color: #2977f7; }

.green, input.green { color: #fff;  background-color: #35aa47; }
.green:hover, input.green:hover  { color: #fff;  background-color: #2d8f3c; }

.yellow, input.yellow  { color: #fff;  background-color: #ffb848; }
.yellow:hover, input.yellow:hover { color: #fff;  background-color: #ffaa24; }

.purple, input.purple { background-color: #8e44ad; }
.purple:hover, input.purple:hover { background-color: #793a93; }

.section-title { border-bottom: 1px solid #ddd; }

body {
	color: #3e4d5c;
	direction: ltr;
	font: 400 13px 'Open Sans', Arial, sans-serif;
	background: #333;
}


/*-------------------- Layout ---------------------*/

#header {
	background: #0b3e7d;
}
#header-top {
	padding: 0 20px;
	background: #0b3e7d;
	border-bottom: 5px solid #eff3f8;
}
#header-top-content {
	/* width: 960px; */
	margin: 0 auto;
}
#content-wrapper {
	padding: 30px 20px;
	background: #eff3f8;
}
#content {
	/* width: 920px; */
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	border-radius: 4px;
}
#footer {
	/* width: 960px; */
	margin: 0 auto;
	padding: 20px;
	color: #fff;
	background: #333;
}


/*-------------------- Header ---------------------*/
.lcw-operator-chat-status, .dd, .dd .ddTitle {
	height: 24px;
	width: 120px;
	padding: 0;
}
.dd .ddTitle .ddTitleText {
	padding: 0 20px 0 5px;
	line-height: 21px;
}
#show-menu {
	display: none;
	/* width: 33px;
	height: 33px; */
	width: auto;
	margin-left: 5px;
}
#breadcrumbs { padding: 4px 20px; color: #888; }
#breadcrumbs li {
	display: inline;
}
#breadcrumbs li a {
	color: #888;
}

#page-title {
	padding: 10px 20px;
	background-color: #fff;
}
#page-title h1 {
	/* width: 960px; */
	margin: 0 auto;
}
#new-task-button {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}
#nav-row {
	position: relative;
	background-color: #333;
	z-index: 999;
}
#logout {
	float: right;
	margin: 11px;
}
#user {
	float: right;
	margin: 10px;
	color: #fff;
}
#user-nav {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 11px;
	color: #fff;
}
ul#navigation {
	/* width: 960px; */
	margin: 0 auto;
	padding: 0 20px;
}
ul#navigation > li {
	position: relative;
	float: left;
}
ul#navigation > li.submenu:after {
	display: block;
	position: absolute;
	right: 4px;
	top: 2em;
	content: "\25BC";
	font-size: 10px;
	width: 10px;
	height: 10px;
	color: #ddd;
}
ul#navigation > li.submenu:hover:after {
	color: #fff;
}
ul#navigation  a {
	display: block;
	padding: 18px 15px;
	font-size: 14px;
	color: #fff;
}
ul#navigation  a:hover {
	text-decoration: none;
}
ul#navigation > li > a {
	padding: 18px 9px;
	background-color: #333;
}
ul#navigation > li.submenu > a {
	padding-right: 22px;
}
ul#navigation > li:hover > a,
ul#navigation > li.expanded > a {
	color: #fff;
	background-color: grey !important;
}
ul#navigation > li > ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 250px;
	color: #f1f1f1;
	background-color: #000000;
	z-index: 1;
}
/* ul#navigation > li:hover > ul, */
ul#navigation > li.expanded > ul {
	display: block;
}
ul#navigation > li > ul > li > a {
	display: block;
	padding: 8px 15px;
}
ul#navigation > li > ul > li > a:hover {
	background-color: grey !important;
}

/*-------------------- Form ---------------------*/

form { max-width: 602px; }

.form-fields, .form-fields-text {
	clear: both;
	padding: 6px 0;
}
.form-fields-text { zoom: 1; }
.form-fields-text:after {
	clear: both;
	display: block;
	content: "";
}
label {
	display: inline-block;
	width: 160px;
    vertical-align: top;
}
.form-fields-text label { float: left; }
.form-fields-text textarea {
	float: left;
}
.form-fields-text .note {
	margin: 10px 0;
}

#mailoutForm .no-borders {
	font-style: italic;
	font-weight: 600;
}


/*-------------------- Content ---------------------*/

#jqxgrid {
	margin-top: 20px;
}



/***
Customized Bootstrap Labels
***/
.label {
  text-shadow: none !important;
  font-size: 13px;
  font-weight: 300;
  padding: 3px 6px 3px 6px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  border-radius: 3px;
}
.label.label-sm {
  font-size: 13px;
  padding: 0px 4px 1px 4px;
}
h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label {
  font-size: 75%;
}

/* Labels variants */
.label-default {
  background-color: #c6c6c6;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #adadad;
}

.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #45b6af;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #37918b;
}

.label-info {
  background-color: #89c4f4;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #5aadf0;
}

.label-warning {
  background-color: #dfba49;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #d0a625;
}

.label-danger {
  background-color: #f3565d;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #f0262f;
}

/***
Notes
***/
.note {
  /* margin: 0 0 20px 0; */
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
  margin-top: 0;
}
.note h1 .close,
.note h2 .close,
.note h3 .close,
.note h4 .close,
.note h5 .close,
.note h6 .close {
  margin-right: -10px;
}
.note p {
  font-size: 13px;
}
.note p:last-child {
  margin-bottom: 0;
}
.note code,
.note .highlight {
  background-color: #fff;
}
.note.note-default {
  background-color: lightgray;
  border-color: #a0a0a0;
  color: #333333, 80%;
}
.note.note-default.note-bordered {
  background-color: #c9c9c9;
  border-color: #a5a5a5;
}
.note.note-primary {
  background-color: #5697d0;
  border-color: #2a7696;
  color: #d8e3f2, 80%;
}
.note.note-primary.note-bordered {
  background-color: #468dcb;
  border-color: #2c7c9e;
}
.note.note-success {
  background-color: #eef7ea;
  border-color: #bbdba1;
  color: #3c763d, 80%;
}
.note.note-success.note-bordered {
  background-color: #e2f1dc;
  border-color: #c1dea8;
}
.note.note-info {
  background-color: #eef7fb;
  border-color: #91d9e8;
  color: #31708f, 80%;
}
.note.note-info.note-bordered {
  background-color: #ddeff8;
  border-color: #9adcea;
}
.note.note-warning {
  background-color: #fcf8e3;
  border-color: #f2cf87;
  color: #8a6d3b, 80%;
}
.note.note-warning.note-bordered {
  background-color: #faf3d1;
  border-color: #f3d390;
}
.note.note-danger {
  background-color: #f9f0f0;
  border-color: #dca7b0;
  color: #a94442, 80%;
}
.note.note-danger.note-bordered {
  background-color: #f3e2e2;
  border-color: #dfaeb7;
}

/***
Customized Bootstrap Alerts
***/
.alert {
	clear: both;
	display: block;
	padding: 15px;
	margin: 10px 0;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert.alert-borderless {
  border: 0;
}

/***
Bootstrap Alerts
***/
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

#chartdiv {
	width	: 100%;
	height	: 500px;
}


@media screen and (max-width: 800px) {
	#logout {
		position: absolute;
		right: 5px;
		top: 47px;
		width: auto;
		margin: 0;
	}
}


@media screen and (max-width: 480px) {
	#header {
		padding-top: 43px;
	}
	#header-top {
		padding-left: 5px;
		padding-right: 5px;
	}
	#content-wrapper {
		padding-left: 5px;
		padding-right: 5px;
	}
	#content {
		padding-left: 5px;
		padding-right: 5px;
	}
	#footer {
		padding-left: 5px;
		padding-right: 5px;
	}


	/*-------------------- Header ---------------------*/


	#show-menu {
		display: block;
	}
	#show-menu.active {
		color: #fff;
		background-color: #ffaa24;
	}
	#page-title, #breadcrumbs {
		padding-left: 5px;
		padding-right: 5px;
	}
	#logout {
		position: absolute;
		right: 5px;
		top: 5px;
		width: auto;
		margin: 0;
	}
	#user { display: none; }
	#user-nav { display: block; }
	#nav-row {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 43px;
		z-index: 999;
	}
	ul#navigation.visible {
		left: 0px;
		-ms-transition: left 0.5s;
		-o-transition: left 0.5s;
		-moz-transition: left 0.5s;
		-webkit-transition: left 0.5s;
		transition: left 0.5s;
	}
	ul#navigation {
		position: relative;
		left: -200px;
		width: 200px;
		margin: 0;
		padding-left: 0;
		padding-right: 0;
		-ms-transition: left 0.5s;
		-o-transition: left 0.5s;
		-moz-transition: left 0.5s;
		-webkit-transition: left 0.5s;
		transition: left 0.5s;
	}
	ul#navigation > li {
		float: none;
		width: 100%;
	}
	ul#navigation > li > a {
		border-top: 1px solid #2BB1CD;
		background-color: #333;
	}
	ul#navigation > li:hover > a {
		background-color: #333;
	}
	ul#navigation > li.expanded:after,
	ul#navigation > li.expanded:hover > a {
		color: #fff;
		background-color: grey;
	}
	ul#navigation > li > ul {
		position: static;
		width: 100%;
	}
	ul#navigation > li > ul > li {
		width: 100%;
	}
	ul#navigation > li > ul > li > a {
		padding: 15px;
		border-top: 1px dotted #2BB1CD;
	}
	ul#navigation > li > ul > li > a:hover {
		background-color: #000000;
	}

	input[type="button"], input[type="submit"], button, .button, a.button  {
		width: 100%;
		margin: 5px 0;
/* 		padding-left: 0;
		padding-right: 0; */
	}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	select {
		display: block;
		width: 100%;
	}
	textarea {
		display: block;
		width: 100%;
		height: 300px;
		padding-left: 0;
		padding-right: 0;
	}
	form { max-width: none; }
	label .form-fields-text label {
		float: none;
		width: 100%;
	}
}

.form-inline{
    max-width: 1920px;
}

.form-inline fieldset{
    float: left;
    width: 220px;
}

.form-inline .form-btn{
    padding-top: 20px;
}

.form-inline fieldset input, .form-inline fieldset select{
    width: 200px;
}

.jqxgrid-container {
    display: table;
    width: 100%;
}
.jqxgrid-left, .jqxgrid-right {
    display: table-cell;
	width: 50%;
}
.loading {
    margin-left:30px;
}

/*styles for ad links table*/
.ad-links-table {
    width:100%;
}
.ad-links-table, .ad-links-table th, .ad-links-table td {
    border: 1px solid #ddd;
    border-collapse: collapse;
}
.ad-links-table th, .ad-links-table td {
    padding: 5px;
}

.ad-links-table th {
    background-color: #eee;
    text-align: left;
}

.ui-dialog, .ui-datepicker {
    z-index: 9999 !important;
}

.no-events {
    color: #999;
}

.selectedMonth {
    margin: 0 30px 0 30px;
    font-size: 18px;
}

.pointer {
    cursor:pointer;
}

.input-notificatoin-label {
    position: relative;
}
.input-notificatoin-label:before {
    position: absolute;
    top: 0;
    content:"hours prior event";
    right: 10px;
}

.task_filters_input {
    width: 178px !important;
    height: 20px;
}

.clear {
	clear: both;
}
.form_select_width_1 {
	/*background: red;*/
	width: 150px !important;
}
.form_input_width_1 {
	/*background: red;*/
	width: 128px !important;
}
.form_fielsed_select_width_1 {
	width: 100px !important;
	margin-right: 20px;
}
.form_fielsed_input_width_1 {
	width: 65px !important;
	margin-right: 20px;
}
.form_fielsed_submit_width_1 {
	width: 65px !important;
	margin-right: 10px;
}

.form_fielsed_date_width_1 {
	width: 250px !important;
	margin-right: 10px;
}

.form_fielsed_checkbox_width_1 {
	width:10px !important;
	margin-right: 25px;
}

.fieldsed_checkbox label{
	width: 15px;
}
.fieldsed_checkbox > label input{
	width: 15px;
	margin: 0;
	padding: 0;
}
	  .zopim {
    display: none !important;
}

form#companyFiltersForm {
	float: left;
	margin-left: 15px;
}
form#companyFiltersForm > fieldset {
	width: 60px;
	margin-top: -10px;
}

.tasknote-create{
	float: left;
	width: 470px;
}
.task-result {
	margin-top: 75px;
	float: left;
	width: calc(100% - 480px);
	height: 100%;
}

table.task-result-table,
#task-result > div.task-result-div{
	margin-left: 5%;
	width: 90%;
	/*max-width: 90%;*/
}

table.task-result-table>tbody>tr:not(.empty)>td,
table.task-result-table>tbody>tr:not(.empty)>th,
table.task-result-table>tfoot>tr:not(.empty)>td,
table.task-result-table>tfoot>tr:not(.empty)>th,
table.task-result-table>thead>tr:not(.empty)>td,
table.task-result-table>thead>tr:not(.empty)>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #ddd;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #F9F9F9;
}

.table-striped>tbody>tr.empty {
	background-color: white;
	height: 30px;
}
table.task-result-table>tbody>tr>th {
	width: 200px;
}
#task-result > div.task-result-div > .task-result-button {
	margin-right: 10px;
}

.tdDescription, .tdTitle {
	white-space: pre-line;
}

table.table-events td{
	padding: 0px;
	width: 100%;
}

table.table-events td:first-child{
	width: 120px;
	display: block;
}
.chart-type-one {
	width:95%;
	height:500px;
}
.chart-separator{
	margin-bottom: 60px;
}
#tabs{
	width: 100%;
}
.chart-nav-anchors {
	display: none;
}
.fieldset-hidden {
	display: none;
}
.fieldset-date-from,
.fieldset-date-to{
	margin-right: 22px;
}
.fieldset-div-submin {
	margin-top: 20px;
}

#task-board-container {
	display: block;
	/*display: flex;*/
	/*overflow: auto;*/
	overflow: hidden;
}
#sortable1,
#sortable2,
#sortable3,
#sortable4,
#sortable5
{
	 border: 1px solid #eee;
	 width: 100%;
	 min-height: 20px;
	 list-style-type: none;
	 margin: 0 10px 0 0;
	 padding: 5px 0 0 0;
	 float: left;
}
.ul-header-text {
    background-color: white;
    padding-left:10px;
    font-size:1.2em;
}
#sortable1 li,
#sortable2 li,
#sortable3 li,
#sortable4 li,
#sortable5 li
{
	font-size: 1.2em;
	width: 95%;
    align-content: center;
    margin: auto;
}

.ul-header:nth-child(1) {
    background: #f0efef;
	border-right: 5px solid white;
}
.ul-header:nth-child(2) {
    background: #f0efef;
	border-left: 5px solid white;
	border-right: 5px solid white;
}
.ul-header:nth-child(3) {
    background: #f0efef;
	border-left: 5px solid white;
	border-right: 5px solid white;
}
.ul-header:nth-child(4) {
    background: #f0efef;
	border-left: 5px solid white;
	border-right: 5px solid white;
}
.ul-header:nth-child(5) {
    background: #f0efef;
	border-left: 5px solid white;
}
.ul-header {
    width: calc(20% - 10px);
	float: left;
}

.card {
	background-color: white;
	margin: 10px;
	position: relative;
	overflow: hidden;
	height: 80px;
	z-index: 2; }
.card:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px; }
.card h5,
.card h6,
.card-details,
.ui-draggable-handle > a {
    color: black;
}
.card h5 {
	margin: 0 0 5px 0;
	font-size: 17px;
	line-height: 20px;
	padding-left: 10px;
	font-weight: 500;
	cursor: move;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-draggable-handle-youtrack {
    padding: 0 3px 0 0;
    float: right;
}
.card.ui-draggable {
    border-bottom-color: gray;
    border-bottom-width: 3px;
    border-style: solid;
}
.ui-draggable-body {
	border-left-color: gray;
	border-left-width: 3px;
	border-right-color: gray;
	border-right-width: 3px;
	border-style: solid;
}
.card.expanded {
    height: auto !important;
    /*max-height: 375px;*/
    overflow: hidden;
}

.slide-placeholder {
    height: 80px;
    background: #efeded;
    position: relative;
}



#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 99;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.color-box-container {
	float: left;
	width: 200px
}
.color-box-container > div {
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .2);
}
.color-box-container > p {
    margin-left: 30px;
}

.all-slides {
	min-height: 60px;
}
.ul-header {
	min-height: 103px;
}




.form-colour {
	padding: 0 0 0 10px;
	background-color: white;
	border: 1px solid #e5e5e5;
	height: 32px;
}

.form-colour-small {
	width: 75px !important;
}
.color-picker-preview-inner {
	border: 1px solid #e5e5e5;
	display: block;
	position: absolute;
	width: 50px;
	top: 5px;
	left: 265px;
	height: 42px;
}





.all-slides > li > div.card.ui-draggable > a.expand-card {
	height: 10px;
	width: 10px;
	background-size: auto 100%;
	display: inline-block;
	position: absolute;
	top: 35px;
	cursor: pointer;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5px;
	padding: 3px;

	background-image: url(../images/pending-expand.png);
}

.all-slides > li > div.card.ui-draggable > h5.card-top-line {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

.all-slides > li > div.card.ui-draggable > h5.card-top-line > span.ui-draggable-handle-youtrack,
.all-slides > li > div.card.ui-draggable > h5.card-top-line > span.ui-draggable-handle > a.ui-draggable-task-id {
	color: white;
}
.all-slides > li > div.card.ui-draggable > div.ui-draggable-body > h5.ui-draggable-handle-task-title {
	padding-top: 10px;
	width: calc(100% - 35px);
	font-size: 14px;
}
.all-slides > li > div.card.ui-draggable > div.ui-draggable-body > h5.ui-draggable-handle-company-name {
	font-size: 14px;
	font-style: italic;
}

.all-slides > li > div.card.ui-draggable > div.ui-draggable-body > div.card-details {
	padding: 5px 10px 10px 0;
	font-size: 12px;
	word-wrap: break-word;
	text-overflow: ellipsis;
}

.all-slides > li > div.card.ui-draggable > div.ui-draggable-body > div.card-details > h6:nth-child(1) {
	color: #484848;
	margin: 2px 0 8px 0 !important;
	font-size: 13px;
	line-height: 17px;
	padding-left: 10px;
	font-weight: 500;
	cursor: move;
	overflow: hidden;
	text-overflow: ellipsis;
	font-style: italic;
}

.all-slides > li > div.card.ui-draggable > div.ui-draggable-body > div.card-details > h6:nth-child(2) {
	color: #484848;
	margin: 2px 0 2px 0 !important;
	font-size: 13px;
	line-height: 17px;
	padding-left: 10px;
	font-weight: 500;
	cursor: move;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre-line;
}

.grid_spacing {
	margin-bottom: 25px;
}

.widgets-instruction {
	margin-bottom: 20px;
}

.ui-dialog { z-index: 9999999999999999999999999999999999999999 !important ;}


.jqx-grid-column-header {
	background: rgb(11, 62, 125) !important;
	color: white !important;
}

.lc-button-small {
	float: left;
	padding: 3px;
	margin-right: 10px;
	width: 110px;
	font-size: 12px;
}

.shared-calendar-container {
	width: 100%;
	min-height: 650px;
}

.shared-calendar-container .calendar-container, .shared-calendar-container .event-container {
	float: left;
	width: 48%;
}

.shared-calendar-container .calendar-container .calendar-day {
	float: left;
	height: 100px;
	overflow: hidden;
	width: 14%;
	border: solid 1px #dbdbdb;
}

.shared-calendar-container .calendar-container .header {
	height: 25px;
	background-color: #bfbfbf;
	font-weight: bolder;
	color: #ffffff;
	text-align: center;
	line-height: 25px;
}

.shared-calendar-container .calendar-container .calendar-day .month-day {
	text-align: center;
	font-weight: bolder;
	margin: 2px 5px;
}

.shared-calendar-container .calendar-container .calendar-day .day-event {
	margin: 1px 5px;
	background-color: #eff3f8;
	height: 20px;
}

.shared-calendar-container .calendar-container .selectable:hover {
	background-color: #c0eef8;
	cursor: pointer;
}

.shared-calendar-container .event-container .day-data {
	display: none;
	margin-left: 20px;
}