/*--------------------------------------*/
/*                HEADER                */
/*--------------------------------------*/

/* Şirket Başlığı */
.company-title {
    /*font-size: 20px;*/
    /*color: rgb(100, 108, 154);*/
    /*display: inline;*/
    /*position: relative;*/
    /*top: 3px;*/
}
@media (max-width: 991px) {
    /*.company-title {*/
    /*    font-size: 12px;*/
    /*}*/
    .company-title-parent {
        justify-content: center !important;
        background-color: white;
        padding: 10px 0px !important;
    }
}


/*--------------------------------------*/
/*                ASIDE                 */
/*--------------------------------------*/

/* Bölüm başlıklarının rengi */
.aside-menu .menu-nav > .menu-section .menu-text {
    color: #ffd200 !important;
}


/*--------------------------------------*/
/*           BOOTSTRAP-SELECT           */
/*--------------------------------------*/

/* Tasarımsal düzeltmeler */
.bs-searchbox {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.bs-actionsbox {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.filter-option {
    margin: auto !important;
    height: 50% !important;
}

/* size="large" */
.bootstrap-select-lg{
    /* height: calc(1.5em + 1.65rem + 2px)  !important;  /* ASLI */
    height: calc(1.5em + 1.6rem + 4px)  !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.bootstrap-select > .dropdown-toggle.btn-light, .bootstrap-select > .dropdown-toggle.btn-secondary {
    border: 1px solid lightgrey !important;
}


/*--------------------------------------*/
/*               SELECT2                */
/*--------------------------------------*/

/* "disabled" olduğunda arkaplan ve çerçeve rengi */
.select2-container--disabled .selection .select2-selection {
    background-color: #F3F6F9 !important;
    opacity: 1.0 !important;
    border: 1px solid lightgrey !important;
}

/* Çerçeve rengi */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 1px solid lightgrey !important;
}


/*--------------------------------------*/
/*              QUILL JS                */
/*--------------------------------------*/

/* çerçeve rengi */
.ql-container.ql-snow {
    border: 1px solid lightgrey !important;
}.ql-toolbar.ql-snow {
    border-top: 1px solid lightgrey !important;
    border-right: 1px solid lightgrey !important;
    border-left: 1px solid lightgrey !important;
}
.ql-editor {
 font-family: Poppins, Helvetica, "sans-serif";
}

/*--------------------------------------*/
/*               TOASTRY                */
/*--------------------------------------*/

/* Opacity */
body #toast-container > div {
    opacity: 1;
}


/*--------------------------------------*/
/*          MEDIA LIBRARY PRO           */
/*--------------------------------------*/

/* Tasarımsal düzeltmeler */
.media-library-listerrors,
.media-library-thumb-extension-truncate,
.media-library-help,
.media-library-properties,
.media-library-label,
.media-library-input {
    font-size: 1rem !important;
}
.media-library-thumb {
    width: 8rem !important;
    height: 8rem !important;
}


/*--------------------------------------*/
/*             INPUT:NUMBER             */
/*--------------------------------------*/

/* input number için okları kaldırır */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


/*--------------------------------------*/
/*                 FORM                 */
/*--------------------------------------*/

/* DISABLED olduğunda arkaplan rengi değişir ve ikon işareti çıkar */
.form-disabled {
    cursor: not-allowed !important;
    background-color: #F3F6F9 !important;
}

/* form çerçevelerinin rengi */
.form-border {
    border: 1px solid lightgrey !important;
}


/*--------------------------------------*/
/*         BOOTSTRAP OVERWRITE          */
/*--------------------------------------*/

/* form çerçeve rengi */
.form-control {
    border: 1px solid lightgrey;
}


/*--------------------------------------*/
/*              MEGA-OPTION             */
/*--------------------------------------*/

/* mega-option çerçeve rengi */
.option {
    border: 1px solid lightgrey;
}


/*--------------------------------------*/
/*              DATATABLES              */
/*--------------------------------------*/

/* dtdropdown'daki button'un varsayılan çerçeve arkaplan rengini kaldırır */
.dtDropdownButton {
    background-color: white;
    border: none;
    padding-left: 14px !important;
}

/* tarih ve sayılar için yazı fontu */
.digit-font {
    font-family: 'Roboto Mono', monospace;
}

/* sayılar için virgülden sonraki kısım */
.float-part {
    font-size: 0.8rem;
}

/* para ve yüzde sembolleri kısmı */
.icon-part i {
    font-size: 1em;
    color: black;
}

/* Pagination en alta alınır sabitlenir */
.my-pagination-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(238, 240, 248);
}

/* datatable processing kutusunu en alta alır */
.dataTables_wrapper .dataTables_processing {
    background: none;
    border-style: none;
    position: fixed !important;
    /* footer sabit olmadığında
        top: 97.5% !important;
     */
    top: calc(100% - 24px) !important;
    left: calc(50% + 132.5px) !important;
    z-index: 100;
}
.dataTables_wrapper .dataTables_processing img{
    width: 32px;
}

/* DATATABLE fixedHeader */
table.fixedHeader-floating {
    position: fixed !important;
    background-color: white
}
table.fixedHeader-floating.no-footer {
    border-bottom-width: 0
}
table.fixedHeader-locked {
    position: absolute !important;
    background-color: white
}
@media print {
    table.fixedHeader-floating {
        display: none
    }
}

.dataTables_wrapper .dataTables_scroll {
    margin-top: 0px !important;
}



/*--------------------------------------*/
/*  PRODUCTS                            */
/*--------------------------------------*/
/* Ürünler sayfasında ürün stokta yok ise "sepete ekle" butonu yerine gelen "stokta yok" kutusu */
.out-of-stock {
    color: #F64E60;
    background-color: #FFE2E5;
    border-color: transparent;
    outline: none !important;
    vertical-align: middle;
    font-weight: 600 !important;
    display: block;
    width: 100%;
    padding: 0.825rem 1.42rem;
    font-size: 1.08rem;
    line-height: 1.5;
    border-radius: 0.42rem;
}



/*--------------------------------------*/
/*  MONEY FORMATTER                     */
/*--------------------------------------*/
.mf-decimal-part {
    font-size: 0.7em;
    color: grey;
}
.mf-icon-after, .mf-unit {
    /*font-size: 0.7em;*/
    color: grey;
    font-weight: normal;
}



/*--------------------------------------*/
/*  DISABLE TEXT SELECTION              */
/*--------------------------------------*/
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.special-word {
    font-weight: bold;
    color: #321e5c;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-color: red;
}


/*--------------------------------------*/
/*  SWITCH                              */
/*--------------------------------------*/
.switch input:empty~span:after, .switch input:empty~span:before {
    border: 1px solid lightgrey;
}



/*--------------------------------------*/
/*  ADDON                               */
/*--------------------------------------*/
.addon-border {
    border: 1px solid lightgrey !important;
}
.addon-border-radius-right {
    border-bottom-right-radius: 0.42rem !important;
    border-top-right-radius: 0.45rem !important;
}
.addon-border-radius-left {
    border-bottom-left-radius: 0.42rem !important;
    border-top-left-radius: 0.45rem !important;
}
.addon-border-left {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.addon-border-right {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}


/*--------------------------------------*/
/*  No Ui Tooltip                       */
/*--------------------------------------*/
.noUi-tooltip {
    font-family: 'Roboto Mono', monospace;
}


/*--------------------------------------*/
/*  OTHERS                              */
/*--------------------------------------*/

/* Dotted line */
.hr-dotted {
    border:none;
    border-top:1px dotted lightgrey;
    background-color:#fff;
    height:1px;
}



/*.my-pagination {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: red;
    background-clip: border-box;
    border: 1px solid #EBEDF3;
    border-radius: 0.42rem;
}*/


/*
#myTable_length, #myTable_paginate {
    display: inline !important;
}*/





.deleted {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease;
    opacity: 1;
}

.top-right {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
}

.bottom-right {
    cursor: pointer;
    position: absolute;
    right: -10px;
    bottom: -5px;
}
