@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
body {
  background: #f1f1f1;
  font-family: "Open Sans", sans-serif;
}
nav a.sidenav-trigger {
  cursor: pointer !important;
}
.navbar {
  width: 100%;
  right: 0;
  position: fixed;
  z-index: 999;
}

.nav-wrapper .brand-logo {
  font-size: 18px;
}

.nav-wrapper {
  padding: 0 20px 0 20px;
}

.sidenav {
  width: 280px;
}
button:focus {
  outline: none;
  background-color: #2ab7a9;
}
.multiSelect > button {
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c6c6c6;
  padding: 1px 2px 1px 2px;
  font-size: 14px;
  border-radius: 4px;
  min-width: 150px;
  margin: 0;
  background: rgba(0, 0, 0, 0);
  color: #333;
}
.multiSelect .clearButton {
  right: 0px;
  top: 2px;
}

.multiSelect .multiSelectItem:hover,
.multiSelect .multiSelectGroup:hover {
  background: linear-gradient(#cecbcb, rgb(224, 223, 223)) !important;
  color: #fff !important;
  cursor: pointer;
  border: 1px solid #ccc !important;
}
.multiSelect .checkBoxContainer {
  display: block;
  padding: 8px;
  overflow-y: scroll;
  max-height: 400px;
}
.sidenav i {
  font-size: 18px;
}
.sidenav li a {
  font-size: 14px;
  font-weight: normal;
}
.sidenav li a i.material-icons {
  margin: 0 32px 0 0;
}

.sidenav .logo-container {
  padding: 0 16px;
  height: 64px;
  line-height: 64px;
  font-size: 24px;
  border-bottom: 0px solid rgba(0, 0, 0, 0.2);
  box-sizing: content-box;
}

.collection-item {
  cursor: pointer;
}
.collection-item:hover {
  background: #f1f1f1;
}
.collection-item:focus {
  background: #f1f1f1;
}

.collection-ycs {
  background: #73c0b0 !important;
}

#toast-container {
  top: 20px !important;
  right: 20px !important;
  bottom: auto;
  left: auto;
}

.toast {
  background-color: #fff;
  color: #574545;
}

.btn {
  text-transform: none;
  border-radius: 7px;
}
.no-shadows {
  box-shadow: none !important;
}

main {
  position: absolute;
  top: 64px;
  border: 0px solid #000;
  width: 100%;
}

.main-header {
  width: 100%;
  height: 350px;
  padding: 20px;
}

.main-content {
  width: 100%;
  height: 200px;
  padding: 30px;
  margin-top: -350px;
  border: 0px solid #fff;
}

.main-content-bottom {
  width: calc(100% - 8px);
  height: auto;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}

.card-span {
  margin-left: 5px;
}
.card-table {
  font-size: 13px;
  border: 0;
}
.card-table th,
td {
  padding: 5px;
}

main h6 {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0 10px 0;
}
main h5 {
  color: #8898aa;
  font-size: 16px;
}
main h4 {
  color: #000;
  font-size: 26px;
  margin: 0;
  padding: 0;
}
main h3 {
  color: #000;
  font-size: 18px;
  margin: 10px 0 10px 0;
}

.login-top {
  left: 0;
  right: 0;
  height: 50%;
  position: fixed;
  top: 0;
  background: #fff;
}
.login-bottom {
  left: 0;
  right: 0;
  height: 50%;
  position: fixed;
  bottom: 0;
  background: pink;
  z-index: 99;
}
.login-content {
  width: 350px;
  height: 250px;
  position: fixed;
  padding: 20px;
  left: 50%;
  margin-left: -175px;
  top: 50%;
  margin-top: -150px;
  background: #fff;
  border-radius: 5px;
  z-index: 100;
}
.login-img1 {
  position: fixed;
  z-index: 98;
  left: 25%;
  width: 400px;
  height: 320px;
  top: 50%;
  margin-top: -280px;
  border: 0px solid #000;
}
.login-img2 {
  position: fixed;
  z-index: 98;
  right: 25%;
  width: 400px;
  height: 320px;
  top: 50%;
  margin-top: -340px;
  border: 0px solid #000;
}

canvas#line {
  background-color: #191d4d;
}

main.ng-enter {
  transition: all linear 0.5s;
  opacity: 0;
}

main.ng-enter.ng-enter-active {
  opacity: 1;
}

.operasyondetay-card {
  overflow-y: auto;
  height: 320px;
}

.rowLikeTablo {
  padding-top: 2px;
  padding-bottom: 5px;
}

/*
main.ng-enter, main.ng-leave {
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;

}


main.ng-enter {
  top:110%;
}
main.ng-enter.ng-enter-active {
  top:64px;
}
main.ng-leave.ng-leave-active {
  top:100%;
}
*/

/* dx */

.dx-form .dx-field-item-label {
  font-size: 13px;
  font-weight: 600;
  margin-right: 10px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.8px;
}

.dx-field-item-label-text {
  color: #525f7f;
  content: "";
}

.dx-datagrid {
  color: #574545;
  font-size: 13px;
}

/* .dx-datagrid-headers .dx-datagrid-table .dx-row > td {
  background: rgb(90, 87, 90);
  border: 0;
  color: #fff;
} */

.customLabelStyle {
  font-size: 13px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.8px;
  color: #525f7f;
}
.deposecimi,
.evrakseri,
.stoksecimi {
  display: none;
}
.showError {
  display: inline-block;
}

.tabloHead .kapsayici {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: space-around;
}
.kapsayici {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: space-around;
}

.kapsayici:not(:first-child) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e1e1e1;
}

/* dx */

@media only screen and (max-width: 992px) {
  .navbar {
    left: 0;
  }

  main {
    left: 0;
    top: 54px;
  }

  #toast-container {
    top: 20px !important;
    right: 20px !important;
    bottom: auto;
    left: auto;
  }
}

@media only screen and (max-width: 968px) {
  .kapsayici {
    display: block;
  }
  .tabloHead {
    display: none;
  }
  .mobilMargin {
    margin-bottom: 10px;
  }
}

.chosen-container-single .chosen-single div {
  top: 5px;
  width: 20px;
}

.chosen-container-single .chosen-single {
  text-decoration: none;
  white-space: nowrap;
  line-height: 18px;
  margin: 0;
  padding: 7px 9px 8px;
  background: rgba(0, 0, 0, 0);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  font-size: 1em;
  min-height: 34px;
}

.chosen-results::-webkit-scrollbar {
  width: 4px;
}

.chosen-results::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0px;
}

.chosen-results::-webkit-scrollbar-thumb {
  background: #c3bbbb;
  border-radius: 0px;
}

.tabs .tab a {
  color: rgb(238 110 115);
  background-color: rgb(189 172 172 / 22%);
}

#kullanicidegistir {
  width: 50%;
}
#kullanicidegistir .modal-content {
  padding-bottom: 0px;
}

@media only screen and (max-width: 1366px) {
  .collection-item {
    display: flex;
    flex-direction: column;
  }
  .btn {
    font-size: 12px;
    padding: 0 6px;
  }
}
