﻿#slide-in-share-top {
    position: absolute;
    top: 0px;
    right: 0px;
    height: auto;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    margin-top: -70px;
    height: 70px;
    /*border: solid #e9e9e9;*/
    border-width: 1px 1px 1px 0;
    z-index: 1000;
}

#slide-in-handle-top {
    position: absolute;
    top: 80px;
    right: -30px;
    margin-left: -100px;
    z-index: -1;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: #52648a;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.7);
    cursor: pointer;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    -o-transition: background-color .3s, -o-transform .3s;
    transition: background-color .3s, transform .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    transform: translate3d(0px, 0px, 0px);
}

    #slide-in-handle-top::before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0U2RTZFNiIgZD0iTTAsNmw2LTZoMXYyTDQsNWg4djJINGwzLDN2Mkg2TDAsNnoiLz48L3N2Zz4=");
        background-repeat: no-repeat;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 10px;
        left: 10px;
        content: "";
        transition: all 0.75s 0.25s;
    }

.toggle-up {
    transform: rotate(90deg);
}

    .toggle-up::before {
        transform: rotate(90deg);
    }

.toggle-down {
}

    .toggle-down::before {
        transform: rotate(-90deg);
    }

#slide-in-share-right {
    position: absolute;
    top: 140px;
    right: 0px;
    width: 580px;
    padding: 2px 2px 2px 2px;
    margin-right: -580px;
    border: solid #e9e9e9;
    border-width: 1px 1px 1px 0;
    z-index: 900;
}

#slide-in-handle-right {
    position: absolute;
    right: 580px;
    z-index: -1;
    width: 32px;
    height: 32px;
    border-radius: 16px 0 0 16px;
    background-color: #52648a;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.7);
    cursor: pointer;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    -o-transition: background-color .3s, -o-transform .3s;
    transition: background-color .3s, transform .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    transform: translate3d(0px, 0px, 0px);
}

    #slide-in-handle-right::before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0U2RTZFNiIgZD0iTTAsNmw2LTZoMXYyTDQsNWg4djJINGwzLDN2Mkg2TDAsNnoiLz48L3N2Zz4=");
        background-repeat: no-repeat;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 10px;
        left: 10px;
        content: "";
        transition: all 0.75s 0.25s;
    }

.toggle-left {
}

    .toggle-left::before {
    }

.toggle-right {
}

    .toggle-right::before {
        transform: rotate(180deg);
    }

#slide-in-share-left {
    position: absolute;
    bottom: 170px;
    left: 0px;
    width: 570px;
    /*height: 400px;*/
    margin-left: -570px;
    border: solid #e9e9e9;
    border-width: 1px 1px 1px 0;
    z-index: 500;
}

#slide-in-handle-left {
    position: absolute;
    left: 570px;
    top: 0px;
    width: 32px;
    height: 32px;
    border-radius: 0 16px 16px 0;
    background-color: #52648a;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.7);
    cursor: pointer;
    transition: background-color .3s;
}

    #slide-in-handle-left::before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0U2RTZFNiIgZD0iTTEyLDZMNiwwSDV2MmwzLDNIMHYyaDhsLTMsM3YyaDFMMTIsNnoiLz48L3N2Zz4=");
        background-repeat: no-repeat;
        position: absolute;
        top: 10px;
        left: 10px;
        width: 12px;
        height: 12px;
        content: "";
        transition: all 0.75s 0.25s;
    }

#slide-in-share-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: auto;
    width: 100%;
    margin-bottom: -115px;
    border: solid #e9e9e9;
    border-width: 1px 1px 1px 0;
    z-index: 1001;
}

#slide-in-handle-bottom {
    position: absolute;
    bottom: 115px;
    width: 70px;
    height: 32px;
    border-radius: 16px 16px 0 0;
    /*right: 50px;*/
    left: 50%;
    margin-left: -200px;
    background-color: #52648a;
    color: #fff;
    text-indent: 1.8em;
    padding-top: 0.25em;
    font-style: normal;
    font-size: 1.5em;
    text-decoration: none;
    cursor: pointer;
}

#slide-in-handle-bottom-arrow {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 2;
    width: 32px;
    height: 32px;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    -o-transition: background-color .3s, -o-transform .3s;
    transition: background-color .3s, transform .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    transform: translate3d(0px, 0px, 0px);
}


    #slide-in-handle-bottom-arrow::before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0U2RTZFNiIgZD0iTTAsNmw2LTZoMXYyTDQsNWg4djJINGwzLDN2Mkg2TDAsNnoiLz48L3N2Zz4=");
        background-repeat: no-repeat;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 10px;
        left: 10px;
        content: "";
        transition: all 0.75s 0.25s;
    }

.toggle-down {
}

    .toggle-down::before {
        transform: rotate(-90deg);
    }

#slide-in-share-bottom-is {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: auto;
    width: 100%;
    margin-bottom: -300px;
    z-index: 800;
}

#slide-in-handle-bottom-is {
    position: absolute;
    bottom: 300px;
    width: 70px;
    height: 32px;
    border-radius: 16px 16px 0 0;
    /*right: 50px;*/
    left: 50%;
    margin-left: 10px;
    background-color: #52648a;
    color: #fff;
    text-indent: 1.8em;
    padding-top: 0.25em;
    font-style: normal;
    font-size: 1.5em;
    text-decoration: none;
    cursor: pointer;
}

#slide-in-handle-bottom-arrow-is {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 2;
    width: 32px;
    height: 32px;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    -o-transition: background-color .3s, -o-transform .3s;
    transition: background-color .3s, transform .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    transform: translate3d(0px, 0px, 0px);
}


    #slide-in-handle-bottom-arrow-is::before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0U2RTZFNiIgZD0iTTAsNmw2LTZoMXYyTDQsNWg4djJINGwzLDN2Mkg2TDAsNnoiLz48L3N2Zz4=");
        background-repeat: no-repeat;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 10px;
        left: 10px;
        content: "";
        transition: all 0.75s 0.25s;
    }

#header {
    border-top: 135px solid #485E88;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    height: 0px;
    width: 1000px;
    margin-top: 0px;
    left: 0px;
    top: 0;
    position: absolute;
}

    #header::before {
        content: "";
        display: block;
        margin-top: -12px;
        margin-left: 0px;
        height: 20px;
        /*width: 764px; */
        border-radius: 10px;
        background-color: #485E88;
    }

#headerDescription {
    margin: 0 auto;
    margin-top: -135px;
    text-align: center;
}

.white {
    color: white;
}

.font20 {
    font-size: 20px;
}

.left {
    float: left;
}

.right10 {
    float: right;
    margin-left: 10px;
    color: white;
    font-size: 0.8em;
}

.right2 {
    float: right;
    margin-left: 2px;
    color: white;
    font-size: 0.8em;
}

.dropdown10 {
    width: 70px;
    top: -1px;
}

.dropdown50 {
    width: 50px;
    top: -1px;
}

.dropdown15 {
    width: 150px;
    top: -1px;
}

.dropdown90 {
    width: 90px;
    top: -1px;
}

.headerButtonPanel {
    margin-left: 25px;
    width: 940px;
}

.timeSlider {
    margin-left: 5px;
    /*margin-right: 10px;*/
    width: 850px;
}

.leftSliderButtonDiv {
    width: 45px;
    height: 30px;
    font-size: 1.5em;
    float: left;
    margin-top: -2px;
}

.rightSliderButton {
    font-size: 1.5em;
    float: right;
    margin-top: -2px;
}

#startMarker {
    position: absolute;
    left: 300px;
    bottom: 21px;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: #2bff00 transparent transparent transparent;
}

#finishMarker {
    position: absolute;
    left: 330px;
    bottom: 21px;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: #ff3300 transparent transparent transparent;
}

.small-slider-button {
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-top: 1px;
    padding: 1px 1px 1px 1px;
    font-size: 1.2em;
}

.small-slider-dropdown {
    font-size: 0.8em;
    width: 80px;
}

.small-slider-buttons-panel {
    left: 0px;
    top: 110px;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    position: absolute;
}

.small-slider-countdwn-panel {
    font-size: 1.6em;
    color: white;
    font-weight: bold;
    position: absolute;
    left: 270px;
    top: 1px;
}

.sm-simple-transparent {
    display: inline-block;
    width: 200px;
}

.sm-simple-transparent-inner {
    font-size: 1.2em;
    font-weight: bold;
    display: inline-block;
    text-shadow: -1px 0px white, 0px 1px white, 1px 0px white, 0px -1px white;
}

.sm-simple-transparent-inner2 {
    display: inline-block;
    border: 1px solid;
    border-color: black;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.sm-simple-white-inner {
    color: Black;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid white;
    border-radius: 8px;
    background: white;
}

.sm-simple-white-inner2 {
    display: inline-block;
    border: 1px solid;
    border-color: black;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.settings-rootdiv {
    padding: 1.3em;
    height: 21em;
}

.fieldlist {
    color: black;
    padding: 0;
}

    .fieldlist li {
        list-style: none;
        text-align: left;
    }

        .fieldlist li label {
            float: left;
            width: 9em;
        }

        .fieldlist li div {
            margin-top: -5px;
        }

    .fieldlist span {
        font-weight: bold;
        width: 16.5em;
        float: left;
        margin-bottom: 0.2em;
    }

.fieldlist-valuespan {
    float: none !important;
    font-weight: normal !important;
    vertical-align: top !important;
    margin-left: 1em !important;
}

.fieldlist-radio {
    float: none !important;
    width: auto !important;
    font-weight: normal !important;
}

.fieldlistPopup {
    color: black;
    padding: 0;
}

    .fieldlistPopup li {
        list-style: none;
        text-align: left;
    }

        .fieldlistPopup li label span {
            float: left;
            width: 6em;
            font-weight: bold;
        }

        .fieldlistPopup li div {
            margin-top: -5px;
        }

        .fieldlistPopup li span {
            width: 12em;
            float: left;
            margin-bottom: 0.2em;
        }

.fieldlist-valuespan {
    float: none !important;
    font-weight: normal !important;
    vertical-align: top !important;
    margin-left: 1em !important;
}

.fieldlist2 {
    color: black;
    padding: 0;
}

    .fieldlist2 li {
        list-style: none;
        text-align: left;
    }

        .fieldlist2 li label {
            float: left;
            width: 9em;
        }

        .fieldlist2 li div {
            margin-top: -5px;
        }

    .fieldlist2 span {
        font-weight: bold;
        width: 9.0em;
        float: left;
        margin-bottom: 0.2em;
    }


.colorRangeSlider .k-slider-selection {
    background: linear-gradient(to right,rgba(255, 0, 0, 0.65) 0%, rgba(255, 255, 0, 0.65) 50%, rgba(0, 255, 0, 0.65) 100%);
}

.prettyprint {
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: auto;
    padding: 5px;
}

.gradientscale-root {
    background: white;
    width: 150px;
    height: 123px;
    position: absolute;
    top: 10px;
    right: 5px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    border-radius: 5px;
    z-index: 499;
}

.gradientscale-container {
    position: absolute;
    width: 30px;
    height: 100px;
    top: 10px;
    z-index: 500;
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-right: none;
    left: 10px;
}


.gradientscale-middleline {
    width: 100%;
    height: 50%;
    border-bottom-color: rgba(0, 0, 0, 0.8);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: absolute;
}

.gradientscale-backgroundgradient {
    width: 70%;
    height: 100%;
    position: absolute;
    background: linear-gradient(rgba(0, 255, 0, 0.9) 0%, rgba(255, 255, 0, 0.9) 50%, rgba(255, 0, 0, 0.9) 100%);
}

.gradientscale-topspan {
    top: 0px;
    right: -120%;
    margin-top: -9px;
    position: absolute;
}

.gradientscale-middlespan {
    top: 50%;
    margin-top: -9px;
    position: absolute;
    left: 35px;
    width: 200px;
}


.gradientscale-bottomspan {
    right: -120%;
    bottom: 0px;
    margin-bottom: -9px;
    position: absolute;
}

.gradietscale-units {
    bottom: -30px;
    position: absolute;
    right: -20px;
}

.autoselect-button {
    width: 150px;
    margin-left: 25px;
    height: 24px;
    line-height: 1.2em;
}

.stageListView {
    width: 100%;
    cursor: pointer;
    white-space: nowrap;
    overflow-x: auto;
}

.tbl {
    display: table;
    border-collapse: collapse;
}

    .tbl .tbl-row {
        display: table-row;
    }

    .tbl .cel {
        display: table-cell;
        text-align: left;
        vertical-align: top;
    }

.exp-cell {
    position: relative;
    overflow: visible !important;
}

.mainD {
    display: block;
    position: absolute;
}

.selectedD {
    display: none;
    position: absolute;
    background-color: white; /*#ebfbf9;*/
    top: 0px;
    left: 0px;
    padding: 0px;
    width: 435px;
}

.cellLeftBorders {
    vertical-align: top !important;
    border-bottom: 1px solid #4c5356 !important;
    background-color: white;
}

.cellBorders {
    vertical-align: top !important;
    border-bottom: 1px solid #4c5356 !important;
    border-left-width: 0px !important;
    background-color: white;
}

.cellRightBorders {
    vertical-align: top !important;
    border-bottom: 1px solid #4c5356 !important;
    border-left-width: 0px !important;
    border-right: 1px solid #4c5356 !important;
    background-color: white;
}

.small-k-button {
    width: 60px;
    float: right;
    height: 25px;
    margin-top: 2px;
    margin-right: 20px;
}

.km-eye:after,
.km-eye:before {
    content: "\e09b";
}

.km-pin:after,
.km-pin:before {
    content: "\e0b8";
}

.km-unpin:after,
.km-unpin:before {
    content: "\e0b7";
}

.km-check:after,
.km-check:before {
    content: "\e037";
}

.km-stop:after,
.km-stop:before {
    content: "\e033";
}

.image-thumbnail {
    width: 110px;
    height: 110px;
    /*float: left;*/
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
    line-height: 100px;
    text-align: center;
}

image-thumbnail::after {
    content: ".";
    visibility: hidden;
}

.image-thumbnail img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    /*width: 100%;*/
}

.image-thumbnail div {
    visibility: hidden;
}

.image-thumbnail:hover div {
    visibility: visible;
    width: 100px;
    position: absolute;
    top: 0;
    margin-top: 5px;
    padding: 5px;
    color: #fff;
    background-color: rgba(0,0,0,0.75);
    transition: background .2s linear, color .2s linear;
    -moz-transition: background .2s linear, color .2s linear;
    -webkit-transition: background .2s linear, color .2s linear;
    -o-transition: background .2s linear, color .2s linear;
}

.countryFlag {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-size: 100%;
    margin-right: 5px;
    border-radius: 50%;
}

.smallImageIcon {
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.autoCenterGrayIcon {
    background-image: url('/Images/Auto-Center-gray.png');
}

.autoCenterGreenIcon {
    background-image: url('/Images/Auto-Center-green.png');
}

.fullTailGrayIcon {
    background-image: url('/Images/full-tail-gray.png');
}

.fullTailGreenIcon {
    background-image: url('/Images/full-tail-green.png');
}

.alarm {
    background-color: #ff8c00;
}

.grayState {
    color: lightgray;
    cursor: pointer;
}

.greenState {
    color: green;
    cursor: pointer;
}

.redState {
    color: red;
    cursor: pointer;
}

.mass-start-marker {
    width: auto;
    height: auto;
}

.mass-start-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 43.3px 25px;
    border-color: transparent transparent #48f50e transparent;
}

.mass-start-icon-text {
    /*left: 12.5px;
    top: 16px;*/
    width: 24px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    /*padding-top: 4px;*/
    border-radius: 50%;
    background: white;
}

.little-red-circle {
    width: 3px;
    height: 3px;
    background: red;
    border-radius: 50%;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}