/*****************************************************************************/
/* General HTML element styles                                               */
/*****************************************************************************/

a img {
    border: none;
}

body {
    color: #3D3D3D !important;
    font-family: Arial; 
    font-size: 0.75em; /* 1em = 12px high, when text size = medium, so 0.75em = 9px;*/
    height: 100%; 
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    min-width: 925px; /* EC-15837 */     
    width: 100%;
}

html {
    height: 100%;    
}

/*****************************************************************************/
/* General class styles                                                      */
/*****************************************************************************/

.actionButton {
    clear : both;
}

.bottomMargin {
    margin-bottom: 5px;
}

.hiddenButton,
.hiddenOutputText,
.hiddenPanelGroup {
    display: none;
}

.visiblePanelGroup {
    display: block;
}

.rounded-border {
    border-radius: 4px;
}

.spacer {
	height: 10px;
}

.wideSpacer {
	height: 24px;
}

.ui-widget {
	font: 1em Arial !important; /* 12px * 1.0 = 12px */
}

.warningText {
    font-family: Arial !important;
 }

.disabledText {
    color: #aaaaaa !important;
}

 .evercoreRequired:not(.evercoreSkipWrapper), /* if skip, don't apply rule at element itself */
 .evercoreRequired.evercoreDatePicker input,
 .evercoreRequired.ui-combobox .ui-combobox-cell-left input {
    background: #ff9 !important;
 }
 
 .waiting, .waiting * {
    cursor: wait !important;
 }
 
 
.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child {
  /* override default of 150 to use as much width as needed*/
width:auto;
}

.evercoreDisabled,
.evercoreDisabled.evercoreRequired:not(.evercoreSkipWrapper),   /* if skip, don't apply rule at element itself */
.evercoreDisabled.evercoreRequired .ui-combobox-cell-left input,
.evercoreDisabled.evercoreDatePicker input {
    background: #EEE !important;
}

.bottomPadding {
    padding-bottom: 12px;
}

.bottomPaddingWide {
    padding-bottom: 24px;
}

.topPadding {
    padding-top: 12px;
}

.topPaddingWide {
    padding-top: 24px;
}

.rightPadding {
    padding-right: 12px;
}

.rightPaddingWide {
    padding-right: 24px;
}

.rightPaddingSmall {
    padding-right: 6px;
}

.leftPadding {
    padding-left: 12px;
}

.leftMargin {
    margin-left: 20px;
}

.leftPaddingWide {
    padding-left: 24px;
}

.labelPadding {
    padding-right: 8px;
}

.topAlign {
    vertical-align: top;
}

.borderSpacing {
    padding: 0px;
    width: 12px;
}

.inlineBlock {
    display: inline-block;
}

.overflowAuto {
    overflow: auto;
}

.evercoreTitle {
    text-transform: capitalize;
}

input.ui-state-default, .ui-widget-content input.ui-state-default, .ui-widget-header input.ui-state-default {
    background-image: none;
    background-color: white;
}

.duplicateWarningLink {
    color: #0471B5 !important;
    text-decoration: none;
}

.duplicateWarningLink:hover {
    text-decoration: underline;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.rightMargin {
    margin-right: 12px;
}

.rightMarginSmall {
    margin-right: 6px;
}

.fftmEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.fftmEnabledIcon {
    color: #22b08f;
    font-size: 22px;
}

.fftmDisabledIcon {
    color: #777777;
    font-size: 22px;    
}

.noTextTransform {
    text-transform: none !important;
}

.textCenter {
    text-align: center !important;
}

.textRight {
    text-align: right !important;
}

.mediumWidth {
    width: 225px;
}

/*****************************************************************************/
/* CSS Spinner                                                               */
/*****************************************************************************/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #0471B5;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #0471B5 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*****************************************************************************/
/* Login page. The login page is a JSP page, so we cannot use #resource.     */
/*****************************************************************************/

#loginBanner {
    background-image: url("/ui/resources/images/banner-gradient.png");
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-color: #1E364E;
    border-width: 5px;
    height: 81px; /* height of background image */
    left: 0px;
    margin: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

#bannerImage {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#bannerTop {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 40px;
    z-index: 0;
    text-align: center;
}

#bannerMessage {
    line-height: 40px;
    font-size: 2em;
}

.loginForm {
    height: 100%;
    width: 100%;
}

#loginPanel {
    border: 0px;
    height: 100%;
    padding: 0px;
    width: 100%;
}

#loginPanel td {
    color: #1e364e;
    margin: 0px; 
}

#loginPanel th {
    color: white;
}

.loginError {
    color: red;
    font-size: 1.33em;    
    margin-bottom: 4px;
    position: relative;
    text-align: center;
    top: -86px;
}

.loginInfo {
    color: #4277ab;
    margin-bottom: 4px;
    text-align: center;
    font-weight: bolder;
}

.loginInfoDisplayMessage {
	position: relative;
	top: 133.3px;
}

.loginInfoIcon {
    font-size: 16px;
}

div.loginInfoIcon {
    text-align: justify;
}

.loginWait {
    color: #3d3d3d;
    font-size: 1.33em;
    margin-bottom: 4px;
    text-align: center;
    font-weight: bolder;
}

#loginAutoLogoutNotice {
    display: none;
}

#loginBox {
    background-image: url("/ui/resources/images/loginbox-gradient.png");
    background-repeat: repeat-x;
    background-size: cover;
    border: solid 2px #1e364e;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 128px;  /* Must match height of background image */    
    margin: 0px auto;
}

#loginBox th {
    font-size: 1.33em;
}

.loginLabel {
    color: white !important;
    font-size: 1.33em;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
}

.loginLabel + td .icon_clear_parent {
    width: 100%;
}

.useMsClear input::-ms-clear {
    background: transparent url("/ui/resources/images/cancel-x-icon.png") top left no-repeat;
    color: transparent;
    display: inline-block;    
    height: 12px;
    width: 12px;    
}

#username, #password {
    width: inherit;
}

#domain {
    font-size: 1.1em !important;
    width: 100%;
}

#username+.icon_clear {
    top: 5px !important;
}

#password+.icon_clear {
    top: 5px !important;
}

.ie8 .loginButton {
    border-bottom: 0px;    
}

.loginButton {
    position: relative;
    left: 4px;
}

.loginPanel {
    padding-right: 12px;
}

.icon_clear_parent {
    position: relative;
    float: left;
    clear: both;
}

.evercoreInputText {
    border: 0px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #3d3d3d;
    height:16px;
    overflow:hidden;
    padding-bottom: 4px;    
    padding-left: 4px;
    width:100%;
}

/* EC-13349. Hide IE10's clear button */
input::-ms-clear {
    display: none;
}

/* Hide IE10's reveal password button */
input::-ms-reveal {
    display: none;
}

.evercoreClearIcon {
    background: transparent url("/ui/resources/images/cancel-x-icon.png") top left no-repeat;
    cursor:pointer;    
    display:none;
    height:12px;
    position:absolute;
    right:2px;
    top:6px;    
    width:12px;
}

.evercoreSelect {    
    background: #ffffff;
    -moz-box-shadow: inset 0 2px 2px #d3d3d3;
    -webkit-box-shadow: inset 0 2px 2px #d3d3d3;
    box-shadow: inset 0 2px 2px #d3d3d3;
    color: #3D3D3D;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    height: 26px;
}

.evercoreButton,
.login-message-dialog .ui-button {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #A8B6BE;
    display:inline-block;
    color:#3D3D3D !important;
    font-family:arial !important;
    font-size:1.1em !important;
    font-weight:bold !important;
    padding:3px 9px;
    text-decoration:none !important;
    text-shadow:1px 1px 0px #ffffff;
}

.evercoreButton:enabled:hover,
.swfupload:hover+.evercoreButton,
.login-message-dialog .ui-button:enabled:hover,
.ui-button:active {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) ) !important;
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% ) !important;
    -moz-border-radius:6px  !important;
    -webkit-border-radius:6px !important;
    border-radius:6px !important;
    border:1px solid #A8B6BE !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed') !important;
    background-color:#dfdfdf !important;
}

.evercoreButton:active,
.login-message-dialog .ui-button:active {
    position:relative;
    top:1px;
}

.login-message-dialog .ui-button:focus-visible {
    outline: none !important;
}

.evercoreButton:disabled {
    color: #BDC8CE !important;
}

.loginButtonTable {
    margin: 12px auto;
}

#loginPanel .loginButtonTable th {
    color: black;
    font-size: larger;
}

.loginButtonTable .loginButton {
    margin-top: 12px;
}

.login-message-dialog {
    max-width: 50%;
    min-width: 25%;
    width: auto !important;
}

.login-message-dialog .ui-dialog-titlebar-close {
    display: none;
}

.login-message-dialog  .ui-dialog-titlebar {
    background: url('/ui/resources/images/lightbox-normal-gradation.png') repeat-x !important;
    height: 30px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 11px !important;
}

.login-message-dialog  .ui-dialog-title {
    position: relative;
    top: 7px;
}

.ui-widget-overlay {
    opacity: 0.3 !important;
}

