/* Login Page styling */
.login_img {
    width: auto;
}
.login_button {
    color: white;
    position: relative;
    cursor: pointer;
    background-color: #00aa65;
    border: solid 1px #00aa65;
}
.login_button:hover {
    background-color: #008550;
    border-color: #008550;
}

.extlogin_wide_button {
    color: white;
    background-color: #8241aa;
    text-indent: 25px;
}

.extlogin_wide_button:hover {
    background-color: #6100A5;
    background-color: var(--primary-color, #6100A5);
}
/* Status Hub css */
.shFooter {
    font-size: 8pt;
    padding: 10px 0px;
    vertical-align: middle;
    text-align: center;
    border: none;
    position: relative;
    color: black;
    margin: 0px;
}
.shFooter td {
    padding: 5px 20px;
    width: 50%;
    text-align: left;
}
.shFooter a:link, .shFooter a:visited {
    text-decoration: underline;
    color: black;
}
#stackName {
    display: inline;
    font-weight: bold;
}
.pad-left {
    padding-left: 25px;
}
.mobile-alert-icon {
    background: url(Images/mobile-alert-icon.png) 100% 0 no-repeat;
    background-position: 20px 3px;
}
.right-border {
    border: 0px;
    border-right: 1px;
    border-style: solid;
}
/* MYOB Schedule */
.shSchedule {
    padding: 0px;
    vertical-align: initial;
    text-align: left;
    border: none;
    position: absolute;
    width: 600px;
    bottom: 0px;
    color: white;
    background-color: rgb(46,62,79);
    overflow: hidden;
    border-radius: 5px;
    z-index: 1000;
    height: 45px;
    margin: auto;
}
.shSchedule p {
    display:block;
    float:left;
    padding-left: 5px;
    padding-top: 2px;
}
.shSchedule .statusIcon {
    background: url(Images/scheduled-maintence-icon.png) 100% 0 no-repeat;
    height: 25px;
    width: 40px;
    display: block;
    margin-top: 11px;
    margin-right: 7px;
}
.statusReminder, .statusReminder a {
    color: #58a24c;
    font-weight: bold;
}
.statusReminder a {
    text-decoration: underline;
}
.endSchedule {
    clear:both;
    height:1px;
}
.shSchedule .close {
    float: right;
    padding-right: 22px;
    cursor: pointer;
}
span#statusTitle {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 144px;
    float: left;
}
.logoImg {
    width: auto;
    margin-left: 10px;
}

/* Set Field Service Module header CSS to purple*/
.x-panel-header-default,
.x-tool-tool-el,
.x-tab-bar-default,
.x-window-header-default-top,
.x-panel-header {
    background-color: var(--primary-color, #8241AA) !important;
}
