body {
    margin: 0;
    padding: 0;

}

.menu-section {
    z-index: 1002;
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
}

#footer {
    background-color: #F0F0F0;
    border: 1px solid #666666;
    bottom: -357px;
    position: fixed;
    height: 357px;
    width: 100%;
    z-index: 1002;
    overflow: auto;

}

#inner {
    background-color: #F0F0F0;
    border: 1px solid #666666;
    border-bottom-width: 0px;
    padding: 20px 20px 100px 20px;
    height: 160px;
}

#leftPane {
    position: absolute;
    top: 40px;
    z-index: 1002;
}

.leftPanel {
    width: 300px;
    float: left;
    position: relative;
    background-color: #F0F0F0;
    border: 1px solid #666666;
}

.slider-arrow {
    top: 50px;
    padding: 5px;
    width: 10px;
    float: left;
    background-image: url("../js/lib/ol/img/east-mini.png");
    background-repeat: no-repeat;
    font: 400 12px Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    position: relative;
}

.bottom-slider-arrow {
    bottom: 2px;
    padding: 5px;
    width: 10px;
    float: right;
    background-image: url("../js/lib/ol/img/north-mini.png");
    background-repeat: no-repeat;
    font: 400 12px Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    position: fixed;
    z-index: 1102;
    right: 24px;
}

.pointPopup {
    z-index: 2000;
}

#leftMenuContentTab1 {
    float: left;
    min-width: 200px;
    margin-left: 2px;
    width: 260px;
    height: 400px;
    overflow: auto;
}

#leftMenuContentTab2 {
    float: left;
    min-width: 200px;
    margin-left: 2px;
    width: 260px;
    max-height: 400px;
    overflow: auto;
}

#leftMenuContentTab3 {
    float: left;
    min-width: 200px;
    margin-left: 2px;
    width: 260px;
    max-height: 500px;
    overflow: auto;
}

.olControlLoadingPanel {
    background-image: url("../js/lib/kendo/styles/web/Moonlight/loading-image.gif");
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    z-index: 1300;
    background-color: rgba(0, 0, 0, 0.5);
}

#undo {
    right: 20px;
}

.windowContent {
    display: block;
    margin: 10px;
    float: left;
    top: 10px;
    text-align: center;
    width: 95%;
    height: 88%
}

#tabstrip {
    height: 100%;
}

#tabstrip-1, #tabstrip-2, #tabstrip-3 {
    height: 90%;
}

#grid {
    overflow: auto;
    display: block;
}

#navigateMap {
    z-index: 1100;
    right: 100px;
    position: absolute;
    top: 70px;
    background-color: #eee
}

.olControlEditingToolbar div {
    float: right;
    width: 24px;
    height: 24px;
    margin: 5px;
}

.olControlEditingToolbar .olControlModifyFeatureItemInactive {
    background-position: -1px -1px;
}

.olControlEditingToolbar .olControlModifyFeatureItemActive {
    background-position: -1px -24px;
}

.k-grid tbody tr {
    height: 20px;
}

.k-grid td {
    white-space: nowrap;
}

#street-view {
    height: 40%;
    z-index: 999999;
}

.street-view-close-button-white {
    background-image: url(//maps.gstatic.com/tactile/omnibox/clear-1x-20150504.png);
    background-position: -48px 0;
    background-size: 96px 24px;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.street-view-widget-image-header-close {
    position: absolute;
    top: 12px;
    right: 22px;
    width: 24px;
    height: 24px;
    color: white;
}

.player {
    position: absolute;
    margin-top: 43px;
    width: 100%;
}

.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;
}

.sfa-report-v2-header {
    white-space: normal !important;
}

/* 
    ### Audit Match Control Panel ( Eşleme Denetleme Ekranı ) ###
*/
#audit-match-control-panel-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    overflow: auto;
}

#audit-match-date-wrapper {
    width: 100%;
    height: auto;
    overflow: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.audit-match-table-cell {
    text-decoration: none;
    color: #0094FB;
    font-size: 14px;
}

.audit-match-table-cell:hover {
    text-decoration: none;
    color: rgb(21, 100, 156);
    font-weight: bold;
}

.selected-point-subtable-names {
    font-weight: 700;
}

#OutletPagedGrid td {
    /*white-space: normal !important;*/
}

#compare-audit-container {
    display: flex;
    flex-direction: column;
    overflow: auto;
    max-height: 500px;
}

#compare-audit-content {
    display: flex;
    flex: 1;
    flex-grow: 1;
    margin: 0;
    padding: 0;
}

#compare-audit-content .point-audit-comparison-list {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 0;
    padding: 0 0 0 10px;
    list-style-type: none;
}

#compare-audit-content .point-audit-comparison-list li {
    margin: 2.5px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

#compare-audit-content .point-audit-comparison-list label {
    font-weight: 900;
    text-decoration: underline;
}

#point-audit-title {
    border-bottom: none;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: #d1d1d1;
}

#compare-audit-content .point-audit-comparison-list:first-of-type {
    border-right: 1px solid black;
    padding: 0 10px 0 0;
}