/* Trang chi tiết KNDV */

table.inventory-solution{
    margin-bottom: 40px;
    font-size: 12px!important;
}

table.inventory-solution tbody tr td{
    vertical-align: top;
}

table.inventory-solution tbody tr td h5.solution-name{
    margin-top: 0;
}

table.inventory-solution tbody tr td .short-text{
    position: relative;
    margin: 0;
}

table.inventory-solution tbody tr td .short-text span{
    position: absolute;
    top: 0;
    right: 0;
}

.modal-content{
    border-radius: 0;
}

#block-chat-box > .chat-box > .comment > input {
    color: #111!important;
}
.opt-select-sd{
    width: 100%;
    height: 32px;
    border-color: #b9b9b9;
    color: #333;
}
.style-lbl-sd{
    line-height: 32px;
}

._customer-note {
    float: left;
    padding-left: 40px;
    font-weight: bold;
    padding-right: 5px;
}

._content_note {
    float: left;
    padding-left: 40px;
    padding-right: 5px;
    color: #c12e2a;
}

._edit-original-note-form {
    margin-left: 53px;
}

.content_note {
    color: #c12e2a;
}


.timeline {
    padding: 2rem;
    width: 100%;
    position: relative;
}
.timeline:before {
    content: "";
    position: absolute;
    top: 0px;
    left: calc(33% + 15px);
    bottom: 0px;
    width: 4px;
    background: #ddd;
}
.timeline:after {
    content: "";
    display: table;
    clear: both;
}

.timeline .entry {
    clear: both;
    text-align: left;
    position: relative;
    color: #748893;
}
.timeline .entry .title {
    margin-bottom: 0.5em;
    float: left;
    width: 33%;
    padding-right: 30px;
    text-align: right;
    position: relative;
}
.timeline .entry .title:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 4px solid #ddd;
    background-color: #fff;
    border-radius: 100%;
    top: 2px;
    right: -18px;
    z-index: 99;
}
.timeline .entry .title h3 {
    margin: 0;
    font-size: 120%;
}
.timeline .entry .title p {
    margin: 0;
    font-size: 100%;
}
.timeline .entry .body {
    margin: 0 0 3em;
    float: right;
    width: 66%;
    padding-left: 30px;
}
.timeline .entry .body p {
    line-height: 1.4em;
}
.timeline .entry .body p:first-child {
    margin-top: 0;
    font-weight: 400;
}
.timeline .entry .body ul {
    color: #aaa;
    padding-left: 0;
    list-style-type: none;
}
.timeline .entry .body ul li:before {
    content: "–";
    margin-right: 0.5em;
}
.timeline .entry:first-child {
    color: #032d3e;
}
.timeline .entry:first-child .title:before {
    border-color: red;
}

a.view-package-routes {
    cursor: pointer;
}