#page-wrapper {
    padding: 10px 0px;
}

.Valid {
    color: #099610;
}

.Expired {
    color: #ff0000;
}

table.dataTable thead .sorting_desc:after
{
    content: none;
}

table.dataTable thead .sorting:after {
    content:none;
}

.panel-heading h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
   
    padding-top: 8px;
    font-size: 16px;
}
 
h2{
    margin-top: 5px;
}

.dataTables_filter input {
     height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.dataTables_length select {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    
}

table.dataTable thead .sorting_asc:after {
    content: none;
}

.numberCircle {
    border-radius: 50%;
    width:26px;
    height: 26px;
    padding: 8px;
    background: #fff;
    border: 1px solid #666;
    display: inline-block;
    color: #666;
    text-align: center;
    font: 13px Arial, sans-serif;
}

.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}


.tab-pane-no-border {
    border: none;
    padding: 5px 0px 0px 0px;
}


.nav-tabs {
    margin-bottom: 0;
}

.autoDataTable
{
    width: 100% !important;
}

.sidebar li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}

.table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected
{
    background: #747474;
    color: #fff;
}

 


    .table.dataTable tbody > tr.selected > td > a, table.dataTable tbody > tr > .selected > td > a {
        color: #fff;
    }

    td.child table{
        width: 100%;
    }

td.opener{
    cursor: pointer;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #9dcafb;
}

table.dataTable.hover tbody tr.child:hover, table.dataTable.display tbody tr.child:hover {
    background-color: #eee;
}

table.dataTable tr.parent {
    background-color: #ddd;
    border: solid 1px #888;
}

table.dataTable tr.parent td {
    
    border-top: solid 1px #888;
    font-weight: bold;
}

td.child table 
{
border: solid 1px #888;
}

td.child table tr {
    background-color: #eee;
}

.table > tbody > tr.child > td
{
    padding: 0px;
}

.toolbar {
    float: left;
}

.newMessage{
    font-weight: bold;
}

 .templateShortCut:hover {
    cursor: pointer;
}


[hidden] {
    display: none !important;
}

 @media (max-width: 768px)
 {
     .tab-pane {
    border: none;
    padding: 10px 0px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 3px;
}

.container-fluid {
   padding: 0px;
}
 }

.ticketAttachmentsList{
    padding: 5px 5px 5px 10px;
}

.category-button {
    width: 100%;
    border-radius: 0;
    border: 0;
}