body {
    font-size: .75em;
    font-family: 'Roboto';
    color: #000000 /*#232323*/;
    margin: 0;
    padding: 0;
    /*background-color: #00659f;*/
    line-height: 1.5;
}

/*
    this wrapper around the resman platform to ensure that box sizing remains as content box because it is overridden by vuetify styles
*/
#Platform *,
::before,
::after {
    box-sizing: content-box;
}
#NotificationsHub *,
::before,
::after {
    box-sizing: content-box;
}
#Platform textarea {
    border: 1px solid #b3b0a9;
    padding: 3px;
    margin: 1px 0 1px 0;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    height: 20px;
    font-size: 1.11em;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.content {
    overflow:visible !important;
}

/*
    this is the default for checkboxes but vuetify overrides margins on initial load. this just add specifity to the checkbox's in resman to
    ensure they are properly spaced
*/
input[type="checkbox"] {
    margin: 3px 3px 3px 4px;
}

.ui-widget textarea {
    border: 1px solid #b3b0a9;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    background: rgb(255, 255, 255);
    -webkit-appearance: auto;
    color: black;
    border-color: rgb(59, 59, 59);
    border-width: 1px;
    border-style: solid;
}

.ui-dialog {
    box-sizing: content-box;
}

textarea {
    box-sizing: content-box;
}

header,
footer,
nav,
section {
    display: block;
}

a, span.link {
    color: #0073A4 /*#00659f*/;
    text-decoration: none !important;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

tr {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    border-collapse: collapse;
    border-spacing: 0;
    padding: .2em .4em .2em .4em;
    /*word-wrap: break-word;*/
    /*line-height: 1.4;*/
}

th {
    text-align: left;
    font-weight: bold;
    padding: .2em .4em .2em .4em;
    /*line-height: 1.4;*/
}

.no-padding td {
    padding-top: 0;
    padding-bottom: 0;
}

.no-padding-top {
    padding-top: 0;
}


.styled-table {
    margin-bottom: 10px;
}

.header-table {
    margin-bottom: 0 !important;
}

.styled-table td {
    border-bottom: 1px #b3b0a9 solid;
}

.styled-table tr.no-bottom-border td {
    border-bottom: none;
}

.styled-table tfoot td {
    border-bottom: none;
}

.styled-table > tbody {
    border-left: 1px #b3b0a9 solid;
    border-right: 1px #b3b0a9 solid;
}

.styled-table thead tr {
    background-color: #77777a;
    color: #fff;
}

.styled-table thead .help-tip {
    color: #fff;
}

.styled-table thead {
    border: 1px solid #77777a;
}

.styled-table th span {
    position: relative;
    top: 1px;
    height: 12px;
    width: 12px;
}

.styled-table caption {
    text-align: left;
    color: #444;
    font-size: 1.1em;
    font-weight: bold;
    padding-left: .2em;
}

.styled-table.line-items input {
    margin: 0;
}

.styled-table.line-items caption {
    margin-left: 25px;
}

    .styled-table.line-items caption.no-margin {
        margin-left: 0;
    }

.styled-table.line-items tbody {
    border-right: none;
    border-left: none;
}

    .styled-table.line-items tbody td {
        background-color: #fff;
    }

.styled-table.line-items tfoot td {
    border: none;
}

.styled-table.line-items tr.line-item input {
    border: none;
}

.styled-table.line-items tr.line-item td:not(.padded), .styled-table.line-items tfoot tr td:not(.padded) {
    padding: 0;
    margin: 0;
}

.styled-table.line-items .li-left-button-col span {
    margin: 4px 0 0 4px;
    display: none;
}

.styled-table.line-items .li-left-button-col {
    width: 16px;
    background-color: #fff;
    border: 1px solid #fff;
    border-right: none;
    background-color: #fff !important;
}

.styled-table.line-items .li-right-button-col {
    width: 16px;
    background-color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    background-color: #fff !important;
}

    .styled-table.line-items .li-right-button-col span {
        margin: 4px 0 0 4px;
        display: none;
    }

.styled-table.line-items td.li-right-border-col {
    border-right: 1px solid #b3b0a9;
}

.styled-table.line-items th.li-right-border-col {
    border-right: 1px solid #006f9f;
}

.styled-table.line-items td.li-left-border-col {
    border-left: 1px solid #b3b0a9;
}

.styled-table.line-items th.li-left-border-col {
    border-left: 1px solid #006f9f;
}

.styled-table.line-items.extra-padding tbody td, .styled-table.line-items.extra-padding tfoot td {
    padding: .4em;
}

.styled-table.line-items td.extra-padding {
    padding: .4em !important;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/*input:not([type]), */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    border: 1px solid #b3b0a9;
    padding: 3px;
    margin: 1px 0 1px 0;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    height: 20px;
    font-size: 1.11em;
}

    input.longer,
    textarea.longer {
        width: 500px;
        border: 1px solid #b3b0a9;
    }

    input.long,
    textarea.long {
        width: 300px;
        border: 1px solid #b3b0a9;
    }

    /*like long but minus the width of the drop down button so that including the length of the dropdown button the overall width 
        will be equivalent to that of long which looks better when near another input that is the size of long*/
    input.long2,
    textarea.long2 {
        width: 281px;
        border: 1px solid #b3b0a9;
    }

    input.medium2,
    textarea.medium2 {
        width: 210px;
        border: 1px solid #b3b0a9;
    }

    input.medium,
    textarea.medium {
        width: 200px;
        border: 1px solid #b3b0a9;
    }

    input.short3,
    textarea.short3 {
        width: 180px;
        border: 1px solid #b3b0a9;
    }

    input.short2,
    textarea.short2 {
        width: 160px;
        border: 1px solid #b3b0a9;
    }

    input.short,
    textarea.short {
        width: 100px;
        border: 1px solid #b3b0a9;
    }

    input.shorter,
    textarea.shorter {
        width: 80px;
        border: 1px solid #b3b0a9;
    }

    input.tiny,
    textarea.tiny {
        width: 50px;
        border: 1px solid #b3b0a9;
    }

    input.super-tiny,
    textarea.super-tiny,
    select.super-tiny {
        width: 20px;
        border: 1px solid #b3b0a9;
    }

select.make-multiselect + button.ui-multiselect {
    width: 150px !important;
}

select.make-multiselect.long + button.ui-multiselect {
    width: 300px !important;
}

select.make-multiselect.medium + button.ui-multiselect {
    width: 200px !important;
}

select.make-multiselect.short + button.ui-multiselect {
    width: 100px !important;
}

input.label-textbox {
    border: 0px;
    background-color: #fff !important;
}

    input.label-textbox:focus {
        outline: none;
    }

input.number, input.number-int, input.number-neg, input.number-percent, input.decimal {
    text-align: right;
}

.placeholder {
    color: #aaa;
    font-style: italic;
}

input.multiline-checkbox {
    float: left;
    display: block;
}

input.date-range {
    width: 155px;
    color: #0073A4;
}

input.date-range-large {
    width: 190px;
}

.link-color {
    color: #0073A4;
}
.padding-5 {
    padding: 5px;
}

span.combobox-wrapper {
    display: inline-block;
    padding: 0;
    margin: 0;
}

span.combobox {
    display: inline-block;
    border: 1px solid #B3B0A9;
    border-right: none;
    background: #fff;
    padding: 0;
    margin: 0;
}

    span.combobox input {
        border: none;
        outline: none;
        padding: 2px 2px 2px 4px;
    }

span.combobox-wrapper button {
    /*background-image: url(images/shared/cmbbx-bkg.png);*/
    width: 20px;
    height: 28px;
    display: inline-block;
    /*border: none;*/
}

    span.combobox-wrapper button:hover {
        background-position: -20px 0px;
    }

    span.combobox-wrapper button:click {
        background-position: 0 -40px;
    }

span.combobox-wrapper button {
    margin: 0;
    padding: 0;
    width: 20px;
    height: 28px;
    /*border: 1px solid #3079ED;
    background-image: url(images/shared/button-bkg.png);url(themes/blue/images/ui-icons_00659f_256x240.png);*/
    /*background-position: -64px -16px;
    background-color: #fff;
    height: 16px;
    width: 16px;
    vertical-align: middle;*/
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error,
.custom-input-validation-error {
    /*border: 1px solid #ff0000 !important;*/
    /*background-color: #ffeeee;*/
    background-color: #FFC2C2;
}

.validation-summary-errors {
    color: #ff0000;
    margin: 1em;
    padding: .5em
}

    .validation-summary-errors ul {
        margin: .5em;
        font-size: .95em;
    }

    .validation-summary-errors.no-points ul {
        list-style-type: none;
        padding: 0;
    }

.validation-summary-valid {
    display: none;
}

.basic-dialog-hidden {
    display: none;
}

.loading {
    background: url(images/shared/ajax-loader.gif) no-repeat center;
    display: block;
    margin: auto;
    width: 220px;
    height: 20px;
}

/* jQuery UI css additions
-----------------------------------------------------------*/
.ui-state-default-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(themes/blue/images/ui-icons_eeeeee_256x240.png);
    background-repeat: no-repeat;
}

.ui-state-hover-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(themes/blue/images/ui-icons_ffffff_256x240.png);
    background-repeat: no-repeat;
}

.ui-state-active-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(themes/blue/images/ui-icons_62a7c2_256x240.png);
    background-repeat: no-repeat;
}

.ui-state-highlight-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(themes/blue/images/ui-icons_00659f_256x240.png);
    background-repeat: no-repeat;
}

.ui-state-error-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(themes/blue/images/ui-icons_cd0a0a_256x240.png);
    background-repeat: no-repeat;
}

.ui-state-inactive-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(themes/blue/images/ui-icons_808080_256x240.png);
    background-repeat: no-repeat;
}

.ui-state-blue-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(themes/dark-blue/images/ui-icons_104f84_256x240.png);
    background-repeat: no-repeat;
}

.ui-state-yellow-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(images/ui-icons/ui-icons_ffff00_256x240.png);
    background-repeat: no-repeat;
}

.ui-state-dark-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(themes/base/images/ui-icons_222222_256x240.png);
    background-repeat: no-repeat;
}

.ui-combo-button {
    width: 16px;
    position: relative;
    top: 1px;
    display: inline-block;
    background-image: url(themes/blue/images/ui-icons_eeeeee_256x240.png);
    background-repeat: no-repeat;
    background-position: -64px -16px;
}

.ui-combobox-li-button {
    border: none !important;
    background: none !important;
}

    .ui-combobox-li-button .ui-combo-button {
        width: 16px;
        position: relative;
        top: 1px;
        display: inline-block;
        background-image: url(themes/blue/images/ui-icons_808080_256x240.png);
        background-repeat: no-repeat;
        background-position: -64px -16px;
    }

.ui-icon-none {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: 256px 240px;
}

ul.categorized li.ui-menu-item a {
    padding-left: 10px;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    line-height: 1.5;
}

.ui-autocomplete-loading {
    background: url(images/shared/ajax-loader-circle.gif) right center no-repeat #fff;
}

.ui-autocomplete-loading-center {
    background: url(images/shared/ajax-loader-circle.gif) center center no-repeat #fff;
}

.ui-menu {
    z-index: 2000 !important;
}

.ui-datepicker {
    z-index: 2000 !important;
}

.ui-menu-item {
    display: block;
    font-size: 1em !important;
}

    .ui-menu-item a {
        color: #232323;
    }

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.ui-tabs.clean-tabs {
    padding: 0px;
    background: none;
    border-width: 0px;
}

    .ui-tabs.clean-tabs .ui-tabs-nav {
        padding-left: 0px;
        background: transparent;
        border-width: 0px 0px 1px 0px;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }

    .ui-tabs.clean-tabs .ui-tabs-panel {
        border-width: 0px 1px 1px 1px;
        padding: 1em;
    }

    .ui-tabs.clean-tabs .ui-tabs-nav li a {
        float: left;
        padding: .3em 1em;
        text-decoration: none;
    }

    .ui-tabs.clean-tabs .ui-widget-content a {
        color: #0073A4;
    }

.ui-tabs.left-tabs {
    position: relative;
    padding-left: 150px;
    border-width: 0px;
}

    .ui-tabs.left-tabs > .ui-tabs-nav {
        position: absolute;
        left: 0px;
        top: 1px;
        bottom: 0;
        width: 150px;
        padding: 0 0 0 0;
        background: transparent;
        border: 0;
    }

        .ui-tabs.left-tabs > .ui-tabs-nav li {
            right: 1px;
            width: 100%;
            border-bottom: 1px !important;
            -moz-border-radius: 2px 0px 0px 2px;
            -webkit-border-radius: 2px 0px 0px 2px;
            border-radius: 2px 0px 0px 2px;
            overflow: hidden;
        }

            .ui-tabs.left-tabs > .ui-tabs-nav li.ui-tabs-selected {
                border-right: 1px solid transparent;
                border-bottom: 1px solid #B3B0A9 !important;
            }

            .ui-tabs.left-tabs > .ui-tabs-nav li a {
                float: right;
                width: 100%;
                text-align: right;
            }

    .ui-tabs.left-tabs > .ui-tabs-panel {
        border-width: 1px 1px 1px 1px;
        padding: 1em;
    }
/*min-height: 497px; }*/
/*.ui-tabs.left-tabs > div { min-height: 35em; }*/

.hide-calendar {
    display: none !important;
}

#SettingsTabs .ui-corner-top {
    height: 27px;
}

#SettingsTabs > div[id*='ui-tabs-'] {
    padding-bottom: 35px;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
        margin-bottom: -25px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-state-highlight {
    background: #FBEF84 !important;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-content {
    overflow: auto;
    max-height: 600px;
}
/*
.ui-button { margin-left: -3px; }
.ui-button-icon-only .ui-button-text { padding: 0.25em; line-height: normal; } 
.ui-autocomplete-input { margin: 0; padding: 0.48em 0 0.47em 0.45em; }
*/

/* Helper styles
-----------------------------------------------------------*/
.pointer {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.red {
    color: Red;
}

.green {
    color: Green;
}

.gray {
    color: gray;
}

.middle {
    vertical-align: middle;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.hidden {
    display: none;
    visibility: hidden;
}

.collapse {
    visibility: collapse;
}

.light-text {
    color: #666;
}

.super-light-text {
    color: #ccc !important;
}

.top {
    vertical-align: top;
}

.top-label {
    vertical-align: top;
    padding-top: 8px;
}

.top-checkboxes-label {
    vertical-align: top;
    padding-top: 4px;
}

.bottom {
    vertical-align: bottom;
}

.clickable {
    cursor: pointer;
}

.shadow {
    -moz-box-shadow: 0 1px 10px #ccc;
    -webkit-box-shadow: 0 1px 10px #ccc;
    box-shadow: 0 1px 10px #ccc;
}

.dark-shadow {
    -moz-box-shadow: 0 1px 10px #222;
    -webkit-box-shadow: 0 1px 10px #222;
    box-shadow: 0 1px 10px #222;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-outline {
    outline: none;
}

.default-cursor {
    cursor: default !important;
}

.em {
    font-style: italic;
}

.clear-background {
    background-color: transparent !important;
}

.clear-left-margin {
    margin-left: 0px !important;
}

.no-z {
    z-index: 0 !important;
}

.strikeout {
    text-decoration: line-through;
}

.disabled-look {
    color: grey;
}

.nowrap {
    white-space: nowrap;
}

.reset-font-size {
    font-size: 1em !important;
}

.clear-min-height {
    min-height: 0 !important;
}

.oe, .oe-tip {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.no-border {
    border: none !important;
}

.top-border {
    border-top: 1px solid #232323;
}

table.fixed {
    table-layout: fixed;
}

.disabled-link {
    color: Gray;
    cursor: pointer;
}

/* Messages
----------------------------------------------------------*/
.message {
    padding: .5em;
    margin: 10px auto 10px auto;
    max-width: 910px;
}

.message-box {
    padding: .5em;
    margin: 10px auto 10px auto;
}


    .message-box span.ui-icon-info,
    .message span.ui-icon-info {
        float: left;
        margin-right: .5em;
        margin-top: 1px;
    }

    .message-box .close,
    .message .close {
        float: right;
        margin-top: 1px;
    }

        .message-box .close:hover,
        .message .close:hover {
            /* red colored icons */
            background-image: url(themes/blue/images/ui-icons_cd0a0a_256x240.png);
            /* circle close icon */
            background-position: -32px -192px;
        }


/* SignIn 
-----------------------------------------------------------*/

#SignInBody img {
    border: none;
}

#SignInBody {
    margin: 0px 50px;
}

#SignInHeader {
    padding: 15px 0px;
}

.sign-in-content {
    max-width: 1000px;
    margin: auto;
    height: 100%;
}


#SignInContentWrapper {
    position: absolute;
    top: 80px /*matches height of header*/;
    margin-bottom: 80px;
    bottom: 0px;
    min-height: 400px;
    left: 50px;
    right: 50px;
}

    #SignInContentWrapper .sign-in-content {
        border-bottom: 1px solid #0891c2;
        border-top: 1px solid #0891c2;
    }

#SignInContentTable {
    height: 100%;
    margin: auto;
}

#SignIn {
    padding: 10px;
}

    /*@media all and (max-width: 800px) {
    #AdCell { display: none; }
}*/
    #SignIn input[type=password], #SignIn input[type=text] {
        width: 250px;
    }



#SignInContentWrapper .main-hidden {
    display: none;
}

#SignInDialog .dialog-hidden {
    display: none;
}



#SignIn .form {
    padding: 10px;
}

#SignIn table {
    margin: auto;
}

#SignIn .label {
    padding-right: 10px;
    text-align: right;
}

#SignIn .input {
    /*width: 275px;*/
}


.validationSummary {
    height: 50px;
    text-align: center;
}

#SignIn div.validation-summary-errors {
    margin: auto 1em auto 1em;
    padding: 0em;
}

/*div.validation-summary-errors { padding: 20px 0 0 0; margin: 0; }*/
div.validation-summary-errors ul {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

div.validation-summary-errors li {
    list-style: none;
}

#SignIn .buttons {
    text-align: right;
    /*background-color:Gray;*/
    border-top: 1px solid #aaa;
    padding: 16px 16px;
}

#SignIn #CompanyNameRow td.input {
    padding: 6px;
}

#SignIn #ForgotLinks {
    font-size: .88em;
}

#SignIn .form p {
    text-align: center;
}

.required {
    color: Red;
}

#SignInMessage.image-left {
    float: right;
    padding-right: 565px;
}

#SignInMessage.image-right {
    float: left;
    padding-left: 565px;
}

#SignInMessage.image-bottom, #SignInMessage.image-top {
    margin-left: auto;
    margin-right: auto;
}


/* Editors
-----------------------------------------------------------*/

.date {
    width: 80px;
    text-align: right;
}

.pr-10 {
    padding-right: 10px;
}

/* JavaScript Not Enabled */
#JavaScriptNotEnabled {
    z-index: 1020;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0087C1;
}

    #JavaScriptNotEnabled h2 {
        font-size: 16px;
        text-align: center;
    }

    #JavaScriptNotEnabled h4 {
        font-size: 12px;
        text-align: center;
    }

    #JavaScriptNotEnabled #Message {
        width: 700px;
        background: #fff;
        margin: auto;
        margin-top: 100px;
        padding: 10px;
        border: 1px solid #d7d7d7;
    }

        #JavaScriptNotEnabled #Message img {
            float: left;
        }

    #JavaScriptNotEnabled #BrowserLinks {
        width: 370px;
        margin-left: auto;
        margin-top: 30px;
    }

    #JavaScriptNotEnabled a.browser {
        padding-top: 50px;
        float: left;
        margin-right: 20px;
        width: 50px;
        height: 75px;
        background: url(../../Content/images/errors/browser-icons.png);
        background-repeat: no-repeat;
        text-decoration: none;
        text-align: center;
        color: #232323;
        line-height: 12px;
    }

        #JavaScriptNotEnabled a.browser.firefox {
            background-position: -50px 0;
        }

        #JavaScriptNotEnabled a.browser.ie {
            background-position: -100px 0;
        }

        #JavaScriptNotEnabled a.browser.safari {
            background-position: -150px 0;
        }


/* Messages (qtip)
-----------------------------------------------------------*/
.ui-tooltip-message .qtip-content {
    background-color: #FFFFFF !important;
    border-color: #C0C0C0 !important;
    color: #232323 !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -mos-border-radius: 20px;
    padding: 10px;
}

#QtipContent .ui-icon-closethick {
    float: right;
}

.qtip {
    min-width: 40px;
}

.ui-doc-icon {
    background-image: url(images/documents/documents.png) !important;
    background-position: 0 -100px;
}

.ui-doc-icon-excel {
    background-position: 0px 0px;
}

.ui-doc-icon-pdf {
    background-position: 0px -24px;
}

.ui-doc-icon-word {
    background-position: 0px -48px;
}

.ui-doc-icon-folder {
    background-position: 0px -73px;
}

.ui-doc-icon-image {
    background-position: 0px -127px;
}

.ui-zoom-icon {
    background-image: url(images/zoom.png);
    width: 24px;
    height: 24px;
    display: inline-block;
}

.ui-zoom-icon-out {
    background-position: 0px 0px;
}

.ui-zoom-icon-in {
    background-position: 24px 0px;
}

/* Renew Password */
#RenewPasswordForm {
    overflow: hidden;
}

/* Reset Password */
#ResetPasswordForm {
    width: 360px;
    margin: auto;
}

    #ResetPasswordForm .buttons {
        float: right;
    }

#ResetPasswordFormWrapperOuter {
    height: 100%;
    position: relative;
}

#ResetPasswordFormWrapperInner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

#ResetPasswordForm h3.section-header {
    color: #444;
    padding: 0;
    margin: 10px 0 5px 0;
    border-bottom: 1px solid #666;
}

h4.section-header {
    color: #444;
    padding: 0;
    margin: 10px 0 5px 0;
    border-bottom: 1px solid #666;
}

div.section-header {
    color: #444;
    padding: 0;
    margin: 10px 0 5px 0;
    border-bottom: 1px solid #666;
}

.section-header h4 {
    display: inline;
}

.section-header p {
    margin-left: 10px;
    display: inline;
}

.betaToggle {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 24px;
    display: flex;
    justify-content: center;
}

    .betaToggle input {
        display: none;
    }

.betaSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    transition: 0.4s;
    border-radius: 34px;
    width:40px;
}

    .betaSlider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: #FFF;
        transition: 0.4s;
        border-radius: 50%;
    }

input:checked + .betaSlider {
    background-color: #060;
}

    input:checked + .betaSlider:before {
        transform: translateX(16px);
    }

#BetaUIToggle {
    background-color: #00a949 !important;
    border-radius: 4px;
    margin-left: 20px;
}

#BetaUIToggleLegacy {
    position: absolute;
    background-color: #00a949 !important;
    border-radius: 4px;
    margin-left: 20px;
    border: none;
    margin-top: 1px;
}

    #BetaUIToggleLegacy .ui-button-text {
        padding: 2px 4px 2px 4px;
    }

#BetaUIToggle .ui-button-text {
    padding: 2px 4px 2px 4px;
}

.icon-ml-auto {
    margin-left: 3px;
}

.notesTextArea {
    display: flex;
    align-items: center;
}

.transaction-category-type-disabled {
    background-color: #e7e7e7;
    opacity: 0.7;
    cursor: not-allowed;
}