
body {
  font-family: 'Poppins', sans-serif !important;
  font-weight:400 !important;
}

.vadeContent {
  display: none;
}
#menu {
  width: 60px;
  position: fixed;
  top: 0px;
  left: 0;
  bottom: 0;
  background: #fff;
  border-right: 1px solid #e5ecf4;
  transition: .3s all;
  z-index: 2
}
#menu.active {
  width: 148px
}
#menu ul {
  padding: 20px 0;
  text-align: center;
}
#menu ul li span {
  font-size: 22px;
  display: block;
  padding:15px 0;
  background: #fff;
  position: relative;
  z-index: 2;
}
#menu ul li a {
  transition: .3s all;
  display: block;
  position: relative;
}
/* #menu ul li a:before {
  padding: 10px 15px;
  background: #404356;
  color: #fff;
  position: absolute;
  top: 12px;
  left: -200px;
  border-radius: 0 5px 5px 0;
  box-shadow: 5px 0px 4px rgba(0,0,0,0.1);
  border: 1px solid #fff;
  font-size: 15px;
  white-space: nowrap;
  transition: .5s all;
}
#menu ul li:hover a:before{
  left: 57px;
}
#menu ul li:nth-child(1) a:before {
  content: 'Anasayfa';
}
#menu ul li:nth-child(2) a:before {
  content: 'Cari İşlemler';
}
#menu ul li:nth-child(3) a:before {
  content: 'Sipariş İşlemleri';
}
#menu ul li:nth-child(4) a:before {
  content: 'Tahsilat İşlemleri';
}
#menu ul li:nth-child(5) a:before {
  content: 'Tanımlamalar';
} */
#menu ul li a h1 {
  font-size: 13px;
  opacity: 0;
  height: 15px;
  overflow: hidden;
  transition: .3s all;
  font-weight: 500;
  display: none;
}
#menu.active ul li a h1 {
  opacity: 1
}
#menu ul li.active a {
  color: #fe5e3a!important
}
#menu ul li a:hover {
  color: #404257
}
#header {
  width: 100%;
  height:60px;
  background: #404257;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  color: #fff;
  padding-right: 15px;
  z-index: 2
}
#header .icon span {
  float: left;
  margin: 11px 4px;
  color: #fff;
  font-size: 36px;
}
#header .icon.fa-times, #header .icon.active .fa-bars {
  display: none;
}
#header .icon.active .fa-times {
  display: block;
}
.icon {
  width: 60px;
  height:60px;
  background: #fe5e3a;
  transition: .3s all;
  text-align: center;
  color: #fff;
  font-size: 35px;
  line-height: 60px;
  transition: .3s all;
  display: block;
  padding: 6px;
}
/* .icon:hover {
  background: #fff;
  color: #fe5e3a
} */
.icon.active {
  width:120px
}
#header .title {
  padding: 0 15px;
  color: #fff;
  line-height: 60px;
  font-weight: 500;
  font-size: 15px
}
#header .logo {
  padding: 0px 15px;
  color: #fff;
  line-height: 60px;
  font-weight: 900;
  font-size: 18px;
  background: #494e62;
  display: flex;
  white-space: nowrap;
  align-items: center;
}
#header .title ul li {
  float: left;
  line-height: 60px;
  position: relative;
  cursor: pointer;
}
#header .title ul li a {
  padding: 0 10px;
    opacity: 1;
    color: #fff;
  transition: .3s all;
  float:left
}
#header .title ul li .menuicon {
  font-size: 15px;
  width: 35px;
  text-align: center;
  float: left;
  line-height: 35px;
  opacity: .6;
  background: #2a2d3e;
  margin-right: 5px;
  border-radius: 100%;
  margin-top: 12px;
}
#header .title ul li.active .menuicon {
  background: #fff;
  color: #3f4356;
}
#header .title>ul>li>a>i {
  font-size: 10px;
  margin-left: 2px;
  opacity: .5;
  transition: .5s all
}
#header .title ul li:hover a {
  opacity: .5;
}
#header .title ul li.active a {
  opacity: 1;
}
#header .title ul li.active a .fa-chevron-down, #header .user.active .fa-chevron-down {
  transform: rotate(180deg);
}
#header .large {
  flex:1
}
#header .user {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
#header .user .bg {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
  z-index: 2
}
#header .user span {
  margin-left: -10px;
  padding: 5px 15px 5px 25px;
  background: #4a4c63;
  border-radius: 0 25px 20px 0;
  transition: .3s all
}
#header .user:hover span, #header .user.active span {
  background:#313344
}
#header .user b{
  font-weight: 700;
  font-size: 14px
}
#header .user p{
  opacity: .6
}
#header .user i{
  margin-left: 10px;
  font-size: 12px;
  position: relative;
  top: 6px;
  transition: .5s all
}
#header .toogleMenuContent {
  background: #323446;
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
  white-space: nowrap;
  min-width:100%;
}
#header .toogleMenuContent .toogleMenuContent {
  top: 0;
  background: #404257;
  left: 100%;
}
#header .toogleMenuContent ul li {
  width: 100%;
}
#header .toogleMenuContent ul li i {
  font-size: 11px;
  margin-right: 0;
  margin-left: 10px;
}
#header .toogleMenuContent ul li a {
  opacity: 1!important;
  width: 100%;
  color: #fff;
  display: block;
  font-size: 13px;
  text-align: left;
  transition: .3s all;
  line-height: 20px;
  padding:11px 20px!important;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
#header .toogleMenuContent ul li:hover a, #header .toogleMenuContent ul li.active a {
  background: #4a4c63
}
#header .toogleMenuContent ul li ul li:hover a {
  background: #323446;
}
#content {
  position: relative;
  margin: 60px 0 0 60px;
  transition: .3s all
}
#content.active {
  margin: 60px 0 0 120px
}
#content>.p-4 {
  min-height: calc(100vh - 133px);
  padding:15px!important
}
.white-bg {
  background: #fff;
  border-radius: 5px;
  border:1px solid #e5ecf4;
  margin-bottom: 5px;
  position: relative;
}
#filtre {
  line-height: 40px;
}
#filtre select, #filtre input {
  width: 100%;
  border:1px solid #ddddea;
  font-size: 14px;
  color: #5b5b6f;
}
#filtre button {
  height: 100%;
  display: block;
  outline: 0!important;
}
#filtre .small {
  font-weight: 700
}
#filtre .search {
  display: flex;
  height: 100%;
  min-width: 240px;
}
/* #filtre .search button {
  border-radius: 0px 5px 5px 0px;
  background: #ddddea;
  color: #404257;
  border: 0px;
  font-size: 15px!important;
  transition: .3s all
}
#filtre .search button:hover {
  background: #e54723;
  color: #fff
} */
#filtre .search input::placeholder {
  color: #9a9fbf
}
#banner {
  height: 350px;
  width: 100%;
  text-align: center;
  color: #fff
}
#banner h1 {
  margin-top: 40px;
  margin-bottom: 120px;
  font-size: 40px;
  font-weight: 800;
  display: inline-block;
}
#banner p {
  font-size: 14px;
  width: 60%;
  line-height: 22px;
  margin: auto;
}

.user-head {
  text-align: center;
}
.user-head h1 {
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #525267;
  font-size: 22px
}
.user-head .col-auto {
  width: 300px;
  text-align: center;
}
.user-head .avatar {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 5px solid #fff;
  position: relative;
  margin: -130px auto 0 auto
}
.user-head .banner {
  height: 350px;
  width: 100%;
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.user-head .banner:before, .user-list .banner:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background:rgba(64, 66, 87, 0.2)
}
.user-head .banner:after, .user-list .banner:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(63,65,86,1) 99%, rgba(64,66,87,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(63,65,86,1) 99%,rgba(64,66,87,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(63,65,86,1) 99%,rgba(64,66,87,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6404257',GradientType=0 );
}
.user-head ul li{
  display: inline-block;
  padding: 20px 30px;
  margin-top: 15px;
  margin-bottom: 15px
}
.user-head ul li a{
  font-weight: 600;
  transition: .3s all
}
.user-head ul li.active a{
  color: #404257;
}
.user-head ul li:hover a{
  color: #404257
}
.user-list {
  text-align: center;
}
.user-list .banner {
  width: 100%;
  height: 90px;
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.user-list h1 {
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #525267;
  font-size: 13px;
  line-height: 20px;
  height: 50px
}
.user-list b {
  margin-top: 12px;
  margin-bottom: 5px;
  font-size: 11px;
  opacity: .4;
  font-weight: 800;
  display: block;
}
.user-list .avatar {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 3px solid #fff;
  position: relative;
  margin: -45px auto 0 auto;
  transition: .3s all
}
.user-list .white-bg:hover .avatar {
  border-color: #08ddc1
}
.user-list .white-bg:hover {
  background: #f7f9fa
}
.user-list .butonlar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
}
.user-list button {
  border-radius: 100%;
  width: 44px;
  height: 44px;
  border: 3px solid #fff!important;
}
.user-list .white-bg:hover button {
  border: 3px solid #08ddc1!important;
}
.user-list .banner:after {
  height: 40px
}
.user-list {
  margin-top: 15px;
  margin-bottom: 15px
}
.user-list .white-bg {
  padding-bottom: 10px;
  margin-bottom: 10px;
  transition: .3s all
}
.user-list p {
  font-size: 14px;
}
#footer {
  background: #404257;
  padding: 30px 30px;
  font-size: 13px;
  overflow: hidden;
}
#footer p {
  float: right;
}
#footer a {
  text-decoration: underline!important;
  transition: .3s all;
  display: inline-block;
}
#footer b {
  float: left;
  color: #fff
}
#footer a:hover {
  color: #fff;
}
.title-1 {
  font-size: 15px;
  padding: 15px 10px;
  border-bottom: 1px solid #e6ecf3;
  font-weight: 500;
  color: #525267;
}
.short-info span{
  width: 60px;
  height: 60px;
  /* background: #404257; */
  color: #fff;
  text-align: center;
  border-radius: 100%;
  font-size: 28px;
  line-height: 52px;
  float: left;
  margin-right:10px;
  border-width: 4px;
  border-style: solid;
  transition: .3s all
}
.short-info b{
  margin-top: 12px!important;
  color: #525267;
  font-weight: 700;
  font-size: 17px;
  display: block;
}
.short-info p{
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}
.content-text {
  line-height: 25px;
  font-size: 14px
}
.content-text h1 {
  color: #525267;
  font-size: 32px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}
.content-text h3 {
  font-size: 16px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
.content-text p {
  margin-bottom: 15px
}
#date-content {
  width:100%;
  height:500px
}
.general {
  max-width: 1920px;
  margin: auto;
}
.sip-ekle i {
  font-size: 45px;
}
.sip-ekle {
  padding:0 10px
}
.cari-head p {
  margin-bottom: 10px;
  text-align: right;
  font-size: 13px;
  line-height: 25px;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 10px;
}
.cari-head p b {
  width:50%;
  text-align: left;
  float: left;
}
.cari-head p span {
  float:left
}
.cari-head .col-md-6 {
  padding: 10px 25px 0;
  border: 1px solid #e9ecef;
}
/* .short-button button {
  font-size: 14px!important;
  padding: 8px 10px 8px 35px;
  position: relative;
}
.short-button i {
  margin-right: 5px;
  float: left;
  position: absolute;
  left: -1px;
  line-height: 39px;
  background: #494e62;
  top: -1px;
  width: 30px;
  border-radius: 5px 0px 0px 5px;
} */
.info p {
  padding-bottom: 5px!important;
  margin-bottom: 5px!important
}
.info .table p {
  padding-bottom: 0px!important;
  margin-bottom: 0px!important
}
.head-button {
  margin-left: auto
}
.head-button button {
  font-size: 13px!important;
  position: relative;
  padding-left: 33px;
  padding-right: 8px;
  height:40px
}
.head-button button i {
  width: 30px;
  position: absolute;
  text-align: center;
  left: -1px;
  top: -1px;
  line-height: 38px;
  border-radius: 5px 0 0 5px;
  font-size: 16px
}
.head-button button.btn-primary i {
  background: #2d3040;
}
.head-button button.btn-success i {
  background: #54bb5e;
}
.head-button button.btn-warning i {
  background: #eab229;
}
.head-button button.btn-danger i {
  background: #bb3c3e;
}
.head-button button.btn-light i {
  background: #ebeff3;
}
.head-button button.btn-blue i {
  background: #3644a2;
}
.head-button button.btn-green i {
  background: #27ae60;
}
.head-button button.btn-secondary i {
  background: #586067;
}
.cari-toplam b {
  font-size: 14px;
  display: block;
  margin-right: 20px;
  width: 160px;
  text-align: left
}
.cari-toplam hr {
  border-color: #e6ecf3;
  margin: 0px 0 15px 0;
}
.cari-toplam h1 {
  font-size: 20px;
  font-weight: 900;
  width: 220px;
  text-align: left
}
.cari-toplam .btn {
  width:auto;
  font-size: 19px!important;
  font-weight: 900;
}
.cari-toplam .content {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eee;
}
.cari-toplam .col:nth-child(2){
  border-left: 1px solid #e6ecf3;
  border-right: 1px solid #e6ecf3;
}
.FiyatIndirim, .notSinir, .notSinirGenel {
  position: absolute;
  right:10px;
}
#fiyatGiris {
  width:100px
}
.bordertable {
  line-height: 25px!important;
  text-align: center!important;
  border: 1px solid;
  border-radius: 5px;
  width:auto!important;
  padding: 0 5px!important
}
.h2{
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #3f4356;
  border-bottom: 1px solid #e9ecf3;
  position: relative;
  font-size: 19px;
}
.h2:after {
  content: '';
  width: 65px;
  height: 2px;
  background: #fe5e3a;
  bottom: -1px;
  left: 0;
  position: absolute;
}
.ulList li {
  padding: 16px 15px;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #e9ebf3;
}
.ulList li small {
  float:left;
  font-size: 14px;
  opacity: .7;
}
.ulList li.btn {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
