@CHARSET "UTF-8";

body {
    font-family: Verdana, Tahoma, Trebuchet MS, Arial;
    font-size: 11px;
    overflow: hidden;
}

.detail table th {
    text-align: right;
}

#box {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100000;
    background: #000;
    padding-right: 8px;
    margin-left: 5px;
    opacity: 0.80;
    filter: alpha(opacity=80);
}

#box .head {
    color: #fff;
    white-space: nowrap;
    padding: 5px;
}

.selected-observer-row td,
.selected-observer-row th {
    background-color: #1f85c5;
    color: #fff;
}

.edtl-tab td {
    vertical-align: top;
}

.current-language {
    background: #1f85c5;
    color: #fff;
    border-left: solid 3px #f35800 !important;
}

.week-day {
    border: solid 1px #ddd;
    cursor: pointer;
}

.week-day:hover {
    background-color: #FFFF66;
}

.week {
    border: solid 1px #ddd;
    cursor: pointer;
}

.week:hover {
    background-color: #FFFF66;
}

.selected-week-day {
    background-color: #FFFFCC;
}


/* .olControlLayerSwitcher {
    top: 150px !important;
} */

.layersDiv {
    background: #f35800 !important;
}

.intro {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}

.rita-ui button {
    margin: 3px;
}

input.k-button,
button.k-button {
    border: 0;
    background-image: none !important;
    background-color: #1f85c5;
   /* -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);*/
    color: #fff;
    border-radius: 0 !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    margin: 0px 3px;
}

.k-button.k-state-disabled, .k-button.k-state-disabled:hover {
    border: 0;
    background-image: none !important;
    background-color: #1f85c5;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
    color: #fff;
    border-radius: 0 !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    margin: 0px 3px;
}

.k-menu li.k-item {
}

.search-button {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-indent: -9999px;
    margin: 0px 5px;
}

.search-box-input {
    width: 300px;
    font-size: 15px;
    background: #000;
    color: #fff;
    border: 0;
    margin-left: 5px;
    padding: 6px 0 0 5px;
}

.customMapControls {
    position: absolute;
    top: 80px;
    right: 20px;        
}

.map-zoom {
    cursor: pointer;
}

.map-zoom-custom {
    background: #fff;
    width: 28px;
    height: 28px;
    border: solid 2px #000;
    border-radius: 50%;
    padding: 2px;    
}

.measure-path-result {
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 10;
    background: #fff;
    padding: 10px;
    text-align: center;
    border: solid 2px #bbb;
    min-width: 200px;
}

.measure-path-result > i.fa-times {
    cursor: pointer;
    opacity: 0.5;
}

.measure-path-result > i.fa-times:hover {
    opacity: 1;
}

.k-grid-header-wrap th {
    background-color: #f3a800;
    background-image: none;
}

.k-grid-content .k-state-selected {
    background-color: #1f85c5 !important;
    color: #fff !important;
}

.olControlZoom {
    top: 80px !important;
}

.search-box-options {
    background: #333;
    padding: 3px;
    color: #fff;
}

.search-box-options label {
    margin: 0px 3px;
}

.search-box-table {
    top: 10px !important;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
    border-bottom: solid 3px #f35800;
    background: #000;

    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 10;
}

.layout-panel {
    display: none;
    background-color: #FFF;
    position: absolute;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    z-index: 1001;
}

.layout-toggler {
    display: none;
    cursor: pointer;
    background-color: #fff;
    position: absolute;
    z-index: 1000;
    /*padding: 2px;*/
    /*font-size: 15px;*/
    /*z-index: 10;*/
    -webkit-box-shadow: 4px -2px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px -2px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 4px -2px 15px 0px rgba(0, 0, 0, 0.75);
    padding: 0px 2px;
}

.layout-resizer {
    display: none;
    position: absolute;
    background-color: #99CCFF;
    z-index: 1000;
}

.layout-resizer:hover {
    background-color: #6699CC;
}

.edit-window button {
    min-width: 200px;
    margin: 2px;
}

.selected-point-list,
.selected-point-list table {
    width: 100%;
}

.selected-point-list table input {
    margin: 0px;
}

.selected-point-list th,
.selected-point-list td {
    vertical-align: top;
}

.selected-point-edit-panel-div {
    overflow: auto;
}

.properties-table {
    border: solid 1px #ddd;
}

.properties-table-th {
    vertical-align: top;
    padding-top: 5px;
    background-color: #ddd;
    min-width: 150px;
    text-align: right;
    padding-right: 5px;
}

.user-selection-container {
    overflow: auto;
    min-height: 100px;
    border: solid 1px #ddd;
    padding: 1px;
    margin-top: 4px;
}

.user-selection-container .user-selection-all {
    text-align: center;
}

.user-selection-container .user-selection-all a {
    margin-right: 3px;
    margin-left: 3px;
}

.user-selection-list {
    margin: 0;
    margin-top: 3px;
    padding: 1px;
    border-top: solid 1px #ddd;
}

.form-panel {
    /*width: 100%;*/
}

.form-panel td.form-panel-td {
    vertical-align: top;
}

.form-panel-header th {
    border: 1px solid rgb(238, 238, 255);
    border-image: none;
    height: 25px;
    cursor: pointer;
}

.survey {
    overflow: auto;
    /*height: 400px;*/
}

.survey-table {
    width: 100%;
    height: 100%;
}

.nstar-grid-detail {
    width: 100%;
}

.adjacency-point-search {
    padding: 5px;
    border: solid 1px #ddd;
}

.adjacency-point-search div {
    padding: 9px;
}

.closed-area-panel table {
    text-align: center;
    width: 100%;
}

.closed-area-panel .k-button {
    min-width: 60px;
}

.hierarchy-tree {
    min-height: 120px;
    max-height: 300px;
    /* width: 300px; */
    /* overflow: auto; */
    text-align: left;
    border: solid 1px #ddd;
}

.point-photos {
    text-align: center;
    background: #ddd;
    margin: 2px;
    padding: 2px;
}

.point-transaction-history-panel {
    margin: 10px 0px;
}

.duplicate-match-window-nav {
    text-align: center;
}

.duplicate-match-window-nav a {
    padding: 2px 5px;
    text-decoration: none;
}

.duplicate-match-window-nav a:hover {
    background: #aaa;
}

.criteria-panel-content {
    padding: 4px;
}

.criteria-logical {
    border: solid 2px #fff;
}

.criteria-logical-AND {
    background: #ddf;
}

.criteria-logical-OR {
    background: #dfd;
}

.criteria-logical-NOT {
    background: #fdd;
}

.criteria-block {
    margin: 2px;
}

.assigned-work-order-panel {
    overflow: auto;
    /*height: 250px;*/
}

.assigned-work-order-part {
    border: solid 1px #ccc;
    padding: 0px 2px;
    width: 300px;
    height: 180px;
}

.assigned-work-order-part p {
    background: #ccc;
    padding: 5px;
}

.work-order-pool-panel {
    margin: 10px auto;
    width: 80%;
}

.cooler {
    border: solid 1px #00F;
    margin: 5px;
}

.cooler-door {
    background: #DDF;
}

.cooler-shelf {
    border: solid 1px #000;
    padding: 5px;
    min-height: 114px;
}

.score-calculation-alternative-row {
    cursor: pointer;
    max-width: 20%;
}

.score-calculation-alternative-row:hover {
    background: #AFF;
}

.trade-channel-metrics-matrix .trade-channel-metrics-matrix-header {
    background: #DDD;
}

.trade-channel-metrics-matrix-check {
    height: 25px;
    border: solid 1px #ddd;
    cursor: pointer;
}

.trade-channel-metrics-label {
    padding: 0px 4px;
}

.trade-channel-metrics {
    cursor: default;
}

.select-metric-title {
    text-align: left;
    font-weight: bold;
    background: #000;
    color: white;
}

.select-sub-metric-title {
    text-align: left;
    font-weight: bold;
}

.tab-control-th {
    cursor: pointer;
    padding: 10px;
    background: #DDDDDD;
    margin-left: 5px;
    border: solid 1px #ccc;
}

.tab-control-th-passive {
    border-bottom: solid 1px #ccc;
}

.tab-control-th:hover {
    background: #CCC;
}

.tab-control-th-selected {
    background: #CFC;
    font-weight: bold;
    border-bottom: 0;
    background: none;
}

.point-search-tab {
    width: 200px;
}

.weight-exception-tr:hover {
    background: #f2dede;
}

.weight-exception-tr td {
    border: solid #CCCCCC 1px;
}

.weight-exception-table-label {
    padding: 5px;
    text-align: center;
    color: #fff;
    background: #00f;
    font-weight: bold;
    font-size: 16px;
}

.pulse-filter-table {
}

.pulse-filter-table td.filter,
.pulse-filter-table th.filter {
    cursor: pointer;
    padding: 5px;
    border: solid 1px #ddd;
    /*border-radius: 10%;*/
}

.pulse-filter-selected {
    background: red;
    color: white;
}

.invisible {
    visibility: hidden;
}

.metric-must {
    color: red;
    border-right: solid 1px #DDD;
    font-weight: bold;
}

.metric-suggest {
    color: #00F;
    border-right: solid 1px #DDD;
}

.metric-optional {
    color: #aaa;
    border-right: solid 1px #DDD;
}

/*
    ----------------------------------------------------------------------------------------------------------------- Wizard Pulse
*/

.circle-button {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 5px;
    background-color: #e4a72b;
    color: #eee;
    margin: 3px;
    cursor: pointer;
}

.circle-button:hover {
    opacity: 0.7;
}

.size {
    width: 50px;
    height: 50px;
}

.circle {
    border-radius: 50%;
    background: #ccc;
    display: table-cell;
    position: absolute;
    top: 25px;
    left: 0;
}

.circle-description {
    position: absolute;
    top: 25px;
    background: #eee;
    height: 50px;
}

.circle-description .circle-content {
    padding: 0px 30px;
    font-size: 90%;
}

.circle-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*color: white;*/
    height: 50px;
}

.active-step-description {
    background: #777;
    color: white;
}

.active-step-circle {
    background: #555;
    color: white;
}

.previous-step-circle {
    background: #555;
    color: white;
}

.tp-infobox {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 3px;
    background: #fff;
}

.previous-step-description {
    background: #777;
    color: white;
}

.pulse-wizard-progress {
    /*position: fixed;
    top:20px;*/
    left: 2%;
    right: 2%;
    position: relative;
}

.target-panel-cell {
    cursor: pointer;
    width: 100px;
    border: solid 1px #ddd;
}

.target-panel-cell:hover {
    background: #dfd;
}

.pulse-target-panel-edit {
    text-align: center;
}

.pulse-target-panel {
    margin: 0 auto;
}

.pulse-target-panel td {
    vertical-align: top;
}

.pulse-target-list-panel {
    border: solid 1px #eee;
    background: #fff;
    width: 150px;
}

.pulse-target-list-panel td {
    border-bottom: solid 1px #eee;
}

/*----------------------------Google Arrow*/

.google-arrow {
    border-bottom: 10px solid #ddd;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 0;
    margin: 0 auto;
}

input.decision,
button.decision {
    border: 0;
    padding: 5px;
    width: 150px;
    color: #eee;
    margin: 3px;
    cursor: pointer;
}

input.ok,
button.ok {
    background-color: #0a0;
}

div.k-window-iframecontent {
    overflow: auto !important;
}

/*------------------lang-manager -----------*/

.rita-dictionary td {
    min-width: 150px;
    font-size: 13px;
    border: solid 1px #ddd;
    padding: 0;
}

.rita-dictionary td input,
.rita-dictionary td textarea {
    width: 99%;
    border: 0;
    background: #ffa;
}

.rita-dictionary th {
    border: solid 1px #ddd;
    padding: 3px 10px;
    text-align: left;
}

.lang-manager-header {
    height: 50px;
    background: #aaa;
    width: 100%;
    /*position: fixed;
    top: 0;
    left: 0;
*/
}

.lang-manager-middle {
    overflow: auto;
    /* margin-top: 40px;   */
}

.pulse-map-select {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #FFF;
    padding: 3px;
    z-index: 10000;
}

.rotate {
    /* FF3.5+ */
    -moz-transform: rotate(-90.0deg);
    /* Opera 10.5 */
    -o-transform: rotate(-90.0deg);
    /* Saf3.1+, Chrome */
    -webkit-transform: rotate(-90.0deg);
    /* IE6,IE7 */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    /* Standard */
    transform: rotate(-90.0deg);
}

.joinerOK {
    background-color: cadetblue;
}

.joinerControl {
    background-color: bisque;
}

.unmatch {
    background-color: cadetblue;
}

.confirm {
    background-color: bisque;
}

.match {
    background-color: cadetblue;
    color: #0e;
}

.sameRow {
    background-color: #D2CDFF;
}

.diffRow {
    background-color: #CDFFD9;
}

img {
    image-orientation: from-image;
}

.mdm-control-call-box {
    position: absolute;
    top: 10px;
    right: 10px;
}

.mdm-control-call-box label {
    font-size: 17px;
    margin-right: 5px;
}

.mdm-control-call-box button {
    padding: 5px 10px;
    border: none;
    background: #0094FB;
    color: #fff;
    font-size: 17px;
}

.mdm-control-call-box span {
    font-size: 15px;
    cursor: pointer;
}

.mdm-call-log-table {
    border-spacing: 0.5rem;
    border-collapse: collapse;
}

.mdm-call-log-table td {
    display: table-cell;
    vertical-align: inherit;
    text-align: inherit;
    padding: 1px;
    border: 1px solid black;
}

.rita-tab-control-content {
    overflow: auto;
    padding: 3px;
    border: solid 1px #ccc;
    border-top: 0;
}

.col-2 { width: 50%; }
.col-3 { width: 33.3%; }
.col-4 { width: 25%; }
.col-5 { width: 20%; }
.col-6 { width: 16.6%; }

.modal-progress h1 {
    color: #fff;
}

.panel-caption {
    height: 30px;
    line-height: 30px;
}

.panel-caption-back {
    float: left;
    display: block;
    border: none;
    background-color: transparent;
    font-size: 24px;
    color: #fff;
    display: none;
    cursor: pointer;
}

.panel-caption-back:hover {
    color: #777;
}

.selected-point-list-save {
    width: 60px;
    position: absolute;
    background-color: #0a0;
    border: solid 2px #fff;
    color: #fff;
    padding: 8px;
    cursor: pointer;
    top: 40px;
    left: 0px;
}

.selected-point-list-search-google {
    position: absolute;
    background-color: rgb(30, 156, 156);
    border: solid 2px #fff;
    color: #fff;
    padding: 8px;
    cursor: pointer;
    top: 40px;
    left: 70px;
}

.outlet-match-list-search-google {
    background-color: rgb(30, 156, 156);
    border: solid 2px #fff;
    color: #fff;
    padding: 8px;
    cursor: pointer;
}

.selected-point-list-extra {
    position: absolute;
    background-color: #0a0;
    border: solid 2px #fff;
    color: #fff;
    padding: 8px;
    cursor: pointer;
    top: 80px;
    left: 0px;
    width: 61.5px;
}

.observer-selected-user {
    background-color: aqua;
}

.point-info tr:hover {
    background-color: #e4a72b;
}

.selected-point-info-v3 tr > th {
    background-color: unset;
    vertical-align: middle;
}

.selected-point-info-v3 tr > th, .selected-point-info-v3 tr > td {
    padding: 4px;
    background-color: #f5f8fa; 
    border-top: 1px solid #ddd;
}

.selected-point-info-v3 > caption {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
    border-bottom: solid 1px #ddd;
    font-size: 1.2em;
    font-weight: bold;
}

.tapdk-search-result {
    width: 100%;
    margin: 10px 0;
}

.tapdk-search-result tr:nth-child(even) {
    background-color: #eee;
}

.tapdk-search-result td, .tapdk-search-result th {
    padding: 7px;
}

.map-button-container, .map-button-box {
    position: absolute;
    z-index: 20;
    padding: 2px;
}

.map-button-box {
    bottom: 0;
    right: 0;
}

.map-button-container {
    background-color: floralwhite;
}

.invalid-input {
    border: solid 1px #ff0000 !important;
}

.additional-proposal-legend {
    right: 5px;
    bottom: 5px;
    position: absolute;
    background-color: rgba(255,255,255, 0.7);
    padding: 5px;
    z-index: 10;
}

.mdm-map-button-box {
    left: 5px;
    right: unset;
    top: 5px;
    bottom: unset;
}

.mdm-map-button {
    display: inline-block;
}

.mdm-info {
    float: right;
    line-height: 40px;
    margin: 10px;
}

.mdm-operation-panel {

}

.mdm-operation-panel-buttons input {
    margin-top: 3px;
    width: 150px;
}

a.mdm-operation-panel-info {
    display: block;
    text-align: center;
    padding: 20px;
}

.mdm-operation-panel-save {
    height: 40px;
    width: 100px;
    background-color: #0a0;
}


table.mdm-request-history {
    border: solid 1px #ccc;
    padding: 10px;
}

table.mdm-request-history caption {
    padding: 3px;
}

td.mdm-request-history, td.mdm-request-history-customer, td.mdm-request-history-gvg {
    background-color: #aca;
    padding: 0px 10px;
    border-bottom: solid 1px #fff;
}

td.mdm-request-history-gvg {
    background-color: #caa;
}

.left-message {
    width: 0px;
    height: 0px;
    border-top: 10px solid #caa;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.right-message {
    width: 0px;
    height: 0px;
    border-top: 10px solid #aca;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent
}

tr.selected-row th, tr.selected-row td {
    background-color: #afa;
}

#slider-id {
    width: 492px;
    margin: 10px;
}

.required-invalid {
    border: solid 1px #f00 !important;
}

.required-valid {
    border: solid 1px #0f0 !important;
}

table.wide-table {
    width: 100%;
    border-spacing: 0;
}

table.wide-table > tbody > tr > td, table.wide-table > tbody > tr > th, table.wide-table > thead > tr > th {
    padding: 8px;
    border-bottom: solid 1px #eee;
}

table.wide-table > tbody > tr:hover {
    background-color: #eee;
}

table.wide-table > thead > tr > th {
    position: sticky;
    top: 0;
    background-color: #eee;
    padding: 10px;
}

table.wide-table > tfoot > tr > th {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    padding: 10px 8px;
}

.weekly-calendar {
    width: 100%;
    overflow: auto;
    height: calc(100vh - 215px);
    position: relative;
}

.weekly-calendar > table {
    width: 100%;
}

.weekly-calendar > table > thead th {
    padding: 20px 0px;
    text-align: center;
    background-color: #5f9ea0;
    position: sticky;
    top: 0;
    z-index: 2;
}

.weekly-calendar > table > tfoot th {
    text-align: center;
    background-color: #ddd;
    position: sticky;
    bottom: 0;
    z-index: 2;    
    font-size: 0.7em;
    padding: 5px 0;
}

.weekly-calendar > table > thead th:first-child {
    width: 80px;
}

.weekly-calendar > table > tbody > tr:hover {
    /* background-color: #ffffff; */
}

.weekly-calendar > table th, .weekly-calendar > table td {
    padding: 4px 10px;
    border: solid 1px #ccc;
    height: 30px;
    background-color: lightyellow;
    font-weight: normal;
}

.weekly-calendar > .task-box {
    position: absolute;
    background-color: #fff;
    border: solid 1px #000;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.7em;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-word;
}

.weekly-calendar > .task-box:hover {
    background-color: #eee;
}

.weekly-calendar th.day-name {
    cursor: pointer;
}

.darker85 {
    filter: brightness(85%);
}

.calendar-edit-upper > * {
    margin-right: 5px;
}

.calendar-cell-non-droppable {
    pointer-events: none;
    background-color: #ffe !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #fff;
}

.tp-check-all-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tp-check-all-container a:first-child{
    font-size: 2em;
    color: #191246;
}

.tp-check-all-container input:last-child{
    margin-left: 5px;
}

.column-matcher-panel-container {
    margin-top: 10px;
}

.column-matcher-panel > thead th {
    position: sticky;
    top: 0px;
    background: #fff;
    border-bottom: solid 1px #ccc;
}

.column-matcher-panel > thead th,
.column-matcher-panel > tbody td {
    padding: 10px !important;
    border-top: solid 1px #ccc;
    /* border-bottom: solid 1px #ccc; */
    border-left: 0;
    text-align: center;
    /* font-weight: normal; */
    font-size: 0.8em;
}

.calendar-task-finished {
    color: #0a0;
    font-size: 1.2em;
    /* background-color: #fff; */
    /* padding: 5px 5px 3px 5px; */
    position: absolute;
    top: 5px;
    right: 5px;
}

.geocode-durum-toplami {    
    padding: 10px 20px;
    color: rgb(63, 62, 60);
    margin-right: 8px;
    min-width: 160px;
    text-align: center;
    cursor: pointer;
}

.geocode-durum-toplami-gorunur {
    border-bottom: solid 2px #888;
}

.manual-geocode-table-container {
    height: calc(100vh - 150px);
    overflow: auto;
    margin-top: 10px;
}

.manual-geocode-table > tbody > tr {
    cursor: pointer;
}

.manual-geocode-table > tbody > tr:hover {
    opacity: 0.7;    
}