media print
{
  @media print {  
    body {
      width: 100%; margin: 0; float: none;
      zoom: 85%;
			padding: 0 !important;
    }
    
    .visible-xs, .visible-sm, .visible-md, .visible-lg {
      display: table-cell !important;
    }
    
    .no-print, .no-print * {
      display: none !important;
    }

    th, td {
			padding: 0 !important;
		}
		th.ar,td.ar {
      text-align: right;
    }
  }
}
  
    
@media screen {

  .table-hover tbody tr:hover td {
    background-color: lightblue;
  }
  
  .RowSelected {
    color: rgb(59, 153, 252);
    font-weight: bold;
  }
  
  .NoAddress {
    color: grey;
  }
  
  body { 
    /*background-color: lightgrey;*/
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }
  
  h1 {
    font-size: 2.5em;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
    padding: .1em 0;
    color: #444;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
  }
  h1:before,
  h1:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 50%;
    height: 1px;
    vertical-align: middle;
    background: #f0f0f0;
  }
  h1:before {    
    left: -.5em;
    margin: 0 0 0 -50%;
  }
  h1:after {    
    left: .5em;
    margin: 0 -50% 0 0;
  }
  h1 > span {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
  }
  
  p {
    font-size: 1.5em;
  }
  
  input.alhorz {
    display: inline;
    width: auto;
  }
  
  .table {
    width: 90%;
    border-style: none;
    table-layout: fixed;
  }
  
  .navbar {
    padding: 0px;
  }
  
  .navbar-fixed-bottom {
    min-height:20px;
    height: 30px;
    padding-top:0px !important;
    padding-bottom:0px !important;
  }
  
  .navbar-brand {
    padding: 5px;
    left: 0px;
    top: 0px;
  }
  
  .i_text {
    font-size: smaller;
    min-width: 100%;
    resize: none;
  }
  
  th {
    white-space: nowrap;
  }
  
  th.al,td.al {
    text-align: left;
  }
  
  th.ar,td.ar {
    text-align: right;
  }
  
  th.ac,td.ac {
    text-align: center;
  }
  
  td.currency {
    color:red;
  }
  
  td.noborder {
    border-top: none !important;
  }
  
  tfoot>tr>td {
    font-weight: bold;
  }
  
  thead {
    cursor: pointer;
  }
  
  .input-append .btn.dropdown-toggle {
      float: none;
  }
  
  .nowrap {
    white-space: nowrap;
  }
  
  .navbar-collapse a:first-letter {
    font-size: 16px;
  }
  
  .navbar-collapse a {
    font-size: 14px;
  }
  
  .row {
    padding: 0.5em;
  }
  
  .disabledTab{
      pointer-events: none;
  }
  
  .hidden{
    display: none;
  }

  #map {
    width: 100%;
  }

  .medium {
    font-size: 1em;
  }
  
  
} /* end of screen */
