.clear5 {
    height: 5px;
    clear: both;
}
.dataTable td {
    word-break: break-word;
}
.table td, .table th {
    word-break: break-word !important;
}
.page-container {
    min-height: 95.3vh;
}
.client-result-holder {
    position: relative;
    padding-right: 20px;
}
.client-result {
    position: absolute;
    border: 1px solid #ddd;
    border-top: 0;
    list-style: none;
    padding-left: 0;
    width: 100%;
    z-index: 9999;
    max-height: 400px;
    overflow-y: scroll;
}
.client-result li {             
    padding: 7px 10px;
    cursor: pointer;
    background-color: #fff;
    transition: 0.1s;
}
.client-result li:hover {
    background-color: #f5f5f5;
}
.pointer; {
    cursor: pointer;
}
.center {
    text-align: center;
}
.color-black {
    color: #000 !important;
}
.text-login, .text-login a {
    color: #fff !important;
}
.quickorder-logo {
    max-width: 100px;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}
.client-list {
    list-style: none;
    padding: 0;
}
.client-list li {
    margin-bottom: 15px;
}
.client-list i {
    margin-left: 10px;
}
input[type=checkbox] {
    cursor: pointer;
}
.mg0i {
    margin: 0 !important;
}
.mgr5 {
    margin-right: 5px !important;
}
.mgl5 {
    margin-left: 5px !important;
}
#forwriter {
    display: none;
}
.ph-italic::placeholder {
    font-style: italic;
}
.mw-150 {
    max-width: 150px !important; 
}
.mw-250 {
    max-width: 250px !important; 
}
#commentbox .comments {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}                                            
#commentbox .comments p {
    margin: 0;
}
#commentbox .comments p.author {
    font-weight: 700;
    line-height: 1.2;
    font-size: 18px;
    margin-bottom: 3px;
}
#commentbox .comments p.msg {
    padding: 10px;
    color: #555;
    font-size: 14px;
    line-height: 1.4;
}
#commentbox .comments p.datetime {
    line-height: 1.4;
    font-size: 12px;
    color: #999;
}
textarea[name=comment] {
    height: 70px;
}
.animate {
    transition: 0.3s;
}
#ratings .stars {
    cursor: pointer;
    font-size: 24px;
}
#modal_reply .reply-data {
    max-height: 400px;
    overflow: auto;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.wi-100 {
    width: 100%;
}
.min200 {
    min-height: 200px;
}
.min150 {
    min-height: 150px;
}
.reply-box {
    background-color: #eaeaea;
    border-radius: 10px;
    padding: 5px 20px;
    margin-bottom: 20px;
}
.reply-box h5 {
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
}
.reply-box p {
    font-size: 14px;
    padding: 5px;
    font-style: italic;
}
.modal-content {
    max-height: 600px;
    overflow-y:  scroll;
}
@media (min-width: 1025px) {
    #form-panel,#content-panel {
        height: 801px;
    }
}
@media (max-width: 425px) {
    .period-col {
        width: 100%;
    }
}