﻿body {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    -o-user-select: none!important;
    user-select: none!important;
    overflow-y: auto!important;
    overflow-x: hidden;
    position: absolute;
    background: #fff;
    margin-top: 50px;
    height: calc(100% - 50px);
    /* direction: rtl; */
}

header {
    padding: 0 1%;
    background-color: #e7f9ff;
    z-index: 1000000;
    box-shadow: -2px 2px 10px 0px #dedede;
    height:50px;
}

.main-title{
    font-size: 15px; 
}
 
.empty-error-msg{
    display:none;
}
.empty-true{
    display:block;
}

#tb-history {
    border-collapse: collapse;
    width: calc(100% - 22px);
    table-layout: fixed;
    margin: 10px;
    outline: none !important;
    border: solid 1px #dedede;
    font-size: 14px;
    -webkit-user-select: text!important;
    -moz-user-select: text!important;
    -ms-user-select: text!important;
    -o-user-select: text!important;
    user-select: text!important;
}

#tb-history td, #tb-history th {
    padding: 0 10px 0 5px;
    border: solid 1px #dedede;
    font-weight: bold;
    line-height: 3;
    white-space: nowrap;
    overflow: hidden;
}

#tb-history th {
    background: #f4f4f4;
    line-height: 2.8;
    color: #007ad4;
    font-weight: bold;
    font-size: 14px;
}

#tb-history tr {
    background-color: #fff;
    transition: all 0.2s ease;
}

#tb-history tr:hover {
    background-color:#fffcc2 !important;
}

#tb-history tr:nth-of-type(odd) {
    background-color: #e9fdff;
}

#pagging-nav {
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    text-align: center;
}

.show-ticket-details {
    font-size: 15px;
    text-decoration: none !important;
    padding: 4px;
    border-radius: 3px;
    cursor: pointer;
}

.show-ticket-details:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background: #007ad4 !important;
    color: #fff;
}


.search-div {
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 2px;
    border: solid 1px #ccddea;
    border-radius: 5px;
    padding: 5px 15px;
    position: relative;
    padding-top: 20px;
    direction: rtl;
}

.search-div .top-textbox, .search-div .top-select {
    padding-top: 0;
    min-height: 50px;
}

.search-div .top-textbox input {
    font-size: 16px;
    height: 31px;
    border: solid 1px #d4e2f9;
}

.search-div .top-textbox i {padding: 3px 7px;top: 28px;left: 0;}

.search-div .title {
    position: absolute;
    top: -12px;
    right: 10px;
    color: #989898;
    font-size: 14px;
    background-color: #ffff;
    padding: 0 10px;
}

.table-container {
    display: block;
    height: 760px;
    margin: 0 12px 15px;
}
.table-container.empty-true{
    display:none;
}
#tab-view-patient-ticket-details{
    position:relative;
}
#tab-view-patient-ticket-details .controls{
      padding: 10px;
      display: flex;
      justify-content: flex-start;
      position:absolute;
      top: 0;
      left: 0;
      align-items: center;
      direction: ltr;
}
#btn-retry-sms{
    margin-left:7px;
}
#btn-retry-sms.sendding{
    cursor:default;
    background: #969ba8 !important;
}
#btn-retry-sms.sendding a{
    pointer-events:none;
}

 