.forms-out {
    margin: 0 auto;
    font-family: "Fira Sans", sans-serif;
    padding: 15px 0;
}
.forms-in {
    width: 98%;
    margin: 0 auto;
    color: white;
    padding: 15px 0;
}
.forms-in div {
    padding: 30px 20px;
    max-width: 100%;
    margin: 0 auto;
    background: #3e994b;
    border-radius: 5px;
    margin-bottom: 15px;
}

#login-page, #registration-page {
    padding: 30px 20px;
    max-width: 50%;
    margin: 0 auto;
    background: #3e994b;
    border-radius: 5px;
    margin-bottom: 15px;
}

.forms-in h3 {
text-align: center;
}
.forms-in input {
border: none;
width: 100%;
margin-bottom: 15px;
padding: 10px;
box-sizing: border-box;
border-radius: 3px;
}
.forms-in button {
border: none;
padding: 7px 20px;
background: #e8f8ff;
color: #168ab8;
border-radius: 4px;
cursor: pointer;
font-weight: bold;
}
.forms-in button:hover {
opacity: 0.7;
}
.hide {
    display: none;
}
#forgot-password {
text-align: center;
font-size: 13px;
cursor: pointer;
}
#forgot-password:hover {
    opacity: 0.7;
}

.button:hover {
    padding:0;
    margin:0;
    border:none;
    font-size:14px;
    background:#333;
    color: #FF0000;
    height:50px;
    width:134px; 
    text-decoration:none;
    font-variant:small-caps;
    background-color: #111;
}

body {font-family: Arial;}

/* Style the tab */
.tab {
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-right: 20px;
  padding: 10px;
}



/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  width: auto;
}
#sampleContainer ol {
    padding: 0px 0px 0px 15px;
    margin: 0;
}

#sampleContainer input {
    margin: 10px 0;
}
#result {
    display: none;
    color: red;
}

body {
  font-family: Arial;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=date], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.gonderButon {
    display: inline-block;
    background-color: rgb(15, 167, 116);
    width: 120px;
    height: 40px;
    margin-top: 20px;
    color: black;
    font-style: initial;
}

input[type=submit]:hover {
  background-color: #45a049;
}

div.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.tableList {
    margin: 10px;
    border-collapse: collapse;
     width: 100%;
     border: 1px solid #ddd;
     font-size: 18px;
     margin-left: 20px;
}

.customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size: 16px
}

.customers td, .customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

.customers tr:nth-child(even){background-color: #c1c2c7;}

.customers tr:hover {background-color: rgb(179, 216, 131);}

.customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2f54cc;
  color: white;
}


.myTable {
            margin: 10px;
        }

.myTable {
             border-collapse: collapse;
             width: fit-content;
             border: 1px solid #ddd;
             font-size: 16px;
        }
.myTable th, .myTable td {
    text-align: left;
    padding: 12px;
}
.myTable tr {
    border-bottom: 1px solid #ddd;
}
.myTable tr.header, .myTable tr:hover {
    background-color: #f1f1f1;
}

.ornekTablo {
  margin: 10px;
}

.ornekTablo {
   width: fit-content;
   border: 1px solid rgb(114, 103, 103);
   font-size: 18px;
   margin-left: 20px;
   background-color: #dbe6dc;
}
.ornekTablo th, .ornekTablo td {
text-align: left;
padding: 12px;
}

.ornekTablo tr.header, .ornekTablo tr:hover {
background-color: #b99797;
}

.hrefStyle {
    text-decoration: none;
    display: block;
}


/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

.left {
  width: 25%;
}

.right {
  width: 75%;
}

.test {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 10px;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.btn-group button {
  background-color: #444944; /* Green background */
  border: 1px solid rgb(138, 146, 138); /* Green border */
  color: white; /* White text */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
  width:150px;
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.btn-group button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color: #3e8e41;
}

.fotoTitle {
  font-size: x-small;
}


th, td {
  padding: 0.25rem;
}
tr.red th {
  background: red;
  color: white;
}
tr.green th {
  background: green;
  color: white;
}
tr.purple th {
  background: purple;
  color: white;
}
th {
  background: white;
  position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}