/*
 * Custom Style File
 * Author - Serdar GULER
 * Web    - www.serdarguler.tk
 * Mail   - serdarguler1991@gmail.com
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext');

html, body {
  min-height: 100% !important;
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #49556a;
}
.open-menus {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
a, a:hover, a:focus {
  text-decoration: none;
    outline: none;
}
ul {
  margin:0;
  padding: 0;
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
.left {
    float: left;
}
.right {
    float: right;
}

.container {
  width: 100%;
}

.overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  background: #47546b;
  z-index: 900; 
  opacity: 0.8;
  position: fixed;
  display: none;
}
.nav {
  position: fixed;
  width: 280px;
  height: 100%;
  top: 0;
  left: -280px;
  z-index: 999;
  background: #fff;
  overflow: hidden;
  -moz-box-shadow: 0 0 5px #47546b;
  -webkit-box-shadow: 0 0 5px #47546b;
  box-shadow: 0 0 5px #47546b;
  padding: 20px;
  transition: all ease 0.5s;
}
.nav h2 {
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
  color: #ababab;
}
.nav h2 span {
  color: #ed974a;
}
.nav ul li a {
  display: block;
  color: #49556a;
  padding: 7px 0;
  font-size: 16px;
    line-height: 24px;
  font-weight: 400;
  border-top: 1px solid #ececec;
}
.nav ul li.active a {
    color: #ed974a;
}
.nav ul li i {
    font-size: 20px;
    margin-right: 10px;
}
.nav .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}
.nav .kur {
  margin: 10px 0; 
}
.nav .kur .item {
  padding: 10px;
  background: #ececec;
  border-right: 1px solid #fff;
  font-size: 20px;
  color: #ed974a;
  text-align: center;
  font-weight: 600;
}

body.open-menu .overlay {
  display: block;
}
body.open-menu .nav {
  left: 0;
}


.header {
  background: #49556a;
  padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    -moz-box-shadow: 0 0 5px #49556a;
    -webkit-box-shadow: 0 0 5px #49556a;
    box-shadow: 0 0 5px #49556a;
}
.header .col-xs-12 {
  position: inherit;
}
.header .logo {
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  position: relative;
}
.header .logo span {
  color: #ed974a;
}
.header .mobile-nav {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  font-size: 20px;
  z-index: 3;
  padding: 10px 15px;
}
.header .sign-out {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  font-size: 20px;
  z-index: 3;
  padding: 10px 15px;
}


.section {
    margin-top: 50px;
}

.section .article {
  padding: 15px 0;
}
.section .article h4 span {
  color: #d64336;
}

.page-title {
  background: #f2f2f2;
  border-bottom: 2px solid #dadada;
  padding: 15px 0;

}
.page-title h2 {
  font-size: 15px;
  margin: 0;
}
.page-title p {
  margin-top: 10px;
  margin-bottom: 0;
}
.page-content {
    margin-top: 15px;
  margin-bottom: 100px;
}

.export h2 {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

ul#export li {
    float: left;
    margin-right: 1px;
}
ul#export li a {
    display: block;
    padding: 5px;
    background: #49556a;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}


.add-item {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 50px;
  text-align: center;
  right: 10px;
  background: #ed974a;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-box-shadow: 0 0 5px #adadad;
    -webkit-box-shadow: 0 0 5px #adadad;
    box-shadow: 0 0 5px #adadad;
}
.add-item a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.sorgulama {
  width: 100%;
  left: 0;
  bottom: -600px;
  position: fixed;
    max-height: 74%;
    overflow-y: scroll;
    padding-top: 30px;
}
.sorgulama ul {
    background: #697589;
    padding: 15px;
}
.sorgulama label {
  color: #ffffff;
}
.sorgulama .close-btn {
    position: absolute;
    right: 0;
    top: 0px;
    width: 30px;
    height: 30px;
    background: #49556a;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
}

.bottom-nav {
    width: 100%;
    left: 0;
    bottom: 0;
    position: fixed;
    background: #697589;
    -moz-box-shadow: 0 0 5px #49556a;
    -webkit-box-shadow: 0 0 5px #49556a;
    box-shadow: 0 0 5px #49556a;
}
.bottom-nav .sorgulama-btn a {
    color: #ffffff;
    padding: 10px;
    display: block;
    line-height: 18px;
    border-left: 1px solid #49556a;
}
.bottom-nav .sorgulama-btn a i {
    font-size: 18px;
}


/* List */
.list {
    margin-top: -15px;
}
.list .item {
    border-bottom: 1px solid #dadada;
    min-height: 38px;
    padding-left: 35px;
    position: relative;
}
.list .item a {
    color: #49556a;
}
.list .item p {
    margin: 0;
}
.list .item .caption .fa {
    color: #ed974a;
    font-size: 16px;
}
.list .item p.amount {
    color: #ed974a;
    font-size: 14px;
}
.list .item .text-left {
    padding: 5px;
}
.list .item .text-right {
    padding: 5px;
}
.list .item .araclar-btn {
    font-size: 20px;
    padding: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -19px;
    width: 38px;
    text-align: center;
    color: #49556a;
}
.list .item .araclar {
    position: absolute;
    background: #ed974a;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    display: none;
}
.list .item .araclar ul {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    width: 100%;
}
.list .item .araclar ul li {
    float: left;
    margin: 0 2px;
}
.list .item .araclar ul li a {
    display: block;
    padding: 5px;
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
}
.list .item .araclar .araclar-close {
    position: absolute;
    right: 0;
    height: 100%;
    width: 40px;
    padding: 10px;
    font-size: 24px;
    color: #ffffff;
    background: #cc7f3a;
    text-align: center;
}
.list .item .araclar .araclar-close .fa {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 0;
    width: 100%;
    height: 24px;
}
.notes .col-xs-12 {
    padding: 0px;
}
.notes table {
    width: 100%;
    padding: 5px;
    background: #fcf8e3;
}
.notes table tr td {
    padding: 5px;
    border-bottom: 1px solid #dadada;
}
.notes table tr td.selected {
    background: #f2dede;
}
.notes table tr td .amount {
    font-size: 16px;
}

.modal-table table {
    margin: 0;
}
.table table {
    font-size: 10px;
}
.table table a {
    color: #000;
    font-weight: 700;
    padding: 5px;
}
.table table .fa-times-circle {
    color: #ff0000;
}

/* Form */
.form ul li {
    margin-bottom: 15px;
}
.form .form-input {
    width: 100%;
    padding: 10px;
    margin: 0;
    border: 1px solid #dadada;
    background: #ffffff;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
.form select.form-input {
    cursor: pointer;
    background: #fff url(../img/select-bg.png) no-repeat right 5px center;
}
.form .form-input.date {
    cursor: pointer;
    background: #fff url(../img/calendar.png) no-repeat right 5px center;
    height: 37px;
}
.form .btn_yedek {
    background: #dadada;
    color: #49556a;
    font-weight: 600;
    border-radius: 0px;
    border-bottom: 2px solid #a5a5a5;
    outline: none;
}
.form .btn {
  outline: none;
}
.btn-secondary {
  background: #ddd;
  color: #49556a;
}
.form .btn-danger {
    color: #fff !important;
    background-color: #d9534f!important;
    border-color: #a2221e!important;
}

/* Login */
body#login {
  background: #47546b;
  height: 100vh;
  overflow: hidden !important;
}
.login {position: absolute; width: 280px; left: 50%; margin-left: -140px; top: 50%; margin-top: -150px; padding: 20px; background: #333e52; -moz-box-shadow: 0 0 5px #28354c; -webkit-box-shadow: 0 0 5px #28354c; box-shadow: 0 0 5px #28354c;}
.login .login-logo {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #47546b;
}
.login .login-logo h2 {
  font-weight: 600;
  color: #ffffff;
  margin:0;
  font-size: 30px; 
}
.login .login-logo h2 span {
  color: #fb9337;
}
.login .login-logo h3 {
  font-size: 12px;
  margin: 5px 0;
  color: #ffffff;
}
.login ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.login ul li {
  position: relative;
  margin: 15px 0;
}
.login ul li label {
  width: 36px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background: #fb9337;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #ffffff;
}
.login ul li .form-input {
  width: 100%;
  border:0;
  margin: 0;
  height: 36px;
  padding: 5px 5px 5px 45px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.login ul li .buton {
  width: 100%;
  background: #fb9337;
  color: #ffffff;
  margin: 0;
  padding: 0;
  height: 36px;
  border: 0px solid #c7650c;
  border-bottom-width: 2px;
  font-weight: 600;
  outline: none;
}
.login .link {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}
.login .link#back {
  margin-top: 15px
}
.login .reset-form {
  display: none;
}


/* Duyurular */
.duyurular {
    padding: 0;
}
.duyurular .title {
    padding: 15px;
    background: #f2f2f2;
    border-bottom: 2px solid #dadada;
}
.duyurular .title h2 {
    font-size: 15px;
    margin: 0;
}
.duyurular .items .item {
    padding: 10px 15px 10px 40px;
    border-bottom: 1px solid #dadada;
    position: relative;
}
.duyurular .items .item p {
    margin: 0;
}
.duyurular .items .item .date {
    color: #a2a2a2;
}
.duyurular .items .item .icon {
    position: absolute;
    left: 15px;
    font-size: 15px;
    top: 10px;
    color: #ed974a;
    transition: all ease 0.3s;
    -webkit-animation: colorchange 2s infinite;
    -moz-animation: colorchange 2s infinite;
    -o-animation: colorchange 2s infinite;
    animation: colorchange 2s infinite;
}

@-webkit-keyframes colorchange {
    0%   {color: #ed974a;}
    50%  {color: #e20e0e;}
    100%  {color: #ed974a;}
}
@-moz-keyframes colorchange {
    0%   {color: #ed974a;}
    50%  {color: #e20e0e;}
    100%  {color: #ed974a;}
}
@-o-keyframes colorchange {
    0%   {color: #ed974a;}
    50%  {color: #e20e0e;}
    100%  {color: #ed974a;}
}
@keyframes colorchange {
    0%   {color: #ed974a;}
    50%  {color: #e20e0e;}
    100%  {color: #ed974a;}
}


/* Preloader */
#preloader { position:fixed; top:0; left:0; right:0; bottom:0; background:#f39b4e; z-index:1000; height: 100%; text-align: center;}
#preloader #content { position: relative; top: 50%; transform: translateY(-50%); }
#preloader #content .logo img {margin: 0 auto;}
#preloader #content .text {color: #ffffff; font-size: 20px; letter-spacing: 15px; margin: 20px 0 50px 0;}
.loader { display: inline-block; position: relative; width: 50px; height: 50px; vertical-align: middle; }
.loader-quart { -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; border: 2px solid rgba(255, 255, 255, 0.4); }
.loader-quart:after { content: ''; position: absolute; top: -2px; right: -2px; bottom: -2px; left: -2px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; border: 2px solid transparent; border-top-color: #fff; -webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/** Responsive **/
@media screen and (max-width: 479px) {}
