﻿* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse;
}

html, body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

.header {
    width: 100%;
    background-color: #FFCC48;
    text-align: center;
    height: 60px;
}

    .header h1 {
        margin: 0px;
        padding: 10px 0;
    }

@media(max-width:767px) {

    .header h1 {
        font-size: 1.2em;
    }
}

@media (min-width: 768px) {

    .header h1 {
        font-size: 1.2em;
    }
}

@media (min-width: 992px) {

    .header h1 {
        font-size: 1.5em;
    }
}

@media (min-width: 1200px) {

    .header h1 {
        font-size: 2em;
    }
}

/* Style for WebImageToolBar. */
.imageToolBar {
    border: 1px solid #aaa;
    /*background: #ccc url("../Images/MainToolbar/background.png") 50% 50% repeat-x;*/
    width: 100%;
    overflow-y: hidden;
}

    /* Style for divs in WebImageToolBar. */
    .imageToolBar div {
        /*float: left;*/
        margin-top: 9px;
        padding: 0 !important;
    }

    /* Style for element that stores text or label in WebImageToolBar. */
    .imageToolBar .submenuText {
        margin-top: 14px;
        margin-left: 5px;
        margin-right: 5px;
    }

        /* Style for inout element that stores text or label in WebImageToolBar. */
        .imageToolBar .submenuText input[type="text"] {
            width: 30px;
            text-align: center;
            border: 1px solid black;
        }

/* Style for vertical separator in WebImageToolBar. */
.imageToolBar-div-separator {
    width: 2px;
    height: 32px;
    background-color: rgb(125,125,125);
    margin-right: 15px;
    margin-left: 15px;
}


/* Style for side menu with with icons. */
#sideMenuIcons {
    background: #fff;
    position: absolute;
    text-align: left;
    width: 50px;
    /*height: 645px;*/
    padding-bottom: 5px;
    margin-top: 5px;
    border: 1px solid #aaa;
}

    /* Style for div element that stores icon of side menu with icons. */
    #sideMenuIcons div {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

/* Style for active icon in side menu with icons*/
.activeSideMenuIcon {
    background: white;
}


/* Style for container of side panels. */
#sideMenuPanel {
    width: 250px;
    height: 90%;
    position: absolute;
    margin-left: 55px;
    margin-top: 5px;
    /*display: none;*/
    overflow: hidden;
}

/* Style for header of side panel. */
#sideMenuPanelHeader {
    width: 100%;
    color: #fff;
    position: relative;
    padding: 7px 0 4px;
}

/* Style that is applied to the side panel when it is opened. */
.sidemenu-open {
    border-right: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}


/* Style for image viewer panel. */
#ImageViewerPanel {
    border: 0;
    width: 1150px;
    height: 620px;
    margin-left: 49px;
    margin-top: 5px;
    background: none;
    display: inline-block;
}

/* Style for content panel which is placed in side panel. */
.contentTab {
    position: relative;
    display: none;
    /*width: 240px;*/
    width: 100%;
    height: 100%;
    margin: 5px;
    background-color: #65696e;
}


/* Styles for rounding of panel corners. */
.corner-all,
.corner-top,
.corner-left,
.corner-tl {
    border-top-left-radius: 4px;
}

.corner-all,
.corner-top,
.corner-right,
.corner-tr {
    border-top-right-radius: 4px;
}

.corner-all,
.corner-bottom,
.corner-left,
.corner-bl {
    border-bottom-left-radius: 4px;
}

.corner-all,
.corner-bottom,
.corner-right,
.corner-br {
    border-bottom-right-radius: 4px;
}


/* Style for file input. */
#ajaxFile {
    position: absolute;
    left: 5px;
    top: 5px;
    height: 32px;
    width: 32px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.modalDialog {
    display: none;
    font-family: sans-serif;
    font-size: 14px;
}

    .modalDialog label, input, legend, select {
        font-family: sans-serif !important;
        font-size: 14px !important;
    }

.processingIcon {
    margin-left: 15px !important;
    margin-top: 10px !important;
}

.addAnnotationIcon {
    margin-left: 5px !important;
}



.propertyTable {
    border-collapse: collapse;
    width: 100%;
}

    /* Style for odd table cell without colspan. */
    .propertyTable td:not([colspan]):nth-child(odd) {
        background-color: rgb(229,229,229);
    }

    .propertyTable td input:not([type='button']) {
        width: 90px;
        height: 15px;
        box-sizing: content-box;
    }

    .propertyTable .spoiler {
        background-color: rgb(148,145,145) !important;
    }

        .propertyTable .spoiler.open {
            background-color: rgb(191,191,191) !important;
        }

.base-command,
.info-command,
.transform-command,
.color-command,
.document-command,
.filter-command,
.effects-command {
    margin-left: 3px;
}

.ms-parent input {
    width: auto !important;
}

.ui-colorpicker-dialog {
    font-size: 14px !important;
}

/* ==========NEW DESIGN CSS============ */
html, body {
    height: 100%;
}

body {
    background-color: #282e37;
    margin: 0;
    font-family: arial, sans-serif;
}

.main {
    width: 100%;
    height: calc(100% - 43px);
}

.page-header {
    background-color: rgb(255, 255, 255);
    padding: 6px 10px 0;
}

#pageHeader a {
    color: #333333;
}

.imageToolBar {
    box-shadow: 0 0px 2px #ccc;
    -webkit-box-shadow: 0 0px 2px #ccc;
    -moz-box-shadow: 0 0px 2px #ccc;
    border: 0;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    background: #393e47;
    color: #fff;
    border: 0;
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222;
    padding: 0;
    border-radius: 0 !important;
}

.ui-widget-header {
    border: 0;
    color: #fff !important;
    font-weight: 600;
    background: #393e47 !important;
    border-radius: 0 !important;
}

#ImageViewerPanel {
    display: block;
    margin-right: auto;
    margin-left: auto !important;
    width: 65% !important;
    height: 90%;
}

@media(max-width:1600px) {
    #ImageViewerPanel {
        width: 60% !important;
    }
}

@media(max-width:1440px) {
    #ImageViewerPanel {
        width: 55% !important;
    }
}

@media(max-width:1366px) {
    #ImageViewerPanel {
        width: 50% !important;
    }
}

#sideMenuIcons {
    z-index: 10;
}

#sideMenuPanel {
    z-index: 10;
}

#annotationsPanel select {
    border: 1px solid #ccc;
    height: 30px;
    box-shadow: 0 0 0;
}


/*************/
.imgbutton-bar {
    background-color: transparent;
    padding: 10px 0 10px;
    text-align: center;
}

    .imgbutton-bar button {
        background: none;
        color: #fff;
        border: 0;
        font-weight: 300;
        margin: 0 5px;
        padding: 5px 19px;
        width: auto;
    }

        .imgbutton-bar button:hover {
            background-color: #448af5;
            color: #fff;
        }



    .imgbutton-bar .selectedDataSetIcon {
        background-color: #448af5;
        color: #fff;
        border-color: #fff;
    }


#sideMenuPanel .mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

div#WebImageViewer1 {
    background: #393e47;
}

#thumbnailViewerOptionIcon {
    right: 5px !important;
}


/**********************/
body { /*background-color:#334049;*/
    /*background-image: -o-linear-gradient(45deg, #334049, #143a56);
background-image: linear-gradient(45deg, #334049, #143a56);*/ font-family: arial, sans-serif;
}

.content-wrapper { /*height:100%;*/
    height: calc(100% - 54px);
    display: flex;
}

#dvDataSetItemList button {
    /*font-weight: 600;
    text-transform: uppercase;*/
    width: auto;
    letter-spacing: 1px;
    cursor: pointer;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 5px 5px;
    padding: 8px 19px;
    background-color: rgba(126, 146, 160,0.3);
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    border-radius: 4px;
    white-space: nowrap;
}

#dvDataSetItemList .selectedDataSetIcon {
    background-color: rgb(33, 150, 243);
}

.logo {
    min-width: 250px;
    padding-bottom: 25px;
}

div#pageHeader { /*box-shadow: rgb(238, 238, 238) 1pc -1px 44px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #009ac3;
    padding: 1rem;
}

div#bgDefault {
    background: #009ac3;
    padding-top: 20px;
}

div#pageHeader .menu {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    justify-content: flex-start;
}

    div#pageHeader .menu li {
        padding: 0px 4px;
    }

        div#pageHeader .menu li a {
            color: rgba(255, 255, 255,0.7);
            font-size: 14px;
            text-decoration: none;
        }

            div#pageHeader .menu li a:hover, div#pageHeader .menu li a:focus {
                color: #fff;
            }

        div#pageHeader .menu li i {
            font-size: 20px;
        }

    div#pageHeader .menu.link li button {
        border-width: 2px;
        border-style: solid;
        border-color: rgba(255, 255, 255,0.4);
        border-image: initial;
        padding: 7px 14px;
        cursor: pointer;
        background: none;
        border-radius: 4px;
        color: rgba(255, 255, 255,0.7);
    }

        div#pageHeader .menu.link li button:hover, div#pageHeader .menu.link li button:focus {
            color: rgba(255, 255, 255,1);
            border-color: rgba(255, 255, 255,0.7);
        }

    div#pageHeader .menu.link {
        width: calc(100% - 240px);
        justify-content: center;
    }

    div#pageHeader .menu.right {
        justify-content: flex-end;
        min-width: 240px;
    }

div#pageHeader .toppanel {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 0;
}

.button_panel {
    display: flex;
    align-items: center;
}

.iconbutton-bar {
    min-width: 250px;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    background: lightblue;
    align-items: center;
}

div#dvDataSetItemList {
    text-align: center;
    margin: 15px 0;
    width: calc(100% - 490px);
}

div#jqxListBox h3 {
    margin: 0;
    padding: 10px;
    color: #e2e2e2;
    font-size: 16px;
    border-bottom: 1px solid #637582;
    text-align: center;
}

#annotationGrid {
    height: calc(100% - 189px) !important;
}

.anno-button {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    padding: 18px 12px;
}

    .anno-button.selected {
        background-color: #7e92a0;
    }

body .vsdv-sidePanel .vsdv-sidePanel-header-label {
    color: #e2e2e2;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
}


/******/
body .vsdv-sidePanel-panelsContainer {
    left: 0;
}

body .vsdv-sidePanel-content {
    width: 100%;
    background-color: transparent;
    border-color: #637582;
}

body .vsdv-sidePanel {
    border: 0;
}

    body .vsdv-sidePanel.closed {
        width: 0;
    }

/* Footer Panel Icons */

body .vsdv-footerPanel {
    font-size: 14px;
    width: 100%;
    background: none;
    overflow: hidden;
    user-select: none;
    display: flex;
    text-align: center;
    border: 0;
    height: 60px;
    justify-content: space-between;
}

body .vsdv-button {
    height: 60px;
}

    body .vsdv-button.vsdv-goToFirstPageButton {
        background-image: none;
    }

        body .vsdv-button.vsdv-goToFirstPageButton:before {
            content: "\f100";
            font-family: FontAwesome;
            font-size: 20px;
            line-height: 60px;
        }

    body .vsdv-button.vsdv-goToPreviousPageButton {
        background-image: none;
    }

        body .vsdv-button.vsdv-goToPreviousPageButton:before {
            content: "\f104";
            font-family: FontAwesome;
            font-size: 20px;
            line-height: 60px;
        }

    body .vsdv-button.vsdv-goToNextPageButton {
        background-image: none;
    }

        body .vsdv-button.vsdv-goToNextPageButton:before {
            content: "\f105";
            font-family: FontAwesome;
            font-size: 20px;
            line-height: 60px;
        }

    body .vsdv-button.vsdv-goToLastPageButton {
        background-image: none;
    }

        body .vsdv-button.vsdv-goToLastPageButton:before {
            content: "\f101";
            font-family: FontAwesome;
            font-size: 20px;
            line-height: 60px;
        }


    body .vsdv-button:hover:not(.disabled):not(.selected) {
        background-color: transparent;
    }

body .vsdv-subMenu-contentPanel {
    background: none;
    border: 0;
    width: auto;
    min-width: 250px;
    max-width: 250px;
    display: flex;
    align-items: center;
}

body .imagini-right-footer-ctrl-Panel {
    justify-content: flex-end;
    background: none;
    max-width: none;
}
/*=================*/
body .vsdv-button.vsdv-imageViewerSettingsButton {
    background-image: none;
}

    body .vsdv-button.vsdv-imageViewerSettingsButton:before {
        content: "\f009";
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 60px;
        color: #fff;
    }

body .imagini-thumbnail-viewer-setting {
    background-image: none;
}

    body .imagini-thumbnail-viewer-setting:before {
        content: "\f013";
        font-family: FontAwesome;
        font-size: 20px;
        line-height: 60px;
        color: #fff;
    }

body .vsdv-button.vsdv-zoomInButton {
    background-image: url('../Images/SidePanel/Icons/anno_zoom_in.png');
}

body .vsdv-button.vsdv-zoomOutButton {
    background-image: url('../Images/SidePanel/Icons/anno_zoom_out.png')
}

body .imagini-cancel-auto-zone {
    background-image: url('../Images/MainToolbar/Icons/VisualTools/Pan.png');
}

body .imagini-best-fit-image {
    background-image: url('../Images/MainToolbar/Icons/VisualTools/bestfit.png');
}

body .imagini-delete-annotation {
    background-image: url('../Images/SidePanel/Icons/anno_close_icon.png');
}

body .imagini-counter-clockwise-rotate {
    background-image: url('../Images/SidePanel/Icons/anno_counter_clock_wise.png');
}

body .imagini-clockwise-rotate {
    background-image: url('../Images/SidePanel/Icons/anno_clock_wise.png');
}

.imagini-thumbnail-viewer-setting {
    background-image: url('../Images/SidePanel/ThumbnailsPanel/Icons/ThumbnailViewerSettings.png');
}

.imagini-image-viewer-setting {
    background-image: url('../Images/SidePanel/Icons/__Thumbnails.png');
}

.imagini-delete-annotation {
    background-image: url('../Images/FooterPanel/Icons/annoDelete.png');
}

.imagini-flag-image {
    background-image: url('../Images/FooterPanel/Icons/icons8-trash-24.png');
}

.imagini-slideshow {
    background-image: url('../Images/FooterPanel/Icons/play.png');
}

.imagini-rotate-image {
    background-image: url('../Images/FooterPanel/Icons/rotate-cw.ico');
}

.slideShowStarted {
    background-image: url('../Images/FooterPanel/Icons/pauseIcon.png');
}

.imagini-counter-clockwise-rotate {
    background-image: url('../Images/FooterPanel/Icons/anticlockwise-24.ico');
}

.imagini-clockwise-rotate {
    background-image: url('../Images/FooterPanel/Icons/rotate-cw.ico');
}

.imagini-cancel-auto-zone {
    background-image: url('../Images/MainToolbar/Icons/VisualTools/Pan.png');
}

.imagini-best-fit-image {
    background-image: url('../Images/MainToolbar/Icons/VisualTools/bestfit.png');
}
/*********/
body .imagini-anno-info-Panel {
    color: #ccc;
    margin-right: auto;
    padding: 10px 0;
    font-weight: bold;
    background: transparent;
    display: block;
}

.imagini-anno-info-Panel label {
    font-size: 12px;
    display: flex;
    margin-right: 10px;
    font-weight: normal;
    /*color: rgba(255,255,255,0.6);*/
    flex-direction: column;
    margin-bottom: 6px;
    text-align: left;
    padding-left: 20px;
}

    .imagini-anno-info-Panel label:before {
        border-radius: 100%;
        margin-right: 5px;
        display: flex;
        flex-direction: column;
        width: 12px;
        height: 12px;
        padding: 1px;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        /*olor: #fff;*/
        position: absolute;
        margin-left: -20px;
    }
/*.imagini-anno-info-item-x:before { content: "x"; color: #ff60ad;}
.imagini-anno-info-item-y:before { content: "y"; color: #ff6d23;}
.imagini-anno-info-item-w:before { content: "w"; color: #5366fc;}
.imagini-anno-info-item-h:before { content: "h"; color: #a64fb8;}*/
/*.imagini-anno-info-item-x{color: #ff60ad;}
.imagini-anno-info-item-y{color: #ff6d23;}
.imagini-anno-info-item-w{color: #5366fc;}
.imagini-anno-info-item-h{color: #a64fb8;}*/

.imagini-anno-info-item-xy:before {
    content: "xy";
}

.imagini-anno-info-item-hw:before {
    content: "hw";
}

input[title~="Zoom"] {
    height: 25px;
    margin-top: 18px;
}

body .vsdv-elementSubgroup {
    margin: 0 auto;
}

/*************/
/*#annotationGrid .jqx-item:before {
    content: attr(data-content) "✖";
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    font-size: 12px;
    color: lightcoral;
}*/
#annotationGrid .jqx-item {
    border-color: transparent;
}

#annotationGrid .imagini-grid-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    color: lightcoral;
    cursor: pointer;
}
/********************************************/
.vsdv-sidePanel .vsdv-sidePanel-header {
    position: relative;
}

.vsdv-sidePanel.opened .vsdv-sidePanel-openPanelButton {
    background-image: none;
}

.vsdv-sidePanel.closed .vsdv-sidePanel-openPanelButton {
    background-image: none;
}

.vsdv-sidePanel .vsdv-sidePanel-openPanelButton:before {
    font-family: fontawesome;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: bold;
    color: #e2e2e2;
}

.vsdv-sidePanel.opened .vsdv-sidePanel-openPanelButton:before {
    content: "\f104";
}

.vsdv-sidePanel.closed .vsdv-sidePanel-openPanelButton:before {
    content: "Thumbnails";
    transform: rotate(90deg);
    letter-spacing: 2px;
    font-family: inherit;
    font-size: 100%;
}


.vsdv-sidePanel.closed .vsdv-sidePanel-openPanelButton {
    position: absolute;
    margin: 0;
    right: -48px;
    z-index: 10;
    background-color: #2c303b;
    color: #fff;
    height: 150px;
    width: 48px;
}

/*.vsdv-imageViewerPanel{    border: 100px solid #f3f4f9;}


.vsdv-imageViewerPanel:after {
    content: "";
    box-shadow: 0 0 50px 18px #ccc;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
    */
/******************************/
body #annotationGrid .jqx-grid-cell {
    background: none;
    color: #fff;
}

body #annotationGrid.jqx-grid {
    border: 0;
    width: 100% !important;
}

body .vsdv-sidePanel-iconsPanel {
    border: 0;
}

body .vsdv-sidePanel {
    background: none;
}

body .border.normal {
    background: #49565f;
    border: 0;
}

body .border.focused {
    background: #16222b;
}

body .jqx-widget-content {
    background: none;
    border: 0;
    padding: 0 1rem;
    width: auto !important;
    height: calc(100% - 100px) !important;
}

#dvDataSetItemList button:nth-child(1).selectedDataSetIcon {
    background-color: #0078ff;
    box-shadow: 0px 3px 10px 0 rgba(0, 120, 155, 0.6);
}

#dvDataSetItemList button:nth-child(2).selectedDataSetIcon {
    background-color: orange;
    box-shadow: 0px 3px 10px 0 rgba(255, 152, 0, 0.6);
}

#dvDataSetItemList button:nth-child(3).selectedDataSetIcon {
    background-color: #e439e6;
    box-shadow: 0px 3px 10px 0 rgba(228, 57, 230, 0.6);
}

#dvDataSetItemList button:nth-child(4).selectedDataSetIcon {
    background-color: #dec906;
    box-shadow: 0px 3px 10px 0 rgba(222, 201, 6, 0.6);
}

#dvDataSetItemList button:nth-child(5).selectedDataSetIcon {
    background-color: #9ac506;
    box-shadow: 0px 3px 10px 0 rgba(154, 197, 6, 0.6);
}

#dvDataSetItemList button:nth-child(6).selectedDataSetIcon {
    background-color: #00bcd4;
    box-shadow: 0px 3px 10px 0 rgba(0, 188, 212, 0.6);
}

#dvDataSetItemList button:nth-child(7).selectedDataSetIcon {
    background-color: #8eb9de;
    box-shadow: 0px 3px 10px 0 rgba(142, 185, 222, 0.6);
}

/* Custom Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #7e92a0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #49565f;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }



/********/
#contenttableannotationGrid .jqx-grid-cell {
    border: 0;
}

#contenttableannotationGrid > div > div {
    border-bottom: 1px solid rgba(255,255,255,0.4) !important;
}

#contenttableannotationGrid > div > .jqx-grid-cleared-cell {
    border: 0 !important;
}

body .vsdv-sidePanelAndViewer {
    display: flex; /*height: calc(100% - 110px);*/
    height: calc(100% - 60px);
}

#annotationGrid .jqx-scrollbar {
    display: none;
}


/*jqx tree*/
#taxonomyTree {
    height: calc(100% - 90px);
    width: 100% !important;
    color: #fff;
    display: flex;
    align-items: start;
    justify-content: center;
    border: 0;
    overflow: auto;
}
/*.jqx-tree-item{
    background-color:#fff;
}*/
#panelContentpaneltaxonomyTree > ul > li > span {
    padding-right: 0px;
    width: 17px;
    height: 17px;
    background-image: url('jqxCss/images/icon-down.png');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.add_btn {
    text-align: center;
    padding: 10px 0 0;
}

    .add_btn button {
        background: none;
        border: 0;
        color: #fff;
        font-size: 30px;
    }

/**Temparory Hide Elements***/
.modalDialog + #UploadImageButton + div {
    display: none;
}

#thumbnailViewerOptionIcon {
    display: none;
}

/*******/
div#pageHeader .menu.right li {
    position: relative;
    padding: 0;
}

#theme-switcher button {
    background-color: transparent;
    right: -20px;
    border: 0;
    top: -20px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    font-size: 20px;
}

    #theme-switcher button i {
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }

    #theme-switcher button:hover i {
        animation: none;
    }

#theme-switcher ul {
    display: flex;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 388px;
    top: 70px;
    background-color: #fff;
    padding: 10px;
    margin: 0;
    list-style: none;
    width: 180px;
    z-index: 999;
    transition: all .1s ease-in-out;
    flex-wrap: wrap;
}

#theme-switcher:hover ul {
    visibility: visible;
    opacity: 1;
    right: -20px;
}

#theme-switcher ul li {
    display: inline-block;
}

    #theme-switcher ul li a {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0;
        background-color: rgba(0,0,0,0.2);
    }

#pageHeader .menu li a[data-theme="light-green"] {
    background-color: #99c794;
}

#pageHeader .menu li a[data-theme="light-blue"] {
    background-color: #2196f3;
}

#pageHeader .menu li a[data-theme="red"] {
    background-color: #ec5f67;
}

#pageHeader .menu li a[data-theme="dark-blue"] {
    background-color: #1b2b34;
}

#pageHeader .menu li a[data-theme="yellow"] {
    background-color: #fac863;
}

#pageHeader .menu li a[data-theme="dark-green"] {
    background-color: #5fb3b3;
}

#pageHeader .menu li a[data-theme="orange"] {
    background-color: #f99157;
}

#pageHeader .menu li a[data-theme="dark-grey"] {
    background-color: #4f5b66;
}


/*******/
div#imaginiTabPanel .jqx-widget-header {
    background: rgba(255,255,255,0.1);
    border: 0;
}

div#imaginiTabPanel .jqx-tabs-title-selected-top {
    border: 0;
}

div#imaginiTabPanel .jqx-tabs-title-hover-top {
    background: #fff;
    color: #2b423e;
}

div#imaginiTabPanel div#jqxMenu {
    color: #fff;
    border: 0;
}

.jqx-menu-item-top-hover {
    background: none;
    color: #000;
}

#jqxMenu {
    color: #fff;
    border: 0;
}

body .jqx-fill-state-pressed {
    border: 0;
    background: rgba(255,255,255,0.4);
}

/*****/
body #documentViewerContainer, #pdfViewer {
    height: 100%;
}

body #imaginiTabPanel.jqx-widget-content {
    height: 100% !important;
}

#imaginiTabPanel #taxonomyTree .jqx-item {
    background-color: #3d5668;
    padding-left: 15px;
    padding-right: 15px;
    margin: 5px;
    border: 0;
}

/* Thumbnail Header Label Hide */
body .vsdv-sidePanel .vsdv-sidePanel-header {
    display: none;
}

/* Right Panel */
/*.right_panel {
    width: 400px;
}*/

body #imaginiTabPanel.jqx-widget-content input.ui-button {
    color: #fff;
    background-color: rgba(255,255,255,0.4);
    border: 0;
}

body #e3.jqx-widget-content input.ui-button:active {
    background-color: #fff;
    color: #000;
}

/* Ui Dialog Changes */
body .ui-dialog .ui-dialog-content {
    height: auto !important;
}

    body .ui-dialog .ui-dialog-content fieldset {
        border: 0;
    }

.text.ui-widget-content {
    width: 100%;
    height: 30px;
    margin: 6px 0;
    padding: 7px;
}

div#divAnnotationEdit {
    background: none !important;
}

    div#divAnnotationEdit fieldset {
        border: 0;
        padding: 0;
    }

        div#divAnnotationEdit fieldset textarea {
            width: 100%;
        }

.jqx-menu-ul li {
    background-color: #3d5668;
}

ul.jqx-tree-dropdown-root {
    position: relative;
    left: 20px;
    top: 20px;
}

    ul.jqx-tree-dropdown-root:before {
        content: "";
        display: block;
        width: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        border-left: 1px solid #7e92a0;
    }

    ul.jqx-tree-dropdown-root li {
        position: relative;
        left: 0;
    }

.jqx-tree-dropdown-root li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid #7e92a0;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: -20px;
}

/***************/
@keyframes float {
    50% {
        transform: translate(0, 20px);
    }
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 60, 82, .99);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}


    .loader img {
        animation: float 1s ease-out infinite;
    }

/**********************/
#jsonform {
    overflow: auto !important;
    height: 97% !important;
}

    #jsonform + br + div {
        margin-top: auto;
        margin-bottom: 2rem;
    }

#jsonform, legend {
    color: inherit !important;
}

    #jsonform fieldset {
        padding: 0 20px 0 0;
        margin: 0;
    }

        #jsonform fieldset legend {
            padding-bottom: 15px;
            font-weight: bold;
        }

        #jsonform fieldset label {
            font-weight: bolder;
        }

.jqx-tabs-content-element {
    display: flex !important;
    flex-direction: column;
}

.expandable > legend:before {
    font-size: 20px;
}

.iconbutton-bar .btn {
    padding: 1.5rem 1rem;
    font-size: 14px;
    font-weight: bold;
    height: auto !important;
    line-height: 1px;
    margin: 0 !important;
}

select option {
    font-size: 20px
}

.pt-3 {
    padding-top: 6px;
}

.container-fluid {
    max-width: 100%;
    width: 100%;
}

.row1 {
    margin-left:-15px;
    margin-right:-15px;
    width: 100%;
}

.pl-3 {
    padding-left: 40px;
}

.ml-3 {
    margin-left: 20px;
}
