::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

@media screen and (max-width: 768px) {
    ::-webkit-scrollbar {
        height: 0px;
        width: 3px;
    }
} 

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

body {
    user-select: none;
    overflow: hidden;
}

/* Containers */
.banner-container {
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 4;
    text-align: center;
    border-bottom: 1px solid white;
    background-color: white;
    box-shadow: 0 0 8px 2px rgba(128, 128, 128, 0.5);
}

.main-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 60px;
    margin-bottom: 40px;
    overflow: hidden;
}


.menu-container {
    position: fixed;
    width: 100%;
    height: 40px;
    /* background-color: cadetblue;  */
    background-color: white;
    bottom: 0;
    z-index: 3;
    text-align: center;
    border-top: 1px solid white;
    box-shadow: 0 0 5px 1px rgba(128, 128, 128, 0.5);
}

/* Banner */
.client-logo-right {
    text-align: end;
    overflow: hidden;
    width: 31%;
    height: 60px;
    position: relative;
    display: inline-block;
}
.client-logo-floated {
    position: absolute;
    width: 300px;
    height: 400px;
    z-index: 10;
    background-color: white;
    top: 70px;
    box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 44%);
    border: 1px solid white;
    border-radius: 8px;
    padding: 24px 10px 10px 10px;
    resize: both;
    overflow: auto;
}

.client-logo-float {
    overflow: hidden;
    position: relative
}

.client-logo-loop {
    position: absolute;
    top: 0px;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    animation: bannermove 30s linear infinite;
    display: none;
}

.client-logo-fixed {
    top: 0px;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: end;
    display: none;
}

    .client-logo-fixed img {
        height: 100%;
        width: 150px;
        object-fit: contain;
        object-position: center;
    }

    .client-logo-loop img {
        margin: 0 0.5em;
        height: 100%;
        max-width:150px;
        object-fit:contain;
    }

.logo-right-dropdown {
    display: none;
    position: absolute;
    right: 5px;
    width: 25px;
    background-color: white;
    top: 0;
    border-radius: 8px;
    box-shadow: 0 0 7px 1px;
}

.logo-float-dropdown {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0.8em;
}

    .logo-float-dropdown span{
        vertical-align: sub;
    }



.client-logo-float:hover + .logo-float-dropdown {
    display: block;
}

.logo-right-dropdown:hover {
    display: block;
}

.logo-float-dropdown:hover {
    display: block;
}

@keyframes bannermove {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-50%, 0);
    }
}

.slide img {
    width:100%;
}

.banner-dropbtn-show {
    color: #666666;
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
    height: 35px;
    border: 1px solid #666666;
    cursor: pointer;
    width: 75%;
    margin-top: 12.5px;
    opacity: 0.8;
}

.banner-dropbtn-text {
    background-image: url('/Content/images/client_ui3/grey-icon/g-down.png');
    background-repeat: no-repeat;
    background-position: right;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 20px;
    white-space: nowrap;
    background-size: contain;
}

.banner-dropdown {
    position: relative;
    display: inline-block;
    width: 75%;
}

.banner-dropdown-content {
    display: none;
    position: relative;
    background-color: #f1f1f1;
    text-align: start;
    width: 75%;
    left: 12.5%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.banner-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.banner-dropdown a:hover {
    background-color: #ddd;
}

.banner-dropdown-show {
    display: block;
}


.resaler-logo-left {
    text-align: start;
}

    .resaler-logo-left img {
        width: auto;
        height: 60px;
        margin-left: 20px;
    }

@media screen and (max-width: 768px) {
    .resaler-logo-left {
        display: none;
    }

    .client-logo-right {
        display: none;
    }

    .banner-dropdown {
        width: 50%;
    }

    
}

/* Menu bar */
.menu-item {
    display: inline-block;
    padding: 3px 3px 3px 3px;
    cursor: pointer;
    width: 38px;
    height: 38px;
}

.menuHighlight {
    background-color: #87ceeb8f;
    border-radius: 6px;
}

#logoutForm {
    float: right;
}

.menu-bar {
    display: inline-block;
    border-radius: 6px;
    box-shadow: 0 0 5px 1px;
    position: relative;
    margin: 5px;
    height: 28px;
    animation: box 1s;
}

.menu-bar img {
    width: 28px;
    height: 28px;
}


@media screen and (max-width: 1200px) {
    #zoom-bar {
        display: none;
    }
}


@keyframes box {
    from {
        bottom: -28px;
    }

    to {
        bottom: 0;
    }
}

#share-submenu {
    background-color: white;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px;
    position: absolute;
    z-index: 4;
    bottom: 110%;
    left: 45%;
    margin-left: -60px;
    border: 1px solid black;
}

#setting-submenu {
    background-color: white;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px;
    position: absolute;
    z-index: 4;
    bottom: 110%;
    left: 55%;
    margin-left: -60px;
    border: 1px solid black;
}

#weather-search-submenu {
    background-color: white;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px;
    position: absolute;
    z-index: 4;
    bottom: 110%;
    left: 55%;
    margin-left: -60px;
    border: 1px solid black;
}

.menu-email {
    width: 100%;
    height: 100%;
    border: 1px solid black;
    position: absolute;
    z-index: 4;
    background-color: #ababab54;
    justify-content: center;
    display: flex;
}

.menu-email-content {
    top: 45%;
    position: absolute;
    border: 1px solid black;
    padding: 5px;
    background-color: white;
    border-radius: 8px;
    width: 30%;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.email-input {
    width: 70%;
    border-radius: 8px;
    border: none;
    background-color: #eff5f5;
}

.email-submit {
    margin-left: -60px;
    height: 25px;
    width: 60px;
    background: lightgreen;
    color: white;
    border: 0;
    -webkit-appearance: none;
    border-radius: 8px;
}

    .email-input:focus {
        outline: none;
    }

.boot-control:focus{
    box-shadow: none;
    border: none;
    outline: none;
}


.send-btn:hover {
    background-color: lightgreen;
}

.menu-external-link {
    position: absolute;
    width: 200px;
    height: 300px;
    text-align: center;
    z-index: 4;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 1px 1px 12px 0px;
    border-radius: 8px;
    background-color: white;
    overflow: auto;
}

@media screen and (max-width: 768px) {
    #menu-setting {
        display: none;
    }

    #menu-share-download {
        display: none;
    }

    #menu-map {
        display: none;
    }

    #menu-expand {
        display: none;
    }
}

@media screen and (max-width: 20cm) {
    #menu-search-preview {
        display: none;
    }

    #menu-search-bydate {
        display: none;
    }
}

.menu-logo-selection {
    position: absolute;
    width: 200px;
    height: 300px;
    text-align: center;
    z-index: 4;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 1px 1px 12px 0px;
    border-radius: 8px;
    background-color: white;
}

/* Date pickers */
.datetimepicker-img {
    width: 308px;
    height: 200px;
    display: block;
    position: relative;
    object-fit: contain;
    padding-top: 3px;
}

#dtpicker-main-text {
    right: 20%;
    position: absolute;
    display: inline-flex;
}

#dtpicker-main-text span {
    cursor: pointer;
}

.datetimepicker-start {
    position: absolute;
    bottom: 10px;
    /*height: 418px;*/
    z-index: 3;
    left: 20%;
    zoom: 0.85;
    background-color: white;
    display: none;
    border: 1px solid black;
}

.datetimepicker-end {
    position: absolute;
    bottom: 10px;
    /*height: 418px;*/
    z-index: 3;
    right: 20%;
    zoom: 0.85;
    background-color: white;
    display: none;
    border: 1px solid black;
}


.dtpicker-text-time {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: -3px;
    color: #666666;
    display: block;
    margin-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.dtpicker-text-date {
    font-size: 0.9em;
    margin-top: -4px;
    color: #666666;
    display: block;
    margin-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.dtpicker-left {
    height: 40px;
    left: 20%;
    position: absolute;
}

.dtpicker-left a{
    display: inline-block;
}

.dtpicker-right {
    height: 40px;
    right: 20%;
    position: absolute;
}

    .dtpicker-right a {
        display: inline-block;
    }

.search-menu {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 15%;
    padding: 3px;
    display: inline-block;
    cursor: pointer;
}

.dtpicker-text {
    display: inline-block;
    width: 40px;
    color: black;
    position: relative;
    top: -10px;
    left: 12px;
    font-size: 0.8em;
    background-color: lightgrey;
    transform: rotate(-90deg);
}

@media screen and (max-width: 1000px) {
    .dtpicker-left {
        left: 0;
    }

        .dtpicker-left a {
            display: none;
        }

    .dtpicker-text {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: inherit;
        top: -1px;
        transform: rotate(0deg);
        left: 0;
    }

    .dtpicker-right {
        right: 0;
    }

        .dtpicker-right a {
            display: none;
        }

    .search-menu {
        right: 40px;
    }

    .hide_on_mobile {
        display: none;
    }

}

@media screen and (max-width: 1000px) {
    #dtpicker-main-text {
        display: inline-flex;
        vertical-align: middle;
        justify-content: center;
        align-items: center;
        position: relative;
        right: auto;
    }

    #dtpicker-main-text div{
        padding: 3px 3px 3px 3px;
    }

    .dtpicker-text-date {
        font-size: 0.7em;    
    }

    .dtpicker-text-time {
        font-size: 0.9em;
    }
}


/* Pages */
.home-page {
    height: 100%;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.tl-page {
    height: 100%;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.tl-page .frame {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
}

.tl-date {
    position: absolute;
    bottom: 0;
    padding: 5px;
    border-radius: 6px 6px 0 0;
    background-color: white;
}

    .tl-date button {
        border-radius: 4px;
        margin: 0 5px;
        border: 1px solid black;
    }

.search-page-byscroll {
    height: 100%;
    padding: 30px;
    overflow-x: hidden;
}

.search-page-bydate {
    height: 100%;
    overflow: auto;
}

.search-page-bygroup {
    height: 100%;
    padding: 1px;
    overflow: auto;
}

.compare-page {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-page {
    height: 100%;
    padding: 1px;
    overflow: hidden;
}

.preview-page {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 5;
    background-color: rgba(6, 6, 6, 0.7);
}

/* home page */
.home-page-img {
    position: relative;
    width: 100%;
}

.home-left-btn {
    content: url('/Content/images/client_ui3/grey-icon/g-left.png');
    border-radius: 40px;
    background-color: rgb(255 255 255 / 70%);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    cursor: pointer;
    z-index: 1000;
}

.home-right-btn {
    content: url('/Content/images/client_ui3/grey-icon/g-right.png');
    border-radius: 40px;
    background-color: rgb(255 255 255 / 70%);
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    z-index: 1000;
}

.home-left-arrow-area {
    height: 97%;
    width: 30px;
    background: #ffffff00;
    position: absolute;
    left: 0;
    z-index: 900;
}

    .home-left-arrow-area:hover .home-left-arrow {
        display: block;
    }

.home-left-arrow {
    display: none;
    height: 100%;
    width: 30px;
    background: #b1afaf66;
}

.home-right-arrow-area {
    height: 97%;
    width: 30px;
    background: #ffffff00;
    position: absolute;
    right: 0;
    z-index: 900;
}

    .home-right-arrow-area:hover .home-right-arrow {
        display: block;
    }

.home-right-arrow {
    display: none;
    height: 100%;
    width: 30px;
    background: #b1afaf66;
}

@media screen and (max-width: 600px) {
    .home-left-btn {
        content: url('/Content/images/client_ui3/white-icon/w-left.png');
    }

    .home-right-btn {
        content: url('/Content/images/client_ui3/white-icon/w-right.png');
    }
}

.home-strip {
    height: 80px;
    padding-left: 0;
    padding-right: 0;
    background-color: white;
    overflow-x: scroll;
    overflow-y: hidden;
    font-size: 0.6em;
    color: #484848;
    white-space: nowrap;
    position: fixed;
    bottom: 40px;
    text-align: center;
    display: none;
    box-shadow: 0 2px 8px 1px;
    border-top: 1px solid black;
}

.home-strip-item {
    width: 76px;
    height: 70px;
    margin: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
    .home-strip-item:hover {
        background-color: #87ceeb8f;
        border-radius: 8px;
    }

.home-strip-item div {
    background: #a4a1a114;
}

.home-strip-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    border-radius: 6px;
    cursor: pointer;
}

.reverse-strip-btn {
    position: absolute;
    right: 16px;
    bottom: 70px;
    background-color: white;
    display: none;
    z-index: 99;
    border-radius: 50%;
}

/* searchsearch-bydate-item */
.search-bydate-item {
    position: relative;
}

    .search-bydate-item ul {
        position: relative;
        margin: 0;
        padding: 0;
        list-style-type: none;
        margin-left: -6px;
        white-space: nowrap;
        display: flex;
        align-items: center;
    }

    .search-bydate-item li {
        float: left;
        width: auto;
        height: 50%;
        margin: 5px;
    }

.search-bydate-block {
    background-color: #938f8f42;
    color:black;
    height: auto;
    width: 150px;
    position: relative;
    border-radius: 8px;
}

.search-bydate-img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
}

.search-bydate-item li a {
    display: block;
    text-align: center;
    padding: 1px;
    text-decoration: none;
}

.search-bydate-block:hover {
    box-shadow: 0 0 8px 0 black;
}

.search-bydate-item li:hover .search-bydate-options {
    display: block;
}

/* Hover image to show button*/
.search-bydate-options {
    display: none;
    position: absolute;
    top: 0;
    height: 92%;
    width: 30px;
    background-color: rgba(245, 245, 245, 0.6);
    border-radius: 6px 0 0 0;
}

    .search-bydate-options img {
        width: 28px;
        height: 28px;
        display: block;
    }

/*.search-bydate-item li:hover img {
    display: block;
}*/

.search-bydate-date {
    font-size: 0.8em;
    left: 25px;
}

.search-bydate-inner {
    overflow-x: hidden;
    background-color: #eff1ea69;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .search-bydate-inner {
        overflow-x: scroll;
    }
}

.search-bydate-title {
    position: relative;
    display: inline-block;
    font-size: 10pt;
    /*background-color: white;*/
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

/* search-bydate-item Component (Left and Right Button) */
    .search-bydate-inner:hover .search-bydate-slide-l {
    display: block;
}

.search-bydate-inner:hover .search-bydate-slide-r {
    display: block;
}


.search-bydate-slide-l {
    display: none;
    position:absolute;
    height: 125px;
    width: 26px;
    opacity: 0.7;
    cursor: pointer;
    background: grey;
    left: 12px;
    transform: translateY(-125px);
}

    .search-bydate-slide-l svg {
        position: relative;
        top: 42%;
        color: white;
    }

.search-bydate-slide-r {
    display: none;
    position: absolute;
    height: 125px;
    width: 26px;
    opacity: 0.7;
    cursor: pointer;
    background: grey;
    right: 12px;
    transform: translateY(-125px);
}

    .search-bydate-slide-r svg {
        position: relative;
        top: 42%;
        color: white;
    }

/* Search-page-byscroll */
.search-byscroll-item {
    display: inline-block;
    margin-bottom: 3vh;
}

.search-byscroll-inner {
    border-radius: 8px;
}

.search-byscroll-img {
    cursor: pointer;
    font-size: 0.8em;
    color: black;
    text-align: center;
    position: relative;
    background-color: #938f8f42;
    border-radius: 8px;
}

    .search-byscroll-img:hover {
        box-shadow: 0 0 8px 0;
    }

    .search-byscroll-img img {
        width: 100%;
        height:auto;
        object-fit:contain;
        border-radius: 8px 8px 0 0;
    }

    .search-byscroll-img:hover .search-byscroll-options {
        display: block;
    }

/* Hover image to show button*/
.search-byscroll-options {
    display: none;
    position: absolute;
    top: 0;
    width: 20%;
    bottom: 21px;
    background-color: rgba(245, 245, 245, 0.8);
/*    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
    border-radius: 6px 0 0 0;
}

    /*.search-byscroll-options img {
        display: none;
    }*/

.search-block-share {
    display: none;
    position: absolute;
    bottom: 21px;
    left: 20%;
    width: 80%;
    height: 20%;
    background-color: rgba(245, 245, 245, 0.8);
}

.search-block-share img {
    display: inline-block;
    height: 100%;
    width: auto;
}

/*.search-byscroll-img:hover img {
    display: block;
}*/

.search-byscroll-selection {
    box-shadow: 0 0 6px 0;
    background-color: skyblue;
}


 /* Search-result-group */
.search-bygroup-block {
    display: inline-block;
    margin-bottom: 3vh;
}

.margin-collapse {
    margin-top: 20px;
}

.search-breadcrumb-group {
    text-align: center;
    margin-top: 20px;
}

.search-breadcrumb {
    display: inline;
    color: black;
    text-decoration-line: underline;
    cursor: pointer;
}

.search-breadcrumb-divider {
    color: black;
}

    .search-breadcrumb a {
        color: black;
    }

.search-bygroup-inner {
    background-color: rgba(128, 128, 128, 0.24);
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1.6em;
    font-weight: bold;
    border-radius: 8px;
    z-index: 2;
}

.search-bygroup-text {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.search-bygroup-inner:hover {
    box-shadow: 0 0 10px black;
    background-color: #80808000;
}

.search-bygroup-img {
    cursor: pointer;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.84);
    text-align: center;
    position: relative;
    text-shadow: 0 0 15px black;
    overflow: hidden;
    border-radius: 8px;
}

    .search-bygroup-img:hover {
        border-color: #9e9e9e;
        color: white;
    }

    .search-bygroup-img img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100vh;
        border-radius: 8px;
    }

#time-img-list span {
    color: white;
    text-shadow: initial;
}

/* Compare page */
.compare-slider {
    position: absolute;
    z-index: 3;
    cursor: pointer;
    /*set the appearance of the slider:*/
    height: inherit;
    border: 2px solid white;
    background-color: white;
}

.compare-slider-btn {
    position: absolute;
    z-index: 3;
    cursor: pointer;
    /*set the appearance of the slider:*/
    width: 10px;
    height: 50px;
    background-color: #2196F3;
}

.compare-front {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    z-index: var(--front);
   
}

.compare-back {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    z-index: var(--back);
}

/* Compare X-ray */
#compare-top {
    position: absolute;
    top: 360px;
    left: 440px;
    width: 300px;
    height: 200px;
    z-index: 3;
    background-repeat: no-repeat;
    background-color: none;
    box-shadow: white 0px 0px 1px 1px;
}

.compare-top-time {
    position: absolute;
    top: 0;
    background-color: #383838ba;
    color: white;
    font-size: 0.8em;
} 


    #compare-top:hover .compare-left-handle {
        visibility: visible;   
    }

    #compare-top:hover .compare-right-handle {
        visibility: visible;
    }


#compare-bottom {
    object-fit: contain;
    width: auto;
    height: 100%;
    position: relative;
}

.compare-left-handle {
    visibility: hidden;
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    z-index: 100;
    cursor: nw-resize;
    left: -2px;
    top: -2px;
    border-top: 6px solid #40FF00;
    border-left: 6px solid #40FF00;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.compare-right-handle {
    visibility: hidden;
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    right: -2px;
    bottom: -2px;
    border-bottom: 6px solid #40FF00;
    border-right: 6px solid #40FF00;
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    z-index: 100;
    cursor: nw-resize;
}

@media screen and (max-width: 1400px) {
    .compare-left-handle {
        border-top: 10px solid red;
        border-left: 10px solid red;
        border-right: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }

    .compare-right-handle {
        border-bottom: 10px solid red;
        border-right: 10px solid red;
        border-left: 12px solid transparent;
        border-top: 12px solid transparent;
    } 
}

/* Map page */
.map-text {
    text-align: center;
    height: 100%;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.map-container {
    height: 100%;
}

.map-text-img {
    height: 50%;
    width: fit-content;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
}

.map-text-text {
    font-size: 2vh;
    height: 40%;
    margin-top: 3%;
}

    .map-text div img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }

.map-map {
    overflow: hidden;
    height: 100%;
}

    .map-map img {
        height: 100%;
        width: 100%;
    }

/* Theme builder */
.theme-builder {
    background-color: white;
    position: absolute;
    width: 260px;
    height: 80%;
    right: 0;
    top: 50%;
    transform:translate(0,-50%);
    border-radius: 8px 0 0 8px;
    line-height: 32px;
    font-size: 0.75em;
    box-shadow: 1px 1px 12px 0px;
    overflow: hidden;
    color:black;
    z-index:99999;
}

.theme-builder-header {
    text-align: center;
    background-color: dimgrey;
    color: white;
    border-radius: 8px 0 0 0;
    margin: 0;
}

    .theme-builder-header img {
        width: 24px;
        height: 24px;
        float: right;
        margin-top: 4px;
        cursor: pointer;
        border-radius: 24px;
        background-color: white;
    }

.theme-builder-body {
    overflow-y: scroll;
    position: fixed;
    top: 34px;
    bottom: 80px;
}

.theme-builder-content {
    padding-left: 6px;
}

.theme-builder-colorpicker {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    border:1px solid double;
}

.theme-builder-checkbox {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

    .theme-builder-content div {
        width: 16px;
        vertical-align: middle;
        display: inline-block;
    }

    .theme-builder-content label {
        vertical-align: middle;
    }

    

/* Preview image */
.preview-block {
    left: 0;
    right: 0;
    top: 0;
    bottom: 40px;
    position: absolute;
}

.preview-strip {
    height: 80px;
    padding-left: 0;
    padding-right: 0;
    background-color: white;
    overflow: hidden;
    white-space: nowrap;
    position: fixed;
    bottom: 40px;
    text-align: center;
    display: none;
}

.preview-strip-focus {
    background-color: #87ceeb8f;
    border-radius: 8px;
}

.preview-menu {
    width: 100%;
    height: 40px;
    background-color: white;
    text-align: center;
    bottom: 0;
    position: fixed;
    border-top: 1px solid #d6d6d6;
}

.preview-menu-text {
    right: 20%;
    position: absolute;
    display: inline-block;
    color: black;
}

.preview-zoom-slider {
    display: block;
    padding-top: 3px;
}

.zoom-text {
    border: none;
    display: inline-block;
    width: 35px;
    height: auto;
    font-size: 10pt;
    text-align: center;
}

.zoom-btn {
    vertical-align: top;
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
}

.zoom-slider {
    vertical-align: middle;
    width: 60px;
    display: inline-block;
}


/****** TIMELAPSE EFFECT FILTER <<< BEGIN >>> *******/
.fade-in {
    animation-name: FadeIn;
    animation-duration: 200ms;
    animation-fill-mode: forwards;
    transition-timing-function: linear;
}

@keyframes FadeIn {
    0% {opacity: 0.3;}
    100% { opacity: 0.7;}
}

@-moz-keyframes FadeIn {
    0% {opacity: 0.3;}
    100% {opacity: 0.7;}
}

@-webkit-keyframes FadeIn {
    0% {opacity: 0.3;}
    100% {opacity: 0.7;}
}

@-o-keyframes FadeIn {
    0% {opacity: 0.3;}
    100% {opacity: 0.7;}
}

@-ms-keyframes FadeIn {
    0% {opacity: 0.3;}
    100% {opacity: 0.7;}
}

.fade-out {
    animation-name: FadeOut;
    animation-duration: 200ms;
    animation-fill-mode:forwards;
    transition-timing-function: linear;
}

@keyframes FadeOut {
    0% {opacity: 0.7;}
    100% {opacity: 0.3;}
}

@-moz-keyframes FadeOut {
    0% {opacity: 0.7;}
    100% {opacity: 0.3;}
}

@-webkit-keyframes FadeOut {
    0% {opacity: 0.7;}
    100% {opacity: 0.3;}
}

@-o-keyframes FadeOut {
    0% {opacity: 0.7;}
    100% {opacity: 0.3;}
}

@-ms-keyframes FadeOut {
    0% {opacity: 0.7;}
    100% {opacity: 0.3;}
}

.tl_loading {
    height: 5em;
    width: 5em;
    background-color: darkslategray;
    border-radius: 50%;
    display: block;
    z-index: 99;
    text-align: center;
    line-height: 5em;
    border: 1px silver solid;
}
.tl_loading span {
    color: white;
    font-weight: bold;
    font-size: 1.5em;
}

.tl-speed-drp {
    text-align: center
}
.tl-speed-drp li:hover {
    background-color:Highlight;
    color:white;
}
/****** TIMELAPSE EFFECT FILTER <<< END >>> *******/

/******* MODAL *******/
.external-link-header {
    border-bottom: 2px solid black;
    height: 10%;
    background-color: dimgrey;
    border-radius: 8px 8px 0 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

    .external-link-header span {
        font-size: 1.2em;
        color: white;
    }

    .external-link-header img {
        width: 24px;
        cursor: pointer;
        background-color: white;
        border-radius: 24px;
        position: absolute;
        right: 2px;
    }

.logo-selection-header {
    border-bottom: 2px solid black;
    height: 10%;
    background-color: dimgrey;
    border-radius: 8px 8px 0 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

    .logo-selection-header span {
        font-size: 1.2em;
        color: white;
    }

    .logo-selection-header img {
        width: 24px;
        cursor: pointer;
        background-color: white;
        border-radius: 24px;
        position: absolute;
        right: 2px;
    }

.logo-selection-body {
    overflow-y: scroll;
    height: 80%;
}

.logo-selection-footer {
    height: 10%;
    background-color: gainsboro;
    border-radius: 0 0 8px 8px;
}

.logo-selection-confirm {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    cursor: pointer;
}

.logo-selection-cancel {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    cursor: pointer;
}

#logo-selected {
    background-color: coral;
}

/** weather **/
.weather {
    position: fixed;
    right: 35px;
    top: 80px;
    width: 230px;
    background: #f4f5f9cf;
    border-radius: 8px;
    z-index: 1000;
    color: black;
    box-shadow: 2px 2px 2px 0 #9e9e9e6b;
}

#weather-temp-value {
    margin-right: 5px;
}

.weather-card {
    margin: 0px 25px;
    border-bottom: 1px solid #8080802e;
    padding: 10px 0;
    font-size: 0.8em;
}

.weather-card td {
    overflow: hidden;
}

.weather-card-td-a {
    width: 100px;
}

.weather-card-td-b {
    width: 80px;
    color: grey;
}

.weather-switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 14px;
}

    .weather-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.weather-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .weather-slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 0px;
        bottom: 0px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.weather-input:checked + .weather-slider {
    background-color: #2196F3;
}

.weather-input:focus + .weather-slider {
    box-shadow: 0 0 1px #2196F3;
}

.weather-input:checked + .weather-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.weather-slider.round {
    border-radius: 14px;
    font-size: 0.3em;
    color: white;
}

    .weather-slider.round:before {
        border-radius: 50%;
    }

.weather-footer {
    font-size: 0.7em;
    margin: 0px 25px;
    color: grey;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

    .weather-footer img {
        width: 45%;
        opacity: 0.5;
    }


/** menu icon source **/
        #menu-home {
    content: url('/Content/images/client_ui3/grey-icon/g-home.png');
}

#menu-search {
    content: url('/Content/images/client_ui3/grey-icon/g-calendar.png');
}

#menu-compare {
    content: url('/Content/images/client_ui3/grey-icon/g-compare-slider.png');
}

#menu-compare-slider {
    content: url('/Content/images/client_ui3/grey-icon/g-compare-slider.png');
}

#menu-compare-xray {
    content: url('/Content/images/client_ui3/grey-icon/g-compare-xray.png');
}

#menu-map {
    content: url('/Content/images/client_ui3/grey-icon/g-map.png');
}

#menu-timelapse {
    content: url('/Content/images/client_ui3/grey-icon/g-video.png');
}

#menu-share-download {
    content: url('/Content/images/client_ui3/grey-icon/g-share.png');
}

.menu-send-email {
    content: url('/Content/images/client_ui3/grey-icon/g-email.png');
}

.menu-printer {
    content: url('/Content/images/client_ui3/grey-icon/g-printer.png');
}

.menu-facebook {
    content: url('/Content/images/client_ui3/grey-icon/g-facebook.png');
}

.menu-twitter {
    content: url('/Content/images/client_ui3/grey-icon/g-twitter.png');
}

.menu-download {
    content: url('/Content/images/client_ui3/grey-icon/g-download.png');
}

#menu-setting {
    content: url('/Content/images/client_ui3/grey-icon/g-setting.png');
}

#menu-dark-mode {
    content: url('/Content/images/client_ui3/grey-icon/g-contrast.png');
}

#menu-link {
    content: url('/Content/images/client_ui3/grey-icon/g-link.png');
}

#menu-weather {
    content: url('/Content/images/client_ui3/grey-icon/g-weather.png');
}

#menu-weather-search {
    content: url('/Content/images/client_ui3/grey-icon/g-weather-search.svg');
}

#weather-search-sunny {
    content: url('/Content/images/client_ui3/grey-icon/g-weather-search-sunny.svg');
}

#weather-search-rainy {
    content: url('/Content/images/client_ui3/grey-icon/g-weather-search-rainy.svg');
}

#weather-search-cloudy {
    content: url('/Content/images/client_ui3/grey-icon/g-weather-search-cloudy.svg');
}

#weather-search-windy {
    content: url('/Content/images/client_ui3/grey-icon/g-weather-search-windy.svg');
}

#weather-search-clear {
    content: url('/Content/images/client_ui3/grey-icon/g-close.png');
}

#menu-theme {
    content: url('/Content/images/client_ui3/grey-icon/g-theme.png');
}

.icon-expand {
    content: url('/Content/images/client_ui3/grey-icon/g-expand.png');
}

.icon-shrink {
    content: url('/Content/images/client_ui3/grey-icon/g-shrink.png');
}

.icon-desc {
    content: url('/Content/images/client_ui3/grey-icon/b-desc.png');
}

.icon-asc {
    content: url('/Content/images/client_ui3/grey-icon/b-asc.png');
}

#menu-film-strip {
    content: url('/Content/images/client_ui3/grey-icon/g-film.png');
}

#menu-zoom {
    content: url('/Content/images/client_ui3/grey-icon/g-magnifier.png');
}

#menu-zoom-minus {
    content: url('/Content/images/client_ui3/grey-icon/g-minus.png');
}

#menu-zoom-plus {
    content: url('/Content/images/client_ui3/grey-icon/g-plus.png');
}

#menu-search-default {
    content: url('/Content/images/client_ui3/grey-icon/g-list.png');
}

#menu-search-bydate {
    content: url('/Content/images/client_ui3/grey-icon/g-result.png');
}

#menu-search-bygroup {
    content: url('/Content/images/client_ui3/grey-icon/g-group.png');
}

#menu-search-preview {
    content: url('/Content/images/client_ui3/grey-icon/g-menu-preview.png');
}

#search-menu {
    content: url('/Content/images/client_ui3/grey-icon/g-search-result.png');
}

#menu-tl-restart {
    content: url('/Content/images/client_ui3/grey-icon/g-restart.png');
}

#menu-tl-play {
    content: url('/Content/images/client_ui3/grey-icon/g-play.png');
}

#menu-tl-pause {
    content: url('/Content/images/client_ui3/grey-icon/g-pause.png');
}

#menu-tl-close {
    content: url('/Content/images/client_ui3/grey-icon/g-close.png');
}

#menu-login {
    content: url('/Content/images/client_ui3/grey-icon/g-login.png');
}

#menu-logout {
    content: url('/Content/images/client_ui3/grey-icon/g-logout.png');
}

#logo-right-drop {
    content: url('/Content/images/client_ui3/grey-icon/g-floating.png');
}

#menu-latest {
    content: url('/Content/images/client_ui3/grey-icon/g-refresh2.png');
}

#theme-builder-confirm {
    content: url('/Content/images/client_ui3/grey-icon/g-check.png');
    width: 24px;
    height: 24px;
    margin-left: 30px;
}

#theme-builder-cancel {
    content: url('/Content/images/client_ui3/grey-icon/b-close.png');
    width: 24px;
    height: 24px;
}

