
@font-face {
    font-family: 'ubunturegular';
    src: url('../font/ubuntu-r-webfont.eot');
    src: url('../font/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/ubuntu-r-webfont.woff2') format('woff2'),
         url('../font/ubuntu-r-webfont.woff') format('woff'),
         url('../font/ubuntu-r-webfont.ttf') format('truetype'),
         url('../font/ubuntu-r-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
  background: #EEEEEE;
  font-family: 'ubunturegular';
  font-size: 12px;
    }
    .beyazbg{
      background: #FFFFFF;
      margin-left: 15px;
      margin-right: 15px;
      padding-bottom: 1px;
      min-height: 200px;
    }
    h1 {
        font-size: 18px;
        padding: 15px 0 0 15px;
        font-weight: bold;
    }
    hr {
        margin-top: 0px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #eee;
    }
    .padding10{
      padding-left: 10px;
      padding-right: 10px;
    }
    .baskiyok{
      text-decoration:line-through;
    }
    .table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #F66000;
    color:#ffffff;
}
