/*---------------------
        override 
-----------------------*/

/* form bootstrap.min.css */
.modal.faq-modal:before {
    height: 0px;
} 

.modal.faq-modal .modal-content {
    display: flex;
    flex-direction: column;
    height: calc(95vh - 60px);
}

.modal.faq-modal .modal-content > .modal-header {
    padding: 40px calc(2.5vw + 12px) 30px calc(2.5vw + 12px);
}

.modal.faq-modal .modal-content > .modal-header > .modal-title {
    font-size: 18px;
}

.modal.faq-modal .modal-content > .modal-body {
    flex: 1;
}

.modal.faq-modal .modal-content > .modal-body > div {
    height: 100%;
}

.modal.faq-modal .modal-content > .modal-body > div iframe {
    width: 100%;
    height: 100%;
}

@media (min-width: 1921px) {
    .modal.faq-modal .modal-content > .modal-header {
        padding: 40px 60px 30px;
    }    
}

@media (min-width: 768px) {
    .modal.faq-modal .modal-dialog {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .modal.faq-modal .modal-content > .modal-header > .modal-title {
        font-size: 16px;
    }
}

/* form Kendo UI */
.k-dropdown { width: 280px; }
.k-dropdown .k-dropdown-wrap {
    border: 2px solid #36a6e9;
    display: flex;
    align-items: center;
    padding-left: 20px;
    height: 48px;
}
.k-dropdown-wrap .k-input { text-indent: 0; }
.k-popup.k-list-container {
    border: 2px solid #36a6e9;
    border-top: none;
    background: #fff;
    padding: 0;
}
.k-popup .k-list .k-item { padding: 0 20px; }
.k-popup .k-list .k-state-hover,
.k-popup .k-list .k-state-focused, 
.k-popup .k-list .k-state-selected,
.k-popup .k-list .k-state-selected:hover {
    border: none;
    background: #36a6e9;
    color: #fff;
}
.k-popup .k-list .k-state-selected {
    background: transparent;
    color: #000;
}
.k-dropdown-wrap .k-select {
    background: url(./arrow_down.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 10px center;
}

/*-------------------
     other area
---------------------*/

/* support-ticket */
#support-ticket .support-ticket-title {
    padding: 0 calc(0.75vw + 12.6px);
    background-color: #ebebeb;
    font-size: 1.125rem;
    font-weight: 500;
    height: 70px;
    vertical-align:middle;
    text-align: center;
}
#support-ticket .support-ticket-centent {
    padding: 0 calc(0.75vw + 12.6px);
    font-size: 1rem;
    font-weight: 300;
    height: 45px;
    vertical-align:middle;
    text-align: center;
}

table#support-ticket  {
    text-align: center;
    min-width: 768px;
}
table#support-ticket  th{
    border-bottom: 2px solid rgb(221,221,221);
    border-left: 1px solid rgb(223, 223, 223);
}
table#support-ticket  th:first-child{
    border-bottom: 2px solid rgb(221,221,221);
    border-left: 0px ;
}
table#support-ticket  td:first-child{
    border-top: 1px solid rgb(221,221,221);
    border-left: 0px;
}
table#support-ticket  td{
    border-top: 1px solid rgb(221,221,221);
    border-left: 1px solid rgb(223, 223, 223);
}

table#support-ticket .unread-ticket td,
table#support-ticket .unread-ticket td a {
    font-weight: 700;
}
