* {
  font-family: "Calibri", sans-serif;
  font-size: 14px;
  }

body {margin: 0;
      font-size: 11px;}
[lang=tr]{text-transform:uppercase;}
.islem {
  margin-top: 75px;
}
/*son yazılan kod kısmı- yazrımaya başlık ve footer */
.page-header, .page-header-space {
  height: 52px;
}

.page-footer, .page-footer-space {
  height: 20px;
}

.page-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 0px solid black; 
  background: #e0e0e0; 
}

.page-header {
  position: fixed;
  top: 0mm;
  width: 100%;
  height: 52px;
  border-bottom: 0px solid black;
}
.header-image {
  position: fixed;
  top: 0mm;
  height: 40px;
  border-bottom: 0px solid black;
  }
.page {
  page-break-after: auto;
}

@page {
  margin: 10mm;
}

/* Create two equal columns that floats next to each other */
.rescolumn {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.resrow:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .rescolumn {
    width: 100%;
  }
}


/*son yazılan kod kısmı- yazrımaya başlık ve footer */

table {
  border-collapse: collapse;
  width: 100%;
}
p {
  font-size: 11px;
}
th, td {
  padding: 2px;
  text-align:justify;
  border-bottom: 1px solid #ddd;
}
th.right {
  text-transform: uppercase;
  text-align: right;
  color: green;
}
td.sag {
  text-transform: uppercase;
  text-align: right;
  color: green;
}
th.baslik {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  height: 60px;
  }
th.img {
  height: 60px;
}
span.baslik {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  }

.hekimcik {
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  font-weight: bolder;
} 
th.header {
  padding: 1px;
  text-transform: uppercase;
  background-color: #eeeeee;
  text-align: center;
  font-size: 14px;
}

.acilir {
  min-width: 10em;
  padding: 0.5em 1em;
  background: transparent;
  border: none;
  border-radius: 0em;
  color: inherit;
  font: inherit;
  outline: none;
}
div.baslik {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
}

.custom-checkbox {
  position: static;
  font-size: 8px;
  display: table-cell;
  padding: 0px 0px;
  text-align: center;
  align-items: center;
}

.custom-checkbox-input {
  display: none;
  padding: 0.2ex;
}

.custom-checkbox-text {
  padding: 0.2ex;
  color: #666666;
  cursor: crosshair;
  user-select: none;
  }

.custom-checkbox-input:checked ~ .custom-checkbox-text {
  display: block;
  background-color: #ffffff;
  outline: 1px solid #000000;
  outline-style: inset;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ff0000;
  padding: 0.5ex;
/*animation: mymove 500ms forwards;*/
}
@keyframes mymove {
  from {background-color: #35c0e2;}
  to {background-color: #ff0000;}
}
.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*sidebar başlıyor*/
#mySidenav a {
  position: fixed;
  left: -80px;
  transition: 0.3s;
  padding: 15px;
  width: 120px;
  text-decoration: none;
  text-align: right;
  font-size: 18px;
  color: white;
  border-radius: 0px 10px 10px 0px;
}

#mySidenav a:hover {
  left: 0;
}

#yazdir {
  top: 40%;
  background-color: #04AA6D;
  width: 20px;
  }

  #kaydet {
    top: 50%;
    background-color: #aaabac;
    width: 20px;
  }
  #fon {
    top: 70%;
    background-color: #4486c7;
    width: 20px;
  }

ol.first {
  list-style-type: upper-roman;
  margin: 12;
  padding: 0;
}

ol.second {
  list-style-type: lower-alpha;
  margin: 14;
  padding: 0;
}
fieldset.cerrahi {
  background: #abbaab;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ffffff, #abbaab);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ffffff, #abbaab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
width:100%;
}
fieldset.endo {
  background: #2193b0;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
  width:100%;
}
fieldset.protez {
  background: #667db6; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  width:100%;
}
fieldset.perio {
  background: linear-gradient(90deg, #f8ff00 0%, #3ad59f 100%);
  width:100%;
}
fieldset.pedo {
  background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);
  width:100%;
}
fieldset td {
  width: 25%;
}

legend {
  font-weight: bolder;
  padding: 5px 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
textarea.borderless {
  border:dashed 2px orange;
  padding: 2px; 
  width: 100%;
  height: 18px;
  resize: vertical;
  overflow: auto;
}





@media print {
  thead {display: table-header-group;} 
  tfoot {display: table-footer-group;}
  * {
   font-family: "Calibri", sans-serif;
   font-size: 11px;
   }
  button {display: none;}
  
  body {margin: 0;
       font-size: 11px;}
   p {
     font-size: 11px;
     padding-bottom: 0px;
   }
   textarea.borderless {
     border: none;
     outline: none;
   }
 .no-print, .no-print *
   {   display: none !important;
 }
 select {
  background-color: transparent;
  border: none; /* Kenarlık kaldırma */
  appearance: none; /* Tarayıcıya özgü oku kaldırma */
  -webkit-appearance: none; /* Safari için */
  -moz-appearance: none; /* Firefox için */
}
 }