body {
	background: #F7F7F8;
	color: #56534f;
	font-family: 'Open Sans',sans-serif;
	padding-top: 70px;
}

.container {
	width: 100%;
}

.nano > .nano-pane {
  opacity: 0;
}

a, a:focus, button, button:focus {
  outline: none !important;
}

body.platformStats, body.platformStats > .container {
  background-color: #EEF1F5;
}

/* LOGIN */

#main.login #auth-modal {
	margin: 0 auto;
	margin-top: 10%;
	float: none;
	padding: 0;
}

#main.login #auth-modal #auth-modal-inner {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 2px 2px 3px -1px #bbbbbb;
}

#main.login #auth-modal #auth-modal-inner .logo {
	margin: 0 auto;
	padding: 6% 0 5%;
	display: block;
	width: 100%;
	text-align: center;
}

#main.login #auth-modal #auth-modal-inner form {
	margin: 0 auto;
  position: relative;
  width: 90%;
}

#main.login #auth-modal #auth-modal-inner form .errorWindow {
  color: #c93d3d;
  font-weight: 300;
  margin-top: -43px;
  position: absolute;
  text-align: right;
  width: 100%;
}


#main.login #auth-modal .input-group-addon {
  background: #eef1f5 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  border-right: 1px solid #FFF;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9px;
}

#main.login #auth-modal .textInput {
	background: #eef1f5 none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-family: Open Sans;
  font-weight: 300;
  height: 40px;
  padding: 8px 12px 6px 10px;
}

#main.login #auth-modal .modalActions {
	text-align: center;
	padding-bottom: 4%;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

#main.login #auth-modal .modalActions > input {
  background: #c93d3d none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  float: left;
  font-size: 15px;
  font-weight: 300;
  height: 40px;
  margin: auto;
  text-transform: uppercase;
  width: 100%;
}

/* NAVBAR */

.navbar-default {
	background-color: #FFFFFF;
	border: none;
	box-shadow: 1px 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-default .navbar-nav > li.active {
  border-top: 5px solid #cc3d3a;
}

.navbar-default .navbar-nav > li > ul > li {
  border-left: 5px solid #ffffff;
}

.navbar-default .navbar-nav > li > ul > li:hover {
  border-left: 5px solid #E1E5EC;
}

.navbar-default .navbar-nav > li > ul > li.active,
.navbar-default .navbar-nav > li > ul > li.active:hover {
  border-left: 5px solid #cc3d3a;
}

.navbar-default .navbar-nav > li > ul > li.active > a {
  background: none;
}

.navbar-default .navbar-nav > li:hover {
  /*background: #61697A;*/
}

.navbar-default .navbar-nav > li.active:hover {
  background: none;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus {
  color: #3D424D;
  font-weight: 300;
  outline: none;
  text-shadow: 1px 1px 0 #fff;
}

.navbar-default .navbar-nav > li.active > a {
  background: none;
  color: #000000;
  padding-top: 10px;
}

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li.open > a {
  background: none !important;
  color: #cc3d3a !important;
}

.navbar-default .navbar-nav > li.user > a {
  font-size: 12px;
  height: 50px;
  line-height: 30px;
  padding: 10px 15px;
}

.navbar-default .navbar-nav > li.user > a > img {
  border-radius: 15px;
  display: block;
  float: left;
  height: 30px;
  margin-right: 5px;
  width: 30px;
}

.navbar-default .navbar-nav > li.user > a > span.caret {
  margin-top: -1px;
}

.navbar-default .navbar-nav > li > ul::before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block !important;
  left: auto;
  position: absolute;
  right: 9px;
  top: -7px;
}

.navbar-default .navbar-nav > li > ul::after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block !important;
  left: auto;
  position: absolute;
  right: 10px;
  top: -6px;
}

.navbar-default .navbar-nav > li > ul {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  float: left;
  font-family: "Helvetica Neue",Helvetica,"Open Sans",Arial,sans-serif;
  font-size: 14px;
  left: auto;
  margin-top: 3px;
  padding: 0;
  position: absolute;
  right: 0;
  text-shadow: none;
  width: 220px;
}

.navbar-default .navbar-nav > li > ul > li.divider {
  margin: 0;
}

.navbar-default .navbar-nav > li > ul > li > a {
  clear: both;
  color: #555;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  padding: 8px 16px;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-default .navbar-nav > li > ul > li > a.clear_notifications {
  font-size: 12px;
  height: auto;
  padding: 5px 16px !important;
  text-align: center;
}

.navbar-default .navbar-nav > li > ul > li.soon > a {
  overflow: hidden;
  position: relative;
}

.navbar-default .navbar-nav > li > ul > li > a:hover {
  background-color: #e1e5ec;
  color: #262626;
  text-decoration: none;
}

.navbar-default .navbar-nav > li > ul > li > a > em {
  font-style: normal;
  position: absolute;
  transition: all 0.3s;
}

.navbar-default .navbar-nav > li > ul > li > a > em.normal {
  left: 40px;
}

.navbar-default .navbar-nav > li > ul > li > a:hover > em.normal {
  left: 0;
  opacity: 0;
}

.navbar-default .navbar-nav > li > ul > li > a > em.hover {
  left: 80px;
  opacity: 0;
}

.navbar-default .navbar-nav > li > ul > li > a:hover > em.hover {
  left: 40px;
  opacity: 1;
}

.navbar-default .navbar-nav > li > ul > li > a > i {
  margin-right: 9px;
}

.navbar-default .navbar-nav span.badge {
  background-color: #CC3D3A;
  border-radius: 12px;
  color: #fff;
  display: inline;
  font-size: 11px;
  font-weight: 300;
  height: 18px;
  margin-right: 10px;
  margin-top: 1px;
  min-width: 10px;
  padding: 3px 6px;
  position: absolute;
  right: 3px;
  text-align: center;
  text-shadow: none;
}

.navbar-default .navbar-nav > li > a > span.badge {
  margin: 0 20px 0 0;
  right: 3px;
  top: 8px;
}

.navbar-default .navbar-nav > li > a > span.notify-brand {
  position: relative;
}

.navbar-default .navbar-nav > li > a > span.notify-brand:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #DB1500;
  border-radius: 50%;
  margin-left: 1px;
  top: auto;
  bottom: 14px;
}

.navbar-brand {
	height: 49px;
	padding: 9px 15px;
}

.notifications-ui-quantity {
  background: #cc3d3a none repeat scroll 0 0;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  text-align: center;
  width: 20px;
}

.navbar-default .navbar-nav > li > ul.dropdown-menu.notifications_list {
  max-height: 307px;
  overflow-y: scroll;
  width: 288px;
}

.dropdown-menu.notifications_list > li {
  border-bottom: 1px solid #eee;
  padding: 0;
}

.dropdown-menu.notifications_list > li.new {
  background: #ffebeb;
  border-bottom: 1px solid #FFFFFF;
}

.dropdown-menu.notifications_list > li:last-child {
  border-bottom: none;
}

.dropdown-menu.notifications_list > li > a {
  font-size: 12px;
  height: 50px;
  line-height: 14px;
  padding: 10px 16px !important;
  white-space: normal;
  width: 100%;
}

.dropdown-menu.notifications_list > li > a > img {
  border-radius: 15px;
  display: block;
  float: left;
  height: 30px;
  margin-right: 10px;
  max-width: 30px;
  min-width: 30px;
  object-fit: cover;
}

.dropdown-menu.notifications_list > li > a > .no_photo {
  background: #cc3d3a 0 0;
  border-radius: 15px;
  color: #fff;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  overflow: hidden;
  text-align: center;
  text-shadow: 1px 1px 0 #000;
  width: 30px;
}

.dropdown-menu.notifications_list > li > a > p {
  display: block;
  float: left;
  line-height: 14px;
  height: 30px;
  margin: 0;
  overflow: hidden;
  white-space: initial;
  width: 192px;
}

/* DAHSBOARD */

.widget {
	background-color: #FFFFFF;
	border-radius: 0px;
	margin-bottom: 20px;
  border-bottom: 1px solid #3D424D;
}

.widget > .title {
	background-color: rgba(233, 231, 226, 0.20);
	border: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #CC3D3A;
	font-family: 'Gotham-Book', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 60px;
	padding-left: 15px;
	text-align: left;
	text-transform: none;
}

.widget > .content {
	padding: 15px;
}

.widget.tasks_kanban_widget {
  border-bottom: 1px solid #eef1f5;
  margin-top: 10px;
}

.widget.tasks_kanban_widget.kanban_cs {
  margin-top: 0;
}

.campaignTickets_widget_entry,
.projects_widget_entry,
.activity_widget_entry {
	border: 1px solid #e3e3e3;
	border-right: none;
	border-left: none;
	cursor: pointer;
	margin-bottom: 10px;
}

.activity_widget_entry {
	overflow: hidden;
	position: relative;
}

.campaignTickets_widget_entry:hover,
.projects_widget_entry:hover,
.activity_widget_entry:hover {
	background-color: rgba(233, 231, 226, 0.20);
}

.activity_widget_entry > .picture {
	border: 1px solid #e3e3e3;
	float: left;
	height: 50px;
	margin: 8px 0 8px 10px;
	width: 50px;
}

.activity_widget_entry > .picture > img {
	width: 100%;
}

.campaignTickets_widget_entry > .title,
.projects_widget_entry > .title,
.activity_widget_entry > .title {
	color: #CC3D3A;
	font-family: 'Gotham-Book', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	padding-left: 7px;
}

.activity_widget_entry > .title {
	float: left;
}

.activity_widget_entry > .title {
	color: #56534f;
	font-weight: 400;
}

.campaignTickets_widget_entry > .title > .by,
.campaignTickets_widget_entry > .title > .by > a,
.projects_widget_entry > .title > .by,
.projects_widget_entry > .title > .by > a {
	color: #56534f;
	font-weight: 400;
}

.activity_widget_entry > .title > .by,
.activity_widget_entry > .title > .by > a,
.activity_widget_entry > .title > .where {
	color: #CC3D3A;
	font-weight: 600;
}

.campaignTickets_widget_entry > .title > .country,
.activity_widget_entry > .title > .country {
	margin-top: -2px;
}

.campaignTickets_widget_entry > .details,
.projects_widget_entry > .details,
.activity_widget_entry > .details {
	font-size: 12px;
	padding: 0 7px 7px;
}

.activity_widget_entry > .details {
	bottom: 0;
	position: absolute;
	right: 0;
}

.campaignTickets_widget_entry > .details > p,
.projects_widget_entry > .details > p,
.activity_widget_entry > .details > p {
	margin: 0;
}

.campaignTickets_widget_entry > .details > p > a,
.projects_widget_entry > .details > p > a,
.activity_widget_entry > .details > p > a {
	color: #56534f;
}

.projects_widget_entry > .details > p.small {
	margin-top: -3px;
}

.campaignTickets_widget_entry > .details > p > span,
.projects_widget_entry > .details > p > span {
	display: inline-block;
	font-weight: 600;
	min-width: 80px;
}

.projects_widget_entry > .details > p > span.issues_graph {
	
}

.projects_widget_entry > .details > p > span.issues_graph > em {
	display: block;
	float: left;
	height: 9px;
}

.projects_widget_entry > .details > p > span.issues_graph > em.urgent {
	background-color: red;
}

.projects_widget_entry > .details > p > span.issues_graph > em.max {
	background-color: orange;
}

.projects_widget_entry > .details > p > span.issues_graph > em.med {
	background-color: green;
}

.projects_widget_entry > .details > p > span.issues_graph > em.min {
	background-color: #6495ED;
}

/* BOARD */

#board_footer {
  /*background: #3d424d none repeat scroll 0 0;*/
  bottom: 0;
  height: 60px;
  left: 0;
  position: fixed;
  width: 100%;
}

#board_footer .inner {
  text-align: center;
}

#board_footer .inner .users_list {
  background: #cc3d3a none repeat scroll 0 0;
  border-radius: 25px;
  display: inline-block;
  height: 50px;
  margin: 5px;
}

#board_footer .inner .users_list .user {
  border: 1px solid #ffffff;
  border-radius: 23px;
  display: inline-block;
  margin: 2px 20px;
  opacity: 0.6;
  overflow: hidden;
  width: 46px;
}

#board_footer .inner .users_list .user.active {
  opacity: 1;
}

#board_footer .inner .users_list .user > img {
  width: 100%;
}

#board_footer .inner .users_list .user > .no_photo {
  background: #ffffff none repeat scroll 0 0;
  color: #cc3d3a;
  font-size: 25px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  width: 44px;
}

#board_footer .inner .total {

}

.widget > .title .users,
.widget > .title .filters {
	background: none repeat scroll 0 0 #cc3d3a;
  border-radius: 25px;
  float: right;
  height: 50px;
  margin: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
  width: 50px;
}

.widget > .title .users > p,
.widget > .title .filters > p {
	background: none repeat scroll 0 0 #cc3d3a;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 14px;
  height: 50px;
  line-height: 53px;
  text-align: center;
  width: 50px;
}

.widget > .title .users .user_notifications {
	display: none;
	height: 100%;
  position: absolute;
  width: 530px;
  z-index: 100;
}

.widget > .title .users .user_notifications .user_notification {
	background: none repeat scroll 0 0 #fff;
  border: 1px solid #000;
  border-radius: 10px;
  color: #cc3d3a;
  float: left;
  font-size: 12px;
  height: 20px;
  left: 32px;
  line-height: 20px;
  margin-right: 33px;
  position: relative;
  text-align: center;
  top: 28px;
  width: 20px;
}

.widget > .title .users .user_list {
	
}

.widget > .title .users .user {
	background: none repeat scroll 0 0 #fff;
  border: 2px solid #fff;
  border-radius: 23px;
  box-shadow: 2px 2px 4px -2px #000;
  cursor: pointer;
  float: left;
  height: 46px;
  margin: 2px 5px 0 2px;
  overflow: hidden;
  opacity: 0.9;
  position: relative;
  width: 46px;
}

.widget > .title .users .user:hover {
	opacity: 1;
}

#main.dataList #centerArea #tab_tasks .tasks .tasks_filters_wrapper.kanban_cs {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  min-height: 29px;
  padding-top: 4px;
}

#main.dataList #centerArea #tab_tasks .tasks .tasks_filters_wrapper.kanban_cs .tasks_filter {
  margin-bottom: 0;
}

#main.dataList #centerArea #tab_tasks.kanban_cs .tasks > .moduleInfoBox {
  padding-top: 0;
}

.tasks_kanban_widget .status_column_header {
  padding: 17px;
  background-color: #BDBDBD;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.tasks_kanban_widget.kanban_cs .status_column_header {
  padding: 10px;
  font-size: 11px;
  color: #000;
}

.tasks_kanban_widget.kanban_cs .status_column_header p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tasks_kanban_widget .status_column_header p {
  margin: 0;
}

.tasks_kanban_widget .status_column_header.working_on_it {
  background-color: #03AAFF;
}

.tasks_kanban_widget .status_column_header.done {
  background-color: #8ACB46;
}

.tasks_kanban_widget .status_column_header.stuck {
  background-color: #FF4A4A;
}

.tasks_kanban_widget.kanban_cs .status_column_header.status_1 {
  background-color: #FF4A4A;
}

.tasks_kanban_widget.kanban_cs .status_column_header.status_3 {
  background-color: #8ACB46;
}

.tasks_kanban_widget.kanban_cs .status_column_header.status_4 {
  background-color: #03AAFF;
}

.tasks_kanban_widget .status_column {
  padding: 10px 10px 0;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

.tasks_kanban_widget.kanban_cs .status_column {
  -moz-column-count: auto;
  -webkit-column-count: auto;
  column-count: auto;
  -moz-column-gap: 0px;
  -webkit-column-gap: 0px;
  column-gap: 0px;
}

.tasks_kanban_widget .status_column:nth-child(even)  {
  background-color: #EBEFF0;
}

.tasks_kanban_widget .status_column:nth-child(odd)  {
  background-color: #F0F3F4;
}

.tasks_kanban_widget .content {
  padding: 0;
}

.tasks_kanban_widget .content .item  {
  background-color: #FFF;
  border-radius: 5px;
  color: #8C969A;
  width: 100%;
  padding: 10px;
	min-height: 133px;
	margin-bottom: 4px;
	overflow: hidden;
  display: inline-block;
  cursor: pointer;
  /*box-shadow: 0px 0px 10px 0px #ccc;*/
}

.tasks_kanban_widget.hidden_subtasks .content .item.subtask  {
  display: none;
}

.tasks_kanban_widget .content .item_content {
  position: relative;
}

.tasks_kanban_widget .content .item .top_text {
  float: left;
  width: 80%;
}

.tasks_kanban_widget .content .item .name  {
  color: #3D474C;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tasks_kanban_widget .content .item .parent_name  {
  color: #3D474C;
  line-height: 1.2;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  margin-top: -8px;
}

.tasks_kanban_widget .content .item .due,
.tasks_kanban_widget .content .item .comment_count,
.tasks_kanban_widget .content .item .subtask_count {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin-right: 6px;
}

.tasks_kanban_widget .content .item .tag  {
  border-radius: 6px;
  color: #FFF;
  font-weight: bold;
  background-color: #BDBDBD;
  display: inline-block;
  font-size: 12px;
  padding: 3px 6px;
  margin: 0 0 3px;
}

.tasks_kanban_widget .content .item .tag-type1  {
  background-color: #003049;
}

.tasks_kanban_widget .content .item .tag-type2  {
  background-color: #D62828;
}

.tasks_kanban_widget .content .item .tag-type3  {
  background-color: #F77F00;
}

.tasks_kanban_widget .content .item .tag-type3  {
  background-color: #FCBF49;
}

.tasks_kanban_widget .content .item .tag-type4  {
  background-color: #00A6A6;
}

.tasks_kanban_widget .content .item .tag-type5  {
  background-color: #6B2C39;
}

.tasks_kanban_widget .content .item .tag-type6  {
  background-color: #726953;
}

.tasks_kanban_widget .content .item .tag-type7  {
  background-color: #95BF74;
}

.tasks_kanban_widget .content .item .tag-type8  {
  background-color: #F896D8;
}

.tasks_kanban_widget .content .item .tag-type9  {
  background-color: #724CF9;
}

.tasks_kanban_widget .content .item .tag-type10  {
  background-color: #491F80;
}

.tasks_kanban_widget .content .item .tag-type11  {
  background-color: #FA7921;
}

.tasks_kanban_widget .content .item .tag-type12  {
  background-color: #01BAEF;
}

.tasks_kanban_widget .content .item .tag-type13  {
  background-color: #668586;
}

.tasks_kanban_widget .content .item .tag-kanban-type1 {
  background-color: #2274A5;
}

.tasks_kanban_widget .content .item .tag-kanban-type2 {
  background-color: #32AA6F;
}

.tasks_kanban_widget .content .item .tag-kanban-type3 {
  background-color: #7192C4;
}

.tasks_kanban_widget .content .item .tag-kanban-type4 {
  background-color: #978897;
}

.tasks_kanban_widget .content .item .tag-kanban-type5 {
  background-color: #C6CA53;
}

.tasks_kanban_widget .content .item .assignees {
  float: right;
}

.tasks_kanban_widget .content .item .img-assignee {
  border-radius: 50%;
  margin-bottom: 3px;
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.tasks_kanban_widget .content .item .no_photo {
  background: #cc3d3a none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  text-shadow: 1px 1px 0 #000;
}

.tasks_kanban_widget .content .item .first-subtask  {
  background-color: #FFF;
  border-radius: 5px;
  padding: 2px 6px 2px;
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
  color: #3D474C;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 12px;
  margin-top: 9px;
}

.tasks_kanban_widget .content .item .first-subtask p {
  margin: 0;
}

.tasks_kanban_widget .content .item .first-subtask .date {
  font-weight: bold;
  color: #8C969A;
  font-size: 11px;
}

.tasks_kanban_widget.kanban_cs .content .item {
  position: relative;
  margin-bottom: 0;
  padding: 4px 6px;
  min-height: 65px;
}

.tasks_kanban_widget.kanban_cs .content .item-wrapper,
.tasks_kanban_widget.kanban_cs .content .sortable-placeholder {
  width: 100%;
  padding: 3px 6px;
  float: left;
  margin: 0;
}

.tasks_kanban_widget.kanban_cs .content .item {
  -webkit-box-shadow: 0px 0px 4px 2px #ccc;
  -moz-box-shadow: 0px 0px 4px 2px #ccc;
  box-shadow: 0px 0px 4px 2px #ccc;
}

.tasks_kanban_widget.kanban_cs .content .item.warning {
  -webkit-box-shadow: 0px 0px 4px 3px #e07051;
  -moz-box-shadow: 0px 0px 4px 3px #e07051;
  box-shadow: 0px 0px 4px 3px #e07051;
}

.tasks_kanban_widget.kanban_cs .content .item.upsell {
  -webkit-box-shadow: 0px 0px 4px 3px #62a10b;
  -moz-box-shadow: 0px 0px 4px 3px #62a10b;
  box-shadow: 0px 0px 4px 3px #62a10b;
}

.tasks_kanban_widget.kanban_cs .content .item.help {
  -webkit-box-shadow: 0px 0px 4px 3px #51bfe0;
  -moz-box-shadow: 0px 0px 4px 3px #51bfe0;
  box-shadow: 0px 0px 4px 3px #51bfe0;
}

.tasks_kanban_widget.kanban_cs .content .item .user {
  position: absolute;
  right: 36px;
  bottom: 4px;
}

.tasks_kanban_widget.kanban_cs .content .item .bubble {
  position: absolute;
  right: 4px;
  top: 4px;
}

.tasks_kanban_widget.kanban_cs .content .item .days {
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 12px;
  font-weight: bold;
}

.tasks_kanban_widget.kanban_cs .content .item .dev {
  position: absolute;
  right: 4px;
  top: 19px;
  font-size: 18px;
}

.tasks_kanban_widget.kanban_cs .content .item .img-assignee {
  width: 28px;
  height: 28px;
  margin-bottom: 0;
}

.tasks_kanban_widget.kanban_cs .content .item.csm_bg_color_0 .img-assignee {
  -webkit-box-shadow: 0px 0px 4px 3px #f09413;
  -moz-box-shadow: 0px 0px 4px 3px #f09413;
  box-shadow: 0px 0px 4px 3px #f09413;
}

.tasks_kanban_widget.kanban_cs .content .item.csm_bg_color_1 .img-assignee {
  -webkit-box-shadow: 0px 0px 4px 3px #fce405;
  -moz-box-shadow: 0px 0px 4px 3px #fce405;
  box-shadow: 0px 0px 4px 3px #fce405;
}

.tasks_kanban_widget.kanban_cs .content .item.csm_bg_color_2 .img-assignee {
  -webkit-box-shadow: 0px 0px 4px 3px #1165f5;
  -moz-box-shadow: 0px 0px 4px 3px #1165f5;
  box-shadow: 0px 0px 4px 3px #1165f5;
}

.tasks_kanban_widget.kanban_cs .content .item.csm_bg_color_3 .img-assignee {
  -webkit-box-shadow: 0px 0px 4px 3px #a911f5;
  -moz-box-shadow: 0px 0px 4px 3px #a911f5;
  box-shadow: 0px 0px 4px 3px #a911f5;
}

.tasks_kanban_widget.kanban_cs .content .item.csm_bg_color_4 .img-assignee {
  -webkit-box-shadow: 0px 0px 4px 3px #f5119a;
  -moz-box-shadow: 0px 0px 4px 3px #f5119a;
  box-shadow: 0px 0px 4px 3px #f5119a;
}

.tasks_kanban_widget.kanban_cs .content .item .no-photo {
  line-height: 28px;
  font-size: 16px;
  background: #cc3d3a none repeat scroll 0 0;
  color: #ffffff;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0 #000;
}

.tasks_kanban_widget.kanban_cs .content .item .client-type {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 17px;
}

.tasks_kanban_widget.kanban_cs .content .item {
  color: #3D474C;
}

.tasks_kanban_widget.kanban_cs .content .item .item_title {
  font-weight: bold;
  padding-right: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 21px;
}

.tasks_kanban_widget.kanban_cs .content .item .item_value,
.tasks_kanban_widget.kanban_cs .content .item .item_active_users {
  font-style: italic;
  width: 100%;
  padding-right: 61px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tasks_kanban_widget.kanban_cs .content .item .item_name {
  font-style: normal;
}

#main.board .campaignTickets_widget .header p {
  color: #cc3d3a;
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0;
  text-align: center;
}

#main.board .campaignTickets_widget .content {
	padding: 0;
	overflow-y: scroll;
}

#main.board .campaignTickets_widget .content .border-right {
	border-right: 1px solid #3D424D;
}

#main.board .campaignTickets_widget .content > div,
#main.dataTasks .tasks_kanban_widget .content > div {
	min-height: 100px;
}

.sortable-placeholder {
	width: 46%;
	height: 67px;
	border: 1px solid #e3e3e3;
	margin-bottom: 10px;
	margin-left: 3%;
	overflow: hidden;
	background: #FFFFFF;
	float: left;
}

#main.board .campaignTickets_widget .content .item {
  color: #FFFFFF;
	width: 46%;
	min-height: 10px;
	margin-bottom: 10px;
	margin-left: 3%;
	overflow: hidden;
	background: #3D424D;
	float: left;
  cursor: pointer;
}

#main.board .campaignTickets_widget .content .item.task {
  background: #cc3d3a none repeat scroll 0 0;
}

#main.board .campaignTickets_widget .content .item > .country {
	width: 4%;
	height: 67px;
	background: #e3e3e3;
	float: left;
}

#main.board .campaignTickets_widget .content .item > .country.country1 {
	background: #0055A4;
}

#main.board .campaignTickets_widget .content .item > .country.country2 {
	background: rgb(255, 204, 0);
}

#main.board .campaignTickets_widget .content .item > .country.country6 {
	background: #00A859;
}

#main.board .campaignTickets_widget .content .item > .item_content {
  width: 100%;
	float: left;
	padding: 10px;
	height: 84px;
  position: relative;
}

#main.board .campaignTickets_widget .content .item.task > .item_content {
  height: 53px;
}

#main.board .campaignTickets_widget .content .item > .item_content > p {
  font-weight: 300;
	margin: 0;
}

#main.board .campaignTickets_widget .content .item > .item_content > p.customer {
  font-size: 14px;
  font-weight: 400;
  text-shadow: 1px 1px 0 #000;
  width: 170px;
}

#main.board .campaignTickets_widget .content .item > .item_content > p.operation {
  color: #a9a8a9;
  width: 170px;
}

#main.board .campaignTickets_widget .content .item > .item_content > p.name {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 170px;
  white-space: nowrap;
}

#main.board .campaignTickets_widget .content .item > .item_content > p.deadline {
	text-align: right;
	font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#main.board .campaignTickets_widget .content .item > .item_content > p.country {
  background-size: 100% auto !important;
  display: block;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
}

#main.board .campaignTickets_widget .content .item > .item_content > p.country.country1 {
  background: url("../images/flags/fr_flag.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#main.board .campaignTickets_widget .content .item > .item_content > p.country.country2 {
  background: url("../images/flags/es_flag.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#main.board .campaignTickets_widget .content .item > .item_content > p.country.country6 {
  background: url("../images/flags/br_flag.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#main.board .notifications {
	display: none;
  height: 250px;
  left: 50%;
  margin-left: -250px;
  opacity: 0.8;
  position: absolute;
  top: 50px;
  width: 500px;
}

#main.board .notifications .signal {
	background: none repeat scroll 0 0 #cc3d3a;
  border-radius: 45px;
  box-shadow: 2px 2px 4px -2px #000;
  height: 90px;
  margin: 0 auto;
  width: 90px;
}

#main.board .notifications .signal > div {
	background: none repeat scroll 0 0 #fff;
	border-radius: 6px;
	margin: 0 auto;
	height: 60px;
	position: relative;
	width: 12px;
}

#main.board .notifications .signal .pt1 {
  height: 40px;
  top: 15px;
}

#main.board .notifications .signal .pt2 {
  height: 12px;
  top: 25px;
}

#main.board .notifications .signal .pt3 {
  top: 15px;
  transform: rotate(45deg);
}

#main.board .notifications .signal .pt4 {
  top: -45px;
  transform: rotate(-45deg);
}

#main.board .notifications .signal .pt5 {
  top: 15px;
  transform: rotate(90deg);
}

#main.board .notifications .signal .pt6 {
  top: -45px;
}

#main.board .notifications .signal .pt7 {
  background: url("../images/refresh_icon.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 62px;
  top: 14px;
  width: 62px;
}

#main.board .notifications .arrow {
	border-bottom: 10px solid #cc3d3a;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  margin: 0 auto;
  position: relative;
  top: 20px;
  width: 0;
}

#main.board .notifications .messages {
	position: relative;
	top: 10px;
}

#main.board .notifications .message {
	background: none repeat scroll 0 0 #cc3d3a;
	border-bottom: 1px solid #aaa;
  color: #fff;
  display: none;
  line-height: 30px;
  margin: 0 auto;
  min-height: 30px;
  position: relative;
  text-align: center;
  top: 10px;
  width: 70%;
}

/* Campaigns Manager */

#main.campaignTicketsManager {
	
}

.widget > .title .countries,
.widget > .title .weeks {
	background: none repeat scroll 0 0 #cc3d3a;
  border-radius: 25px;
  float: right;
  height: 50px;
  margin: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
  width: 50px;
}

.widget > .title .countries > p,
.widget > .title .weeks > p {
	background: none repeat scroll 0 0 #cc3d3a;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 14px;
  height: 50px;
  line-height: 53px;
  text-align: center;
  width: 50px;
}

.widget > .title .weeks > p > span {
	display: block;
	height: 14px;
	line-height: 14px;
	margin: 0;
}

.widget > .title .countries .country,
.widget > .title .weeks .planning {
	background: none repeat scroll 0 0 #fff;
  border: 2px solid #fff;
  border-radius: 23px;
  box-shadow: 2px 2px 4px -2px #000;
  cursor: pointer;
  float: left;
  height: 46px;
  margin: 2px 5px 0 2px;
  overflow: hidden;
  opacity: 0.9;
  position: relative;
  width: 46px;
}

.widget > .title .countries .country > p,
.widget > .title .weeks .planning > p {
	font-size: 14px;
  height: 42px;
  line-height: 46px;
  text-align: center;
  width: 42px;
}

.widget > .title .countries .country:hover,
.widget > .title .weeks .planning:hover {
	opacity: 1;
}

.widget > .title .weeks .week_list {
	
}

.widget > .title .weeks .week_list select {
	color: #56534f;
	font-size: 16px;
  left: 15px;
  margin: 0;
  padding: 0;
  position: relative;
  top: -6px;
}

body.board {
  padding-top: 50px;
}

body.board .navbar .navbar-brand {
  height: 50px;
}

body.board .navbar .col-md-10 {
  border: none;
}

#main.board {

}

body.info, body.info > .container {
  background-color: #F7F7F8;
}

#infoContainer {
  margin: -19px 0 0;
  padding: 0;
  /* width: calc(100% - 280px); */
}

#infoContainer #mainArea > div {
  display: block;
}

#infoContainer #mainArea #centerArea .title {
  margin-left: 0;
}

#infoContainer #mainArea #centerArea .info_column {
  float: left;
  margin-right: 0;
  width: 100%;
}

#infoContainer #mainArea #centerArea .info_column .info_box {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 4px;
  margin-bottom: 25px;
  overflow: hidden;
  padding: 30px 0 0;
}

#infoContainer #mainArea #centerArea .info_column .info_box .changelog_title {
  color: #cc3d3a;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  line-height: 18px;
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase;
  width: calc(100% - 14px);
}

#infoContainer #mainArea #centerArea .info_column .info_box .changelog_content {
  color: #56534f;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

/*** World Clock ***/

#world_clock {
  float: right;
  margin-right: 20px;
}

#world_clock > div {
  border: 2px solid #cc3d3a;
  border-radius: 20px;
  float: left;
  height: 30px;
  margin: 5px 0 0 30px;
  position: relative;
  width: 35px;
}

#world_clock > div.val {
  border: none;
  border-radius: 0;
}

#world_clock > div > span {
  color: #fff;
  display: block;
  font-weight: 300;
  line-height: 2;
  margin-left: -28px;
  text-align: center;
  width: 100%;
}

#world_clock > div.val > span {
  color: #cc3d3a;
  text-shadow: 1px 1px 0 #FFF;
}

#world_clock > div > .hour_dial,
#world_clock > div > .min_dial {
  background: #cc3d3a none repeat scroll 0 0;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: rotate(0deg);
  transform-origin: 50% 100%;
  width: 0;
}

#world_clock > div > .hour_dial {
  margin: -8px -1px 0;
  padding: 8px 1px 0;
}

#world_clock > div > .min_dial {
  margin: -15px -1px 0;
  padding: 15px 1px 0;
}

#world_clock > div > .time_val {
  color: #3D424D;
  font-weight: 300;
  line-height: 2;
  position: absolute;
  text-shadow: 1px 1px 0 #FFF;
  top: 0;
  width: 16px;
}

#modalLock {
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

#addModal.invisible {
  visibility: hidden;
}

#fullscreenCodeEditor,
#hqlEditor {
  background: #FFF;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000000;
}

#fullscreenCodeEditor.notifyMeEditor {
  z-index: 1069;
}

#fullscreenCodeEditor .heading,
#hqlEditor .heading {
  background: #f5f5f5;
  border-bottom: 1px solid #DDD;
  height: 33px;
  padding: 5px 10px;
}

#fullscreenCodeEditor .heading h2,
#hqlEditor .heading h2 {
  float: left;
  font-weight: 100;
  font-size: 18px;
  margin: 0;
}

#fullscreenCodeEditor .heading > button,
#fullscreenCodeEditor .heading > .btn-group,
#hqlEditor .heading button {
  float: right;
  margin-left: 5px;
}

#fullscreenCodeEditor .content,
#hqlEditor .content {
  height: calc(100% - 34px);
}

#fullscreenCodeEditor.notifyMeEditor .content {
  overflow: scroll;
}

#fullscreenCodeEditor.notifyMeEditor .content .tab_html_css,
#fullscreenCodeEditor.notifyMeEditor .content .tab_javascript {
  height: 100%;
}

#fullscreenCodeEditor.notifyMeEditor .content .left,
#fullscreenCodeEditor.notifyMeEditor .content .center,
#fullscreenCodeEditor.notifyMeEditor .content .right {
  float: left;
  height: 100%;
  padding: 20px 10px;
  width: 33.333%;
}

#fullscreenCodeEditor.notifyMeEditor .content .left.wide,
#fullscreenCodeEditor.notifyMeEditor .content .center.wide,
#fullscreenCodeEditor.notifyMeEditor .content .right.wide {
  width: 100%;
}

#fullscreenCodeEditor.notifyMeEditor .content .left > div,
#fullscreenCodeEditor.notifyMeEditor .content .center > div,
#fullscreenCodeEditor.notifyMeEditor .content .right > div {
  margin-bottom: 10px;
}

#fullscreenCodeEditor.notifyMeEditor .content .right > div .resizable {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#fullscreenCodeEditor.notifyMeEditor .content .right > div .resizable .ui-resizable-handle.ui-resizable-e,
#fullscreenCodeEditor.notifyMeEditor .content .right > div .resizable .ui-resizable-handle.ui-resizable-s {
  background: #CCC;
}

#fullscreenCodeEditor.notifyMeEditor .content .right > div .resizable .ui-resizable-handle.ui-resizable-e:hover,
#fullscreenCodeEditor.notifyMeEditor .content .right > div .resizable .ui-resizable-handle.ui-resizable-s:hover {
  background: #cc3d3a;
}

#fullscreenCodeEditor.notifyMeEditor .content .right > div iframe.dragging {
  pointer-events: none;
}

#fullscreenCodeEditor.notifyMeEditor .content .left > div > p,
#fullscreenCodeEditor.notifyMeEditor .content .center > div > p,
#fullscreenCodeEditor.notifyMeEditor .content .right > div > p {
  color: #cc3d3a;
  font-size: 20px;
  font-weight: 100;
  height: 29px;
}

#fullscreenCodeEditor.notifyMeEditor .content .left > div > p > i,
#fullscreenCodeEditor.notifyMeEditor .content .center > div > p > i,
#fullscreenCodeEditor.notifyMeEditor .content .right > div > p > i {
  cursor: pointer;
  float: right;
  font-size: 16px;
  margin-left: 10px;
  position: relative;
  top: 6px;
}

#fullscreenCodeEditor.notifyMeEditor .content .left > div > p > i.icon-eye,
#fullscreenCodeEditor.notifyMeEditor .content .center > div > p > i.icon-eye,
#fullscreenCodeEditor.notifyMeEditor .content .right > div > p > i.icon-eye,
#fullscreenCodeEditor.notifyMeEditor .content .right > div > p > i.icon-frame {
  font-size: 20px;
  top: 4px;
}

#fullscreenCodeEditor.notifyMeEditor .content .right > div > p .sizesInput {
  display: inline-block;
  font-size: 12px;
  left: 50%;
  margin-left: -68px;
  position: absolute;
  top: 55px;
  width: 136px;
}

#fullscreenCodeEditor.notifyMeEditor .content .right > div > p .sizesInput > input {
  margin: 0 5px;
  text-align: center;
  width: 50px;
}

#fullscreenCodeEditor.notifyMeEditor .content .left > div > p > small,
#fullscreenCodeEditor.notifyMeEditor .content .center > div > p > small,
#fullscreenCodeEditor.notifyMeEditor .content .right > div > p > small {
  color: #000;
  font-size: 70%;
}

#fullscreenCodeEditor .content > textarea,
#hqlEditor .content > textarea {
  display: none;
}

#fullscreenCodeEditor .content .CodeMirror,
#hqlEditor .content .CodeMirror {
  height: 100%;
}

#fullscreenCodeEditor.notifyMeEditor .content .CodeMirror {
  height: 430px;
}

#fullscreenCodeEditor.notifyMeEditor .content .tab_html_css .left .css .CodeMirror {
  height: 1388px;
}

#fullscreenCodeEditor.notifyMeEditor .content .tab_javascript .left .javascript .CodeMirror {
  height: 909px;
}

.preview-settings-modal .help-block {
  font-size: 12px;
}



/* DEMO */

@keyframes location_circle {
  0% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
  100% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}

#demo {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}

#demo .location_circle {
  animation: location_circle 1s ease-in-out infinite alternate;
  -webkit-animation: location_circle 1s ease-in-out infinite alternate;
  border-radius: 50%;
  box-shadow: 0px 0px 11px 0px #48BBE5;
  display: none;
  height: 100px;
  position: absolute;
  top: -25px;
  width: 100px;
  z-index: 1;
}

#demo .location_circle .inner {
  border: 1px solid #48BBE5;
  border-radius: 50%;
  height: calc(100% - 20px);
  margin: 10px;
  width: calc(100% - 20px);
}

#demo .head {
  top: 0;
  height: 50px;
  position: absolute;
  width: 100%;
}

#demo .head .selective {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 0;
}

#demo .head .selective.left {
  background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) calc(100% - 30px), rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) calc(100% - 30px),rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) calc(100% - 30px),rgba(0,0,0,0) 100%);
  float: left;
}

#demo .head .selective.right {
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 30px, rgba(0,0,0,0.7) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 30px,rgba(0,0,0,0.7) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 30px,rgba(0,0,0,0.7) 100%);
  float: right;
}

#demo .body {
  height: calc(100% - 90px);
  position: absolute;
  top: 50px;
  width: 100%;
}

#demo .foot {
  bottom: 0;
  height: 40px;
  position: absolute;
  width: 100%;
}

#demo > div.background {
  background: rgba(0, 0, 0, 0.7);
}

#demo .body .welcome {
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 330px;
  left: 50%;
  margin-left: -150px;
  padding: 10px 20px;
  position: relative;
  top: 100px;
  transition: all 0.5s;
  width: 300px;
}

#demo .body .welcome._hidden {
  top: -400px;
}

#demo .body .welcome p {
  font-weight: 300;
}

#demo .body .welcome p.title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: center;
}

#demo .body .welcome p.title b {
  color: #cc3d3a;
  font-weight: 400;
  text-transform: uppercase;
}

#demo .body .welcome p a {
  color: #cc3d3a;
}

#demo .body .welcome p.buttons {
  bottom: 10px;
  position: absolute;
  width: calc(100% - 40px);
}

#demo .body .welcome p.buttons button.btn-default {
  float: left;
  margin-left: 30px;
}

#demo .body .welcome p.buttons button.btn-default._close {
  left: 50%;
  margin: 0 0 0 -25px;
  position: relative;
}

#demo .body .welcome p.buttons button.btn-success {
  float: right;
  margin-right: 30px;
}

.changelog_buttons {
  display: block;
  text-align: right;
  position: absolute;
  right: 0;
  /* margin-top: 10px; */
}

.changelog_send {
  margin-left: 4px;
}
.form-group.changelog_target_email {
  width: 80%;
}
.changelog_target_email .form-control {
  width: 25%;
}

#infoContainer #mainArea #centerArea .info_column .info_box .changelog_title > a {
  padding-left: 5px;
  color: #cc3d3a;
}
#infoContainer #mainArea #centerArea .info_column .info_box .changelog_title > a:hover,
#infoContainer #mainArea #centerArea .info_column .info_box .changelog_title > a:focus,
#infoContainer #mainArea #centerArea .title > a:hover,
#infoContainer #mainArea #centerArea .title > a:focus {
  text-decoration: none;
}

#infoContainer #mainArea #centerArea .info_column .info_box .changelog_title a > i,
#infoContainer #mainArea #centerArea .title a > i {
  vertical-align: middle;
}

@media screen and (min-width: 992px)
{
  .tasks_kanban_widget .status_column_header.to_pick,
  .tasks_kanban_widget .status_column.status_column_1 {
    width: calc(37.5% - 5px);
  }

  .tasks_kanban_widget .status_column.status_column_1 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }

  .tasks_kanban_widget .status_column_header.stuck,
  .tasks_kanban_widget .status_column.status_column_4 {
    width: calc(12.5% + 5px);
  }

  .tasks_kanban_widget .status_column.status_column_4 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  
  .tasks_kanban_widget.kanban_cs .status_column.status_column_1,
  .tasks_kanban_widget.kanban_cs .status_column.status_column_2,
  .tasks_kanban_widget.kanban_cs .status_column.status_column_3,
  .tasks_kanban_widget.kanban_cs .status_column.status_column_4,
  .tasks_kanban_widget.kanban_cs .status_column.status_column_5 {
    -moz-column-count: auto;
    -webkit-column-count: auto;
    column-count: auto;
  }
  
  .tasks_kanban_widget.kanban_cs .status_column_header.status_1,
  .tasks_kanban_widget.kanban_cs .status_column.status_column_1,
  .tasks_kanban_widget.kanban_cs .status_column_header.status_2,
  .tasks_kanban_widget.kanban_cs .status_column.status_column_2,
  .tasks_kanban_widget.kanban_cs .status_column_header.status_3,
  .tasks_kanban_widget.kanban_cs .status_column.status_column_3,
  .tasks_kanban_widget.kanban_cs .status_column_header.status_5,
  .tasks_kanban_widget.kanban_cs .status_column.status_column_5 {
    width: calc(12.5% + 5px);
  }
  
  .tasks_kanban_widget.kanban_cs .status_column_header.status_4,
  .tasks_kanban_widget.kanban_cs .status_column.status_column_4 {
    width: calc(50% - 20px);
  }
  
  .tasks_kanban_widget.kanban_cs .content .status_column_4 .item-wrapper,
  .tasks_kanban_widget.kanban_cs .content .status_column_4 .sortable-placeholder {
    width: 25%;
  }
  
  .tasks_kanban_widget.kanban_cs.hidden_pause .status_column_header.status_1,
  .tasks_kanban_widget.kanban_cs.hidden_pause .status_column.status_column_1 {
    display: none;
  }
  
  .tasks_kanban_widget.kanban_cs.hidden_pause .status_column_header.status_4,
  .tasks_kanban_widget.kanban_cs.hidden_pause .status_column.status_column_4 {
    width: calc(62.5% - 15px);
  }
  
  .tasks_kanban_widget.kanban_cs.hidden_pause .content .status_column_4 .item-wrapper,
  .tasks_kanban_widget.kanban_cs.hidden_pause .content .status_column_4 .sortable-placeholder {
    width: 20%;
  }
  
  /* BEGIN Kanban DEV */
  
  .tasks_kanban_widget.kanban_dev .status_column_header,
  .tasks_kanban_widget.kanban_dev .status_column {
    width: 16.66666667%;
  }
  
  .tasks_kanban_widget.kanban_dev .status_column {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  
  .tasks_kanban_widget.kanban_dev .status_column_header.to_validate {
    background-color: #ffc107;
  }
  
  /* END Kanban DEV */
}
