﻿/*AdminLTE Overrides*/
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
    margin: 0 0 10px 0;
    text-transform: capitalize;
    font-weight: bold;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
    margin: 0 0 0 0;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    white-space: normal;
    color: #444444;
}

/*Alarm*/
span.alarm {
    padding: 3px;
}

/*Main Page Charts*/
.chart {
    height: 40vh;
}

/*Campaign Cards*/
.campaign-list {
    margin: 2vh 0;
}
.campaign-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.campaign-list::-webkit-scrollbar {
    height: 10px;
    background-color: #F5F5F5;
}
.campaign-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #3c8dbc;
}
.campaign-list > [class*='col-'] {
   
}
.campaign-card {
    cursor: pointer;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    color: #444;
    margin-bottom: 10px;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.campaign-card:hover:not(.disabled):not(.selected) {
    border-color: #cbcbcb;
}
.campaign-card:hover:not(.disabled):not(.selected) > .card-header {
    background-color: #cbcbcb;
}
.campaign-card > .card-header {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1vh 0;
    border-bottom: 1px solid #dfdfdf;
}
.campaign-card > .card-header > p {
    margin: 0;
}
.campaign-card > .card-header > .old-price {
    text-decoration: line-through;
}
.campaign-card > .card-header > .new-price {
    font-weight: bold;
    font-size: 16px;
}
.campaign-card > .card-body {
    text-align: center;
    padding: 10px 10px;
}
.campaign-card > .card-body > h5 {
    font-weight: bold;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 5px;
}
.campaign-card > .card-body > p {
    text-align: justify;
    font-size: 10px;
}
.campaign-card.selected {
    border-color: #3c8dbc;
}
.campaign-card.selected > .card-header{
    color: #3c8dbc;
    background-color: rgba(60, 141, 188, 0.2);
    border-color: #3c8dbc;
}
.campaign-card.disabled {
    cursor: not-allowed;
    color: #cbcbcb;
}

.demo-hint {
    line-height: 22px;
    color: #aaa;
    font-style: italic;
    font-size: .9em;
    padding-top: 1em;
}

/*Responsiveness of the UI*/
@media (min-width: 144px) {
    .control-sidebar-bg,
    .control-sidebar {
        right: -140px;
        width: 140px;
    }

    .control-sidebar-open .content-wrapper,
    .control-sidebar-open .right-side,
    .control-sidebar-open .main-footer {
        margin-right: 140px;
    }

    .navbar-nav > .notifications-menu > .dropdown-menu,
    .navbar-nav > .messages-menu > .dropdown-menu,
    .navbar-nav > .tasks-menu > .dropdown-menu {
        width: 140px;
    }
}

@media (min-width: 260px) {
    .control-sidebar-bg,
    .control-sidebar {
        right: -250px;
        width: 550px;
    }

    .control-sidebar-open .content-wrapper,
    .control-sidebar-open .right-side,
    .control-sidebar-open .main-footer {
        margin-right: 250px;
    }

    .navbar-nav > .notifications-menu > .dropdown-menu,
    .navbar-nav > .messages-menu > .dropdown-menu,
    .navbar-nav > .tasks-menu > .dropdown-menu {
        width: 250px;
    }
}

@media (min-width: 320px) {
    .control-sidebar-bg,
    .control-sidebar {
        right: -300px;
        width: 300px;
    }

    .control-sidebar-open .content-wrapper,
    .control-sidebar-open .right-side,
    .control-sidebar-open .main-footer {
        margin-right: 300px;
    }

    .navbar-nav > .notifications-menu > .dropdown-menu,
    .navbar-nav > .messages-menu > .dropdown-menu,
    .navbar-nav > .tasks-menu > .dropdown-menu {
        width: 300px;
    }
}

@media (min-width: 640px) {
    .control-sidebar-bg,
    .control-sidebar {
        right: -500px;
        width: 1000px;
    }

    .control-sidebar-open .content-wrapper,
    .control-sidebar-open .right-side,
    .control-sidebar-open .main-footer {
        margin-right: 500px;
    }

    .navbar-nav > .notifications-menu > .dropdown-menu,
    .navbar-nav > .messages-menu > .dropdown-menu,
    .navbar-nav > .tasks-menu > .dropdown-menu {
        width: 500px;
    }
}

/*Loading Overlay*/
#overlay {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: white;
}
#overlay_inside {
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 30px;
}
#overlay_inside .row {
    margin: 0px;
}

/*Alert Box*/
.global-alert {
    border-radius: 0px;
    padding-left: 35px;
    padding-top: 25px;
    margin-bottom: 0px;
}

/*Collapsed Filter Box*/
.collapsed-box .box-header {
    cursor: pointer;
}

/*Kendo Dropdown Item Class*/
.anka-dropdown-item {
    border-bottom: 1px solid #b3b3b3;
}

/*Kendo Grid Header Class*/
.anka-grid-header {
    margin-bottom: 15px;
}

/*grayed*/
.grayed label {
    color: darkgray;
}

/*Note Box*/
.note-box {
    width: 90%;
}
.note-box textarea {
    width: 100%;
    margin-top: 10px;
    max-width: 100%;
}

/*Modal Customization*/
#modal-xl {
    width: 1144px;
}
.modal-header {
    background-color: #2c3b41;
    color: #f5f5f5;
    cursor: all-scroll;
}
.modal-header span {
    color: #f5f5f5;
    text-shadow: 0 1px 0 #000;
}
.modal-footer {
    color: #f5f5f5;
    background-color: #2c3b41;
}

/*Hand Cursor & Hovering on Calendar Events*/
a.fc-day-grid-event {
    cursor: pointer;
}
a.fc-day-grid-event :hover {
    box-shadow: 
        inset 0 0 100px 100px rgba(255, 255, 255, 0.4), 
        0 0 3px 3px rgba(255, 255, 255, 0.5);
}
div.fc-content :hover {
    all: unset;
}

/*Uyelik Talebi Para Birimi*/
#uyeTalepDropdown span.k-widget.k-dropdown.k-header {
    width: 100%;
}
#uyeTalepDropdown span .k-dropdown-wrap {
    border-radius: 0px;
    border-color: #d2d6de;
}

/*Kendo Upload*/
.k-widget.k-upload {
    border-radius: 0px;
}

/*Carousel Max Height*/
.carousel .item img {
    max-height: 500px;
    min-width: auto;
}
.carousel-indicators li {
    background-color: #999;
    background-color: rgba(70,70,70,.25);
}
.carousel-indicators .active {
    background-color: #444;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel .col {
    padding-left: 5px;
    padding-right: 5px;
}

/*Cart menu css*/
.navbar-nav > .cart-menu > .dropdown-menu {
    width: 300px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}
.navbar-nav > .cart-menu > .dropdown-menu > li {
  position: relative;
}
.navbar-nav > .cart-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 2px solid #A9A9A9;
  color: #444444;
  font-size: 16px;
}
.navbar-nav > .cart-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}
@media (max-width: 991px) {
  .navbar-nav > .cart-menu > .dropdown-menu > li.footer > a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .cart-menu > .dropdown-menu > li.footer > a:hover {
  background: #f4f4f4;
  text-decoration: none;
  font-weight: normal;
}
.navbar-nav > .cart-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .cart-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .cart-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none;
}
.navbar-nav > .cart-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 20px 20px;
}
.navbar-nav > .cart-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}
.navbar-nav > .cart-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
  position: relative;
}
.navbar-nav > .cart-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #dd4b39;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-nav > .cart-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}
.navbar-nav > .cart-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .cart-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table;
}
.navbar-nav > .cart-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}

.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}
.sidebar-menu > li .pull-right-container > .badge {
    margin-top: 0px;
}

/*Blurred Class to blur anything*/
.blurred {
    pointer-events: none;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
}

/*Fullscreen container Class*/
.full-screen-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    text-align:center;
}

/*
 *  Kampanya Reklam Slider
 */
#kampanya-reklam-modal {
   position: relative;
   top: 25%;
   width: 60%;
   left: 20%;
}
#kampanya-reklam-modal h2 {
    font-weight: bold;
    font-size: 48px;
}
#kampanya-reklam-modal p {
    font-size: 18px;
}
.is-bg-overflow img {
    display: none;
}

/*
 * Checkbox & radio boxes
 */
.icheckbox_square-blue, .iradio_square-blue {
    margin-right: 10px;
}

/*
 * CodeMirror style
 */
.CodeMirror {
    border: 1px solid #dddddd;
}

/*
 * İyzico Logo
 */
