/*
 * 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: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  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%;
  min-width: 1170px;
}
.col-20 {
  width: 20%;
}
.padding0 {
  padding: 0;
}

.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;
}

.modal-open {
  padding: 0 !important;
}


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

/* Header */
.header {
  background: #49556a;
  padding: 5px 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: left;
  display: block;
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  position: relative;
}
.header .logo span {
  color: #ed974a;
}
.header .sign-out {
  color: #ffffff;
  font-size: 20px;
  padding: 2px;
}
.header .user-nav {
  float: right;
}
.header .user-nav > li {
  float: left;
}
.header .user-nav li a {
  display: block;
  color: #ffffff;
  padding: 5px;
  line-height: 24px;
  position: relative;
  padding-left: 30px; 
}
.header .user-nav > li > a .fa {
  position: absolute;
  left: 0;
  font-size: 24px;
}
.header .user-nav li .sub-menu {
  display: none;
  position: absolute;
  background: #49556a;
  width: 100%;
  min-width: 150px;
  right: 0;
  box-shadow: 0px 0px 5px #49556a;
  margin-top: 10px;
}
.header .user-nav li .sub-menu li a {
  padding: 5px 10px;
  border-bottom: 1px solid #596986;
  transition: all ease 0.3s;
}
.header .user-nav li .sub-menu li a:hover {
  background: #414e65;
}
.header .user-nav li.open .sub-menu {
  display: block;
}

/* TopMenu */
.top-menu {
  top: 44px;
  left: 0;
  background: #ffffff;
  position: fixed;
  z-index: 6;
  width: 100%;
  min-width: 1170px;
  border-bottom: 2px solid #ddd;
}
.top-menu ul {

}
.top-menu ul li {
  float: left;
  border-right: 1px solid #e4e4e4;
  position: relative;
}
.top-menu ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  display: block;
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  border-width: 7px;
  width: 0;
  height: 0;
}
.top-menu ul li a {
  display: block;
  padding: 15px 5px;
  color: #49556a;
  font-weight: 600;
  font-size: 16px;
  min-width: 120px;
  text-align: center;
  background-color: transparent; 
  transition: all ease 0.3s;
}
.top-menu ul li a span {
  display: block;
}
.top-menu ul li a .icon {
  font-size: 28px;
  height: 30px;
  line-height: 30px;
}
.top-menu ul li:hover a, .top-menu ul li.active a {
  background-color: #ed974a;
  color: #ffffff;
}
.currency {
  background: #e9e9e9;
  padding: 5px;
  border: 1px solid #ddd;
  margin: 10px 15px;
  font-size: 20px;
  line-height: 24px;
  color: #49556a;
  min-width: 100px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 600;
}
.currency span {
  color: #ed974a;
}

/* LeftMenu */
.nav {
  position: fixed;
  width: 242px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: #fff;
  overflow: hidden;
  padding-top: 128px;
  border-right: 1px solid #ddd;
  transition: all ease 0.5s;
}
.nav .closeNav {
    margin: 10px auto;
    display: block;
    width: 30px;
    text-align: center;
    height: 30px;
    font-size: 20px;
    line-height: 28px;
    border: 1px solid #ddd;
    color: #49556a;
    border-radius: 100%;
    position: relative;
    z-index: 3;
}
.nav .head {
  position: relative;
}
.nav .head::before {
  content: '';
  display: block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 10px;
  width: 80px;
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 1
}
.nav .head::after {
  content: '';
  display: block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 10px;
  width: 80px;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1
}
.collapse-nav .nav .head::before, .collapse-nav .nav .head::after {
  display: none;
}
.nav ul {
  width: 242px;
  border-top: 1px solid #e4e4e4;
}
.nav > ul li {
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.nav ul li a {
  display: block;
  color: #49556a;
  padding: 7px 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  transition: all ease 0.3s;
}
.nav > ul li.active > a {
  color: #ed974a;
}
.nav ul li ul {
  background: #ececec;
  display: none;
}
.nav ul li ul li a {
  font-size: 14px;
  padding: 5px 15px; 
}
.nav ul li ul li:hover a, .nav ul li ul li.active a {
  padding-left: 30px;
}
.nav ul li ul.active {
  display: block;
}
.nav ul li i {
    font-size: 20px;
    margin-right: 10px;
}
.nav ul li .text .fa {
  position: absolute;
  right: 0;
}

.section #content {
  padding-left: 242px;
  transition: all ease 0.5s;
}
.collapse-nav .nav {
  width: 50px;
}
.collapse-nav .section #content, .collapse-nav .bottom-nav {
  padding-left: 50px;
}
.collapse-nav .nav ul li .text {
  display: none;
}
.collapse-nav .nav ul li ul {
  display: none !important;
}


.section#page {
  margin-top: 125px;
  margin-bottom: 40px;
}

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

.page-title {
  background: #e9e9e9;
  padding: 15px 0;

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

.box {
  position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #ed974a;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box .box-header {
    display: block;
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.box .box-header .box-title {
  margin: 0;
  font-size: 18px;
}
.box .box-body {
      border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 15px;
}

.tabs {
  float: left;
}
.tabs li {
  float: left;
  border-right: 1px solid #ddd;
}
.tabs li a {
  display: block;
  padding: 10px;
  font-weight: 600;
  color: #49556a;
}
.tabs li.active a {
  background: #e4e4e4;
}
.tab-content {
  border-top: 1px solid #ddd;
}
.tab-content > div {
  padding: 15px;
}


.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 10px;
    background: #49556a;
    color: #fff;
    line-height: 28px;
}

.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%;
  min-width: 1170px;
  left: 0;
  bottom: 0;
  padding-left: 242px;
  position: fixed;
  background: #697589;
  -moz-box-shadow: 0 0 5px #49556a;
  -webkit-box-shadow: 0 0 5px #49556a;
  box-shadow: 0 0 5px #49556a;
  transition: all ease 0.5s;
}
.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;
}

.btn {
  outline: none !important;
}

.araclar ul li {
  float: left;
  margin: 2px 5px;
}
.araclar ul li a {
  display: block;
  width: 28px;
  font-size: 18px;
  height: 28px;
  line-height: 24px;
  background: #e28430;
  border: 1px solid #dc7b25;
  color: #fff;
  border-radius: 100%;
  text-align: center;
}
.araclar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 60px;
  margin-top: -12px;
  display: block;
  border-color: transparent transparent #ed974a transparent;
  border-style: solid;
  border-width: 7px;
  width: 0;
  height: 0;
}
.row-araclar .araclar {
  display: none;
  padding: 5px;
  position: relative;
}
.row-araclar td {
  padding: 0!important;
  border-top: 0 !important;
  background: #ed974a;
}
.araclar-btn {
  background: #ed974a;
  padding: 5px 10px;
  line-height: 18px;
  border-color: #dc7b25 !important;
}

.row-comment td {
  padding: 0!important;
  border-top: 0 !important;
  background: #fbfbfb;
}
.comment {
  display: none;
  border-top: 1px solid #dddddd;
}
.comment .textarea {
  padding: 10px;
}
.comment textarea {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  height: 80px;
  resize: none;
}
.comment .items {
  padding: 0 10px;
}
.comment .items .item {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #dadada;
  background: #ffffff;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.comment .comment-title {
  font-weight: 600;
  font-size: 15px;
}
.comment .comment-date {
  color: #909090;
}
.comment .comment-body p {
  margin: 10px 0 0 0;
}
.remove-btn {
  background: transparent;
  border:0;
  outline: none;
}
.comment-btn {
  min-width: 50px;
  display: block;
  color: #ed974a;
  font-weight: 600;
  font-size: 15px;
  transition: all ease 0.3s;
}
.comment-btn:hover {
  color: #49556a;
}
.comment-btn .fa {
  font-size: 30px;
}

.search-filter {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -16px;
}
.search-filter .form-input {
  padding: 5px;
  min-height: 32px;
}
#js-list-filter-message {
  padding: 10px;
  display: none;
}


.list table {
  font-size: 12px;
}
.list table thead {
  font-size: 13px;
  background: #ddd;
}
.list table tr td {
  vertical-align: middle;
}
.list table h1, .list table h2, .list table h3, .list table h4,.list table h5, .list table h6 {
  margin: 0;
}
.list table .cat {
    border: 1px solid #ffdcbd;
    background: #fcf8e3;
    color: #8a6d3b;
    margin-right: 5px;
    padding: 2px;
    border-radius: 3px;
}
.filter-hidden {
  display: none !important;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #49556a;
}
.tooltip-inner {
  background-color: #49556a;
}

/* Form */

.form-input {
  width: 100%;
    padding: 10px;
    margin: 0;
    border: 1px solid #dadada;
    background: #ffffff;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    min-height: 42px;
}

.form ul.row {
  margin-left: -10px;
  margin-right: -10px;
}
.form ul.row li {
  padding: 0 7px;
}
.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;
    -moz-appearance: none;
    border-radius: 0;
    min-height: 42px;
}
.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);
  }
}

/* DatePicker */
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    position: relative;
    zoom: 1;
}

.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }

.ui-accordion .ui-accordion-noicons { padding-left: .7em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: .5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-datepicker {
  margin-top: 5px;
  box-shadow: 0 0 5px #ddd;
  color: #49556a;
}
.ui-datepicker-header {
  background: #49556a;
}
.ui-datepicker-header .ui-corner-all {
  position: absolute;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  padding: 10px;
  cursor: pointer;
}
.ui-datepicker-header .ui-datepicker-next {
  right: 0;
}
.ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-title > select {
  display: inline-block;
  margin: 10px 5px;
  width: 75px;
  padding: 0 5px;
  height: 25px;
  border: 0;
  background: #ffffff;
  outline: none;
  cursor: pointer;
}
.ui-datepicker-calendar {
  padding: 10px;
  background: #ddd;
  display: block;
}
.ui-accordion .ui-accordion-content {
    border-top: 0;
    overflow: auto;
    padding: 1em 2.2em;
    zoom: 1;
}
.ui-datepicker-calendar tr th {
  text-align: center;
}

.ui-datepicker-calendar tr td {
  text-align: center;
}
.ui-datepicker-calendar tr td a {
  text-decoration: none;
  display: block;
  padding: 5px;
  font-weight: 600;
  line-height: 18px;
  min-width: 30px;
  background: #d4d4d4;
  border: 1px solid #c7c7c7;
  margin: 1px;
  color: #49556a;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: #ececec;
}
.ui-datepicker-calendar .ui-datepicker-current-day a {
  background: #ed974a;
  color: #ffffff;
}


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