﻿/******************************
  These styles are shared by
    ucHead.ascx,
    ucFoot.ascx,
    ucTimer.ascx,
    default.aspx,
    EIR.aspx,
    EIR_SPA.aspx,
    success.aspx,
*/

html, 
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #F3F3F4;
}

.ealert-form {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 30px 0 60px;
    font-size: 12.8px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

    .ealert-form .de-section p {
        font-size: 12.8px !important;
        font-family: Arial, Helvetica, sans-serif !important;
    }

    .main-container {
        box-sizing: border-box;
        margin: 30px auto;
        width: 980px;
        border: 1px solid #B5BDCB;
        border-radius: 4px;
        box-shadow: 2px 3px #DEDEE0;
        background-color: #FFFFFF;
        text-align: left;
    }

.page-title {
    font-size: 24px;
    font-weight: 400;
    overflow: hidden;
	text-overflow: ellipsis;
}

.primary-button {
    padding: 11px 15px;
    border: 1px solid #1F83FF;
    border-radius: 3px;
    font-size: 1em;
    background-color: #1F83FF;
    color: #FFFFFF;
    cursor: pointer;
}

.primary-button:hover {
    border-color: #1C4E97;
    background-color: #1C4E97;
}

/*** 
* Styles only for ucHead.ascx 
*/
.ealert-header {
    position: relative;
    margin: 0 auto;
    width: 980px;
}
/* tab view */
#eirForm .ealert-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.ealert-header .header-left {
	display: inline-block;
}
/* tab view */
#eirForm .header-left {
    box-sizing: border-box;
    width: 242px;
    height: 109px;
    padding: 30px;
    border-right: 2px solid #B5BDCB;
    background-color: #FFFFFF;
}

.ealert-header .header-right {
	display: inline-block;
}
.ealert-header .header-buttons {
    position: absolute;
    top: 20px;
    right: 0px;
}
.ealert-header .helplink {
    display: inline-block;   
    font-size: 14px;
	color: #1C4E97;
	text-decoration: none;
}
/* tab view */
#eirForm .header-right {
    float: right;
    width: calc(100% - 242px);
    height: 109px;
}
#eirForm .header-buttons {
    position: static;
    margin: 45px auto;
    max-width: 980px;
    width: 100%;
}
#eirForm .helplink {
    position: relative;
    left: 850px;
}

.ealert-header .helplink .k-icon {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    color: #1C4E97;
}

#logoutButton.helplink {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #1C4E97;
}

/*** 
* Styles only for ucFoot.ascx 
*/
.ealert-footer {
    box-sizing: border-box;
    margin: 0 auto;
    width: 980px;
    color: #3C495A;
    margin-top: 20px;
}
/* tab view */
#eirForm .ealert-footer {
    margin-bottom: 90px;
}

/*** 
* Styles only for ucTimer.ascx 
*/
.ealert-timer {
    z-index: 10;
    position: fixed;
    left: 0px;
    bottom: 20px;
    padding: 15px 20px;

    border-top: 1px solid #B5BDCB;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 2px 3px #DEDEE0;
    background-color: white;
    color: #3C495A;
}

.ealert-timer.collapsed {
    cursor: pointer;
}

.ealert-timer > span {
    display: inline-block;
}

.ealert-timer .timer-warning {
    display: none;
    position: absolute;
    top: 5px;
    left: 45px;
    width: 10px;
    height: 10px;
    background-color: #ed1e32;
    border-radius: 50%;
}

.ealert-timer.collapsed .timer-warning {
    display: inline-block;
}

.ealert-timer .timer-warning.hidden {
    display: none !important;
}

.ealert-timer .k-icon {
    font-size: 24px;
    font-weight: bold;
}

.ealert-timer .timer-details {
    margin-left: 4px;
}

.ealert-timer.collapsed .timer-details {
    display: none;
}

.ealert-timer .timer-duration,
.ealert-timer .timer-unit {   
    font-size: 14px;
    font-weight: bold;
}

.ealert-timer .timer-text {
    margin-right: 4px;
    font-size: 14px;
}

.ealert-timer .timer-hide {
    font-size: 15px;
    color: #0000EE;
    text-decoration: underline;
    cursor: pointer;
}

.ealert-timer + #timeoutDialog {
    display: none;
}

#timeoutDialog {
    font-size: 12.8px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

#timeoutDialog .timeout-title {
    font-size: 16px;
    font-weight: bold;
}

#timeoutDialog .timeout-message {
    margin: 30px 0;
    font-size: 12.8px;
    line-height: 1.5;
}

#timeoutDialog .dialog-buttons {
    text-align: right;
}

#timeoutDialog .primary-button {
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
}

/*** 
* Styles only for default.aspx 
*/
#pDivision .welcome-area {
    padding: 60px 220px;
    background-image: url("../images/bg-ealert-welcome.png");
    background-position: center;
    background-size: cover;
}

#welcomeTitle {
    font-size: 20px;
    font-weight: 400;
}

#welcomeMessage {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.4;
    color: #3C495A;
}

#pDivision .list-area {
    padding: 40px 220px 60px;
    background-color: #F5FCFF;
}

#timeoutMessage {
    line-height: 1.5;
}

#timeoutMessage .timeout-unit {
    font-weight: bold;
}

ul.applications-list {
    padding: 0px;
    list-style-type: none;
}

ul.applications-list > li {
    display: inline-block;
    width: 250px;
    height: 80px;
    margin-top: 20px;
    border: 1px solid #1C4E97;
    border-radius: 4px;
    color: #1C4E97;
}

ul.applications-list > li:hover {
    background-color: #1C4E97;
    color: #FFFFFF;
}

ul.applications-list > li:nth-child(odd) {
    margin-right: 30px;
}

ul.applications-list > li > a {
    display: block;
    position: relative;
    height: 100%;
    text-decoration: none;
    font-size: 15px;
    color: inherit;
}

ul.applications-list > li > a > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 80%;
    max-height: 85%;
    overflow: hidden;
    text-align: center;
}

#pError {
    padding: 80px 220px;
}

#errorTitle {
    font-size: 20px;
    font-weight: 400;
}

#errorContent {
    margin: 30px 0;
    line-height: 1.5;
    color: #3C495A;
}

#pError .back-link {
    color: #0000EE;
}

#pGreeting {
    padding-top: 60px;
    background-color: #FFFFFF;
}

#greetingTitle {
    margin: 0;
    padding: 20px 220px;
    font-size: 24px;
    font-weight: normal;
}

#greetingContent {
    padding: 10px 220px 40px;
    overflow-wrap: break-word;
}

#pGreeting .greeting-buttons {
    padding: 15px 30px;
    text-align: right;
    background-color: #FAFAFA;
    border-top: 1px solid #B5BDCB;
}

#pGreeting .cancel-link {
    margin-right: 15px;
    font-size: 1em;
    color: #3C495A;
}

/*** 
* Styles only for success.aspx 
*/

#successForm .main-container {
    padding: 60px 220px;
    background-color: #FFFFFF;
}

#successTitle {
    margin: 0;
    padding: 20px 0;
    font-size: 24px;
    font-weight: normal;
}

#pDefaultContent {
    padding: 5px 0 25px;
    overflow-wrap: break-word;
}

#pDefaultContent > p {
    line-height: 1.5;
}

#lTicketNumber {
    display: block;
    margin: 20px 0;
    padding: 12px;
    font-size: 36px;
    text-align: center;
    background-color: #F5FCFF;
    color: #164F98;
}

#lTicketNumber.ticket-error {
    font-size: 24px;
    background-color: #FFEEEE;
    color: #9B1D21;
}

#pCustomContent {
    margin-bottom: 20px;
}

#successForm .return-link {
    padding: 0px;
    border: none;
    text-decoration: underline;
    background-color: #FFFFFF;
    color: #0000EE;
    cursor: pointer;
}


.de-eir-timeoutMessage {
    padding-bottom: 20px;
    line-height: 1.5
}

.de-eir-section-divider {
    position: absolute;
    left: 0;
    margin-top: -40px;
    width: 100%;
}

.de-eir-page-title {
    margin: 0px;
    padding: 20px 0px;
    font-size: 24px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}

.de-eir-section-title {
    margin-top: 0;
    font-size: 16px;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.de-eir-section-body {
}

.de-eir-email {
    width: 604px;
    height: 25px;
    border-radius: 3px;
    border: 1px solid #D7D8DA;
    font-size: 13px !important;
    text-indent: 6px;
}

.de-eir-section-body iframe
{
    border: 1px #DEDEE0 solid; 
    width: 100%;
    height: auto;
    min-height:300px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.DateTimeDefault .Date
{
    width: 411px !important;
}