:root {
    --primary-background: #515764;
    --secondary-background: #5A616B;
    --primary-foreground: #353942;
    --secondary-foreground: #252830;
    --tertiary-foreground: #434852;
    --color: #9099A0;
    --login-controler-height: 55px;
    /* --primary-background: red;
    --secondary-background: blue;
    --primary-foreground: green;
    --secondary-foreground : orange;
    --tertiary-foreground: yellow;
    --color: rebeccapurple; */
}

@-webkit-keyframes flashingCarrot {
    from {
        opacity: 0.0;
    }

    to {
        opacity: 1.0;
    }
}

@keyframes flashingCarrot {
    from {
        opacity: 0.0;
    }

    to {
        opacity: 1.0;
    }
}


.modelssDialog-input {
    width: 60px;
    border: 2px solid #444853;
    background-color: #252830;
    font-family: sans-serif;
    color: #9099A0;
}

.modelssDialog-titlebar {
    width: 100%;
    height: 32px;
    display: flex;
}



.email-field {
    resize: none;
    font-size: 12px;
    padding-left: 8px;
    width: 100%;
    height: 210px;
    display: block;
    padding-top: 8px;
    padding-bottom:8px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 20px;
    border-style: none;
    border-radius: 3px;
    background-color: #252830;
    font-family: Montserrat, sans-serif;
    color: #9099A0;
    font-weight: 200;
    letter-spacing: 0.15em;
    width: 100%;
    caret-color: #5ba2f3;
}


.page-summary-panel .first-bar {
    border-left: 2px solid #9099A0;
}

.first-triangle {
    border-color: transparent #9099A0 transparent transparent;
}

.page-summary-panel button:disabled {
    opacity: 0.3;
    background-color: #353942;
}


.page-control:hover {
    background-color: #252830;
}



.page-summary-panel .last-triangle {
    border-color: transparent transparent transparent #9099A0;
}

.page-summary-panel .last-bar {
    border-left: 2px solid #9099A0;
}

.page-control-text {
    color: #9099A0;
}


.dropBoxItem {
    width : 100%;
    height : 46px;
    background-color : antiquewhite;
    border-bottom : 1px solid #b5b5b5;
}

.dropDownTextSelected {
    height: 45px;
    padding-right: 20px;
    padding-left: 20px;
    border-style: none;
    background-color: antiquewhite;
    font-family: Montserrat, sans-serif;
    color: #9099A0;
    font-size: 17px;
    font-weight: 200;
    letter-spacing: 0.15em;
    width: 100%;
    line-height: 45px;
    cursor: pointer;
    user-select: none;
    overflow:hidden;
}


.highlightString {
    background-color: yellow;
    height: 45px;
    border-style: none;
    font-family: Montserrat, sans-serif;
    color: #9099A0;
    font-size: 17px;
    font-weight: 200;
    letter-spacing: 0.15em;
    line-height: 45px;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
}

.dropDownText {
    height: 45px;
    padding-right: 20px;
    padding-left: 20px;
    border-style: none;
    background-color: #252830;
    font-family: Montserrat, sans-serif;
    color: #9099A0;
    font-size: 17px;
    font-weight: 200;
    letter-spacing: 0.15em;
    width: 100%;
    line-height: 45px;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
}

.page-control {
    display: inline-block;
    border: none;
    height: 40px;
    margin-top: auto;
    margin-bottom: auto;
    min-width: 36px;
    background-color: #353942;
}


.page-summary-panel {
    margin-top:auto;
    margin-bottom:auto;
    display: inline-flex;
    margin-left:10px;
    margin-right:10px;

}

.page-summary-panel .first-bar {
    width: 10px;
    margin-top: -6px;
    height: 12px;
    margin-left: -3px;
}

.page-summary-panel .first-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8.7px 5px 0;
    margin-left: 6px;
}



.page-summary-panel .last-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    margin-left: 10px;
}

.page-summary-panel .last-bar {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-left: 1px;
}


.page-summary-panel-number {
    font-weight: 700;
    margin-left:5px;
    margin-right:5px;
}








.processingText {
    font-size: 28px;
    user-select: none;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #9880ff;
    font-family: monospace
}

.alternateSymbolInput {
    width: 300px;
}



.symbolBox {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    contenteditable: true;
    caret-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: black;
    border-color: black;
    padding: 0px;
    user-select: none;
    text-align: center;
    color: #5ba2f3;
    font-size: 48px;
    text-shadow: 0px 0px 4px #5ba2f3;
}

    .symbolBox:focus {
        width: 50px;
        height: 50px;
        line-height: 50px;
        background-color: black;
        border-color: black;
        border: hidden;
        padding: 0px;
        user-select: none;
        text-align: center;
        font-size: 48px;
        outline: none;
    }

    .symbolBox:focus:after {
        content: '';
        display: block;
        top: 45px;
        left: 4px;
        position: absolute;
        width: 40px;
        height: 2px;
        border: 1px solid yellow;
        border-radius: 4px;
        box-shadow: 0 0px 4px yellow;
        animation-name: flashingCarrot;
        animation-duration: 0.5s;
        animation-delay: 0.0s;
        animation-timing-function: ease;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }


    /*.symbolBox:focus::after {

        border-bottom:2px solid red;
        width: 20px;
        height: 20px;
        background-color: darkgray;
        border-color: black;
        padding: 0px;
        user-select: none;
        text-align: center;
        font-size: 48px;
    }*/


.verify {
    background-color: #515764;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

p {
   display: inline !important;
}


.seriesList {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 100%;
    *font-size: 80%;
    color: #9099A0;
    background-color: #353942;
}
.appLogo {
    background-color: #151515 !important;
}


.ui-layout-north {
   /* border: 0px solid #353942 !important; */
   border: 0px solid #151515 !important;
}

#toolbarTree th {
   background-color: #24292F;
   text-transform: uppercase;
   color: #9099A0;
   border-color: #434752;
   border-left: 2px solid;
   border-bottom: 2px solid;
   text-align: center;
}

table.fancytree-ext-table tbody tr td {
   color: #9099A0;
   border-color: #434752;
   border-top: none !important;
   border-right: none !important;
   border-left: 2px solid !important;
   border-bottom: 2px solid !important;
   text-align: center;
}

table.fancytree-ext-table tbody tr.fancytree-active{
    background-color: #434752 !important;
    outline: none !important;
}
span.fancytree-title {
   color: #9099A0 !important;
}


.btn-group>.btn {
    margin-right: 0px !important;
}



.btn-group {
    margin-right: 5px !important;
    margin-left: 5px !important;
    background-color: #151515 !important;
}
.ToolBar {
    height: 84px !important;
    width: 100%;
}



.toolBarItemOption {
    border: 0px;
    cursor: pointer;
    display: block;
    height: 30px;
    width: 300px;
    margin-top: 7px;
    margin-left: 10px;
    float: left;
    background-color: rgba(0, 0, 0, 0.00) !important;
}
.toolBarItem {
    border: 0px;
    cursor: pointer;
    display: block;
    height: 40px;
    width: 50px;
    float: left;
    background-color: #151515 !important;
}

.toolBarItemText {
    border: 0px;
    cursor: pointer;
    margin-top: 4px;
    display: inline-block;
    width: 50px;
    float: left;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-shadow: 0 1px 0 #252525;
    color: rgb(77, 126, 219);
    white-space: normal;
    line-height: 1;
    /*letter-spacing: 0.15em;*/
}

.menuItemText2 {
    margin: auto;
    padding: 15px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: bolder;
    text-shadow: 0 1px 0 #252525;
    color: rgb(77, 126, 219);
    height: 50px;
    white-space: normal;
    letter-spacing: 0.15em;
    text-transform: capitalize;
}

.menuItemText {
    margin: auto;
    margin-left: 20px;
    border: 0px;
    height: 50px;
    cursor: pointer;
    margin-top: 0px;
    display: inline-block;
    width: 50px;
    float: left;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: bolder;
    text-transform: capitalize;
    text-shadow: 0 1px 0 #252525;
    color: rgb(77, 126, 219);
    white-space: normal;
    letter-spacing: 0.15em;
    line-height: 45px;
    white-space: nowrap;
}


.button-container {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 30px;
    display: inline-flex;
    text-transform: uppercase;
    text-align: center;
}



.input-label {
    width: auto;
    height: auto;
    margin: auto;
    background-color: inherit;
    word-wrap: unset;
    vertical-align: middle;
    padding-left: 5px;
}

.input-text,
.input-text:focus {
   width: auto;
   height: auto;
   border: none;
   background-color: inherit;
   margin: 2px;
   outline: none;
   color: #9099A0;
}



.dividerAnimation {
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #2f333d;
    transform: rotateY(-90deg);
    animation-name: dividerMove;
    animation-duration: 1s;
    animation-delay: 1.0s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}


.divider {
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #2f333d;
}

.itemDivider {
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #2f333d;
}

.menuBar {
    height: 4px;
    margin-top: 0px;
    margin-bottom: 2px;
    background-color: rgb(77, 126, 219);
}


.checkbox-label {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.15em;
}

.login-button {
    display: block;
    width: 100%;
    height: var(--login-controler-height);
    height: 55px;
    border: 3px solid #5ba2f3;
    border-radius: 3px;
    background-color: transparent;
    -webkit-transition: background-color 500ms cubic-bezier(.23, 1, .32, 1), box-shadow 500ms cubic-bezier(.23, 1, .32, 1);
    transition: background-color 500ms cubic-bezier(.23, 1, .32, 1), box-shadow 500ms cubic-bezier(.23, 1, .32, 1);
    font-family: Montserrat, sans-serif;
    color: #5ba2f3;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    outline:none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    background-color: #252830;
    border: 1px solid #5ba2f3;
    -webkit-text-fill-color: #9099A0;
    -webkit-box-shadow: 0 0 0px 1000px #252830 inset;
    /*Commented out due to conflicts with internal UI*/
    /*transition: background-color 5000s ease-in-out 0s;*/
}


.login-button:hover {
    background-color: #5ba2f3;
    box-shadow: 0 0px 40px 0 rgba(91, 162, 243, .45);
    /* color: #252830; */
    color: #252830;
    font-weight: 500;
}


.copyright {
    display: inline;
    font-family: Montserrat, sans-serif;
    color: #5ba2f3;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    opacity: 0.0;
    letter-spacing: 0.2em;
    animation-name: LogoAnimation;
    animation-duration: 1s;
    animation-delay: 1.0s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}


/*
*************************************************************
*************************************************************
*************************************************************
*/


#ltTabWrapper>ul>li>a {
    padding: 1em 1em !important;
}




@-webkit-keyframes dividerMove {
    from {
        transform: rotateY(-90deg)
    }

    to {
        transform: rotateY(-0deg)
    }
}


/* The animation code */
@keyframes dividerMove {
    from {
        transform: rotateY(-90deg)
    }

    to {
        transform: rotateY(-0deg)
    }
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0% {
        -webkit-transform: translateY(-400);
        transform: translateY(-400);
    }

    25% {
        -webkit-transform: translateY(-300);
        transform: translateY(-300);
    }

    50% {
        -webkit-transform: translateY(-200);
        transform: translateY(-200);
    }

    75% {
        -webkit-transform: translateY(-100);
        transform: translateY(-100);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Standard syntax */
@keyframes example {
    0% {
        -webkit-transform: translateY(-400);
        transform: translateY(-400);
    }

    25% {
        -webkit-transform: translateY(-300);
        transform: translateY(-300);
    }

    50% {
        -webkit-transform: translateY(-200);
        transform: translateY(-200);
    }

    75% {
        -webkit-transform: translateY(-100);
        transform: translateY(-100);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



.logo {
    width: 300px;
    height: 60px;
    margin: auto !important;
    background-image: url('../images/logo.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    animation-name: LogoAnimation;
    animation-duration: 3s;
    animation-delay: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    opacity: 0.0;
}


.copyright-holder {
    display: block;
    width: 100%;
    margin-top: 50px;
    padding-right: 50px;
    padding-left: 60px;
    align-content: center
}



/*===============================NEW stuff above==================================*/
.agile-gird-row:hover {
    background-color: #f0f8ff;
}

.block-ui-overlay.block-ui-visible {
    background-color: #fff;
}

.block-ui-message {
    background-color: #333;
    color: #f5f5f5;
}

.agile-gird-row:hover {
    background-color: #f0f8ff;
}

/* the multiselect button */
.multiSelect>button {
    border: 1px solid #c6c6c6;
    color: #555;
    background-color: #fff;
    background-image: linear-gradient(#fff, #f7f7f7);
}

/* button: hover */
.multiSelect>button:hover {
    background-image: linear-gradient(#fff, #e9e9e9);
}

/* button: disabled */
.multiSelect>button:disabled {
    background-image: linear-gradient(#fff, #fff);
    border: 1px solid #ddd;
    color: #999;
}

/* button: clicked */
.multiSelect .buttonClicked {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* downward pointing arrow */
.multiSelect .caret {
    border-top: 4px solid #333;
}

/* the main checkboxes and helper layer */
.multiSelect .checkboxLayer {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* container of helper elements */
.multiSelect .helperContainer {
    border-bottom: 1px solid #ddd;
    padding: 8px 8px 0px 8px;
}

/* helper buttons (select all, none, reset); */
.multiSelect .helperButton {
    border: 1px solid #ccc;
    color: #666;
    background-color: #f1f1f1;
}

/* clear button */
.multiSelect .clearButton {
    border: 1px solid #ccc;
    color: #666;
    background-color: #f1f1f1;
}

/* filter */
.multiSelect .inputFilter {
    border: 1px solid #ccc;
    color: #888;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

/* helper elements on hover & focus */
.multiSelect .clearButton:hover,
.multiSelect .helperButton:hover {
    border: 1px solid #ccc;
    color: #999;
    background-color: #f4f4f4;
}

.multiSelect .helperButton:disabled {
    color: #ccc;
    border: 1px solid #ddd;
}

.multiSelect .clearButton:focus,
.multiSelect .helperButton:focus,
.multiSelect .inputFilter:focus {
    border: 1px solid #66AFE9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .065), 0 0 5px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .065), 0 0 5px rgba(102, 175, 233, .6) !important;
}

/* item labels */
.multiSelect .multiSelectItem {
    color: #444;
}

/* Styling on selected items */
.multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
    background-image: linear-gradient(#e9e9e9, #f1f1f1);
    color: #555;
    cursor: pointer;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #d9d9d9;
}

/* item labels focus on mouse hover */
.multiSelect .multiSelectItem:hover,
.multiSelect .multiSelectGroup:hover {
    background-image: linear-gradient(#c1c1c1, #999) !important;
    color: #fff !important;
    border: 1px solid #ccc !important;
}

/* item labels focus using keyboard */
.multiSelect .multiSelectFocus {
    background-image: linear-gradient(#c1c1c1, #999) !important;
    color: #fff !important;
    border: 1px solid #ccc !important;
}

/* hide the original HTML checkbox away */
.multiSelect .checkbox {
    color: #ddd !important;
}

/* checkboxes currently disabled */
.multiSelect .disabled,
.multiSelect .disabled:hover,
.multiSelect .disabled label input:hover~span {
    color: #c4c4c4 !important;
}

.box-shadow {
    -webkit-box-shadow: 0 12px 30px darkgrey;
    box-shadow: 0 12px 30px darkgrey;
}

/* Add a tab container class, for a border around the entire tabset */
.nav-tabs-container {
    border: 1px solid lightgray;
}

.center,
.east,
.west,
.north,
.south {
    background-color: rgb(220, 220, 220);
    border: 1px solid rgb(200, 200, 200);
}

input.ng-invalid {
    /*border: 1px solid red;*/
    /*background-color: lightpink;*/
}

#loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
}

#ltTabWrapper>ul>li {
    background: #e6e6e6 url(//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
}

#ltTabWrapper>ul>li>a,
#ltTabWrapper>ul>li>a:link,
#ltTabWrapper>ul>li>a:visited {
    color: #737780
}

#ltTabWrapper>ul>li>a:hover {
    color: #212121;
}

#ltTabWrapper>ul>li.active {
    border-bottom-color: #fff;
    background-image: -moz-linear-gradient(bottom, #fff 2px, transparent 2px);
    background-image: -o-linear-gradient(bottom, #fff 2px, transparent 2px);
    background-image: -webkit-linear-gradient(bottom, #fff 2px, transparent 2px);
    background-image: linear-gradient(bottom, #fff 2px, transparent 2px);
}

.tab-button {
    color: #505050;
    background-color: rgba(255, 255, 255, 0);
}

.scroll {
    border: 2px solid black;
}

.slider {
    border: 1px solid blue;
    background-color: white;
}

.data-title:before {
    background: #DDD;
}

context-menu-red-message {
    color: red;
    background-color: rgba(255, 255, 255, 0);
}

.errorLine {
    background: rgba(255, 0, 0, 0.25);
}

.dragover {
    border: 5px dashed blue;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
}

.colorpicker-saturation i {
    border: 1px solid #000;
}

.colorpicker-saturation i b {
    border: 1px solid #fff;
}

.colorpicker-hue i,
.colorpicker-alpha i {
    background: #000;
    border-top: 1px solid #fff;
}

.colorpicker:before {
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

.colorpicker:after {
    border-bottom: 6px solid #ffffff;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
    background: #ffffff;
}

.CodeMirror {
    /* Set height, width, borders, and global font properties here */
    color: black;
}

.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
    background-color: white;
    /* The little square between H and V scrollbars */
}

.CodeMirror-gutters {
    border-right: 1px solid #ddd;
    background-color: #f7f7f7;
}

.CodeMirror-linenumber {
    color: #999;
}

.CodeMirror-guttermarker {
    color: black;
}

.CodeMirror-guttermarker-subtle {
    color: #999;
}

.CodeMirror-cursor {
    border-left: 1px solid black;
}

/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
    border-left: 1px solid silver;
}

.cm-fat-cursor .CodeMirror-cursor {
    background: #7e7;
}

.cm-animate-fat-cursor {
    background-color: #7e7;
}

.CodeMirror-ruler {
    border-left: 1px solid #ccc;
}

/* DEFAULT THEME */
.cm-s-default .cm-header {
    color: blue;
}

.cm-s-default .cm-quote {
    color: #090;
}

.cm-negative {
    color: #d44;
}

.cm-positive {
    color: #292;
}

.cm-s-default .cm-keyword {
    color: #708;
}

.cm-s-default .cm-atom {
    color: #219;
}

.cm-s-default .cm-number {
    color: #164;
}

.cm-s-default .cm-def {
    color: #00f;
}

.cm-s-default .cm-variable-2 {
    color: #05a;
}

.cm-s-default .cm-variable-3 {
    color: #085;
}

.cm-s-default .cm-comment {
    color: #a50;
}

.cm-s-default .cm-string {
    color: #a11;
}

.cm-s-default .cm-string-2 {
    color: #f50;
}

.cm-s-default .cm-meta {
    color: #555;
}

.cm-s-default .cm-qualifier {
    color: #555;
}

.cm-s-default .cm-builtin {
    color: #30a;
}

.cm-s-default .cm-bracket {
    color: #997;
}

.cm-s-default .cm-tag {
    color: #170;
}

.cm-s-default .cm-attribute {
    color: #00c;
}

.cm-s-default .cm-hr {
    color: #999;
}

.cm-s-default .cm-link {
    color: #00c;
}

.cm-s-default .cm-error {
    color: #f00;
}

.cm-invalidchar {
    color: #f00;
}

/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0f0;
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #f22;
}

.CodeMirror-matchingtag {
    background: rgba(255, 150, 0, .3);
}

.CodeMirror-activeline-background {
    background: #e8f2ff;
}

.CodeMirror {
    background: white;
}

.CodeMirror-selected {
    background: #d9d9d9;
}

.CodeMirror-focused .CodeMirror-selected {
    background: #d7d4f0;
}

.CodeMirror-line::selection,
.CodeMirror-line>span::selection,
.CodeMirror-line>span>span::selection {
    background: #d7d4f0;
}

.CodeMirror-line::-moz-selection,
.CodeMirror-line>span::-moz-selection,
.CodeMirror-line>span>span::-moz-selection {
    background: #d7d4f0;
}

.cm-searching {
    background: #ffa;
    background: rgba(255, 255, 0, .4);
}

colorpicker-saturation i {
    border: 1px solid #000;
}

colorpicker-saturation i::after {
    border: 1px solid #fff;
}

colorpicker-alpha i {
    background: #000;
    border-top: 1px solid #fff;
}

.colorpicker input {
    color: #000;
    background-color: #fff;
}

.colorpicker-position-top .dropdown-menu::after {
    border-top: 6px solid #fff;
}

.colorpicker-position-top .dropdown-menu::before {
    border-top: 7px solid rgba(0, 0, 0, 0.2);
}

.colorpicker-position-right .dropdown-menu::after {
    border-right: 6px solid #fff;
}

.colorpicker-position-right .dropdown-menu::before {
    border-right: 7px solid rgba(0, 0, 0, 0.2);
}

.colorpicker-position-bottom .dropdown-menu::after {
    border-bottom: 6px solid #fff;
}

.colorpicker-position-bottom .dropdown-menu::before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
}

.colorpicker-position-left .dropdown-menu::after {
    border-left: 6px solid #fff;
}

.colorpicker-position-left .dropdown-menu::before {
    border-left: 7px solid rgba(0, 0, 0, 0.2);
}

/* Custom dialog/modal headers */
.dialog-header-error {
    background-color: #d2322d;
}

.dialog-header-wait {
    background-color: #428bca;
}

.dialog-header-notify {
    background-color: #eeeeee;
}

.dialog-header-confirm {
    background-color: #333333;
}

.dialog-header-error span,
.dialog-header-error h4,
.dialog-header-wait span,
.dialog-header-wait h4,
.dialog-header-confirm span,
.dialog-header-confirm h4 {
    color: #ffffff;
}

.CodeMirror-foldmarker {
    color: blue;
    text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
}

.ui-jqgrid-titlebar {
    color: #999999;
    background-color: #F9F9F9;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.ui-widget-header {
    background-color: #F9F9F9;
}

.ui-widget-header {
    background-color: #F9F9F9;
}

.ui-jqgrid tr.ui-row-ltr td {
    border-color: #DDDDDD;
}

.ui-search-toolbar input[type="text"] {
    border: 1px solid #CCCCCC;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #F9F9F9;
    border: 1px solid #D3D3D3;
    color: #777777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #dadada;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    font-weight: 600;
    color: #212121;
}

.ui-jqgrid .ui-pg-input {
    border: 1px solid #CCCCCC;
}

.ui-layout-pane {
   /* all 'panes' */
   /* border: 0px solid #353942 !important; */
   border: 0px solid #353942 !important;
   /* DO NOT add scrolling (or padding) to 'panes' that have a content-div,
	   otherwise you may get double-scrollbars - on the pane AND on the content-div
	   - use ui-layout-wrapper class if pane has a content-div
	   - use ui-layout-container if pane has an inner-layout
	*/
}

.ui-layout-resizer {
   /* all 'resizer-bars' */
   /* background-color: #5A616B !important; */
   background-color: #5A616B !important;
   height: 3px !important;
}

.ui-layout-resizer-dragging {
    /* resizer beging 'dragging' */
    background: #C4E1A4;
}

.ui-layout-resizer-dragging {
    /* CLONED resizer being dragged */
    border: 1px solid #BBB;
}

.ui-layout-resizer-dragging-limit {
    /* CLONED resizer at min or max size-limit */
    background: #E1A4A4;
    /* red */
}

.ui-layout-resizer-closed-hover {
    /* hover-color to 'slide open' */
    background: #EBD5AA;
}

.ui-layout-toggler {
    border: 1px solid #BBB;
    /* match pane-border */
    background-color: #BBB;
}

.ui-layout-resizer-hover .ui-layout-toggler-hover {
    /* need specificity when IS resizable */
    background-color: #FC6;
}

.ui-layout-toggler .content {
    color: #666;
    /* to 'vertically center' text inside text-span */
}

#loading-bar .bar {
    background: #29d;
}

/* Fancy blur effect */
#loading-bar .peg {
    -moz-box-shadow: #29d 1px 0 6px 1px;
    -ms-box-shadow: #29d 1px 0 6px 1px;
    -webkit-box-shadow: #29d 1px 0 6px 1px;
    box-shadow: #29d 1px 0 6px 1px;
}

#loading-bar-spinner .spinner-icon {
    border-top-color: #29d;
    border-left-color: #29d;
}

.toolbargroup {
    border-right: 1px solid #C0C0C0;
}

.btn-file input[type=file] {
    background: white;
}

input[readonly] {
    background-color: white !important;
}

.PlayButton {
    border: solid 1px white;
}

.StopButton {
    border: solid 1px white;
}

.DisabledPlayButton {
    border: solid 1px white;
}

.DisabledStopButton {
    border: solid 1px white;
}

.PlayButton:hover {
    border: solid 1px black;
}

.StopButton:hover {
    border: solid 1px black;
}

.FirstFrameButton {
    border: solid 1px white;
}

.DisabledFirstFrameButton {
    border: solid 1px white;
}

.FirstFrameButton:hover {
    border: solid 1px black;
}

.LastFrameButton {
    border: solid 1px white;
}

.DisabledLastFrameButton {
    border: solid 1px white;
}

.LastFrameButton:hover {
    border: solid 1px black;
}

.NextFrameButton {
    border: solid 1px white;
}

.DisabledNextFrameButton {
    border: solid 1px white;
}

.NextFrameButton:hover {
    border: solid 1px black;
}

.PreviousFrameButton {
    border: solid 1px white;
}

.DisabledPreviousFrameButton {
    border: solid 1px white;
}

.PreviousFrameButton:hover {
    border: solid 1px black;
}

div.dropdown {
    color: #555;
}

div.submenu {
    background: #101010;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.dropDownMenuTitle {
    background: #707070;
    color: #010101;
}

.dropdown li a {
    color: #555555;
}

.dropdown li a:hover {
    background: #155FB0;
    color: #FFFFFF;
}

.menuRoot {
    border-top: 1px solid #dedede;
}


/* .scroll-button.scroll-button-disabled {
    color: #737780;
    background-color: #353942;
} */

/* .scroll-button.scroll-button-disabled:active {
    color: #737780;
} */


/*PropertyGrid.css*/
.pgGroup {
    text-transform: uppercase;
    background-color: #24292F;
    border-bottom: 2px solid #434752;
    height: 25px !important;
    font-weight: 600;
    padding: 2px 0px;
}

.pgSubGroup {
   /* background-color: #353942; */
   background-color: #353942;
}

.pgGroupItem {
    font-weight: 600;
    text-transform: capitalize;
    height: 25px !important;
    border-left: 2px solid #434752;
    border-bottom: 2px solid #434752;
    padding: 2px 0px;
}

.pgInputHolder {
   border-left: 1px dotted 8c96a5;
   /* background-color: #353942; */
   background-color: #353942;
}

.pgInput {
   /* background-color: #353942; */
   background-color: #353942;
}

.pgInput_suggestion {
    /* background-color: #353942; */
    background-color: #353942;
}

.pgBtnSuggestion {
    /* background-color: #353942; */
    background-color: #353942;
}



.pgInputColor {
   /* background-color: #353942; */
   background-color: #353942;
}

.pgInputDrop {
   /* background-color: #353942; */
   background-color: #353942;
}

   .pgInputDrop:hover {
      /* background-color: #24292F; */
      background-color: #353942;
   }

.pgInputNum {
   /* background-color: #353942; */
   background-color: #353942;
}
.pgTextArea {
    background-color: #353942;
}

.pgDialog {
    border-left: 1px solid #8c96a5;
}

/*PropertyGrid.css*/


/*ui-grid-unstable.css*/


.tooltipItem .tooltiptext {
    visibility: visible;
    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: 1;
    transition: opacity 0.3s;
}

.tooltipItem .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltipItem:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}



.ui-grid-column-menu-button .ui-grid-icon-angle-down{
    margin-right: 5px;
}



.ui-grid-viewport{
    /* overflow-y: auto !important; */
    overflow-x: hidden !important;
}

.ui-grid-canvas {
    padding-top: 0px !important;
}

.ui-grid-header-cell-row {
    background-color: #24292F;
}

.ui-grid-header-canvas {
    background-color: #24292F;
}

.ui-grid {
    /* border: 1px solid #434752; */
}

.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
   /* background-color: #252830; */
   background-color: #252830;
}

.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
   /* background-color: #252830; */
   background-color: #252830;
}

.ui-grid-header-cell:last-child .ui-grid-vertical-bar {
   /* background-color: #252830; */
   background-color: #252830;
}

.ui-grid-top-panel-background {
   /* background: #353942; */
   background: #353942;
   /* background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #353942, #ffffff);
    background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #eeeeee); */
}

.ui-grid-header {
    border-bottom: none;
}

.ui-grid-top-panel {
   /* background: #353942; */
   background: #353942;
   /* background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
    background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #eeeeee); */
}


.ui-grid-pager-panel {
    background-color: #434752;
    height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ui-grid-header-cell {
    text-transform: uppercase;
    border-right: 0px;
    border-color: #434752 !important;
    border-left: 2px solid;
}

input[type="text"].ui-grid-filter-input {
    /* border: 1px solid #434752; */
}

input[type="text"].ui-grid-filter-input:hover {
    /* border: 1px solid #434752; */
}

select.ui-grid-filter-select {
    border: 1px solid #434752;
}

select.ui-grid-filter-select:hover {
    border: 1px solid #434752;
}

.ui-grid-row:nth-child(odd) .ui-grid-cell {
   /* background-color: #353942; */
   background-color: #353942;
}

.ui-grid-row:nth-child(even) .ui-grid-cell {
   /* background-color: #353942; */
   background-color: #353942;
}

.ui-grid-row:last-child .ui-grid-cell {
    border-bottom: solid 1px #434752;
}

.ui-grid-no-row-overlay {
   /* background: #353942; */
   background: #353942;
   /* background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
    background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #eeeeee);
    border: 1px solid #d4d4d4; */
}


#overlayItems{
    height: 265px;
    border-color: #434752;
    border-left: solid 2px #434752;
    border-bottom: solid 2px #434752;
}

/* border color for all UI grid elements */
.ui-grid-cell {
    border-color: #434752;
    border-left: solid 2px #434752;
    border-top: solid 2px #434752;

}

#overlayItems .ui-grid-cell{
    border-left: none;
    border-top: none;
    border-bottom: solid 2px #434752;
    border-right: solid 2px #434752;
}

#overlayItems .ui-grid-header-cell{
    border-left: none;
    border-bottom: solid 2px #434752;
    border-right: solid 2px #434752;
}


#pacsServers{
    height: 265px;
    border-color: #434752;
    border-left: solid 2px #434752;
    border-bottom: solid 2px #434752;
}

#pacsServers .ui-grid-cell{
    border-left: none;
    border-top: none;
    border-bottom: solid 2px #434752;
    border-right: solid 2px #434752;
}

#pacsServers .ui-grid-header-cell{
    border-left: none;
    border-bottom: solid 2px #434752;
    border-right: solid 2px #434752;
}




#wadoServers{
    height: 265px;
    border-color: #434752;
    border-left: solid 2px #434752;
    border-bottom: solid 2px #434752;
}

#wadoServers .ui-grid-cell{
    border-left: none;
    border-top: none;
    border-bottom: solid 2px #434752;
    border-right: solid 2px #434752;
}

#wadoServers .ui-grid-header-cell{
    font-size: 12px;
    font-weight: bold;
    border-left: none;
    border-bottom: solid 2px #434752;
    border-right: solid 2px #434752;
}



.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
   /* background-color: #353942; */
   background-color: #353942;
   border-bottom: solid 1px #434752;
}

.ui-grid-footer-panel-background {
   /* background: #353942; */
   background: #353942;
   /* background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
    background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #eeeeee); */
}

.ui-grid-footer-panel {
   border-bottom: 1px solid #434752;
   border-top: 1px solid #434752;
   /* background: #353942; */
   background: #353942;
   /* background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
    background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #eeeeee); */
}

.ui-grid-footer-cell {
    border-color: #434752;
}

/*ui-grid-unstable.css*/



input[type="text"].ui-grid-filter-input {
   /* background-color: #353942; */
   background-color: #353942;
   /* border: 1px solid #434752; */
}

   input[type="text"].ui-grid-filter-input:hover {
      /* background-color: #353942; */
      background-color: #353942;
      /* border: 1px solid #434752; */
   }

.ui-grid-menu-button {
    background: #f3f3f3;
    border: 1px solid #434752;
}

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
    border: 1px solid #434752;
}

.ui-grid-menu .ui-grid-menu-inner {
    background: #f3f3f3;
    border: 1px solid #434752;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
}

.ui-grid-menu .ui-grid-menu-inner ul li:hover {
    -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.ui-grid-menu .ui-grid-menu-inner ul li.ui-grid-menu-item-active {
    -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    background-color: #cecece;
}

.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child) {
    border-bottom: 1px solid #434752;
}

.ui-grid[dir=rtl] .ui-grid-cell:last-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child {
    border-right: 1px solid #434752;
}

.ui-grid[dir=rtl] .ui-grid-menu-button {
    background: #f3f3f3;
    border: 1px solid #434752;
}

.ui-grid-cell-focus {
    background-color: #b3c4c7;
}

div.ui-grid-cell input.ng-invalid {
    border: 1px solid #fc8f8f;
}

div.ui-grid-cell input.ng-valid {
    border: 1px solid #434752;
}

.expandableRow .ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #fdfdfd;
}

.expandableRow .ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #f3f3f3;
}

.scrollFiller {
    border: 1px solid #434752;
}

.movingColumn {
    border: 1px solid #434752;
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.ui-grid-pager-control .first-bar {
    border-left: 2px solid #25282F;
}

.ui-grid-pager-control .first-triangle {
    border-color: transparent #25282F transparent transparent;
}

.ui-grid-pager-control .last-triangle {
    border-color: transparent transparent transparent #25282F;
}

.ui-grid-pager-control .last-bar {
    border-left: 2px solid #25282F;
}

.ui-grid-pager-control input {
   /* background-color: #353942; */
   background-color: #353942;
   color: #9099A0;
   border: none;
   text-align: center;
}

.ui-grid-pager-control button {
   /* background-color: #353942; */
   background-color: #353942;
   border: none
}

.ui-grid-pager-row-count-picker select {
   /* background-color: #353942; */
   background-color: #353942;
   border: none;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
    margin-right: 0px;
    margin-left: 0px;
    border-right: none;
    border-left: none;
    border-right-color: #aeaeae;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
    /* border-right: none; */
    /* border: 1px solid #434752; */

}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #d4d4d4;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #aeaeae;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child .ui-grid-vertical-bar {
    background-color: #aeaeae;
}

.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child {
    border-left-color: #aeaeae;
}

.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child {
    border-left-color: #aeaeae;
}

.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar {
    background-color: #d4d4d4;
}

.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #aeaeae;
}

.ui-grid-pinned-container.ui-grid-pinned-container-first .ui-grid-header-cell:first-child .ui-grid-vertical-bar {
    background-color: #aeaeae;
}

.ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
    border-right: 1px solid #d4d4d4;
}

.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.left {
    border-left: 1px solid #434752;
}

.ui-grid.column-resizing .ui-grid-resize-overlay {
    background-color: #aeaeae;
}

.ui-grid-row-saving .ui-grid-cell {
    color: #848484 !important;
}

.ui-grid-row-dirty .ui-grid-cell {
    color: #610b38;
}

.ui-grid-row-error .ui-grid-cell {
    color: #ff0000 !important;
}

.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
    background-color: #b0e0e6;
}

/*ui.jqgrid.css*/
.ui-jqgrid .ui-jqgrid-resize-mark {
    background-color: #777;
}

.ui-jqgrid .ui-separator {
    border-left: 1px solid #434752;
    border-right: 1px solid #434752;
}

.ui-jqgrid-titlebar {
    color: #999999;
    background-color: #F9F9F9;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.ui-widget-header {
    background-color: #F9F9F9;
}

.ui-jqgrid tr.ui-row-ltr td {
    border-color: #434752;
}

.ui-search-toolbar input[type="text"] {
    border: 1px solid #434752;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #F9F9F9;
    border: 1px solid #434752;
    color: #777777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #dadada;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #434752;
    background: #ffffff;
    color: #212121;
}




/*
  COLORS AFFECTED BY THEME SETTINGS
*************************************************************
*************************************************************
*************************************************************
*/

.propGrid {
    border-bottom: 2px solid #434752;
}


.w-dropdown {
   display: inline-block;
   position: relative;
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   z-index: 900;
}


.study-dropdown
{
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 15px;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none;
    border-radius: 3px;
    background-color: #252830;
    font-family: Montserrat, sans-serif;
    color: #8c96a5;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.15em;
}

.divider {
    height: 2px;
    margin: 10px 20px;
    background-color: #2f333d;
}

.ng-hide.ng-hide-animate {
    display: none !important;
}

.form-btn {
    cursor: pointer;
    display: block;
    width: auto;
    height: 45px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    padding: 12px 25px;
    float: left;
    border: 2px solid #8c96a5;
    border-radius: 3px;
    background-color: transparent;
    -webkit-transition: background-color 500ms cubic-bezier(.23, 1, .32, 1), box-shadow 500ms cubic-bezier(.23, 1, .32, 1);
    transition: background-color 500ms cubic-bezier(.23, 1, .32, 1), box-shadow 500ms cubic-bezier(.23, 1, .32, 1);
    font-family: Montserrat, sans-serif;
    color: #8c96a5;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    font-style: normal !important;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.modal-body {
    overflow-y: auto !important;
    padding: 10px 20px !important;
}

.modal-title {
    text-transform: uppercase;
}

.input-group-btn:last-child>.btn {
    margin-left: 25px;
}

.modal-header {
    border: 0px;
}


.modal-footer {
    border: 0px;
}

.modal-dialog {
    border-top: 5px solid #5ba2f3;
    /* min-width: 610px;
    width: 610px !important; */
}

.modal-content {
   /* background-color: #353942; */
   background-color: #353942;
   color: #9099A0;
   border-radius: 0px;
   border: 0px;
}

/* #515764 */
body {
   /* background-color: #515764; */
   background-color: #515764;
   font-family: Montserrat, sans-serif;
   font-size: 14px !important;
}


/*.ag-fresh .ag-overlay-loading-wrapper {
    background-color: rgba(90, 98, 108, 0) !important;
}*/

.btn-group > .dropdown-menu {
   /* background-color: #5A616B; */
    background-color: #151515;
    top: 84px;
    padding: 0px 0px 0px 0px;

}


button.toolbar-button {
   /* background-color: #5A616B; */
   background-color: #151515;
   border-radius: 7px !important;
   border: 1px;
   margin: 7px 5px;
}

.btn-group > .btn + .dropdown-toggle {
   background: transparent;
   /* background-color: #5A616B !important; */
   background-color: #151515;
   margin-left: 0px !important
}

.btn {
    color: #889098;
    border-radius: 3px !important;
    background-color: transparent;
}

.btn-default {
    border-color: #8E999F;
}

.btn-group,
.btn-group-vertical {
   /* background-color: #353942; */
   background-color: #353942;
}

.scroll-body {
   /* background-color: #353942; */
   background-color: #151515;
}

#searchButton {
    background-color: #252831;
    margin-right: 15px;
    height: 40px;
    text-align: center;
    vertical-align: center;
}



#clearButton {
    background-color: #444853;
    height: 40px;
    text-align: center;
    vertical-align: center;
}
   #clearButton:hover,
   #clearButton:focus,
   #clearButton:active,
   #searchButton:hover,
   #seacrhButton:focus,
   #seacrhButton:active {
      color: #9099A0 !important;
   }

#searchResultsSeries{
    /*overflow: auto !important;*/
    height: 50% !important;
    clear: both;
}

.input-container-first {
   min-width: 180px;
   min-height: 50px;
   display: inline-flex;
   /* background-color: #353942; */
   background-color: #353942;
   border: 3px solid #444853;
   text-align: center;
   color: #8E999F;
   text-transform: uppercase;
   font-size: 12px;
   margin-left: 30px;
   margin-top: 15px;
   margin-bottom: 15px;
}

.input-container {
   min-width: 180px;
   min-height: 50px;
   display: inline-flex;
   /* background-color: #353942; */
   background-color: #353942;
   border: 3px solid #444853;
   text-align: center;
   color: #8E999F;
   text-transform: uppercase;
   font-size: 12px;
   margin-left: 10px;
   margin-top: 15px;
   margin-bottom: 15px;
}

.search-row {
   /* background-color: #353942; */
   background-color: #353942;
}



.nav-tabs {
   border-bottom: 1px solid #444853;
   /* background-color: #5A616B; */
   background-color: #5A616B;
}

   .nav-tabs > li.active > a,
   .nav-tabs > li.active > a:hover,
   .nav-tabs > li.active > a:focus {
      /* background-color: #353942; */
      background-color: #353942;
      border-right: 0px;
      border-left: 0px;
      border-radius: 0px;
      padding-bottom: 0px;
      border-top: 2px solid #5ba2f3;
      width: auto;
      font-weight: 600;
      letter-spacing: 0px;
      height: 50px;
   }

   .nav-tabs > li > a {
      border-radius: 0px;
      /* background-color: #434852; */
      background-color: #434852;
      width: auto;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0px;
      text-transform: uppercase;
      height: 50px;
   }



.login-holder {
    width: 450px;
    height: auto;
    margin: auto !important;
    padding: 30px 40px;
    border-top: 5px solid #5ba2f3;
    /* background-color: #353942; */
    background-color: #353942;
    box-shadow: 0px 0px 13px 10px rgba(0, 0, 0, .05);
    -webkit-animation: example 1s ease-in-out;
    animation: example 1s ease-in-out;

    animation-name: ShadowMove;
    animation-duration: 1s;
    animation-delay: 1.0s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    
}

.text-field {
    height: 45px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
    border-style: none;
    border-radius: 3px;
    /* background-color: #252830; */
    background-color: #252830;
    font-family: Montserrat, sans-serif;
    color: #9099A0;
    font-size: 17px;
    font-weight: 200;
    letter-spacing: 0.15em;
    width: 100%;
    caret-color: #5ba2f3;
}

.search-text-field {
   height: 50px;
   margin-top: 15px;
   margin-bottom: 15px;
   margin-left: 15px;
   padding-right: 20px;
   padding-left: 20px;
   border: 4px solid #444853;
   border-radius: 0px;
   /* background-color: #252830; */
   background-color: #252830;
   font-family: Montserrat, sans-serif;
   color: #9099A0;
   font-size: 17px;
   font-weight: 500;
   letter-spacing: 0.15em;
   width: auto
}

.first-search-text-field{
    margin-left: 15px !important;
}

.btn-toolbar {
    background-color: transparent;
}

.scroll-parent {
    color: #737780;
}

.scroll-parent-vertical {
    color: #676767;
}

.scroll-button {
   /* background-color: #353942; */
   background-color: #353942;
}

.scroll-button-vertical {
    background-color: #e2e2e2;
}

.scroll-button-left {
    border-right: 1px solid #676767;
}

.scroll-button-right {
    border-left: 1px solid #676767;
}

.scroll-button-up {
    border-bottom: 1px solid #676767;
}

.scroll-button-down {
    border-top: 1px solid #676767;
}

.scroll-button:hover {
    background-color: #676767;
}

.scroll-button:active {
   box-shadow: #676767 1px 1px 10px 0px inset;
   /* background-color: #353942; */
   background-color: #353942;
}

.scroll-button.scroll-button-disabled:hover {
   color: #737780;
   /* background-color: #353942; */
   background-color: #353942;
}


.ag-fresh .ag-root {
   /* border: 1px solid #252830 !important; */
   border: 1px solid #252830 !important;
}

.ag-fresh .ag-cell-no-focus {
    border: 1px solid #353942 !important;
    color: #9099A0 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    font-weight: 200 !important;
    letter-spacing: 0.1em !important;
}

.ag-fresh .ag-cell-focus {
   border: 1px solid rgb(54, 191, 255);
   color: #9099A0 !important;
   font-size: 12px !important;
   line-height: 20px !important;
   font-weight: 200 !important;
   letter-spacing: 0.1em !important;
}

.ag-fresh .ag-row-selected {
    background-color: #b0e0e6;
}

.ag-fresh .ag-cell-first-right-pinned {
    border-left: 1px dotted #333;
    ;
}

.ag-fresh .ag-header {
    background: -webkit-linear-gradient(#fff, #d3d3d3);
    background: -moz-linear-gradient(#fff, #d3d3d3);
    background: -o-linear-gradient(#fff, #d3d3d3);
    background: -ms-linear-gradient(#fff, #d3d3d3);
    background: linear-gradient(#fff, #d3d3d3);
    border-bottom: 0px solid #333 !important;
}

.ag-fresh .ag-no-scrolls .ag-header-container {
    background: -webkit-linear-gradient(#fff, #d3d3d3);
    background: -moz-linear-gradient(#fff, #d3d3d3);
    background: -o-linear-gradient(#fff, #d3d3d3);
    background: -ms-linear-gradient(#fff, #d3d3d3);
    background: linear-gradient(#fff, #d3d3d3);
    border-bottom: 1px solid #333;
}

.ag-fresh .ag-header-cell {
    border-right: 2px solid #333 !important;
    border-left: 2px solid #333 !important;
}

.ag-fresh .ag-header-cell-moving {
    background-color: #bebebe;
}

.ag-fresh .ag-header-cell-moving-clone {
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    background-color: rgba(220, 220, 220, 0.8);
}

.ag-fresh .ag-header-group-cell {
   border-right: 1px solid #252830 !important;
   border-right: 1px solid #252830 !important;
}

.ag-header-group-cell-label {
   line-height: 15px;
   font-size: 15px;
   color: #5b616b;
   font-weight: 600;
   letter-spacing: 0.1em;
   text-transform: uppercase;
   /* background-color: #252830; */
   background-color: #252830;
   /* border-color: #252830 */
   border-color: #252830;
}

.ag-header-cell-label {
   line-height: 15px;
   font-size: 15px;
   color: #9099A0;
   font-weight: 600;
   letter-spacing: 0.1em;
   text-transform: uppercase;
   /* background-color: #353942; */
   background-color: #353942;
   /* border-color: #353942; */
   border-color: #353942;
}

.ag-header-row {
   /* background-color: #353942; */
   background-color: #353942;
   /* border-color: #353942; */
   border-color: #353942;
}

.ag-fresh .ag-header-group-cell-with-group {
   /* border-bottom: 1px solid #353942 !important; */
   border-bottom: 1px solid #353942 !important;
}

.ag-fresh .ag-pinned-right-header {
    border-left: 1px solid #808080;
}

.ag-fresh .ag-header-cell-menu-button:hover {
    border: 1px solid #000;
}

.ag-fresh .ag-header-icon {
    color: #800000;
}

.ag-body-viewport {
   /* background-color: #252830; */
   background-color: #252830;
   overflow-x: hidden !important;
}


#HPProtocolDefinitionSequence .ag-body-viewport{
    overflow-x: auto !important;
}
#HPImageSetSelector .ag-body-viewport{
    overflow-x: auto !important;
}
#HPTimeBasedImageSets .ag-body-viewport{
    overflow-x: auto !important;
}

#DSFilterOperations .ag-body-viewport{
    overflow-x: auto !important;
}


#HPProtocolDefinitionSequence .ag-header-viewport {
   /* background-color: #353942 */
   background-color: #353942;
}
#HPImageSetSelector .ag-header-viewport {
   /* background-color: #353942 */
   background-color: #353942;
}
#HPTimeBasedImageSets .ag-header-viewport {
   /* background-color: #353942 */
   background-color: #353942;
}
#DSFilterOperations .ag-header-viewport {
   /* background-color: #353942 */
   background-color: #353942;
}

.ag-row {
   /* background-color: #252830 !important; */
   background-color: #252830 !important;
}

.ag-fresh .ag-body .ag-row-odd {}

.ag-fresh .ag-body .ag-row-even {}

.ag-fresh .ag-floating-top .ag-row {}

.ag-fresh .ag-floating-bottom .ag-row {}

/*.ag-fresh .ag-overlay-loading-wrapper {
    background-color: rgba(255, 255, 255, 0.5);
}*/

/*.ag-fresh .ag-overlay-loading-center {
    visibility: hidden;
}*/

.ag-fresh .ag-overlay-no-rows-center {
    background-color: #fff;
    border: 1px solid #a9a9a9;
}

.ag-fresh .ag-body {
   /* background-color: #252830 !important; */
   background-color: #252830 !important;
}

.ag-fresh .ag-group-cell-entire-row {
    background-color: #aaa;
}

.ag-fresh .ag-footer-cell-entire-row {
    background-color: #aaa;
}

.ag-fresh .ag-filter-header-container {
    border-bottom: 1px solid #d3d3d3;
}

.ag-fresh .ag-filter-header-container {
    border-bottom: 1px solid #d3d3d3;
}

.ag-fresh .ag-filter-apply-panel {
    border-top: 1px solid #d3d3d3;
}

.ag-fresh .ag-filter {
    border: 1px solid #000;
    background-color: #f0f0f0;
}

.ag-fresh .ag-filter-apply-panel {
    border-top: 1px solid #d3d3d3;
}

.ag-fresh .ag-drop-target-above {
    border-top: 5px solid #a9a9a9;
}

.ag-fresh .ag-drop-target-below {
    border-bottom: 5px solid #a9a9a9;
}

.ag-fresh .ag-dragging {
    border: 1px dotted #a9a9a9;
}

.ag-fresh .ag-list-item-selected {
    color: #f0f0f0;
}

.ag-fresh .ag-list-item-not-selected {
    color: #a0a0a0;
}

.ag-fresh .ag-tool-panel-container {
    background-color: #eee;
    border: 1px solid #a9a9a9;
}

.ag-fresh .ag-list-selection {
    background-color: #fff;
    border: 1px solid #a9a9a9;
}

.ag-fresh .ag-popup-list .ag-list-item:hover {
    background-color: #add8e6;
}

/*random webflow styles*/
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px;
}

.w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em;
}

.w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%;
}

.w-dropdown-list.w--open {
    display: block;
}

.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222;
}

.w-dropdown-link.w--current {
    color: #0082f3;
}

.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block;
}

.w-nav[data-collapse="all"] .w-dropdown-list {
    position: static;
}

@media screen and (max-width: 991px) {

    .w-nav[data-collapse="medium"] .w-dropdown,
    .w-nav[data-collapse="medium"] .w-dropdown-toggle {
        display: block;
    }

    .w-nav[data-collapse="medium"] .w-dropdown-list {
        position: static;
    }
}

@media screen and (max-width: 767px) {

    .w-nav[data-collapse="small"] .w-dropdown,
    .w-nav[data-collapse="small"] .w-dropdown-toggle {
        display: block;
    }

    .w-nav[data-collapse="small"] .w-dropdown-list {
        position: static;
    }

    .w-nav-brand {
        padding-left: 10px;
    }
}

@media screen and (max-width: 479px) {

    .w-nav[data-collapse="tiny"] .w-dropdown,
    .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
        display: block;
    }

    .w-nav[data-collapse="tiny"] .w-dropdown-list {
        position: static;
    }
}


.dropdown-link-1 {
   border-bottom: 2px solid #3f444f;
   /* color: #252830; */
   color: #252830;
   font-weight: 600;
   letter-spacing: 0.05em;
}

.dropdown-link-1:hover {
    background-color: #5b616b;
}

.cine-controls {
    border: none;
    background-color: transparent;

}



.cine-input-group {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    background-color: blue;
}

.cine-input {
    background-color: rebeccapurple;
    width: 45%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.cine-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px !important;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cine-dropdown {
   position: relative;
   display: inline-block;
   width: 205px;
   height: 45px;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 0px 15px;
   float: right;
   -webkit-box-flex: 0;
   -webkit-flex: 0 auto;
   -ms-flex: 0 auto;
   flex: 0 auto;
   border-style: none;
   border-radius: 3px;
   /* background-color: #252830; */
   background-color: #252830;
   font-family: Montserrat, sans-serif;
   color: #8c96a5;
   font-size: 13px;
   line-height: 20px;
   font-weight: 600;
   letter-spacing: 0.15em;
}

.generic-button{
    height: 40px;
    cursor: pointer;
    display: block;
    width: auto;
    float: left;
    border: 2px solid #8c96a5;
    border-radius: 3px;
    background-color: transparent;
    -webkit-transition: background-color 500ms cubic-bezier(.23, 1, .32, 1), box-shadow 500ms cubic-bezier(.23, 1, .32, 1);
    transition: background-color 500ms cubic-bezier(.23, 1, .32, 1), box-shadow 500ms cubic-bezier(.23, 1, .32, 1);
    font-family: Montserrat, sans-serif;
    color: #8c96a5;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    font-style: normal !important;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.hover-item:hover {
   background-color: #53728E;
}

.help-button {
   width: 75%;
   height: 32px;
   background-image: url('../images/help.svg');
   background-position: 50% 50%;
   background-size: 100%;
   background-repeat: no-repeat;
}

.okta-button {
   width: 100%;
   height: 50px;
   background-image: url('../images/okta.svg');
   background-position: 50% 50%;
   background-size: 100%;
   background-repeat: no-repeat;
}

.shibboleth-button {
   width: 100%;
   height: 50px;
   background-image: url('../images/shibboleth.svg');
   background-position: 50% 50%;
   background-size: 100%;
   background-repeat: no-repeat;
}

.save-button:focus {
    background-color:white;
}

.save-button {
    width: 40px;
    height: 40px;
    background-image: url('../images/save.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}


.plus-button{
    width: 40px;
    height: 40px;
    background-image: url('../images/plus.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.copy-button{
    width: 40px;
    height: 40px;
    background-image: url('../images/copy.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.delete-button{
    width: 40px;
    height: 40px;
    background-image: url('../images/delete.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.menu-button{
    width: 40px;
    height: 40px;
    background-image: url('../images/menu.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.minus-button{
    width: 45px;
    height: 45px;
    background-image: url('../images/minus.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom:0;
}

.pen-button{
    width: 40px;
    height: 40px;
    background-image: url('../images/pen.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.reset-button{
    width: 40px;
    height: 40px;
    background-image: url('../images/reset.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.tags-button{
    width: 40px;
    height: 40px;
    background-image: url('../images/tags.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.merge-button{
    width: 40px;
    height: 40px;
    background-image: url('../images/merge.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.first-frame {
    width: 40px;
    height: 40px;
    background-image: url('../images/FirstFrameButton.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.previous-frame {
    width: 40px;
    height: 40px;
    background-image: url('../images/PreviousFrameButton.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.stop {
    width: 40px;
    height: 40px;
    background-image: url('../images/StopButton.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.play {
    width: 40px;
    height: 40px;
    background-image: url('../images/PlayButton.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.next-frame {
    width: 40px;
    height: 40px;
    background-image: url('../images/NextFrameButton.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.last-frame {
    width: 40px;
    height: 40px;
    background-image: url('../images/LastFrameButton.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-username {
    height: var(--login-controler-height);
    height: 55px;
    margin: 20px 0px;
}


#password {
    height: var(--login-controler-height);
    height: 55px;
    margin: 20px 0px;
}

/*
  COLORS AFFECTED BY THEME SETTINGS
*************************************************************
*************************************************************
*************************************************************
*/


.well {
   background-image: none;
   border-radius: 0px !important;
   border: 4px solid #444853;
   margin-left: 15px !important;
   background-color: #353942 !important;
   color: #9099A0 !important;
   margin-right: 15px;
}

.well-sm {
   border-radius: 0px !important;
}

.pacsQueryRow {
   background-color: #353942;
}

.form-control {
   display: inline-block;
   position: relative;
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   z-index: 900;
   position: relative;
   display: block;
   width: 100%;
   height: 45px;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 0px 15px;
   float: none;
   -webkit-box-flex: 0;
   -webkit-flex: 0 auto;
   -ms-flex: 0 auto;
   flex: 0 auto;
   border-style: none;
   border-radius: 3px;
   /* background-color: #252830; */
   background-color: #252830;
   font-family: Montserrat, sans-serif;
   color: #8c96a5;
   font-size: 13px;
   line-height: 20px;
   font-weight: 600;
   letter-spacing: 0.15em;
}

.tab-content > .active {
   background-color: #353942;
}

#ltTabWrapper > div > btn-group{
   margin-left: 50px;
}

.userQueueControlGroup{
   margin-left: 20px;
}

.userQueueButton{
   margin-right: 10px;
   margin-bottom: 10px;
   margin-top 10px;
}

.list-group-item {
   position: relative;
   display: block;
   padding: 10px 15px;
   margin-bottom: -1px;
   background-color: #515764;
   border: 1px solid #8c96a5;
}

a.list-group-item {
   color: #8c96a5;
}

.panel {
   color: #8c96a5;
   background-color: #515764;
   border-radius: 0px !important;
}

.panel-default {
   border-color: #353942;
}

   .panel-default > .panel-heading {
      color: #8c96a5;
      background-color: #252830;
      border-color: #353942;
      background-image: none !important;
   }
