﻿html
{
    font-size: 14px !important;
}


paper-button > pm-required-indicator
{
    bottom: 0;
    position: absolute;
    right: 0;
}

/*For this to work, the parent element needs to be position:relative in its style*/
.absoluteCenterPosition {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.accountIconNavBar
{
    align-items: center;
    background-color: var(--navbar-colour-level1);
    border: 1px solid var(--navbar-colour-level1);
    border-radius: 50%;
    color: var(--navbar-text-colour-level4);
    display: flex;
    font-size: 10px;
    height: 100%;
    height: 26px;
    justify-content: center;
    width: 100%;
    width: 26px;
}

.accountIcon
{
    align-items: center;
    background-color: var(--navbar-colour-level1);
    border: 1px solid var(--navbar-colour-level1);
    border-radius: 50%;
    color: var(--navbar-text-colour-level4);
    display: flex;
    font-size: 20px;
    height: 100%;
    height: 50px;
    justify-content: center;
    width: 100%;
    width: 50px;
}

.eyeIconPosition {
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 0
}

.backgroundColourGreenO40
{
    background-color: rgba(0, 255, 0, 0.4);
}

.backgroundColourRedO40
{
    background-color: rgba(255, 0, 0, 0.4);
}

.backgroundColourOrangeO40
{
    background-color: rgba(255, 125, 0, 0.4);
}

.btn-override-warning
{
    background-color: #F9A723;
    color: #FFFFFF;
}

.centerContainer
{
    left: 0;
    margin: auto;
    right: 0
}

.centerText
{
    text-align: center;
}

.clipPathPowerBI
{
    clip-path: inset(0px 0px 37px 0px);
}

.closed
{
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.closedAlt
{
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.removeBulletpoints
{
    padding: 0px;
    list-style-type: none
}

.removeBulletpoints li
{
    padding: 5px 20px;
}

.reduceIndentation20
{
    padding-left:20px;
}

.colourGreen
{
    color: #00FF00;
}

.colourDarkerGreen {
    color: #00b300;
}

.colourOrange
{
    color: #ff8630;
}

.colourRed
{
    color: #FF0000;
}

.colourYellow
{
    color: #FFFF00;
}

.defaultIndicator
{
    -webkit-box-shadow: 0px 4px 2px -2px #ffff00;
    -moz-box-shadow: 0px 4px 2px -2px #ffff00;
    box-shadow: 0px 4px 2px -2px #ffff00;
}

.disabledButton
{
    background-color: #eaeaea !important;
    color: #a8a8a8 !important;
}

.disableField
{
    background-color: #BBBBBB;
    color: #444444;
    font-weight: 800;
}

.DropDown
{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.errorColor {
    color: #E81313;
}

.fillHAppDrawer
{
    height: calc(100vh - 40px);
    margin-right: 10px;
    z-index: var(--z-index-above-widget);
}

.fillH10W100
{
    height: 10%;
    width: 100%;
}

.fillH25W100
{
    height: 25%;
    width: 100%;
}

.fillH33W100
{
    height: 33%;
    width: 100%;
}

.fillH50W100
{
    height: 50%;
    width: 100%;
}

.fillH66W100
{
    height: 66%;
    width: 100%;
}

.fillH75W100
{
    height: 75%;
    width: 100%;
}

.fillH80W100
{
    height: 80%;
    width: 100%;
}

.fillH85W100
{
    height: 85%;
    width: 100%;
}

.fillH90W100
{
    height: 90%;
    width: 100%;
}

.fillH25
{
    height: 25%;
}

.fillH30
{
    height: 30%;
}

.fillH50
{
    height: 50%;
}

.fillH55
{
    height: 55%;
}

.fillH60
{
    height: 60%;
}

.fillH70
{
    height: 70%;
}

.fillH80
{
    height: 80%;
}

.fillH85
{
    height: 85%;
}

.fillH90
{
    height: 90%;
}

.fillH99
{
    height: 99%;
}

.fillH100
{
    height: 100%;
}

.fillH100W25
{
    height: 100%;
    width: 25%;
}

.fillH100W50
{
    height: 100%;
    width: 50%;
}

.fillH100W75
{
    height: 100%;
    width: 75%;
}

.fillH100W85
{
    height: 100%;
    width: 85%;
}

.fillH100W90
{
    height: 100%;
    width: 90%;
}

.fillH100W99
{
    height: 100%;
    width: 99%;
}

.fillH100W100
{
    height: 100%;
    width: 100%;
}

.fillH150px
{
    height: 150px;
    max-height: 150px !important;
    min-height: 150px !important;
}

.fillH100-Level1
{
    height: calc(100% - var(--heading-height-level1));
}

.fillH180px
{
    height: 180px;
    max-height: 180px !important;
    min-height: 180px !important;
}

.fillTabContent
{
    height: calc(100% - 48px); /* Tab height: 48px */
    width: 100%;
}

.fillW5
{
    width: 5%;
}

.fillW25
{
    width: 25%;
}

.fillW30
{
    width: 30%;
}

.fillW33
{
    width: 33%;
}

.fillW35
{
    width: 35%;
}

.fillW40
{
    width: 40%;
}

.fillW50
{
    width: 50%;
}

.fillW65
{
    width: 65%;
}

.fillW80
{
    width: 80%;
}

.fillW85
{
    width: 85%;
}

.fillW90
{
    width: 90%;
}

.fillW95
{
    width: 95%;
}

.fillW98
{
    width: 98%;
}

.fillW100
{
    width: 100%;
}

.fillWAuto
{
    width: auto;
}

.fontW700
{
    font-weight: 700;
}

.hideField
{
    display: none !important;
}

.hideOverflow
{
    overflow: hidden;
}

.iconImage
{
    height: 25px;
    margin: 10px;
    width: 25px;
}

.infoColor {
    color: #635DFF;
}

.lastElementCog
{
    float: right;
    height: 35px;
    width: 35px;
}

.justifyContentEnd{
    justify-content:flex-end;
}

.leftText
{
    text-align: left;
}

.listContent
{
    height: calc(100% - 85px);
}

.listContentMultiHeader
{
    height: calc(100% - 90px);
}

.lookClickable
{
    cursor: pointer;
}

.marginB5px {
    margin-bottom: 5px;
}

.marginB10px {
    margin-bottom: 10px;
}

.marginB20px {
    margin-bottom: 20px;
}


.marginB30px
{
    margin-bottom: 30px;
}

.marginBN15px {
    margin-bottom: -15px;
}

.marginL4px
{
    margin-left: 4px;
}

.marginL10px
{
    margin-left: 10px;
}

.marginL20px
{
    margin-left: 20px;
}

.marginL80px
{
    margin-left: 80px;
}

.marginTN1px
{
    margin-top: -1px;
}

.marginTN2px
{
    margin-top: -2px;
}

.marginT5px
{
    margin-top: 5px;
}

.marginTN20px {
    margin-top: -20px;
}

.marginT25px
{
    margin-top: 25px;
}

.marginTN28px
{
    margin-top: -28px;
}

.marginR5px
{
    margin-right: 5px;
}

.minH25px
{
    min-height: 25px;
}

.minH50px
{
    min-height: 50px;
}

.minHUnset
{
    min-height: unset !important;
}

.minW50px
{
    min-width: 50px;
    word-break: normal;
}

.noMargin
{
    margin: 0px !important;
}

/* Chrome, Safari, Edge, Opera */
.no-spin-buttons::-webkit-outer-spin-button,
.no-spin-buttons::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.no-spin-buttons {
    -moz-appearance: textfield;
}


.notificationIcon
{
    display: inline-block;
    width: 15px;
}

.noWrap
{
    white-space: nowrap;
}

.opened
{
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.openedAlt
{
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.polymerFullContentArea
{
    height: 100% !important;
    padding: 0px !important;
    width: 100% !important;
}

.positionAbsolute
{
    position: absolute;
}

.positionFixed
{
    position: fixed;
}

.removeBulletpoints
{
    padding: 0px;
    list-style-type: none
}

    .removeBulletpoints li
    {
        padding: 5px 20px;
    }

.requiredWithDefault
{
    -webkit-box-shadow: inset 0px -4px 2px -2px #ff8630;
    -moz-box-shadow: inset 0px -4px 2px -2px #ff8630;
    box-shadow: inset 0px -4px 2px -2px #ff8630;
}

.requiredWithNoDefault
{
    -webkit-box-shadow: inset 0px -4px 2px -2px #ff0000;
    -moz-box-shadow: inset 0px -4px 2px -2px #ff0000;
    box-shadow: inset 0px -4px 2px -2px #ff0000;
}

.requiredWithNoDefaultRight
{
    -webkit-box-shadow: inset -5px -5px 2px -2px #ff0000;
    -moz-box-shadow: inset -5px -5px 2px -2px #ff0000;
    box-shadow: inset -5px -5px 2px -2px #ff0000;
}

.rightText
{
    text-align: right;
}

.selectedItem
{
    background-color: var(--heading-colour-level3);
    color: var(--heading-text-colour-level3);
    font-weight: 800;
}

.separator
{
    border-color: rgba(20, 0, 200, 0.1);
    border-style: solid;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 90%;
}

.separatorLevel1
{
    border-color: white;
    border-style: solid;
    border-width: 1px;
    margin: 0px;
    width: 90%;
}

.showPasswordIcon
{
    padding-right: 25px;
    cursor: pointer;
}

.sideMenu
{
    background-color: white;
    box-shadow: 0px 0px 5px #251e1e;
    max-width: 33%;
    min-width: 33%;
}

.sideMenuFull
{
    background-color: white;
    box-shadow: 0px 0px 5px #251e1e;
}

.truncateNotificationList
{
    max-width: 30vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.unseen
{
    color: var(--heading-text-colour-level1);
}

.warningColor {
    color: #FEBF47;
}

.whiteBackground {
    background-color: white !important;
}

.whitespacePreLine
{
    white-space: pre-line;
}

.whitespacePreWrap
{
    white-space: pre-wrap;
}

.whiteText
{
    color: white !important;
}

.zeroMagin
{
    margin: 0;
}

input[type="radio"]
{
    margin-top: 3px;
    vertical-align: top;
}

paper-button
{
    text-transform: none;
}

.paper-dialog-border{
  border-radius:3px;
}

.paper-dialog-yes-button {
    height: 30px;
    float: right;
}

.paper-dialog-no-button {
    height: 30px;
    float: right;
}
.paper-dialog-ok-button{
    
    background-color: var(--navbar-colour-level1);
    color: var(--navbar-text-colour-level1);
    height:30px;
}

.paper-dialog-cancel-button {
    background-color: var(--navbar-colour-level1);
    color: var(--navbar-text-colour-level1);
    height: 30px;
    float: right;
}

paper-tabs
{
    /*background-color: var(--heading-colour-level1) !important;*/
    margin-left: -52px;
    /*margin-right: -52px;*/
}

    paper-tabs paper-tab
    {
        background-color: transparent !important;
        border-left: none !important;
        border-top: none !important;
        border-right: none !important;
        border-bottom: none !important;
        padding: 2px 10px 2px 6px;
        font-size: 1em;
        font-weight: 300;
        line-height: 34px;
        color: #555555;
        text-decoration: none;
        margin-top: 4px;
    }

        paper-tabs paper-tab.iron-selected
        {
            font-weight: 400;
            color: #222222;
        }

        paper-tabs paper-tab:hover
        {
            background-color: var(--heading-colour-level3) !important;
        }

        paper-tabs paper-tab:after
        {
            content: "";
            background-color: rgba(20, 0, 200, 0.1);
            bottom: 5%;
            height: 90%;
            position: absolute;
            right: 1px;
            width: 1px;
        }

paper-tooltip div
{
    font-size: 14px !important;
}

/* Spacers */
.bottomMarginSpacer5px
{
    margin-bottom: 5px;
}

.bottomMarginSpacer10px
{
    margin-bottom: 10px;
}

.bottomMarginSpacerOverride5px {
    margin-bottom: 5px !important;
}

.bottomSpacer5px
{
    padding-bottom: 5px;
}

.childLevelSpacer
{
    padding: 5px;
}

.groupLevelSpacer
{
    padding: 10px;
}

.sideMarginLeftSpacer1px
{
    margin-left: 1px;
}

.sideMarginRightSpacer1px
{
    margin-right: 1px;
}

.sideSpacer5px
{
    padding: 0px 5px !important;
}

.paddingLeft5px {
    padding-left: 5px;
}

.paddingLeft25px
{
    padding-left: 25px;
}

.paddingRight5px
{
    padding-right: 5px;
}

.paddingRight10px {
    padding-right: 10px;
}

.paddingRight15px
{
    padding-right: 15px;
}

.paddingTopNone
{
    padding-top: 0;
}

.paddingBottomNone
{
    padding-bottom: 0;
}

.paddingAll5px
{
    padding: 5px;
}

.paddingAll10px
{
    padding: 10px;
}

.paddingAll30px {
    padding: 30px;
}

.marginTop0px {
    margin-top: 0px;
}

.marginTop5px
{
    margin-top: 5px;
}

.marginTop10px {
    margin-top: 10px;
}

.marginTop20px {
    margin-top: 20px;
}

.marginTop30px {
    margin-top: 20px;
}

.marginTop40px {
    margin-top: 20px;
}

.marginRight5px
{
    margin-right: 5px;
}

.marginRight20px
{
    margin-right: 20px;
}

.marginRight30px
{
    margin-right: 30px;
}

.marginLeft5px
{
    margin-left: 5px;
}

.marginLeft15px
{
    margin-left: 15px;
}

.marginRight15px
{
    margin-right: 15px;
}

.marginTop200px
{
    margin-top: 200px;
}

.marginSides10px{
    margin-left:10px;
    margin-right:10px;
}

.marginSides0px {
    margin-left: 0px;
    margin-right: 0px;
}


.paddingAll5px
{
    padding: 5px;
}

.zeroPadding
{
    padding: 0 !important;
}

.importantNote
{
    color: darkred;
    margin: 5px;
    padding: 5px;
}

.importantNoteLight
{
    color: red;
    font-style: normal;
}

.importantNoteEdged
{
    background-color: rgba(255, 0, 0, 0.2);
    border-radius: 25px;
    font-style: normal;
    padding-left: 25px;
}

.marginL50px
{
    margin-left: 50px;
}

.successColor {
    color: #00BA00;
}

.topMarginSpacer5px
{
    margin-top: 5px;
}

.transparentText
{
    font-weight: bold;
    opacity: 0.4;
}

#deskWidgetMain
{
    margin-top: 8px;
}

#versionDialog
{
    z-index: 104 !important;
}