<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(fontlar.css);

body {
    background: #f2f2f2;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #2b2b2b;
    height: 100%;
    overflow-x: hidden;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.sortable .cat-title {
    font-weight: 600;
    padding: 15px 25px;
    background: #092853 !important;
    color: #fff;
}

.copy-shorturl {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.copy-shorturl,
.copy-shorturl label,
.copy-shorturl span {
    cursor: pointer;
}

.copy-shorturl.alert-success::after {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10px;
    background: url("/yonetim/images/tik.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner .formsol {
    width: 100%;
}

.banner .hide-on-banner {
    display: none;
}

.dashboard .column {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.dashboard .column .column-title {
    font-weight: 600;
    font-size: 15px;
    color: #000;
    margin-bottom: 20px;
}

.dashboard .column .column-title a {
    color: #000;
}

.dashboard .column .column-title a:hover {
    text-decoration: none;
}

.list-banner {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.list-banner:hover {
    text-decoration: none;
    color: #fff;
}

.list-banner span {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #16aef2;
    width: 22px;
    height: 22px;
    font-size: 20px;
    font-weight: 500;
}

.sideblock-custom-pad {
    padding: 1.25em 0 !important;
}

.h40 {
    height: 40px;
    line-height: 40px;
}

.plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nofltrs {
    padding: 0;
}

.width200px {
    width: 200px;
}

.ssssira,
.inputsira {
    width: 80px !important;
    height: 30px !important;
    padding: 5px 0 5px 10px;
    text-align: center;
}

.landing-page-slug {
    width: 100%;
    height: 40px;
}

.form-block {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin: 0 10px;
}

.form-block h3 {
    color: #092853;
    font-weight: 600;
}

.form-block .form-group {
    padding: 0;
}

table.dataTable td {
    position: relative;
}

table.dataTable td.servisst {
    width: 65%;
}

.ok {
    position: absolute !important;
    right: 1px;
    top: 50%;
    margin-top: -16px !important;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: url(/yonetim/images/tik.png) #092853 no-repeat center !important;
    display: none;
}

.sortable li .darkblue-li .list-link,
.sortable li .darkblue-li {
    background-color: #092853 !important;
    color: #fff !important;
}

.sortable li .darkblue-li:hover .list-link,
.sortable li .darkblue-li:hover,
.sortable li .darkblue-li .list-link:hover {
    background-color: #092853 !important;
    color: #fff !important;
}

.w100 {
    width: 100% !important;
}

.hide {
    display: none !important;
}

.pad-0 {
    padding: 0 !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mt-25 {
    margin-top: 25px;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 15px;
}

.ortala {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Customize the label (the container) */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #16aef2;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input~.checkmark {
    opacity: 0.9;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 3px;
    top: 3px;
    width: 5px;
    height: 5px;
    border: solid #133461;
    border-width: 5px;
}

.list-custom-bradcrumb,
.custom-bradcrumb {
    margin-bottom: -15px;
    margin-left: 10px;
    display: flow-root;
}

.list-custom-bradcrumb ul,
.custom-bradcrumb ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    float: left;
}

.disableClick {
    cursor: default !important;
}

.toplu-islem {
    display: flex;
    margin-bottom: 15px;
}

.toplu-islem .topluislembtn {
    width: 125px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    position: relative;
}

.baslik-btn-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toplu-islem select {
    height: 35px;
    margin-right: 5px;
    min-width: 220px;
}

.toplu-islem select.hata {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 25%);
}

.datatable-custom-link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    text-decoration: none;
    color: #3b3b3b;
}

.datatable-custom-link:hover {
    text-decoration: none;
    color: #3b3b3b;
}

.fl-column {
    flex-direction: column;
}

.al-flex-start {
    align-items: flex-start;
}

.ol-custom-link {
    text-decoration: none;
    color: #000;
}

.ol-custom-link:hover {
    color: #000;
    text-decoration: none;
}

.custom-bradcrumb li {
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
    background: #092853;
    padding: 8.5px 45px;
}

.list-custom-bradcrumb li {
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
    background: #041124;
}

.list-custom-bradcrumb li.active {
    background: #092853;
}

.list-custom-bradcrumb ul li a {
    display: flex;
    text-decoration: none;
    color: #fff;
    padding: 8.5px 45px;
}

.tarihrow {
    padding-right: 5px !important;
}

.tarihsecimi span.btn {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}

.customcheckbox input {
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 7px 0 0;
}

.customcheckbox label {
    float: left;
    width: auto !important;
    cursor: pointer;
}

.fflist .customcheckbox {
    width: 100%;
    float: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%
        /*26px*/
    ;
    position: absolute;
    top: -4px;
    right: 15px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    margin: 0;
    content: "";
    background-image: url(/yonetim/images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 10px;
}

.tarihsecimi {
    justify-content: center;
    align-items: center;
    padding-top: 3px;
}

.filter-form .filters .tarihsecimi input {
    height: 35px !important;
}

.filtrelebtn,
.temizlebtn {
    margin-top: 0px !important;
}

.tarihsecimi .row {
    margin: 0;
}

.tarihsecimi .row .col-md-4 {
    padding: 0;
}

.tarihsecimi .col-md-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .tarihsecimi &gt; * {
    margin-right: 5px;
}

.tarihsecimi &gt; *:last-child {
    margin-right: 0px;
} */

.card {
    box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
    background: #ebecf1;
}

.card-header {
    background-color: #fff;
}

.input-container {
    position: relative;
    display: inline-block;
}

.input-container .search-icon {
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(/yonetim/images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 7px;
    top: 4px;
}

.filter-form input,
select,
.select2-selection {
    border-radius: 0 !important;
    border-color: #16aef2 !important;
    font-size: 14px !important;
    color: #133461 !important;
    font-weight: 500;
}

.form-group input,
select,
textarea {
    border-radius: 0 !important;
    border-color: #16aef2 !important;
    font-size: 14px !important;
    font-weight: 500;
}

.filter-form input:focus,
select:focus,
.select2-selection:focus {
    outline: none;
    box-shadow: none;
}

.filter-form .card-header {
    border: 0;
    border-radius: 0;
    margin-top: -2px;
    margin-bottom: 25px;
}

.filter-form .card-header,
.card-body {
    background-color: #fff;
    padding-right: 10px;
    padding-left: 10px;
}

.card-footer {
    background-color: #fff;
}

.filter-form .text-search-container {
    margin: -12px -10px;
}

.filter-form .text-search-container .text-search-title {
    background: #16aef2;
    position: relative;
}

.filter-form .text-search-container .text-search-title:after {
    content: "";
    height: 1px;
    background: #16aef2;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    z-index: 1;
}

.filter-form .text-search-container .text-search-title h2 {
    margin: 10px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.filter-form .text-search-container .text-search-filter {
    margin: 25px -5px;
}

.filter-form .text-search-container .text-search-filter input {
    width: 500px;
    height: 35px !important;
}

.menuback {
    display: flex;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    align-items: center;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.menuback:hover {
    color: #fff;
    text-decoration: none;
}

.menuback .backimg {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff9400;
    margin-right: 20px;
    height: 35px;
    width: 15px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.menuback:hover .backimg {
    background-color: #ff5800;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.menuback .backimg img {
    height: 10px;
}

body.dt-print-view {
    padding: 0;
}

input.form-control,
select.form-control {
    height: 40px !important;
}

/* MenÃ¼ AlanÄ± */
.navbar {
    padding: 0;
}

.navbar-brand img {
    height: 38px;
}

.ustmenu-logo-link {
    position: relative;
    margin-right: 0;
    height: 65px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 25px;
}

/* .ustmenu-logo-link:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    bottom: 0;
    background-repeat: no-repeat;
    background: url(/yonetim/images/logo-border.png);
    background-size: cover;
} */

.card-text {
    padding: 0 10px;
}

#navigation {
    height: 65px;
}

#navigation .navbar-nav {
    height: 65px;
}

#navigation .navbar-nav .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 192px;
}

#navigation .navbar-nav .nav-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    bottom: 0;
    background-repeat: no-repeat;
    background: url(/yonetim/images/logo-border.png);
    background-size: cover;
}

#navigation .navbar-nav .nav-item a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

#navigation .navbar-nav .nav-item .dropdown-toggle::after {
    display: none;
}

#navigation .navbar-nav .nav-item.active {
    background: #092853;
}

#navigation .navbar-nav .nav-item:hover {
    cursor: pointer;
}

#navigation .navbar-nav .nav-item a img {
    margin-left: 5px;
    margin-right: 5px;
}

#navigation .navbar-nav .nav-item.active a img {
    position: absolute;
    bottom: 10px;
    left: 50%;
    right: 50%;
}

#navigation .dropdown-menu {
    left: 2px;
    right: -2px;
    background: #092853;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
}

#navigation .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #3363a5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
}

#navigation .dropdown-menu .dropdown-item:last-child {
    border: none;
}

#navigation .dropdown-menu .dropdown-item:hover {
    background: #224f8e;
}

/* MenÃ¼ alanÄ± sonu */

.form-group label {
    font-weight: 600;
    margin-bottom: 5px !important;
    color: #133461;
    width: 100%;
}

.form-group {
    padding: 0 10px;
    float: left;
    width: 100%;
}

.ikili {
    width: 50%;
    float: left;
}

.uclu {
    width: 33.3333333%;
    float: left;
}

.dortlu {
    width: 25%;
    float: left;
}

.silinme0 .btn-danger {
    display: none !important;
}

.silinme0 .deletePage {
    display: none !important;
}

.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    border: 0;
    border-radius: 0.25rem;
    height: 37px;
    background-image: none;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Bootstrap overrides */
.dropdown-item:hover {
    background: #ddd;
}

.dropdown-item.disabled:hover {
    background: transparent;
    cursor: default;
}

button {
    cursor: pointer;
    cursor: hand;
}

select.form-control:not([size]):not([multiple]) {
    /* original value: calc(2.25rem + 2px); and it cuts off descenders */
    height: auto;
}

.content-form .input-group-prepend .input-group-text {
    font-size: 14px;
}

.input-group-prepend .grupselect {
    min-width: 80px;
    height: 40px;
    padding: 0 10px;
}

/* BS4 Dropdown submenu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

/* Login */
body.logged-out {
    padding: 0;
    display: table;
    width: 100%;
    height: 100%;
    /* For at least Firefox */
    min-height: 100%;
    -webkit-box-shadow: inset 0 0 15rem rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 15rem rgba(0, 0, 0, 0.5);
}

body.logged-out main {
    height: 100%;
    margin: 0;
}

body.logged-in main {
    padding-bottom: 3em;
}

.form-signin {
    max-width: 350px;
    padding: 15px;
    margin: 50px auto 0;
}

.form-signin .form-signin-heading {
    text-align: center;
    font-size: 18px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

nav.fixed-top {
    background: #133461;
}

/* Sortable */
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.placeholder {
    background-color: #cfcfcf;
}

.ui-nestedSortable-error {
    background: #fbe3e4;
    color: #8a1f11;
}

ol.sortable,
ol.sortable ol {
    margin: 15px 0 0 55px;
    padding: 0;
    list-style-type: none;
}

ol.sortable {
    margin: 0;
    padding: 0 10px;
}

.sortable li {
    margin: 7px 0 15px 0;
    padding: 0;
}

.sortable li div {
    border: 0.5px solid #c7e1ef;
    background-color: #f6fcff;
    /* padding: 0.75em; */
    margin: 0;
    /* cursor: pointer; */
    color: #000;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.acilir-menu-ok {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    background: #c7e1ef;
    border: 1px solid #f0f0f0;
    border-right: 1px solid #6792cc;
    z-index: 500;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
}

.acilir-menu-ok img {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
}

.acilir-menu-ok:hover {
    opacity: 0.8;
}

.acilir-menu-ok.aktif img {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);

    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
}

.keyholdergroup {
    width: 100%;
    float: left;
    padding: 10px 5px 0;
    border: 1px dotted #bbb;
    border-radius: 5px;
}

.keyholder-item {
    width: 100%;
    float: left;
    position: relative;
    display: none;
}

.keyholder-item.item1 {
    display: block;
}

.keyeklebtn {
    position: absolute;
    right: -25px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #28a745;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.keyeklebtn:hover {
    background: #1e7e34;
}

.sortable .actions {
    margin-top: -5px;
    /* display: none; */
}

.info-text {
    padding: 10px 15px;
    background: #ddd;
    color: #222;
    border-radius: 5px;
    font-size: 14px;
    line-height: 22px;
}

.info-text b {
    color: #16aef2;
}

.bildirim {
    padding: 15px 20px;
    width: 520px;
    text-align: left;
    background-color: #333;
    border-radius: 8px;
    position: fixed;
    z-index: 100;
    top: -100px;
    /*left: 305px;*/
    right: 25px;
    line-height: 18px;
    box-shadow: -5px 7px 14px -5px rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
}

.bildirim.aktif {
    top: 144px;
}

.bildirim.basarili {
    background-color: #15bb28;
}

.bildirim.hatali {
    background-color: #bb0000;
}

.bildirim.uyari {
    background-color: #ffc007;
}

.bildirim.bilgi {
    background-color: #1d72f3;
}

.bildirim .baslik {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
    width: 100%;
}

.bildirim .icerik {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    width: 100%;
}

/* Datatables related */

.dataTables_wrapper .dataTables_processing {
    text-shadow: 0px 0px 5px rgba(150, 150, 150, 0.7);
    padding: 5em;
    font-size: 24px;
    height: 100%;
    top: 0%;
    margin-top: 0;
}

.dt_top_wrapper .dt_cst_totalrecords {
    float: left;
}

.dt_top_wrapper .dt_cst_recordsonpage,
.dt_buttons {
    /* float: right; */
}

.dt_cst_search,
.dt_cst_search .dataTables_filter {
    float: none;
    display: block;
    text-align: left;
}

.dt_bot_wrapper .dt_cst_pagination {
    float: right;
    border: 1px solid #e2e2e2 !important;
    border-radius: 5px;
    background: #fff !important;
}

.dt_bot_wrapper .dt_cst_totalrecords {
    float: right;
}

.dt_top_wrapper .dt_cst_totalrecords *,
.dt_top_wrapper .dt_cst_recordsonpage * {
    margin: 0;
    padding: 0;
}

.dt_top_wrapper .dt_cst_totalrecords .select-info {
    font-weight: bold;
}

.dt_cst_buttons_wrapper {
    /* margin-bottom: 0.5em; */
}

.dt_cst_buttons_wrapper .dt_cst_buttons {
    float: left;
}

/* Flag icons, only used ones */

.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.flag-icon:before {
    content: "\00a0";
}

.flag-icon-gb,
.flag-icon-en {
    background-image: url(../../images/flags/gb.svg);
}

.flag-icon-tr {
    background-image: url(../../images/flags/tr.svg);
}

/* Extra info on select2 */
.select2-container .info {
    /*color: #999*/
    color: #909;

    /*text-shadow: 0 0 2px #FFF;*/
}

.select2-container .select2-results__option--highlighted .info {
    color: yellow;
}

.select2-container .info:before {
    content: "(";
}

.select2-container .info:after {
    content: ")";
}

/* Filtering / Sorting */
/* Now using bootstrap theme, so no styling here. */

/* custom-select */
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {}

.select2-container .select2-search--inline .select2-search__field {
    padding: 0.375rem 0.75rem;
    margin: 0;
}

.select2-container .select2-selection--multiple .select2-search__field {
    height: 100%;
    padding: 0.5rem 0.4rem 0 0.4rem;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    /*padding: 0*/
}

.select2-selection.compact .select2-selection__rendered {
    line-height: 1.8em;
    padding-left: 0.6em;
}

/* log timeline */
div.timeline {}

div.timeline .timeline-item {
    padding: 2.4em 2em 1em;
    position: relative;
    color: rgba(0, 0, 0, 0.7);
    border-left: 2px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #eee;
}

div.timeline .timeline-item div.details {
    display: none;
}

div.timeline .timeline-item .info {
    position: absolute;
    left: 2em;
    top: 0.7em;
    display: block;
    width: 98%;
}

div.timeline .timeline-item::after {
    width: 15px;
    height: 15px;
    display: block;
    top: 2.6em;
    position: absolute;
    left: -8px;
    border-radius: 15px;
    content: "";
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
}

div.timeline .timeline-item:last-child {
    -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
    border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
}

/* color picker preview */
div.cpreview {
    text-align: center;
    border: 1px solid #ccc;
    padding: 1em;
}

div.cpreview a.btn {
    display: inline-block;
    font-weight: 600;
    transition: none;
}

/* stringeditor */
table.stringeditor {}

table.stringeditor th {
    text-align: center;
}

table.stringeditor th.i8n {
    background: url("../images/backgrounds/i8n_link.png") center center no-repeat;
}

table.stringeditor th.i8n.start {
    background-position: center top;
}

table.stringeditor th.i8n.end {
    background-position: center bottom;
}

table.stringeditor td.code {
    position: relative;
    overflow: hidden;
}

table.stringeditor td.code pre {
    white-space: pre-wrap;
    font-size: 0.6em;
    position: absolute;
    top: -50%;
    opacity: 0.3;
}

table.stringeditor tr:hover td.code {
    overflow: visible;
}

table.stringeditor tr:hover td.code pre {
    z-index: 99;
    border: 1px solid #333;
    opacity: 1;
}

.h2,
h2 {
    font-size: 25px;
}

.h3,
h3 {
    font-size: 22px;
}

.h4,
h4 {
    font-size: 20px;
}

p {
    margin-bottom: 5px;
}

.dropdown-item {
    padding: 3px 15px;
}

.dropdown-menu {
    font-size: 14px;
}

.btn {
    padding: 5px 15px;
    line-height: 20px;
    font-size: 14px;
}

.mark,
mark {
    padding: 3px 10px;
    background-color: #ffc107;
    border-radius: 5px;
}

hr {
    margin: 15px 0 30px;
}

input[type="text"],
input[type="search"] {
    padding: 3px 10px;
}

input[type="file"] {
    padding: 5px;
    margin-right: 10px;
}

input,
select,
textarea {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #ffc107;
    outline: 0;
}

.dataTables_length select {
    padding: 3px 10px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .active&gt;.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #ffc107;
}

ul.firmasec {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.firmasec li {
    list-style: none;
    width: 100%;
    margin-top: 10px;
}

ul.firmasec li span {
    width: 100%;
    font-weight: 600;
}

ul.firmasec li span em {
    width: 100%;
    display: block;
    font-weight: 400;
}

.nav-link {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.ustdiller ul {
    float: left;
    padding: 0;
    margin: 0;
}

.ustdiller ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

.ustdiller ul li .btn {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
}

.ustdiller ul li.aktif .btn {
    background: #ddd;
    border-color: #ddd;
    color: #666;
    pointer-events: none;
}

.saveorder {
    display: none;
}

.formsol {
    width: 68%;
    float: left;
    padding-right: 30px;
    background: #fff;
    padding: 1.25em 10px;
    margin-right: 2%;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25em;
}

.formsag {
    width: 30%;
    float: left;
    position: relative;
}

.formsol-blok-container {
    width: 70%;
    float: left;
    background: #f2f2f2;
    padding-right: 30px;
}

.formsol-blok {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25em;
    padding: 1.25em 10px;
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
}

.filemgr {
    float: left;
    width: 100%;
}

.filemgr .card-title {
    margin-top: 10px;
}

.fileman .font-italic.text-info {
    margin-top: 15px;
}

.renkli {
    color: #ffc107 !important;
}

.dropdown-item.disabled {
    pointer-events: none;
}

.filter {
    margin: 3px 0;
}

.dataTables_wrapper {
    border: 0;
}

.dataTables_wrapper .card-footer,
.dataTables_wrapper .card-header {
    border: 0;
}

.dt_cst_data_wrapper {
    border-bottom: 1px dotted #16aef2;
}

table.dataTable.no-footer {
    border-bottom: 0 !important;
}

.card-footer .dt_cst_totalrecords {
    display: none;
}

.formdil {
    display: none;
}

.fdilen {
    display: block;
}

.formdilsec {
    padding: 0;
    margin: 10px 0 0;
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #16aef2;
}

.formdilsec li {
    list-style: none;
    width: 38px;
    line-height: 38px;
    color: #092853;
    text-align: center;
    float: left;
    font-size: 14px;
    border-bottom: 1px solid #16aef2;
    font-weight: 600;
    flex: 0 0 8.3%;
    margin-bottom: -1px;
}

.formdilsec li:hover {
    opacity: 0.8;
    cursor: pointer;
}

.formdilsec li.completed {
    background: #def1f9;
}

.formdilsec li.aktif {
    background: #16aef2 !important;
    color: #fff;
    pointer-events: none;
}

.formdilsecilen {
    float: left;
    width: 100%;
}

.formdilsecilen b {
    font-weight: 700;
}

.sortable li div:hover {
    background-color: #f6fcff;
}

.sortable .list-link {
    display: flex;
    height: 43px;
    align-items: center;
    padding-left: 25px;
}

.sortable .list-link:hover {
    background-color: #c7e1ef;
}

.sortable .ui-sortable-handle .actions {
    display: none;
}

.ekleikon,
.guncelleikon {
    height: 24px;
    width: 24px;
    margin-right: 2px;
    display: block;
    float: left;
}

.ekleikon {
    background: url(/yonetim/images/ekle2.png) no-repeat center;
    /* background-size: cover; */
}

.guncelleikon {
    background: url(/yonetim/images/guncelle2.png) no-repeat center;
    /* background-size: cover; */
}

.tarihSaatContainer {
    display: flex;
    align-items: center;
}

/* table.dataTable .sorting,
table.dataTable .sorting_asc,
table.dataTable .sorting_desc {
    background: none !important;
} */

table.dataTable thead th,
table.dataTable thead td {
    border-color: #133461;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px #6792cc;
    border-top-style: dotted;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #f6fcff;
}

table.dataTable.display tbody tr.odd&gt;.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd&gt;.sorting_1 {
    background-color: #e2f5ff;
}

table.dataTable.display tbody tr.even&gt;.sorting_1,
table.dataTable.order-column.stripe tbody tr.even&gt;.sorting_1 {
    background-color: #f4fbff;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 8px 10px;
}

table.dataTable tbody td .btn {
    padding: 4px 8px;
}

.dt_mesaj {
    font-size: 14px;
    line-height: 18px;
}

.inputcheck {
    width: 100%;
    float: left;
    margin-top: 10px;
    line-height: 20px;
}

label.check,
.inputcheck label {
    font-weight: 400;
    width: 25%;
    float: left;
    margin: 0 0 10px;
    cursor: pointer;
}

label.check {
    width: auto;
    margin: 10px 0 0;
}

.inputcheck label.encheck {
    pointer-events: none;
}

label.check input,
.inputcheck input {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.inputradio {
    width: 100%;
    float: left;
    margin-top: 5px;
    line-height: 20px;
}

.inputradio label {
    font-weight: 400;
    width: auto;
    float: left;
    margin: 0 25px 0 0;
    cursor: pointer;
}

.inputradio input {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.form-control {
    resize: none;
}

.emlaksekmeler {
    width: 75%;
    float: left;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.emlaksekmeler.edit li,
.emlaksekmeler.edit li span,
.emlaksekmeler.edit li b {
    cursor: pointer;
}

.emlaksekmeler li {
    width: 10%;
    font-size: 14px;
    text-align: center;
    position: relative;
    list-style: none;
    background: #434343;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-left: 2px solid #fff;
    padding: 0 3px;
}

.emlaksekmeler li span {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    background: #fafafa;
    border: 2px solid #ddd;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
    font-weight: 700;
}

.emlaksekmeler li b {
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
}

.emlaksekmeler li.aktif {
    background: #16aef2;
    height: 49px;
    margin-top: -10px;
}

.emlaksekmeler li.aktif span {
    color: #fff;
    background: #ffc107;
    border-color: #ffc107;
    cursor: default;
}

.emlaksekmeler li.aktif b {
    cursor: default;
}

.emlaksekmeler li.tamam {
    color: #fff;
}

.emlaksekmeler li.tamam span {
    color: #fff;
    background: #1e7e34;
    border-color: #1e7e34;
}

.emlaksekmeler li.tamam span:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: -2px;
    left: -2px;
    background: url(/yonetim/images/tik.png) #1e7e34 no-repeat center;
    border-radius: 50%;
}

.emlakicerikler,
.kiralikicerikler {
    width: 100%;
    float: left;
}

.emlakicerikler .item,
.kiralikicerikler .item {
    width: 100%;
    float: left;
    display: none;
}

.emlakicerikler .item:nth-child(1),
.kiralikicerikler .item:nth-child(1) {
    display: block;
}

.ileribtn,
.emlakgonderbtn,
.emlakkaydetbtn,
.savebtn {
    position: relative;
}

.ileribtn.disabled,
.geribtn.disabled {
    pointer-events: none;
}

.haritakonum {
    position: relative;
}

#map {
    width: 100%;
    float: left;
    height: 400px;
    z-index: 0;
}

.mapkonum {
    position: absolute;
    font-size: 13px;
    top: 60px !important;
    left: 20px;
    width: auto;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    background: #b00;
    color: #fff;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    padding: 0 10px;
}

.executeMapContainer {
    width: calc(100% - 20px);
    background: #ebebeb;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    z-index: 100;
}

.executeMapContainer img {
    width: 280px;
    max-width: 100%;
    margin: 0 20px;
}

.executeMap {
    display: flex;
    width: 100%;
    height: 400px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: #2a3a46;
    color: #fff;
    cursor: pointer;
}

.executeMap:hover {
    opacity: .9;
}

.gm-style .mapsearch {
    display: block;
}

.mapsearch {
    display: none;
    position: absolute;
    font-size: 14px;
    top: 10px !important;
    width: 300px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
}

.content-form .chosen-container {
    border: 1px solid #16aef2;
}

.content-form .chosen-container-multi .chosen-choices {
    padding: 2px;
    border-radius: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 5px;
    padding-right: 30px;
}

.content-form .chosen-container-single .chosen-single {
    border-radius: 0;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.content-form .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 2px 3px;
    padding: 8px 22px 8px 10px;
    font-size: 14px;
    font-weight: 400;
    border: unset;
    max-width: 100%;
    border-radius: 3px;
    background-color: #1261cb;
    background-image: unset;
    background-image: unset;
    background-image: unset;
    background-image: unset;
    background-image: unset;
    background-size: unset;
    background-repeat: unset;
    background-clip: unset;
    box-shadow: unset;
    color: #fff;
    line-height: 16px;
    cursor: default;
}

.content-form .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 10px;
    filter: brightness(5);
    -webkit-filter: brightness(5);
    -moz-filter: brightness(5);
    -ms-filter: brightness(5);
    -o-filter: brightness(5);
}

.content-form .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    filter: brightness(1);
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -ms-filter: brightness(1);
    -o-filter: brightness(1);
}

.content-form .chosen-container-active.chosen-with-drop .chosen-single {
    border: 0 !important;
    box-shadow: unset !important;
    background-image: unset;
}

.chosen-container {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices,
.chosen-container-single .chosen-single {
    min-height: 40px !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    margin: 2px 5px 2px 0;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-size: 15px;
    color: #495057;
}

.bootstrap-tagsinput {
    float: left;
    display: block;
    width: 100%;
    padding: 2px 5px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #16aef2;
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bootstrap-tagsinput .tag {
    margin: 2px 3px;
    color: #fff;
    background: #1261cb;
    display: inline;
    padding: 8px 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    float: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.bootstrap-tagsinput input {
    min-width: 125px;
    min-height: 32px;
}

.ozelliklistesi h4,
.etiketlistesi h4 {
    font-size: 14px;
    margin: 15px 0;
    color: #000;
    font-weight: 700;
}

.feedlistesi h4 {
    font-size: 14px;
    margin: 0 0 10px;
    color: #000;
    font-weight: 700;
}

.ozellikitem {
    float: left;
    width: 25%;
}

.etiketitem {
    float: left;
    width: 50%;
}

.feeditem {
    float: left;
    width: 50%;
    margin-bottom: 8px;
}

.etiketitem.hata label {
    color: #ff1e00;
}

.ozellikitem.pasif,
.etiketitem.pasif {
    opacity: 0.5;
}

.ozellikitem.pasif label,
.etiketitem.pasif label {
    cursor: default;
    pointer-events: none;
}

.ozellikitem label,
.etiketitem label {
    width: auto;
}

.ozellikitem input,
.etiketitem input {
    pointer-events: none;
}

.feedlistesi .itemlist {
    float: left;
    width: 100%;
    height: 200px;
    overflow-y: auto;
    padding: 15px 20px;
    border: 1px solid #aaa;
}

.feedlistesi .itemlist.emlakyok {
    height: 400px;
}

.feedlistesi .itemlist.full {
    height: 300px;
}

.feedlistesi h4 span {
    display: inline-block;
    margin-left: 15px;
    font-weight: 400;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
}

.feedlistesi h4 span:hover {
    opacity: .85;
}

.feedlistesi .clearall {
    color: #b00;
}

.feedlistesi .feedtoplamsecim {
    float: left;
    font-weight: 400;
    width: 100%;
    margin-top: 10px;
    background: #333;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    flex-wrap: nowrap;
}

.feedlistesi .feedtoplamsecim .item {
    flex: 1;
}

.feedlistesi .feedtoplamsecim .total {
    flex: 0 0 250px;
}

.feedlistesi .feedtoplamsecim .cities ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}

.feedlistesi .feedtoplamsecim .cities ul li {
    float: left;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 2px solid #555;
}

.feedlistesi .feedtoplamsecim .cities ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.feedlistesi h4 input {
    float: right;
    width: 130px;
    border: 1px solid #ced4da !important;
    height: 25px;
    margin: 0 0 0 15px;
    font-size: 12px;
    text-align: center;
}

.feedlistesi h4 input:focus {
    border-color: #aaa !important;
}

.feedlistesi .itemlist.full .feeditem {
    width: 25%;
}

.feeditem span {
    width: auto;
    padding-left: 28px;
    position: relative;
    cursor: pointer;
    line-height: 20px;
}

.feeditem span::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
}

.feeditem span.selected::before {
    background: url(/yonetim/images/tik.png) #1261cb no-repeat center;
    background-size: 28px;
}

.odatipleri {
    float: left;
    width: 100%;
}

.formblok-item-container {
    float: left;
    width: 100%;
    /* padding: 15px 10px 5px; */
    /* border: 2px dashed #ddd; */
    border-radius: 10px;
    display: flex;
    flex-flow: wrap;
}

/* .odaitem:hover {
    border-color: #ffc107;
} */
.odaitem.pasif {
    background: #efecec;
}

.odaitem.limit {
    background: #f1f6fd;
}

.odasilbtn {
    float: right;
}

.verisec {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 40px;
    background: url(/yonetim/images/sec.png) #ffc107 no-repeat center;
    border-radius: 0.25rem;
    z-index: 10;
    cursor: pointer;
    display: none;
}

.veriliste {
    width: 100%;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

.veriliste li {
    padding: 3px 0;
    padding-left: 15px;
    cursor: pointer;
    list-style: none;
}

.veriliste li:hover {
    color: #ffc107;
}

.password-container {
    padding: 0 25px;
}

.b-emlaklar {
    /* margin: -5px 0 30px; */
    box-shadow: none;
}

.b-emlaklar .card-header {
    background-color: #fff;
    border: 0;
}

.b-emlaklar input {
    font-size: 14px;
}

.form-group {
    position: relative;
}

.form-group.hata input,
.form-group.hata select,
.form-group.hata textarea,
.form-group.hata .chosen-choices {
    border-color: #ff1e00 !important;
}

.form-group.hata label {
    color: #ff1e00;
}

.form-group.hata.rental-types label span {
    color: #ff1e00;
}

.form-group.hata .cke_chrome {
    border-color: #ff1e00;
}

.form-group.uyari .form-control {
    border-color: #ffc107 !important;
}

.form-group.basarili .form-control {
    border-color: #15bb28 !important;
}

.form-group.hata .form-control {
    border-color: #ff1e00 !important;
}

.form-group.uyari label {
    color: #ffc107;
}

.form-group.basarili label {
    color: #15bb28;
}

.form-group.hata label {
    color: #ff1e00;
}

.form-group.uyari .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(255 177 0 / 25%);
}

.form-group.basarili .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(9, 255, 0, 0.25);
}

.form-group.hata .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.gorselindirbtn,
.yenidenisimlendirbtn {
    float: right;
    font-size: 12px;
    line-height: 12px;
    padding: 7px 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    position: relative;
    margin: 0 -10px 0 0 !important;
}

.gorselindirbtn:hover,
.yenidenisimlendirbtn:hover {
    opacity: 0.9;
}

.yenidenisimlendirbtn {
    margin-left: 20px !important;
}

.wait {
    pointer-events: none;
}

.wait::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/yonetim/images/loader2.gif) #fff no-repeat center;
    border: 1px solid #16aef2;
    background-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
}

.indirmebutons {
    float: right;
    text-align: right;
    position: relative;
    display: none;
    margin-right: 5px;
}

.indirmebutons span {
    float: left;
    margin-right: 5px;
    background: #092853;
    color: #fff;
    padding: 7px 10px;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
    margin-top: 1px;
}

.indirmebutons span:hover {
    opacity: 0.9;
}

.cmsgovde {
    margin: 65px 0;
    padding: 0;
    position: relative;
}

.cms-menuler {
    width: 300px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #092853;
    border-right: 3px solid #ddd;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cms-menuler .menugovde::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px #fff; */
    background-color: transparent;
}

.cms-menuler .menugovde::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.cms-menuler .menugovde::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.cms-menuler .menugovde {
    float: left;
    width: 100%;
    z-index: 0;
    margin-top: 100px;
    overflow-x: hidden;
    overflow-y: auto;
}

.cms-menuler .menugovde ul li.aktif {
    background: #133461;
}

.cms-menuler .menutoggle {
    width: 30px;
    height: 100%;
    position: fixed;
    left: 267px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    /* background: url(/yonetim/images/geri-beyaz.png) no-repeat;
    background-position: center; */
    cursor: pointer;
    background-color: #3c587e;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.cms-menuler.sol-menu-kapa .menutoggle {
    left: 0;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}

.cms-menuler.sol-menu-kapa .menuback {
    display: none;
}

.cms-menuler .menutoggle:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: -10px;
    width: 50px;
    height: 50px;
    background: url(/yonetim/images/geri-beyaz.png) no-repeat;
    background-position: center;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.sol-menu-kapa {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    width: 30px !important;
}

.cms-menuler.sol-menu-kapa .menutoggle:after {
    content: "";
    position: absolute;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    top: 50%;
    bottom: 50%;
    left: -10px;
    width: 50px;
    height: 50px;
    background: url(/yonetim/images/geri-beyaz.png) no-repeat;
    background-position: center;
}

.cms-menuler .menutoggle:hover {
    opacity: 0.9;
}

.menukapali .cms-menuler .menutoggle {
    transform: rotate(180deg);
    right: 7px;
    top: 70px;
}

.menukapali .cms-menuler {
    width: 50px;
}

.menukapali .cms-menuler .menugovde {
    display: none;
}

.menukapali .cms-icerikler {
    padding-left: 60px;
}

.cms-menuler ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
}

.cms-menuler ul li {
    width: 100%;
    float: left;
    align-items: center;
    display: grid;
    border-bottom: 1px dotted #27528d;
}

.cms-menuler ul li:last-child {
    border-bottom: 0;
}

.cms-menuler ul li.multimenu.aktif {
    background: #061a34;
}

.cms-menuler ul li a {
    width: 100%;
    float: left;
    padding: 10px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.cms-menuler ul li a span {
    width: 30px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    z-index: 10;
}

.cms-menuler ul li:hover {
    background-color: #133461;
}

.cms-menuler ul li.aktif&gt;.altmenu {
    display: block;
}

.cms-menuler ul li.aktif&gt;a&gt;span {
    transform: rotate(90deg);
}

.cms-menuler .altmenu {
    width: 100%;
    float: left;
    display: none;
    padding: 0;
}

.cms-menuler .altmenu .altmenu {
    display: none;
}

.cms-menuler .altmenu li {
    background: #092853;
    border-bottom: 1px dotted #3c587e !important;
}

.cms-menuler .altmenu li a {
    padding-left: 35px;
}

.cms-menuler .altmenu li:last-child {
    border-bottom: 1px dotted #fff !important;
}

.cms-menuler .altmenu li:hover {
    background: #061a34;
}

.cms-menuler .altmenu .multimenu.aktif {
    background: #092853;
}

.cms-menuler .altmenu .multimenu.aktif a:first-child {
    border-bottom: 2px solid #061a34;
}

.cms-menuler .altmenu .altmenu li {
    padding: 10px 0;
}

.cms-menuler .altmenu li a {
    background: #092853;
}

.cms-menuler .altmenu li a:hover {
    background: #061a34;
}

.cms-menuler .altmenu .altmenu li:hover {
    background: #092853;
}

.cms-menuler .altmenu .altmenu li a:hover {
    background: unset;
    color: #ff9400;
    font-weight: 400;
}

.cms-menuler .altmenu .altmenu li a.aktif {
    color: #ff9400;
    font-weight: 400;
}

.cms-menuler .altmenu .altmenu li a {
    border-bottom: 0 !important;
    font-size: 12px;
    min-height: 25px;
    font-weight: 500;
    padding: 0 10px 0 45px;
    line-height: 0;
}

.cms-menuler .altmenu li a {
    min-height: 40px;
}

.cms-menuler .altmenu a {
    padding: 5px 15px 5px 25px;
}

.cms-menuler .altmenu a span {
    height: 30px;
    line-height: 30px;
}

.cms-menuler .altmenu li {
    border: 0;
}

.cms-icerikler {
    float: left;
    width: 100%;
    padding: 30px;
    padding-left: 330px;
    position: relative;
}

.filter-form.form-content.mt-25 {
    margin-top: 0;
}

.card.mt-25 {
    margin-top: 0;
}

.minmax {
    position: relative;
}

.minmax span {
    position: absolute;
    bottom: -20px;
    right: 20px;
    background: #ffc107;
    color: #333;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 600;
    display: none;
}

.emlakmesaj {
    color: #b00;
    font-weight: 600;
    float: right;
    margin-right: 10px;
    padding-top: 5px;
    display: none;
}

/* Datatable Ayar */
div.dt-buttons {
    position: relative;
    float: right;
}

.datatable-top-container {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.sortable li div .dt_cst_buttons_wrapper,
.dt_cst_buttons_wrapper {
    margin-left: auto;
}

.dataTables_info {
    color: #133461 !important;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.dataTables_info .total-entries {
    color: #16aef2;
    font-size: 13px;
    font-weight: 600;
    margin-right: 5px;
}

.datatable-top-bracket {
    width: 1px;
    height: 18px;
    background: #133461;
    display: inline-block;
    margin: 0 15px !important;
}

.dataTables_length label {
    font-size: 13px;
    font-weight: 400;
    color: #133461 !important;
}

.dataTables_wrapper .dataTables_length select {
    min-width: 70px;
    margin: 0 5px;
    padding: 3px 10px;
}

.datatable-total-select {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 3px 0px !important;
}

.datatable-total-select::-ms-expand {
    display: none;
}

table.dataTable .dt-left.renkayar.logdetay {
    pointer-events: auto;
}

table.dataTable th.dt-left.renkayar.logdetay {
    cursor: pointer;
}

table.dataTable tr.kltamam td {
    background: #dfe2ec !important;
}

table.dataTable .kldurum1 img,
table.dataTable .kldurum2 img {
    max-width: 30px;
    height: auto;
}

.logdetay a {
    color: #1261cb;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}

.logdetay a.pasif {
    cursor: default;
    pointer-events: none;
    color: #3b3b3b;
}

.logdetay a span {
    font-weight: 400;
    font-style: italic;
}

.logsatir {
    width: 100%;
    display: table;
}

.lsitem {
    display: table-cell;
    background: #fff;
    line-height: 20px;
    padding: 10px 10px;
    border: 1px solid #b7d1e6;
    width: 100%;
    min-width: 120px;
}

.lsitem:first-child {
    background: #dcebf7;
    width: auto;
    min-width: 160px;
}

.lsitem .yeni {
    font-weight: 600;
    color: #07d00d;
}

.lsitem .eski {
    font-weight: 600;
    color: #b00;
}

.lsitem .logDiffBtn {
    padding: 5px 20px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #1261cb;
    cursor: pointer;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
}

.Differences td {
    word-wrap: break-word;
    max-width: 400px;
}

.modal-dialog.full {
    max-width: 1000px;
}

.tblcompare tr:first-child td {
    text-decoration: underline;
}

.tblcompare tr td {
    padding: 0 10px !important;
}

.modal-dialog.full .modal-body {
    padding: 30px 20px;
}

.bodyDiffBtn {
    float: right;
    color: #16aef2;
    text-decoration: underline;
    font-style: italic;
    cursor: pointer;
}

.button.dt-button,
div.dt-button,
a.dt-button {
    background-image: unset;
    background-color: #16aef2;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-color: #16aef2;
    min-width: 125px;
    text-align: center;
    height: 35px;
    line-height: 21px;
    margin-right: 0;
}

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
    background-color: #68c9f5;
    border-color: #68c9f5;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background-image: unset;
}

button.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
    background-color: #68c9f5;
    border-color: #68c9f5;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background-image: unset;
}

button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) {
    background-image: unset;
    background-color: #16aef2;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-color: #16aef2;
}

div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
    background-image: unset;
    background-color: #16aef2;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-color: #16aef2;
}

button.dt-button:active:not(.disabled):hover:not(.disabled),
button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled) {
    background-color: #68c9f5;
    border-color: #68c9f5;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background-image: unset;
}

table.dataTable th.renkayar {
    color: #133461;
    font-size: 12px;
    font-weight: 700;
}

.sortable table.dataTable th.renkayar {
    color: #133461;
    font-size: 12px;
    font-weight: 700;
    padding-top: 23px;
}

.renkayar .list-link {
    color: #3b3b3b;
}

.table-btn-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 65px;
}

.table-btn-container.wfull {
    width: auto;
}

.table-btn-container a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #6792cc;
    text-decoration: none;
    font-size: 12px;
    padding: 10px;
}

.table-btn-container a.btndelete,
.table-btn-container a.btndelete .table-btn-text {
    color: #dc3545;
}

.partner-activation {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.partner-activation input {
    padding: 6px 12px;
}

.partner-activation p {
    margin: 15px 0 0;
    color: #1261cb;
    font-size: 14px;
    font-weight: 600;
}

.partner-activation .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1261cb;
    color: #fff;
    cursor: pointer;
    margin-top: 15px;
}

.btnpartner {
    padding: 8px 12px;
    line-height: 20px;
    font-size: 14px;
    background-color: #333;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.table-btn-container a.btnstatus {
    color: #666;
}

.table-btn-container a.btnstatus .table-btn-text {
    margin-top: 2px;
}

.table-btn-container a.btnstatus img {
    opacity: 0.5;
}

.table-btn-container a.btnstatus.statu2 img,
.table-btn-container a.btnstatus.statu3 img {
    opacity: 1;
}

.table-btn-container a.btnstatus.statu2,
.table-btn-container a.btnstatus.statu3 {
    color: #000;
}

.table-btn-container a:hover {
    opacity: 0.8;
}

.table-btn-container .table-btn-text {
    margin-top: 8px;
    font-size: 12px;
    padding: 0;
}

.table-btn-seperator {
    background: #6792cc60;
    width: 1px;
    height: 55px;
    margin-left: 6px;
    margin-right: 5px;
}

.dataTables_wrapper .card-footer {
    background-color: #f2f2f2;
    position: absolute !important;
    width: 100%;
    padding-right: 0;
    bottom: -35px;
    height: 0;
}

.dataTables_wrapper .card-header {
    padding: 20px 20px 30px;
}

.filter-form .text-search-container .text-search-filter {
    padding: 0 25px;
}

table.dataTable td.renkayar {
    font-size: 14px;
    font-weight: 400;
    color: #3b3b3b;
    height: 59px;
    position: relative;
}

.sortable li div table.dataTable td.renkayar .tarihSaatContainer {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #3b3b3b !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background-color: unset;
    background: #6792cc;
    border-radius: 0;
    border: 0;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 0;
    color: #133461 !important;
    font-weight: 600;
    border-right: 0.5px solid #cbcfd2;
    background: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover {
    color: #c5c9cc !important;
    font-weight: 400;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    color: #133461 !important;
    font-weight: 500;
}

.paginate_button {
    margin: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    color: #133461 !important;
    font-weight: 500;
    margin: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 0;
    border-right: 0.5px solid transparent;
    background: #6792cc99;
    border-radius: 0;
}

.paginate_button:focus {
    outline: none !important;
}

.panel-version {
    color: #7b94b2;
    font-size: 11px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    float: left;
    padding: 80px 25px 15px;
    pointer-events: none;
}

.panel-version img {
    margin-left: 15px;
}

.sortable li .filter-container div {
    border: 0;
}

.sortable li .filter-container .card-header {
    padding: 0;
}

.sortable li .dt_cst_buttons_wrapper {
    padding: 5px 10px 2px 0;
}

.sortable li .dt_cst_totalrecords {
    padding-left: 10px;
}

.sortable li .datatable-top-container {
    border-bottom: 0.5px solid #f6fcff !important;
    background-color: #c7e1ef;
}

.sortable li .datatable-top-container div {
    background-color: #c7e1ef;
}

.sortable li .datatable-top-container:hover {
    background-color: #c7e1ef;
}

.sortable li .dataTables_info {
    color: #133461 !important;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.sortable li .filter-container {
    margin-bottom: 100px;
}

.sortable li .card-body {
    padding: 0;
}

.sortable li .dataTables_wrapper .card-footer {
    background-color: #fff;
}

.sortable li .dt_bot_wrapper {
    background: #fff;
}

.sortable li .dt_bot_wrapper:hover {
    background: #fff;
}

.sortable li .dataTable thead {
    background: #c7e1ef;
}

.sortable li {
    position: relative;
}

.sortable li .list-button-container {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.list-button-container .addSubPage,
.list-button-container .innerAddSubPage,
.list-button-container .innerAddSubPage2 {
    text-decoration: none;
    display: none;
    justify-content: center;
    align-items: center;
    background: #16aef2;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 15px;
    height: 35px;
    min-width: 120px;
    margin-right: 5px;
    pointer-events: none;
    cursor: default;
}

.list-button-container .addSubPage:hover,
.list-button-container .innerAddSubPage:hover,
.list-button-container .innerAddSubPage2:hover {
    background: #188fc4;
}

.list-button-container .deletePage,
.list-button-container .innerDeletePage {
    text-decoration: none;
    display: none;
    justify-content: center;
    align-items: center;
    background: #c42b2b;
    width: 40px;
    height: 35px;
    margin-right: 5px;
    pointer-events: none;
    cursor: default;
}

.list-button-container .deletePage:hover,
.list-button-container .innerDeletePage:hover {
    background: #880d0d;
}

.list-button-container .deletePage.active,
.list-button-container .innerDeletePage.active,
.list-button-container .addSubPage.active,
.list-button-container .innerAddSubPage.active,
.list-button-container .innerAddSubPage2.active {
    display: flex;
    pointer-events: auto;
    cursor: pointer;
}

.dtdlt0 .table-btn-container a.btndelete {
    display: none;
    pointer-events: none;
    cursor: default;
}

.dtedt0 a.datatable-custom-link {
    pointer-events: none;
}

.list-button-container .pageMove {
    display: flex;
    height: 35px;
    justify-content: center;
    align-items: center;
    width: 35px;
    margin-right: 5px;
    cursor: move;
}

.darkblue-li .pageMove img {
    filter: brightness(25);
    -webkit-filter: brightness(25);
    -moz-filter: brightness(25);
    -ms-filter: brightness(25);
    -o-filter: brightness(25);
}

.addNewItemBtn {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #16aef2;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 15px;
    height: 35px;
    min-width: 120px;
    margin-right: 5px;
    width: 120px;
    float: right;
    bottom: 5px;
    right: 5px;
    position: relative;
}

.addNewItemBtn:hover {
    background: #188fc4;
    color: #fff;
    text-decoration: none;
}

#ozelTablo_wrapper.dataTables_wrapper .card-footer {
    background-color: #f2f2f2;
    position: absolute !important;
    width: 100%;
    padding-right: 0;
    bottom: -100px;
    height: 0;
}

#ozelTablo_wrapper {
    background: #fff;
}

#ozel-tablo .btn-primary {
    background-image: unset;
    background-color: #16aef2;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-color: #16aef2;
    min-width: 125px;
    text-align: center;
    height: 35px;
    line-height: 21px;
    margin-right: 0;
    border-radius: 0;
    float: right;
}

#ozel-tablo .btn-primary:hover {
    background-color: #68c9f5;
    border-color: #68c9f5;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background-image: unset;
}

#ozel-tablo .btn-primary:focus {
    outline: none;
}

/* Ä°Ã§erik form alan ayarlarÄ± */
.form-content.filter-form .text-search-container .text-search-title {
    background: #092853;
    position: relative;
}

.form-content.filter-form .text-search-container .text-search-title:after {
    content: "";
    height: 1px;
    background: #092853;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    z-index: 1;
}

.formsag .form-content-language {
    display: flex;
    flex-direction: column;
}

.formsag .form-content-language .right-area {
    margin-top: 20px;
}

.formsag .form-content-language .right-area label {
    font-size: 12px;
    font-weight: 700;
    color: #133461;
}

.formsag .form-content-language .right-area label b {
    font-weight: 500;
    color: #16aef2;
}

.form-content .form-content-language {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-content .form-content-language .left-area {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #16aef2;
    flex: 3;
}

.form-content .form-content-language .right-area {
    border-bottom: 1px solid #16aef2;
    display: flex;
    justify-content: flex-end;
    flex: 1;
    margin-top: 12px;
    padding-bottom: 5px;
}

.form-content .form-content-language .right-area label {
    margin: 0;
    margin-right: 18px;
    color: #16aef2;
    font-size: 12px;
    font-weight: 600;
    display: contents;
}

.form-content .form-content-language .left-area label {
    margin: 0;
    margin-right: 18px;
    color: #16aef2;
    font-size: 12px;
    font-weight: 700;
}

.form-content .form-content-language .right-area .formdilsecilen {
    font-weight: 600;
    color: #133461;
    font-size: 12px;
}

.form-content .form-content-language .right-area .formdilsecilen b {
    color: #16aef2;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin-left: 3px;
}

.form-content .form-content-language ul {
    margin: 0;
}

.content-form .card-body {
    background-color: #f2f2f2;
    padding: 0;
}

.btn-grup-ayar {
    display: flex;
    justify-content: flex-end;
}

.kirmizi-btn {
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #c42b2b;
    padding: 8px 15px;
    cursor: pointer;
    border: 0;
    display: inline-flex;
}

.btn-cutom-ayar {
    height: 40px;
    justify-content: center;
    align-items: center;
}

.bg-acikmavi {
    background: #3475cc !important;
}

.acikmavi-btn {
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #16aef2;
    padding: 8px 20px;
    cursor: pointer;
    border: 0;
    margin-right: 3px;
}

.turuncu-btn {
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background: #e7af0b;
    padding: 10px;
    cursor: pointer;
    border: 0;
    text-align: center;
    border-radius: 5px;
    position: relative;
}

.turuncu-btn:hover {
    opacity: 0.85;
}

.oldcms-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 2px solid #aaa;
    margin-bottom: 10px;
}

.oldcms-container .turuncu-btn {
    width: 100%;
}

.oldcms-container select {
    width: 100%;
    padding: 0 10px;
    background: url(/yonetim/images/select-gri-ok.png) #fff;
    background-repeat: no-repeat;
    background-position: 96% center;
    margin-bottom: 10px;
}

.addroom-hiza {
    margin-right: 10px;
    margin-left: auto;
}

.populerHtmlBtn {
    float: right;
}

.populerMesaj {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    min-height: 34px;
    line-height: 20px;
}

.populerMesaj img {
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-right: 5px;
    filter: brightness(0) invert(1);
}

.populerMesaj .tamam,
.populerMesaj .bekle {
    display: none;
    padding: 7px 20px;
}

.populerMesaj .bekle {
    background-color: #333;
}

.populerMesaj .tamam {
    background-color: #15bb28;
}

.koyumavi-btn {
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #1261cb;
    padding: 8px 30px;
    cursor: pointer;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
}

.kirmizi-btn:focus,
.koyumavi-btn:focus,
.acikmavi-btn:focus {
    outline: none;
}

.kirmizi-btn:hover,
.koyumavi-btn:hover,
.acikmavi-btn:hover {
    filter: brightness(0.9);
    -webkit-filter: brightness(0.9);
    -moz-filter: brightness(0.9);
    -o-filter: brightness(0.9);
    text-decoration: none;
    color: #fff;
}

.durumsec-btn-container {
    display: flex;
    flex-direction: column;
}

.durumsec-btn-container .buttons {
    margin: 15px 0;
}

.durumsec-btn-container .left-area {
    float: left;
}

.durumsec-btn-container .right-area {
    float: right;
    display: flex;
}

.sideblock {
    position: relative;
    padding: 1.25em 10px 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25em;
    display: flex;
    margin-bottom: 65px;
    flex-direction: column;
}

.sideblock .sideblock-title ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    float: left;
}

.content-form .card {
    box-shadow: unset;
    border: 0;
}

.sideblock .sideblock-title ul li {
    color: #fff;
    background: #092853;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 8.5px 45px;
}

.sideblock .sideblock-title {
    position: absolute;
    top: -36px;
}

.content-form .custom-bradcrumb {
    margin-bottom: -16px;
    margin-left: 10px;
    display: flow-root;
}

.gray-bg {
    background: #e5e5e5 !important;
}

.content-form select {
    color: #000 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

.content-form .select-container {
    position: relative;
}

.content-form .select-container .select-arrow {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    background: url("/yonetim/images/select-gri-ok.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    pointer-events: none;
}

.content-form .select-container .select-arrow.acikmavi {
    background: url("/yonetim/images/select-arrow.png");
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    pointer-events: none;
}

.content-form .chosen-container-single .chosen-single div b {
    display: none;
}

.filemgr .card-body {
    background: #fff;
}

.filemgr .card-header {
    padding-left: 0;
    color: #133461;
    font-weight: 600;
}

.sharpen-check {
    width: 98%;
    margin: 0 1%;
}

.image-upload-container {
    position: relative;
    width: 98%;
    min-height: 120px;
    margin: 15px 1%;
    background: #f4faff;
    border: 1px dashed #16aef2;
    border-radius: 3px;
}

.image-upload-container .custom-input-upload {
    border: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    margin-right: 0;
}

.image-upload-container .images-previews {
    min-height: 120px;
    width: 100%;
    pointer-events: none;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
}

.image-upload-container .images-previews.active {
    pointer-events: auto;
}

.image-upload-container .images-previews .placeholder {
    display: flex;
    align-items: center;
    width: 100%;
    height: 124px;
    background: transparent;
    cursor: pointer;
}

.image-upload-container .images-previews .placeholder img {
    margin-left: 30px;
}

.image-upload-container .images-previews .placeholder span {
    margin-left: 50px;
    color: #b7d1e6;
    font-size: 12px;
    font-weight: 600;
}

.image-upload-container .images-previews .images {
    display: flex;
    align-items: center;
    min-height: 120px;
    flex-wrap: wrap;
    padding: 0 15px;
    list-style: none;
}

.image-upload-container .images-previews .images img {
    width: 100px;
    height: auto;
    margin: 2px;
    cursor: move;
}

.image-upload-container .images-previews .selectnew {
    position: absolute;
    top: -35px;
    right: 0;
    padding: 4px 10px;
    background: #f4faff;
    border: 1px dashed #16aef2;
    border-radius: 3px;
    color: #b7d1e6;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: none;
}

.image-upload-container .images-previews.active .selectnew {
    display: block;
}

.image-upload-container .images-previews.active .sharpen-check {
    width: 98%;
    margin: 0 1%;
    line-height: 20px;
    font-weight: 400 !important;
}

.sharpen-check input {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    float: left;
}

.disabled {
    pointer-events: none;
    background: #737982;
}

.emlakkaydetbtn {
    float: right;
    text-align: center;
    padding: 8px 25px;
    display: block;
    width: auto;
}

.emlakkaydetbtn[data-next="true"] {
    margin-left: 10px;
}

.emlakgonderbtn,
.emlakgonderbtnsef,
.emlakgonderbtntsv {
    margin-left: 10px;
}

.emlakgonderbtn.disabled,
.emlakgonderbtnsef.disabled,
.emlakgonderbtntsv.disabled {
    background: url(/yonetim/images/tik.png) #737982 no-repeat center;
    background-position: left center;
    padding-left: 50px;
}

.customtable {
    margin-top: 20px;
    width: 100%;
    text-align: left;
}

.customtable thead {
    background: #f2f2f2;
    font-size: 14px;
    line-height: 18px;
    color: #2b2b2b;
}

.customtable tbody tr:nth-child(odd) {
    background: #f6fcff;
}

.customtable tbody tr:nth-child(even) {
    background: #fff;
}

.customtable tbody tr:hover {
    background: #f6f6f6;
}

.customtable tbody tr {
    border-top: 1px dotted #6792cc;
}

.customtable thead tr th {
    padding: 12px 15px;
}

.customtable tbody tr td {
    line-height: 45px;
    padding: 0 15px;
}

.customtable tbody tr td:first-child {
    background: #e2f5ff;
    font-weight: 500;
}

.customtable tbody tr td label {
    font-weight: 400;
    margin: 0 !important;
    line-height: 45px;
    cursor: pointer;
}

.customtable input {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 13px 8px 0 0;
    float: left;
}

.yetkimesaj {
    background: #dc3545;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
}

.lockicon {
    height: 20px;
    width: auto;
    margin-top: -5px;
    pointer-events: none;
}

.ygoster label {
    width: 100%;
}

.ygoster input {
    width: 80px;
    margin: 0 10px;
}

.izinkaydetbtn,
.feedkaydetbtn {
    margin-top: 23px;
    height: 40px;
    line-height: 40px;
    width: 200px;
}

.tumyetkisec {
    cursor: pointer;
    background: #d3e2e6;
    padding: 5px 12px;
}

.tumyetkisec.aktif {
    color: #fff;
    background: #16aef2;
}

.iconlist {
    display: block;
    width: 100%;
    margin-top: 10px;
    background: #434343;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1000;
}

.iconlist.aktif {
    background: #000;
}

.iconlist.aktif ul {
    display: block;
}

.iconlist::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 0;
    background: url(/yonetim/images/sec.png) no-repeat center;
    pointer-events: none;
    z-index: 1;
}

.iconlist p {
    margin: 0;
    cursor: pointer;
    padding: 10px 15px;
}

.iconlist p.alerttext {
    background: #04a72d;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
}

.iconlist p.alerttext.open {
    display: block;
}

.iconlist ul {
    display: none;
    width: 100%;
    list-style: none;
    height: auto;
    max-height: 200px;
    background: #fff;
    border: 1px solid #d1d1d1;
    padding: 15px 20px;
    overflow-y: auto;
    margin: 0;
}

.iconlist ul li {
    width: 10%;
    float: left;
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 0;
    justify-content: center;
}

.iconlist ul li .iconbtn {
    cursor: pointer;
    width: 45px !important;
    height: 45px !important;
}

.iconlist ul li .iconbtn:hover {
    opacity: 0.8;
}

.iconlist ul li .iconbtn em {
    display: none;
}

.ownerlistupdatebtn,
.propertylistingupdatebtn,
.propertymanagementupdatebtn,
.pricedateupdatebtn {
    background: url(/yonetim/images/guncelle2.png) #021630 no-repeat;
    background-position: 15px center;
    padding: 8px 15px 8px 35px;
    float: left;
    position: relative;
}

.pricedateupdatebtn {
    float: right;
    margin-top: 25px;
}

.propertylistingupdatebtn,
.propertymanagementupdatebtn {
    margin-left: 20px;
}

.chosen-container .chosen-results li {
    font-size: 14px;
    line-height: 20px;
}

.chosen-with-drop .chosen-drop {
    border: 1px solid #16aef2;
    border-top: 0;
    width: calc(100% + 2px);
    left: -1px !important;
}

.radiobtn label {
    padding: 0;
    margin: 0 0 10px 0 !important;
    line-height: 20px;
}

.radiobtn input {
    width: 20px;
    height: 20px;
    margin: 0 7px 0 0;
    float: left;
}

.formfiltreleme {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    margin: 0 15px 20px;
    justify-content: flex-start;
    background: #dfdfdf;
}

.formfiltreleme select {
    display: block;
    height: 40px;
    min-width: 220px;
    max-width: 300px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    padding: 0 10px;
    margin: 0 10px 10px 0;
}

.formfiltreleme select.aktif {
    border-color: #e1aa06 !important;
}

.formfiltreleme select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.formfiltreleme .tarihsecimi {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    height: 40px;
    justify-content: flex-start;
}

.formfiltreleme .tarihsecimi input {
    margin-right: 10px;
    font-size: 14px;
    width: 160px;
}

.formfiltreleme .tarihsecimi span.btn {
    width: 100px;
    margin: 0 2px;
    border-radius: 5px;
}

.formfiltreleme .viewdatatablebtn {
    width: 200px;
    height: 38px;
    border: 2px solid #e1aa06;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 50px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    color: #e1aa06;
    font-weight: 600;
}

.formfiltreleme .viewdatatablebtn:before {
    content: '';
    width: 38px;
    height: 38px;
    position: absolute;
    left: -2px;
    top: -2px;
    border-radius: 5px;
    border: 2px solid #e1aa06;
}

.formfiltreleme .viewdatatablebtn.active {
    background: #e1aa06;
    color: #fff;
}

.formfiltreleme .viewdatatablebtn.active:before {
    background: url(/yonetim/images/tik.png) no-repeat center;
}

.bulunamadi {
    padding: 10px 15px;
    font-size: 16px;
}

#chart_div {
    width: 100%;
    height: 600px;
}

.chart .formlist {
    width: 100%;
    margin: 60px 0;
    border: 1px solid #bbb;
}

.chart .formlist .dataTables_wrapper .card-footer {
    background-color: #fff;
    bottom: -25px;
}

.satirno {
    width: 100%;
    display: inline-block;
    background-image: linear-gradient(#f4f4f4 50%, #f9f9f9 50%);
    background-size: 100% 32px;
    background-position: left 12px;
    margin: 0 0 10px;
}

.satirno textarea {
    background: url(/yonetim/images/backgrounds/satirno.png);
    background-attachment: local;
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-top: 10px;
    border-color: #ccc;
    font-size: 13px;
    line-height: 16px;
    width: 100%;
    border: 1px solid #16aef2;
    font-weight: 400;
}

.chart {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 20px;
}

.chart .item {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin: 3px 0;
}

.chart .item .title {
    flex: 0 0 35%;
    text-align: right;
    padding: 7px 15px;
    font-size: 15px;
    line-height: 20px;
    background: #f4f4f4;
}

.chart .item .title span {
    display: inline-block;
}

.chart .item .title span:last-child {
    font-size: 12px;
    margin-left: 15px;
}

.chart .item .bar {
    flex: 0 0 65%;
    height: auto;
}

.chart .item .bar span {
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 0;
    min-width: 50px;
}

.chart .item .bar span em {
    display: block;
    padding: 2px 5px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    letter-spacing: 0.5px;
    margin-left: 10px;
}

.chart .item:hover .title {
    color: #666;
}

.chart .item:hover .bar span {
    opacity: 0.8;
}

.urlopen {
    margin: 0 10px -2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/yonetim/images/url_open.png) #fff no-repeat center;
    background-size: cover;
}

.form-control.pasif {
    pointer-events: none;
    background: #f1f1f1;
}

.only-translation .emlakicerikler .ileribtn,
.only-translation .emlakicerikler .geribtn,
.only-translation .kiralikicerikler .ileribtn,
.only-translation .kiralikicerikler .geribtn {
    display: none;
}

.only-translation .emlaksekmeler li {
    display: none;
}

.only-translation .emlaksekmeler li.translationTab {
    display: flex;
}

.only-translation .chosen-container.pasif {
    pointer-events: none;
    background: #f1f1f1;
}

.only-translation .chosen-container.pasif .chosen-single,
.only-translation .chosen-container.pasif .chosen-choices {
    pointer-events: none;
    background: #f1f1f1;
}

.only-translation .chosen-container.pasif .chosen-drop,
.only-translation .chosen-container.pasif .chosen-choices .search-field {
    display: none;
}

.only-translation .chosen-container.pasif .chosen-choices .search-choice {
    pointer-events: none;
}

.only-translation .chosen-container.pasif .chosen-choices li.search-choice {
    background: #b3b3b3;
}

.qrcode {
    width: 100%;
    float: left;
    padding: 5px;
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.qrcode img {
    width: 300px;
    height: auto;
    float: left;
}

.qrcode span {
    border-right: 3px solid #333;
    font-style: italic;
    padding-right: 10px;
    text-align: right;
    margin: 5px 25px;
    cursor: pointer;
}

.sayfalama {
    display: flex;
    justify-content: flex-end;
}

.sayfalama ul li {
    min-width: 32px;
    color: #333;
}

.sayfalama ul li a {
    min-width: 32px;
    color: #333;
}

.sayfalama .showall {
    line-height: 35px;
    padding: 0 10px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 600;
}

.sayfalama ul li.disabled {
    background: #ddd;
    text-align: center;
    line-height: 30px;
}

.mytekce-content {
    padding: 25px 15px;
}

.mytekce-content .title {
    font-weight: 600;
    padding: 10px 20px;
    background: #cfd8e4;
    color: #092853;
    margin-bottom: 20px;
}

.admin-report-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.admin-report-block .column-title {
    margin: 0 20px 0 0 !important;
}

.admin-report-block ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.admin-report-block ul li {
    margin-right: 15px;
}

.admin-report-block ul li a {
    display: block;
    width: auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 15px;
    color: #2389bb;
    text-decoration: none;
    transition: all .3s;
    font-size: 14px;
    font-weight: 500;
}

.admin-report-block ul li a:hover {
    background-color: #eee;
}

.bildirimraporu {
    align-items: center;
}

.password-power-container {
    width: 100%;
    display: none;
}

.password-power-container.active {
    display: flex;
    flex-direction: column;
    margin: 0 0 15px;
}

.password-power-container .power-container {
    display: flex;
    align-items: center;
}

.password-power-container .error-container {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: red;
}

.password-power-container .power-container label {
    float: none;
    flex-basis: 30%;
    font-weight: 600;
    font-size: 14px;
}

.password-power-container .power-container .power {
    flex-basis: 70%;
    background-color: #2e424d;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    position: relative;
}

.password-power-container .power-container .power span {
    position: absolute;
    display: inline-block;
    width: 1%;
    left: 0;
    top: 0;
    height: 5px;
    border-radius: 5px;
    transition: 0.5s;
    background-color: #d73f40;
}

.download-image-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.download-image-container p {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
}

.download-image-container span {
    display: flex;
    width: 30%;
    height: 32px;
    background: #16aef2;
    border-radius: 5px;
    color: #fff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.download-image-container span:hover {
    opacity: 0.85;
}

div.dt-button-collection {
    width: 170px;
}

div.dt-button-collection a.dt-button {
    background: #60afd4;
    height: auto;
    min-height: 30px;
    padding: 3px 10px;
}

.import-excel {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 10px;
    background: #e1e1e1;
}

.import-excel label {
    margin: 0;
    font-weight: 600;
    color: #092853;
    font-size: 15px;
}

.import-excel input {
    border-color: #bbb;
}

.import-excel button {
    width: 100px;
    height: 36px;
    border-radius: 5px;
    background: #092853;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    border: 0;
}

.modal-dialog {
    max-width: 600px;
}

.rental-types {
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 10%;
}

.rental-types label {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: 400;
    color: #888;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.rental-types label span {
    color: #021630;
    font-weight: 600;
    font-size: 18px;
}

.rental-types label input {
    width: 30px;
    height: 30px;
    margin: 15px 0 0;
    cursor: pointer;
}

.add-partner-ip {
    float: right;
    color: #07d00d;
    cursor: pointer;
}

.ip-container {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.ip-container .ip-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 10px;
}

.ip-container .ip-block label:first-child,
.ip-container .ip-block input:first-child {
    width: 40%;
}

.ip-container .bootstrap-tagsinput {
    height: 40px;
}

@media (max-width: 1750px) {
    .tarihsecimi span.btn {
        line-height: 25px;
        padding: 0px 5px;
        font-size: 13px;
        border-radius: 0;
    }
}

@media (max-width: 1440px) {
    .sideblock .sideblock-title ul li {
        padding: 8.5px 20px;
        font-size: 9px;
    }

    .emlaksekmeler li b {
        font-weight: 600;
        font-size: 8px;
        line-height: 12px;
    }

    .kirmizi-btn {
        font-size: 11px;
        padding: 5px 8px;
        display: inline-flex;
    }

    .koyumavi-btn {
        font-size: 11px;
        padding: 5px 8px;
        display: inline-flex;
    }

    .acikmavi-btn {
        font-size: 11px;
        padding: 5px 8px;
        display: inline-flex;
    }

    .custom-bradcrumb li {
        padding: 8.5px 35px;
    }

    .form-group input,
    select,
    textarea {
        font-size: 12px !important;
    }

    .form-group label {
        font-size: 12px;
    }

    .formdilsec li {
        flex: 0 0 20%;
    }
}

@media (max-width: 991px) {
    .filter-form .text-search-container .text-search-filter input {
        width: 100%;
    }

    .tarihrow {
        margin-bottom: 5px;
    }

    .tarihrow:first-child {
        margin-top: 5px;
    }
}</pre></body></html>