.dataTables_action {
    padding: 0px !important;
}
.dataTables_action a {
    padding: 5px !important;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.dataTables_action a {
    cursor: pointer;
    padding: 8px 10px !important;
    border: 1px solid #4361ee !important;
    border-radius: 5px;
    box-shadow: none;
    font-size: 1rem;
    text-shadow: none;
    font-weight: normal;
    white-space: normal;
    word-wrap: break-word;
    touch-action: manipulation;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
}
.dt-buttons {
    line-height: 42px;
}
.dt-button {
    cursor: pointer;
    padding: 5px !important;
    border: 1px solid #4361ee !important;
    border-radius: 5px;
    box-shadow: none;
    font-size: 0.75rem;
    text-shadow: none;
    font-weight: normal;
    white-space: normal;
    word-wrap: break-word;
    touch-action: manipulation;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    display: inline-block;
}
.filters th {
    padding: 2px !important;
}
.filters th input,
.filters th select {
    cursor: pointer;
    padding: 5px !important;
    border: 1px solid #4361ee !important;
    border-radius: 5px;
    line-height: 1rem;
    height: 35px !important;
}
.paginate_button {
    cursor: pointer;
    padding: 8px 14px !important;
    border: 1px solid #4361ee !important;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: none;
    font-size: 0.8rem;
    text-shadow: none;
    font-weight: normal;
    white-space: normal;
    word-wrap: break-word;
    touch-action: manipulation;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
}
.dataTables_info {
    padding: 8px 14px !important;
}
.dataTables_length select {
    padding: 5px 10px !important;
    border: 1px solid #4361ee !important;
    border-radius: 5px;
}

.dataTables_filter input {
    padding: 5px 10px !important;
    border: 1px solid #4361ee !important;
    border-radius: 5px;
}
.widget-header {
    justify-content: space-between;
}
.widget-header div {
    display: inline-block;
}
.widget-header .toolaction {
    float: right;
}

.border-tab .tab-content {
    border: 1px solid #e0e6ed;
    border-top: none;
    padding: 10px;
}
.border-tab .tab-content > .tab-pane {
    padding: 20px 30px 0 30px;
}
.border-tab .tab-content .media img.meta-usr-img {
    margin-left: -30px;
}
.form-group {
    margin-bottom: 0.75rem;
}
.form-control {
    padding: 0.2rem 0.2rem 0.2rem 0.5rem !important;
    line-height: 0.8rem;
    height: 32px;
    color: #0a0d26;
}
.form-control:hover {
    color: #2538f5;
}
.form-control:focus {
    color: #2538f5;
    font-weight: bold;
}
input::placeholder {
    color: rgba(105, 102, 102, 0.66) !important;
    font-weight: 300;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.5rem 0.75rem !important;
    height: 39px !important;
}
.select2-container--open .select2-dropdown--above {
    width: 250px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0.5rem 0.75rem !important;
}
.select2-container--open .select2-dropdown--below {
    min-width: 200px !important;
}

.select2-selection__arrow {
    background-color: #4361ee !important;
    border-color: #4361ee;
    box-shadow: 0 10px 20px -10px #4361ee;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    /*border-color: #fff transparent transparent transparent!important;*/
    border-style: solid;
    border-width: 10px 5px 0px 5px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    margin: -1px -6px -4px 0px;
    padding: 19px 19px 20px 19px;
    line-height: 40px;
    height: 40px;
    top: 1px;
    font-size: 15px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.form-group label,
label {
    font-weight: 600;
}
.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #fff transparent !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #fff transparent transparent transparent !important;
}
.select2 {
    margin-bottom: 4px !important;
}
.input-group > .input-group-prepend > .btn {
    padding: 0.4rem 0.9rem;
}
.input-group > .input-group-append > .btn {
    padding: 0.4rem 0.9rem;
}
.swal2-icon.swal2-question {
    font-size: 15px;
}
.table-hover:not(.table-dark) tbody tr:hover {
    background-color: #0093ff2e !important;
}
fieldset.fieldset-danger {
    border: 1px solid #da5d69 !important;
}

fieldset.fieldset-danger legend {
    background-color: #da5d69 !important;
}
fieldset.fieldset-success {
    border: 1px solid #4ba560 !important;
}

fieldset.fieldset-success legend {
    background-color: #4ba560 !important;
}
fieldset.fieldset-info {
    border: 1px solid #39a4b4 !important;
}

fieldset.fieldset-info legend {
    background-color: #39a4b4 !important;
}
fieldset.fieldset-primary {
    border: 1px solid #3d96f5 !important;
}

fieldset.fieldset-primary legend {
    background-color: #3d96f5 !important;
}
fieldset.fieldset-warning {
    border: 1px solid #f7d46c !important;
}

fieldset.fieldset-warning legend {
    background-color: #f7d46c !important;
}
fieldset.fieldset-secondary {
    border: 1px solid #8c969e !important;
}

fieldset.fieldset-secondary legend {
    background-color: #8c969e !important;
}
.saga {
    text-align: right;
}
.ort {
    text-align: center;
}
fieldset {
    background-color: #9aceff09;
    border: 1px solid #8f919223;
    border-radius: 11px;
    padding: 8px 15px;
    margin-top: 25px;
}

fieldset legend {
    background-color: #8f919223;
    color: #000;
    padding: 5px 10px 4px;
    border-radius: 11px;
    font-size: 15px;
    font-weight: bold;
    margin-top: -25px;
    z-index: 1;
}
fieldset.filterbox {
    background-color: #9aceff09;
    border: 1px solid #8f919223;
    border-radius: 8px;
    padding: 5px 2px 2px 2px;
    margin-top: 15px;
}

fieldset.filterbox legend {
    background-color: rgb(240, 240, 240);
    color: #000;
    width: 90%;
    padding: 1px 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
    margin-top: -16px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 1;
}
fieldset.filterbox-danger,
fieldset.filterbox-danger legend {
    border: 1px solid #da5d69 !important;
}
fieldset.filterbox-success,
fieldset.filterbox-success legend {
    border: 1px solid #4ba560 !important;
}
fieldset.filterbox-info,
fieldset.filterbox-info legend {
    border: 1px solid #39a4b4 !important;
}
fieldset.filterbox-primary,
fieldset.filterbox-primary legend {
    border: 1px solid #3d96f5 !important;
}
fieldset.filterbox-warning,
fieldset.filterbox-warning legend {
    border: 1px solid #f7d46c !important;
}
fieldset.filterbox-secondary,
fieldset.filterbox-secondary legend {
    border: 1px solid #8c969e !important;
}
#filitre {
    transition: visibility 4s linear, opacity 5s linear;
    opacity: 1;
}

#customfilter {
    transition: visibility 4s linear, opacity 5s linear;
    opacity: 1;
    vertical-align: top;
    top: 50px;
    width: 300px;
    position: absolute;
    z-index: 9999;
}
#customfilter .closebtn {
    top: 2px;
    right: 5px;
    padding: 5px;
    cursor: pointer;
    width: 28px;
    position: absolute;
}
#customfilter .closebtn:hover {
    border: 1px solid #fff;
    color: #000;
}
#customfilter .closebtn:hover {
    border: 1px solid #fff;
    color: #000;
}
#customfilter .draggable-header {
    cursor: grab;
}

@media (max-width: 544px) {
    .h-sm {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .h-md {
        display: none !important;
    }
}
@media (max-width: 992px) {
    .h-lg {
        display: none !important;
    }
}
@media (max-width: 1200px) {
    .h-xl {
        display: none !important;
    }
}
@media (max-width: 100px) {
    .h-1 {
        display: none !important;
    }
}
@media (max-width: 200px) {
    .h-2 {
        display: none !important;
    }
}
@media (max-width: 300px) {
    .h-3 {
        display: none !important;
    }
}
@media (max-width: 400px) {
    .h-4 {
        display: none !important;
    }
}
@media (max-width: 500px) {
    .h-5 {
        display: none !important;
    }
}
@media (max-width: 600px) {
    .h-6 {
        display: none !important;
    }
}
@media (max-width: 700px) {
    .h-7 {
        display: none !important;
    }
}
@media (max-width: 800px) {
    .h-8 {
        display: none !important;
    }
}
@media (max-width: 900px) {
    .h-9 {
        display: none !important;
    }
}
@media (max-width: 1000px) {
    .h-10 {
        display: none !important;
    }
}
@media (max-width: 1100px) {
    .h-11 {
        display: none !important;
    }
}
@media (max-width: 1200px) {
    .h-12 {
        display: none !important;
    }
}
@media (max-width: 1300px) {
    .h-13 {
        display: none !important;
    }
}
@media (max-width: 1400px) {
    .h-14 {
        display: none !important;
    }
}
@media (max-width: 1500px) {
    .h-15 {
        display: none !important;
    }
}
@media (max-width: 1600px) {
    .h-16 {
        display: none !important;
    }
}
@media (max-width: 1700px) {
    .h-17 {
        display: none !important;
    }
}
@media (max-width: 1800px) {
    .h-18 {
        display: none !important;
    }
}
@media (max-width: 1900px) {
    .h-19 {
        display: none !important;
    }
}
@media (max-width: 2000px) {
    .h-20 {
        display: none !important;
    }
}
@media (max-width: 2100px) {
    .h-21 {
        display: none !important;
    }
}
@media (max-width: 2200px) {
    .h-22 {
        display: none !important;
    }
}
@media (max-width: 2300px) {
    .h-23 {
        display: none !important;
    }
}
@media (max-width: 2400px) {
    .h-24 {
        display: none !important;
    }
}
@media (max-width: 2500px) {
    .h-25 {
        display: none !important;
    }
}
@media (max-width: 2600px) {
    .h-26 {
        display: none !important;
    }
}
@media (max-width: 2700px) {
    .h-27 {
        display: none !important;
    }
}
@media (max-width: 2800px) {
    .h-28 {
        display: none !important;
    }
}
@media (max-width: 2900px) {
    .h-29 {
        display: none !important;
    }
}
@media (max-width: 3000px) {
    .h-30 {
        display: none !important;
    }
}

/*  Tree View   */

#myUL,
#myUL ul {
    list-style-type: none;
}
#myUL {
    margin: 0;
    padding: 0;
    color: #3b3f5c;
    font-weight: 600;
}
.caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    font-size: 13px;
    color: #0e1726;
    text-transform: capitalize;
}
.caret.caret-down::before {
    content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 24 24" fill="none" stroke="%232b50ed" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-folder-plus"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="12" y1="11" x2="12" y2="17"></line><line x1="9" y1="14" x2="15" y2="14"></line></svg>');
}
.caret::before {
    content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 24 24" fill="none" stroke="%232b50ed" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-folder-minus"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="9" y1="14" x2="15" y2="14"></line></svg>');
    color: #888ea8;
    display: inline-block;
    margin-right: 6px;
    vertical-align: sub;
}
.nested {
    display: none;
    padding-left: 28px;
}
.nested li {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #805dca;
    font-size: 13px;
}
.active {
    display: block;
}
.file-tree * {
    list-style-type: none;
}
.file-tree {
    margin-bottom: 0;
    padding-left: 20px;
    list-style: none;
    overflow: hidden;
}
.file-tree ul {
    list-style: none;
    display: none;
    padding-left: 30px;
}
.file-tree li {
    position: relative;
    padding: 5px 0;
    border-radius: 0.25rem;
    cursor: auto;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 600;
    color: #0e1726;
}
.file-tree .file-tree-folder {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    cursor: pointer;
}
.file-tree .file-tree-folder::before {
    content: "\e9b9";
    font-size: 1.25rem;
}
.file-tree .file-tree-folder::after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    top: 0.4rem;
    left: -2em;
    content: "\f182";
    display: block;
    text-align: center;
    font-family: "flaticon" !important;
    content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 24 24" fill="none" stroke="%232b50ed" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    font-size: 10px;
    color: #2196f3;
}
.file-tree .file-tree-folder.open::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.file-tree li.file-tree-folder::before {
    display: inline-block;
    text-align: center;
    width: 30px;
    margin-right: 0.25rem;
    vertical-align: middle;
    font-size: 1rem;
    color: #2196f3;
    content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 24 24" fill="none" stroke="%232b50ed" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-folder"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path></svg>');
}
.file-tree li::before {
    content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 24 24" fill="none" stroke="%232b50ed" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-text"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline></svg>');
    font-size: 1rem;
    color: #2196f3;
    margin-right: 9px;
    position: relative;
    top: 2px;
}
@media (max-width: 767px) {
    .custo-radio {
        margin-top: 5px;
    }
}
.table3 {
    width: 100%;
}
.table3 > tbody {
    border: 1px solid #ccc;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.kubbe {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.table3 > tbody > tr > td {
    padding: 2px 6px;
}
.table3 > thead > tr > th {
    border: 1px solid #ccc;
    background-color: #888888;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 2px 6px;
}
.hesap {
    text-align: right;
    color: #003186 !important;
}

.table4 {
    width: 100%;
    border: 1px solid #ccc;
}
.table4 > tbody > tr > td {
    padding: 2px 6px;
    border: 1px solid #000;
    background-color: #fff;
    min-width: 100px;
    color: #000;
    text-align: left;
    font-size: medium;
    vertical-align: middle;
}
.table4 > thead > tr > th,
.table4 > tbody > tr > th {
    border: 1px solid #000;
    background-color: #cfd5db;
    min-width: 100px;
    color: #000;
    font-weight: bold;
    font-size: small;
    text-align: right;
    vertical-align: middle;
    letter-spacing: 1px;
    padding: 2px 6px;
    letter-spacing: inherit;
}

.table5 {
    width: 100%;
    border: 1px solid #ccc;
}
.table5 > tbody > tr > td {
    padding: 2px 6px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    text-align: left;
    font-size: medium;
    vertical-align: middle;
}
.table5 > thead > tr > th,
.table5 > tbody > tr > th {
    border: 1px solid #000;
    background-color: #cfd5dba3;
    color: #000;
    font-weight: bold;
    font-size: small;
    vertical-align: middle;
    padding: 2px 6px;
    letter-spacing: inherit;
}

.table6 {
    width: 100%;
    border: 1px solid #ddd;
}
.table6 > tbody > tr > td {
    padding: 2px 6px;
    border: 1px solid #ddd;
    background-color: #fff;
    min-width: 100px;
    color: #000;
    text-align: left;
    font-weight: bold;
    font-size: medium;
    vertical-align: middle;
}
.table6 > thead > tr > th,
.table6 > tbody > tr > th {
    border: 1px solid #ddd;
    background-color: #eee;
    min-width: 100px;
    color: #000;
    font-weight: bold;
    font-size: small;
    text-align: right;
    vertical-align: middle;
    letter-spacing: 1px;
    padding: 2px 6px;
    letter-spacing: inherit;
}
/*
 * Component: Small Box
 * --------------------
 */
.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
    padding: 10px;
}
.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.small-box > .small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}
.small-box p {
    font-size: 15px;
}
.small-box p > small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}
.small-box h3,
.small-box p {
    z-index: 5;
}
.small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}
.small-box:hover .icon {
    font-size: 95px;
}
@media (max-width: 767px) {
    .small-box {
        text-align: center;
    }
    .small-box .icon {
        display: none;
    }
    .small-box p {
        font-size: 12px;
    }
}
/*
 * Component: Box
 * --------------
 */
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 1px solid #d2d6de;
    margin-bottom: 10px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
    border-color: #4361ee;
}
.box.box-info {
    border-color: #2196f3;
}
.box.box-danger {
    border-color: #e7515a;
}
.box.box-warning {
    border-color: #e2a03f;
}
.box.box-success {
    border-color: #1abc9c;
}
.box.box-default {
    border-color: #d2d6de;
}

.box.box-primary > .box-body {
    border: 1px solid#4361ee;
}
.box.box-info > .box-body {
    border: 1px solid #2196f3;
}
.box.box-danger > .box-body {
    border: 1px solid #e7515a;
}
.box.box-warning > .box-body {
    border: 1px solid #e2a03f;
}
.box.box-success > .box-body {
    border: 1px solid #1abc9c;
}
.box.box-default > .box-body {
    border: 1px solid #d2d6de;
}

.box.box-primary > .box-header {
    background-color: #4361ee;
}
.box.box-info > .box-header {
    background-color: #2196f3;
}
.box.box-danger > .box-header {
    background-color: #e7515a;
}
.box.box-warning > .box-header {
    background-color: #e2a03f;
}
.box.box-success > .box-header {
    background-color: #1abc9c;
}
.box.box-default > .box-header {
    background-color: #d2d6de;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
    display: none;
}
.box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}
.box .nav-stacked > li:last-of-type {
    border-bottom: none;
}
.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}
.box .border-right {
    border-right: 1px solid #f4f4f4;
}
.box .border-left {
    border-left: 1px solid #f4f4f4;
}
.box.box-solid {
    border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
    background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
    background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
    border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
    color: #444444;
    background: #d2d6de;
    background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
    color: #444444;
}
.box.box-solid.box-primary {
    border: 1px solid #4361ee;
}
.box.box-solid.box-primary > .box-header {
    color: #ffffff;
    background: #4361ee;
    background-color: #4361ee;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
    color: #ffffff;
}
.box.box-solid.box-info {
    border: 1px solid #2196f3;
}
.box.box-solid.box-info > .box-header {
    color: #ffffff;
    background: #2196f3;
    background-color: #2196f3;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
    color: #ffffff;
}
.box.box-solid.box-danger {
    border: 1px solid #e7515a;
}
.box.box-solid.box-danger > .box-header {
    color: #ffffff;
    background: #e7515a;
    background-color: #e7515a;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
    color: #ffffff;
}
.box.box-solid.box-warning {
    border: 1px solid #e2a03f;
}
.box.box-solid.box-warning > .box-header {
    color: #ffffff;
    background: #e2a03f;
    background-color: #e2a03f;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
    color: #ffffff;
}
.box.box-solid.box-success {
    border: 1px solid #1abc9c;
}
.box.box-solid.box-success > .box-header {
    color: #ffffff;
    background: #1abc9c;
    background-color: #1abc9c;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
    color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
    border: 0;
    box-shadow: none;
}
.box.box-solid[class*="bg"] > .box-header {
    color: #fff;
}
.box .box-group > .box {
    margin-bottom: 5px;
}
.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both;
}
.box-header {
    color: #fff;
    display: block;
    padding: 10px 10px;
    position: relative;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
    border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    display: inline-block;
    font-weight: 700;
    font-stretch: extra-condensed;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    color: #ffffff;
}
.box.box-default > .box-header .box-title {
    color: #000;
}
.box.box-default > .box-header {
    color: #000;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
    margin-right: 5px;
}
.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 3px;
}
.box-header > .box-tools-left {
    position: relative;
    display: inline;
    left: 0px;
    top: -5px;
    bottom: -5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
    position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}
.box-header > .box-tools .dropdown-menu > li > a {
    color: #444 !important;
}
.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
    border: 1px solid #ffffff8f;
}
.open .btn-box-tool,
.btn-box-tool:hover {
    color: #606c84;
}
.btn-box-tool.btn:active {
    box-shadow: none;
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.box-body > .table {
    margin-bottom: 0;
}
.box-body .fc {
    margin-top: 5px;
}
.box-body .full-width-chart {
    margin: -19px;
}
.box-body.no-padding .full-width-chart {
    margin: -9px;
}
.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}
.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
}
.kutugolge {
    -webkit-box-shadow: 10px 10px 14px -5px rgba(118, 119, 122, 0.76);
    -moz-box-shadow: 10px 10px 14px -5px rgba(118, 119, 122, 0.76);
    box-shadow: 10px 10px 14px -5px rgba(118, 119, 122, 0.76);
    border-radius: 0px !important;
}

.box {
    -webkit-box-shadow: 10px 10px 14px -5px rgba(118, 119, 122, 0.76);
    -moz-box-shadow: 10px 10px 14px -5px rgba(118, 119, 122, 0.76);
    box-shadow: 10px 10px 14px -5px rgba(118, 119, 122, 0.76);
    border-radius: 0px !important;
}

.chart-legend {
    margin: 10px 0;
}
@media (max-width: 991px) {
    .chart-legend > li {
        float: left;
        margin-right: 10px;
    }
}
.box-comments {
    background: #f7f7f7;
}
.box-comments .box-comment {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
    content: " ";
    display: table;
}
.box-comments .box-comment:after {
    clear: both;
}
.box-comments .box-comment:last-of-type {
    border-bottom: 0;
}
.box-comments .box-comment:first-of-type {
    padding-top: 0;
}
.box-comments .box-comment img {
    float: left;
}
.box-comments .comment-text {
    margin-left: 40px;
    color: #555;
}
.box-comments .username {
    color: #444;
    display: block;
    font-weight: 600;
}
.box-comments .text-muted {
    font-weight: 400;
    font-size: 12px;
}

.dar > * > .form-group {
    margin-bottom: 3px;
}
.dar > * > .form-group label {
    margin-bottom: 2px;
}
.dar > * > .table {
    margin-bottom: 1px;
}
.dar > * > .table > thead > tr > th {
    padding-bottom: 5px;
    padding-top: 5px;
}
.dar > * > .form-group > div > input .form-control {
    padding: 2px !important;
    line-height: 0.7rem;
    height: 36px;
}
table.dartbl {
    margin-bottom: 2px;
}
table.dartbl > thead > tr > th {
    padding: 3px;
}

table.dartbl > tbody > tr > td {
    padding: 1px 1px 1px 4px;
}
table.dartbl > tfoot > tr > td {
    padding: 1px 1px 1px 4px;
    font-weight: bold !important;
}
table.dartbl-3 > tbody > tr > td {
    padding: 3px !important;
}
table.dartbl-3 > tfoot > tr > td {
    padding: 3px !important;
    font-weight: bold !important;
}
table.dartbl-3 > thead > tr > th {
    padding: 5px;
}
input[type="number"].nobtn::-webkit-inner-spin-button,
input[type="number"].nobtn::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    text-align: right;
}
input[type="number"] {
    text-align: right;
    vertical-align: middle;
}
.cb24 {
    width: 24px;
    height: 24px;
}
.w10 {
    width: 10px;
}
.w15 {
    width: 15px;
}
.w20 {
    width: 20px;
}
.w25 {
    width: 25px;
}
.w30 {
    width: 30px;
}
.w35 {
    width: 35px;
}
.w40 {
    width: 40px;
}
.w50 {
    width: 50px;
}
.w55 {
    width: 55px;
}
.w60 {
    width: 60px;
}
.w65 {
    width: 65px;
}
.w70 {
    width: 70px;
}
.w80 {
    width: 80px;
}
.w90 {
    width: 90px;
}
.w100 {
    width: 100px;
}
.w110 {
    width: 110px;
}
.w120 {
    width: 120px;
}
.w130 {
    width: 130px;
}
.w140 {
    width: 140px;
}
.w150 {
    width: 150px;
}
.w160 {
    width: 160px;
}
.w170 {
    width: 170px;
}
.w180 {
    width: 180px;
}
.w190 {
    width: 190px;
}
.w200 {
    width: 200px;
}
.w210 {
    width: 210px;
}
.w220 {
    width: 220px;
}
.w230 {
    width: 230px;
}
.w240 {
    width: 240px;
}
.w250 {
    width: 250px;
}
.w260 {
    width: 260px;
}
.w270 {
    width: 270px;
}
.w280 {
    width: 280px;
}
.w290 {
    width: 290px;
}
.w300 {
    width: 300px;
}
.w400 {
    width: 400px;
}
.w500 {
    width: 500px;
}
.w600 {
    width: 600px;
}
.wy10 {
    width: 10%;
}
.wy20 {
    width: 20%;
}
.wy30 {
    width: 30%;
}
.wy33 {
    width: 33%;
}
.wy40 {
    width: 40%;
}
.wy45 {
    width: 45%;
}
.wy49 {
    width: 49%;
}
.wy50 {
    width: 50%;
}
.wy60 {
    width: 60%;
}
.wy65 {
    width: 65%;
}
.wy70 {
    width: 70%;
}
.wy80 {
    width: 80%;
}
.wy100 {
    width: 100%;
}

.mw1 {
    min-width: 10px !important;
}
.mw2 {
    min-width: 20px !important;
}
.mw3 {
    min-width: 30px !important;
}
.mw4 {
    min-width: 40px !important;
}
.mw5 {
    min-width: 50px !important;
}
.mw6 {
    min-width: 60px !important;
}
.mw7 {
    min-width: 70px !important;
}
.mw8 {
    min-width: 80px !important;
}
.mw9 {
    min-width: 90px !important;
}
.mw10 {
    min-width: 100px !important;
}
.mw11 {
    min-width: 110px !important;
}
.mw12 {
    min-width: 120px !important;
}
.mw13 {
    min-width: 130px !important;
}
.mw14 {
    min-width: 140px !important;
}
.mw15 {
    min-width: 150px !important;
}
.mw16 {
    min-width: 160px !important;
}
.mw17 {
    min-width: 170px !important;
}
.mw18 {
    min-width: 180px !important;
}
.mw19 {
    min-width: 190px !important;
}
.mw20 {
    min-width: 200px !important;
}
.mw21 {
    min-width: 210px !important;
}
.mw22 {
    min-width: 220px !important;
}
.mw23 {
    min-width: 230px !important;
}
.mw24 {
    min-width: 240px !important;
}
.mw25 {
    min-width: 250px !important;
}
.mw30 {
    min-width: 300px !important;
}
.mw40 {
    min-width: 400px !important;
}
.mw50 {
    min-width: 500px !important;
}
.mw60 {
    min-width: 600px !important;
}

.mwy20 {
    min-width: 20% !important;
}
.mwy30 {
    min-width: 30% !important;
}
.mwy50 {
    min-width: 50% !important;
}
.mwy70 {
    min-width: 70% !important;
}
.mwy80 {
    min-width: 80% !important;
}
.mwy100 {
    min-width: 100% !important;
}

.mxw2 {
    max-width: 20px !important;
}
.mxw3 {
    max-width: 30px !important;
}
.mxw4 {
    max-width: 40px !important;
}
.mxw5 {
    max-width: 50px !important;
}
.mxw6 {
    max-width: 60px !important;
}
.mxw7 {
    max-width: 70px !important;
}
.mxw8 {
    max-width: 80px !important;
}
.mxw9 {
    max-width: 90px !important;
}
.mxw10 {
    max-width: 100px !important;
}
.mxw11 {
    max-width: 110px !important;
}
.mxw12 {
    max-width: 120px !important;
}
.mxw13 {
    max-width: 130px !important;
}
.mxw14 {
    max-width: 140px !important;
}
.mxw15 {
    max-width: 150px !important;
}
.mxw16 {
    max-width: 160px !important;
}
.mxw17 {
    max-width: 170px !important;
}
.mxw18 {
    max-width: 180px !important;
}
.mxw19 {
    max-width: 190px !important;
}
.mxw20 {
    max-width: 200px !important;
}
.mxw21 {
    max-width: 210px !important;
}
.mxw22 {
    max-width: 220px !important;
}
.mxw23 {
    max-width: 230px !important;
}
.mxw24 {
    max-width: 240px !important;
}
.mxw25 {
    max-width: 250px !important;
}
.mxw30 {
    max-width: 300px !important;
}
.mxw35 {
    max-width: 350px !important;
}
.mxw40 {
    max-width: 400px !important;
}

.mxwy20 {
    max-width: 20% !important;
}
.mxwy30 {
    max-width: 30% !important;
}
.mxwy50 {
    max-width: 50% !important;
}
.mxwy70 {
    max-width: 70% !important;
}
.mxwy80 {
    max-width: 80% !important;
}
.mxwy100 {
    max-width: 100% !important;
}

.bg-acik-default {
    background-color: #d2d6de6e;
}
.bg-acik-blue {
    background-color: #5cb6eb6e;
}
.bg-acik-primary {
    background-color: #4361ee6e;
}
.bg-acik-danger {
    background-color: #f1939947;
}
.bg-acik-warning {
    background-color: #ffc10736;
}
.bg-acik-success {
    background-color: #7acebd6e;
}
.bg-acik-gri {
    background-color: #d2d6dee5 !important;
}
.bg-acik-turuncu {
    background-color: #e9974ae5 !important;
}
.bg-acik-mavi {
    background-color: #5673f8ea !important;
}
.bg-acik-red {
    background-color: #f84c57dc !important;
}
.bg-acik-sari {
    background-color: #ffc107de !important;
}
.bg-acik-yesil {
    background-color: #56f7d7ea !important;
}
.usd::after {
    content: " $";
}
.usd::before {
    content: " $";
}
.eur::after {
    content: " €";
}
.popup-item-group {
    border: 1px solid #75b5ff;
}
.popup-secilen {
    border: 1px solid #bfc9d4;
    border-radius: 6px;
    cursor: pointer;
}
.popup-div {
    position: absolute;
    padding: 3px;
    background-color: #f3fafc;
    z-index: 100;
    -webkit-box-shadow: 10px 10px 14px -5px rgb(118 119 122 / 76%);
    -moz-box-shadow: 10px 10px 14px -5px rgba(118, 119, 122, 0.76);
    box-shadow: 10px 10px 14px -5px rgb(118 119 122 / 76%);
    border-radius: 5px;
}
.popup-item:hover {
    border: 1px solid #bfc9d4;
    cursor: pointer;
    background-color: #ddf5f0 !important;
    color: #1abc9c !important;
}
.layout-px-spacing {
    padding: 0 8px !important;
}
.input-group-text {
    padding: 0.2rem 0.75rem;
}

/*
    Border Tab
*/

.border-tab .tab-content {
    border: 1px solid #e0e6ed;
    border-top: none;
    padding: 10px;
}
.border-tab .tab-content > .tab-pane {
    padding: 20px 30px 0 30px;
}
.border-tab .tab-content .media img.meta-usr-img {
    margin-left: -30px;
}
.topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li a svg {
    margin-right: 10px;
}

.siralama {
    cursor: pointer;
    width: 100%;
    text-align: center;
    /* background-color: #e9ecef; */
    color: #000;
}
.siralama:hover {
    background-color: #75b5ff;
    color: #000;
}
.etiketcl {
    color: black;
    border-radius: 4px;
    border: 1px solid #4361ee !important;
    margin: 2px;
    padding: 2px;
}
.etiketcl:hover {
    background-color: #003186;
    color: white;
}
.gorev-menu-group {
    padding: 5px;
    margin: 0px;
}
.gorev-menu-item {
    padding: 0px;
    margin: 0px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.gorev-menu-item:hover {
    background-color: #75b5ff;
    color: #000;
}
.gorev-progress-bar {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(green),
        to(white),
        color-stop(0.75, green),
        color-stop(0.75, white)
    );
    background-image: -moz-linear-gradient(
        0,
        green 0%,
        green 75%,
        white 75%,
        white 100%
    );
}
.modal-header {
    padding: 5px 10px;
}
.mk-pm-0 {
    padding: 0px !important;
    margin: 0px !important;
}
.mk-ilk-kolon {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    top: 0px;
    z-index: 2;
}
.sqlinfo {
    background-color: #000;
    color: lime;
    padding: 5px 10px;
    font-size: 14px;
}
.stik-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0px;
    z-index: 2;
}
.stik-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 2;
}
.stik-left {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    z-index: 2;
}
.stik-right {
    position: -webkit-sticky;
    position: sticky;
    right: 0px;
    z-index: 2;
}

.teklif-renk-0 {
    background-color: #f7d46c !important;
} /*Teklifte*/
.teklif-renk-1 {
    background-color: #57d34b !important;
} /*Onaylandı*/
.teklif-renk-2 {
    background-color: #df4acb !important;
} /*Siparişe Aktarıldı*/
.teklif-renk-3 {
    background-color: #5bcbda !important;
} /*Servise Aktarıldı*/
.teklif-renk-4 {
    background-color: #669bd8 !important;
} /*Muhasebelendi*/
.teklif-renk-5 {
    background-color: #6b4536 !important;
} /*Arşiv*/
.teklif-renk-6 {
    background-color: #8f8d8c !important;
} /*İptal*/

.taleptur-renk-0 {
    background-color: #d9d9d9 !important;
} /*Talep*/
.talepdurum-renk-0 {
    background-color: #ffc000 !important;
} /*Beklemede*/
.talepdurum-renk-1 {
    background-color: #92d050 !important;
} /*Onaylandı*/
.talepdurum-renk-2 {
    background-color: #bfbfbf !important;
} /*Arşiv*/
.talepdurum-renk-3 {
    background-color: #ff0000 !important;
} /*İptal*/

.tekliftur-renk-0 {
    background-color: #fce4d6 !important;
} /*Alınan Teklif*/
.tekliftur-renk-1 {
    background-color: #e2efda !important;
} /*Verilen Teklif*/
.tekliftur-renk-2 {
    background-color: #ddebf7 !important;
} /*Üretim Teklifi*/
.teklifdurum-renk-0 {
    background-color: #ffc000 !important;
} /*Beklemede*/
.teklifdurum-renk-1 {
    background-color: #92d050 !important;
} /*Onaylandı*/
.teklifdurum-renk-2 {
    background-color: #bfbfbf !important;
} /*Arşiv*/
.teklifdurum-renk-3 {
    background-color: #ff0000 !important;
} /*İptal*/

.siparistur-renk-0 {
    background-color: #e2efda !important;
} /*Yurt içi Verilen sipariş*/
.siparistur-renk-1 {
    background-color: #c6e0b4 !important;
} /*Yurt dışı Verilen Siparis*/
.siparistur-renk-2 {
    background-color: #fff2cc !important;
} /*Yurt içi Alınan Sipariş*/
.siparistur-renk-3 {
    background-color: #ffe699 !important;
} /*Yurt dışı Alınan Sipariş*/
.siparisdurum-renk-0 {
    background-color: #ffc000 !important;
} /*Beklemede*/
.siparisdurum-renk-1 {
    background-color: #92d050 !important;
} /*Onaylandı*/
.siparisdurum-renk-2 {
    background-color: #9bc2e6 !important;
} /*Muhasebelendi*/
.siparisdurum-renk-3 {
    background-color: #ddebf7 !important;
} /*Kısmı Muhasebelendi*/
.siparisdurum-renk-4 {
    background-color: #bfbfbf !important;
} /*Arşiv*/
.siparisdurum-renk-5 {
    background-color: #ff0000 !important;
} /*İptal*/
.siparisdurum-renk-6 {
    background-color: #f4b084 !important;
} /*Ödeme Bekleniyor*/
.siparisdurum-renk-7 {
    background-color: #c6e0b4 !important;
} /*Mağaza Teslim*/

.irsaliyetur-renk-0 {
    background-color: #c6e0b4 !important;
} /*Satış İrsaliyesi*/
.irsaliyetur-renk-1 {
    background-color: #f8cbad !important;
} /*Alış İrsaliyesi*/
.irsaliyetur-renk-2 {
    background-color: #bdd7ee !important;
} /*Satıştan İade İrsaliyesi*/
.irsaliyetur-renk-3 {
    background-color: #ddebf7 !important;
} /*Alıştan İade İrsaliyesi*/
.irsaliyetur-renk-4 {
    background-color: #d9d9d9 !important;
} /*Transfer İrsaliyesi*/
.irsaliyedurum-renk-0 {
    background-color: #ffc000 !important;
} /*Beklemede*/
.irsaliyedurum-renk-2 {
    background-color: #9bc2e6 !important;
} /*Faturalandı*/
.irsaliyedurum-renk-3 {
    background-color: #ddebf7 !important;
} /*Kısmı Faturalandı*/
.irsaliyedurum-renk-4 {
    background-color: #bfbfbf !important;
} /*Pasif*/
.irsaliyedurum-renk-5 {
    background-color: #ff0000 !important;
} /*İptal*/

.faturatur-renk-0 {
    background-color: #a9d08e !important;
} /*Yurtiçi Satış Faturası*/
.faturatur-renk-1 {
    background-color: #f4b084 !important;
} /*Yurtiçi Satıştan İade Faturası*/
.faturatur-renk-2 {
    background-color: #e2efda !important;
} /*Yurtdışı Satış Faturası*/
.faturatur-renk-3 {
    background-color: #c65911 !important;
} /*Yurtdışı Satıştan İade Faturası*/
.faturatur-renk-4 {
    background-color: #bdd7ee !important;
} /*Alış Faturası*/
.faturatur-renk-5 {
    background-color: #f8cbad !important;
} /*Alıştan İade Faturası*/
.faturatur-renk-6 {
    background-color: #d9d9d9 !important;
} /*Masraf Faturası*/
.faturadurum-renk-0 {
    background-color: #ffc000 !important;
} /*Beklemede*/
.faturadurum-renk-2 {
    background-color: #9bc2e6 !important;
} /*Faturalandı*/
.faturadurum-renk-3 {
    background-color: #ddebf7 !important;
} /*Kısmı Faturalandı*/
.faturadurum-renk-4 {
    background-color: #bfbfbf !important;
} /*Pasif*/
.faturadurum-renk-5 {
    background-color: #ff0000 !important;
} /*İptal*/
/* "0" => 'Dekont' */
.islemturu-renk-0 {
    color: #ffffff !important;
    background-color: #09510b !important;
}
/* "1" => 'Evrak' */
.islemturu-renk-1 {
    color: #080808 !important;
    background-color: #3f85e0 !important;
}
/* "2" => 'Nakit' */
.islemturu-renk-2 {
    color: #ffffff !important;
    background-color: #941715 !important;
}
/* "3" => 'Pos' */
.islemturu-renk-3 {
    color: #080808 !important;
    background-color: #a4aea5 !important;
}
/* "4" => 'Tahukkuk' */
.islemturu-renk-4 {
    color: #ffffff !important;
    background-color: #ffaa00 !important;
}
/* "5" => 'Kredi Kartı İade' */
.islemturu-renk-5 {
    color: #ffffff !important;
    background-color: #900584 !important;
}


input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: pointer;
    background-color: #f5efef !important;
    color: #000000;
}
div#wireload_screen {
    background: #ecefff;
    opacity: 0.6;
    position: fixed;
    z-index: 999999;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
div#wireload_screen .loader {
    display: flex;
    justify-content: center;
    height: 100vh;
}
div#wireload_screen .loader-content {
    right: 0;
    align-self: center;
}

.spinner-grow {
    color: #304aca;
}
.input-text {
    box-sizing: border-box;
    font-family: inherit;
    overflow: visible;
    appearance: none;
    /* display: block; */
    width: 100%;
    font-weight: 600;
    background-color: #fff;
    background-clip: padding-box;
    transition: none;
    border: 1px solid #bfc9d4;
    font-size: 15px !important;
    letter-spacing: 1px;
    border-radius: 6px;
    padding: 0.5rem 0.3rem !important;
    line-height: 1rem;
    height: 32px;
    color: blue !important;
    margin: 0%;
}
@media (max-width: 1199px) {
    .main-content {
        padding-top: 5px;
    }
}
.secCell{
    background-color: #1abc9c !important;
}
.sabitpencere{
    max-height: calc(100vh - 100px) !important;
    height: calc(100vh - 100px) !important;
    width: 100vw;
    position: relative;
}
.vh-full{height: 100vh !important;}
.vh-10{height: calc(100vh - 100px) !important;}
.vh-11{height: calc(100vh - 110px) !important;}
.vh-12{height: calc(100vh - 120px) !important;}
.vh-13{height: calc(100vh - 130px) !important;}
.vh-14{height: calc(100vh - 140px) !important;}
.vh-15{height: calc(100vh - 150px) !important;}
.vh-16{height: calc(100vh - 160px) !important;}
.vh-17{height: calc(100vh - 170px) !important;}
.vh-18{height: calc(100vh - 180px) !important;}
.vh-19{height: calc(100vh - 190px) !important;}
.vh-20{height: calc(100vh - 200px) !important;}
.vh-25{height: calc(100vh - 250px) !important;}
.vh-26{height: calc(100vh - 260px) !important;}
.vh-27{height: calc(100vh - 270px) !important;}
.vh-28{height: calc(100vh - 280px) !important;}
.vh-29{height: calc(100vh - 290px) !important;}
.vh-30{height: calc(100vh - 300px) !important;}
.vh-31{height: calc(100vh - 310px) !important;}
.vh-32{height: calc(100vh - 320px) !important;}
.vh-33{height: calc(100vh - 330px) !important;}
.vh-34{height: calc(100vh - 340px) !important;}
.vh-35{height: calc(100vh - 350px) !important;}
.vh-36{height: calc(100vh - 360px) !important;}
.vh-37{height: calc(100vh - 370px) !important;}
.vh-38{height: calc(100vh - 380px) !important;}
.vh-39{height: calc(100vh - 390px) !important;}
.vh-40{height: calc(100vh - 400px) !important;}
.vh-41{height: calc(100vh - 410px) !important;}
.vh-42{height: calc(100vh - 420px) !important;}
.vh-43{height: calc(100vh - 430px) !important;}
.vh-44{height: calc(100vh - 440px) !important;}
.vh-45{height: calc(100vh - 450px) !important;}
.alt-toplam {
    position: -webkit-sticky;
    position: absolute;
    bottom: 0px;
}
.ortacubuk{
    border-right: 5px solid #7f7e7e !important;
    max-width: 3px !important;
}
.sagpanel{
    display: block !important;
    position: relative;
    box-sizing: border-box;
    height: 100%;
    max-height: 100%;
    max-width: 98%;
    overflow-x: hidden !important;
}
.sagust{
    position: relative;
    width: calc(100vw - 330px);
    height: 100%;
    max-height: 100%;
}
#dxsagkolon{
    width: calc(100% - 330px) !important;
}
.dxsagpanel{
    height: 100%;
    width: 100%;
}
li.sub-sub-submenu-list:hover{
    background-color: #eeeeeeee !important;
}
li.sub-sub-submenu-list ul li:hover{
    background-color: #eeeeeeee !important;
}

.modal{
    z-index: 2000;
}
.dx-tabs .dx-tabs-wrapper .dx-tab {
    width: auto!important;
}
.cerceve > div > div.dx-form-group-with-caption{
    padding-top: 5px!important;
    text-align: center!important;
}
.cerceve > div > div.dx-form-group-with-caption > .dx-form-group-content {
    padding: 10px!important;
    margin-top: -10px!important;
    border: 1px solid #ddd!important;
    border-radius: 7px!important;
}
.cerceve > div > div > span.dx-form-group-caption {
    background-color: white!important;
    border: 1px solid #ddd!important;
    border-radius: 20px!important;
    padding: 2px 10px!important;
    font-size: 12px!important;
}
.cerceve > div > div.dx-form-group{
    padding-top: 5px!important;
    text-align: center!important;
}
.cerceve > div > div.dx-form-group > .dx-form-group-content {
    padding: 10px!important;
    margin-top: -10px!important;
    border: 1px solid #ddd!important;
    border-radius: 7px!important;
}
.dx-layout-manager .dx-field-item:not(.dx-first-row) {
    padding-top: 0px !important;
}
.full-ekran{
    border: 1px solid #ccc;
    background-color: #eee;
    height: calc(100vh - 70px);
    padding-left: 15px;
    padding-right: 15px;
}
.toolbar-menu.dx-menu-base .dx-menu-item .dx-menu-item-content {
    border: 1px solid #ccc;
    border-radius: 8px;
}
.toolbar-menu .dx-menu-horizontal .dx-menu-item-wrapper {
    margin-left: 5px !important;
    margin-top: 5px !important;
}
.toolbar-menu.dx-menu-base .dx-menu-item-wrapper, .dx-menu-base .dx-menu-items-container {
    margin-top: 4px !important;
}
.dxbox {
    padding: 0px;
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #d2d6de;
    margin-bottom: 5px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.dx-tab {
    padding: 3px 10px !important;
}
.dx-group-box {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 8px;
    margin-top: 10px;
    text-align: center;
    position: relative;
    display: block;
    justify-content: center;
}

.dx-group-box legend {
    background-color: white!important;
    border: 1px solid #ddd!important;
    border-radius: 20px!important;
    color: rgb(51,51,51);
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.499;
    line-height: 16px;
    transform-origin: center;
    margin-top: -18px;
    margin-bottom: 0px;
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    display: block;
    z-index: 1;
}
.fs-10{ font-size: 10px !important; }
.fs-11{ font-size: 11px !important; }
.fs-12{ font-size: 12px !important; }
.fs-13{ font-size: 13px !important; }
.fs-14{ font-size: 14px !important; }
.fs-15{ font-size: 15px !important; }
.fs-16{ font-size: 16px !important; }
.fs-17{ font-size: 17px !important; }
.fs-18{ font-size: 18px !important; }
.fs-19{ font-size: 19px !important; }
.fs-20{ font-size: 20px !important; }
.fs-21{ font-size: 21px !important; }
.fs-22{ font-size: 22px !important; }
.fw-1{font-weight: 100 !important;}
.fw-2{font-weight: 200 !important;}
.fw-3{font-weight: 300 !important;}
.fw-4{font-weight: 400 !important;}
.fw-5{font-weight: 500 !important;}
.fw-6{font-weight: 600 !important;}
.fw-7{font-weight: 700 !important;}
.fw-8{font-weight: 800 !important;}
.fw-9{font-weight: 900 !important;}
.fw-B{font-weight: bold !important;}
