﻿.backtotop {
background: none;
margin: 0;
position: fixed;
bottom: 0;
right: 0;
width: 55px;
height: 60px;
z-index: 100;
display: none;
text-decoration: none;
color: #808080;
}
.backtotop i {
font-size: 50px;
}
.fa_custom {
color: #003366
}
a {
    color: #264da7;
}
    h1
    {
        display: block;
        font-size: 1.17em;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
    }
@media print {
  a[href]:after {
    content: none !important;
  }
   body {
               text-align: left;
              padding: 0;
              margin : 0px ;
              background-color : white;
			  background-image:none;
              font: 12px  Arial, Helvetica, sans-serif;
              /* this sets default font-size of 1em = 10px */
              /* for font size changes, style elements one time using ems */
            }
   #header {
			display: none;
			}
#footer {
			display: none;
			}
    #spExport,#spPrint
    {
        display: none;
    }
    #breadcrumb
    {
           display: none;
    }
    a.backtotop
    {
        display:none;
    }
    .dataTable > thead > tr > th[class*="sort"]::after{display: none}
    .dataTable > thead > tr > th
    {
        width:20px;
    }
    .dataTable > thead > tr > td
    {
        width:20px;
    }
    table.datatables {font-size:10px}
}
 #search input[type=text]{width:350px !important;}