@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html, body {
  width: 100%;
  height: 100%;
}
body {
  height: 100%;
  background-color: #ffffff;
  font-family: "Roboto", sans-herif;
  font-size: 13px;
}
.btn, .form-control {
  box-shadow: none !important;
}
.btn-sm {
  font-size: 12px;
  border-radius: 3px;
}
.btn-blue {
  background-color: #206bc4;
  border-color: #206bc4;
  color: #fff;
}
.btn-blue:active, .btn-blue:focus, .btn-blue:hover {
  background-color: #1b5ba7;
  border-color: #1b5ba7;
  color: #fff;
}
.btn-teal {
  background-color: #20c997;
  border-color: #20c997;
  color: #fff;
}
.btn-teal:active, .btn-teal:focus, .btn-teal:hover {
  background-color: #1abb8c;
  border-color: #1abb8c;
  color: #fff;
}
.btn-indigo {
  background-color: #554daf;
  border-color: #554daf;
  color: #fff;
}
.btn-indigo:active, .btn-indigo:focus, .btn-indigo:hover {
  background-color: #4a42ab;
  border-color: #4a42ab;
  color: #fff;
}
.text-blue {
  color: #206bc4 !important;
}
.text-teal {
  color: #20c997 !important;
}
.text-indigo {
  color: #554daf !important;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.login-wrapper {
  width: 100%;
  height: 100%;
  display: table;
  background-image: linear-gradient(315deg, #ffffff 0%, #d7e1ec 74%);
}
.login-wrapper .login-content {
  width: 100%;
  height: calc(100% - 80px);
  display: table-cell;
  vertical-align: middle;
}
.login-wrapper .login-content .card {
  width: 250px;
  margin: 0 auto;
}
.login-wrapper .login-content .card .card-title {
  color: #4d60af;
}
.login-wrapper .login-content .form-signin .checkbox {
  font-weight: 400;
}
.login-wrapper .login-content .form-signin .form-floating:focus-within {
  z-index: 2;
}
.login-wrapper .login-content .form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.login-wrapper .login-content .form-signin input[type="email"] {
  margin-bottom: -1px;
  border-radius: 0;
}
.login-wrapper .login-content .form-signin input[type="password"] {
  margin-bottom: 10px;
}
.login-wrapper .login-content .form-control {
  box-shadow: none !important;
}
.login-wrapper .login-content .copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 11px;
  color: #aaa;
}
.login-wrapper .login-content .copyright a {
  color: #aaaaaa;
}
.top {
  background-color: #142240;
}
.top .name {
  color: white;
  font-weight: 600;
}
.top .tools a {
  color: #fff;
}
.top .tools a.active {
  color: #75a6f5;
}
.summary table {
  border-color: #c1c6cb !important;
}
.summary table td {
  font-size: 12px;
}
table th, table td {
  vertical-align: middle;
}
td.fark-success {
  background-color: #e6f9eb;
}
td.yapilacak-danger {
  background-color: #f9e9e6;
}
td.yapilacak-info {
  background-color: #f3fafd;
}
/* Custom Modal */
.custom-modal .modal-header {
  border: none;
  padding: 15px 20px 0 15px;
}
.custom-modal .modal-header .modal-title {
  font-size: 14px;
  font-weight: bold;
  color: #555;
}
.custom-modal .modal-content {
  border: none;
  border-radius: 4px;
}
.custom-modal button {
  box-shadow: none !important;
}
.custom-modal .btn {
  font-size: 12px;
  border-radius: 3px;
  border: 0;
  padding: 4px 9px;
  color: #fff !important;
}
.custom-modal .modal-footer {
  border-top: 0;
  padding-top: 0;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: #216bc4;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #216bc4;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.datepicker {
  font-size: 12px;
  box-shadow: 0px 7px 10px #aaa;
}
.order-count {
  font-size: 17px;
  text-decoration: none;
}
/* Locked rows classes */
tr.locked {
  position: relative;
}
tr.locked .lockwrap {
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding-top: 18px;
  z-index: 1;
}
tr.locked .lockwrap a {
  color: #00ffa9 !important;
}
tr.locked td {
  color: #bbbbbb !important;
  background: #dddddd !important;
}
tr.locked, tr.locked a, tr.locked b, tr.locked div, tr.locked span {
  color: #bbbbbb !important;
}
