body {
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0 !important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, .5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

form .form-control,
form {
    border-radius: 0px;
}

.border-none,
.radius0 {
    border-radius: 0px;
}

.size-x {
    resize: vertical;
}
.size-none{
    resize: none;
}
/* listeleme inputları için style */
.colm-box {
    width: 15%;
    float: left;
    border-radius: 0px;
}

.colm-box-first {
    width: 85%;
    float: left;
    border-radius: 0px;
}

.colm-box::after {
    clear: both;
}

/* listeleme inputları için style */
* {
    outline: none;
}

.clearbot {
    clear: both;
}

.fontsizex {
    font-size: 10px;
}

.pencere {
    max-height: 200px;
    overflow: auto;
    padding: 0px;
}

.modaltip,
.tabletip {
    height: 400px;
    overflow: auto;
    padding: 0px;
}

.icons-table i {
    padding: 3px;
    font-size: 15px;
}

.table {
    font-size: 10px;
}

.table tr td {
    padding: 0px;
    margin: 0px;
    word-wrap: break-word;
}

.head-form {
    text-align: center;
}

.onde {
    position: absolute;
    z-index: 99;
    width: 90%;
    top: 0;
}

.modal-exbut {
    width: 70px;
}


.panel-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white;
    background-color: #F5F5F5;
}

.panel-body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: red;
    /*background-color: #F5F5F5;*/
}

.panel-body::-webkit-scrollbar-thumb {
    background-color: #337ab7;
}


*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar {
    width: 6px;
    background-color: red;
    /*background-color: #F5F5F5;*/
}

*::-webkit-scrollbar-thumb {
    background-color: #337ab7;
}


/* Fieldset setting */
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    border: none;
    width: 100px;
}

/* Fieldset setting */
.input_hid {
    border: none;
    background: none;
    display: block;
    padding: 0px;
    margin: 0px;
}

.panel-body {
    /* padding: 0px; */
    margin: 0px;
}

.panel-body table {
    width: 100%;
}

.margin0 {
    margin: 0px;
    padding: 0px;
}

.border0 {
    border: none;
}

.padding0 {
    padding: 0px;
}

.margin0 {
    margin: 0px;
}

.wid80 {
    width: 80px;
}

.width100 {
    width: 100%;
}

.panel-danger,
.panel-default,
.panel-warning,
.panel-success {
    border-radius: 0px;
}

.panel-heading {
    border-radius: 0px;
}

.mesage-h {
    color: rgba(200, 200, 200, 0.9);
    font-weight: bolder;
}

.uzun-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.uzun-text {
    max-width: 200px;
}

.longText {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.uzun-text150 {
    max-width: 150px;
}

.success-input {
    border-color: green;
}

.danger-input {
    border-color: red;
}

.img_box {
    background: #ffffff;
    height: 300px;
    overflow: hidden;
    padding: 1px;
}

.img_box img {
    background-attachment: fixed;
    border: none;
    height: 100%;
    width: 100%;
}

.mesaj {
    position: fixed;
    bottom: 0px;
    right: 40px;
    /* width: 40%; */
    z-index: 9999;
    border-radius: 0px;
    display: none;
}

@media(max-width:768px) {
    .mesaj {
        right: 0px;
    }
}

.form-control {
    outline: inherit;
}

.chat_msj,
.chat_img {
    padding: 10px 5px;
}

.chat_img {
    text-align: center;
}

.chat_msj_head {
    padding-left: 20px;
    font-weight: bolder;
    color: #eea236;
}

.chat_msj_body {
    padding-left: 20px;
    font-size: 10px;
    padding-top: 5px;
}

.chat_msj_head span {
    color: black;
    font-weight: 400;
    font-size: 10px;
}

.chat_msj_body {
    font-weight: 600;
    color: #337ab7;
}

.chat_form input,
.chat_form button {
    width: 100%;
}

.btn {
    border-radius: 0px;
}

.btn-group ul.dropdown-menu li {
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: default;
}

.btn-group ul.dropdown-menu li:hover {
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #337ab7;
    color: white;
}

.after_clear::after {
    content: "<div class='clearbot'></div>";
}

#faturakalem input {
    background: inherit;
    font-weight: bolder;
}

table.table tr td {
    padding: 0px 5px;
    vertical-align: middle;
}

.messangerIcon {
    position: fixed;
    width: 10%;
    right: 40px;
    bottom: 40px;
}

.buyut {
    transition: transform .2s;
    /* Animation */
}

#teknomessenger {
    width: 50%;
    float: right;
    background: #ccd9ff;
    padding: 10px;
    border-radius: 50%;
}

#teknomessengeruser img {
    margin-left: 16px;
    width: 45px;
    heigt: 45px;
    background: #ccd9ff;
    padding: 10px;
    border-radius: 50%;
}

.buyut:hover {
    transform: scale(1.2);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

span.bolder {
    font-weight: bolder;
}


/* on/off checkbox code */
.switch {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 28px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #e60000;
}

input:focus+.slider {
    box-shadow: 0 0 1px #e60000;
}

input:checked+.slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    height: 28px;
    width: 50px;
}

.slider.round:before {
    border-radius: 50%;
}

/* on/off checkbox code */

/* Genel CSS özellikleri */
.TablePanel {
    padding: 0px;
    overflow: auto;
    height: 500px;
}

.hideInput {
    border: none;
    background:  !important;
    width: 90%;
}

/* Genel CSS özellikleri */

/* Loader CSS  */
.loader {
    margin: 50px 50px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Loader CSS  */

/* Login Panel Css  */
body#login {
    background: url('../img/LoginBackground/background-1.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.login-panel {
    background: grey;
    padding:30px 0px;
    border-radius:5px;
    border: none;
    color: white;
    margin-top: 15%;
}

.login-panel h3 {
    font-weight: bold;
    text-align: center;
}

.btn-success {
    font-weight: bold;
}

.icons-table {
    margin: 0px;
    padding: 0px;
}

/* Login Panel Css  */


/* form ul.nav-tabs{
  border-bottom-color: #ff9900;
} */
form ul.nav-tabs li a {
    border-radius: 0px;
    /* border-color:#ff9900; */
}

.tableHead {
    background-color: black;
    color: white;
}

.borderTable0 tbody tr th,
.borderTable0 tbody tr td {
    border: none;
}

/* form ul.nav-tabs li.active a{
  border-radius:0px;
  border-color:#ff9900;
  border-bottom:none;
} */
div.panelWall {
    height: 200px;
    overflow: auto;
}

.maxPanel {
    height: 400px;
    overflow: auto;
}

/* Barkod */
#BarkodPrint {
    background: white;
    color: black;
}

#barcode {
    display: block;

}

.barkod-block,
.product-block {
    margin-top: 0.25em;
    margin-left: 1.30em;
    width: auto;
}

.product-block {
    width: auto;
}

.product-block table {
    font-size: 0.70em;
}

.product-name {
    display: block;
    font-size: 7px;
    width: auto;
    /* padding:auto 5px; */
}

.product-name table tr td {
    word-wrap: break-word;
}

.panel-350{
    max-height: 350px;
    overflow: auto;
}

.longText{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hidden-input{
    border:none;
    width: 100%;
}
/* Barkod */


.profile-card-6 {
    max-width: 400px;
    max-height: 320px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    /* margin: 10px auto; */
    cursor: pointer;
}

.profile-card-6 img {
    transition: all 0.15s linear;
}

.profile-card-6 .profile-name {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
    padding: 15px 20px;
    background: linear-gradient(140deg, rgba(0, 0, 0, 0.4) 50%, rgba(255, 255, 0, 0) 50%);
    transition: all 0.15s linear;
}

.profile-card-6 .profile-position {
    position: absolute;
    color: rgba(255, 255, 255, 0.4);
    left: 30px;
    top: 100px;
    transition: all 0.15s linear;
}

.profile-card-6 .profile-overview {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 50%, rgba(255, 255, 0, 0));
    color: #FFF;
    padding: 50px 0px 20px 0px;
    transition: all 0.15s linear;
}

.profile-card-6 .profile-overview h3 {
    font-weight: bold;
}

.profile-card-6 .profile-overview p {
    color: rgba(255, 255, 255, 0.7);
}

.profile-card-6:hover img {
    filter: brightness(80%);
}

.profile-card-6:hover .profile-name {
    padding-left: 25px;
    padding-top: 20px;
}

.profile-card-6:hover .profile-position {
    left: 40px;
}

.profile-card-6:hover .profile-overview {
    padding-bottom: 25px;
}

.modal-content{
    border-radius: 0px;
}