<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">﻿/************* HTML Element Styles ************/
input[type=text], input[type=password], input[type=file], textarea
{
    height: 24px;
    font-size: 0.875em;
    color: #747474;
    -moz-box-shadow: inset 0 4px 2px #e4e4e4;
    -webkit-box-shadow: inset 0 4px 2px #e4e4e4;
    box-shadow: inset 0 4px 2px #e4e4e4;
    border: 1px solid #ccc;
    padding-left: 4px;
}

::-webkit-input-placeholder
{
    color: #E5E5E5;
}

input:-moz-placeholder
{
    color: #E5E5E5;
}

/*************** Base Elements *******************/
.field-label
{
    margin-bottom: 5px;
}
.field-input
{
    margin-bottom: 5px;
}

.header
{
    padding: 1em 1em 1.3em 1em;
    background: #333333;
    margin: 0;
    display: block;
    vertical-align: baseline;
}

.right
{
    float: right;
}
.left
{
    float: left;
}

/* main section of site - used to render body (between header and footer) */
.contentContainer
{
    min-width: 1280px !important;
    max-width: 1280px !important;
    margin: 20px auto 45px auto;
}

.container
{
    min-width: 1280px !important;
    max-width: 1280px !important;
    margin: 0 auto;
}

.mainContainer, .containerSection
{
    width: 100%;
    margin: 0;
    padding: 0;
}

input.button
{
    font-size: 0.875em;
    font-weight: bold;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    padding: 0.8em 1.714em;
    *width: 75px;
    border-style: solid;
    border-width: 1px;
}

.ui-autocomplete-category
{
    font-weight: 700;
    line-height: 1.5;
    padding: .2em .4em;
}

.ui-autocomplete-input
{
    height: 24px;
    font-size: 0.875em;
    color: #747474;
    -moz-box-shadow: inset 0 4px 2px #e4e4e4;
    -webkit-box-shadow: inset 0 4px 2px #e4e4e4;
    box-shadow: inset 0 4px 2px #e4e4e4;
    border: 1px solid #ccc;
    padding-left: 4px;
}

input.button
{
    color: #fff;
}

input.button.wide
{
    width: 165px;
}

input.button.green
{
    background-color: #99cc00;
    border-color: #92C100;
}

input.button.green:hover
{
    background-color: #92C100;
    border-color: #9c0;
}

input.button.blue:hover
{
    background-color: #0076EC;
    border-color: #3399ff;
}

input.button.blue
{
    background-color: #3399ff;
    border-color: #0076EC;
}

input.button.blue:hover
{
    background-color: #0076EC;
    border-color: #3399ff;
}

input.button.grey {
    background-color: #999999;
    border-color: #777777;
}

input.button.grey:hover {
    background-color: #777777;
    border-color: #999999;
}

input.button.transparent
{
    background-color: transparent;
    border-color: transparent;
    color: #666;
}

input.button.transparent:hover
{
    background-color: transparent;
    -moz-box-shadow: 0 0 5px 1px #666;
    -webkit-box-shadow: 0 0 5px 1px #666;
    box-shadow: 0 0 5px 1px #666;
}

input.button.nobutton
{
    font-size: 12px;
    background-color: transparent;
    border-color: transparent;
    color: #333;
}

input.button.nobutton:hover
{
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    text-shadow: 1px 1px 5px #ccc0cc;
}

.form-nav
{
    background: #f5f5f5;
    overflow: hidden;
    font-size: 0.875em;
    padding: 0.929em;
    text-align: right;
}
.form-nav ul
{
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}
.form-nav ul li
{
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.form-nav ul .cancel
{
    font-size: 0.857em;
    color: #333;
}
.form-nav ul li
{
    margin-left: 0.5em;
}

/**************** NavigationMenuDropdown ****************/

.navigation_parent
{
    width: 110px;
    cursor: pointer;
    z-index: 2000;
}

/* UE-195 fix problem of length for the username */
ul.navigation-parent-horizontal {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: auto !important;
    padding-top: 0.875em !important;
}

    ul.navigation-parent-horizontal li.navigation-child-horizontal {
        float: left;
    }

        ul.navigation-parent-horizontal li.navigation-child-horizontal a.navigation-username {
            text-align: right;
            display: block;
        }
/* UE-195 */

.navigation_menu {
    display: none;
    width: 110px;
    background-color: #302f2f !important;
    border-bottom: 1px solid #1c1c1c;
    border-left: 1px solid #1c1c1c;
    border-right: 1px solid #1c1c1c;
    margin-top: 2px;
}

.navigation_menu li
{
    background-color: #302f2f !important;
    -moz-box-orient: vertical !important;
    display: block !important;
    overflow: visible !important;
}

.navigation_menu li a
{
    padding: 10px;
    display: block;
}

.navigation_menu li a:hover
{
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
}

.form_navigation_menu
{
    display: none;
    min-width: 200px;
    max-width: 300px;
    background-color: #E9E9E9 !important;
    border-bottom: 1px solid #F5F5F5;
    border-left: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    position: absolute;
    z-index: 2000;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    max-height: 300px;
    overflow-y: auto;
    
}

.form_navigation_menu li
{
    background-color: #E9E9E9 !important;
    -moz-box-orient: vertical !important;
    display: block !important;
}

.form_navigation_menu li a
{
    padding: 10px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.form_navigation_menu li a:hover
{
    padding: 10px;
    font-weight: 100;
    cursor: pointer;
    background-color: #F5F5F5 !important;
}

/******************** Utility ******************/

.testLink
{
    color: #3399FF !important;
}

.testLink:hover
{
   cursor: pointer;
}

.hidden
{
    visibility: hidden;
}

.shown
{
    visibility: visible;
}

.gone
{
    visibility: hidden;
    display: none;
}

.here
{
    visibility: visible;
    display: inherit;
}

.bold
{
    font-weight: bold;
}

.clearFix
{
    clear: both;
}

/*************** Nav ****************/
#logo_big
{
    position: relative;
    width: 163px;
    margin: 30px auto 0 auto;
    *visibility: hidden;
}

#logo
{
    background: url('/Content/images/vertifylogo.svg') no-repeat !important;
    width: 192px;
    height: 75px;
    margin: -30px 0 0 0;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-right: 2.25em;
    *visibility: hidden;
}

#logo a
{
    display: block;
    text-indent: -999em;
    overflow: hidden;
}

#main-nav, #secondary-nav
{
    margin: 0;
    padding: 0;
    border: 0;
    /*overflow: hidden;*/
    position: relative;
    float: left;
    font-size: 0.875em;
    padding-top: 0.375em;
}
#main-nav li, #secondary-nav li
{
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
}

#main-nav a, #secondary-nav a
{
    color: #ccc;
}

#main-nav a.active, #secondary-nav a.active
{
    color: #fff;
}

#main-nav li
{
    margin-right: 2.25em;
    font-weight: bold;
}

#secondary-nav
{
    float: right;
    font-size: 0.75em;
    padding-top: 0.416666667em;
}

#secondary-nav li
{
    margin-left: 0.75em;
}

#nav-account &gt; a
{
    background: url(../Content/images/account-dropdown.png) no-repeat 100% 50%;
    padding-right: 1em;
}

#home #nav-home a, #workspaces #nav-workspaces a
{
    color: #fff;
}

/***************** Subnav *********************/
#subnav-bar
{
    position: relative;
    background: #f5f5f5;
    font-size: 0.75em;
    font-weight: bold;
    padding: 0 1em;
    height: 50px;
}
#subnav-bar ul
{
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    line-height: 2.875em;
    position: absolute;
}
#subnav-bar ul li
{
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}
#subnav-bar ul li
{
    line-height: 2.875em;
    padding-top: 0.8125em;
    padding-bottom: 1.375em;
}
#subnav-bar ul li a
{
    padding-top: 0.166666667em;
    padding-bottom: 0.166666667em;
    color: #333333;
}
#subnav-bar ul li.active
{
    background: url(../Content/images/subnav-active.png) no-repeat 50% 100%;
}
#subnav-bar ul li.has-sub span
{
    background: url(../Content/images/dropdown-blue.png) no-repeat 100% 50%;
    padding-right: 1em;
}

/* Subnav icons */
#sub-dashboard a
{
    background: url(../Content/images/icon-dashboard.png) no-repeat 0 50%;
    padding-left: 25px;
}

#sub-groups a
{
    background: url(../Content/images/icon-groups.png) no-repeat 0 50%;
    padding-left: 40px;
}

#sub-users a
{
    background: url(../Content/images/icon-user.png) no-repeat 0 50%;
    padding-left: 27px;
}

#sub-list a
{
    background: url(../Content/images/icon-list.png) no-repeat 0 50%;
    padding-left: 27px;
}

#sub-workspaces a
{
    background: url(../Content/images/icon-list.png) no-repeat 0 50%;
    padding-left: 27px;
}

#sub-environments a
{
    background: url(../Content/images/icon-define.png) no-repeat 0 50%;
    padding-left: 27px;
}

#sub-agents a
{
    background: url(../Content/images/icon-archive.png) no-repeat 0 50%;
    padding-left: 27px;
}

#sub-define a
{
    background: url(../Content/images/icon-define.png) no-repeat 0 50%;
    padding-left: 27px;
}

#sub-manage a
{
    background: url(../Content/images/icon-manage.png) no-repeat 0 50%;
    padding-left: 27px;
}

/********** Title bar ****************/
#title-bar
{
    background: #f5f5f5;
    padding: 0.813em;
    overflow: hidden;
}
#title-bar h2
{
    font-size: 1.4375em;
    font-weight: normal;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    margin: -0.565em 0 -0.565em -0.565em;
    float: left;
    color: #333;
    padding: 1em;
}

#title-bar a
{
    padding: 0.8em .2em;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    font-size:13px;
    margin-top:5px;
}

#title-bar h2 a
{
    font-size:23px;
}

#title-bar label
{
    cursor: pointer;
}

#title-bar h2 a
{
    color: #333;
    display: block;
    padding: 1em;
    padding-right: 1.875em;
    margin: -1em 0 -1em -1em;
    background: #e9e9e9 url(../Content/images/icon-dropdown-lg.png) no-repeat 95% 50%;
}
#title-bar a.edit
{
    margin-left: 1em;
    line-height: 3.583em;
    font-size: 0.75em;
    position: relative;
    top: 0.25em;
    float: left;
}

#title-bar input.edit
{
    margin-left: 1em;
    line-height: 3.583em;
    font-size: 0.75em;
    position: relative;
    top: 0.25em;
    float: left;
}

/********** Progress Bars *********************/

.progressbarContainer
{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 4px;
    width: 100%;
}

.progressbar
{
    background: #999;
    font-size: 0.857em;
    color: #fff;
    flex-grow: 1;
    height: 25px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.progressbarFill
{
    position: relative;
    width: 0;
    height: 25px;
    background-color: #99cc00;
    border-right: 1px solid #FFFFB3;
}

#progressbarStatus
{
    background: url(../Content/images/animated-Progress.gif) no-repeat 0 50%;
    position: absolute;
    top: 4px;
    left: 5px;
    right: 5px;
    white-space: nowrap;
    font-weight: bold;
    line-height: 1.5em;
    padding-left: 24px;
    color: #fff;
    font-size: .9em;
}

#progressbarPercent
{
    position: absolute;
    top: 5px;
    *left: 5px;
    right: 5px;
    white-space: nowrap;
    line-height: 1.5em;
    *padding-left: 15px;
    color: #fff;
    *margin-left: 70px;
    font-weight: normal;
    font-size: .8em;
}

.progressStatusContainer
{
    position: static;
    height: 25px;
    width: 210px;
    background-color: transparent;
    margin-top: -16px;
}

.outsideStatus
{
    margin-right: 20px;
    padding-top: 5px;
    width: 100%;
}

.progressbarContainer .cancelTask
{
    height: 20px;
    width: 20px;
    background-image: url(../Content/images/icon-remove-sm.png); 
    background-repeat: no-repeat;
   /* position: absolute;
    right: 2px;
    top: 5px;*/
}


/******************** Footer ******************/

.footer
{
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
    width: 100%;
    height: 22px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000;
    margin: 0;
    padding: 0;
}

.footerText
{
    color: #99999e;
    float: right;
    margin-right: 15px;
    margin-top: 5px;
    font-size: 13px;
}

/************ Secondary Navigation *************/

#step-indicator
{
    font-size: 0.875em;
    font-weight: bold;
    background: #f5f5f5;
}
#step-indicator ul
{
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    overflow: visible;
}
#step-indicator ul li
{
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
#step-indicator ul li
{
    padding-bottom: 11px;
    margin-bottom: -11px;
}
#step-indicator ul li span
{
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    padding: 1em 2.286em 1em 2.286em;
    color: #666;
}
#step-indicator ul li.active
{
    background: url(../Content/images/step-current.png) no-repeat 50% 100%;
}
#step-indicator ul li.active span
{
    background: #e0e0e0;
    color: #333;
}
#step-indicator ul li.complete span
{
    background: url(../Content/images/icon-checkmark.png) no-repeat 0.357em 50%%;
}

/******************** Login Page ******************/
.loginContainer 
{
    width: 750px;
    position: relative;
    height: 300px;
    -moz-box-shadow: 0 0 2px #888;
    -webkit-box-shadow: 0 0 2px #888;
    box-shadow: 0 0 6px #888;
    margin: 200px auto 0;
}

.loginContent_Left
{
    width: 325px;
    height: 100%;
    float: left;
    display: inline-block;
    position: relative;
    background-color: #333;
}

.new-loginContent_Left {
    width: 325px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    background-color: var(--primary);
}

.new-loginContent_Left &gt; img {
    width: 290px;
}

.loginContainer .loginContent_Left {
    background: url('/Content/images/vertifylogo.svg') no-repeat !important;
    background-position: 0px 60px !important;
}

.loginContent_Right
{
    width: 400px;
    height: 100%;
    float: right;
    display: inline-block;
    position: relative;
    background-color: #f5f5f5;
}

.login_right_row
{
    position: relative;
    margin: 10px 0 0 20px;
}

/* [ENG-370] New class to auto align login button to the right*/
.login_row_button_right {
    margin: 10px 0 0 20px;
    width: 315px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.login_right_row .button
{
    width: 50px;
    float: right;
    margin-right: 60px;
}

    .login_right_row .security {
        float: right;
        margin-right: 60px;
        color: #3399ff;
        height: 15px;
        font-size: 7pt;
        background: url(../Content/images/icon-lock-black.png) no-repeat 0 50%;
        padding-left: 20px;
    }

.login_right_top_row
{
    position: relative;
    margin: 40px 0 0 20px;
}

.login_right_top_row .loginInnerContainer
{
    margin-bottom: 5px;
    color: #666;
}

.login_right_row .loginInnerContainer
{
    margin-bottom: 5px;
    padding-top: 8px;
    color: #666;
}

.login_errors
{    
    display:none;    
}

/** Begin UE-30 css */
.loginContent_Right {
    padding-left: 25px;
}

.login_right_row .security {
    color: #999999;
    padding-top: 10px;
    margin-top: 5px;
    padding-left: 15px;
}

.login_right_row .ddcommon {
    width: auto !important;
}

    .login_right_row .ddcommon .ddTitle {
        width: auto;
    }

        .login_right_row .ddcommon .ddTitle .ddTitleText {
            display: inline-block;
            padding-right: 35px;
        }

.login_right_row.bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 5px;
}

.login_right_row .forgot_password_link {
    float: right;
    margin-right: 60px;
    font-size: 0.875em;
}

    .login_right_row .forgot_password_link .button_link {
        cursor: pointer;
        width: 165px;
        background-color: #f5f5f5;
        border: none;
        color: var(--secondary);
        text-align: center;
    }

.login_right_row .label_message {
    margin: 40px 60px 40px 0;
}
/** Finish UE-30 css */

/*********** Systems Pages ********************/
#new-system table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0px;
    width: 90%;
    border: 0;
}

#new-system div.left
{
    position: relative;
    float: left;
    width: 50%;
}

#new-system div.right
{
    position: relative;
    float: right;
    width: 50%;
}

#new-system table col.left
{
    width: 308px;
}
#new-system table td
{
    vertical-align: top;
    padding-bottom: 0.714em;
}
#new-system .current
{
    margin-left: 1.429em;
    line-height: 2.857em;
}
#new-system input[type="text"]
{
    display: block;
    width: 97%;
    padding: 0;
    font-size: 0.875em;
}
#new-system select
{
    vertical-align: middle;
}
#new-system table label
{
    background: #f5f5f5;
    padding: 0.714em;
    display: block;
    margin-right: 0.714em;
    color: #333;
    width: 90%;
}
#new-system .hint
{
    color: #ccc;
    font-size: 0.857em;
}

/********** Form Errors ********************/
#user-errors-container
{
    margin: 10px 0;
}

#user-errors
{
    background: #ffefe5;
    overflow: hidden;
    display: none;
}

#user-errors .left
{
    position: relative;
    float: left;
    width: 30%;
}

#user-errors .right
{
    position: relative;
    float: right;
    width: 70%;
}

#user-errors h3
{
    background: url(../Content/images/icon-alert-orange.png) no-repeat 0 1.087em;
    font-size: 1.438em;
    font-weight: normal;
    color: #ff6600;
    padding: 1em 0 1em 1.174em;
    margin-left: 0.435em;
}
#user-errors ul
{
    font-size: 0.75em;
    padding: 1.917em;
    color: #ff6600;
}

/****** Schedule *********/
.find-record #tabs
{
    margin-top:15px;
}

.find-record .full-width
{
    width: 100%;
}

.find-record .display-none
{
    display:none;
}

.find-record .visibility-hidden
{
    visibility:hidden
}

.find-record .keys-to-match
{
    margin-bottom:15px;
}

.find-record .padding-right
{
    padding-right:10px;
}

.find-record .modal-container
{
    width: 99%; 
    position: relative; 
    overflow: hidden;
}

.find-record .modal-container .validation-summary-errors
{
    margin: 10px;
}

.find-record .modal-container .column
{
    width: 47%;
    height:300px;
    margin:10px;
}

.find-record .modal-container .column.border-left
{
    border-left: 1px solid #aaaaaa;
    padding-left:1%;
}

.find-record .modal-container .column .title
{
    width: 100%;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.find-record #edit-link a 
{
    padding:5px;
}

.find-record .submit {
    margin-top:0;
}

.find-record #tabs.ui-tabs .ui-tabs-nav li.float-right a
{
    padding: 0 !important;
}

.find-record #tabs.ui-tabs .ui-tabs-nav li.float-right a span
{
    margin-top:-2px;
    background-color:#b92c28 !important;
    color:white !important;
}

.float-right
{
    position:relative;
    float:right !important;
}

.table-padding tr td
{
    vertical-align:top;
    padding:5px 5px 3px 5px;
}

.find-record .number-circle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: auto;
    height: 16px;
    padding:2px 6px 4px 6px;
    margin:-2px 0 -2px 4px;
    background: #5178D0;
    border: 1px solid #5178D0;
    color: white;
    text-align: center;
}

.find-record table  tr:nth-child(odd) { 
      background-color: #f5f5f5;  
 }

/****** edit error record *********/
.error-record-header {
    font-size: 20px;
    font-weight: 900;
}

    .error-record-header .title-link {
        line-height: 34px;
    }

        .error-record-header .title-link .title {
            float: left;
            text-align: right;
            width: 290px;
        }

        .error-record-header .title-link .link {
            margin: 0 10px;
        }

            .error-record-header .title-link .link span a {
                min-width: 148px;
            }

            .error-record-header .title-link .link a:hover {
                color: #0076EC;
                border-color: #3399ff;
            }

#sourceForm input:not([type=submit]), #targetForm input:not([type=submit]) {
    height: 19px;
}

    #sourceForm input:not([type=submit]):not([readonly=true]),
    #targetForm input:not([type=submit]):not([readonly=true]) {
        color: black;
    }

#errorRecord {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

#sourceRecord .record-data, #targetRecord .record-data, #editRecordDialog .record-data {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 370px;
}
.record-data .row {
    position: relative;
    width: 100%;
    display: inline-block;
    font-weight: 700;
}

    .record-data .row .label {
        width: 50%;
        float: left;
        border-right: 1px dotted black;
        padding-top: 5px;
        overflow-x: hidden;
        min-height: 20px;
        word-wrap: break-word;
        overflow: hidden;
    }

    .record-data .row .edit-data {
        width: 48%;
        float: right;
        min-height: 20px;
    }

    .record-data .row .display-data {
        width: 48%;
        float: right;
        min-height: 20px;
        padding-top: 5px;
        padding-left: 8px;
    }

.failed-message {
    color: red;
}

.success-message {
    color: green;
}

.key-column {
    width: 16px;
}

.margin-top {
    margin-top: 8px;
}

.margin-bottom {
    margin-bottom: 8px;
}

.loginContainer .loginContent_Left {
    background: url('/Content/themes/tno.muvdata.com/images/vertifylogo.svg') no-repeat !important;
    background-position: 0px 60px !important;
}

.loginContainer {
    background-color: #006595 !important;
}

.loginContainer #logo_big {
    margin-top: 188px;
    #background: url('/Content/images/Powered-By-MUV_white.png') no-repeat !important;
    width: 150px !important;
    height: 25px !important;
}

.loginContainer #logo_big img {
    display: none !important;
}

.header {
    background-color: #006595 !important;
}

#logo {
    background: url('/Content/themes/tno.muvdata.com/images/vertifytitle.png') no-repeat !important;
    width: 192px !important;
    height: 75px !important;
    margin-top: -30px;
}

#main-nav, #secondary-nav {
    padding-top: 0.875em !important;
}

.header {
    height: 1.8em;
}


.footerText {
    visibility: hidden !important;
}

    .footerText::after {
        visibility: visible;
        content: '                                 Powered By Vertify           © ' attr(data-date) ' Vertify, Inc.   |    All Rights Reserved.';
    }


/** UE-107 changes **/

.grid-actions input[type=checkbox] {
    margin-right: 6% !important;
}

.progressbar {
    margin-right: 0;
    width: 290px;
}

#progressbarPercent{
    text-align: left;
}

/** Finish **/

/*** Status Pill and Move markup ***/
.status-pill {
    background: #FFF;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 1em 0;
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
}

.status-pill-success {
    background: #99CC00;
    border-radius: 5px 0 0 5px;
    color: #FFF;
    font-size: 12px;
    padding: 1em 0;
    width: 50%;
    min-width: 20%;
}

.status-pill-success.noerror {
    border-radius: 5px;
    width: 100% !important;
}

.status-pill-failed {
    background: #FF6600;
    border-radius: 0 5px 5px 0;
    color: #FFF;
    font-size: 12px;
    padding: 1em 0;
    text-align: center;
    width: 50%;
    min-width: 20%;
}

.status-pill-failed.noerror {
    display:none;
}
/*** Finish for Pill and Move markup ***/

#nav-revOptics {
    position: relative;
}

#nav-revOptics a {
    padding: 20px 0;
}

#nav-revOptics:hover &gt; .revOptics-menu {
    display: block;
}

.revOptics-menu {
    position: absolute;
    top: 24px;
    left: 0;
    background: #FFF;
    z-index: 2000;
    border: 1px solid #CCC;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    display: none;
}

    .revOptics-menu:hover {
        display: block;
    }

ul.revOptics-menu li {
    display: block !important;
    padding: 8px 0;
    margin-right: 0 !important;
    min-width: 200px;
}

ul.revOptics-menu li:first-child {
    padding-top: 12px;
}

ul.revOptics-menu li:last-child {
    padding-bottom: 12px;
}


.revOptics-menu li a {
    color: #333333 !important;
    padding: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.revOptics-menu li:hover {
    cursor: pointer;
    background: rgba(0,0,0,.10);
    color: rgba(0,0,0,.95);
}

/* UE-65 changes */
.download-loginparameter {
    font-size: 12px;
    background-color: transparent;
    border-color: transparent;
    color: #3399ff;
    font-weight: bold;
}

.download-readme {
    font-size: 12px;
    background-color: transparent;
    border-color: transparent;
    color: blue;
    font-weight: bold;
}

.helpcenter-readme {
    font-size: 12px;
    background-color: transparent;
    border-color: transparent;
    color: darkgreen;
    font-weight: bold;
}
.doc-links-div {
    margin-top:10px;
}
/* Finish */
</pre></body></html>