/*------------------------------------------------------------------
    File Name: custom.css
-------------------------------------------------------------------*/

/** ADD YOUR AWESOME CODES HERE **/
.form-control{
    color: #000;
}
.table-length
{
    width: 70px !important;
    padding: 5px !important;
}
.table-search{
    padding: 5px !important;
}
.buttons-html5, .buttons-print{
    border: 1px solid #414147 !important;
    padding: 5px 10px !important;
}
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:after {
    position: absolute;
    display: block;
    right: 5px;
    line-height: 9px;
    font-size: 0.75em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button, .page-link {
    display: inline !important;
}

a {
    color: #2261e1 ;
    text-decoration: underline ;
}

@media print 
{
   #leftTable td{font-size: 14px}
   .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 
   {
        float: left;
   }
   .col-md-12 {
        width: 100%;
   }
   .col-md-11 {
        width: 91.66666667%;
   }
   .col-md-10 {
        width: 83.33333333%;
   }
   .col-md-9 {
        width: 75%;
   }
   .col-md-8 {
        width: 66.66666667%;
   }
   .col-md-7 {
        width: 58.33333333%;
   }
   .col-md-6 {
        width: 50%;
   }
   .col-md-5 {
        width: 41.66666667%;
   }
   .col-md-4 {
        width: 33.33333333%;
   }
   .col-md-3 {
        width: 25%;
   }
   .col-md-2 {
        width: 16.66666667%;
   }
   .col-md-1 {
        width: 8.33333333%;
   }

  .notVisibleForPrint, button,input,select {display:none !important;}
  .pageBreak{page-break-before: always; }
  table { page-break-after:auto }
  tr    { page-break-inside:avoid !important; page-break-after:auto }
  td    { page-break-inside:avoid !important; page-break-after:auto }
  thead { display:table-header-group }
  tfoot { display:table-footer-group }
  
  a:link:after, a:visited:after {
            content: "" !important;
        }
    label{display:inline-block !important;}
}