/* Minification failed. Returning unminified contents.
(8200,20): run-time error CSS1030: Expected identifier, found '#divAhuzotChartCmb'
(8200,38): run-time error CSS1031: Expected selector, found ')'
(8200,38): run-time error CSS1025: Expected comma or open brace, found ')'
(8204,53): run-time error CSS1030: Expected identifier, found '#divAhuzotChartCmb'
(8204,71): run-time error CSS1031: Expected selector, found ')'
(8204,71): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@font-face {
    font-family: 'BlenderRegular';
    src: url('../Fonts/BlenderRegular.otf') format('opentype');
}

/*#088ccd;*/

html, body, #divAll, #divTop, #divCenter, #divBottom, #divProjectCenter {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    margin: 0;
    border: 0 none;
    overflow: hidden;
    font-family: BlenderRegular !important;
    font-size: 13px !important;
    background: white;
}

#divAll {
    opacity: 0.01;
}


#divMapDesktop {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    top: 109px;
    bottom: 1px;
    margin: 0;
    padding: 0;
    margin: 0;
    border: 0 none;
    overflow: hidden;
    font-family: BlenderRegular !important;
    font-size: 13px !important;
    background: white;
}

.esri-ui-top-left {
    display: none !important;
}
.esri-attribution__powered-by {
    display: none !important;
}
/*.esri-legend__layer-caption {
    display: none !important;
}*/

/*remove blue border around map not working*/
.esri-view .esri-view-surface--inset-outline:focus::after {
    outline: none !important;
}

.esri-attribution__sources {
    display: none !important;
}

#imgSplash {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -504px;
    margin-top: -199px;
    text-align: center;
    z-index: 20002;
    overflow: auto;
    width: 1006px;
    height: 397px;
    opacity: 1.0;
}

#divMapWait {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 30002;
    overflow: hidden;
    opacity: 1.0;
}

#imgMapWait {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    text-align: center;
    z-index: 20002;
    overflow: auto;
    width: 100px;
    height: 100px;
    opacity: 1.0;

}

#divVideo {
    position: fixed;
    text-align: center;
    z-index: 100;
    overflow: auto;
    opacity: 1.0;
    z-index: 20000;
    min-width: 100%;
    min-height: 100%;
}

#imgKanes {
    position: absolute;
    bottom: 100px;
    left: 100px;
    text-align: center;
    z-index: 100;
    overflow: auto;
    opacity: 0.9;
    z-index: 20003;
    cursor: pointer;
}

#spnKanes {
    position: absolute;
    bottom: 200px;
    left: 320px;
    text-align: center;
    z-index: 100;
    overflow: auto;
    opacity: 0.9;
    font-size: 50px;
    z-index: 20004;
    color: white;
    cursor: pointer;
}

#spnKanes:focus {
    outline: none;
}

.k-window-content div:focus {
    outline: none;
}

#txtCopyright {
    position: absolute;
    background-color: White;
    color: black;
    z-index: 100;
    font-size: 13px;
    font-weight: bold;
    bottom: 5px;
    right: 50%;
    width: 190px;
    left: 50%;
    margin-left: -95px;
    text-align: center;
    opacity: 0.9;
    cursor: pointer;
}

/*#txtHiddenMessage {
    position: absolute;
    background-color: White;
    color: red;
    z-index: 21100;
    font-size: 13px;
    font-weight: bold;
    bottom: 13px;
    left: 3px;
    text-align: left;
}*/

#popupNotification {
    z-index: 32000;
    position: absolute;
    font-size: 20px;
}

.k-notification {
    font-size: 22px !important;
}

    .k-notification .k-i-note {
        vertical-align: auto;
        display: none;
    }

#divZoomSlider {
    position: absolute;
    top: 125px;
    background-color: transparent;
    width: 40px;
    left: 22px;
    z-index: 501;
}

.k-state-active {
    background-color: #088ccd;
}



#myHoverDiv1 {
    position: absolute;
    background: #eee;
    padding: 0.4em;
    z-index: 40;
    direction: rtl;
    z-index: 14000;
    border: 2px solid #73a7f0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 0 8px -1px black;
    -webkit-box-shadow: 0 0 8px -1px black;
    box-shadow: 0 0 8px -1px black;
}

#tailShadow {
    background-color: transparent;
    width: 4px;
    height: 4px;
    position: absolute;
    z-index: -10;
    -moz-box-shadow: 0 0 8px 1px black;
    -webkit-box-shadow: 0 0 8px 1px black;
    box-shadow: 0 0 8px 1px black;
    right: -8px;
    bottom: 16px;
}

#tail1 {
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent transparent #73a7f0;
    position: absolute;
    right: -20px;
    bottom: 8px;
}

#tail2 {
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent transparent #eee;
    position: absolute;
    right: -18px;
    bottom: 8px;
}

#myHoverDiv2 {
    position: absolute;
    background: transparent;
    z-index: 14000;
}


#gridCenter {
    height: 100%;
}

[data-role="popup"] {
    background-color: #fff !important;
    border-radius: 1px !important;
}




::-webkit-scrollbar {
    width: 0.6em;
    height: 1.0em;
}

::-webkit-scrollbar-button {
    background: #f3f3f3;
}

::-webkit-scrollbar-track-piece {
    background: #f3f3f3;
}

::-webkit-scrollbar-thumb {
    background: #088ccd;
}

body {
  scrollbar-base-color: #088ccd;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
}

#keyboardNavigationKeys {
    width: 180px !important;
    height: 237px !important;
    bottom: 4%;
    right: 1%;
}

#keyboardNavigationKeys.clsAccessHelpWithGrid {
    top: 0;
    left: 1%;
    width: 150px;
    height: 150px;
}

.clsMapPadding {
    display: none;
    z-index: 99;
    position: absolute;
    height: 100%;
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
}

#divMapPrintRight {
    right: 0;
    top: 0;
    border-left: 4px solid yellow;
}

#divMapPrintLeft {
    left: 0;
    top: 0;
    border-right: 4px solid yellow;
}

#divMapPrintTop {
    top: 0;
    width: 100%;
    border-bottom: 0 solid yellow;
}

#divMapPrintTopC {
    top: 0;
    width: 100%;
    border-bottom: 4px solid yellow;
    background: 0;
}

#divMapPrintBottom {
    bottom: 0;
    width: 100%;
    border-top: 0 solid yellow;
}

#divMapPrintBottomC {
    bottom: 0;
    width: 100%;
    border-top: 4px solid yellow;
    background: 0;
}

#keyboardNavigationKeys.disableNavigationMenu {
    display: none !important;
}

#closeKeyboardNavigationKeys {
    position: relative;
    top: 10%;
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#imgSettings {
    height: 240px;
    width: 414px;
}

.clsHidden {
    display: none;
}

.esri-view .esri-view-surface--inset-outline:focus::after {
    outline: unset !important;
}
.clsHeaderImage{
    outline: none;
}

.iview2logo {
    float: left;
    text-align: center;
}

    .iview2logo img {
        display: block;
        margin-bottom: 10px;
    }

.k-window {
    opacity: 0.9;
}

.esriSimpleSlider {
    opacity: 0.8;
}

.div-ma {
    height: 33.3%;
    width: 33.3%;
    position: absolute;
    text-align: center;
    border: 1px solid black;
    cursor: pointer;
}

.k-grid tr td {
    border-bottom: 1px solid lightgray;
}

.strokeme {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    -webkit-text-stroke: 1px #cc0000;
    -webkit-text-fill-color: #FFFFFF;
}

.esri-display-object g text1 {
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.clsLinkSearch {
    position: absolute;
    left: 20px;
    right: 20px;
    width: 160px;
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    color: #088ccd;
    text-align: center;
    color: white !important;
}

#imgBlackClose {
    position: absolute;
    top: 4px;
    right: 100px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

#spanBlackUser {
    position: absolute;
    top: 0;
    right: 160px;
    height: 18px;
    cursor: default;
}

#spanBlackWeather {
    position: absolute;
    top: 0;
    right: 350px;
    height: 18px;
    cursor: pointer;
    text-decoration: underline;
}

#spanBlackVersion {
    position: absolute;
    top: 0;
    right: 490px;
    height: 18px;
    cursor: default;
}

.clsSpanBlack {
    font-size: 18px;
    color: white;
    cursor: pointer;
    font-weight: normal;
    top: -1px;
    border: 2px solid transparent;
}

.clsSpanBlue {
    font-size: 14px;
    color: blue;
}

#spanBlackVersion3 {
    position: absolute;
    top: 2px;
    left: 10px;
    font-size: 14px;
    color: lightyellow;
}

    #spanBlackVersion3:hover, #spanBlackVersion3.keyboardFocus {
        color: yellow;
    }

#spanBlackIntranetInternet {
    position: absolute;
    top: 2px;
    left: 180px;
    font-size: 14px;
    color: lightyellow;
}

#spanBlackIntranetInternet:hover, #spanBlackIntranetInternet.keyboardFocus {
    color: yellow;
}

#spanLngHe {
    position: absolute;
    top: -1px;
    right: 20px;
    font-size: 18px;
    color: white;
}

#spanLngEn {
    position: absolute;
    top: 2px;
    right: 50px;
    font-size: 15px;
    color: white;
}




.darkContrast {
    opacity: 1 !important;
    color: white !important;
}

.clsDisplayNone {
    display: none;
}

.clsWindow {
    position: absolute;
    text-align: center;
    z-index: 27000;
    left: 50%;
    top: 50%;
    margin-top: -20%;
    margin-left: -35%;
    overflow: hidden;
    display: block;
}

.fastBtnActive, img.keyboardFocus, .clsWhat:focus {
    outline: none;
}

.hideImage {
    opacity: 0 !important;
}
/*.strikeout {
    border: 1px solid green;
}
.astrikeout::after {
  border-bottom: 0.125em solid red;
  content: "";
  left: 0;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 20%;
}*/

.clsImgOnline {
    width: 16px;
    height: 16px;
}
.myButton180 {
    opacity: 0.8;
    width: 180px;
    height: 28px;
    border-color: gray;
    border-width: 1px;
}

.myButton16 {
    opacity: 0.8;
    width: 28px;
    height: 23px;
    border-color: gray;
    border-width: 1px;
}

.myButton32 {
    opacity: 1.0;
    width: 48px;
    height: 38px;
    border-color: transparent;
    border-width: 2px;
}

.myButton67 {
    opacity: 1.0;
    width: 38px;
    height: 30px;
    border-color: gray;
    border-width: 1px;
    margin-left: 5px;
}


.clsButtonZoom {
    display: block;
    width: 42px;
    height: 38px;
    line-height: 10px;
    border: 0px solid #f5f5f5;
    border-radius: 25%;
    color: #f5f5f5;
    background: black;
    box-shadow: 0 0 3px gray;
    opacity: 0.7;
    margin: 2px 0px 3px 0px;
}

    .clsButtonZoom:hover, .clsButtonZoom.keyboardFocus {
        border: 0px solid #008ccd;
        background: black;
        opacity: 1.0;
    }

    .clsButtonZoom:after {
        border: 2px solid #f5f5f5;
        background: black;
    }

.clsButtonZoomHalf {
    display: block;
    width: 21px;
    height: 19px;
    line-height: 5px;
    border: 0px solid #f5f5f5;
    border-radius: 25%;
    color: #f5f5f5;
    background: black;
    box-shadow: 0 0 3px gray;
    opacity: 0.7;
    margin: 2px 0px 3px 0px;
}

    .clsButtonZoomHalf:hover, .clsButtonZoomHalf.keyboardFocus {
        border: 0px solid #008ccd;
        background: black;
        opacity: 1.0;
    }

    .clsButtonZoomHalf:after {
        border: 2px solid #f5f5f5;
        background: black;
    }

#btnZoomPrev {
    position: relative;
    z-index: 501;
    top: 1px;
    left: 0px;
    border: 2px solid transparent;
}

#btnZoomNext {
    position: relative;
    z-index: 501;
    top: -21px;
    left: 22px;
    border: 2px solid transparent;
}

#btnZoomIn {
    position: relative;
    z-index: 501;
    top: -21px;
    left: 0px;
    border: 2px solid transparent;
}

#btnZoomOut {
    position: relative;
    z-index: 501;
    top: -21px;
    left: 0px;
    border: 2px solid transparent;
}

#divButtonsLeft {
    position: absolute;
    background-color: transparent;
    width: 40px;
    left: 22px;
    top: 250px;
    z-index: 501;
}

#btn3dBuildings {
    position: absolute;
    right: 10px;
    top: 110px;
}

.clsButton {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 20px;
    border: 0 solid transparent;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    background: black;
    box-shadow: 0 0 3px gray;
    font-size: 20px;
    font-weight: bold;
    margin: 6px 0px 0px 0px;
    opacity: 0.7;
}

    .clsButton:hover, .clsButton.keyboardFocus {
        border: 0px solid transparent;
        background: black;
        opacity: 1.0;
    }

    .clsButton:after {
        border: 0px solid transparent;
        background: black;
    }

#btnNorth img {
    width: 26px;
    height: 26px;
    margin-left: -1px;
    margin-top: 3px;
}


#btnPortalEdit img {
    width: 23px;
    height: 23px;
    top: 1px;
    left: -2px;
    position: relative;
}

#btnTzavim img {
    width: 29px;
    height: 29px;
    top: 1px;
    left: -2px;
    position: relative;
}

#btnIdentify img {
    width: 25px;
    height: 25px;
    top: 1px;
    position: relative;
}

#btnReset img {
    width: 28px;
    height: 28px;
    left: -1px;
    top: 1px;
    position: relative;
}

#btnTreesSendMessage img {
    width: 29px;
    height: 29px;
    top: 1px;
    left: -2px;
    position: relative;
}

#btnSparta img {
    width: 31px;
    height: 31px;
    top: 1px;
    left: -2px;
    position: relative;
}
#divBottom
{
    position: absolute;
    height: 15px;
    left: 0px;
    right: 0px;
    font-weight: bold;
    z-index: 500;
}

.clsLinkBottom {
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    color: #016BBE;
    border: 2px solid transparent;
}

#bottomInnerDiv {
    position: absolute;
    height: 15px;
    z-index: 501;    
    text-align: center;
    width: 100%;
}
#txtCoords {
    position: absolute;
    background-color: White;
    bottom: 1px;
    right: 50px;
    color: black;
    z-index: 502;
    font-size: 12px;
    font-weight: normal;
    opacity: 1.0;
    text-align: left;
    font-family: Arial;
    cursor: pointer;
    /*font-family: Fixedsys;*/
}

#txtScale
{
    position: absolute;
    background-color: White;
    bottom: 1px;
    left: 20px;
    color: black;
    z-index: 502;
    font-size: 16px;
    font-weight: normal;
    opacity: 1.0;
    cursor: pointer;
}
#divBlack {
    position: absolute;
    z-index: 100;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 30px;
    background: black;
    opacity: 0.95;
}

#divHeader {
    position: absolute;
    z-index: 100;
    left: 0px;
    right: 0px;
    top: 30px;
    height: 76px;
    background: #ffffff;
    opacity: 1.0;
    text-align: center;
}

.clsShadow {
    -webkit-box-shadow: 0 0 0 4px white, 0 12px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 4px white, 0 12px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 4px white, 0 12px 4px rgba(0, 0, 0, 0.2);
    opacity: 0.1;
}

#toolbarTelAviv {
    position: absolute;
    left: 8px;
    top: 7px;
    z-index: 501;
    cursor: pointer;
    border: 2px solid transparent;
}

#toolbarIdentify {
    position: absolute;
    left: 160px;
    top: 7px;
    z-index: 500;
    cursor: pointer;
    border: 2px solid transparent;
}

#spnToolbarIdentify {
    position: absolute;
    left: 150px;
    top: 43px;
    z-index: 500;
    cursor: pointer;
    font-size: 12px;
    color: #016BBE;
    text-align: center;
}

#toolbarSelect {
    position: absolute;
    left: 240px;
    top: 7px;
    z-index: 500;
    cursor: pointer;
    border: 2px solid transparent;
}

#spnToolbarSelect {
    position: absolute;
    left: 235px;
    top: 43px;
    z-index: 500;
    cursor: pointer;
    font-size: 12px;
    color: #016BBE;
    text-align: center;
}

#toolbarMeasure {
    position: absolute;
    left: 320px;
    top: 7px;
    z-index: 500;
    cursor: pointer;
    border: 2px solid transparent;
}

#spnToolbarMeasure {
    position: absolute;
    left: 314px;
    top: 43px;
    z-index: 500;
    cursor: pointer;
    font-size: 12px;
    color: #016BBE;
    text-align: center;
}

#toolbarBackground {
    position: absolute;
    left: 400px;
    top: 7px;
    z-index: 500;
    cursor: pointer;
    border: 2px solid transparent;
}

#spnToolbarBackground {
    position: absolute;
    left: 390px;
    top: 43px;
    z-index: 500;
    cursor: pointer;
    font-size: 12px;
    color: #016BBE;
    text-align: center;
}

#toolbarPrint {
    position: absolute;
    left: 480px;
    top: 7px;
    z-index: 500;
    cursor: pointer;
    border: 2px solid transparent;
}

#spnToolbarPrint {
    position: absolute;
    left: 480px;
    top: 43px;
    width: 50px;
    z-index: 500;
    cursor: pointer;
    font-size: 12px;
    color: #016BBE;
    text-align: center;
}

#toolbarAdvancedTools {
    position: absolute;
    left: 560px;
    top: 7px;
    z-index: 500;
    cursor: pointer;
    text-align: center;
    border: 2px solid transparent;
}

#spnToolbarAdvancedTools {
    position: absolute;
    left: 543px;
    top: 43px;
    width: 50px;
    z-index: 500;
    cursor: pointer;
    font-size: 12px;
    color: #016BBE;
    text-align: center;
}

#toolbarCovid {
    position: absolute;
    left: 720px;
    top: 7px;
    z-index: 500;
    cursor: pointer;
    border: 2px solid transparent;
    height: 58px;
    width: 57px;
}

#spnToolbarSettings {
    position: absolute;
    left: 635px;
    top: 43px;
    z-index: 500;
    cursor: pointer;
    font-size: 12px;
    color: #016BBE;
    text-align: center;
}

#toolbarSettings {
    position: absolute;
    left: 640px;
    top: 7px;
    z-index: 500;
    cursor: pointer;
    border: 2px solid transparent;
}

#spnToolbarMoked {
    position: absolute;
    left: 34px;
    top: 43px;
    z-index: 500;
    cursor: pointer;
    font-size: 12px;
    color: #027BC8;
    text-align: center;
}

#toolbarMoked {
    position: absolute;
    left: 40px;
    top: 7px;
    z-index: 500;
    cursor: pointer;
    border: 2px solid transparent;
}

#spnToolbarNoa {
    position: absolute;
    left: 47px;
    top: 43px;
    z-index: 500;
    cursor: pointer;
    font-size: 12px;
    color: #027BC8;
    text-align: center;
}

#toolbarNoa {
    position: absolute;
    left: 40px;
    top: 7px;
    z-index: 500;
    cursor: pointer;
    border: 2px solid transparent;
}

#spnToolbarNativ {
    position: absolute;
    left: 47px;
    top: 43px;
    z-index: 500;
    cursor: pointer;
    font-size: 12px;
    color: #027BC8;
    text-align: center;
}

#toolbarNativ {
    position: absolute;
    left: 40px;
    top: 7px;
    z-index: 500;
    cursor: pointer;
    border: 2px solid transparent;
}

#spnToolbarToshavim {
    position: absolute;
    left: 37px;
    top: 43px;
    z-index: 500;
    cursor: pointer;
    font-size: 12px;
    color: #FF0000;
    text-align: center;
}

#toolbarToshavim {
    position: absolute;
    left: 40px;
    top: 7px;
    z-index: 500;
    cursor: pointer;
    border: 2px solid transparent;
}

#spnToolbarPhones {
    position: absolute;
    left: 37px;
    top: 43px;
    z-index: 500;
    cursor: pointer;
    font-size: 12px;
    color: #FF0000;
    text-align: center;
}

#toolbarPhones {
    position: absolute;
    left: 40px;
    top: 7px;
    z-index: 500;
    cursor: pointer;
    border: 2px solid transparent;
}

#spnToolbarGarbage {
    position: absolute;
    left: 47px;
    top: 43px;
    z-index: 500;
    cursor: pointer;
    font-size: 12px;
    color: #027BC8;
    text-align: center;
}

#toolbarGarbage {
    position: absolute;
    left: 40px;
    top: 7px;
    z-index: 500;
    cursor: pointer;
    border: 2px solid transparent;
}

#counterRealTimeSeconds {
    display: none;
    position: absolute;
    top: 7px;
    right: 260px;
    z-index: 20000;
    cursor: pointer;
}

#spnRealTimeTitle {
    display: none;
    position: absolute;
    top: 43px;
    z-index: 20000;
    cursor: pointer;
    font-size: 12px;
    color: #016BBE;
    font-family: 'BlenderRegular';
}

#imgRealTimeAlerts {
    display: none;
    position: absolute;
    top: 59px;
    right: 290px;
    z-index: 20000;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

#imgRealTimeSettings {
    display: none;
    position: absolute;
    top: 58px;
    right: 268px;
    z-index: 20000;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

/*#imgRealTimeSettingsArrow {
    display: none;
    position: absolute;
    top: 58px;
    right: 318px;
    z-index: 20000;
    cursor: pointer;
    width: 36px;
    height: 18px;
}
*/
#toolbarFastInfo {
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 500;
    cursor: pointer;
    border: 2px solid transparent;
}
.keyboardFocus {
    border-color: red !important;
    border-width: 2px !important;
}

#txtFreeSearch.keyboardFocus {
    border-bottom: 2px solid red !important;
}

.currSubFocus {
    border-bottom: 2px solid red !important;
    height: auto !important;    
}

.currSubFocus:focus {
    outline: none;
}

#spnToolbarFastInfo {
    position: absolute;
    right: 5px;
    top: 43px;
    z-index: 500;
    cursor: pointer;
    font-size: 12px;
    color: #016BBE;
    text-align: center;
}

#toolbarLocates {
    position: absolute;
    right: 90px;
    top: 7px;
    z-index: 500;
    cursor: pointer;
    border: 2px solid transparent;
}

#spnToolbarLocates {
    position: absolute;
    right: 84px;
    top: 43px;
    z-index: 500;
    cursor: pointer;
    font-size: 12px;
    color: #016BBE;
    text-align: center;
}

#toolbarLayers {
    position: absolute;
    right: 170px;
    top: 7px;
    z-index: 500;
    cursor: pointer;
    border: 2px solid transparent;
}

#spnToolbarLayers {
    position: absolute;
    right: 162px;
    top: 43px;
    z-index: 500;
    cursor: pointer;
    font-size: 12px;
    color: #016BBE;
    text-align: center;
}

#spnToolbarLayersCount {
    position: absolute;
    right: 163px;
    top: 58px;
    z-index: 501;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    width: 50px;
    border: 0px solid red;
    background: white;
}

#txtFreeSearch {
    position: absolute;
    font-family: inherit;
    right: 260px;
    top: 20px;
    width: 170px;
    height: 25px;
    z-index: 502;
    background: rgb(255,255, 255);
    font-size: 18px;
    color: #006CB9;
    border: 2px solid transparent;
    border-bottom: 1px #006CB9 solid;
}

input[type="checkbox"].ios8-switch {
    position: absolute;
    margin: 8px 0 0 16px;
}

    input[type="checkbox"].ios8-switch + label {
        position: relative;
        padding: 5px 0 0 50px;
        line-height: 2.0em;
    }

        input[type="checkbox"].ios8-switch + label:before {
            content: "";
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            width: 40px; /* x*5 */
            height: 24px; /* x*3 */
            border-radius: 16px; /* x*2 */
            background: #fff;
            border: 1px solid #d9d9d9;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        input[type="checkbox"].ios8-switch + label:after {
            content: "";
            position: absolute;
            display: block;
            left: 0px;
            top: 0px;
            width: 24px; /* x*3 */
            height: 24px; /* x*3 */
            border-radius: 16px; /* x*2 */
            background: #fff;
            border: 1px solid #d9d9d9;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        input[type="checkbox"].ios8-switch + label:hover:after {
            box-shadow: 0 0 5px rgba(0,0,0,0.3);
        }

    input[type="checkbox"].ios8-switch:checked + label:after {
        margin-left: 16px;
    }

    input[type="checkbox"].ios8-switch:checked + label:before {
        background: rgb(18, 156, 18);
    }

/* SMALL */

input[type="checkbox"].ios8-switch-sm {
    margin: 5px 0 0 10px;
}

    input[type="checkbox"].ios8-switch-sm + label {
        position: relative;
        padding: 0 0 0 32px;
        line-height: 1.3em;
    }

        input[type="checkbox"].ios8-switch-sm + label:before {
            width: 25px; /* x*5 */
            height: 15px; /* x*3 */
            border-radius: 10px; /* x*2 */
        }

        input[type="checkbox"].ios8-switch-sm + label:after {
            width: 15px; /* x*3 */
            height: 15px; /* x*3 */
            border-radius: 10px; /* x*2 */
        }

        input[type="checkbox"].ios8-switch-sm + label:hover:after {
            box-shadow: 0 0 3px rgba(0,0,0,0.3);
        }

    input[type="checkbox"].ios8-switch-sm:checked + label:after {
        margin-left: 10px; /* x*2 */
    }

/* LARGE */

input[type="checkbox"].ios8-switch-lg {
    margin: 10px 0 0 20px;
}

    input[type="checkbox"].ios8-switch-lg + label {
        position: relative;
        padding: 7px 0 0 60px;
        line-height: 2.3em;
    }

        input[type="checkbox"].ios8-switch-lg + label:before {
            width: 50px; /* x*5 */
            height: 30px; /* x*3 */
            border-radius: 20px; /* x*2 */
        }

        input[type="checkbox"].ios8-switch-lg + label:after {
            width: 30px; /* x*3 */
            height: 30px; /* x*3 */
            border-radius: 20px; /* x*2 */
        }

        input[type="checkbox"].ios8-switch-lg + label:hover:after {
            box-shadow: 0 0 8px rgba(0,0,0,0.3);
        }

    input[type="checkbox"].ios8-switch-lg:checked + label:after {
        margin-left: 20px; /* x*2 */
    }

#spnOpenKtovetGushChelka {
    position: absolute;
    right: 23px;
    top: 70px;
    font-size: 14px;
    pointer-events: none;
    height: 100px;
}

#spnOpenKtovetZchuyotBniya {
    position: absolute;
    top: 88px;
    color: #008ccd !important;
    font-size: 14px;
}

#spnOpenKtovetTikBinyan {
    position: absolute;
    top: 106px;
    color: #008ccd !important;
    font-size: 14px;
}

#spnOpenKtovetNechasim {
    position: absolute;
    top: 124px;
    color: #008ccd !important;
    font-size: 14px;
}

#spnOpenKtovetStreetPerush {
    position: absolute;
    right: 23px;
    top: 70px;
    color: #008ccd !important;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    height: 100px;
}

 #spnOpenGushZchuyot {
     position: absolute;
     right: 240px;
     top: 80px;
     text-align: right;
     color: #008ccd !important;
     font-size: 14px;
 }

 #spnOpenGushTikBinyan {
     position: absolute;
     right: 240px;
     top: 100px;
     text-align: right;
     color: #008ccd !important;
     font-size: 14px;
     z-index: 1000;
 }

 #spnOpenGushNechasim {
     position: absolute;
     right: 140px;
     top: 120px;
     text-align: right;
     color: #008ccd !important;
     font-size: 14px;
     z-index: 1000;
 }
#spnOpenTabaMismachim {
    position: absolute;
    right: 280px;
    top: 38px;
    text-align: right;
    color: #008ccd !important;
    font-size: 14px;
}

#chkTabaLayerGushHelka {
    position: absolute;
    right: 30px;
    top: 80px;
    text-align: right;
    color: #008ccd !important;
    font-size: 14px;
    z-index: 1000;
}

#chkTabaLayerTaba {
    position: absolute;
    right: 30px;
    top: 105px;
    text-align: right;
    color: #008ccd !important;
    font-size: 14px;
    z-index: 1000;
}

#chkTabaLayerMigrashim {
    position: absolute;
    right: 30px;
    top: 130px;
    text-align: right;
    color: #008ccd !important;
    font-size: 14px;
    z-index: 1000;
}

#spnTabaLayerGushHelka {
    position: absolute;
    right: 70px;
    top: 80px;
    text-align: right;
    color: #008ccd !important;
    font-size: 14px;
    z-index: 1000;
}

#spnTabaLayerTaba {
    position: absolute;
    right: 70px;
    top: 105px;
    text-align: right;
    color: #008ccd !important;
    font-size: 14px;
    z-index: 1000;
}

#spnTabaLayerMigrashim {
    position: absolute;
    right: 70px;
    top: 130px;
    text-align: right;
    color: #008ccd !important;
    font-size: 14px;
    z-index: 1000;
}

#myWindowExternal1 {
    position: absolute;
    text-align: center;
    z-index: 27000;
    right: 800px;
    top: 120px;
    overflow: hidden;
}

#myWindowExternal2 {
    overflow: hidden;
}

#divExternal4 {
    position: absolute;
    height: 170px;
    overflow-y: auto;
    border: 1px solid lightgray;
    right: 20px;
    left: 20px;
}

#btnExternalRefresh {
    position: absolute;
    bottom: 10px;
    width: 140px;
}

#btnExternalZoomToExtent {
    position: absolute;
    bottom: 10px;
    right: 170px;
    width: 140px;
}

#chkOnlyInScreen {
    position: absolute;
    bottom: 46px;
    right: 17px;
}

#spnChkOnlyInScreen {
    position: absolute;
    bottom: 46px;
    right: 40px;
}


#spnCoordsHelp {
    pointer-events: none;
    position: absolute;
    right: 20px;
    width: 400px;
    top: 75px;
    text-align: right;
    color: #008ccd !important;
    font-size: 14px;
}
#divOrthoCompare {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    margin: 0;
    border: 0 solid red;
    overflow: hidden;
    font-family: BlenderRegular !important;
    font-size: 13px !important;
    background: white;
    z-index: 32000;
}

.clsSpnOrthoCompareHeader {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -60px;
    font-weight: bold;
    width: 120px;
    text-align: center;
    font-size: 24px;
    z-index: 200;
    border: 2px solid black;
    opacity: 0.9;
}

#spnOrthoCompareClose {
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: bold;
    width: 70px;
    color: black;
    border: 1px solid black;
    background-color: #ffffffbb;
    text-align: center;
    font-size: 18px;
    z-index: 200;
    /*text-decoration: underline;*/
    cursor: pointer;
}

.clsMapOrthoCompare {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    margin: 0;
    border: 0 solid red;
}

.clsButtonOrthoCompareZoom {
    z-index: 1000;
    position: absolute;
    display: block;
    width: 42px;
    height: 38px;
    line-height: 10px;
    border-radius: 25%;
    color: #f5f5f5;
    background: black;
    opacity: 0.7;
}

    .clsButtonOrthoCompareZoom:hover {
        border: 0 solid #008ccd;
        background: black;
        opacity: 1.0;
    }

.clsButtonOrthoCompareZoomIn {
    position: absolute;
    z-index: 501;
    top: 2px;
    left: 5px;
    border: 2px solid transparent;
}

.clsButtonOrthoCompareZoomOut {
    position: absolute;
    z-index: 501;
    top: 42px;
    left: 5px;
    border: 2px solid transparent;
}

.clsButtonOrthoCompareCount {
    z-index: 1000;
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 85%;
    color: #f5f5f5;
    background: black;
    text-align: center;
    font-size: 21px;
    cursor: pointer;
    right: 22px;
    opacity: 0.8;
}

    .clsButtonOrthoCompareCount:hover {
        border: 0 solid #008ccd;
        background: black;
        opacity: 1.0;
    }

#spnOrthoCompareChange8 {
    top: 35px;
}

#spnOrthoCompareChange4 {
    top: 75px;
}

#spnOrthoCompareChange2 {
    top: 115px;
}

#myWindowFilterAttributes1 {
    position: absolute;
    text-align: center;
    top: 110px;
    right: 720px;
    z-index: 12000;
    font-weight: normal;
    overflow: hidden;
}

#myWindowFilterAttributes2 {
    overflow: hidden;
}

    #myWindowFilterAttributes2 .k-input {
        margin-right: 0px;
    }

#lstFilterFields {
    position: absolute;
    top: 10px;
    right: 10px;
    overflow: auto;
    width: 375px;
    height: 140px;
    border-color: #cccccc;
}

#btnFilterEqual {
    position: absolute;
    top: 160px;
    left: 10px;
}

#btnFilterNotEqual {
    position: absolute;
    top: 160px;
    left: 70px;
}

#btnFilterLike {
    position: absolute;
    top: 160px;
    left: 130px;
}

#btnFilterGreater {
    position: absolute;
    top: 205px;
    left: 10px;
}

#btnFilterGreaterEqual {
    position: absolute;
    top: 205px;
    left: 70px;
}

#btnFilterAnd {
    position: absolute;
    top: 205px;
    left: 130px;
}

#btnFilterLess {
    position: absolute;
    top: 250px;
    left: 10px;
}

#btnFilterLessEqual {
    position: absolute;
    top: 250px;
    left: 70px;
}

#btnFilterOr {
    position: absolute;
    top: 250px;
    left: 130px;
}

.clsFilterButton {
    width: 45px;
    height: 30px;
    border-color: gray;
    border-width: 0px;
    margin: 2px;
    direction: ltr;
    background-image: none !important;
    background-color: #cccccc;
    color: black;
}

#lstFilterUniqueValues {
    overflow: auto;
    position: absolute;
    right: 10px;
    top: 200px;
    width: 180px;
    height: 90px;
    direction: ltr;
    resize: none;
    border: 1px #cccccc solid;
    direction: rtl;
}

#btnFilterGetUnique {
    position: absolute;
    top: 160px;
    right: 10px;
    width: 180px;
}

#txtFilterQueryDefinintion {
    position: absolute;
    right: 10px;
    width: 380px;
    top: 300px;
    height: 40px;
    direction: ltr;
    resize: none;
    border: 1px #cccccc solid;
}

#btnFilterClear {
    position: absolute;
    bottom: 5px;
    right: 180px;
    width: 60px;
    height: 35px;
    font-size: 18px;
    color: white;
    background-color: #008ccd;
}

#btnFilterDelete {
    position: absolute;
    bottom: 5px;
    right: 80px;
    width: 90px;
    height: 35px;
    font-size: 18px;
    color: white;
    background-color: #008ccd;
}

#btnFilterApply {
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 60px;
    height: 35px;
    font-size: 18px;
    color: white;
    background-color: #008ccd;
}
.spanLensTitle {
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 0px;
    color: #088ccd;
    background: white;
    height: 20px;
    width: 30px;
    color: blue;
} 

.imgLensClose {
    position: absolute;
    right: 1px;
    top: 0px;
    cursor: pointer;
    background: white;
}

#imgGridWait
{
    position: absolute;
    text-align: center;
    top: 0px;
    right: 390px;
    width: 32px;
    height: 32px;
    z-index: 700;
    font-weight:normal;
}

#divMokedTzavim .k-input {
    margin-right: 0px;
}

#myWindowStat1 {
    position: absolute;
    text-align: center;
    z-index: 27000;
    left: 50%;
    top: 65%;
    margin-left: -150px;
    margin-top: -75px;
    overflow: hidden;
}

#myWindowStat2 {
    overflow: hidden;
}
#myWindowNativ1 {
    position: absolute;
    top: 110px;
    right: 450px;
    text-align: right;
    z-index: 600;
}

#myWindowNativ2 {
    overflow: hidden;
}

#myWindowNativ2 .k-input {
    margin-right: 0px;
}

#tblNativ {
    position: absolute;
    top: 5px;
}

#spnNativLegend {
    position: absolute;
    top: 150px;
    right: 10px;
}

#divNativLegend {
    position: absolute;
    top: 170px;
    border: 1px solid #0000ff;
    border: 1px solid rgba(0,0,255,0.2);
    width: 94%;
    overflow-y: auto;
    height: 170px;
}

.clsCanvasNativ {
    cursor: pointer;
}
#myWindowWeather1 {
    position: absolute;
    left: 50%;
    margin-left: -325px;
    top: 55px;
    text-align: center;
    z-index: 100;
    overflow: hidden;
    opacity: 0.5;
}

#myWindowWeather2 {
    overflow: hidden;
}

#divWeatherArchive {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0px solid red;
}

#divWeatherChart {
    overflow: hidden;
    position: absolute;
    right: 1px;
    left: 10px;
    top: 45px;
    bottom: 10px;
    border: 0px solid red;
    z-index: 3;
    opacity: 1;
}

.k-chart-tooltip {
    z-index: 300000;
}

#imgWeatherWait {
    position: absolute;
    right: 50%;
    top: 40%;
    width: 32px;
    height: 32px;
}

#myWindowLegend1
{
    position: absolute;
    text-align: center;
    z-index: 600;
    left: 90px;
    top: 110px;
    overflow: hidden;
}

/*#divMapDesktopForLegend {
    position: absolute;
    opacity: 0.0;
    display: block;
    width: 100px;
    height: 100px;    
    left: 0px;
    padding: 0;
    margin: 0;
    border: 0px solid red;
    overflow: hidden;
    font-family: BlenderRegular !important;
    font-size: 13px !important;
    background: white;
    z-index: 0;
}*/

.clsLegendItemCount {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}

.clsLegendReport {
    line-height: 26px;
    display: inline-block;
    margin: 0 4px;
    vertical-align: unset;
    height: 17px;
    width: 17px;
    background: url("../Images/toc_legend_filter_blue.png") no-repeat center center;
    background-size: contain;
    opacity: 1;
}

h3.esri-legend__service-label {
    /*cursor: pointer !important;*/
    display: none;
}


.esri-legend__layer-child-table .esri-legend__layer-caption {
    cursor: pointer;
}


.hideLegendLineCls {
    display: none !important;
}

.esri-legend__layer-table.esri-legend__layer-table--size-ramp > .esri-legend__layer-caption {
    display: none;
}

.clsShowLegendByExtent .esri-legend__layer-row {
    display: none;
}

.clsShowLegendByExtent .esri-legend__layer-row.showLegendLineCls {
    display: table-row !important;
    /* width: 350px; */
    width: fit-content;
}

.esri-legend__layer-row.showLegendLineCls {
    display: table-row !important;
    /* width: 350px; */
    width: fit-content;
}

#divLegendAll {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0 green solid;
}

#divLegendOptions {
    position: absolute;
    top: 4px;
    right: 8px;
    width: 100%;
    z-index: 999;
    border: 0px solid red;
    text-align: center;
}

#divLegendDesktopParent {
    position: absolute;
    top: 20px;
    right: 8px;
    left: 8px;
    font-size: 14px;
    font-weight: bold;
    bottom: 8px;
    overflow-y: auto;
    border: 0 blue solid;
}

#divLegendDesktop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    border: 0 green solid;
}

#divLegendLoader {
    background: white;
    opacity: 1.0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    position: absolute;
    border: 0 solid red;
}

#spnLegendPleaseWait {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    border: 0px solid blue;
    font-size: 24px;
}

.clsLegendAction {
    vertical-align: middle;
    display: table-cell;
}

/*.esri-legend__layer-table {
    display: none !important;
}

.esri-legend__layer-table.show {
    display: table !important;
}
*/
#myWindowLegend2 {    
    padding: unset;
}

.esri-legend__layer text, .esri-legend__service {
    font-family: BlenderRegular !important;
}
#myDivSelectByLocation {
    position: absolute;
    z-index: 400;
    top: 110px;
    /*left: 127px;*/
    height: 113px;
    opacity: 0.8;
    color: black;
}

#imgSelectPolygon {
    position: absolute;
    left: 25px;
    top: 17px;
    z-index: 500;
    cursor: pointer;
}

#imgSelectRectangle {
    position: absolute;
    left: 118px;
    top: 16px;
    z-index: 500;
    cursor: pointer;
}

#imgSelectCircle {
    position: absolute;
    left: 207px;
    top: 15px;
    z-index: 500;
    cursor: pointer;
}

#spnSelectPolygon {
    position: absolute;
    z-index: 500;
    top: 57px;
    left: 7px;
    cursor: pointer;
    border: 0px red solid;
    width: 80px;
    color: white;
}

#spnSelectRectangle {
    position: absolute;
    z-index: 500;
    top: 57px;
    left: 95px;
    cursor: pointer;
    border: 0px red solid;
    width: 80px;
    color: white;
}

#spnSelectCircle {
    position: absolute;
    z-index: 500;
    top: 57px;
    left: 186px;
    cursor: pointer;
    border: 0px red solid;
    width: 80px;
    color: white;
}
    
#spnSelectNew {
    position: absolute;
    z-index: 500;
    top: 96px;
    left: 5px;
    color: white;
    cursor: pointer;
    font-size: 15px;
}

#hrSelectByLocation {
    position: absolute;
    z-index: 500;
    top: 79px;
    left: 0px;
    right: 0px;
    color: white;
}
#myWindowSelectByAttributes1 {
    position: absolute;
    text-align: center;
    top: 110px;
    right: 420px;
    z-index: 12000;
    font-weight: normal;
    overflow: hidden;
}

#myWindowSelectByAttributes2 {
    overflow: hidden;
}

#myWindowSelectByAttributes2 .k-input {
    margin-right: 0px;
}

#cmbSbaSelectOptions {
    position: absolute;
    top: 5px;
    right: 10px;
}

#cmbSbaLayerName {
    position: absolute;
    top: 48px;
    right: 10px;
}

#lstSbaFields {
    position: absolute;
    top: 80px;
    right: 10px;
    overflow: auto;
    width: 375px;
    height: 140px;
    border-color: #cccccc;
}

#btnSbaEqual {
    position: absolute;
    top: 230px;
    left: 10px;
}

#btnSbaNotEqual {
    position: absolute;
    top: 230px;
    left: 70px;
}

#btnSbaLike {
    position: absolute;
    top: 230px;
    left: 130px;
}

#btnSbaGreater {
    position: absolute;
    top: 275px;
    left: 10px;
}

#btnSbaGreaterEqual {
    position: absolute;
    top: 275px;
    left: 70px;
}

#btnSbaAnd {
    position: absolute;
    top: 275px;
    left: 130px;
}

#btnSbaLess {
    position: absolute;
    top: 320px;
    left: 10px;
}

#btnSbaLessEqual {
    position: absolute;
    top: 320px;
    left: 70px;
}

#btnSbaOr {
    position: absolute;
    top: 320px;
    left: 130px;
}

.clsSbaButton {
    width: 45px;
    height: 30px;
    border-color: lightgray;
    border-width: 0px;
    margin: 2px;
    direction: ltr;
    background-image: none !important;
    background-color: #cccccc;
    color: black;
}

#lstSbaUniqueValues {
    overflow: auto;
    position: absolute;
    right: 10px;
    top: 270px;
    width:180px;
    height: 120px;
    direction: ltr;
    resize: none;
    border: 1px #cccccc solid;
    direction: rtl;
}

#btnSbaGetUnique {
    position: absolute;
    top: 230px;
    right: 10px;
    width: 180px;
}

#txtSbaQueryDefinintion {
    position: absolute;
    right: 10px;
    width: 380px;
    top: 400px;
    height: 50px;
    direction: ltr;
    resize: none;
    border: 1px #cccccc solid;
}

#btnSbaClear {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 60px;
}

#btnSbaSearch {
    position: absolute;
    bottom: 7px;
    right: 10px;
    width: 80px;
    height: 35px;
    font-size: 18px;
    color: white;
    background-color: #006CB9;
}

#btnSbaLoad {
    position: absolute;
    bottom: 10px;
    left: 80px;
    width: 60px;
}

#btnSbaSave {
    position: absolute;
    bottom: 10px;
    left: 150px;
    width: 60px;
}

.clsSbaExtent {
    position: absolute;
    bottom: 115px;
    left: 8px;
    direction: ltr;
}

.clsSbaButton.k-state-focused {
    color: #8B0000 !important;
    font-weight: bold;
    text-decoration: underline;
}

.clsSbaExtent.k-state-focused {
    box-shadow: inset 0 0 3px 1px #D93B3B;
}

#myWindowSelectByAttributes2[data-access=true] .clsSbaButton.k-state-focused {
    color: #D93B3B !important;
    font-weight: bold;
    text-decoration: underline;
}

#myWindowSelectByAttributes2[data-access=true] .clsSbaExtent.k-state-focused {
    box-shadow: inset 0 0 3px 1px #D93B3B;
}
#divCenter .k-input {
    margin-right: 0px;
}

#cmbSelectLayers {
    position: absolute;
    top: 5px;
    /*right: 5px;*/
}

#imgSelectWait {
    position: absolute;
    top: 0px;
    width: 30px;
    height: 30px;
}

#btnSelect2 {
    position: absolute;
    top: 1px;
    /*right: 250px;*/
}

#btnSelectExportXls {
    position: absolute;
    top: 1px;
    /*right: 700px;*/
    width: 38px;
    height: 28px;
}

#btnSelectExportShapeFile {
    position: absolute;
    top: 1px;
    /*right: 750px;*/
    width: 38px;
    height: 28px;
}

#btnSelectStatistics {
    position: absolute;
    top: 1px;
    /*left: 5px;*/
    width: 38px;
    height: 28px;
}

#btnRefresh {
    position: absolute;
    top: 1px;
    /*left: 5px;*/
    width: 38px;
    height: 28px;
}

#gridCenter {
    margin-top: 1px;
}

#btnRemoveSelected {
    position: absolute;
    top: 1px;
    /*right: 800px;*/
    width: 38px;
    height: 28px;
}

#btnSelectExport {
    position: absolute;
    top: 1px;
    /*right: 800px;*/
    width: 38px;
    height: 28px;
    margin-bottom: 5px;
}

#btnSelectExportSpecial {
    position: absolute;
    top: 1px;
    /*right: 800px;*/
    width: 38px;
    height: 28px;
    margin-bottom: 5px;
}

#btnCalculateStreetsPerimeter {
    position: absolute;
    top: 1px;
    /*right: 800px;*/
    width: 38px;
    height: 28px;
    margin-bottom: 5px;
}

#btnSelectSendMessage {
    position: absolute;
    top: 1px;
    /*right: 900px;*/
    width: 114px;
    height: 28px;
    color: red;
}

#spnSelectCount {
    position: absolute;
    top: 8px;
    /*right: 850px;*/
    height: 18px;
    color: blue;
    background: yellow;
}

#btnSelectClose {
    position: absolute;
    top: 1px;
    /*left: 5px;*/
    width: 48px;
    height: 28px;
}

#divCopyToClipboardAddresses {
    position: absolute;
    top: 0px;
    /*right: 850px;*/
    height: 18px;
    color: blue;
    width: 100px;
}

#btnClipboardAddresses {
    position: absolute;
    top: 1px;
}

.clsFocusedGridHeader {
    text-decoration: underline;
}

.gridBtnFocus {
    border-color: darkred !important;
}

#selectExportFileType {
    height: 34px;
}

#myWindowOdot1 {
    position: absolute;
    text-align: center;
    z-index: 27000;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -400px;
    overflow: hidden;
}

#myWindowOdot2 {
    overflow: hidden;
}

#imgOdot {
    position: absolute;
    bottom: 141px;
    left: 115px;
    text-align: center;
    opacity: 0.27;
    z-index: 100;
}

#spnOdot {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    text-align: right;
    border: 0px solid red;
    overflow: auto;
    font-size: 16px;
    z-index: 101;
    padding: 2px;
}



#myWindowProfile1
{
    position: absolute;
    top: 110px;
    left: 80px;
    text-align: right;
    z-index: 600;
    overflow: hidden;
}

#myWindowProfile2
{
    overflow: hidden;
}

#divProfile
{
    overflow: hidden;
}

#myWindowVisi1
{
    position: absolute;
    top: 110px;
    right: 180px;
    text-align: right;
    z-index: 600;
}

#myWindowVisi2
{
    overflow: hidden;
}

#myWindowVisi2 .k-input {
    margin-right: 0px;
}

#spnVisibleHeightAndBuilding {
    font-size: 10px;
}

#imgVisiWait {
    height: 32px;
    width: 32px;
}

#downloadVisiFile {
    font-size: 16px;
}
 
#myWindowWhat1 {
    position: absolute;
    text-align: center;
    z-index: 27000;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -400px;
    overflow: hidden;
}

#myWindowWhat2 {
    overflow: hidden;
}

.clsWhat {
    border: 0px red solid;
    height: 148px;
    width: 245px;
    margin: 3px;
    background: #eeeeee;
    cursor: pointer;
}

.clsWhat :hover {
    color: #008ccf;
}

.clsWhatImg {
    position: relative;
    top: 16px;
    right: 12px;
}

.clsWhatSpan {
    position: relative;
    border: 0px #088ccd solid;
    top: -20px;
    right: 10px;
    width: 50px;
    color: black;
}

#imgGridWait
{
    position: absolute;
    text-align: center;
    top: 0px;
    right: 390px;
    width: 32px;
    height: 32px;
    z-index: 700;
    font-weight:normal;
}

#divMokedGrid .k-input {
    margin-right: 0px;
}
#myWindowPrompt1
{
    position: absolute;
    text-align: center;
    top: 35%;
    left: 45%;
    z-index: 700;
    font-weight:normal;
}

.k-widget.k-window {
    z-index: 31000 !important;
}

#myWindowGarbage1 {
    position: absolute;
    text-align: center;
    z-index: 700;
    left: 100px;
    top: 110px;
    overflow: hidden;
}

#myWindowGarbage2 {
    overflow: auto;
}

    #myWindowGarbage2 .k-input {
        margin-right: 0px;
    }

#myWindowDrawings1
{
    position: absolute;
    top: 110px;
    right: 260px;
    text-align: right;
    z-index: 600;
}

#myWindowDrawings2
{
    overflow: hidden;
}

#myWindowDrawings2 .k-input {
    margin-right: 0px;
}

.clsDrawingButton {
    cursor: pointer;
    border: 1px solid #088ccd;
    position: relative;
    top: 10px;
    float: right;
    margin-left: 10px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    border-radius: 3px;
}

#divImgDrawingsWrapper {
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
}

.clsMainOption {
    display: inline-block;
    width: 76px;
    text-align: center;
}

#chkShowSketchesList, #lblChkShowSketchesList {
    margin: 10px;
    display: inline-block;
    vertical-align: bottom;
    display: none;
}

#chkShowSketchesGeom {
    position: relative;
}

#divDrawingElements {
    height: 200px;
    width: auto;
    position: relative;
}

.clsDeleteSketch {
    background-image: url("../Images/remove.selected2.png");
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    margin: auto;
}

.clsCheckSketch {
    vertical-align: middle;
}

.clsFullHeight {
    /* max-height: 425px !important; */
    height: 425px !important;
}

#divDrawingCommands {
    display: inline-block;
    float: left;
}

#divTextEditor {
    width: 130px;
    display: inline-block;
    float: right;
}

#divDrawingTextInput {
    height: 40px !important;
    width: 122px;
    font-family: BlenderRegular !important;
    font-size: 14px;
}

.mandatoryInput {
    border: 1px solid red;
}

.divExtraOptions {    
    width: 100%;    
    vertical-align: middle;
}

.clsDrawingPointExtra {
    cursor: pointer;
    border: 1px solid #088ccd;
    position: relative;
    top: 0px;
    float: right;
    margin: 0 3px 0 0px;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: 46%;
    display: inline-block;
    background-position: center;
    vertical-align: middle;
    border-radius: 3px;
}

#divDrawingOptions {
    display: inline-block;
    position: relative;
    /* margin-top: 10px; */
    height: 50px;
}

#extraDrawOptions{    
    float: right;
    margin: auto;
}

.clsActiveMarkerButton {
    border: 1px solid red !important;
}


#divSketchTable .k-grid-content {
    /*min-height: 100px;*/
    max-height: 200px;
    height: 200px;
}

#chkShowSketchesList {
    display: none;
}

#divDrawingCommands .clsDrawingButton {
    margin-right: 10px;
    margin-left: 0;
}

.lblExtraDrawOptions {

}

.clsDrawingLineExtra {
    height: 15px;
    width: 45px;
}

.clsPolygonStyle, .clsPolylineStyle {
    height: 20px;
    width: 140px;
    background-size: 100%;
    background-position: center;
    background-position-y: center;
}

.clsPolygonStyle {
    width: 100%;
}

#divSavedSketched {
    width: 100%;
    float: right;
}

.clsSavedSketch {
    width: 100%;
    float: right;
    margin-bottom: 10px;
}

.btnDisabled {
    cursor: default !important;
    border: 1px solid lightgray !important;
}

#divTextOptions {
    width: 260px;
    display: inline-block;
}

#divFontFamily{
    top: 0;
    position: relative;
}

#lblFont {
    top: 0;
    position: relative;
    display: inline-block;
    /* margin: 0 10px; */
    width: 120px;
    text-align: center;
}

#btnDownloadSketch {
    width: 70px;
    height: 20px;
    background-image: url("../Images/Drawings/draw_save.png");
    background-position: 80% center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    position: relative;
    top: 9px;
    float: left;
    margin-left: 15px;
    cursor: pointer;
    text-align: left;
}

#imgDrawingsCovidCircle {
    vertical-align: middle;
    /* line-height: 34px; */
    font-size: 20px;
    color: red;
    display: none;
}

#divDrawingsCherum {
    width: 300px;
    height: 40px;
    background-image: url(../Images/Drawings/warning_triangle.png);
    background-position: 90% top;
    background-size: 30px;
    position: relative;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
    background-repeat: no-repeat;
    font-size: 20px;
}

.cherumDrawActions {
    width: 20px;
    height: 20px;
    background-image: url(../Images/Drawings/warning_triangle.png);
    background-position: center center;
    background-size: 16px;
    position: relative;
    cursor: pointer;
    
    vertical-align: middle;
    background-repeat: no-repeat;
    font-size: 14px;
}

#inputCherumDrawRadius {

}

.cherumDrawState {
    cursor: pointer;
    text-decoration: underline;
}
.cherumDrawState.verify {
    display: none;
}


#imgCherumDrawLoader {
    height: 30px;
    width: 30px;
    display: block;
    margin: auto;
}

#divCherumDrawLoader {
    display: block;
    margin: auto;
    text-align: center;
}

.clsCherumDrawingWrp {
    height: 80px !important;
}

.closedDrawSelect {
    background-image: url("../Images/Inkod/top-menu/top-menu-selection.png");
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 2px;
}
#myWindowSearch1
{
    position: absolute;
    text-align: center;
    z-index: 12000;
    right: 700px;
    top: 110px;
    overflow:hidden;
    
}

#myWindowSearch2
{
    overflow:hidden;
}

#divSearchTree {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 260px;
    height: 300px;
    border: 1px solid #088ccd;
}

#divSearchGrid {
    position: absolute;
    top:5px;
    right: 285px;
    width: 300px;
    height: 300px;
    border: 1px solid #088ccd;
    /*font-size: 11px;*/
}

#divSearchTree .k-in {
    font-size: 13px;
}

#chkSearchZoomOnClick {
    position: absolute;
    top:310px;
}

#spnSearchZoomOnClick{
    position: absolute;
    top:310px;
}

.k-window-title h2 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

.none-anchor {
    text-decoration: none !important;
    color: unset;
}

#imgSearchWait
{
    position:absolute;
    right:100px;
    top: 20px;
    width:50px;
    height:50px;
}
#myWindowUrlBuilder1 {
    position: absolute;
    text-align: center;
    z-index: 27000;
    left: 50%;
    margin-left: -370px;
    top: 120px;
    overflow: hidden;
}

#myWindowUrlBuilder2 {
    overflow: hidden;
}

#tableUrlBuilder {
    text-align: center;
}

#tabStripUrlBuilder {
    position: absolute;
    top: 5px;
    left: 3px;
}

#txtUrlBuilder {
    position: absolute;
    top: 495px;
    left: 4px;
    width: 718px;
    height: 50px;
    border: 1px #008ccd solid;
    z-index: 101;
    background-color: #EEEEEE
}

#btnUrlBuilderClear {
    position: absolute;
    bottom: 5px;
    left: 5px;
}

#btnUrlIframe {
    position: absolute;
    bottom: 5px;
    left: 90px;
}

#btnUrlClipboard {
    position: absolute;
    bottom: 5px;
    right: 12px;
}

#divChkUrlBuilderStatic {
    position: absolute;
    bottom: 9px;
    left: 200px;
}

#divChkUrlBuilderShowPanel {
    position: absolute;
    top: 83px;
    left: 360px;
}

.devDisplayTabFocus {
    border: 2px solid red;
    outline: none;
}
#myWindowMessage1
{
    position: absolute;
    top: 60px;
    left: 60px;
    text-align: right;
    z-index: 700;
}

#myWindowMessage2
{
    overflow: auto;
}

#btnSendMessage
{
    position: absolute;
    top: 1px;
    left: 10px;
    width: 120px;
    height: 24px;
    z-index: 702;
}

#editorSendMessage
{
    position: absolute;
    top: 41px;
    left: 10px;
    width: 400px;
    height: 540px;
    z-index: 701;
}


#myWindowNews1 {
    position: absolute;
    text-align: center;
    z-index: 27000;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -350px;
    overflow: hidden;
}

#myWindowNews2 {
    overflow: hidden;
}

#divNews {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    border: 0px red solid;
    align-content: center;
    text-align: right;
    overflow: auto;
    font-size: 16px;
    z-index: 101;
    padding: 2px;
}

#imgNews {
    position: absolute;
    top: 50px;
    width: 569px;
    height: 287px;
    z-index: 100;
    opacity: 0.27;
}

.divNews {
    border: 2px solid transparent;
}

.currentNews {
    border: 2px solid #d90000 !important;
}
#myWindowTaza1
{
    position: absolute;
    text-align: center;
    z-index: 700;
    left: 8%;
    top: 8%;
    overflow: hidden;
}

#myWindowTaza2
{
    overflow: hidden;
}

#divTaza {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px #088ccd solid;
    z-index: 500;
}

#cmbTazaDate{
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0px #088ccd solid;
    z-index: 501;
}

#imgTazaWait {
    position: absolute;
    width: 45%;
    height: 45%;
    border: 0px #088ccd solid;
    z-index: 502;
    width: 32px;
    height: 32px;
}
#myWindowShare1 {
    position: absolute;
    text-align: center;
    z-index: 700;
    right: 30px;
    top: 110px;
    overflow: hidden;
}

#myWindowShare2 {
    overflow: hidden;
}

#btnShareShare {
    position: absolute;
    z-index: 11000;
    height: 32px;
    bottom: 15px;
    width: 100px;
    height: 30px;
    background: #008ccf;
    color: white;
    font-size: 16px;
}

#imgShareWait {
    position: absolute;
    z-index: 11001;
    bottom: 15px;
    height: 30px;
    color: #008ccf;
    font-size: 16px;
}

#btnShareQr {
    position: absolute;
    z-index: 11000;
    height: 32px;
    bottom: 15px;
    width: 100px;
    height: 30px;
    background: #008ccf;
    color: white;
    font-size: 16px;
}

#txtShareUrl {
    background: lightgray;
    width: 345px;
    height: 110px;
}

/*#btnShareAttachment {
    position: absolute;
    z-index: 11000;
    top: 375px;
    width: 32px;
    height: 27px;
    background: #008ccf;
    color: white;
    font-size: 16px;
}*/

#btnShareClipboard {
    position: absolute;
    height: 27px;
    width: 32px;
    top: 375px;
    /*left: 40px;*/
    background: #008ccf;
    color: transparent;
    font-size: 16px;
}

#btnShareClipboard img{
    height: 21px;
    width: 17px;
}

#divShareInternet {
    position: absolute;
    /*left:3px;*/
    bottom:15px;
    text-align:right;
}

#btnShareOpenContactList {
    width: 32px;
    height: 32px;
    z-index: 11000;
    bottom: 15px;
    background: #008ccf;
    color: white;
    font-size: 16px;
}


/*#lblShareAttachmentFileName {
    position: absolute;
    z-index: 11000;
    bottom: 65px;
    height: 12px;
    color: #008ccf;
    font-size: 10px;
}*/

.clsShareDraw {
    left: 900px !important;
}

.clsHiddenImportant {
    display: none !important;
}
#myWindowPrint1 {
    position: absolute;
    text-align: center;
    z-index: 700;
    right: 50px;
    top: 110px;
    overflow: hidden;
}

#myWindowPrint2 {
    overflow: hidden;
}

#imgPrintLoader {
    position: absolute;
    z-index: 11000;
    width: 32px;
    height: 32px;
    bottom: 6px;
    right: 50%;
    background-color: white;
}

.downloadPrint {
    position: relative;
    z-index: 11000;
    width: 100%;
    height: 26px;
    background-color: white;
    font-size: 14px;
    border: 0px solid red;
    color: #003f59;
    font-weight: bold;
    right: 30px;
    text-align: right;
}

#downloadPrintList {
    height: auto;
}

#btnPrint {
    position: relative;
    z-index: 11000;
    height: 34px;
    bottom: 0px;
    right: 25px;
    width: 100px;
    height: 30px;
    background: #008ccf;
    color: white;
    font-size: 16px;
    /* margin: 0 22%; */
    align-self: center;
}

.lastPrint {
    color: darkgreen;
    font-size: 15px;
}
#myWindowTerms1 {
    position: absolute;
    text-align: center;
    z-index: 17000;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -300px;
    overflow: hidden;
}

#myWindowTerms2 {
    overflow: hidden;
}

#imgTerms {
    position: absolute;
    bottom: -27px;
    left: 30px;
    text-align: center;
}

#spnTerms {
    position: absolute;
    top: 1px;
    left: 10px;
    right: 10px;
    height: 230px;
    text-align: right;
    border: 0px solid red;
    overflow: auto;
    font-size: 16px;

}
#myDivBack {
    position: absolute;
    z-index: 600;
    top: 110px;
    /*left: 266px;*/
    height: 138px;
    opacity: 0.8;
    font-size: 14px;
}

#imgBackMap {
    position: absolute;
    top: 19px;
    left: 38px;
    cursor: pointer;
}

#imgBackHybrid {
    position: absolute;
    top: 26px;
    left: 127px;
    cursor: pointer;
}

#imgBackOrtho {
    position: absolute;
    top: 28px;
    left: 230px;
    cursor: pointer;
}

#spnBackMap {
    position: absolute;
    left: 13px;
    top: 60px;
    z-index: 601;
    cursor: pointer;
    color: white;
    text-align: center;
    border: 0 red solid;
    width: 80px;

}

#spnBackHybrid {
    position: absolute;
    left: 115px;
    top: 60px;
    z-index: 601;
    cursor: pointer;
    color: white;
    text-align: center;
    border: 0 red solid;
    width: 80px;
}

#spnBackOrtho {
    position: absolute;
    left: 210px;
    top: 60px;
    width: 100px;
    z-index: 601;
    cursor: pointer;
    color: white;
    text-align: center;
    border: 0 red solid;
    width: 90px;
}

#spnBackYear {
    display: block;
    position: absolute;
    top: 140px;
    right: 15px;
    height: 16px;
    color: white;
}

#imgBackgroundSettings {
    position: absolute;
    left: 5px;
    top: 172px;
    z-index: 601;
    cursor: pointer;
    color: white;
    text-align: center;
    border: 0 red solid;
    width: 25px;
}

#imgBackgroundCalendar {
    position: absolute;
    left: 275px;
    top: 172px;
    z-index: 601;
    cursor: pointer;
    color: white;
    text-align: center;
    border: 0 red solid;
    width: 25px;
    height: 25px;
}
#myDivMeasure {
    position: absolute;
    z-index: 600;
    top: 110px;
    /*left: 245px;*/
    height: 83px;
    opacity: 0.8;
    font-size: 14px;
}

#imgMeasure {
    position: absolute;
}

#divMeasureDistance {
    position: absolute;
    border: 2px solid transparent;
    top: 6px;
    left: 15px;
    height: 69px;
    width: 65px;
    cursor: pointer;
}

#imgMeasureDistance {
    position: absolute;
    left: 9px;
    top: 20px;
    z-index: 601;
}

#spnMeasureDistance {
    position: absolute;
    left: -9px;
    width: 80px;
    top: 48px;
    z-index: 601;
    color: white;
    text-align: center;
}

#divMeasureArea {
    position: absolute;
    border: 2px solid transparent;
    top: 6px;
    left: 106px;
    height: 69px;
    width: 65px;
    cursor: pointer;
}

#imgMeasureArea {
    position: absolute;
    left: 13px;
    top: 5px;
    z-index: 601;
}

#spnMeasureArea {
    position: absolute;
    left: -9px;
    width: 80px;
    top: 48px;
    z-index: 601;
    color: white;
    text-align: center;
}


#myWindowMoked1 {
    position: absolute;
    text-align: center;
    z-index: 700;
    right: 30px;
    top: 110px;
    overflow: hidden;
}

#myWindowMoked2 {
    overflow: auto;
}

    #myWindowMoked2 .k-input {
        margin-right: 0px;
    }

#treeMokedCalls {
    border: 1px solid #088ccd;
}

#myDivSettings {
    position: absolute;
    top: 110px;
    /*left: 455px;*/
    z-index: 600;
    background: transparent;
    color: white;
    opacity: 0.8;
    font-size: 14px;
}

#myDivSettings .k-input {
    background: black;
    color: white;
    margin-right: 0px;
}

#tableSettings {
    position: absolute;
    top: 21px;
    right: 20px;
    left: 10px;
}

#myDivSettings .k-dropdown-wrap {
    background: black;
    border-color: gray;
}

#myDivSettings span {
    color: white;
}

#myDivSettings .k-icon {
    background-image: url('../Kendo.2016.2/styles/Black/sprite.png');
}

#myDivSettings .k-select {
    background: black;
}

#myDivSettings .k-select {
    background: black;
    color: white;
}

.clsKeyboardSettings {
    border: 2px solid red !important;
    height: 20px;
}
#divScooters {
    position: absolute;
    z-index: 1000;
    margin-right: 63px;
    display: none;
    border: 1px solid #088ccd;
    background-color: white;
    top: 111px;
    right: 0;
    padding-bottom: 15px;
    padding-left: 15px;
}

    #divScooters label {
        margin-left: 5px;
        margin-right: 5px;
        width: 80px;
        display: inline-block;
    }

#spnScootersHeader {
    font-size: 26px;
    text-align: center;
}

.clsScooterControl {
    display: block;
    margin-top: 10px;
    margin-right: 10px;
}

#divScootersWarnings {
    color: red;
    margin-right: 10px;
    margin-top: 10px;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
}

    .tg td {
        font-family: Arial, sans-serif;
        font-size: 14px;
        padding: 4px 5px;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        word-break: normal;
        text-align: center;
    }

    .tg th {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        padding: 4px 4px;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        word-break: normal;
        text-align: center;
    }

    .tg .tg-0pky {
        border-color: inherit;
        text-align: center;
    }

#imgScooterRova {
    width: 24px;
    height: 24px;
    border: 0px solid red;
    cursor: pointer;
    margin-top: -30px;
    margin-bottom: -8px;
    margin-right: 15px;
}

#imgScooterStatus {
    width: 24px;
    height: 24px;
    border: 0px solid red;
    cursor: pointer;
    margin-top: -30px;
    margin-bottom: -8px;
    margin-right: 15px;
}

#imgScootersWait {
    position: absolute;
    z-index: 11000;
    bottom: 10px;
    color: #008ccf;
    height: 30px;
}

#imgScooterStatus1 {
    margin-top: 2px;
}

#imgScooterStatus2 {
    margin-top: 2px;
}

#imgScooterStatus3 {
    margin-top: 2px;
}

#imgScooterStatus4 {
    margin-top: 2px;
}

#imgScooterStatus5 {
    margin-top: 2px;
}

#divScooterHeatmap {
    display: block;
    margin-top: 10px;
    margin-right: 10px;
}

#chkScooterHeatmap {
    margin-bottom: 0px;
}

#divScootersWarnings {
    margin-top: 2px;
}

#spnScootersRefresh {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}
#myDivToc {
    position: absolute;
    top: 110px;
    /*right: 50px;*/
    z-index: 16000;
    width: 430px;
    height: 465px;
    background: black;
    opacity: 0.8;
}

    #myDivToc .k-image {
        color: red;
        background-color: transparent;
    }

    #myDivToc .k-button {
        color: red;
        background-color: black;
        border: 1px black solid;
    }

#imgTocWhiteTriangle {
    position: absolute;
    top: 1px;
    left: 290px;
    z-index: 600;
    top: 0;
    width: 10px;
    height: 6px;
}

#sliderDiv {
    position: absolute;
    right: 5px;
    top: 1px;
    left: 5px;
    text-align: center;
}

#lblSliderOpacity {
    position: absolute;
    top: 11px;
    color: white;
    font-size: 18px;
}

#sliderOpacity {
    position: absolute;
    top: 5px;
    left: 5px;
}

#filterLayers {
    position: absolute;
    top: 48px;
    font-size: 18px;
    opacity: 1.0;
}

#filterLayersAutoComplete {
    height: 35px;
    width: 365px;
}

#btnAddExternalFile {
    position: absolute;
    top: 53px;
    width: 40px;
    height: 34px;
    background-image: none;
}

#btnUncheckAllLayers {
    position: absolute;
    top: 53px;
    width: 40px;
    height: 34px;
    background-image: none;
}

#panelLayersParent {
    position: absolute;
    right: 15px;
    top: 100px;
    font-size: 16px;
    width: 410px;
    height: 490px;
    overflow: auto;
}

#panelLayers {
    overflow: hidden;
}

    #panelLayers .k-link {
        background-image: none;
    }


#panelLayers {
    border: 1px solid gray;
}

    #panelLayers span {
        border-color: transparent;
        background-color: black;
    }

.clsSpanGroupLayer {
    color: white !important;
    background-color: transparent !important;
    font-size: 20px !important;
    vertical-align: central;
    top: 1px !important;
    position: relative;
}

.clsSpanLayer {
    color: white;
    background: transparent !important;
    background-color: transparent !important;
    font-size: 15px !important;
    top: -3px !important;
    position: relative;
}

.clsPlusMinusToc {
    opacity: 0.7;
    float: left;
    margin-top: 11px;
    margin-left: -7px;
}

.clsSpnOrange {
    position: absolute;
    background-color: transparent !important;
    color: black;
    font-size: 22px;
    position: absolute;
    margin-top: 1px;
    font-weight: bold;
}

.cls-save-in-panels {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -1px;
    width: 16px;
    height: 16px
}

.cls-filter-in-panels {
    display: inline-block;
    margin-right: -11px;
    margin-bottom: -1px;
    width: 16px;
    height: 16px
}

.cls-fav-in-panels {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 0;
    width: 16px;
    height: 16px;
}

.noCbclsSpanLayereng {
    margin-left: 10px;
}

.noCbclsSpanLayerheb {
    margin-right: 10px;
}

.selectedPanelGroup {
    border: 2px solid red !important;
    outline: none !important;
}

.focusedPanelGroup {
    border: 2px solid darkblue !important;
    outline: none !important;
}

.clsKeyboardFocusTOC {
    border: 2px solid red !important;
}

.outOfScale {
    color: #555555 !important;
}

#myDivLocate {
    display: none;
    position: absolute;
    top: 110px;
    /*right: 25px;*/
    z-index: 20600;
    width: 420px;
    background-color: black !important;
    background: black;
    color: white;
    font-size: 20px;
    opacity: 0.8;
}

#imgLocateWhiteTriangle {
    position: absolute;
    top: 1px;
    left: 335px;
    z-index: 600;
    top: 0px;
    width: 10px;
    height: 6px;
}

.subSearch {
    right: 20px;
    left: 20px;
    width: 160px;
}

.clsPlusMinusLocate {
    opacity: 0.7;
    position: absoulte;
    float: left;
    margin-top: 16px;
    margin-left: -7px;
}

.clsLblSearch {
    color: white !important;
    background-color: transparent !important;
    font-size: 20px !important;
    vertical-align: central;
    top: 1px !important;
    position: relative;
}

.keyboardFocusLocate {
    border: red solid 2px !important;
}

#divShefaCars {
    position: absolute;
    z-index: 1000;
    margin-right: 63px;
    /*width: 330px;
    height: 330px;*/
    display: none;
    border: 1px solid #088ccd;
}

#divShefaCars {
    background-color: white;
    top: 111px;
    right: 0;
    padding-bottom: 15px;
    padding-left: 15px;
}

#spnShefaCarsHeader {
    font-size: 26px;
    text-align: center;
}

.clsShefaCarControl {
    display: block;
    margin-top: 10px;
    margin-right: 10px;
}

#divShefaCars label {
    margin-left: 5px;
    margin-right: 5px;
    width: 80px;
    display: inline-block;
}
#myWindowFaq1 {
    position: absolute;
    text-align: center;
    z-index: 27000;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -300px;
    overflow: hidden;
}

#myWindowFaq2 {
    overflow: hidden;
}

#divFaq {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    border: 0px red solid;
    align-content: center;
    text-align: right;
    overflow: auto;
    font-size: 16px;
    z-index: 101;
    padding: 2px;
}

#imgFaq {
    position: absolute;
    top: 150px;
    left: 0px;
    right: 10px;
    width: 569px;
    height: 287px;
    z-index: 100;
    opacity: 0.27;
}

.divFaq {
    border: 2px solid transparent;
}

.currentFaq {
    border: 2px solid #d90000 !important;
}
/*#myWindowMokedPlus1 {
    position: absolute;
    text-align: center;
    z-index: 700;
    right: 30px;
    top: 110px;
    overflow: hidden;
}

#myWindowMokedPlus2 {
    overflow: auto;
}

    #myWindowMokedPlus2 .k-input {
        margin-right: 0px;
    }

#treeMokedPlusCalls {
    border: 1px solid #088ccd;
}
*/
#myDivTimeMachine
{
    position: absolute;
    top: 110px;
    left: 90px;
    z-index: 600;
    opacity: 0.8;
    border: 2px solid #088ccd;
}

.clsTemplateOrtho
{
    position: relative;
    left: 0px;
    width: 110px;
    height: 30px;
    border: 1px red;
    background: lightgray;
}

    .clsTemplateOrtho .spanYear
    {
        position: absolute;
        font-size: 16px;
        left: 50px;
        top: 7px;
        font-weight: bold;
        color: #088ccd;
    }

    .clsTemplateOrtho .clsImgLens
    {
        position: absolute;
        left: 10px;
        top: 5px;
        width: 24px;
        height: 24px;
    }

#myWindowTelAvivContacts1 {
    position: absolute;
    text-align: center;
    z-index: 27000;
    right: 450px;
    top: 130px;
    overflow: hidden;
}

#myWindowTelAvivContacts2 {
    overflow: hidden;
}

#myWindowTelAvivContacts2 .k-input {
    margin-right: 0px;
}

#inputContacts {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 315px;
    height: 24px;
    z-index: 502;
    background: rgb(255,255, 255);
    font-size: 14px;
    color: #006CB9;
    border: 1px #006CB9 solid;
}

#lstContacts {
    position: absolute;
    top: 50px;
    right: 10px;
    border: 1px solid #008ccd;
}
#myDivAdvancedTools {
    position: absolute;
    z-index: 600;
    top: 110px;
    /*left: 386px;*/
    height: 93px;
    opacity: 0.8;
    color: white;
}

#imgAdvanced {
    position: absolute;
    left: 0;
}

#imgAdvSearch {
    position: absolute;
    top: 23px;
    left: 42px;
    cursor: pointer;
}

#spnAdvSearch {
    position: absolute;
    top: 50px;
    left: 25px;
    cursor: pointer;
    border: 0 red solid;
    width: 80px;
}

#imgAdvProfile {
    position: absolute;
    top: 18px;
    left: 135px;
    cursor: pointer;
}

#spnAdvProfile {
    position: absolute;
    top: 50px;
    left: 120px;
    cursor: pointer;
    border: 0 red solid;
    width: 80px;
}

#imgAdvVisi {
    position: absolute;
    top: 16px;
    left: 233px;
    cursor: pointer;
    width: 32px;
    height: 32px;
}

#spnAdvVisi {
    position: absolute;
    top: 50px;
    left: 218px;
    cursor: pointer;
    border: 0 red solid;
    width: 80px;
}

#imgAdvShadows {
    position: absolute;
    top: 20px;
    left: 325px;
    cursor: pointer;
}

#spnAdvShadows {
    position: absolute;
    top: 50px;
    left: 310px;
    cursor: pointer;
    border: 0 red solid;
    width: 80px;
}

#imgAdvCompare1 {
    position: absolute;
    top: 103px;
    left: 42px;
    cursor: pointer;
}

#spnAdvCompare1 {
    position: absolute;
    top: 130px;
    left: 15px;
    cursor: pointer;
    border: 0 red solid;
    width: 40px;
}

#imgAdvCompare2 {
    position: absolute;
    top: 103px;
    left: 135px;
    cursor: pointer;
}

#spnAdvCompare2 {
    position: absolute;
    top: 130px;
    left: 110px;
    cursor: pointer;
    border: 0 red solid;
    width: 40px;
}

#imgAdvDrawings {
    position: absolute;
    top: 98px;
    left: 233px;
    cursor: pointer;
}

#spnAdvDrawings {
    position: absolute;
    top: 130px;
    left: 218px;
    cursor: pointer;
    border: 0 red solid;
}

#imgAdvModel3d {
    position: absolute;
    top: 103px;
    left: 325px;
    cursor: pointer;
}

#spnAdvModel3d {
    position: absolute;
    top: 130px;
    left: 310px;
    cursor: pointer;
    border: 0 red solid;
}

#imgAdvOblique {
    position: absolute;
    top: 184px;
    left: 42px;
    cursor: pointer;
}

#spnAdvOblique {
    position: absolute;
    top: 220px;
    left: 28px;
    cursor: pointer;
    border: 0 red solid;
    width: 40px;
}

#imgAdvIntersect {
    position: absolute;
    top: 184px;
    left: 138px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

#spnAdvIntersect {
    position: absolute;
    top: 220px;
    left: 124px;
    cursor: pointer;
    border: 0 red solid;
    width: 40px;
}

.clsKeyboardAdvancedTools {
    border: 2px solid red !important;
}


#divSelaCars {
    position: absolute;
    z-index: 1000;
    margin-right: 63px;
    display: none;
    border: 1px solid #088ccd;
    background-color: white;
    top: 111px;
    right: 0;
    padding-bottom: 15px;
    padding-left: 15px;
}

    #divSelaCars label {
        margin-left: 5px;
        margin-right: 5px;
        width: 80px;
        display: inline-block;
    }

#spnSelaCarsHeader {
    font-size: 26px;
    text-align: center;
}

.clsSelaCarControl {
    display: block;
    margin-top: 10px;
    margin-right: 10px;
}

#divButtonsShilut {
    position: absolute;
    background-color: transparent;
    left: 122px;
    top: 10px;
    z-index: 501;
    border: 0px red solid;
}

#btnShilut {
    position: absolute;
    left: 1px;
    top: 1px;
}

    #btnShilut img {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 22px;
        height: 22px;
    }

#btnShilutTop {
    position: absolute;
    left: 51px;
    top: 1px;
}

    #btnShilutTop img {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 22px;
        height: 22px;
    }

#btnShilutBottom {
    position: absolute;
    left: 101px;
    top: 1px;
}

    #btnShilutBottom img {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 22px;
        height: 22px;
    }

#btnShilutLeft {
    position: absolute;
    left: 151px;
    top: 1px;
}

    #btnShilutLeft img {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 22px;
        height: 22px;
    }

#btnShilutRight {
    position: absolute;
    left: 201px;
    top: 1px;
}

    #btnShilutRight img {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 22px;
        height: 22px;
    }

#myDivPrintAndShare
{
    position: absolute;
    z-index: 600;
    top: 110px;
    /*left: 380px;*/
    height: 84px;
    opacity: 0.8;
    color: white;
}

#imgPSShare {
    position: absolute;
    top: 24px;
    left: 49px;
    cursor: pointer;
}

#imgPSPrint {
    position: absolute;
    top: 22px;
    left: 162px;
    cursor: pointer;
}

#spnPSShare {
    position: absolute;
    top: 58px;
    left: 32px;
    cursor: pointer;
    border: 0px red solid;
    width: 70px;
    text-align: center;
}

#spnPSPrint {
    position: absolute;
    top: 58px;
    left: 155px;
    cursor: pointer;
    border: 0px red solid;
    width: 40px;
    text-align: center;
}
#myWindowOpenUrl1 {
    position: absolute;
    text-align: center;
    z-index: 27000;
    left: 40%;
    top: 20%;
    overflow: hidden;
}

#myWindowOpenUrl2 {
    overflow: hidden;
}

#myWindowContactUs1 {
    position: absolute;
    text-align: center;
    z-index: 700;
    right: 90px;
    top: 120px;
    overflow: hidden;
}

#myWindowContactUs2 {
    overflow: hidden;
}

#btnContactUsSend {
    position: absolute;
    z-index: 11000;
    height: 32px;
    width: 80px;
    background: #008ccf;
    color: white;
    font-size: 16px;
    bottom: 15px;
}

/*#btnContactUsAttachment {
    position: absolute;
    z-index: 11000;
    width: 36px;
    height: 32px;
    background: #008ccf;
    color: white;
    font-size: 16px;
    bottom: 15px;
}

#btnContactUsAttachment img {
    position: absolute;
    left: 5px;
    top: 4px;
}*/

#chkContactUsReadFaq {
    position: absolute;
    z-index: 11000;
    background: #008ccf;
    color: white;
    font-size: 14px;
    bottom: 20px;
}

#spnContactUsReadFaq {
    position: absolute;
    z-index: 11000;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    bottom: 22px;
}

/*#lblContactUsAttachmentFileName {
    position: absolute;
    z-index: 11000;
    height: 12px;
    color: #008ccf;
    font-size: 10px;
    bottom: 2px;
}*/

#imgContactUsWait {
    position: absolute;
    z-index: 11000;
    bottom: 15px;
    height: 30px;
    color: #008ccf;
    font-size: 16px;
}
#myWindowQr1 {
    position: absolute;
    text-align: center;
    z-index: 17700;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
    overflow: hidden;
}

#myWindowQr2 {
    overflow: hidden;
}

#myDivFastInfo {
    position: absolute;
    z-index: 1001;
    top: 110px;
    /* right: 6px;*/
    height: 590px;
    /*width: 500px;*/
    opacity: 0.9;
    font-size: 14px;
    background: black;
}

#imgFastInfoWhiteTriangle {
    position: absolute;
    top: 1px;
    right: 16px;
    z-index: 600;
    top: 0px;
    width: 10px;
    height: 6px;
}

.clsBtnFastInfo {
    width: 130px;
    height: 60px;
    margin: 7px;
    color: #cccccc;
    border: 2px red;
    background-image: none;
    font-size: 14px;
}

    .clsBtnFastInfo.fastBtnActive {
        color: #ffffff;
        border: 2px solid red !important;
    }

#divFavoritesLayers div.fastBtnActive {
    border: 2px solid red !important;
}

#spnFavoritesLayers {
    position: absolute;
    top: 328px;
    margin: 7px;
    color: #cccccc;
    border: 0px solid red;
    background-image: none;
    font-size: 18px;
    display: block;
}

#divFavoritesLayers {
    position: absolute;
    top: 411px;
    width: 430px;
    margin: 4px;
    margin-top: -50px;
    color: rgb(204, 204, 204);
    border: 0px red;
    background-image: none;
    font-size: 14px;
    direction: ltr;
    height: 220px;
    overflow: auto;
}

.clsFastInfoChk {
    border: 2px red;
}

#divFavoritesLayers > div {
    border: 2px transparent solid;
}

.cls-fav-in-favorites {
    display: inline-block;
    margin-right: 1px;
    margin-bottom: -3px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.clsFastInfoChk {
    position: relative;
    top: 2px;
}
#myWindowIntersect1 {
    position: absolute;
    text-align: center;
    z-index: 27000;
    left: 140px;
    top: 120px;
    overflow: hidden;
}

#myWindowIntersect2 {
    overflow: hidden;
}

#btnIntersectStart {
    position: absolute;
    width: 100px;
    height: 30px;
    bottom: 3px;
    right: 7px;
}

#btnExportExcel72 {
    position: relative;
    top: 1px;
    right: 3px;
    width: 38px;
    height: 32px;
}

#btnIntersectClose {
    position: absolute;
    top: 1px;
    left: 3px;
    width: 48px;
    height: 32px;
}

#tblAdvIntersect {
    border-spacing: 6px;
}

#imgAdvIntersectWait {
    display: none;
    position: absolute;
    z-index: 11000;
    bottom: 3px;
    right: 130px;
    color: #008ccf;
    height: 30px;
}
#myWindowIdentify55001 {
    position: absolute;
    text-align: center;
    z-index: 12000;
    right: 700px;
    top: 110px;
    overflow: hidden;
}

#myWindowIdentify55002 {
    overflow: hidden;
}

#divSearchGrid5500 {
    position: absolute;
    top:5px;
    right: 5px;
    width: 580px;
    height: 300px;
    border: 1px solid #088ccd;
}

.k-window-title h2 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

.none-anchor {
    text-decoration: none !important;
    color: unset;
}
#myWindowShadows1
{
    position: absolute;
    top: 110px;
    right: 180px;
    text-align: right;
    z-index: 600;
}

#myWindowShadows2
{
    overflow: hidden;
}

#myWindowShadows2 .k-input {
    margin-right: 0px;
}
#myWindowOpenHtml1 {
    position: absolute;
    text-align: center;
    z-index: 31000;
    /*left: 40%;
    top: 20%;*/
    overflow: hidden;
}

#myWindowOpenHtml2 {
    overflow: hidden;
    z-index: 31000;
}

#myWindowTabaot1 {
    position: absolute;
    text-align: center;
    z-index: 27000;
    left: 50%;
    top: 50%;
    margin-top: -400px;
    margin-left: -200px;
    overflow: hidden;
}

.tabaot{
    display:block;
    width: 50%; 
    margin: 0 auto;
}

.tabaName{
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    margin-top: 25px;
    margin-right: 40px;
}
.tabaNose{ 
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-right: -50px;
    width: 300px;
}

.Table1    {width: 350px; background: #000000; margin-right:-70px;}
.TDHdr1    {font-size: 10pt; text-align:  center; font-weight: 800; direction: rtl; color: #FFFFFF; background: #4189B1; width:40px;}
.TDInfow   {font-size:  9pt; text-align:   right; font-weight: 400; direction: rtl; color: #000000; background: #FFFFFF;}
.midi      {font-size:  8pt; text-align:  center; font-weight: 400;}
.midiy     {font-size:  8pt; text-align: justify; font-weight: 800; color: #FFFFFF; background: #808080; padding:  5px; border-left: 1px #000000 solid; border-right: 1px #000000 solid; border-top:    1px #000000 solid;}
.midiy1    {font-size:  8pt; text-align: justify; font-weight: 800; color: #FFFFFF; background: #808080; padding:  5px; border-left: 1px #000000 solid; border-right: 1px #000000 solid; border-bottom: 1px #000000 solid;}
.midiy2    {font-size:  8pt; text-align: justify; font-weight: 800; color: #FF0000; background: #FFFFFF; padding: 10px; border: 1px #000000 solid;}
.table2    {width: 300px; padding-top: 20px; margin-right: -50px;}
.docheader {font-size:   9pt; margin-right:50px; }
#myWindowAttributes1 {
    position: absolute;
    text-align: center;
    z-index: 700;
    left: 75px;
    top: 110px;
    overflow: hidden;
}

#myWindowAttributes2 {
    /*overflow: hidden;*/
}

#divAttributesGrid {
    max-height: 500px;
}

.clsDivRtSquare {
    width: 340px;
    height: 300px;
    border: 1px solid #006FBE;
    background-color: black;
    position: absolute;
    top: 0;
}

.clsDivRtTop {
    height: 60px;
    background-color: #132434;
    border: 1px solid #006FBE;
}

.clsDivRtBottom {
    height: 340px;
    background-color: #000000;
    border: 1px solid #006FBE;
}

.clsImgRtIconAll {
    opacity: 0.8;
    pointer-events: none;
}

.clsImgRtIcon {
    position: absolute;
    right: 0;
    top: 6px;
    width: 41px;
    height: 49px;
    opacity: 1.0;
}

.clsImgRtIconInside {
    position: absolute;
    right: 1px;
    top: 11px;
    width: 36px;
    height: 36px;
    opacity: 1.0;
}

.clsRtTitle {
    position: absolute;
    top: 17px;
    right: 50px;
    font-size: 19px;
    height: 30px;
    width: 200px;
    font-weight: bold;
    color: white; /*#cccccd;*/
    align-self: center;
    text-align: center;
    align-content: center;
    opacity: 0.8;
    /*pointer-events: none;*/
    border: 0 solid red;
    white-space: nowrap;
    cursor: default;
}

.clsLblRtCheck {
    position: absolute;
    top: 39px;
    left: 173px;
}

.clsImgRtTime24 {
    position: absolute;
    top: 39px;
    left: 215px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0.9;
}

.clsImgRtTime12 {
    position: absolute;
    top: 39px;
    left: 215px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0.3;
}

.clsImgRtTime06 {
    position: absolute;
    top: 39px;
    left: 215px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0.3;
}

.clsImgRtTime01 {
    position: absolute;
    top: 39px;
    left: 215px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0.3;
}

.clsImgHeatmap {
    position: absolute;
    top: 39px;
    left: 80px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0.3;
}

.clsImgExtraData {
    position: absolute;
    top: 39px;
    left: 80px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0.9;
}

.clsRtHelp {
    position: absolute;
    top: 47px;
    right: 50px;
    font-size: 22px;
    height: 30px;
    width: 200px;
    font-weight: bold;
    color: white;
    align-self: center;
    text-align: center;
    align-content: center;
    z-index: 10000;
    opacity: 0.8;
    cursor: pointer;
    border: 0 solid red;
}

.clsRtSymp {
    position: absolute;
    top: 47px;
    right: 150px;
    font-size: 22px;
    height: 30px;
    width: 200px;
    font-weight: bold;
    color: lightblue;
    align-self: center;
    text-align: center;
    align-content: center;
    z-index: 10000;
    opacity: 0.8;
    cursor: pointer;
    border: 0 solid red;
    text-decoration: underline;
}

.clsImgRtRight2 {
    position: absolute;
    right: 105px;
    top: 0;
    cursor: pointer;
    font-size: 16px;
    color: yellow;
}

.clsImgRtRight {
    position: absolute;
    right: 135px;
    top: 0;
    cursor: pointer;
    font-size: 16px;
    color: yellow;
}

.clsImgRtLeft {
    position: absolute;
    right: 160px;
    top: 0;
    cursor: pointer;
    font-size: 16px;
    color: yellow;
}

.clsImgRtLeft2 {
    position: absolute;
    right: 180px;
    top: 0;
    cursor: pointer;
    font-size: 16px;
    color: yellow;
}

.clsRtHeaderSquareId {
    position: absolute;
    font-size: 16px;
    left: 2px;
    top: 0px;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
    color: gray;
    pointer-events: none;
}

.clsRtHeaderPerut {
    position: absolute;
    font-size: 15px;
    right: 280px;
    top: 1px;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
}

.clsImgRtPerutBlue {
    position: absolute;
    font-size: 16px;
    right: 260px;
    top: 6px;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
    color: #07AEFD;
}

.clsImgRtPerutOrange {
    position: absolute;
    font-size: 16px;
    right: 260px;
    top: 6px;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
}

.clsImgRtPerutExcel {
    position: absolute;
    font-size: 16px;
    left: 1px;
    top: 75px;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
    width: 26px;
    height: 26px;
}

.clsRtHeaderSikum {
    position: absolute;
    font-size: 15px;
    right: 280px;
    top: 20px;
    text-align: right;
    cursor: pointer;
    font-weight: bold;
    color: #07AEFD;
}

.clsImgRtSikumBlue {
    position: absolute;
    font-size: 16px;
    right: 260px;
    top: 25px;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
}

.clsImgRtSikumOrange {
    position: absolute;
    font-size: 16px;
    right: 260px;
    top: 26px;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
}

.clsRtHeaderChart {
    position: absolute;
    font-size: 15px;
    right: 280px;
    top: 40px;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
    color: #07AEFD;
}

.clsImgRtChartBlue {
    position: absolute;
    font-size: 16px;
    right: 261px;
    top: 43px;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
}

.clsImgRtChartOrange {
    position: absolute;
    font-size: 16px;
    right: 261px;
    top: 43px;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
}


.clsRtSikum {
    font-size: 24px;
    width: 335px;
    text-align: center;
}

    .clsRtSikum::-webkit-scrollbar-button {
        background: #222222 !important;
    }

    .clsRtSikum::-webkit-scrollbar-track-piece {
        background: #222222 !important;
    }

    .clsRtSikum::-webkit-scrollbar {
        width: 0.3em;
        height: 0.3em;
    }

    .clsRtSikum::-webkit-scrollbar-thumb {
        background: #088ccd;
    }




.clsRtPerut {
    text-align: center;
    width: 335px;
}

    .clsRtPerut::-webkit-scrollbar-button {
        background: #222222 !important;
    }

    .clsRtPerut::-webkit-scrollbar-track-piece {
        background: #222222 !important;
    }

.clsRtChart {
    width: 335px;
    text-align: center;
    color: #cccccd;
}

    .clsRtChart text {
        cursor: pointer;
    }

.clsTableRealTime {
    border: 0 solid black;
    border-collapse: collapse;
}

    .clsTableRealTime tr:first-child {
        font-size: 19px !important;
        height: 30px !important;
        font-weight: bold;
        color: #BE6B27;
        background: #202E39;
    }

    .clsTableRealTime tr:nth-child(even) {
        background-color: #101920;
        height: 30px;
        font-size: 16px;
    }

    .clsTableRealTime tr:nth-child(odd) {
        background-color: #19242A;
        height: 30px;
        font-size: 16px;
    }

    .clsTableRealTime td {
        border: 2px solid black !important;
    }







.esriPopupWrapper {
    position: absolute;
    left: 90px !important;
    /*//top: 34px !important;*/
    opacity: 0.9;
}

    .esriPopupWrapper .actionsPane {
        display: none !important;
    }

.esriPopup .outerPointer.left {
    display: none !important;
}

.esriViewPopup {
    font-size: 11px;
}

    .esriViewPopup .hzLine {
        display: none;
    }





#myWindowRealTimeAlerts1 {
    position: absolute;
    text-align: center;
    z-index: 27000;
    right: 1240px;
    top: 110px;
    overflow: hidden;
}

#myWindowRealTimeAlerts2 {
    /*--overflow: hidden;*/       
}

#gridRealTimeAlerts {
    position: absolute;
    width: 900px;
    right: 7px;
    top: 7px;
    border: 1px solid lightgray;
}




#myWindowRealTime1 {
    position: absolute;
    text-align: center;
    z-index: 27000;
    right: 240px;
    top: 110px;
    overflow: hidden;
}

#myWindowRealTime2 {
    overflow: hidden;
}

#treeRealTime {
    position: absolute;
    width: 300px;
    bottom: 75px;
    top: 40px;
    border: 1px solid lightgray;
}

#chkRealTimeHideEmpty {
    position: absolute;
    bottom: 53px;
    right: 5px;
}

#chkRealTimeVertical {
    position: absolute;
    bottom: 36px;
    right: 5px;
}

#spnRealTimeHideEmpty {
    position: absolute;
    bottom: 54px;
    right: 27px;
}

#spnRealTimeVertical {
    position: absolute;
    bottom: 37px;
    right: 27px;
}

#btnRealTimeApply {
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 70px;
    font-size: 12px;
}

#btnRealTimeUncheckAll {
    position: absolute;
    bottom: 5px;
    right: 85px;
    width: 70px;
    font-size: 12px;
}

#btnRealTimeFontIncrease {
    position: absolute;
    bottom: 5px;
    left: 130px;
    height: 24px;
    width: 24px;
    font-size: 12px;
}

#btnRealTimeFontIncrease .k-image {
    margin-top: 2px;
    margin-right: -1px;
    width: 15px;
    height: 15px;
}

#spnRealTimeFontSize {
    position: absolute;
    bottom: 9px;
    left: 84px;
    width: 100px;
    border: 0 solid red;
    text-align: center;
    margin-left: -50px;
}

#btnRealTimeFontDecrease {
    position: absolute;
    bottom: 5px;
    left: 15px;
    height: 24px;
    width: 24px;
    font-size: 12px;
}

#btnRealTimeFontDecrease .k-image {
    margin-top: 2px;
    margin-right: -1px;
    width: 15px;
    height: 15px;
}




.clsStormDownload {
    background: url("../images/floppy48.png") no-repeat center center;
    height: 21px;
    width: 21px;
    display: inline-block;
    float: left;
    background-size: 16px;
}

#tableRealTimeSettings {
    user-select: none;
}

#spnOpenChart {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

#myWindowRTExtraChart1 {
    position: absolute;
    top: 15%;
    left: 55%;
    text-align: right;
    z-index: 600;
}

#myWindowRTExtraChart2 {
    overflow: hidden;
}

#divRTExtraChart {
    height: 350px;    
    min-width: 500px;
    margin: 0 auto;
    width: 90%;
    direction: ltr;    
}

.clsspntachana85 {
    color: rgb(239, 255, 0);
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    font-size: 22px !important;
}
#myWindowAccess1 {
    position: absolute;
    text-align: center;
    z-index: 27000;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -300px;
    overflow: hidden;
}

#myWindowAccess2 {
    overflow: hidden;
}

#divAccess {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    border: 0px red solid;
    align-content: center;
    text-align: right;
    overflow: auto;
    font-size: 16px;
    z-index: 101;
    padding: 2px;
}

#imgAccess {
    position: absolute;
    bottom: 30%;
    width: 569px;
    height: 287px;
    z-index: 100;
    opacity: 0.07;
}

.hideHeader {
    visibility: hidden;
}


#myWindowNoa1 {
    position: absolute;
    top: 110px;
    left: 100px;
    text-align: right;
    z-index: 600;
}

#myWindowNoa2 {
    overflow: hidden;
}

#myWindowNoa2 .k-input {
    margin-right: 0px;
}

#btnNoaKlotPolygon
{
    width:120px;
}

#btnNoaSaveTochnit {
    width: 120px;
}

#spnNoaStreets {
    width: 50px;
    max-width: 75px;
    word-wrap: break-word;
    border: 0 solid red;
    word-break: break-all;
}

#spnNoaStreetsBoundary {
    width: 50px;
    max-width: 75px;
    word-wrap: break-word;
    border: 0 solid red;
    word-break: break-all;
}

#spnNoaJunctions {
    width: 50px;
    max-width: 75px;
    word-wrap: break-word;
    border: 0 solid red;
    word-break: break-all;
}

#myWindowGsv1 {
    position: absolute;
    text-align: center;
    z-index: 700;
    left: 70px;
    top: 110px;
    overflow: hidden;
}

#myWindowGsv2 {
    overflow: hidden;
}

#myWindowMoked2 .k-input {
    margin-right: 0px;
}

#divPano {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: right;
}
#divBuses {
    background-color: white;
    top: 111px;
    right: 0px;
    border: 1px solid #088ccd;
    right: 2%;
    max-height: 80%;
    height: auto;
    padding: 10px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 200px;
    max-width: 500px;
}

#imgBusesWait {
    height: 30px;
    width: 30px;
    margin: 0 45%;
}

.clsBusesControl {
    display: block;
    margin-top: 15px;
    text-align: center;
    min-width: 400px;
}

.busesRTL {
    direction: rtl;
}

#divBuses.busesRTL label {
    margin-left: 5px;
    margin-right: 0 !important;
}

#divBuses label {
    margin-right: 5px;
    width: 80px;
    display: inline-block;
    text-align: right;
}

#spnBusesHeader {
    font-size: 20px;
}

#lineLink {
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
}

#divBuses.basicView {
    height: auto !important;
    padding-bottom: 30px;
    min-width: 300px;
}

    #divBuses.basicView #busSelectionCombos, .clsRoutesHide {
        display: none !important;
    }

#divLineChart, #divDailyChart, #divStopChart, #divSegmentsChart, #divBusesReportChart, #divTikufChart {
    width: 90%;
    direction: ltr;
    height: 300px;
}

#divBusesReportChart {
    /* width: 400px; */
    /* height: 400px !important; */
    width: 75% !important;
    display: inline-block;
}

#divBusesReportExtra {    
    height: 200px;
    display: inline-block;
    vertical-align: top;
}

#divLineChart {
    height: 400px;
}

g text[fill='#3f51b5'] {
    cursor: pointer;
    font-weight: bold !important;
    /* text-decoration: underline; */
}

g text.selectedAxis {
    text-decoration: underline;
}

.lblSelectVehicle {
    width: 80%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

#divSelectedLineStats, #divSelectedStopStats {
    line-height: 25px;
    max-width: 90%;
    margin: 0 auto;
    font-size: 14px;
    color: #34414d;
    text-align: center;
    margin-top: 10px;
}

#busSelectionCombos {
    max-width: 400px;
    margin-top: 10px;
}

.selectedRoute {
    text-decoration: underline;
    color: darkred;
}

#divChartInfo {
    font-size: 13px;
    color: darkblue;
    line-height: 16px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}

.newLine {
    display: block;
    font-size: 14px;
    text-align: right;
}

    .newLine > label, .newLine input {
        display: inline-block;
        vertical-align: middle;
        /* float: right; */
        /* font-size: 12px; */
        text-align: right;
        /* font-weight: 100; */
    }

label.errorBarLabel {
    width: unset !important;
}

#detailedStats {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

#divDailyChart {
    width: 100%;
}

#detailedStats div {
    margin-top: 5px;
}

.changedDepart {
    background-color: yellowgreen;
}

.bypassJourney, a#downloadLineData {
    font-size: smaller;
    text-decoration: underline;
    cursor: pointer;
    color: #029af0;
}

#divChartActions {
    font-size: 14px;
    margin-bottom: 5px;
}

    #divChartActions .bypassJourney {
        font-size: small;
    }

.clsStopRouteLine {
    display: none;
}

.clsStopRouteLine div {
    display: inline-block;
    margin: 0 1px;
    font-size: 0.8em;
}

.clsStopAgency {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    /* float: right; */
}

.clsLineNameStop {
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
    font-size: 1.1em;
    color: #088ccd;
}

.clsRatio {
    font-size: 0.9em;
    display: inline-block;
    margin: 0 3px;
}

.lineStopWrapper {
    border: 1px solid transparent;
    display: block;
    vertical-align: top;
    text-align: start;
}

.clsToggleAgencyRoutes {
    display: inline;
    padding: 0 20px;
    cursor: pointer;
    height: inherit;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
}

#lblShowBusesStops {
    width: auto !important;
}

#divCompareDatesData, #divCancelComparison, #divAddDateRangeData, #divSetDateRangeSegments, #divSegmentsSwitch, #divAutoDateRangeData {
    cursor: pointer;
    margin: auto;
    width: fit-content;
    border: 1px solid #088ccd;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.clsSegmentsDate {
    width: 48%;
    display: inline-block;
    margin-bottom: 10px;
}

    .clsSegmentsDate .segLabel {
        width: 50% !important;
        margin: auto !important;
        text-align: center !important;
        display: block !important;
    }

#divBuses .k-dropdown-wrap.k-state-default {
    padding-right: 1px;
}

#divSegmentsUserInfo {
    width: fit-content;
    padding: 8px;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#divSegHourCtrl {
    width: 20%;
    display: inline-block;
    height: 25px;
    /* margin: auto; */
    vertical-align: middle;
    margin-bottom: 5px;
}

.clsSegHour {
    height: 20px;
    width: 20px;
    background-size: 15px !important;
    padding: 5px;
    cursor: pointer;
}

#divPrevHour {
    float: left;
    background: url("../images/arrow.left.blue.png") no-repeat center center;
}

#divNextHour {
    float: right;
    background: url("../images/arrow.right.blue.png") no-repeat center center;
}

.clsKphLegend {
    display: inline-block;
    width: auto;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 4px;
    padding: 0 4px;
}

.clsKphColor {
    width: 40px;
    height: 5px;
    vertical-align: middle;
    display: inline-block;
    /* padding: 0 4px; */
}

.clsKphLabel {
    vertical-align: middle;
    display: inline-block;
    padding: 0 4px;
}

#divKphLegend {
    max-width: fit-content;
    margin: 15px 0;
    width: inherit;
}


#divSegmentsPeriod1 thead, #divSegmentsPeriod1 tbody, #divSegmentsPeriod1 tr {
    display: block;
    width: 390px;
}

#divSegmentsPeriod1 tr {
    border-bottom: 1px solid lightgray;
}

/*#divSegmentsPeriod1 th, */
#divSegmentsPeriod1 td {
    border-left: 1px solid lightgray;
}

#divSegmentsPeriod1 tbody {
    height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
}

#divSegmentsPeriod1 td, #divSegmentsPeriod1 th {
    cursor: pointer;
    width: 40px;
    text-align: center;
    padding-left: 5px;
}

#divSegmentsPeriod1 td:nth-child(1), #divSegmentsPeriod1 th:nth-child(1) {
    width: 15px;    
}
#divSegmentsPeriod1 td:nth-child(2), #divSegmentsPeriod1 th:nth-child(2) {
    width: 70px;
    text-align: start;
    padding-right: 4px;
}

#divSegmentsPeriod1 td:nth-child(5), #divSegmentsPeriod1 th:nth-child(5) {
    width: 65px;
}

#divSegmentsPeriod1 td:nth-child(3), #divSegmentsPeriod1 th:nth-child(3) {
    width: 65px;    
}

.clsSpeedRange {
    display: inline-block;
    direction: ltr;
}

.clsCompareSegData {
    font-size: 15px;
    font-weight: bold;
}

.defaultView {
    background-image: url("../Images/Icons/location.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 3px top;
    width: 100px !important;
}

.segmentsView {
    background-image: url("../Images/Icons/bus-side-view.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 3px center;
    width: 125px !important;
}

#spnBusesHeader {
    background-image: url("../Images/Icons/bus-side-view.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
}

#spnBusesHeader.segmentsHeader {
    background-image: url("../Images/Icons/location.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
}

#divSegmentsSwitch {
    border: none;
    text-decoration: underline;
}

#segTableHeader {
    font-size: 15px;
    color: #b21218;
    margin: 10px auto;
    width: 80%;
    text-align: center;
    font-weight: bold;
    cursor: pointer;    
    background-image: url(../Images/Drawings/draw_save.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: 20px;
    background-position-y: bottom;
}

#divSetDateRangeSegments, #divAddDateRangeData, #divAutoDateRangeData {
    display: inline-block;
}

#spnShowStops, #spnShowRTBuses, #spnShowTikufim {
    bottom: 5px;
    top: 5px !important;
}

#divComparisonReport {
    font-size: 14px;
    width: fit-content;
    margin: 0 auto;
}

.basicView #spnShowStops, .basicView #spnShowRTBuses, .basicView #spnShowTikufim {
    position: relative !important;
    bottom: -10px !important;
}

#divSegmentsUserInfo div {
    margin-top: 4px;
    font-size: 12px;
}

.clsNegCompare {
    text-decoration: underline;
    color: darkred;
    font-size: 13px;
}

.clsActiveDays {
    display: inline-block;
}

#divKphLegend p {
    margin: unset;
}

.clsExtendedAgency {
    width: 100%;
}

.clsStopSeq {
    display: inline-block;
    margin: 0 3px;
    font-size: 0.9em;
}

.clsAgencyCounter {
    display: block;
    margin: 0 2px;
    font-size: 0.95em;
    line-height: 15px;
}

.clsOperatorStop {
    /* line-height: 200%; */
    display: inline-block;
    height: inherit;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}

.clsLineStopVol, .clsLineTikufStat, .clsLineTikufPer {
    display: inline-block;
    margin: 0 3px;
    color: darkgreen;
}

.clsLineTikufStat {
    color: #005aaa;
    font-size: 13px;
}

.clsLineTikufPer {
    font-size: 12px;
    color: darkred;
}

.clsStopHeader {
}

.clsStopData {
    font-size: 12px;
    line-height: 18px;
    text-decoration-line: unset;
    text-decoration: unset;
    background-image: url(../Images/download.black.png);
    background-size: 25px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: top left;
    vertical-align: middle;
}

.clsStopName {
    color: #003f59;
    font-size: 16px;
    text-decoration: underline;
}

#divBusReset {
    background-image: url(../Images/Icons/reset.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: 14px;
    background-position-y: bottom;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 20px;
    top: 70px;
    cursor: pointer;
}

#divBusToggleReport {
    background-image: url(../Images/Icons/busReport.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 18px;
    background-position-y: bottom;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 20px;
    top: 70px;
    cursor: pointer;
}

.clsSegStop {
    text-decoration: underline;
    cursor: pointer;
}

.clsBusesHelpHeader {
    vertical-align: top;
    cursor: pointer;
}

.clsBusesHelpHeader p {
    margin: 5px;
}

#divBusesHelpContent, #divBusesHelpHeaders {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: top;
    margin-top: 50px;
}

#divBusesHelpContent p {
    margin: 5px 12px;
    font-size: 13px;
}

#divBusesHelpContent h4 {
    font-size: 14px;
    margin: 7px 3px;
}

.clsReportMode #divBusesHelpContent {
    display: none;
}

.clsReportMode #divBusesReportContent {
    display: inline-block;
    max-width: 90%;
    width: -webkit-fill-available;
    float: left;
    opacity: 1;
}

#divBusesReportContent {
    display: none;
}

#divBusesReportHeader div {
    font-weight: bold;
}
#divBusesReportHeader {
    text-align: center;
    margin-bottom: 20px;
    width: 80%;
    font-size: 15px;
}

.clsInfoBuses {
    font-size: 0.9em;
}

#divBusesReportExtra.clsMainRouteReport {
    width: 100%;    
    height: 300px;
    overflow-x: auto;
    overflow-y: auto;
    display: inline-block;    
}

#divBusesReportExtraHeader {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    height: auto;
}

#divBusesReportChartWrp {    
    max-width: 75%;
    margin: auto;
}

#divBusesMap {
    display: inline-block;
    height: 350px;
    min-width: 300px;
    margin-right: 30px;
    width: 100%;
    float: unset;
    max-width: 85%;
}

#divBusesMapView {
    height: 100%;    
    width: 100%;    
}

.clsRepLegColor {
    height: 15px;
    width: 30px;
    display:  inline-block;
    margin: 0 4px;
    vertical-align: text-bottom;
}

#divBusesMapView .esri-legend {
    direction: rtl;
    text-align: left;
    width: 115px;
    padding: 5px;    
    border-radius: 5px;
}

.esri-component.esri-legend.esri-widget--panel.esri-widget {
    visibility: hidden;
}

.esri-component.esri-legend.esri-widget--panel.esri-widget.clsRepActive {
    visibility: visible;
}

.clsMapReportHeader {
    direction: rtl;
    text-align: center;
    font-size: 11px;
    line-height: 12px;
}

.clsRepLeg  {
    font-size: 12px;
    vertical-align: middle;
    line-height: 17px;
    font-weight: bold;
}

.clsRepMapMainHeader {
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 4px;
    font-family: 'Arial';
}

#divBusesReportExtraWrp {
    width: 99%;    
}

#divBusesReportControls {
    width: 80%;
    height: 32px;
    vertical-align: middle;
}

#divBusesReportData {
    width: 100%;
    display: inline-block;    
}


#divBusesMapView .esri-ui-top-left {
    display: unset !important;
}

#divBusRepTabStrip {
    width: 85%;    
}

#divBusesMapHeader {
    margin: 5px 0;
    text-align: center;
    font-size: 15px;
    width: 85%;
    font-weight: bold;
}


.clsReportPopup{
    width: 65%;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    padding: 2px;
    vertical-align: middle;
}

.clsReportPopupDiff {
    direction: ltr;
    display: inline-block;
    width: 30%;
    text-align: center;
    font-size: 15px;
    border-right: 2px solid #aa0b43;
    vertical-align: middle;
}

.clsReportPopupVal {    
    color: #aa0b43;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}

#divBusesMapView .esri-popup__header-title {
    text-align: center;
    font-size: 16px;
    font-family: Arial;
    margin: 6px auto !important;
}

#divBusesMapView .esri-popup__content {
    font-family: 'Arial' !important;
}

.clsReportPopupPer {
    direction: ltr;
}

#imgBusReportWait {
    margin-top: 150px;
    height: 80px;
    width: 80px;
}

#divBusesMapLoader {
    margin: auto;
    width: 600px;
    height: auto;
    
}

#imgReportHeaderWait {    
    position: relative;
    height: 32px;
    width: 30px;
    display: inline-block;
    z-index: 500;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;    
}

#divBusRepHeaderLoader {
    display: inline-block;
    margin: auto;    
    height: auto;
}

#divBusRepDownload {
    position: relative;
    height: 32px;
    width: 30px;
    display: inline-block;
    z-index: 500;
    background-image: url(../Images/download.black.png);
    background-size: 85%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    vertical-align: middle;
    margin-right: 20px;    
}

#divSegmentsChart {
    width: 95% !important;
}

#divBusesReportControls span {
    vertical-align: middle;
    margin: auto;
}

#divBusesReportRavkavMain, #divBusesReportRavkavDrilldown {
    width: 50%;
    height: 100%;
    min-width: 400px;
    display: inline-block;
}

#divBusesReportRavkavWrp {
    height: 400px;
}


#divBusesReportRavkavDrilldown {
    min-width: 500px;
    vertical-align: top;    
}

#divBusesReportRavkavControls {
    float: left;
    top: 0;
}

#divBusesReportRavkavControls {
    direction: rtl;
}

#divSelectedLine {
    cursor: pointer;
    font-size: 12px;
}

#divBusesReportData .k-tabstrip-items .k-item {
    padding: 5px;
    cursor: pointer;
}

#spnShowTikufim {
    /* display: none; */
}

#cursorText {
    position: absolute;
    border: 1px solid #006CB9;
    border-radius: 10px;
    padding: 10px;
    background-color: white;
    text-align: center;
    max-width: 100px;
    white-space: pre-line;
}

.clsTikTxt {    
    font-size: 12px;
}

.clsTikMainTxt {
    border-bottom: 1px solid #006CB9;
}

.clsTtRatio {
    font-size: 12px;
    border-top: 1px solid #006CB9;
    direction: rtl;
}

#divStopsTikufHour {

}

.bluredStyle {
    /*filter: blur(6px);*/
    pointer-events: none;
    background-image: url("../images/loaders/loader1.gif") !important;
    background-size: contain !important;    
}

#divBuses #lblStopsTikufHour {
    width: auto;
}

#divReportCmbRanges_listbox li.optDisabled {
    display: none;
}

.clsCenterLoader {
    position: relative;    
    height: 30px;
    width: 30px;    
    margin-right: 45%;
}

#spnShowStops label, #spnShowRTBuses label, #spnShowTikufim label {
    margin-right: unset;
    width: auto;
    margin-left: 2px;
}

#divLineHistory {
    margin-top: 10px;
    
}

#lblLineHistory {
    vertical-align: middle;
    margin-left: 8px;
}

.chkRoute {
    display: inline-block;
    vertical-align: middle;
}

#cmbLineHistory-list li.k-state-selected {
    /*background-color: rgb(139 196 221 / 70%);*/
    background-color: rgba(139, 196, 221,0.7);
}

#imgBusesRepWait {
    text-align: center;
}

.clsTikStat {
    font-size: 13px;
    margin: 0 auto;
    text-align: center;
}

.clsLessTikuf {
    color: darkred;
}

.clsMoreTikuf {
    color: darkblue;
}

#divAddSegments {
    padding: 2px;
    cursor: pointer;
    width: fit-content;
    padding: 4px 6px;
    border-radius: 4px;
    border: 1px solid #7ad151;
}

#divAddSegments.clsMultiSelect {
    background-color: #7ad151;
  
}

#divSegmentsListHeader {
    font-size: 14px;    
    margin: 10px auto;
    width: 80%;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background-image: url(../Images/Drawings/draw_save.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: 18px;
    background-position-y: bottom;
}

#myWindowBusNews1 {
    position: absolute;
    text-align: center;
    z-index: 27000;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -350px;
    overflow: hidden;
}

#myWindowBusNews2 {
    overflow: hidden;
}

#divBusNews {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    /*bottom: 10px;*/
    border: 0px red solid;
    align-content: center;
    text-align: right;
    overflow: auto;
    font-size: 16px;
    z-index: 101;
    padding: 2px;
}

#imgBusNews {
    position: relative;
    top: 25%;
    width: 70%;
    height: 45%;    
    z-index: 100;
    opacity: 0.27;
    margin: 0 15%;
}
#divTeutCars {
    position: absolute;
    z-index: 1000;
    margin-right: 63px;
    /*width: 330px;
    height: 330px;*/
    display: none;
    border: 1px solid #088ccd;
}

#divTeutCars {
    background-color: white;
    top: 111px;
    right: 0;
    padding-bottom: 15px;
    padding-left: 15px;
    width:350px;
}

#spnTeutCarsHeader {
    font-size: 26px;
    text-align: center;
}

.clsTeutCarControl {
    display: block;
    margin-top: 10px;
    margin-right: 10px;
}

#divTeutCars label {
    margin-left: 5px;
    margin-right: 5px;
    width: 80px;
    display: inline-block;
}

#spnTeutCarsStatistics {
    margin-top: 13px;
    margin-right: 38px;
}
#myDivNechasim1 {
    position: absolute;
    text-align: center;
    z-index: 300;
    left: 90px;
    top: 120px;
    overflow: hidden;
    background: white;
    border: solid 0px #088ccd;
}

.clsButtonNechasim {
    width: 48px;
    height: 37px;
    border: 2px solid #088ccd;
}

#myDivNechasim2 {
    position: absolute;
    text-align: center;
    z-index: 300;
    left: 90px;
    top: 120px;
    overflow: hidden;
    background: white;
    border: solid 0px #088ccd;
}

#myDivNechasim3 {
    position: absolute;
    text-align: center;
    z-index: 300;
    left: 90px;
    top: 120px;
    overflow: hidden;
    background: white;
    border: solid 0px #088ccd;
}

#myDivNechasim4 {
    position: absolute;
    text-align: center;
    z-index: 300;
    right: 90px;
    top: 120px;
    overflow: hidden;
    background: white;
    border: solid 0px #088ccd;
}

#lblNechasimCount {
    position: absolute;
    left: 1px;
    top: -6px;
    background-color: brown;
    color: orange;
    font-size: 18px;
}

#myWindowNechasimSnapping1 {
    position: absolute;
    text-align: center;
    z-index: 700;
    left: 88px;
    top: 180px;
    overflow: hidden;
}

#myWindowNechasimSnapping2 {
    overflow: hidden;
}

/*#divNechasimSnappingLayers {
    position: absolute;
    z-index: 11000;
    background-color: white;
}*/

.negative {
    color: #d60d69;
}

.positive {
    color: #1bbd7f;
}

.neutral {

}

#divApiData {
    height: auto;
    width: 420px;
    background-color: white;
    border: 1px solid #088ccd;
    padding: 10px 20px;
    top: 117px;
    left: 5%;
}

#divApiDataHeader {
    height: 40px;
    font-size: 20px;
    display: block;
    text-align: center;
}

#divZcProjectChart, #divZcTopicsChart, #divZcCatChart {
    direction: ltr !important;
}

#myDynamicChart {
    direction: ltr;
    height: 200px;
    width: 300px;    
    position: relative;    
    margin: 0 auto;
}

#divPopupHtml {
    top: 0;    
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.chartPopup {
    width: 350px;
    height: 250px;
}
.noChartPopup {
    width: auto;
    height: 50px;
}


*[dir="rtl"] {
    direction: rtl;
    unicode-bidi: normal;    
    right: 0;
    left: unset;
}

bdo[dir="rtl"] {
    direction: rtl;
    unicode-bidi: plaintext;    
    text-align: justify;
    white-space: nowrap;
    overflow: no-display;
    text-overflow: ellipsis;
}

.selectedAxisLabel {
    font-weight: 600 !important;
    text-decoration: underline;
}

#divZcCatChartControls {
    margin-top: 10px;
    height: auto;
    width: 100%;
    /* border: 1px solid black; */
}

.clsCatTag {
    display: inline-block;
    border: 1px solid #088ccd;
    border-radius: 5px;
    margin: 1px;
    cursor: context-menu;
}

.clsCatTagClose {
    cursor: pointer;
    display: inline-block;
}

.clsCatTagClose, .clsCatTag {
    padding: 3px;
}

.chartAxisLabel {
    cursor: pointer;
}

#divZcTopicsChart {
    height: 500px;
}
#myWindowChartMeraki1 {
    position: absolute;
    top: 20%;
    left: 20%;
    text-align: right;
    z-index: 600;
}

#myWindowChartMeraki2 {
    overflow: hidden;
}

#myWindowChartMeraki2 .k-input {
    margin-right: 0px;
}

#cmbMerakiTime {
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 1000;
}

#divMerakiChart {
    position: absolute;
    left: 10px;
    top: -39px;
    width: 770px;
    border: 0px solid red;
}
#divHeatmaps {
    position: absolute;
    z-index: 1000;
    margin-right: 63px;
    display: none;
    border: 1px solid #088ccd;
    background-color: white;
    top: 111px;
    right: 0;
    padding-bottom: 15px;
    padding-left: 15px;
    overflow-y: auto;
    max-height: 70%;
    min-width: 340px;
}

#divHeatmaps label {
    margin-left: 5px;
    margin-right: 5px;
    width: 80px;
    display: inline-block;
}

#divHeatmapsHeader {
    font-size: 26px;
    text-align: center;
}

.clsHeatmapsControl {
    display: block;
    margin-top: 10px;
    margin-right: 10px;
}

#divHeatmapsReport {
    padding: 3px 5px;
    margin: 2px auto;
    text-align: center;
    max-width: 250px;
}

#imgHeatmapsWait {
    position: absolute;
    z-index: 11000;
    bottom: 10px;
    color: #008ccf;
    height: 30px;
}

#divHeatmapsGrid{
    max-width: 280px;
    margin: 10px 10px 0 0;
    width: auto;
    max-height: 200px;
    overflow-y: auto;
}

#divHeatmapsGrid tr, #divHeatmapsGrid th {
    text-align: center;
}

#divHeatmapsRadius, #divHeatmapsPI, #divHeatmapsOpacity {
    margin: 10px;
}

#lblRadiusOptions, #numHeatmapRadius, #lblHeatmapPI, #numHeatmapPI, #lblHeatmapOpacity, #numHeatmapOpacity, #lblHeatmapsMifgaState {
    display: inline-block;
}

#divHeatmapsSettingToggle {
    height: 20px;
    width: 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}

#imgHeatmapSettings {
    height: inherit;
    width: inherit;
}

#divHeatmapSettings.settingsShow {
    display: inline-block !important;
}

#divHeatmapSettings .k-widget.k-numerictextbox {
    width: fit-content;
}

#divHeatmapSettings .k-numeric-wrap .k-input {
    margin-right: 0px;
}

.k-widget.k-multiselect.k-header .k-multiselect-wrap.k-floatwrap {
    /* display: none; */
}

#lblHeatmapsMifga, #lblHeatmapsMifgaState, #lblHeatmapsMifgaStatus {
    vertical-align: top;
}

#divDeselectAllMifga {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    font-size: 16px;
}

.k-multiselect-wrap.k-floatwrap li {
    float: none;
}

#divHeatTableNote {
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
}

.clsHeatmapRepSub1, .clsHeatmapRepSub2 {
    width: inherit;
    text-align: center;
    font-size: 12px;
}

.clsHeatmapRepSub1 {
    font-size: 14px;
    text-decoration: underline;
}

#divHeatmapsChart {
    direction: ltr;
    margin: 0 auto;
}
#divParking {
    position: absolute;
    z-index: 1000;
    margin-right: 63px;
    display: none;
    border: 1px solid #088ccd;
    background-color: white;
    top: 111px;
    right: 0;
    padding: 15px;
    padding-left: 0px;
    overflow-y: hidden;
    max-height: 70%;
    min-width: 340px;
    direction: rtl;
    height: auto;
    overflow-x: auto;
    max-width: 400px;
    height: auto;
}

#divParking label {
    margin-left: 5px;
    margin-right: 5px;
    width: 120px;
    display: inline-block;
}

#divParkWrp {
    height: inherit;
    max-height: 600px;
    /* overflow-y: auto; */
    /* position: sticky; */
}

#divParkingHeader {
    
    text-align: center;
    position: sticky;
    margin: 0 auto;
    top: 0;
    z-index: 200;
}

#divPrkContent {    
    max-height: 460px;
    top: 0;
    overflow-y: auto;    
    height: auto;    
}

.clsParkingControl {
    margin: 10px auto;
}

.esri-popup__header-title {
    margin: 0 auto;
}

[data-layer-id='myParkingSaFl'], [data-layer-id='ahuzot_stats'] {
    direction: rtl;
}

[data-layer-id='ahuzot_stats'] .esri-features__header, [data-layer-id='ahuzot_stats'] .esri-features__footer {
    direction: ltr;
}

#divParkTable {
    display: none;
/*    max-width: 95%;
    width: min-content;
    margin: 0 auto;
 */   
}

#divParkTable1 {
    max-width: 95%;
    width: min-content;
    margin: 0 auto;
}


.esri-popup[data-layer-id='myParkingSaFl'] .esri-popup__footer  {
    direction: ltr;
}

.clsParkPopupLbl, .clsParkPopupVal {
    display: inline-block;
    vertical-align: middle;
}

.clsPopupBorRank, .clsPopupCityRank {
    font-size: 12px;
}

.clsParkPopupRow {
    width: 80%;
    padding: 2px 10px;
    border-radius: 3px;
    vertical-align: middle;
    font-family: system-ui;
}

.clsParkPopupVal {
    text-align: left;
    width: 20%;
    direction: ltr;
}

.clsParkPopupLbl {
    text-align: right;
    width: 80%;
}

.clsQuickCalcInput {
    display: inline-block;
}

#divQuickCalcFormula {
    direction: ltr;
    margin: 0 auto;
    text-align: center;
}

#divQuickCalcEq, #divQuickCalcOutput {
    display: none;
}

#divQuickCalcBtn, #divToggleExtraData, #divToggleDownload {
    padding: 5px;
    cursor: pointer;
}

#btnParkingCalc {
    
}

#divBtnCalc {
    margin: 5px auto;
    text-align: center;
}

.esri-legend__layer-row .esri-legend__layer-cell {
    direction: ltr;
}

.esri-legend__layer-row[data-layerid] .esri-legend__layer-cell {
    direction: rtl;
}

#divParkTable .k-grid-content td:nth-child(n+3) {
    text-align: center;
    direction: ltr;
}

#divParkContData {
    display: block;
}

#lblParkPropYear {
    width: auto !important;    
}

#divParkPropYear {
    display: inline-block;
}

#divParkPropData {
    margin-bottom: 5px;
}

#divDownloadData {
    background-image: url(../Images/download.black.png);
    background-size: 25px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: top left;
    height: 34px;
    width: 34px;
    position: relative;
    top: 2px;    
    float: left;
    z-index: 99999;
}

.clsDisplayArrow, #divQuickCalcBtn, #divToggleExtraData {
    display: inline-block;
    vertical-align: baseline;
}

.clsDisplayArrow {
    font-weight: bold;
    font-size: 16px;
    margin-right: 3px;
    /* vertical-align: baseline; */
}

.clsExpandedOptDiv .clsDisplayArrow {
    display: none;
}


#myWindowParkNews1 {
    position: absolute;
    text-align: center;
    z-index: 27000;
    left: 12%;
    top: 15%;
    margin-top: 10px;
    margin-left: 10px;
    overflow: hidden;
}

#myWindowParkNews2 {
    overflow: hidden;
    opacity: 1;
}

#divParkNews {
    position: relative;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    border: 0px red solid;
    align-content: center;
    text-align: right;
    overflow: hidden;
    font-size: 16px;
    z-index: 101;
    padding: 2px;
    height: 90%;
    width: 90%;
}

#imgParkNews {
    position: relative;
    top: 25%;
    width: 70%;
    height: 45%;
    z-index: 100;
    opacity: 0.27;
    margin: 0 15%;
}

#divParkStatChart {
    direction: ltr;
    width: 100%;
    min-width: 350px;
    top: -10px;
}

#divParkStatChartReset {
    position: relative;
    /* top: 10px; */
    /* float: right; */
    margin-top: 4px;
    z-index: 100;
    cursor: pointer;
}

#divParkStatLegend {
    border-bottom: 1px solid lightgray;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 10px;
}

#parkStatLegendHeader {
    font-weight: bold;
    text-decoration: underline;
}

.clsHighlightChart {    
    fill: #08ffff;    
}

#divParkOptions {
    position: relative;
    top: 0px;
}

.clsLegSelected {
    background-color: lightblue;
}

.clsPangoControl {
    display: inline-block;
}

.clsPangoCmb {

}

#divGenPangoReport, #divGenAhuzotReport {
    padding: 4px;
    cursor: pointer;
    border: rgb(163, 208, 228) 1px solid;
    width: fit-content;
    border-radius: 5px;
    margin: 8px auto;
}

#imgParkWait {
    position: absolute;
    width: 160px;
    z-index: 99;
    overflow: hidden;
    opacity: 0.6;
    top: 10%;
    left: 80px;
    border-radius: 25%;
    filter: grayscale(100%);
    /*animation: pulse 2.2s ease-in-out infinite;*/
    animation: shrinkGrow 2s infinite ease-in-out;
}

#imgParkChange {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 1000;
    opacity: 1.0;
    top: 30px;
    left: 10px;
}

#divParkSourcesTab #divParkDownloadWrp {
    display: block !important;
    margin-top: 10px;
}
.extOptionsHeader {
    text-decoration: underline;
}

#divParkNewsContent {

}

#divParkingMainHeader {
    cursor: pointer;
    background: url('../Images/Parking/spreadsheet.png') no-repeat;
    background-size: 23px;
    background-position-x: 12px;
    background-position-y: 5px;
    font-size: 22px;
    vertical-align: baseline;
}

#myWindowParkNews2 .k-tabstrip-wrapper {
    height: 95%;
}

#divParkWindowTabs {
    height: inherit;
}

#divParkWindowTabs .k-content.k-state-active {
   height: 86% !important;
   /* width: 70%; */
}

#divParkNewsRows {
    height: 50%;
    overflow-y: auto;
    max-height: 250px;
}

#divParkSourcesTab {
    height: 95%;
}

#divParkNewsHeader {
    font-size: 1.2em;
    font-weight: bold;
}

#divParkDataControls {
    height: 50px;
    width: fit-content;
    display: inline-block;
    vertical-align: middle;
}



#divParkDataColumnsParent {
    position: absolute;
    right: 15px;
    top: 40px;
    font-size: 16px;
    width: 410px;
    /* height: 300px; */
    z-index: 1001;
    display: inline-block;
}

#divParkDataColumns ul.k-group.k-panel {
    overflow-y: auto;
    max-height: 250px;
}

.pbGridToggle {
    background-image: url(../Images/svg/Display_On.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    height: 30px;
    width: 18px;
    display: inline-block;
    background-position: center;
    vertical-align: middle;
    cursor: pointer;
}

.pbGridEdit {
    background-image: url(../Images/Parking/edit.icon.png);
    background-size: 16px;
    background-repeat: no-repeat;
    height: 30px;
    width: 18px;
    display: inline-block;
    background-position: center;
    vertical-align: middle;
    cursor: pointer;
}

.pbActions {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    
}

.pbActions + span {
    display: inline-block !important;
    vertical-align: middle;
    width: 90%;
    padding: unset !important;
}

.pbGridToggle.clsActiveET {
    background-image: url(../Images/svg/Display_Off.svg) !important;
    background-size: 16px;
    background-repeat: no-repeat;
    filter: invert(40%) sepia(50%) saturate(6481%) hue-rotate(246deg) brightness(80%) contrast(143%);
}

.pbGridEdit.clsActiveET {
    background-image: url(../Images/Parking/edit.icon.active.png) !important;
    background-size: 16px;
    background-repeat: no-repeat;
}

/*#divParkDataColumns li li.k-item.k-first:first-of-type {
    pointer-events: none;
}*/

.clsPbInputWrp {
    display : inline-block;
}

#pbSearch {
    margin-right: 30px;
}

.clsPbSearchHide {
    display: none !important;
}

th.clsActiveET {
    /* border-color: darkred; */
    font-size: 1.1em;
    text-decoration: underline;
    background-image: url(../Images/Parking/edit.icon.active.png) !important;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 4% 50%;
}

.k-grouping-row[role="row"] {
    height: auto !important;
    /* line-height: 2px; */
    font-size: 0.9em;
}

.clsParkDataBtn {
    height: 40px;
    width: 80px;
    border: 1px solid lightgray;
    display: inline-block;
    /* float: left; */
    position: relative;
    right: 450px;
    vertical-align: middle;
    top: 5px;
    cursor: pointer;
    text-align: center;
    display: none;
}

.k-grouping-header[data-role='droptarget'] {
    pointer-events: none;
}

#divParkDataGrid .k-grid-header th > .k-link > .k-icon {
    position: sticky;
    left: 0;
    z-index: 1000;
}

#divParkDataGrid .k-grid-header th.k-header > .k-link {
    text-overflow :unset;
}

#divParkDataGroup {
     display: none; 
}

#divParkDataGrid .k-grouping-header {
    display: none;
}

.clsGridGroupHeaderEven {

}

.clsGridGroupHeaderOdd td{
    background-color: lightgray;
}



.clsEditRep {
    display: inline-block;
    max-width: 300px;
    vertical-align: middle;
    border: 1px solid lightgray;
    margin-top: 3px;
    border-radius: 4px;
}

.clsEditRepNew {
    color: darkgreen;
}

.clsEditRepOrig {
    color: #f8875f;
}

.clsEditView {
    display: inline-block;
    cursor: pointer;
    padding: 4px;
}

.clsprkEditInfo {
    cursor: pointer;
    padding: 3px 2px;
    /* text-decoration: underline; */
}

.clsParkEditSubmit {
    border: 1px solid lightblue;
    border-radius: 4px;
    padding: 4px;
    width: fit-content;
    display: inline-block;
    margin-right: 2px;
    cursor: pointer;
    width: 30%;
    vertical-align: middle;
    text-align: center;
}

.clsParkEditsWrap {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    max-height: 80px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid lightskyblue;
    border-radius: 4px;
    margin: 2px 5px;
}

.clsEditRepLine {
    display: inline-block;
    text-decoration: underline;
}

#divParkEditReport {

}

input.clsEditsNameSubmit {
    width: 75%;
    margin: 4px 2px;
    align-self: center;
}

.clsEditsNameLabel {
    display: inline-block;
    width: 15%;
    text-align: center;
}

.clsEditName {
    margin: 2px auto;
    width: 50%;
}

.clsPopupSmallHeader {
    font-size: 0.8em;
}

.clsGridHL {
    background-color: lightyellow;
}

.k-column-menu.k-popup .k-item.k-lock, .k-column-menu.k-popup .k-item.k-unlock {
    display: none;
}


.clsSceneCol {
    border-right: 1px solid navy !important;
    border-left: 1px solid navy !important;
    background-color: #b2c9e8;
    border-color: navy !important;
}

.clsActiveEdit {
    background-color: #f7c773 !important;
    border-right-color: orange !important;
    border-left-color: orange !important;
    border-color: orange !important;
}

.clsLotPopupLbl, .clsLotPopupVal {
    display: inline-block;
}

.clsLotPopupRow {
    width: 90%;
    direction: rtl;    
}

.clsLotPopupLbl {
    font-weight: bold;
    width: 60%;
}

.clsLotPopupVal {
    width: 40%;
}

.clsLotPopup {
    direction: rtl;
}

#divLotPopupChart.esri-widget {
    /*--esri-widget-padding-y: 2px !important;*/
}
#divLotPopupChart, #divLotPopupChart1, #divAhuzotInfoFillChart {
    height: 200px;
    width: 400px;
    direction: ltr;
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
    top: -15px;
}

#divAhuzotInfoFillChart {
    top: unset;
}


    #divLotPopupPieChart, #divLotPopupColChart, #divLotPopupPieChart1, #divLotPopupColChart1 {
        height: 100px;
        width: 180px;
        direction: ltr;
        margin: auto;
        display: inline-block;
    }

.clsSubSumPT {
    background-color: rgba(151, 185, 160, 0.5);
}

.clsRegPT {
    background-color: rgba(223, 153, 85, 0.5);
}

.clsHide{
    display: none !important;
}

#divParkAhuzotDataNotes {
    color: #001553;
    max-height: 300px;
    overflow-y: auto;
    width: 60%;
    border: 1px solid lightgray;
    background-color: #fef6d5b5;
    font-size: 16px;
}

.clsActiveNotes {
    text-decoration: underline;
    font-weight: bold;
}

#divParkAhuzotDataNotesHeader, #divMoreInfoAhuzot {
    cursor: pointer;
    margin: 2px;
    padding: 2px;
    font-size: 14px;
    border: 1px solid lightgray;
    border-radius: 5px;
    width: 250px;
    text-align: center;
}

#divMoreInfoAhuzot {

}

.clsAhuzotInfo {
    height: 20px;
    width: 20px;
    float: left;
    border: 1px solid gray;
    background-color: #1f4cd6;
    color: #ffee00;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    top: 160px;
    position: relative;
    cursor: pointer;
    z-index: 99;
    margin-left: 20px;
}

.esri-features__container.esri-features__content-container {
    /*margin-top: 0;
    padding-top: 0;*/
}

.esri-popup__main-container {
    max-height: 420px;
}


#divLotPopupChart svg {
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.clsAhuzotLotsDownload {
    background-image: url(../Images/download.black.png);
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: top left;
    height: 25px;
    width: 25px;
    position: relative;
    top: 160px;
    float: right;
    z-index: 999;
}

#imgParkLoad {
    position: absolute;
    left: 5%;
    top: 20%;
    /*height: 194px;*/
    width: 180px;
    opacity: 0.6;
    /*height: 50%;
    width: 50%;*/
    border-radius: 25%;
    filter: grayscale(100%);
    /*animation: pulse 2.2s ease-in-out infinite;*/
    animation: shrinkGrow 4s infinite ease-in-out;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.6;
    }
}


@keyframes shrinkGrow {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5); /* Shrinks to 50% */
    }

    100% {
        transform: scale(1); /* Grows back to original size */
    }
}


.clsPopupAhuzotDates {
    color: #626262;
}

#divParkSourcesTab #divParkPangoDownload {
    display: block !important;
}

.clsParkInfoOpen {
    float: left;
    font-size: 18px;
    cursor: pointer;
}

#divParkInfoTab #divAhuzotInfoHeader{
    font-size: 1.3em;
    margin-bottom: 30px;
}
#divParkInfoTab .clsParkInfoOpen {
    display: none;
}

.clsLotPopHeader {
    display: inline-block;
}

#divAhuzotInfoControl {
    width: 550px;
}

#divAhuzotInfoContent #divLotPopupChart, #divAhuzotInfoContent #divLotPopupColChart, #divAhuzotInfoContent #divLotPopupPieChart {
    display: none;
}

.clsLotDateCompare {
    border: 1px solid gray;
}

.clsLotCompRow {
    position: relative;
    display: inline-block;
    /* left: -10%; */
    /* width: 70px; */
    /* right: 10%; */
    width: 46%;
}

.clsLotCompVal, .clsLotCompRatio, .clsLotValRow {
    display: inline-block;
}

.clsLotValRow {
    width: 25%;
}

#divAhuzotInfoContent .clsLotPopupVal {
    width: 20%;
    display: inline-block;
}
#divAhuzotInfoContent .clsLotPopupLbl {
    width: 30%;
}

.clsLotCompHeader {
    /* border: 1px solid pink; */
    width: 27%;
    position: relative;
    /* float: left; */
    right: 44%;
    display: inline-block;
}

.clsLotCompHeaderLabel {
    display: inline-block;
    min-width: 35%;
    text-decoration: underline;
}

.clsLotCompVal, .clsLotCompRatio {
    min-width: 20%;
}

#divAhuzotInfoFillChart {
    display: none;
}

#divAhuzotChartCmb {
    display: none;
}

.clsLotDateCompare #divAhuzotInfoFillChart {
    display: block;
    height: 200px;
    width: 400px;
}

.clsLotDateCompare #divAhuzotChartCmb {
    display: block;
    height: 25px;
    width: 125px;
}


.clsLotDateCompare #divLotPopupChart1 {
    display: none;
}

#divAhuzotInfo #divAhuzotChartCmb {
    display: none;
}

.k-combobox:has(div#divAhuzotChartCmb) {
    display: none !important;
}

#divAhuzotInfo.clsLotDateCompare .k-combobox:has(div#divAhuzotChartCmb) {
    display: block !important;
}

#divAhuzotInfo .clsLotCompRow {
    display: none;
}


#divAhuzotInfo.clsLotDateCompare .clsLotCompRow {
    display: inline-block;
}

/*! jQuery UI - v1.11.2 - 2014-11-13
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	/*background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;*/  /*oren remove*/
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}

