﻿/*=============================================================================================================================================
                                                                    Data Tabel Styles
===============================================================================================================================================
*/
.adminSettings_status 
{
    color: #333;
    font-weight: bold;
}
.adminSettings_grey
{
    color: #888;
    font-weight: 600;
}
 table.dataTable thead .sorting_asc, 
 table.dataTable thead .sorting_desc, 
 table.dataTable thead .sorting_asc_disabled,
 table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: left !important;
     padding-left: 20px;
}
 table.dataTable thead .sorting{
     background: none !important;
 }
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
     display:none;
}
 .dataTables_wrapper .dataTables_paginate .paginate_button{
    margin-left:3px;
    margin-right:3px;
    color:#006dcc !important;
    background-color:#f7f7f7;
  text-transform:uppercase;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
 padding:3px 15px 3px 15px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
 }
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
      background:#337ab7 !important;
      color:#fff !important ;
        border: none;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
 padding:3px 15px 3px 15px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
     background:#fff !important;
      color:#337ab7 !important ;
       border:none;
         margin-left:3px;
    margin-right:3px;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
 padding:3px 15px 3px 15px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: box-shadow 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

@media only all and (max-width:349px) {
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
         padding-left: 4px;
        padding-right: 4px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding-left: 4px;
        padding-right: 4px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
          padding-left: 4px;
        padding-right: 4px;
    }
}
@media only all and (min-width:350px) and (max-width:600px) {
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
         padding-left: 7px;
    padding-right: 7px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding-left: 7px;
    padding-right: 7px;
}
        .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
   padding-left: 7px;
    padding-right: 7px;
    }
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{
     
    top: 8px;
    left: 4px;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    color: white;
    border: none !important;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: left;
    font-family: 'Courier New', Courier, monospace;
    text-indent: 4px;
    line-height: 16px;
    content: '\2b';
    background-color: #31b131;
}
table.dataTable thead tr th{
   padding-left:10px;
   padding-right:10px;
}
table.dataTable thead th{
     font-weight:500;
     color:#C52229;
     background-color:#f2f2f2;
     text-transform:uppercase;
}
table.dataTable thead {
    background-color:#f2f2f2;
}
table.display tbody tr:nth-child(even) td{
    background-color: #fff !important;
}
 
table.display tbody tr:nth-child(odd) td {
    background-color: #fff !important;
}
table.display tbody tr:nth-child(even):hover td{
    background-color: #f2f2f2 !important;
    cursor:pointer;
}
table.display tbody tr:nth-child(odd):hover td {
     background-color: #f2f2f2 !important;
     cursor:pointer;
}
div.dataTables_filter label{
    color:#777;
    font-size:13px;
    text-transform:uppercase;
    margin:10px;
}
div.dataTables_length label{
     color:#777;
    font-size:13px;
    text-transform:uppercase;
    margin:10px;
}
div.dataTables_length select{
    width: 60px !important;
    border: 1px solid #ccc;
   color:#006dcc;
    border-radius: 4px;
    font-weight:bold;
}
div.dataTables_length select:focus{
       border: 1px solid #337ab7;
}
.dataTables_wrapper .dataTables_filter input{
    border: 1px solid #09ad7e;
    border-radius: 25px;
    min-width:250px;
    min-height:25px;
}
.dataTables_wrapper .dataTables_filter input:focus{
     border: 1px solid #337ab7;
       border-radius: 25px;
       outline:none !important;
      padding: 5px 5px 5px 8px;
     
}
.dataTables_wrapper .dataTables_filter input:active{
    outline: none !important;
}
@media only all and (max-width:525px){
.dataTables_wrapper .dataTables_filter input{
    min-width:120px;
}
}
