body,
html {
    position: relative;
    height: 100%;
}
.default_body_wrap {
	padding:0;
}
.desk-placeholder .desk-head::after,
.desk-placeholder .desk-head::before,
.desk-placeholder:hover .desk-head::after,
.desk-placeholder:hover .desk-head::before,
.desk .desk-head::after,
.desk .desk-head::before {
    content: "";
    display: table;
}
.desk-placeholder .desk-head::after,
.desk-placeholder:hover .desk-head::after,
.desk .desk-head::after {
    clear: both;
}
main {
    padding: 40px 10px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
    white-space: nowrap;
    zoom: 1;
}
.desk {
    width: 270px;
    display: inline-block;
    height: 100%;
    overflow: hidden;
    min-height: 100px;
    background-color: #e2e4e6;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    border-radius: 3px;
    padding-bottom: 15px;
    margin-right: 10px;
    vertical-align: top;
}
.desk-placeholder .desk-head,
.desk-placeholder:hover .desk-head,
.desk .desk-head {
    position: relative;
    padding: 5px 8px;
    margin-bottom: 10px;
    zoom: 1;
}
.desk-placeholder .desk-head .desk-name,
.desk-placeholder:hover .desk-head .desk-name,
.desk .desk-head .desk-name {
    font-weight: 700;
    white-space: normal;
    width: 100%;
}
.desk-items {
    overflow-y: auto;
    height: 97%;
    padding-bottom: 20px;
}
.item {
    width: 95%;
    margin: 0 auto 6px!important;
    padding: 4px 6px 2px 6px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    -webkit-transition: .15s;
    transition: .15s;
    cursor: pointer;
    float: none;
}
.item .project-status {
    width: auto;
    font-style: normal;
    float: none;
    margin: 0;
    padding: 0;
	z-index:inherit;
}
.item .item-name {
    padding: 5px 10px;
    border-bottom: 1px solid #dbdbdb;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}
.item .item-container::after,
.item .item-container::before {
    content: "";
    display: table;
}
.item .item-container::after {
    clear: both;
}
.item .item-container {
    padding: 10px;
    border-bottom: 1px solid #dbdbdb;
    zoom: 1;
}
.item .item-container .item-content {
    white-space: normal;
}
.footer {
    display: none;
}
.trello-body .more_box {
    z-index: 99;
    width: 220px;
    left: 0;
    right: inherit;
    top: 30px;
}
.trello-body .more_box .dropdown {
    max-height: 400px;
    overflow: auto;
}

.trello-body .more_box.more-plus-box {
    top: 42px;
    width: 323px;
}
.trello-body .more_box.dropdown-content {
    left: inherit;
    right: 0;
}
.trello-body .arrow:after {
    left: 83%;
}
.list {
    background: #E2E4E6;
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
    height: 100%;
    position: relative;
    white-space: normal
}
.list.moving-card-parent {
    position: relative;
    z-index: 99;
}
.list-header-name-assist,
.list-header-target.is-hidden {
    display: none
}
.list-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 8px 10px;
    position: relative;
    min-height: 18px
}
.list-header h2 {
    font-size: 15px;
    line-height: normal;
    margin: 0 20px 0 0;
}
.list-header .post-meta {
    margin: 0;
    position: absolute;
    right: 6px;
    top: 6px;
}
.trello-body .list-header .post-meta li {
    position: static;
}
.trello-body .list-header .more_box {
    width: 125px;
    left: inherit;
    right: 0;
}
.trello-body .list-header .post-meta li.more-link .dropdown {
    padding: 10px 0!important;
}
.trello-body .list-header .post-meta li.more-link .dropdown li a {
    margin: 0!important;
}
.list-header.is-editable {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}
.list-header.is-menu-shown,
.list-header.is-subscribe-shown {
    padding-right: 34px
}
.list-header.is-menu-shown.is-subscribe-shown {
    padding-right: 60px
}
.list-header-target {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.list-header-num-cards {
    color: #838c91;
    margin: 0
}
.list-header-num-cards:not(.hide) {
    display: inline-block
}
.list-header-extras {
    position: absolute;
    right: 4px;
    top: 4px
}
.list-header-extras-menu,
.list-header-extras-subscribe {
    float: left;
    padding: 4px
}
.list-header-extras-menu:hover {
    border-radius: 3px;
    background: #CDD2D4
}
.list-header textarea {
    line-height: 1.2em
}
.list-cards {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 4px;
    padding: 0 4px;
    z-index: 1;
    min-height: 0;
}
.list-cards::-webkit-scrollbar-button:end {
    display: block;
    height: 4px;
    width: 4px
}
.list-card,
.list-card-title {
    display: block;
    text-decoration: none;
}
.list-card {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 6px;
    max-width: 300px;
    min-height: 20px;
    position: relative;
    z-index: 0;
}
.list-card:hover {
    cursor: move;
}
.list-card:first-child {
    margin-top: -21px;
}
.list-card.ui-sortable-helper {
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.list-card-details {
    overflow: hidden;
    padding: 6px 6px 2px 8px;
    position: relative;
    z-index: 10;
    margin: 0;
}
.list-card-details.new-task-row .task-row-first {
    float: none;
}
.list-card-details.new-task-row .task-row-first a {
    font-size: 12px;
    color: #757575;
}
.list-card-details.new-task-row .task-row-first a:hover {
    color: #5c5c5c;
}
.item .task-row-first .text-label {
    padding: 0 5px;
    font-weight: 600;
    margin-bottom: 5px;
    width: auto;
}
.list-card-details:hover {
    background-color: #EDEFF0;
    border-bottom-color: #D6DADC
}
.list-card-title {
    clear: both;
    margin: 0 0 4px;
    overflow: hidden;
    word-wrap: break-word;
    color: #4d4d4d;
    line-height: 17px;
    font-weight: 600;
    font-size: 13px;
}
.list-card-title span {
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: top;
    margin-right: 1px;
    background: red;
    margin-top: 5px;
}
.list-card-details small {
    font-size: 11px;
    color: #878787;
}
.open-card-composer,
.sticker {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.open-card-composer {
    border-radius: 0 0 3px 3px;
    color: #838c91;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 8px 10px;
    position: relative;
    text-decoration: none;
    user-select: none;
}
.open-card-composer:hover {
    background-color: #CDD2D4;
    color: #4d4d4d;
    text-decoration: underline;
}
.open-card-composer:active {
    background-color: #C4C9CC
}
/* Add */
.cards-parent.mod-add.is-idle {
    background: rgba(0, 0, 0, .12);
    cursor: pointer;
    color: #fff;
}
.cards-parent.mod-add.is-idle {
    cursor: pointer;
    color: #fff;
}
.cards-parent.mod-add {
    height: auto;
    min-height: 30px;
    padding: 4px;
    border-radius: 3px;
    background-color: #E2E4E6;
    -webkit-transition: background 85ms ease-in, opacity 40ms ease-in, border-color 85ms ease-in;
    transition: background 85ms ease-in, opacity 40ms ease-in, border-color 85ms ease-in;
}
.cards-parent.mod-add.fade {
    opacity: 0
}
.cards-parent.mod-add .placeholder {
    display: block;
    padding: 7px;
    color: rgba(255, 255, 255, .7);
    -webkit-transition: color 85ms ease-in;
    transition: color 85ms ease-in;
}
.cards-parent .highlight {
    border: 2px dashed #BECBD8;
    background: rgba(255, 255, 255, .6);
    display: block;
    width: 100%;
    height: 109px;
    margin-bottom: 6px;
}
.p-title {
    margin: 0;
    width: 100%;
    font-size: 13px;
    line-height: normal;
    font-weight: 300;
    color: #a4a4a4;
    padding: 0;
}
.trello-body .grid-list-icon {
    font-size: 0;
    letter-spacing: 0;
    overflow: visible;
	text-align: right;
	width: 100%;
}
.trello-body .grid-list-icon li {
    margin: 0;
    position: relative;
	z-index:9;
}
.trello-body .grid-list-icon li select {
    font-size: 13px;
    height: 30px;
    margin: 0;
}
.trello-body .grid-list-icon li select {
    background: url(../images/default/select-arrw.png) no-repeat 94% 50%;
    margin-left: -1px;
    width: 120px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#tview-grid-wrapper .project-status {
	width:auto;
	float:none;
	margin:0 30px;
}
.trello-body .project-status ul {
    width: 250px;
	left:inherit !important;
	right:0;
}
.project-status .dropdown-content:before,
.project-status .dropdown-content:after {
	left:84%;
}
.trello-body .grid-list-icon li a {
    font-size: 13px!important;
    background: none;
    color: #606060;
    opacity: 1;
    width: auto;
    height: auto;
    text-align: left;
    line-height: 23px;
    white-space: inherit;
}
.trello-body .grid-list-icon li.fLeft {
    margin-right: 10px;
}
.trello-body .grid-list-icon li.fLeft a span {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.trello-body .grid-list-icon li.fLeft a span:before {
    content: ">";
    font-size: 14px;
    color: #606060;
    float: left;
    margin-right: 5px;
}
.trello-body .grid-list-icon li.fLeft a span:after {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 14px;
    color: #606060;
    /*    float: right;*/
    margin-left: 5px;
}
.trello-body .member-list {
    font-size: 0;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
}
.trello-body .member-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 3px 0;
    border: none;
    background: none;
    width: auto;
    height: auto;
    min-height: inherit;
    padding: 0;
}
.trello-body .member-list li img {
    width: 20px;
}
.trello-body p.time {
    font-size: 13px;
    color: #413f3d;
    line-height: 15px;
    font-weight: 300;
    padding-bottom: 0;
    margin: 0 5px 5px 0;
    display: inline-block;
    vertical-align: top;
}
.trello-body p.time i {
    color: #9d9992;
}
.item .text-label {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    height: auto;
    padding: 0 3px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}
.desk_items_holder {
    clear: both;
}
.health_body {
    padding-top: 70px;
}
.breadcrumb-filter {
    position: absolute;
    padding: 0 10px;
    width: 100%;
    top: 70px;
    left: 0;
}
.desk.mod-add {
    height: auto;
    min-height: 30px;
    padding: 4px;
    background: rgba(0, 0, 0, .12);
    white-space: normal;
}
.desk.mod-add .placeholder {
    display: block;
    padding: 7px;
    color: #454141;
    -webkit-transition: color 85ms ease-in;
    transition: color 85ms ease-in;
}
#add-element-form {
    padding: 0 5px;
}
.desk.mod-add input,
#add-element-form input {
    font-size: 13px;
    width: 100%;
    height: 27px;
    margin: 0 0 4px;
    border-radius: 3px;
    border: none;
}
.desk.mod-add input[type="button"],
#add-element-form input[type="button"] {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    width: 100px;
    height: 30px;
    background: #121212;
    margin-bottom: 0;
}
.desk.mod-add input[type="button"]+input[type="button"],
#add-element-form input[type="button"]+input[type="button"] {
    background: #a4a4a4;
}
.desk .cards-parent {
    height: 100%;
}
.project-status .current,
.trello-body .grid-list-icon li a.current {
    background: url(../images/markit/status-arrw.png) 100% 50% no-repeat;
}
.item .project-status ul {
    top: 18px;
}
/**/
.tilt.right {
    transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
}
.tilt.left {
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
}
.tilt-shadow {
    -moz-box-shadow: 1px 1px 6px 0px grey;
    -webkit-box-shadow: 1px 1px 6px 0px grey;
}
/**/
.desk.desk-divider {
	width: 20px;	
	background: #00dbff;
	position:relative;
}
.desk.desk-divider span {
    display: block;
    vertical-align: middle;
	line-height:20px;
    -webkit-transform: rotate(-90deg);
    width: 300px;
    height: 20px;
    font-size: 13px;
    font-weight: 600;
    transform-origin: 0 0;
    position: absolute;
    top: 320px;
    text-align: right;
}