﻿#phone::-webkit-outer-spin-button,#phone::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
input[type=number]{-moz-appearance:textfield}
#phone::-webkit-inner-spin-button,#phone::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}
#support-list-well table tr > th:last-child,#support-list-well table tbody tr > td:last-child{text-align:center}
.inner-well{border:1px solid #c8d7e1;padding:20px}
#service-desk-comments .roundContainer .fa-user-circle-o{font-size:45px}
#service-desk-comments .roundContainer{padding:0}
#service-desk-comments .textarea .row:first-child{display:none}
#service-desk-comments .modal-header h3{display:block}
#comment textarea{resize:none;height:100px;margin-bottom:20px;padding-right:31px}
.comment-status{border:1px solid #c8d7e1;padding:10px;border-radius:5px}
.inner-title{font-size:20px;font-weight:900}
.bottom-border{border-bottom:1px solid #c8d7e1}
.status-container{width:91%}
#send-button{width:110px}
.send-button-margin{margin:10px 0}
#comment-upload-icon{position:absolute;top:33px;right:35px}
.close-icon{position:absolute;bottom:85%;right:35%}
.file-container{width:150px;height:100px;overflow:hidden;text-transform:capitalize;text-overflow:ellipsis;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:15px;background-color:#f3f6f8;text-align:center;vertical-align:middle;display:table-cell}
.instruction-status{padding:.5em 3em;font-size:100%;border-radius:5px;text-transform:uppercase;letter-spacing:1px}

/*delay translation key css fix*/
/*.translate-cloak {display: none !important;}*/

/*service desk layout start*/
.support-table .table-bordered{border:0px}
#support-list-well{margin-bottom: 30px;}
/*service desk layout start*/

/* To show description in new line if it contains \n */
.desc-newline{white-space: pre-wrap;}
/* To show description in new line*/
/*Support Dashboard Fixed Header*/
/*.support-table table > tbody {display: block;height: 400px;overflow-y: auto;width: 100%;-ms-overflow-style: none;scrollbar-width:none}*/
/*.support-table table > ::-webkit-scrollbar {display: none;}*/

/*Support Dashboard Fixed Header*/
/*.support-table table > ::-webkit-scrollbar {display: none;}*/

/*VB-24555 changes after freeze column issue*/
.support-table table{position:relative}
.support-table table::after {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;border: 1px solid #c8d7e1;pointer-events:none;}
.support-table #support-dashboard-list >tbody > tr > td:first-child{border-left:0px;}
.support-table #support-dashboard-list >tbody > tr > td:last-child{border-right:0px;}
.support-table #support-dashboard-list >tbody > tr:first-child > td{border-top:0px;}
/*.support-table #support-dashboard-list >tbody > tr:last-child > td{border-bottom:0px;}
.support-table #support-dashboard-list >thead > tr > th{border-bottom:0px;}*/

/*header color after filter*/
.headerWhite{
    background:white!important;
}


.activeFilter span, .activeFilter span i {
    color: #004473;
}
.activeFilter {
    border-bottom: 2px solid #004473 !important;
}


.fa.fa-check.support-filter { position: relative;right: 5px;top: 3px;font-size: 12px;color: #36ca79;}
th#SystemName {
    text-transform: inherit;
}

/* support css added to verticlly center align no data available VB16-26023 text starts */
#support-dashboard .support-table .filter-noData h3 {
    min-height: 362px;
    padding-top: 9%;
    margin-top: 10.5px !important;
}
/* support css added to verticlly center align no data available VB16-26023 text ends */

/*comments start task no: VB16-26370 applied css changes for missing scroll bar*/
.support-table table > tbody {display: block;overflow-y: auto;width: 100%;-ms-overflow-style: none;scrollbar-width: none}

.support-table table > ::-webkit-scrollbar {}

@supports (-webkit-appearance: none) {
    .support-table table > tbody {height: 400px !important;max-height: 602px !important;}
}

@-moz-document url-prefix() {
    .support-table table > tbody { height: 410px !important;max-height: 602px !important;}
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast: active) {
    .support-table table > tbody {height: 411px !important;max-height: 602px !important;}
}

@supports (-ms-ime-align: auto) {
    .support-table table > tbody {height: 411px !important;max-height: 602px !important;}
}
.support-table table > ::-webkit-scrollbar {}
.data-table-param table tr:last-child, .orderTable #orderDataTable-thead #serviceDeskDashboardSupport {height: 0px;}
/*comments end*/ 