﻿
/*

body {
    font-family: Calibri;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333333;
}

.navbar-brand img {
    height: 35px;
    margin: auto;
}

.panel-body .media-body .list-group-item {
    word-break: break-word;
}

#homeLogoContent img {
    width: auto;
    margin-top: 45%;
    height: 75px;
}

.bg-c-red {
    background: rgb(228,30,48,0.85);
}

.bg-c-green {
    background: rgb(13,177,75,0.85);
}

.bg-c-lightblue {
    background: rgb(109,110,113,0.85);
}

.bg-c-blue {
    background: rgb(43,130,152,0.85);
}

.bg-c-navyblue {
    background: rgb(37,94,130,0.85);
}

.bg-c-darkblue {
    background: rgb(17,55,97,0.85);
}*/






html {
    scroll-behavior: smooth;
}

.navbar-brand img {
    height: 35px;
    margin: auto;
}

.navbar-nav > .dropdown-user img {
    border-radius: 0;
}

.img-avatar {
    width: 96%;
}

#homeLogoContent img {
    width: auto;
    min-height: 200px;
    margin-top: 25%;
    margin-left: 20px;
}

.navbar.navbar-inverse {
    padding: 0;
}

@media (min-width: 769px) {
    .navbar-header {
        margin: 0;
    }
}

.navbar.navbar-inverse .navbar-text .label.label-default {
    display: none;
}

.open > .dropdown-menu {
    padding: 0;
}

.navbar-inverse p.navbar-text {
    padding: 0 15px;
}

    .navbar-inverse p.navbar-text .label {
        font-size: 26px;
        font-family: 'Klavika-Bold', sans-serif;
        padding: 10px 0 0 0;
        line-height: 1;
    }

.form-control {
    padding-right: 2px;
}

.panel-body {
    padding: 15px;
}

.form-inline label {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

.form-inline .form-control {
    display: block;
    width: 100%;
}

.form-inline .btn-form-block {
    margin-top: 28px;
}

.dataTable thead tr th,
.dataTable tbody tr td {
    padding: 5px 10px 5px 5px;
}

.aktifMusteri {
    padding: 3px 10px;
    width: 100%;
    float: left;
    text-align: center;
}

.dataTables_paginate {
    margin: 10px 10px 0 10px;
}

.breadcrumb-line-component .breadcrumb {
    margin-left: 15px;
}

input[type="date"] {
    position: relative;
}


    /* create a new arrow, because we are going to mess up the native one see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */

    input[type="date"]:after {
        content: "\25BC";
        padding: 0 5px;
    }


    /* change color of symbol on hover */

    input[type="date"]:hover:after {
    }


    /* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/

    input[type="date"]::-webkit-calendar-picker-indicator {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        color: transparent;
        background: transparent;
    }


    /* adjust increase/decrease button */

    input[type="date"]::-webkit-inner-spin-button {
        z-index: 1;
    }


    /* adjust clear button */

    input[type="date"]::-webkit-clear-button {
        z-index: 1;
    }

.navigation li:hover {
    background: #39c1cd;
}

.list-group-item {
    padding: 10px 0;
}

.panel-home .panel-body {
    padding: 0;
}

    .panel-home .panel-body .media-body .list-group-item {
        border-top: 1px solid #ddd;
    }

.list-group-divider {
    display: none;
}

.dataTable thead .sorting_asc:after {
    content: '\e9c2';
}

.dataTable thead .sorting_asc:after {
    content: '\e9c2';
}

.dataTable thead .sorting:before {
    content: '\e9c1';
}

.dataTable thead .sorting_desc:after {
    content: '\e9c1';
}

.dataTable thead .sorting:after {
    content: '\e9c2';
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
    body,
    .form-control,
    .navigation li,
    .nav-tabs > li,
    input[type=text],
    input[type=email] {
        font-size: 12px;
    }

    .sidebar-main {
        width: 217px;
    }

    .content {
        padding: 0;
    }

    .form-inline .btn-form-block {
        margin-top: 24px;
    }

    .navigation li a > i {
        font-size: 14px;
    }

    .navigation > li > a {
        min-height: auto;
        line-height: 1.2;
        padding: 10px 15px;
    }

    input[type="date"]::-webkit-inner-spin-button {
        z-index: 1;
    }
    /* adjust clear button */
    input[type="date"]::-webkit-clear-button {
        z-index: 1;
        margin-right: 5px;
    }
}

.ReloadBtn {
    background: url('../../../images/captchaUpdateBtn.png') left top no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    border: 0px;
    outline: none;
    outline: none;
    cursor: pointer; /**/
    position: relative;
    top: 15px;
}

#CaptchaImageCode {
    text-align: center;
    margin-top: 15px;
    padding: 0px 0;
    width: 100%;
    overflow: hidden;
}

.captchaWrap {
    position: relative;
}

.CaptchaTxtField {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    box-sizing: border-box;
}

#WrongCaptchaError {
    color: red;
}

#UserCaptchaCode {
    padding: 15px 10px;
    outline: none;
    font-size: 14px;
    height: 45px;
    line-height: 50px;
    margin-top: 10px;
    border: 2px solid #a0d2ea;
    border-radius: 5px;
}

#login-form-logo {
    width: 50%;
}