﻿/*sdk.css den geldiği durumlarda oradaki özellikler aktif oluyor*/
::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ccc;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(220,220,220,0.4);
    }

.top-left-part {
    height: 60px;
}

#content-wrapper {
    padding: 0;
}

.nomaster #content-wrapper {
    padding: 15px;
}

.white-box {
    padding: 10px !important;
}

.box-title {
    padding: 0 !important;
    margin: 0 !important;
}


.navbar-default .navbar-brand {
    color: #fff;
}

.waves-effect img, .waves-effect i {
    width: 16px;
    margin-right: 3px;
    margin-left: 3px;
}

.form-control-feedback {
    height: 38px;
}

.n-icon-options-vertical {
    font-family: simple-line-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

    .n-icon-options-vertical:before {
        content: "\e602";
    }


@media (min-width: 768px) {
    .small-screen-text {
        display: none !important;
    }

    .masterMenu2 {
        display: none;
    }

    #main-navbar .pull-right .dropdown-menu {
        float: right;
        left: auto;
        right: 0;
    }
}


.nav .dropdown > .dropdown-toggle .nav-icon {
    font-size: 18px !important;
}

#columindicator {
    width: 16px;
    height: 66px;
    position: fixed;
    z-index: 999999;
    background-repeat: no-repeat;
    /* background-color: red; */
    display: none;
    background-image: url(../../Images/309076-16.png);
}

.gridcolumnselect {
    display: none;
}

.gridloadingpanel {
    display: none;
}

.pivotcontainer {
    overflow: auto;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.navbar-top-links.pull-left > li > a > span {
    line-height: 30px;
}

.no-main-menu.onmap .top-left-part {
    display: none;
}

.no-main-menu .bg-title {
    display: none;
}

.no-main-menu.onmap .sidebar {
    display: none;
}

.onmap .sidebar {
    z-index: 0;
}

#page-wrapper {
    padding-bottom: 0;
}

.no-main-menu.onmap #page-wrapper {
    margin-left: 0;
}

.panel-heading-controls {
    margin-top: -2px;
    margin-bottom: -200px;
    float: right;
}

.panel .panel-heading .panel-title {
    font-size: 14px;
    color: #3e4d6c;
    padding-left: 10px;
}

/*banner config*/
.show-banner .navbar-default {
    top: 90px !important;
}

.show-banner #phBanner1 {
    position: fixed !important;
}

.show-banner #page-wrapper {
    top: 90px !important;
}

.right-sidebar.shw-rside {
    overflow-y: auto;
}

.framecnt {
    position: fixed;
    background-color: rgba(52, 52, 52, 0.83);
    top: 00px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 100000;
    padding: 15px;
}

.cbtnContainer {
    width: 100%;
}

    .cbtnContainer #cbtn {
        display: block !important;
    }

.ntmodalfr {
    background-color: #fff;
    border: 0px;
    width: 100%;
    height: 95%;
}

.container-fluid {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.onmap .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

.onmap .open-close {
    display: none;
}

.masterMenuCont {
    display: none;
    padding: 10px;
    padding-left: 20px;
    background-color: #fafafa;
    border-bottom: 1px solid #ddd;
    height: 70px;
}

.onmap.nomaster .masterMenuCont {
    display: none !important;
}

.netigma-mini-logo {
    background: url("../../images/pixel-admin/logo.png");
    width: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 45px;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 6px;
}

.netigma-mini-name {
    background: url("../../images/pixel-admin/netigma.png");
    width: 130px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 45px;
    margin-top: 17px;
    margin-left: 5px;
}

@media (max-width: 768px) {
    .navbar-static-top {
        background-color: #4F5467;
    }

    .top-left-part {
        background: unset;
    }

    .fix-sidebar .sidebar #side-menu {
        padding-bottom: 80px;
    }
}

.bg-title {
    display: flex;
    overflow: unset;
}

.mega-dropdown-menu .switchery {
    float: right !important;
}

.dropdown-header i[class^=ti-] {
    margin-right: 10px;
}

#searchScroll .tab-content {
    margin-top: 0;
}

#clearSeachHistory .fa {
    color: #999 !important;
}

#clearSeachHistory {
    font-weight: 500;
}


@media (max-width: 1265px) {
    .dropdown-header {
        white-space: unset;
    }
}

.nabvar-icon-with-text {
    display: flex !important;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    line-height: unset !important;
    padding-top: 12px !important;
    min-width: 100px;
}

    .nabvar-icon-with-text:hover, .nabvar-icon-with-text:focus, .nabvar-icon-with-text.activeTab {
        background: rgba(0,0,0,.1) !important;
        color: #fff !important;
    }

    .nabvar-icon-with-text i, .mega-dropdown .waves-effect i {
        font-size: 17px;
    }

#main-menu-inner {
    padding-top: 13px;
}

.user-profile .user-pro-body img {
    height: 50px;
}

.content-wrapper .user-profile .user-pro-body img {
    height: 40px;
}

.user-profile .dropdown-menu a {
    white-space: unset;
}

    .user-profile .dropdown-menu a i {
        margin-right: 3px;
    }

.right-sidebar .r-panel-body {
    padding: 0;
}

    .right-sidebar .r-panel-body .divider {
        padding: 0;
        height: 1px;
        background-color: #dddddd;
    }

    .right-sidebar .r-panel-body li:not(.divider) {
        padding: 12px 16px !important
    }

        .right-sidebar .r-panel-body li:not(.divider):hover {
            background-color: #F7F7F7;
        }

    .right-sidebar .r-panel-body li a {
        color: #3b3b3b;
    }

.nav .hide-menu .fa.arrow {
    display: block;
}

.fix-sidebar .sidebar {
    overflow: visible !important;
}

    .fix-sidebar .sidebar #side-menu {
        overflow: auto;
        height: calc(100vh - 185px);
    }

        .fix-sidebar .sidebar #side-menu > li a {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-right: 24px;
        }

.content-wrapper .sidebar #side-menu > li a {
    text-overflow: unset;
}

.fix-sidebar.show-banner .sidebar #side-menu {
    height: calc(100vh - 270px);
}

.fix-sidebar.onmap .sidebar #side-menu {
    height: 100%;
}

#introHelpLoc .divider, .systemPropMenu .divider, .systemPropMenu a {
    width: 75%;
}

.netigma-mega-dropdown-menu .col-md-3 {
    padding-left: 3%;
    padding-right: 3%;
}

#main-navbar-notifications dt {
    font-weight: 200;
}

#main-navbar-notifications dl {
    margin-bottom: 5px;
}

.widget-notifications .notification-icon {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    top: 25%;
    right: 0;
    margin: -13px 12px 0 0;
    font-size: 14px;
    background-color: unset !important;
}

.widget-notifications .notification-ago {
    font-style: normal;
}

    .widget-notifications .notification-ago.real-ago {
        line-height: 26px;
        text-align: center;
        border-radius: 2px;
        position: absolute;
        top: 62%;
        right: 0;
        margin: -13px 12px 0 0;
    }

.content-wrapper #side-menu > li > .waves-effect.active {
    background-color: antiquewhite !important;
}

.content-wrapper .sidebar #side-menu > li {
    width: 60px;
}

.masterMega {
    margin-left: 14px;
}

    .masterMega .waves-effect i {
        font-size: 14px;
    }

div[id$=spanAdministrationText] {
    text-transform: none !important;
}

.panel .panel-heading {
    text-transform: unset;
}

.page-title .btn-group .dropdown-menu {
    right: auto;
    left: auto;
}

.netigma-btn-group .fa-home, .netigma-btn-group .fa-caret-left {
    margin-right: 3px;
}

.netigmaiframe {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
    width: 100%;
    min-height: 500px;
}

.ajax-upload-dragdrop .ajax-file-upload, .ajax-upload-dragdrop span b {
    font-family: Rubik,sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.ntcombo button, .ntcombo button:focus {
    background: transparent;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.ntcombo .dropdown-menu.open, .ntcombo .dropdown-menu.inner {
    max-height: 300px !important;
}

.ntcombo.input-group .btn-group.bootstrap-select {
    width: 100%;
}

.ntcombo.input-group .input-group-btn > input {
    padding: 0 4px 0 0;
}

.list-group-item.net-drop-item {
    border-radius: 0;
    border-right: 0;
}

/* harita sayfası */
#mapTools {
    float: none;
    display: inline-block;
}

#mapToolsContainer {
    margin: 2px;
    width: calc(100% - 900px);
}

#mapToolsContent {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
}


#mapTools li:hover {
    background-color: #a5acc3;
}


#mapToolsContainer #mapTools li a i {
    color: white;
}

.onmap.fix-sidebar .navbar-left {
    margin-left: 0;
}

.hrefundefined {
    cursor: pointer;
}

/* breadcrumb  header */
.masterMenu .netigma-btn-group {
    margin: 0px 5px;
    display: inline-flex;
}

.masterMenu .btn-outline a {
    color: #3b3b3b;
}

.masterMenu .btn-outline .searchtoggle {
    margin-right: 3px;
}

.masterMenu .netigma-btn-group .caret {
    margin-left: 3px;
}

.masterMenu .fa {
    color: #3b3b3b;
    font-size: 14px;
}

div[id$="popUpWidget"] .row .col-xs-12 {
    margin-top: 10px;
}

div[id$="popUpWidget"] #cpContainer button {
    height: 34px;
}

div[id$="popUpWidget"] .input-group-btn span.btn {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-top: 1px;
}

div[id$="popUpWidget"] .nt-control-label, div[id$="popUpWidget"] select,
div[id$="popUp"] .nt-control-label, div[id$="popUp"] select,
div[id$="WidgetContent"] .nt-control-label, div[id$="WidgetContent"] select {
    line-height: 38px;
    height: 38px;
}


div[id$="popUpWidget"] .fancytree-icon {
    background: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    margin-left: 5px;
}

    div[id$="popUpWidget"] .fancytree-icon:before {
        content: "\f1b2";
    }


.widget-box.collapsed > .widget-main {
    display: none;
}

.widget-box.fullscreen {
    position: fixed;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    border-width: 3px;
    z-index: 1040;
    -moz-backface-visibility: hidden;
    height: 100% !important;
}

.widget-iframe {
    width: 100%;
}

/*sorgu sayfası*/
.header-filter-container-left a {
    color: white;
    text-transform: none;
    font-weight: 500 !important;
}

.netcadgrid {
    /*headerfilter modal tam görünmesi için koyuldu*/
    overflow: visible;
}

    .netcadgrid td {
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .netcadgrid .dialog-table-coltoggle {
        z-index: 30 !important;
        height: 300px;
        overflow-y: auto;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    }

    .netcadgrid > div {
        width: 100%;
    }

.netdatarow td, .header-sorting-row td, .header-filter-row td, .summaryrow td {
    border-left: 1px solid #e4e7ea !important;
    margin: 0;
}

    .netdatarow td:last-of-type, .summaryrow td {
        border-right: 1px solid #e4e7ea !important;
    }

.netdatarow:last-of-type td, .summaryrow td {
    border-bottom: 1px solid #e4e7ea !important;
}


.netdatarow td:first-child, .header-sorting-row td:first-child, .header-filter-row td:first-child {
    display: table-cell;
    height: 41px;
    width: 43px;
}

.header-filter-container-right {
    float: right;
    margin: 2px;
    margin-top: 7px;
}

.dropdown.open .btn-headerfilter {
    background-color: #adadad;
}

.dropdown[d-c-f] {
    margin: 2px;
    position: absolute;
    top: 17px;
    right: 0;
}

.header-filter-container-left {
    float: left;
    height: 34px;
    line-height: 34px;
    padding: 2px;
    /*/max-width: 150PX;*/
    max-width: 100%;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    padding-left: 5px;
    min-width: 36px;
    min-height: 30px;
    font-weight: normal
}

    .header-filter-container-left .fa {
        margin-left: 5px;
    }

.header-filter-container {
    height: 34px;
    min-width: 135px;
    display: flex;
    justify-content: space-between;
}

.btn-headerfilter {
    background: transparent;
    border: 0;
}

.header-sorting-row td.sorting-cell {
    padding: 0 !important;
    font-size: 12px;
    text-align: center;
}

.header-filter-row td.table-cell-sb {
    padding: 0 !important;
    height: 30px !important;
}

.headerFilterModal .hdf-search {
    margin-top: 5px;
}

.header-filter-row .button-autosearch {
    padding: 0;
    height: 30px;
    width: 30px;
    margin: 0 !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.header-filter-row .opt-short-name {
    margin: 0;
}

.btn-headerfilter .fa-filter {
    color: white;
    font-size: 15px;
}

.header-filter-ul {
    width: 198px;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    border-width: 1px !important;
    border-radius: 0px;
    z-index: 998;
    position: unset;
    font-size: 12px;
    padding: 0;
}

.header-filter-hidden {
    color: #000000;
    display: none;
}

.hdrfiltertool {
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: right;
    padding-bottom: 2px;
    background-color: #fff;
    padding-right: 3px;
}

.header-filter-ul li {
    height: 26px;
    line-height: 26px;
    padding-left: 4px;
}

.header-filter-ul label {
    color: #808080;
    text-align: left;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkbox label, .radio label {
    display: block;
    margin-bottom: 0;
}

.header-filter-checkbox span {
    display: flex;
}

.header-filter-checkbox {
    padding-left: unset;
}

    .header-filter-checkbox label {
        padding-left: 20px !important;
    }

        .header-filter-checkbox label::before {
            margin-left: 0 !important;
            margin-top: 3px;
        }

        .header-filter-checkbox label::after {
            margin-left: 0 !important;
            margin-top: 2px !important;
        }

    .header-filter-checkbox input[type=checkbox] {
        opacity: unset;
        position: unset;
        margin-left: unset;
        display: none;
    }

.ui-widget-content {
    position: fixed;
    right: 100px;
    top: 100px;
    width: fit-content;
}

.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
    position: relative;
    right: 0;
    top: 0;
    width: unset;
}

.ui-slider-handle:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 1000px;
    z-index: 3;
    top: 4px;
    left: 4px;
    background: #bbb;
}

.ChkList .item {
    width: 200px;
    float: left;
    padding-right: 5px;
    margin-right: 15px;
    white-space: nowrap;
}

span.item.hidedplementfalse {
    display: none !important;
}

.hdrfiltertool {
    display: flex;
    justify-content: center;
}

.netcadgrid .table {
    border: 0;
}

    .netcadgrid .table .table-cell-sb {
        padding: 0px;
    }

.breadCrumbHeader {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    opacity: 0.8;
    pointer-events: none;
}

.inverse-table .select-all-cbhdr.checkbox {
    margin: 0;
    padding: 17px !important;
    display: table-cell;
}

    .inverse-table .select-all-cbhdr.checkbox:first-of-type {
        border: 0;
    }

.linkbutton {
    width: 53px !important;
}

    .linkbutton .btnContainer {
        width: 35px !important;
    }

.hasaction .viewercont a {
    color: #3e4d6c;
}

    .hasaction .viewercont a::after {
        content: '';
        display: block;
        height: 2px;
        background: #3e4d6c;
        transform: scaleX(0);
        transition: transform 0.3s;
    }

    .hasaction .viewercont a:hover::after {
        transform: scaleX(1);
    }

.netdatarow .viewercont {
    font-size: 14px;
    line-height: 29px;
}

    .netdatarow .viewercont a * {
        padding-right: 10px;
    }

.table > tbody > tr:not(.pagination-ys) > td, .table > tbody > tr:not(.pagination-ys) > th, .table > tfoot > tr:not(.pagination-ys) > td,
.table > tfoot > tr:not(.pagination-ys) > th, .table > thead > tr:not(.pagination-ys) > td, .table > thead > tr:not(.pagination-ys) > th {
    padding-bottom: 4px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
    padding-top: 10px !important;
}

tr.thead th {
    background: #3e4d6c;
    color: white;
    border-top: 0 !important;
}

.bg-title {
    padding: 2px 15px 2px;
    margin-bottom: 10px;
}

    .bg-title div[id$="header"] {
        margin-top: 5px;
    }

.panel .panel-heading {
    padding: 15px 25px;
    min-height: 10px;
}

.footerIcons {
    font-size: 18px;
    color: #3b3b3b;
    height: 18px;
}

.datatables-toolbar a img {
    height: 18px;
}

#ExportMenuContainer .dx.dxm-noImages {
    font-size: 14px;
}

.pageCountListBox .bootstrap-select .dropdown-toggle {
    height: 32px;
    background: transparent;
}

.tablesaw-bar {
    display: none;
}

.gridPager .tablesaw-bar {
    display: block;
}

.tablesaw-columntoggle-btnwrap a.tablesaw-columntoggle-btn {
    margin: 0 !important;
    width: 100% !important;
    height: 32px !important;
    background: #3e4d6c !important;
    color: #dce3ec !important;
    border-color: rgba(120,130,140,.2) !important;
}

.gridPager {
    position: sticky;
    right: 0;
}

    .gridPager table {
        margin-right: 10px;
    }

.tablesaw-columntoggle-popup {
    width: max-content;
}

    .tablesaw-columntoggle-popup .checkbox input[type=checkbox], .tablesaw-columntoggle-popup .checkbox label::before, .tablesaw-columntoggle-popup .checkbox label::after {
        margin-left: -28px !important;
    }

.table-hover > tbody > tr[class="pagination-ys"]:hover {
    background-color: transparent !important;
}

.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    background-color: #f4f6f8 !important;
}

.parent a {
    font-weight: 500 !important;
}

.hintPopover {
    max-width: none !important;
    position: fixed !important;
}

.miniApiMap .esri-ui, .miniApiMap .mapboxgl-control-container {
    display: none !important;
}

/*sayfalama*/
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 13px;
}

    .pagination-ys td {
        border-top: 0 !important;
        padding: 0 !important;
        padding-bottom: 10px !important;
    }

    .pagination-ys .tablesaw-bar.mode-columntoggle a {
        margin-bottom: 0;
    }

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #3b3b3b;
            border: 1px solid #dddddd;
            margin-left: -1px;
            height: 32px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #FFFFFF;
            background-color: #FF6849;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #FFFFFF;
            background-color: #FF6849;
            border-color: #dddddd;
        }

.pageCountListBox select {
    height: 32px;
    width: 50px;
    margin-right: 5px;
    border-radius: 4px;
}

.recordsummarylabel {
    float: unset !important;
    line-height: 37px;
    margin-right: 5px;
}

.pagination-ys .datatables-toolbar {
    float: left;
    margin-top: 2px;
    position: sticky;
    left: 0;
}

@media only screen and (min-width: 769px) and (max-width: 1130px) {
    .pagination-ys .datatables-toolbar {
        display: contents;
    }
}

/* form sayfası */
.form-material .form-group {
    overflow: unset;
}

.nomaster div[id$=pnlStatePlaceHolder] {
    padding: 10px;
}

.form-group {
    margin-bottom: 15px;
}

.row.form-group input {
    text-indent: 15px !important;
}

    .row.form-group input[value="..."], .row.form-group input[type="button"] {
        text-indent: 0px;
    }

.row.form-group .selectize-input input {
    text-indent: 0 !important;
}

.nt-form-item .nt-control-label {
    line-height: 38px;
    letter-spacing: 0;
    color: #3B3B3B;
    font-weight: 500;
}

.netigmaFormDropdown, .netigmaFormDropdown:hover, .netigmaFormDropdown:focus,
.dmdlw, .mmbtncls, .mmbtncls:focus, .mmbtncls:hover {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background: transparent;
    border-radius: 0;
    margin-top: 0;
    line-height: 21px
}

.datetime-input-group-addon, .nt-form-item .bootstrap-touchspin .input-group-btn-vertical, .input-group.checkbox .input-group-addon,
.geometryQueryControl .btn-outline {
    margin-top: 1px;
    border: 0;
    background-image: linear-gradient(#2c5ca9,#2c5ca9),linear-gradient(rgba(120,130,140,.21),rgba(120,130,140,.21));
    background-color: rgba(0,0,0,0);
    background-position: center bottom,center 37px;
    background-repeat: no-repeat;
    background-size: 0 2px,100% 1px;
}

.mmbtncls:focus, .mmbtncls:hover {
    background: #e4e7ea;
}

.nt-form-item .bootstrap-touchspin .input-group-btn-vertical .btn {
    background: transparent;
    border: 0;
}

.dright {
    border-bottom: 1px solid #e4e7ea;
}

.mbtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
}

.netdrop-container .dropdown-backdrop {
    display: none;
}

/*takvim input*/
.dopertr {
    display: none;
}

.dright {
    float: left;
    border: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dleft {
        overflow: hidden;
        float: left;
        display: table-cell;
        width: 100%;
    }

        .dleft .input-group-addon {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px
        }


    .dcont {
        overflow: auto;
        width: 100%;
        display: table;
        position: relative;
    }

    .dright {
        float: initial !important;
    }

        .dright.dopen {
            display: table-cell;
        }

        .dright .form-control {
            border-radius: 0px;
            border-left: none;
        }

    .dslctr {
        float: left !important;
    }

        .dslctr .btn.dropdown-toggle {
            opacity: 0.01;
        }

        .dslctr .dropdown-menu.open {
            right: 0;
            left: auto;
        }

    .dopertr {
        position: absolute;
        width: 40px;
        height: 33px;
        text-align: center;
        line-height: 33px;
        display: initial !important;
        border-bottom: 1px solid #e4e7ea;
        margin-top: 0.5px;
        border-radius: 0px;
        right: 0px;
        top: 4px;
    }

    .dmdlw {
        width: 40px;
        display: table-cell;
        height: 34px;
        float: none !important;
    }
}

@supports (-ms-ime-align: auto) {
    .dleft {
        float: none !important;
        width: unset !important;
    }

    .dright {
        float: left !important;
    }

    .dmdlw {
        float: none !important;
    }

    .dopertr {
        height: 34px;
    }

    .dright {
        width: 100%;
    }
}

.formItemContainer .dslctr {
    width: 40px !important;
}

    .formItemContainer .dslctr button {
        border-top: 0;
        margin-top: 1.5px;
    }

.form-control {
    float: left !important;
}

.onmap .form-control {
    float: none !important;
}

/*custom select*/
.dmdlw select {
    font-family: Rubik,sans-serif;
    font-size: 15px;
    padding: 10px !important;
}


/**range slider*/
.dmin {
}

.dort {
    min-width: 80px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 11px;
}

.sprt {
    padding-left: 4px;
    padding-right: 4px;
}

.dmax {
    margin-left: 3px;
}

.dmin.dort {
    border-right: 1px solid rgba(120,130,140,.21);
    background: #F4F6F8;
    font-size: 12px;
}

.dmax.dort {
    border-left: 1px solid rgba(120,130,140,.21);
    background: #F4F6F8;
    font-size: 12px;
}

.ui-widget.ui-widget-content {
    z-index: 9999;
}

.ui-slider-horizontal {
    height: 6px;
}

.ui-slider-handle.ui-corner-all.ui-state-active {
    background-color: #e0e0e0 !important;
    border-color: #c5c5c5 !important;
}

.ui-slider {
    background: #d7d7d7;
    border-radius: 20px;
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
    border-radius: 1000px;
}

.ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    cursor: default;
    border-radius: 1000px;
    border: 1px solid rgba(0,0,0,.4);
    background-image: -webkit-linear-gradient(top,#fcfcfc 0,#eaeaea 100%);
    background-image: linear-gradient(to bottom,#fcfcfc 0,#eaeaea 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfcfc', endColorstr='#ffeaeaea', GradientType=0);
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -7px;
}

.ui-slider-range {
    background: #2c5ca9;
}

.ui-slider-handle:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 1000px;
    z-index: 3;
    top: 6px;
    left: 6px;
    background: #bbb;
}

/*end range slider*/

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 100px;
}


.onmap .ui-widget.ui-widget-content {
    z-index: auto;
}

.masterMenu {
    margin-bottom: 10px;
    padding-top: 8px;
    float: right;
}

.nomaster .masterMenu {
    padding-top: 10px;
    padding-right: 10px;
}

.page-header .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    /* padding-left: 0px; */
}

.page-header .navbar-nav {
    margin-left: 20px;
}


.netcadgrid .dragenter {
}

.dragenter * {
    pointer-events: none;
}


/**range slider*/

/*Sorgu kriteleri*/
.form-material .form-control {
    background-position: center bottom,center 37px !important;
}

.input-group.checkbox {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.checkbox label::before, .checkbox label::after {
    margin-left: 0px;
    padding-left: 1px;
    padding-top: 3px;
}

.checkbox label::before {
    border: 1px solid rgba(120,130,140,.6);
}

[id$="formUpdatePanel"] .checkbox label::before, [id$="formUpdatePanel"] .checkbox label::after {
    padding-left: 3px;
    padding-top: 1px;
}

.table .checkbox label::before, .table .checkbox label::after {
    margin-left: 50%;
    padding-left: 3px;
    padding-top: 0;
    margin-top: 5px;
}

.table .select-all-cbhdr.checkbox label::before, .table .select-all-cbhdr.checkbox label::after {
    margin-left: -2px;
}

.selectize-input {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: unset !important;
}

.selectize-control {
    height: 38px !important;
}

    .selectize-control input {
        height: 27px !important;
    }

    .selectize-control.single .selectize-input input {
        position: relative !important;
    }

.ntcombo .bootstrap-select .dropdown-toggle .filter-option {
    height: 25px !important;
}

.searchsection .nt-form-item {
    line-height: 38px;
}

.cbx-container .glyphicon.glyphicon-ok, .cbx-container .glyphicon.glyphicon-stop {
    top: -10px;
}

.panel .panel-body {
    padding: 15px;
}

.selectize-control.multi .selectize-input:after {
    content: ' ' !important;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent;
}

.selectize-control.multi .not-full {
    cursor: pointer;
}

.geometryQueryControl .btn-outline {
    padding-top: 10px;
    margin-top: 0 !important;
}

.cbx-md {
    width: 17px !important;
    height: 17px !important;
    font-size: 12px !important;
}

.cbx-active:focus, .cbx-active:hover {
    border-color: #ddd !important;
    box-shadow: unset !important;
}

.fileArchiveButtons, .fileArchiveButtons:hover, .fileArchiveButtons:active {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    margin-top: 1px;
}

.sorgulaBtn {
    text-align: right;
    bottom: 20px;
    right: 13px;
    position: fixed !important;
    box-shadow: 0px 0px 10px 0px #5d5d5d;
    z-index: 10;
}

    .sorgulaBtn:hover {
        z-index: 10 !important;
        opacity: .9 !important;
    }

.searchsection .panel-default {
    border: 1px solid #ddd;
}

    .searchsection .panel-default .nt-panel-heading {
        color: #3b3b3b;
        background-color: #fbfafa;
    }

/*gelişmiş sorgu editörü*/
.btn-primary.btn-outline.active {
    color: #fff;
    background-color: #2c5ca9;
}

.rules-group-container {
    border-color: #EEEEEE !important;
    background: #F4F6F8 !important;
}

.rule-container {
    padding-bottom: 15px !important;
}

.rule-value-container .selectize-control.single .selectize-input {
    height: 38px;
}
/*gelişmiş sorgu editörü*/

/*kolon seçimi*/
#selectColumnModal .panel {
    margin-top: 12px;
    border: 1px solid #e2e2e2;
}

#selectColumnModal .pinfo {
    font-weight: 400;
    font-size: 13px;
}

#selectColumnModal .panel-heading {
    background: #F4F6F8;
    border-color: #e2e2e2;
}

#selectColumnModal .item .checkbox, #selectColumnModal .ChkList .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

    #selectColumnModal .item .checkbox label, #selectColumnModal .ChkList .checkbox label {
        padding-left: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        #selectColumnModal .item .checkbox label::before, #selectColumnModal .item .checkbox label::after,
        #selectColumnModal .ChkList .checkbox label::before, #selectColumnModal .ChkList .checkbox label::after {
            padding-left: 4px;
            padding-top: 1px;
        }

#selectColumnModal .checkbox img {
    position: absolute;
    cursor: pointer;
    top: 4px;
    left: 0px;
}

#selectColumnModal .checkbox input[type=checkbox] {
    margin-left: 0;
}

#selectColumnModal .modal-title {
    font-weight: 500;
    text-transform: uppercase;
}

.netigmatabpanelcontainer {
    margin-top: 10px;
}

    .netigmatabpanelcontainer li a {
        border-radius: 0;
    }

#selectColumnModal .panetoolbar {
    float: right;
    line-height: 38px;
}

#selectColumnModal .cscontainerd {
    margin-left: 0;
    margin-right: 0;
}

    #selectColumnModal .cscontainerd input {
        width: 50%;
    }

#selectColumnModal .panetoolbar .btn {
    margin-left: 10px;
}

.scfonud {
    color: red !important;
    font-weight: bold !important;
    display: inline !important;
}

/*kolon seçimi*/

/*headerFilterModal*/
.headerFilterModal {
    display: none;
    position: absolute;
    z-index: 100;
    width: 210px;
    height: auto;
    background: white;
    border: 1px solid #e4e7ea;
    border-radius: 4px;
    text-align: right;
    box-shadow: 0px 0px 5px 0px #1d1d1d;
    top: 25px;
    right: 0;
}

    .headerFilterModal select {
        font-size: 12px;
    }

    .headerFilterModal h5 {
        font-weight: 500;
        color: #827f7f;
    }

    .headerFilterModal .form-group {
        padding: 5px;
        margin-bottom: 5px;
    }

    .headerFilterModal .btn-group {
        padding-top: 10px;
    }

    .headerFilterModal .searchInput {
        margin-top: 5px;
    }

    .headerFilterModal button {
        color: #827f7f;
    }

    .headerFilterModal .btn-group button:first-of-type {
        margin-right: 10px;
    }

    .headerFilterModal .form-group .dropdown-toggle {
        text-align: left;
        height: 32px;
    }

        .headerFilterModal .form-group .dropdown-toggle span {
            float: right;
        }

.cbtn {
    float: right;
}


.chlegenddiv {
    position: absolute;
    max-height: 80%;
    overflow-y: auto;
    max-width: 250px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    overflow-x: hidden;
    border: 1px solid #dadada;
    min-width: 150px;
}

    .chlegenddiv.open {
        display: inline-block !important;
    }


    .chlegenddiv ul {
        list-style-type: none;
        padding: 0px;
        overflow-x: hidden;
    }

        .chlegenddiv ul li {
            font-size: 12px;
            white-space: nowrap;
            cursor: pointer;
        }

            .chlegenddiv ul li span {
                display: block;
                width: 10px;
                height: 10px;
                float: left;
                margin-right: 5px;
                border: 1px solid #ddd;
            }

span.lejanthandle {
    margin-bottom: 5px;
    display: block;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 3px;
    width: 60px;
    text-align: center;
    font-size: 12px;
}

.chlegenddiv ul li.removed {
    text-decoration: line-through;
}

.griddropdowns.ingrid > .dropdown-menu {
    max-height: 240px;
    overflow-y: auto;
}


/*koyu tema*/
.darkTheme .netigma-mini-name {
    filter: invert(0.4);
}

.darkTheme .preloader, html[dir=dark] .preloader {
    background: #3c4452;
}

.darkTheme, html[dir=dark] {
    color: #dce3ec !important;
    background: #3c4452;
}

    .darkTheme .bg-title h4, .darkTheme .panel-title, .darkTheme .viewercont,
    .darkTheme span:not(.layer-list__item-title, .esri-layer-list__item-title), .darkTheme input {
        color: #dce3ec !important;
    }

    .darkTheme .right-sidebar .r-panel-body li:not(.divider):hover {
        background-color: #353C48;
    }

    .darkTheme .right-sidebar .r-panel-body li a {
        color: #dce3ec;
    }

    .darkTheme .content-wrapper #side-menu > li > .waves-effect.active {
        background-color: rgba(0, 0, 0, 0.07) !important;
    }

    .darkTheme .netdatarow td, .darkTheme .header-sorting-row td, .darkTheme .header-filter-row td, .darkTheme .summaryrow td {
        border-left: 1px solid rgb(64, 69, 78) !important;
        border-right: 1px solid rgb(64, 69, 78) !important;
    }

    .darkTheme .netdatarow:last-of-type td, .darkTheme .summaryrow td {
        border-bottom: 1px solid rgb(64, 69, 78) !important;
    }

    .darkTheme .netdatarow td:first-child, .darkTheme.header-sorting-row td:first-child, .darkTheme .header-filter-row td:first-child {
        border-left: 0 !important;
    }

    .darkTheme .open > .dropdown-toggle.btn-default:focus, .darkTheme .open > .dropdown-toggle.btn-default:hover {
        background-color: rgba(120,130,140,.2);
    }

    .darkTheme #searchScroll .search-list-group-item {
        border-color: rgba(120,130,140,.2);
    }

    .darkTheme #main-navbar-notifications, .darkTheme .widget-notifications .notification + .notification {
        border-color: rgba(120,130,140,.2);
    }

    .darkTheme .notification-title.text-default {
        color: #dce3ec;
    }

    .darkTheme #adminMenuDrpDwn .divider {
        background-color: #78828c;
    }
    /*koyu anasayfa*/
    .darkTheme .fa {
        color: #dce3ec;
    }

    .darkTheme li.active .fa {
        color: #2b2b2b;
    }

    .darkTheme #permalinks li a {
        color: #dce3ec;
    }

    .darkTheme .page-title button {
        background-color: transparent !important;
    }

    .darkTheme .fancytree-container, .darkTheme .fancytree-title {
        background: transparent;
        color: #fff;
    }

    .darkTheme .selectize-input {
        background-color: unset !important;
        border-color: rgba(120,130,140,.2);
        color: #dce3ec;
    }

    .darkTheme .selectize-dropdown {
        background-color: #3c4452 !important;
        border-color: rgba(120,130,140,.2);
        color: #dce3ec;
    }

        .darkTheme .selectize-dropdown .active {
            background-color: #353c48;
            color: #dce3ec;
        }

    /*koyu sorgu sayfası*/
    .darkTheme .nt-form-item .nt-control-label {
        color: #dce3ec;
    }

    .darkTheme .dmdlw .dopertr {
        border-color: rgba(120,130,140,.2);
    }

    .darkTheme .cbx-container .cbx, .darkTheme .dort, .darkTheme .griddropdowns.ingrid > button {
        background: #3c4452;
        color: #dce3ec;
        border-color: rgba(120,130,140,.2);
    }

    .darkTheme .rules-group-container, .darkTheme .rule-container, .darkTheme select, .darkTheme tablesaw-columntoggle-btnwrap {
        border-color: rgba(120,130,140,.2) !important;
        background: #3c4452 !important;
        color: #dce3ec;
    }

    .darkTheme .tablesaw-columntoggle-popup {
        background: #3c4452 !important;
        border-color: rgba(120,130,140,.2) !important;
        color: #dce3ec;
    }

    .darkTheme .parsley-success {
        background: #516549 !important;
    }

    .darkTheme .parsley-error {
        background: #8c6767 !important;
    }

    .darkTheme .searchsection .panel-default {
        border: 0;
    }

        .darkTheme .searchsection .panel-default .nt-panel-heading {
            color: #dce3ec;
            background-color: #353c48;
        }

    /*koyu sorgu sonucu*/
    .darkTheme .hasaction .viewercont a {
        color: #dce3ec;
    }

    .darkTheme .pagination-ys table > tbody > tr > td > a {
        border-color: rgba(120,130,140,.2) !important;
        color: #dce3ec;
    }

    .darkTheme .pagination-ys table > tbody > tr > td > span, .darkTheme .nt-form-item .bootstrap-touchspin .input-group-btn-vertical {
        border-color: rgba(120,130,140,.2) !important;
    }

    .darkTheme tr.thead th {
        color: #dce3ec;
        border-color: rgba(120,130,140,.2) !important;
    }

    .darkTheme .template-container-row .table {
        background: transparent;
    }

    .darkTheme .pivotcontainer, .darkTheme .pivotcontainer td, .darkTheme .pivotcontainer .dxpgBottomPager,
    .darkTheme .pivotcontainer .dxpLite .dxp-num, .darkTheme .pivotcontainer .dxb {
        background-color: #353c48;
        color: #dce3ec;
    }

    /*koyu sql monitor*/
    .darkTheme table[id$="dxgSqlItems"] table[id$="DXMainTable"] tr:first-of-type td {
        color: #fff;
    }

    /*koyu intro*/
    .darkTheme .introjs-tooltiptext, .darkTheme .introjs-tooltip {
        background: #353c48;
    }

    /*koyu map.aspx*/
    .darkTheme #_mapSettingsPanel, .darkTheme #_mapSettingsPanel td, .darkTheme #_mapSettingsPanel .customMapDiv {
        background-color: #3c4452 !important;
    }

    /*modules*/
    table[id$="gridViewModul"] table[id$="DXMainTable"] tr:not(:first-of-type):not(:nth-of-type(2)) td:last-of-type {
        display: flex;
    }

/*koyu headerFilterModal*/
.darkTheme .headerFilterModal {
    background: #3c4452;
    border-color: rgba(120,130,140,.2);
}

    .darkTheme .headerFilterModal h5 {
        color: #dce3ec;
    }

    .darkTheme .headerFilterModal button {
        color: #dce3ec;
    }

    .darkTheme .headerFilterModal .divider {
        border-color: rgba(120,130,140,.2) !important;
    }

/*koyu kolon seçimi*/
.darkTheme #selectColumnModal .panel-heading {
    background: #303641;
    border-color: #474f5b;
}

.darkTheme #selectColumnModal .panel {
    border-color: #474f5b;
}

.darkTheme #autosearchcont, .darkTheme .textExact, .darkTheme #chkSearchExact, .darkTheme .app-search a,
.darkTheme #clearSeachHistory, .darkTheme #clearSeachHistory .fa {
    color: #353c48 !important;
}

    .darkTheme #autosearchcont::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #353c48 !important;
        opacity: 0.8; /* Firefox */
    }

.darkTheme #side-menu ul > li > a:hover span, .darkTheme #side-menu > li > a.active i {
    color: #f75b36 !important;
}

.darkTheme.content-wrapper #side-menu > li.active:hover > a > .hide-menu {
    color: #3e4d6c !important;
}

/*koyu menu edit modal*/
.darkTheme .modal-content, .darkTheme .modal-content .modal-title,
.darkTheme .wpgTable tr > td, .darkTheme .wpgTable tr > td > input {
    border-color: rgba(120,130,140,.2);
    background: #3c4452;
    color: #dce3ec;
}

    .darkTheme .modal-content .btn {
        background-color: #353c48;
    }

    .darkTheme .modal-content button.close {
        color: #dce3ec;
        opacity: 0.8;
    }

/*darkTheme sweetalert2 modals*/
.darkTheme .swal2-popup.swal2-modal, .darkTheme .swal2-modal .swal2-title, .darkTheme .swal2-modal .swal2-content {
    background: #3c4452;
    color: #dce3ec;
}

/*range picker*/
.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    width: 278px;
    padding: 4px;
    margin-top: 1px;
    top: 100px;
    left: 20px;
    /* Calendars */
}

    .daterangepicker:before, .daterangepicker:after {
        position: absolute;
        display: inline-block;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .daterangepicker:before {
        top: -7px;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #ccc;
    }

    .daterangepicker:after {
        top: -6px;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
    }

    .daterangepicker.opensleft:before {
        right: 9px;
    }

    .daterangepicker.opensleft:after {
        right: 10px;
    }

    .daterangepicker.openscenter:before {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .daterangepicker.openscenter:after {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .daterangepicker.opensright:before {
        left: 9px;
    }

    .daterangepicker.opensright:after {
        left: 10px;
    }

    .daterangepicker.dropup {
        margin-top: -5px;
    }

        .daterangepicker.dropup:before {
            top: initial;
            bottom: -7px;
            border-bottom: initial;
            border-top: 7px solid #ccc;
        }

        .daterangepicker.dropup:after {
            top: initial;
            bottom: -6px;
            border-bottom: initial;
            border-top: 6px solid #fff;
        }

    .daterangepicker.dropdown-menu {
        max-width: none;
        z-index: 3001;
    }

    .daterangepicker.single .ranges, .daterangepicker.single .calendar {
        float: none;
    }

    .daterangepicker.show-calendar .calendar {
        display: block;
    }

    .daterangepicker .calendar {
        display: none;
        max-width: 270px;
        margin: 4px;
    }

        .daterangepicker .calendar.single .calendar-table {
            border: none;
        }

        .daterangepicker .calendar th, .daterangepicker .calendar td {
            white-space: nowrap;
            text-align: center;
            min-width: 32px;
        }

    .daterangepicker .calendar-table {
        border: 1px solid #fff;
        padding: 4px;
        border-radius: 4px;
        background-color: #fff;
    }

    .daterangepicker table {
        width: 100%;
        margin: 0;
    }

    .daterangepicker td, .daterangepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        border: 1px solid transparent;
        white-space: nowrap;
        cursor: pointer;
    }

        .daterangepicker td.available:hover, .daterangepicker th.available:hover {
            background-color: #eee;
            border-color: transparent;
            color: inherit;
        }

        .daterangepicker td.week, .daterangepicker th.week {
            font-size: 80%;
            color: #ccc;
        }

        .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
            background-color: #fff;
            border-color: transparent;
            color: #999;
        }

        .daterangepicker td.in-range {
            background-color: #ebf4f8;
            border-color: transparent;
            color: #000;
            border-radius: 0;
        }

        .daterangepicker td.start-date {
            border-radius: 4px 0 0 4px;
        }

        .daterangepicker td.end-date {
            border-radius: 0 4px 4px 0;
        }

        .daterangepicker td.start-date.end-date {
            border-radius: 4px;
        }

        .daterangepicker td.active, .daterangepicker td.active:hover {
            background-color: #357ebd;
            border-color: transparent;
            color: #fff;
        }

        .daterangepicker th.month {
            width: auto;
        }

        .daterangepicker td.disabled, .daterangepicker option.disabled {
            color: #999;
            cursor: not-allowed;
            text-decoration: line-through;
        }

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default;
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%;
    }

    .daterangepicker select.yearselect {
        width: 40%;
    }

    .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
        width: 50px;
        margin-bottom: 0;
    }

    .daterangepicker .input-mini {
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #555;
        height: 30px;
        line-height: 30px;
        display: block;
        vertical-align: middle;
        margin: 0 0 5px 0;
        padding: 0 6px 0 28px;
        width: 100%;
    }

        .daterangepicker .input-mini.active {
            border: 1px solid #08c;
            border-radius: 4px;
        }

    .daterangepicker .daterangepicker_input {
        position: relative;
    }

        .daterangepicker .daterangepicker_input i {
            position: absolute;
            left: 8px;
            top: 8px;
        }

    .daterangepicker.rtl .input-mini {
        padding-right: 28px;
        padding-left: 6px;
    }

    .daterangepicker.rtl .daterangepicker_input i {
        left: auto;
        right: 8px;
    }

    .daterangepicker .calendar-time {
        text-align: center;
        margin: 5px auto;
        line-height: 30px;
        position: relative;
        padding-left: 28px;
    }

        .daterangepicker .calendar-time select.disabled {
            color: #ccc;
            cursor: not-allowed;
        }

.ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left;
}

    .ranges ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .ranges li {
        font-size: 13px;
        background-color: #f5f5f5;
        border: 1px solid #f5f5f5;
        border-radius: 4px;
        color: #08c;
        padding: 3px 12px;
        margin-bottom: 8px;
        cursor: pointer;
    }

        .ranges li:hover {
            background-color: #08c;
            border: 1px solid #08c;
            color: #fff;
        }

        .ranges li.active {
            background-color: #08c;
            border: 1px solid #08c;
            color: #fff;
        }

/*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

        .daterangepicker .ranges ul {
            width: 160px;
        }

        .daterangepicker.single .ranges ul {
            width: 100%;
        }

        .daterangepicker.single .calendar.left {
            clear: none;
        }

        .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
            float: left;
        }

        .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
            float: right;
        }

        .daterangepicker.ltr {
            direction: ltr;
            text-align: left;
        }

            .daterangepicker.ltr .calendar.left {
                clear: left;
                margin-right: 0;
            }

                .daterangepicker.ltr .calendar.left .calendar-table {
                    border-right: none;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

            .daterangepicker.ltr .calendar.right {
                margin-left: 0;
            }

                .daterangepicker.ltr .calendar.right .calendar-table {
                    border-left: none;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

            .daterangepicker.ltr .left .daterangepicker_input {
                padding-right: 12px;
            }

            .daterangepicker.ltr .calendar.left .calendar-table {
                padding-right: 12px;
            }

            .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
                float: left;
            }

        .daterangepicker.rtl {
            direction: rtl;
            text-align: right;
        }

            .daterangepicker.rtl .calendar.left {
                clear: right;
                margin-left: 0;
            }

                .daterangepicker.rtl .calendar.left .calendar-table {
                    border-left: none;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

            .daterangepicker.rtl .calendar.right {
                margin-right: 0;
            }

                .daterangepicker.rtl .calendar.right .calendar-table {
                    border-right: none;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

            .daterangepicker.rtl .left .daterangepicker_input {
                padding-left: 12px;
            }

            .daterangepicker.rtl .calendar.left .calendar-table {
                padding-left: 12px;
            }

            .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
                text-align: right;
                float: right;
            }
}

@media (min-width: 768px) {
    .daterangepicker .ranges {
        width: auto;
    }

    .daterangepicker.ltr .ranges {
        float: left;
    }

    .daterangepicker.rtl .ranges {
        float: right;
    }

    .daterangepicker .calendar.left {
        clear: none !important;
    }
}


/*rangepicker*/

/*fix header table*/
.netcadgrid > div:not([class]) {
    overflow-y: auto;
    max-height: 79vh;
}

.netcadgrid[data-filtering="True"] > div:not([class]) {
    min-height: 390px;
}

.formItemContainer .netcadgrid > div:not([class]) {
    height: auto;
}

.template-container-row .netcadgrid > div:not([class]) {
    overflow-y: auto;
    height: auto;
}

.netcadgrid tbody > tr:nth-of-type(1)[class="thead"] > th {
    position: sticky;
}

.netcadgrid tbody > tr:nth-of-type(2)[class="thead"] > th {
    position: sticky;
    top: 47px;
    z-index: 2;
}

.template-container-row .netcadgrid tbody > tr:nth-of-type(2)[class="thead"] > th {
    z-index: unset;
}

.netcadgrid .pagination-ys > td {
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: white;
}

.template-container-row .netcadgrid .pagination-ys > td {
    z-index: unset;
}

.template-container-row .panel-heading {
    display: flex;
    justify-content: space-between;
}

.template-container-row .box-title, .template-container-row .datatables-toolbar.btn-toolbar, .template-container-row .tablesaw-bar {
    display: none;
}

.darkTheme .netcadgrid .pagination-ys > td {
    background-color: rgb(53, 60, 72);
}

.darkTheme ::-webkit-scrollbar-thumb {
    background: #6F7379;
}

/*footer popup style*/

.netcadgrid .pagination-ys .btn:hover {
    opacity: 1 !important;
}

.netcadgrid .pagination-ys .dxm-popupMain {
    border: 1px solid #e4e7ea;
    font-family: Rubik,sans-serif;
    padding: 5px;
    min-width: 125px;
}

    .netcadgrid .pagination-ys .dxm-popupMain > ul > li {
        padding: 2px;
    }

.darkTheme .netcadgrid .pagination-ys .dxm-popupMain {
    background: rgb(53, 60, 72);
    border-color: rgba(120,130,140,.2);
}

    .darkTheme .netcadgrid .pagination-ys .dxm-popupMain .dxm-hovered {
        background-color: rgb(48,54,65);
    }

    .darkTheme .netcadgrid .pagination-ys .dxm-popupMain img {
        filter: invert(1);
    }

/*meta veri yönetimi*/

.darkTheme #gridTable td, .darkTheme #gridTable td input, .darkTheme .dxpnlControl, .darkTheme .dxbButton, .darkTheme .dxeEditArea, .darkTheme .dxeButtonEdit,
.darkTheme .dxeButton, .darkTheme .dxeListBoxItemRow, .darkTheme .dxgvControl_DevEx, .darkTheme .dxgvControl_DevEx td, .darkTheme .dxgvControl_DevEx td input,
.darkTheme .dxgvControl_DevEx .dxgvPagerBottomPanel_DevEx, .darkTheme .dxpcLite .dxpc-header, .darkTheme .dxdpLite .dxpc-header {
    background: #3c4452 !important;
    border-color: rgba(120,130,140,.2) !important;
    color: #dce3ec !important;
}

.darkTheme #collectionTable, .darkTheme #collectionTable td, .darkTheme #collectionTable td input, .darkTheme .dxpc-content, .darkTheme #NM .modal-content, .darkTheme #tabbedPageID,
.darkTheme #grvTable tr, .darkTheme #mapWorkspaceContainer, .darkTheme #collectionTable, .darkTheme table[id$="grvBackups"], .darkTheme table[id$="grvBackups"] td,
.darkTheme .dxpc-headerText {
    background: #3c4452 !important;
    border-color: rgba(120,130,140,.2) !important;
    color: #dce3ec !important;
}

.darkTheme #relationViewModal #d3divInner > svg {
    background: #3c4452 !important;
}

.darkTheme .table-striped > tbody > tr:nth-of-type(odd) {
    background: #3c4452 !important;
}

.darkTheme .dxpc-contentWrapper input {
    background: transparent;
}

.darkTheme .dxp-lead.dxp-summary, .darkTheme .dxpLite_DevEx .dxp-num:not(.dxp-current) {
    color: #dce3ec !important;
}

/*GeneralSearch.aspx*/
.darkTheme .dxgvTable_Moderno, .darkTheme .dxmLite_Moderno .dxm-popup {
    background-color: #3c4452 !important;
}

    .darkTheme .dxgvTable_Moderno .dxic > input {
        color: #3c4452 !important;
    }

.darkTheme .dxgvDataRowAlt_Moderno, .darkTheme .dxgvHeader_Moderno {
    background-color: #4f5467 !important;
}

.darkTheme .dxmLite_Moderno .dxm-popup .dxWeb_mSubMenuItemChecked_Moderno {
    filter: invert(1);
}

/*SqlMonitor.aspx*/
.darkTheme .dxgvTable_Office365 {
    background-color: #3c4452 !important;
}

.darkTheme .dxgvFilterRow_Office365 .dxic > input {
    color: #3c4452 !important;
}

.darkTheme .dxgvHeader_Office365, .darkTheme .dxgvFilterRow_Office365 td.dxgv {
    background-color: #3c4452 !important;
}

.darkTheme .dxgvControl_Office365 .dxgvTable_Office365 .dxgvSelectedRow_Office365,
.darkTheme .dxgvControl_Office365 .dxgvTable_Office365 .dxgvSelectedRow_Office365.dxgvDataRowHover_Office365 {
    background-color: #4f5467;
}

/*MetaLoadErrors.aspx*/
.darkTheme div[id*=pnlErrors], .darkTheme div[id*=pnlErrors] table th, .darkTheme div[id*=pnlErrors] table div,
.darkTheme div[id*=pnlErrors] table td {
    color: #dce3ec !important;
}

    .darkTheme div[id*=pnlErrors] input {
        background: #4f5467 !important;
    }

/*permissionerror.aspx*/
.panel-error .panel-footer {
    background: #353c48;
}

/*Dosyalar.aspx*/
div[id*=filearchiveQuery] #attachQueryElem {
    background-color: #353c48 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .user-profile .dropdown-menu a {
        white-space: normal;
    }

    .pageCountListBox select {
        border-color: #e4e7ea !important;
        border-width: 1px !important;
    }

    .netcadgrid .pagination-ys > td, .netcadgrid tbody > tr:nth-of-type(2)[class='thead'] > th {
        position: relative;
        top: 0;
    }

    .tablesaw-columntoggle-popup {
        width: 160px;
    }

    /*:(*/
    .bg-title > div .dropdown-menu {
        position: fixed;
        top: 100px;
    }

    .dleft {
        overflow: hidden;
        float: left;
        display: table-cell;
        width: 100% !important;
    }

        .dleft .input-group-addon {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px
        }


    .dcont {
        overflow: auto;
        width: 100%;
        display: table;
        position: relative;
    }

    .dright {
        float: initial !important;
        width: auto !important;
    }

        .dright.dopen {
            display: table-cell;
        }

        .dright .form-control {
            border-radius: 0px;
            border-left: none;
        }

    .dslctr {
        float: left !important;
    }

        .dslctr .btn.dropdown-toggle {
            opacity: 0.01;
        }

        .dslctr .dropdown-menu.open {
            right: 0;
            left: auto;
        }

    .dopertr {
        position: absolute;
        width: 40px;
        height: 33px;
        text-align: center;
        line-height: 33px;
        display: table !important;
        border-bottom: 1px solid #e4e7ea;
        margin-top: 0.5px;
        border-radius: 0px;
        background: transparent !important;
    }

    .dmdlw {
        width: 40px;
        display: table-cell;
        height: 34px;
        float: none !important;
    }
}

@media (max-width: 768px) {

    body {
        overflow: auto !important;
    }

    .hide-in-mobile, .hidemobile, .top-left-part, .masterMenu {
        display: none !important;
    }

    .navbar-header .navbar-toggle2 {
        float: left !important;
    }

    .navbar-toggle2, .navbar-toggle2:focus, .navbar-toggle2:hover {
        padding: 0 15px;
        line-height: 60px;
        border: 0;
        color: rgba(255,255,255,.5);
        margin: 0;
        display: inline-block;
        border-radius: 0;
    }

    .masterMega > ul > li:not(:first-of-type) {
        padding-bottom: 10px;
    }

    .nav.navbar-top-links.navbar-right.pull-left {
        display: flex;
        justify-content: space-between;
        width: 100vw;
        padding-bottom: 10px;
    }

    .navbar-default .navbar-brand {
        color: #777;
        font-weight: 500;
        padding: 5px !important;
        min-height: unset;
        border: 1px solid #777;
        border-radius: 4px;
    }

    .app-search .exactAnClearIcons {
        top: 13px;
    }

    app-search a {
        position: absolute;
        top: 22px;
        right: 10px;
        color: #3e4d6c;
    }

    .searchsection .panel {
        background-color: #fff !important;
    }

    .darkTheme .searchsection .panel {
        background-color: #353c48 !important;
    }

    .mega-dropdown-menu {
        padding-left: 0 !important;
    }

    .content-wrapper .sidebar #side-menu > li {
        width: 100vw;
    }

    .content-wrapper .user-profile .user-pro-body img {
        height: 50px;
    }

    .slimScrollDiv {
        overflow: visible !important;
    }

    .navbar-default.sidebar {
        height: auto !important;
        max-height: 70% !important
    }

    [id$="formUpdatePanel"] > div {
        padding: 10px;
    }

    [id$="formUpdatePanel"] .netdrop-container .btn-outline {
        background: transparent;
    }

    .right-sidebar {
        height: auto !important;
    }

    .masterMenu2 {
        display: flex;
        list-style: none;
        line-height: 42px;
    }

    .page-title {
        font-size: 16px;
    }

    .bg-title > div:first-of-type {
        padding: 0;
    }

    .bg-title {
        padding-right: 0 !important;
    }

    .masterMenu2 .btn {
        color: unset;
        margin-top: 5px;
        margin-right: 2px;
        height: 37px;
    }

        .masterMenu2 .btn a {
            color: unset;
        }

    .masterMenu2 li > a {
        padding: 6px !important;
    }

        .masterMenu2 li > a > i {
            margin-right: 3px;
        }

    div[id$="popUpWidget"], div[id$="popUp"], div[id$="WidgetContent"] {
        padding: 1px 20px;
    }


    .pagination-ys .datatables-toolbar {
        position: relative;
    }

    .dxm-popupMain.dxm-popup {
        display: block !important;
    }
}

/*ion-range-slider*/

.irs-min, .irs-max, .irs-line {
    background-color: #e9ecee !important;
    color: black !important;
}

.irs-handle {
    background-color: #214073 !important;
}

    .irs-from:before, .irs-to:before, .irs-handle > i:first-child, .irs-single:before {
        border-top-color: #214073 !important;
    }

.irs-from, .irs-to, .irs-bar, .irs-single {
    background-color: #214073 !important;
}


@media only screen and (max-device-width : 767px) {
    .navbar-default.sidebar {
        max-height: none !important;
    }
    
    .navbar-default.sidebar #side-menu {
        padding-bottom: 50px !important;
    }

    .tablesaw-bar.mode-columntoggle {
        display: none;
    }

    .checkboxAndCloserow {
        display: flex;
        justify-content: space-between;
        margin-right: 15px;
    }

    .mobileexpand .checkboxAndCloserow {
        justify-content: flex-end;
    }

    .checkboxAndCloserow .checkbox, .checkboxAndCloserow .closerowdiv {
        position: inherit !important;
    }

    .netdatarow td:nth-child(n+1):nth-child(-n+10) {
        padding-left: 35px !important;
    }

    .netcadgrid > div:not([class]) {
        max-height: none;
    }

    .mobileMapTools {
        display: block !important;
        position: fixed;
        top: 75px;
        right: 10px;
        z-index: 17;
        font-size: 20px;
        background: rgba(0,0,0,.5);
        width: 2em;
        height: 2em;
        border-radius: 2em;
        color: white;
        padding: 7px;
    }

    #testmenus {
        display: none;
        position: absolute;
        right: 10px;
        top: 75px;
        text-align: end;
        padding: 10px;
        border-radius: 5px;
        background: rgba(0,0,0,.5);
        z-index: 17;
    }

        #testmenus a, #testmenus a:hover, #testmenus a:active, #testmenus a:focus, .mobileMapTools:hover, .mobileMapTools:focus, .mobileMapTools:active {
            color: white;
        }

        #testmenus .minmenu {
            position: relative;
            width: 92vw;
            height: 160px;
            text-align: right;
            overflow-y: auto;
            background: rgba(0,0,0,.5);
        }

        #testmenus .hrefundefined {
            padding: 5px;
        }

    .serachextentbtb {
        left: 25% !important;
    }
}

/*for tablet screen*/
@media only screen and (min-width: 641px) and (max-width: 961px) {
    .navbar-default.sidebar {
        max-height: 100% !important;
    }

    .fix-sidebar .sidebar #side-menu {
        height: calc(100% - 135px);
    }

    .nav.navbar-top-links.navbar-left.hidden-xs {
        margin-left: 0 !important;
    }

    .content-wrapper .user-profile .user-pro-body img {
        height: 40px;
    }

    .navbar-left.navbar-top-links {
        float: left !important;
    }

    .content-wrapper .sidebar #side-menu > li {
        width: 60px;
    }

    #main-menu-inner {
        height: 100% !important;
        display: block !important;
    }

    .navbar-collapse.collapse {
        display: block !important;
    }

    .pagination-ys .gridPager {
        margin-top: 35px;
    }

    .masterMenu {
        display: block !important;
        float: none;
    }

    .masterMenu2 {
        display: none !important;
    }

    .hide-in-mobile, .hidemobile, .top-left-part {
        display: none !important;
    }
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
    .navbar-right.navbar-top-links {
        float: right !important;
    }

    .navbar-default.sidebar {
        height: calc(100% - 60px) !important;
    }

    .navbar-default.sidebar {
        width: auto;
    }

}

/*for mobile screen*/
@media only screen and (max-width: 641px) {
    .masterMenu2 {
        display: flex;
        list-style: none;
        line-height: 42px;
    }

    .hide-in-mobile, .hidemobile, .top-left-part, .masterMenu {
        display: none !important;
    }

    #aspnetForm, .wrapper, .page-wrapper, .content-inner {
        height: 100%;
    }
}

    /*NETIGMA-10453 start*/
    .nt-form-item > .input-group, .nt-form-item .dcont, .nt-form-item .ntcombo, .nt-form-item > input, .nt-form-item > textarea, .nt-form-item .netdrop-container,
    .nt-form-item div[id$="aspxDDEYeniDosyaTipler"] {
        border: 1px solid rgba(120,130,140,.21) !important;
        border-radius: 4px !important;
        padding-right: 10px !important;
    }

    .nt-form-item .form-control, .nt-form-item .form-control.focus, .nt-form-item .form-control:focus,
    .nt-form-item .datetime-input-group-addon, .nt-form-item .bootstrap-touchspin .input-group-btn-vertical,
    .input-group.checkbox .nt-form-item .input-group-addon, .nt-form-item .geometryQueryControl .btn-outline {
        background-image: none;
    }

    .nt-form-item .dopertr, .nt-form-item .mmbtncls, .nt-form-item .ntcombo .dropdown-toggle, .nt-form-item .selectize-input,
    .nt-form-item .fileArchiveButtons, .nt-form-item .input-group-btn > span, .nt-form-item .netigmaFormDropdown {
        border: 0 !important;
    }

    .nt-form-item .selectize-control.single .selectize-input:after, .nt-form-item .selectize-control.multi .selectize-input:after {
        right: 10px !important;
        top: 27px;
    }

    .nt-form-item .dopertr {
        margin-top: 0;
        top: 0;
        height: 38px;
    }

    .nt-form-item .input-group-btn > span {
        width: 40px;
    }

    .nt-form-item > select {
        border: 1px solid rgba(120,130,140,.21) !important;
        border-radius: 4px !important;
        padding-right: 10px !important;
        height: 38px;
        text-indent: 15px;
    }

    .nt-form-item .form-control {
        border: 0;
    }

    div[tid="ntpIsim"] .nt-form-item .selectize-control {
        border: 1px solid rgba(120,130,140,.21) !important;
        border-radius: 4px !important;
    }

        div[tid="ntpIsim"] .nt-form-item .selectize-control > .items {
            padding: 6px 8px 0px !important;
        }

    .nt-form-item .selectize-control.single > .selectize-input, .ntcombo .bootstrap-select .dropdown-toggle .filter-option {
        line-height: 27px;
        height: 20px;
    }
    /*NETIGMA-10453 end*/

    .nt-form-item .netdrop-container {
        padding-right: 0 !important;
    }

    input[disabled=disabled] {
        background-color: #e4e7ea !important;
    }

.darkTheme input[disabled=disabled] {
    background-color: #797979 !important;
}

    #side-menu li a:focus,
    #side-menu li a:hover {
        background: rgba(0,0,0,.08) !important;
    }

    .sidebar .nav-third-level li a {
        padding-left: 65px !important;
    }

    .sidebar .nav-fourth-level li a {
        padding-left: 80px !important;
    }

    .sidebar .nav-fifth-level li a {
        padding-left: 95px !important;
    }

    #_ncSidebarWrapper {
        z-index: unset !important;
    }
