.fc .fc-row .fc-content-skeleton td {
    border-color: #dee2e6;
}

#customer-table .thead-cs th,
#catelogy-table .thead-cs th {
    font-size: 14px;
    white-space: nowrap;
}

.table th,
.table td {
    padding: 10px 7px;
    font-size: 14px;
}

#infoModal .form-control:disabled,
.form-control[readonly],
#infoModal .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
}

#infoModal {
    overflow-y: hidden;
}

#infoModal .modal-body {
    overflow: auto;
    position: relative;
    display: block;
    width: 100%;
    max-height: 450px;
}

#infoModal .modal-body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#infoModal .modal-body::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
#infoModal .modal-body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
}

/* Handle on hover */
#infoModal .modal-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#infoCustomer .col-sm-6 .row .col-sm-8,
#infoCustomer .col-sm-12 .row .col-sm-10 {
    display: flex;
    align-items: center;
    word-break: break-all;
    word-wrap: break-word;
}

.upload-item-list {
    width: 100%;
    display: flex;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: space-between;
}

#infoCustomer .form-group .col-sm-8 span,
.border-text-span,
.line-span {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    width: 100%;
    padding-bottom: 2px;
}

#ui-datepicker-div {
    z-index: 999 !important;
}

.call-panel-container {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.call-panel .modal-dialog {
    max-width: 320px;
    height: 85%;
}

.call-panel .modal-dialog .modal-content,
.call-now .modal-dialog .modal-content {
    height: 100%;
    border-radius: 5px;
}

.call-now .modal-dialog .modal-content:first-child {
    background: #00c6ff;
    background: -webkit-linear-gradient(to top, #0072ff, #00c6ff);
    background: linear-gradient(to top, #0072ff, #00c6ff);

}

.call-panel .modal-dialog .modal-content .modal-body,
.call-now .modal-dialog .modal-content .modal-body {
    max-height: unset;
}

.call-number-item,
.call-panel-action .call-action-item {
    width: 32%;
}

.call-number-item span,
.call-panel-action .call-action-item span {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5px auto;
    font-size: 21px;
    cursor: pointer;
}

.call-action-item img {
    height: 27px;
}

.call-number-item span:active {
    background: rgba(0, 0, 0, 0.05);
}

.nowrap-text {
    white-space: nowrap;
}

.call-history-table {
    font-size: 13.5px;
}

.call-history-table.table-scroll {
    display: block;
}

.call-history-table tbody tr:hover {
    background: #fff;
}

.call-history-table .btn-history-action {
    padding: 0px;
    width: 30px;
    height: 30px;
}

.icon-customer-call {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.img-call-now {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.customer-call-toggle:before {
    content: "";
    border: 0.5px dashed rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    height: 100%;
}

.customer-call-toggle:after {
    content: "";
    border: 0.5px dashed rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -9%;
    height: 8%;
}

.btn-toggle-content {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 35px;
}

.customer-call-container {
    border-radius: 10px;
    padding: 20px;
}

.customer-call-item .customer-call-time {
    width: 17%;
    font-size: 14px;
    white-space: nowrap;
}

.customer-call-item .customer-call-toggle {
    width: 10%;
}

.customer-call-item>.customer-call-content {
    font-size: 14px;
    margin-top: 35px;
    width: 73%;
}

.customer-call-item .media h5 {
    font-size: 14px;
}

.customer-call-item .media.collapse:not(.show) {
    visibility: hidden;
    height: 0px;
    display: block;
}

.customer-call-item .media.collapse.show {
    visibility: visible;
    height: auto;
}

.call-now-status {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.btn-call-status {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
}

.call-now-form ::placeholder,
.call-now-contact ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    /* Firefox */
}

.call-now-form :-ms-input-placeholder,
.call-now-contact :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.6);
}

.call-now-form ::-ms-input-placeholder,
.call-now-contact ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.6);
}

.btn-action-mess {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.05);
}

.create-message-container label,
.create-message-container .form-control {
    font-size: 14px;
}

.radio-status-mess .custom-radio:first-child,
.phone-send-mess .custom-radio:last-child {
    width: 30%;
}

.radio-status-mess .custom-radio:last-child,
.phone-send-mess .custom-radio:first-child {
    width: 70%;
}

.radio-status-mess .custom-radio:last-child .form-control {
    width: 60%;
}

.phone-send-mess .select2-container {
    margin-top: 15px;
}

#callNowModal {
    z-index: 9999;
}

#callNowModal .modal-dialog {
    max-width: unset;
    height: 90%;
}

#callNowModal .modal-dialog .modal-content:first-child {
    width: 25%;
}

#callNowModal .modal-dialog .modal-content:last-child {
    width: 55%;
}

.showInfoCallUser {
    overflow: auto;
    display: none;
}

.audio-call {
    height: 40px;
    width: 255px;
}

.btn-download-audio {
    height: 35px;
    width: 35px;
    font-size: 17px;
}

.toggle-slide-btn i {
    position: absolute;
    right: 16px;
}

.toggle-slide-btn i.rotate180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Deal style */
.deal-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.deal-status-item {
    background: #D3D7DC;
    color: #333333;
    width: 18%;
    transition: 0.3s all ease;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
}


.deal-status-item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid #D3D7DC;
    transition: 0.3s all ease;
}

.deal-status-item:hover {
    color: #333333;
}

.deal-status-item:first-child:hover {
    background: #FF3D5F;
}

.deal-status-item:first-child:hover:after {
    border-left: 10px solid #FF3D5F;
}

.deal-status-item:nth-child(2):hover {
    background: #00A887;
}

.deal-status-item:nth-child(2):hover:after {
    border-left: 10px solid #00A887;
}

.deal-status-item:nth-child(3):hover {
    background: #2EACFF;
}

.deal-status-item:nth-child(3):hover:after {
    border-left: 10px solid #2EACFF;
}

.deal-status-item:nth-child(4):hover {
    background: #A253BC;
}

.deal-status-item:nth-child(4):hover:after {
    border-left: 10px solid #A253BC;
}

.deal-status-item:last-child:hover {
    background: #FF9219;
}

.deal-status-item:last-child:hover:after {
    border-left: 10px solid #FF9219;
}

.customer-nav-tab a {
    border: none;
    color: #555555;
    font-size: 15px;
}

.customer-nav-tab.nav-tabs .nav-link {
    border: none;
    padding: 10px 10px;
}

.customer-nav-tab.nav-tabs .nav-link:hover {
    border-bottom: 3px solid #555555;
}

.customer-nav-tab.nav-tabs .nav-item {
    margin-bottom: 0px;
}

.customer-nav-tab.nav-tabs .nav-link.active,
.customer-nav-tab.nav-tabs .nav-item.show .nav-link {
    border-bottom: 3px solid #555555;
}

.customer-call-container .customer-call-item {
    padding-top: 15px;
}

.customer-call-container .customer-call-item:first-child {
    padding-top: 0px;
}

.customer-care-tab .nav-item {
    width: 33.33%;
}

.customer-panel-content-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.customer-care-item {
    margin-bottom: 15px;
}

.customer-care-item:last-child {
    margin-bottom: 0px;
}

.customer-panel-content-left {
    width: 30%;
    background: rgba(0, 0, 0, 0.05);
}

.customer-panel-footer-name {
    width: 30%;
}

.customer-care-panel-time {
    width: 25%;
    white-space: nowrap;
}

.customer-panel-content-right,
.customer-panel-footer-function {
    width: 70%;
}

.customer-care-panel-name {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 75%;
}

.customer-panel-icon:last-child {
    margin-right: 0px;
}

.customer-icon-quantity {
    position: absolute;
    top: -5px;
    right: -8px;
    font-size: 12px;
}

.customer-panel-icon.customer-icon-call {
    width: 32px;
    height: 32px;
}

.nav-arrow {
    font-size: 16px;
    height: 40px;
    line-height: 44px;
    width: calc(100% - 40px);
    z-index: auto;
    position: relative;
    padding: 0px 15px;
    color: #fff;
    margin: 0 auto;
}

.nav-arrow:before,
.nav-arrow:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0;
}

.comment-content{
    width: calc(100% - 55px);
}

ul.nav .arrow {
    background-color: #EF71D5;
}

ul.nav .arrow:after,
ul.nav .arrow:before {
    border-width: 20px 0 20px 20px;
}

ul.nav .arrow:before {
    border-color: #EF71D5 transparent;
    left: -20px;
}

ul.nav .arrow:after {
    border-color: transparent #EF71D5;
    right: -20px;
}

.customer-care-tab li:first-child .arrow:before {
    border-color: #4285f4 transparent;
}

.customer-care-tab li:first-child .arrow:after {
    border-color: transparent #4285f4;
}

.customer-care-tab li:nth-child(2) .arrow:before {
    border-color: #f80 transparent;
}

.customer-care-tab li:nth-child(2) .arrow:after {
    border-color: transparent #f80;
}

.customer-care-tab li:last-child .arrow:before {
    border-color: #00c851 transparent;
}

.customer-care-tab li:last-child .arrow:after {
    border-color: transparent #00c851;
}

.customer-care-tab li:last-child .nav-arrow {
    width: calc(100% - 20px);
    margin: 0px;
    margin-left: auto;
}

.customer-care-tab li:last-child .nav-arrow:after {
    content: none;
}

.customer-care-tab li:first-child .nav-arrow {
    width: calc(100% - 20px);
    margin: 0px;
    margin-right: auto;
}

.customer-care-tab li:first-child .nav-arrow:before {
    content: none;
}

.table-create-department {
    display: none;
}

.department-info {
    max-height: 300px;
    overflow-y: auto;
}

.deleteDepartment {
    cursor: pointer;
}

.table-create-contact-person {
    display: none;
}

.contact-person-info {
    max-height: 300px;
    overflow-y: auto;
}

.deleteContactPerson {
    cursor: pointer;
}

.customer-care-tab-content .dataTables_wrapper .row:first-child .col-sm-12:first-child {
    flex: 0 0 25%;
    max-width: 25%;
}

.customer-care-tab-content .dataTables_wrapper .row:first-child .col-sm-12:last-child {
    flex: 0 0 75%;
    max-width: 75%;
}

.customer-care-tab-content * {
    font-size: 12.5px;
}

.card.customer-care-item {
    margin-bottom: 0px !important;
}

.table-customer-container {
    border: none;
    display: block !important;
}

.table-customer-container tbody tr td {
    border: none;
}

.table-customer-container tbody,
.table-customer-container tbody tr,
.table-customer-container tbody tr td {
    display: block;
}

.table-customer-container tbody {
    background: transparent;
}

.table-customer-container tbody tr {
    margin-bottom: 20px;
}

.table-customer-container tbody tr:last-child {
    margin-bottom: 0px;
}

.name-customer-care-title {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-widget.ui-widget-content {
    max-height: 220px;
    overflow-y: auto;
}

.call-now-contact .call-now-status {
    position: relative;
}

.oppCustomer option {
    color: #333;
}

.oppCustomer {
    color: #fff;
}

.descriptionContact {
    color: #fff !important;
}

.addNewContactBtn {
    display: none;
    cursor: pointer;
}

.btnCustomerPosition {
    position: absolute;
    right: 0;
    top: -10px;
}

.call-now-contact .modal-dialog {
    max-width: 390px;
}

@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .customer-call-item .customer-call-time {
        white-space: nowrap;
        width: 25%;
    }

    .call-panel .modal-dialog,
    #callNowModal .modal-dialog {
        height: 80%;
        top: 5%;
    }

    #callNowModal .modal-dialog .modal-content:first-child {
        width: 31%;
    }

    .fn-wrap span {
        font-size: 18px;
    }

    .right-panel-content>.sticky-top>a>.btn {
        font-size: 13px;
        padding: 5px;
    }

    .right-panel-content .card-header.btn {
        font-size: 14px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .customer-call-item .customer-call-time {
        white-space: nowrap;
    }

    .call-panel .modal-dialog,
    #callNowModal .modal-dialog {
        height: 60%;
        top: 10%;
    }

    #callNowModal .modal-dialog .modal-content:first-child {
        width: 44%;
    }

    .scroll-to-info {
        display: none !important;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .customer-call-item .customer-call-time {
        white-space: nowrap;
        width: 25%;
    }

    .call-panel .modal-dialog {
        max-width: 320px;
        height: 94%;
        top: -5%;
    }

    #callNowModal .modal-dialog {
        height: 94%;
        top: -5%;
    }

    .call-number-item span {
        border: none;
        height: 25px;
        border-radius: 5px;
    }

    .call-panel-action .call-action-item span {
        border: none;
        border-radius: 50%;
        height: 30px;
        width: 30px;
    }

    .call-panel-action .call-action-item:nth-child(2) span {
        width: 40px;
        height: 40px;
    }

    .scroll-to-info {
        display: none !important;
    }

    .close-callInput,
    .close-calling {
        width: 30px;
        height: 30px;
    }

    .img-call-now {
        height: 70px;
        width: 70px;
        border-radius: 50%;
    }

    #callNowModal .modal-dialog .modal-content:first-child {
        width: 48%;
    }

    .call-now-container textarea.form-control {
        height: 70px;
    }

    .call-now-status {
        position: relative;
    }

    .call-now-customer-info {
        font-size: 14px;
    }

    .btnShowInfoCall {
        font-size: 13px;
    }

    .close-callInput,
    .close-calling {
        width: 30px;
        height: 30px;
    }

    .call-now-contact .modal-dialog {
        max-width: 390px;
        height: 85%;
        overflow-y: auto;
    }
}

@media (max-width: 575.98px) {
    .upload-item-list span {
        width: 71%;
        word-break: break-all;
    }

    .upload-item-list>div {
        width: 28%;
    }

    .upload-item-list>a {
        width: auto;
    }

    .customer-call-container {
        padding: 10px 5px;
    }

    .customer-call-item {
        flex-wrap: wrap;
    }

    .customer-call-item .customer-call-time {
        width: 100%;
    }

    .btn-toggle-content {
        width: 35px;
        height: 35px;
    }

    .customer-call-item .media h5 {
        text-align: left !important;
    }

    .call-time-status {
        margin-bottom: 5px !important;
        width: 97%;
        margin-left: auto;
    }

    .customer-call-item .media {
        display: block;
    }

    .audio-call {
        width: 195px;
    }

    .icon-customer-call {
        margin-bottom: 10px;
    }

    .phone-send-mess .custom-radio:first-child {
        width: auto;
    }

    .call-panel .modal-dialog,
    #callNowModal .modal-dialog {
        max-width: 100%;
        height: 97%;
    }

    #callNowModal .modal-dialog .modal-content:first-child {
        width: 100%;
        height: 100%;
        margin-right: 0px !important;
    }

    #callNowModal .modal-dialog {
        display: block !important;
        overflow-y: auto;
        pointer-events: auto;
    }

    #callNowModal .modal-dialog .modal-content:last-child {
        width: 100%;
    }

    .col-sm-9.left-panel-content h3,
    .col-sm-3.right-panel-content h3 {
        font-size: 20px;
    }

    .customer-call-item .customer-call-toggle {
        width: 14%;
    }

    .btnCustomerPosition {
        position: relative;
        right: 0;
        top: 0;
        margin-left: 40px;
        margin-top: -7px;
    }

    .call-now-contact .modal-dialog {
        max-width: unset;
        width: 100%;
        margin: 4px;
    }
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    moz-transition: all .2s ease-in-out;
    o-transition: all .2s ease-in-out;
    padding: 2px;
    transition: all .2s ease-in-out;
    webkit-transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

.kanban-centered {
    position: relative;
    margin-bottom: 30px;
}

.kanban-centered:before,
.kanban-centered:after {
    content: " ";
    display: table;
}

.kanban-centered:after {
    clear: both;
}

.kanban-centered:before,
.kanban-centered:after {
    content: " ";
    display: table;
}

.kanban-centered:after {
    clear: both;
}

.kanban-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    /*background: #f5f5f6;*/
    top: 20px;
    bottom: 20px;
    /*margin-left: 18px;*/
}

.kanban-centered .kanban-entry {
    position: relative;
    /*width: 50%;
        float: right;*/
    margin: 10px 8px;
    clear: both;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
}

.kanban-centered .kanban-entry:before,
.kanban-centered .kanban-entry:after {
    content: " ";
    display: table;
}

.kanban-centered .kanban-entry:after {
    clear: both;
}

.kanban-centered .kanban-entry:before,
.kanban-centered .kanban-entry:after {
    content: " ";
    display: table;
}

.kanban-centered .kanban-entry:after {
    clear: both;
}

.kanban-centered .kanban-entry.begin {
    margin-bottom: 0;
}

.kanban-centered .kanban-entry.left-aligned {
    float: left;
}

.kanban-centered .kanban-entry.left-aligned .kanban-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.kanban-centered .kanban-entry.left-aligned .kanban-entry-inner .kanban-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.kanban-centered .kanban-entry.left-aligned .kanban-entry-inner .kanban-icon {
    float: right;
}

.kanban-centered .kanban-entry.left-aligned .kanban-entry-inner .kanban-label {
    margin-left: 0;
    margin-right: 70px;
}

.kanban-centered .kanban-entry.left-aligned .kanban-entry-inner .kanban-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.kanban-centered .kanban-entry .kanban-entry-inner {
    position: relative;
    /*margin-left: -24px;*/
}

.kanban-centered .kanban-entry .kanban-entry-inner:before,
.kanban-centered .kanban-entry .kanban-entry-inner:after {
    content: " ";
    display: table;
}

.kanban-centered .kanban-entry .kanban-entry-inner:after {
    clear: both;
}

.kanban-centered .kanban-entry .kanban-entry-inner:before,
.kanban-centered .kanban-entry .kanban-entry-inner:after {
    content: " ";
    display: table;
}

.kanban-centered .kanban-entry .kanban-entry-inner:after {
    clear: both;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-time>span {
    display: block;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-time>span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-time>span:last-child {
    font-size: 12px;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 25px;
    height: 25px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 4px #f5f5f6;
    -webkit-box-shadow: 0 0 0 4px #f5f5f6;
    box-shadow: 0 0 0 4px #f5f5f6;
    float: left;
    margin-top: 6px;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label {
    position: relative;
    background: #f5f5f6;
    padding: 0.75em;
    /*margin-left: 50px;*/
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label h2,
.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label p {
    color: #737881;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label p+p {
    margin-top: 15px;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label h2 a {
    color: #303641;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}


.modal-static {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    margin-top: -100px;
    margin-left: -100px;
    overflow: visible !important;
}

.modal-static,
.modal-static .modal-dialog,
.modal-static .modal-content {
    width: 200px;
    height: 150px;
}

.modal-static .modal-dialog,
.modal-static .modal-content {
    padding: 0 !important;
    margin: 0 !important;
}

.kanban-col {
    width: 300px;
    margin-right: 20px;
    float: left;
}

.panel-body {
    padding: 15px 0 0 0;
    overflow-y: auto;
}

.grab {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.grabbing {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.panel-heading {
    cursor: context-menu;
}

.panel-heading i {
    cursor: pointer;
}
.progress-bar,
.progress{
    border-radius: 10px;
    font-size: 11px;
}
