* {
    font-family: 'Poppins', sans-serif;
}

input {
    outline-color: #b0231b !important;
}

*:focus {
    outline-color: #b0231b !important;
}


.form-group > label {
    /*bottom: 34px;*/
    left: 5px;
    position: relative;
    background-color: white;
    padding: 0px 5px 0px 5px;
    /*font-size: 1.1em;*/
    transition: 0.2s;
    pointer-events: none;
}

.form-control:focus ~ label {
    bottom: 50px;
}

.form-control:valid ~ label {
    bottom: 50px;
}


.file_label {
    background-color: #2671bA;
    color: white;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-bottom: 0;
}

#file-chosen {
    font-family: sans-serif;
    background-color: red;
}

#preview {
    height: 100px;
}

.rui-section-lines .rui-page-title {
    border-bottom: 1px solid #e6ecf0 !important;
    background-color: white;
}

.cover_selected img {
    box-shadow: 0 1px 15px rgba(0, 0, 0, .50), 0 1px 6px rgba(0, 0, 0, .50);
    padding: 2px;
    border: 1px solid rgba(128, 128, 128, 0.1) !important;

}

.rui-navbar .dropdown-menu {
    left: -20px !important;
}

.rui-navbar .rui-navbar-content {
    padding: 10px !important;
}

.content-wrap {
    background: rgba(245, 245, 245, 0.7);
}

table td {
    font-size: 11px !important;
}

table tbody tr:hover {
    background-color: rgba(128, 128, 128, 0.1) !important;
}

.tr_selected {
    background-color: rgba(43, 118, 244, 0.20) !important;
    border-radius: 10px;
    color: #ffffff;
}

.btn {
    font-weight: initial !important;
}

.card {

    box-shadow: 0 1px 15px rgba(0, 0, 0, .10), 0 1px 6px rgba(0, 0, 0, .04)
}

.gbBck {
    background-color: #2a75f3 !important;
}

.gbBtn {
    height: 2.857rem;
    border-top-left-radius: 1.75em;
    border-top-right-radius: 1.75em;
    border-bottom-right-radius: 1.75em;
    border-bottom-left-radius: 1.75em;
}

.rui-sign .rui-sign-form-cloud {
    max-width: 400px;
    padding: 40px;
    background-color: rgb(253, 253, 254);
    border-radius: .50rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0 2px 8px 8px;
    box-shadow: rgba(0, 0, 0, 0.04) 0 2px 8px 8px;
}

.yay-hide .rui-navbar-top .rui-navbar-brand .rui-navbar-logo {
    display: block;
}

.yay-hide .rui-navbar-top .rui-navbar-brand {
    -webkit-box-flex: initial !important;
    -webkit-flex: 0 0 60px !important;
    -ms-flex: 0 0 60px !important;
    flex: 0 0 260px !important;
    width: 260px !important;
    padding-left: 30px !important;
}

.unvan:hover {
    /*font-weight: bold;*/
}

/*Admin Dashboard*/
.bayiler .table {
    table-layout: fixed;
}

.bayiler .table td,
.bayiler .table th {
    /*border-top: none !important;*/
    /*padding: 1px !important;*/
    max-width: 20%;
    /*font-size: 11px;*/
}

.bayiler .table th {
    border-top: none !important;
    border-bottom: none !important;
    padding: 1px !important;
}

.bayiler .table td:first-child,
.bayiler .table th:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}


.barx {
    background: rgb(219, 107, 101);
    height: 19px !important;
    border-radius: 10px;
    margin-right: 10px;
    /* padding: 0 5px; */
}

.barx.blue {
    background: #96B4D2 !important;
}

.barx.green {
    background: #7A916B !important;
}

.barx.orange {
    background: #356485 !important;
}

.bayiler .bar {
    background: rgb(219, 107, 101);
    height: 19px !important;
    border-radius: 10px;
    margin-right: 10px;
    /* padding: 0 5px; */
}

.bayiler .bar.blue {
    background: #96B4D2 !important;
}

.bayiler .bar.green {
    background: #7A916B !important;
}

.bayiler .bar.orange {
    background: #356485 !important;
}

.bayiler.number {
    margin-left: 5px;
}

.bayiler td .frame {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.Aligner-item {
    max-width: 50%;
}

.Aligner-item--top {
    align-self: flex-start;
}

.Aligner-item--bottom {
    align-self: flex-end;
}

/*Admin Dashboard*/

/* PLACE YOUR CUSTOM STYLES IN THIS FILE */

/*::selection {*/
/*    color: transparent !important;*/
/*    background: none;*/
/*}*/

/*!* For Mozilla Firefox *!*/
/*::-moz-selection {*/
/*    color: transparent !important;*/
/*    background: none;*/
/*}*/

/* Root */
/** {*/
/*    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;*/
/*    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;*/
/*    text-rendering: optimizeLegibility !important;*/
/*    -webkit-font-smoothing: antialiased !important;*/

/*}*/

/*.h1, h1 {*/
/*line-height: 1 !important;*/
/*}*/
.setting_border {
    border-bottom: 1px dotted #e6e6e6 !important
}

.btn-sm {
    padding: 5px 20px !important;
}

.height100 {
    max-height: 100px !important;
    min-height: 34px;
}

.height200 {
    max-height: 200px !important;
    min-height: 34px;
}

.height300 {
    height: 300px !important;
}

.height400 {
    height: 400px !important;
}

.height500 {
    height: 500px !important;
}

.height600 {
    height: 600px !important;
}

.height700 {
    height: 700px !important;
}

.height800 {
    height: 800px !important;
}

.min_height100 {
    min-height: 100px !important;
}

.min_height150 {
    min-height: 150px !important;
}

.min_height200 {
    min-height: 200px !important;
}

.min_height300 {
    min-height: 300px !important;
}

.min_height400 {
    min-height: 400px !important;
}

.min_height500 {
    min-height: 500px !important;
}

.min_height600 {
    min-height: 600px !important;
}

.min_height700 {
    min-height: 700px !important;
}

.min_height800 {
    min-height: 800px !important;
}

.rui-mailbox .rui-mailbox-item-unread .rui-mailbox-item-title:after {
    background-color: transparent !important;
}

.flex_width_50 {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    background-color: #fff;
    border-right: 1px solid #e6ecf0;
    min-height: auto !important;
}

.chide {
    display: none;
}

.cshow {
    display: block;
}

.opacity50 {
    opacity: 0.50 !important;
}

.border-top-left-radius0 {
    border-top-left-radius: 0 !important;
}

.border-top-right-radius0 {
    border-top-right-radius: 0 !important;
}

.border-bottom-left-radius0 {
    border-bottom-left-radius: 0 !important;
}

.border-bottom-right-radius0 {
    border-bottom-right-radius: 0 !important;
}

.area-form-control {
    background-color: #fbfcfc;
    border: 1px solid #e6ecf0;
    border-radius: .25rem;
    padding: .375rem .75rem;
}

.cpointer {
    cursor: pointer;
}

.data-name {
    max-width: 80%;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mce-panel {

    border: 1px solid #e6ecf0 !important;
    background-color: #fff;
}

.mce-tinymce {
    display: block;
    -webkit-box-shadow: none !important;;
    -moz-box-shadow: none !important;
    box-shadow: none !important;;
}

.top {
    top: 0 !important;
}

.right {
    right: 0 !important;
}

.bottom {
    bottom: 0 !important;
}

.left {
    left: 0 !important;
}

.hide {
    display: none !important;
}

/* Root */


/* Menu */
/*.rui-navbar-top .rui-navbar-brand {*/
/*    width: 200px !important;*/
/*    display: flex;*/
/*    -webkit-box-flex: 0;*/
/*    -webkit-flex: 0 0 200px !important;*/
/*    -ms-flex: 0 0 200px !important;*/
/*    flex: 0 0 200px !important;*/
/*}*/


.rui-navbar-top .rui-navbar-content {
    padding-left: 0px;
}

.yaybar {
    width: 200px !important;
}

.yaybar .yaybar-wrap > ul {
    width: 200px !important;
}


.yay-hide .yaybar.yay-hide-to-small {
    width: 60px !important;
}

.yay-hide .yaybar.yay-hide-to-small .yaybar-wrap > ul {
    width: 60px !important;
}

.yaybar-wrap .yay-icon,
.breadcrumb-item a {
    color: rgb(63, 133, 215) !important;
}

/*.yaybar.yay-shrink ~ .content-wrap {*/
/*    margin-left: 200px !important;*/
/*}*/

.yay-hide-to-small .yaybar-wrap {
    width: 100%;
}

.yaybar.rui-yaybar .yaybar-wrap ul > li.hover > a, .yaybar.rui-yaybar .yaybar-wrap ul > li:hover > a {
    color: #393f49
}

.yaybar.rui-yaybar .yaybar-wrap ul > li.hover > a:before, .yaybar.rui-yaybar .yaybar-wrap ul > li:hover > a:before {
    background-color: #393f49
}


.yaybar.rui-yaybar .yaybar-wrap ul > li > a {
    padding: 9px 0px;
}

.yaybar.rui-yaybar .yaybar-wrap a:hover,
.yaybar.rui-yaybar .yaybar-wrap a:hover * {
    color: rgb(63, 133, 215) !important;
}

.yaybar.rui-yaybar .yaybar-wrap ul .yay-submenu > li > a {
    padding-left: 25px;
}

.yaybar.yay-shrink ~ .content-wrap {
    margin-left: 200px;

}

/* Menu */


/* Navbar */

.rui-navbar-dropdown-language {
    padding: 0 !important;
    left: -20px !important;
}

.rui-navbar-dropdown-language button {
    border: none;
    border-bottom: 1px solid #dddddd;
    padding: 8px 20px !important;
    /* display: block; */
    width: 100%;
    background-color: transparent !important;
}

/* Navbar */

/* Select2 */
.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    min-height: 36px;
    padding: 5px;
    color: #495057;
    background-color: #fbfcfc;
    border: 1px solid #e6ecf0;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px !important;
}

.select2-selection--single .focus, .select2-selection--single :focus {
    background-color: #fbfcfc;
    border-color: rgba(63, 133, 215, .6);
    -webkit-box-shadow: 0 0 0 .2rem rgba(63, 133, 215, .2);
    box-shadow: 0 0 0 .2rem rgba(63, 133, 215, .2)
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid rgba(63, 133, 215, 0.6) !important;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgb(63, 133, 215) !important;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: rgb(63, 133, 215);
!important;
}

.select2-container *:focus {
    outline: none;
    background-color: #fbfcfc;
    border-color: rgba(63, 133, 215, .6);
    -webkit-box-shadow: 0 0 0 .2rem rgba(63, 133, 215, .2);
    box-shadow: 0 0 0 .2rem rgba(63, 133, 215, .2)
}

/* Select2 */

/*---Toast---*/
.brdcolor-info {
    border-left: 5px solid #91e5c1 !important;
}

.brdcolor-success {
    border-left: 5px solid #91e5c1 !important;
}

.brdcolor-warning {
    border-left: 5px solid #91e5c1 !important;
}

.brdcolor-danger {
    border-left: 5px solid #fac6cc !important;
}

/*---Toast---*/

.form-group label {
    margin-bottom: .5rem !important;
}

.form-group {
    margin-bottom: 1rem !important;
}

.validated-error {
    background-color: #fef9fa !important;
    border-color: #fac6cc !important;
}

.validated-error .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-color: #fac6cc !important;
    box-shadow: 0 0 0 0.2rem rgba(250, 198, 204, 0.25) !important;
}

.validated-success {
    background-color: #effbf6 !important;
    border-color: #91e5c1 !important;
}

.card {
    border: 1px solid #e6ecf0;
    /* border: initial; */
    /*background: #fff;*/
    border-radius: 0.5em;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
}

div#loader {
    height: 100%;
    padding: 25%;
    position: absolute;
    width: 100%;
    background: #ffffff;
    z-index: 1003;
}

.hidden-overflow {
    overflow: hidden !important;
}

.breadcrumb .dropdown-menu {
    padding: 0 !important;
}

.breadcrumb .dropdown-menu[x-placement=left-start] {
    margin-right: 10px !important;
}

.breadcrumb .dropdown-menu[x-placement=left-start]::after {
    position: absolute;
    right: -10px;
    /* border-width: 10px 0 10px 10px; */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e6ecf0;
    top: 0;
    left: initial;
}

.breadcrumb .btn + .dropdown-menu[x-placement=left-start] {
    margin-top: 20px;
}

.breadcrumb .dropdown-menu[x-placement=bottom-start] {
    margin-top: 15px;
    margin-left: -30px;
}

.breadcrumb .dropdown-menu::after {
    border-bottom: 8px solid #e6ecf0;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 20px;
    position: absolute;
    top: -8px;
}

.breadcrumb .dropdown-after-none::after {
    display: none !important;
}

.table td, .table th {
    /* padding: 15px 25px; */
    font-weight: 400;
    color: #6c757d;
    border-color: #e6ecf0;
}

.table td, .table th {
    /*padding: .50rem !important;*/
    /*padding: 8px !important;*/
    vertical-align: middle !important;
    border-top: 1px solid #dee2e6;
}

.display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mb-2 {
    margin-bottom: 2% !important;
}

/* Datatable */
.datatable-list-wrapper .table-responsive-md .top .action-filters {
    /*-webkit-box-flex: .95;*/
    /*-webkit-flex-grow: .95;*/
    /*-ms-flex-positive: .95;*/
    /*flex-grow: .95*/
    width: 100%;
}

.datatable-list-wrapper .table-responsive-md .top .action-filters .dataTables_filter {
    width: 100%;
    /*padding-right: 30px;*/
    position: initial;
}

.datatable-list-wrapper .table-responsive-md .top .action-filters .dataTables_filter label {
    position: relative;
    width: 100%;
}

.datatable-list-wrapper .table-responsive-md .top .action-filters .dataTables_filter label input[type=search] {
    height: 3.2rem;
    margin: 0;
    padding-left: 1.5rem;
    border: 1px solid #9e9e9e !important;
    border-bottom: none;
    border-radius: 150px;
    background: #fff;
    width: 100%;
}

.datatable-list-wrapper .table-responsive-md .top .action-filters .dataTables_filter label input[type=search]:focus {
    box-shadow: none
}

.datatable-list-wrapper .table-responsive-md .top .action-filters .dataTables_filter label .filter-btn {
    position: absolute;
    top: 3px;
    right: 3px
}

.datatable-list-wrapper .table-responsive-md .top .action-btns {
    -webkit-box-flex: .05;
    -webkit-flex-grow: .05;
    -ms-flex-positive: .05;
    flex-grow: .05;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.datatable-list-wrapper .table-responsive-md .datatable-data-table {
    border-collapse: collapse;

}

.dataTables_scrollHeadInner table {
    margin-bottom: 0 !important;
}

.datatable-list-wrapper .table-responsive-md .datatable-data-table th {
    /*width: auto !important;*/
    padding: .8rem;
    border-bottom: 1px solid #e0e0e0;
}

.th_w_100 th {
    width: auto !important;
}

.datatable-list-wrapper .table-responsive-md .datatable-data-table.dataTable tbody td {
    padding: .8rem
}

.datatable-list-wrapper .table-responsive-md .datatable-data-table.dataTable tbody td .datatable-action a {
    color: #9e9e9e
}

.datatable-list-wrapper .table-responsive-md .datatable-data-table.dataTable tbody td .datatable-action a i {
    font-size: 1.5rem
}

.datatable-list-wrapper .table-responsive-md .datatable-data-table tr:last-child {
    border-bottom-color: transparent
}

.datatable-list-wrapper .table-responsive-md .datatable-data-table .dt-checkboxes-cell input {
    opacity: .5;
    -webkit-appearance: none
}

.datatable-list-wrapper .table-responsive-md .bottom {
    /*margin-top: 1rem;*/
    display: inline-block;
}

.datatable-list-wrapper .table-responsive-md .bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: .2rem;
    border-radius: 50%
}

.datatable-list-wrapper table.dataTable.dtr-column > tbody > tr > td.control:before, .datatable-list-wrapper table.dataTable.dtr-column > tbody > tr > th.control:before {
    left: 80%
}

.datatable-list-wrapper table.dataTable > tbody > tr > td.select-checkbox {
    width: 15px;
}

.datatable-view-wrapper .datatable-calc .datatable-title {
    width: 171px
}

.datatable-view-wrapper .datatable-from, .datatable-view-wrapper .datatable-to {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #6b6f82
}

.datatable-view-wrapper .datatable-action-wrapper .datatable-action-btn:not(:last-child) {
    margin-bottom: .8rem
}

.datatable-view-wrapper .datatable-address {
    margin-bottom: 1rem
}

.text-indexminus {
    text-indent: -9000px
}

/*.custom-control-label:after, .custom-control-label:before {*/
/*    top: .3rem;*/
/*    !* left: -2rem; *!*/
/*    width: 22px !important;*/
/*    height: 22px !important;*/
/*}*/

.publish_status_0 {
    color: #fff;
    background-color: #6c757d;
    min-width: 75px;
}

.publish_status_1 {
    color: #212529;
    background-color: #fdbf21;
    min-width: 75px;
}

.publish_status_2 {
    color: #fff !important;
    background-color: #2fc787;
    min-width: 75px;
}

.sorting_asc {
    background-size: 10px !important;
    background: url("/static/images/sort_asc.png") no-repeat scroll right center transparent;
}

.sorting_desc {
    background-size: 10px !important;
    background: url("/static/images/sort_desc.png") no-repeat scroll right center transparent;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: transparent !important;
}

.dataTables_paginate {
    /* position: absolute; */
    /* display: inline-block; */
    right: -5px;
    bottom: 0;
    /* top: 0; */
    /* position: relative; */
    float: right;
}

.dataTables_length > label {
    margin-bottom: 0;
    font-size: 11px;
}

.dataTables_length {
    margin-bottom: 0px !important;
}

/* Datatable */

.fmSelectImageMain {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: .5rem;
    z-index: 0;
}

.fmSelectImageContent {
    /*background: #f8fafb url(/static/images/not-found.png) no-repeat center;*/
    background: #f8fafb no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 150px;
    /*padding: .5rem;*/
    overflow: hidden;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
}

.fmImageThumbnail {
    /*height: 100%;*/
    /*object-fit: cover;*/
    /*width: 100%;*/
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fmImageRemove {
    z-index: 10;
}


.product_gallery_item {
    width: 100%;
    height: 150px;
    margin: 10px;
    position: relative;
}

.product_gallery_item .fa-trash {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 5px;
    border-radius: 0 5px 0 5px;
    border: 1px solid #ef5164;
    background: #ef5164;
    color: #fff;
    cursor: pointer;
}

.product_gallery_placeholder {
    width: 100%;
    height: 150px;
    margin: 10px;
    position: relative;
    border-radius: .25rem;
    background-color: rgb(63, 133, 215) !important;
    opacity: 0.5;
    -webkit-box-shadow: 0px 0px 10px #888;
    -moz-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
}


/*.product_features_item {*/
/*    width: 100%;*/
/*    margin: 1px 5px;*/
/*    position: relative;*/
/*    padding: 10px 0;*/
/*}*/

tbody.ui-sortable tr {
    background: #ffffff;
}

ul.ui-sortable .fa-trash {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 5px;
    border-radius: 0 5px 0 5px;
    border: 1px solid #ef5164;
    background: #ef5164;
    color: #fff;
    cursor: pointer;
}

.product_features_placeholder {
    width: 100%;
    margin: 0;
    position: relative;
    border-radius: .25rem;
    background-color: rgb(63, 133, 215) !important;
    opacity: 0.5;
    -webkit-box-shadow: 0 0 10px #888;
    -moz-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}

.tr_placeholder {
    padding: 8px !important;
    width: 100%;
    margin: 0;
    position: relative;
    border-radius: .25rem;
    background-color: rgb(63, 133, 215) !important;
    opacity: 0.5;
    -webkit-box-shadow: 0 0 10px #888;
    -moz-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}


[contenteditable] {
    outline: 0 solid transparent;
}

[contenteditable]:focus {
    border: 1px solid rgb(63, 133, 215);
    padding: 0px 10px;
    border-radius: 5px;
    background: #ffffff;
}


.media.media-filled > .media-link {
    padding: 10px !important;
}

.orderhandle {
    cursor: move;
}

.brdnone {
    border: 0 solid #dee2e6 !important;
}

.brdcolor-light {
    border: 1px solid #e6ecf0;
}

.media-singlerow-img {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    /* padding: 10px; */
    margin-right: 5px;
    /* margin-bottom: 5px; */
    font-size: 12px;
    line-height: 0;
    color: #d7d9e0;
    background-color: #f8f9fa;
    border-radius: 100%;
    -webkit-transition: opacity .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out;
    transition: opacity .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out;
}

.media-singlerow-img:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 34px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    z-index: 1
}


.mnpanel .card {
    border-top: none !important;
    border-top-left-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    -webkit-border-top-left-radius: 0 !important;

    border-top-right-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
}

#menuAccordion .collapse-content {
    padding: 10px !important;
}

#menuAccordion .collapse-content .custom-control {
    border-bottom: 1px #ececf6 solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.custom-textarea {
    height: initial !important;
    resize: none;
}

.breadcrumb .breadcrumb-item.show > a, .breadcrumb .breadcrumb-item > a {
    display: unset !important;
}

.breadcrumb .breadcrumb-item:not(:first-child):before {
    content: ">";
    display: inline-block;
    width: 1em;
}

.accordion-group + .accordion-group {
    position: relative
}

.producttypegroupTabsDelete {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 5px;
    border-radius: 0 5px 0 5px;
    border: 1px solid #ef5164;
    background: #ef5164;
    color: #fff;
    cursor: pointer;
}


.collapse-link input {
    background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid #dddddd !important;
}

.collapse-link input:focus, .collapse-link input:focus {
    outline: none;
    border-bottom: 1px solid rgb(63, 133, 215);
}

.sortabletableholder {
    width: 100%;
    height: 100%;
    margin: 10px;
    position: relative;
    border-radius: .25rem;
    background-color: rgb(63, 133, 215) !important;
    opacity: 0.5;
    -webkit-box-shadow: 0px 0px 10px #888;
    -moz-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
}

.ribbon {
    height: 188px;
    position: relative;
    margin-bottom: 30px;
    background: url(https://html5book.ru/wp-content/uploads/2015/10/snow-road.jpg);
    background-size: cover;
    text-transform: uppercase;
    color: white;
}


.ribbon3 {
    width: 150px;
    height: 25px;
    line-height: 25px;
    padding-left: 15px;
    position: absolute;
    left: -8px;
    top: 20px;
    background: #4e4e50 !important;
    z-index: 9990;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.ribbon3:before, .ribbon3:after {
    content: "";
    position: absolute;
}

.ribbon3:before {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid black;
    border-left: 9px solid transparent;
}

#dbs_cek_cart_wrapper_container {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#dbscekdatatable_wrapper .bottom {
    margin-top: 20px;
}

.rui-navbar-top .rui-navbar-content > .nav > li {
    padding: 11px !important;
}


.card-header:first-child {
    background: rgb(77, 109, 177) !important;
    color: white;
    font-size: 14px;
    /*font-weight: bold;*/
    padding: .75rem 1.25rem
}

.dataTables_filter input {
    padding: 0 19px !important;
}

.dataTables_wrapper .dt-button {
    display: none !important;
}

/*.dataTables_wrapper .dataTables_filter label {*/
/*    width: initial;*/
/*}*/

/*.dataTables_wrapper .dataTables_filter input {*/
/*    min-height: initial !important;*/
/*    height: initial !important;*/
/*}*/

.datatable-list-wrapper .table-responsive-md .top .action-filters .dataTables_filter label {
    width: initial;
}

.datatable-list-wrapper .table-responsive-md .top .action-filters .dataTables_filter label input[type=search] {
    width: initial;
    min-height: initial !important;
    height: initial !important;
}

.invalid-feedback, .was-validated .invalid-feedback {
    position: absolute;
    right: 20px;
    display: inline-flex;
    width: initial;
    margin: 0 auto;
    top: 0;
}

.text-white td {
    color: #fff !important;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    text-align: center;
}

.outline-clean {
    outline: none !important;
}

#orderformitem th {
    padding: 5px 10px !important;
    text-align: center;
}

#orderformitem td {
    padding: 0 10px !important;
    text-align: center;
}

#orderformitem input {
    padding: 5px 10px !important;
    /*background-color: rgba(0, 0, 0, 0.10);*/
    border: 1px solid rgba(0, 0, 0, 0.30) !important;
    width: 100%;
    outline: none !important;
    border-radius: 0.50em;
    margin: 1px;
}

#orderformitem input[readonly] {
    background-color: rgba(0, 0, 0, 0.10);
}

#orderformitem tr[data-masterkod] input[readonly] {
    background-color: #ffffff !important;
    border: 0px !important;
}


#orderformitem div {
    padding: 5px 10px !important;
    /*background-color: rgba(0, 0, 0, 0.10);*/
    border: 0;
    width: 100%;
    outline: none !important;
    border-radius: 0.50em;
    margin: 1px;
}

/*#orderformitem tr:hover {*/
/*    background: none !important;*/
/*}*/

/*#orderformitem tr:hover {*/
/*    background: none !important;*/
/*}*/

.tr_selected:hover {
    background-color: rgba(43, 118, 244, 0.20) !important;
    border-radius: 10px;
    color: #ffffff;
}

.rui-page .rui-page-content {
    position: initial !important;
}

.autocomplete-suggestions {
    border: 1px solid #dee2e6;
    background: #FFF;
    overflow: auto;
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    padding: 10px;
    cursor: pointer;
    min-width: 150px;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;

}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.select {
    cursor: pointer;
}

tspan.highcharts-text-outline {

    stroke-width: 0 !important;
}

.badge-success_pastel {
    color: #fff;
    background-color: #7A916B;
    font-weight: normal !important;
}

.badge-warning_pastel {
    color: #fff;
    background-color: #dba065;
    font-weight: normal !important;
}

.badge-danger_pastel {
    color: #fff;
    background-color: #DB6B65;
    font-weight: normal !important;
}

.btn-success_pastel {
    color: #fff;
    background-color: #7A916B;
}

.btn-warning_pastel {
    color: #fff;
    background-color: #dba065;
}

.btn-danger_pastel {
    color: #fff;
    background-color: #DB6B65;
}

.dt-input-100 label,
.dt-input-100 input[type=search] {
    width: 100% !important;
}

.parabirimi {
    margin-left: 5px;
}

.product_item img {
    margin: 20px auto !important;
    width: 150px !important;
}

.no-hover:hover tbody tr:not(.tr_selected) {
    background-color: transparent !important;
}

#marginform_table thead tr th, #marginform_table_ozet thead tr th {
    font-size: 10px !important;
    padding: 10px 5px !important;
}

#marginform_table tbody tr td, #marginform_table_ozet tbody tr td {
    font-size: 10px !important;
    padding: 10px 5px !important;
}


.file_upload_list ul {
    list-style: decimal !important;
}

.file_upload_list li .file_item {

    display: flex;
    border-bottom: 1px solid #f3f4f8;
    padding: 15px 20px;
}

.file_item .format {
    background: #8178d3;
    border-radius: 10px;
    width: 45px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-right: 15px;

}

.file_item .format p {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.file_item .file_progress {
    width: calc(100% - 60px);
    font-size: 14px;
    line-height: 38px;
}

.file_item .file_info,
.file_item .file_size_wrap {
    display: flex;
    align-items: center;
}

.file_item .file_info {
    justify-content: space-between;
}

.file_item .file_progress .progress {
    width: 100%;
    height: 4px;
    background: #efefef;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 8px;
    position: relative;

}

.file_item .file_progress .progress .inner_progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #58e380;
}

.file_item .file_size_wrap .file_size {
    margin-right: 15px;
}

.file_item .file_size_wrap .file_close {
    border: 1px solid #8178d3;
    color: #8178d3;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}

.file_item .file_size_wrap .file_close:hover {
    background: #8178d3;
    color: #fff;
}

.choose_file label {
    display: block;
    border: 2px dashed #8178d3;
    padding: 15px;
    width: calc(100% - 20px);
    margin: 10px;
    text-align: center;
    cursor: pointer;
}

.choose_file #choose_file {
    outline: none;
    opacity: 0;
    width: 0;
}

.choose_file input[type=file] {
    outline: none;
    opacity: 0;
    width: 0;
}

.choose_file span {
    font-size: 14px;
    color: #8178d3;
}

.choose_file label:hover span {
    text-decoration: underline;
}

.text-green {
    color: green;
}

.text-red {
    color: red;
}

.aspan {
    cursor: pointer;
    color: rgb(63, 133, 215);
    -webkit-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
}

.rui-dropzone_custom .add_file {
    outline: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
}

.rui-dropzone_custom .img-thumbnail {
    width: 114px;
    margin: 0px 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 114px;
}

.rui-dropzone_custom .img-thumbnail img {
    width: 100%;
}

.rui-dropzone_custom .file-delete {
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
}

/*.choose_filex input[type=file] {*/
/*    outline: none;*/
/*    opacity: 0;*/
/*    width: 0;*/
/*}*/

/*.choose_filex span {*/
/*    font-size: 14px;*/
/*    color: #8178d3;*/
/*}*/

/*.choose_filex label:hover span {*/
/*    text-decoration: underline;*/
/*}*/


#order_form_create .img-thumbnail{ height: 40px !important;}


.rui-datetimepicker[readonly] {
    background-color: transparent !important;
}