﻿body {
}
    
      .gr
         {
              background: -webkit-gradient(linear, 0 10%, 0 100%, from(#eaeced), to(#ffffff));
         }
      .grup
         {
              background: -webkit-gradient(linear, 0 10%, 0 100%, from(#ffffff), to(#eaeced));
         }
      .circle {
    width: 320px;
    height: 320px;
    background: LightPink;
    -moz-border-radius: 160px;
    -webkit-border-radius: 160px;
    border-radius: 160x;
}
      .pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}
.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left; 
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}
.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeeee;
    border-color: #dddddd;
}

.PortA4 {
    width: 210mm; /* You willmay need to reduce this to handle printer margins */
    margin: auto; /* This means it will be centred */
    height: 297mm; /* You willmay need to reduce this to handle printer margins */
}
.LandA4 {
    width: 279.4mm; /* You willmay need to reduce this to handle printer margins */
    margin: auto; /* This means it will be centred */
    height: 215.9mm; /* You willmay need to reduce this to handle printer margins */
}
.FilterSection{
    width: 279.4mm; /* You willmay need to reduce this to handle printer margins */
    margin: auto; /* This means it will be centred */
    height: auto; /* You willmay need to reduce this to handle printer margins */
}
.LineBreak {
    page-break-before: always;
    height: 2mm;
    overflow: hidden;
}
.inputbox {
       background-color: transparent;
    color: #aea79f;
    outline: none;
    outline-style: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #aea79f 1px;
    padding: 3px 10px;
}   .btn.btn-app {
    position: relative;
    padding: 10px 5px 5px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 50px;
    box-shadow: inset;
    border-radius: 10;
    text-align: center;
    color: dimgray;
    border-radius:5px;
    border: 1px solid #ddd;
    background-color: #fafafa;
    font-size: 14px;
}
.roundedcorners
{
-webkit-border-radius: 40px;
-khtml-border-radius: 40px;	
-moz-border-radius: 40px;
border-radius: 40px;
}
.box-shadow {
  border-left: solid 10px transparent; 
  border-right: solid 10px transparent; 
  border-bottom: solid 10px #fff;
  filter: drop-shadow(0 0 10px #333) ;
  
  border-radius:12px;
 
}

