


/**** Intentionally left blank to clear default styles found in css.css ****/

/* Start AutoCompleted CSS */
#popupVolPhoto { display: none; background-color:white; position:absolute; z-index:9999; max-width: 400px; max-height:400px; }
#profilePhotoPreviewArea { margin: 0 auto; }
#flashWarning {
    display:block;
    position:fixed;
    padding:5px;
    text-align:center;
    background-color:lightgrey;
    width: 290px;
}
.attachFromGroup { width: 240px; height:80px; }
.actionAttachFrom { }
.attachFromUrlLabel { margin-top: 5px; display:block; cursor: pointer }
.attachFromDialog { display:none; position: relative; margin-top:3px; padding:3px 10px; border: 1px solid #858585; box-shadow: 3px 3px 10px 0px #292929;z-index: 2000; }
.attachFromDialogUrl { width:95%; }
.closeAttachFromDialog { margin-left: 3px; }
.attachFromDialogButtonPanel { margin-top: 3px }
.modalLightsout { display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000; }
#opp_map_contact { width: 100%; height: 400px; }
#opp_map_location { width: 100%; height: 400px; }
#org_map_contact { width: 100%; height: 400px; }
/* End AutoCompleted CSS */


/* Start AutoCompleted CSS */
.automations-instruction {
    margin-top:3px;padding-left:9px;
    margin-top:3px;padding-left:9px;
}
.automations-instruction span {
    font-size:13pt;font-weight:bold;
}
.automations-table {
    border-left: 1px inset #000000;border-right: 1px inset #000000;border-top: 1px inset #000000;
}
tr.automations-table-header {
    height:30px
}
td.automations-table-header {
    height:30px
}
.automations-check-all {
    margin-left:3px;
}
.automations-col1 {
    padding-left:3px;
}
.automations-grid-list {
    height:330px; margin:0px; overflow-y:scroll; cursor:default; background-color:#FFFFFF; border-left: 1px inset #000000;border-right: 1px inset #000000;border-bottom: 1px inset #000000;
}
.automations-action {
    width:70px; height:25px; background-color:#EEEEEE; font-family:'Arial'; border-width:1px
}
dialog {
    background: url(loading.gif)
    50% 50%
    no-repeat;
    background-color: white;
}
/* End AutoCompleted CSS */


/* Start AutoCompleted CSS */
.topbutton-icon {
    text-indent:-9999px;
    line-height:0;
    font-size:0;
    display:block;
}
/* End AutoCompleted CSS */


/* Start AutoCompleted CSS */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../../../../common/xsl/css/fonts/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons') ,
    local('MaterialIcons-Regular') ,
    url(../../../../common/xsl/css/fonts/iconfont/MaterialIcons-Regular.woff2) format('woff2') ,
    url(../../../../common/xsl/css/fonts/iconfont/MaterialIcons-Regular.woff) format('woff') ,
    url(../../../../common/xsl/css/fonts/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}
/* End AutoCompleted CSS */


/* Start AutoCompleted CSS */
.ui-datepicker select.ui-datepicker-month {
    width: 45%;
    display: inline-block !important;
}
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
    display: inline-block !important;
}
.email-preferences-div {
    padding: 20px;
}
.email-preferences-div-inner {
    float: left;
}
.email-preferences-div-last {
    clear: both;
}
.email-preferences-div-spacer {
    height: 20px;
}
.email-preferences-button-wide {
    height:30px;
    background-color:#CCC;
    border: 0;
    box-shadow: none;
    border-radius: 0px;
}
.email-preferences-list {
    padding-left: 30px;
}
.email-preferences-item {
    padding-bottom: 20px;
}
.email-preferences-checkbox {
    /* vertical-align: middle; */
}
.email-preferences-checkbox-text {
    padding-left: 5px;
}
.email-preferences-item-name {
    font-weight: bold;
}
#div-toast-notification-area {
    position:absolute;
    width: 110px;
    top: 100px;
    left: 450px;
    background-color: #EEE;
}
#div-toast-notification-close {
    padding: 5px 5px 0px 0px;
    font-weight: bold;
    float: right;
}
#div-toast-notification-close a {
    cursor: pointer;
    text-decoration: none;
}
#div-toast-notification-message {
    padding: 5px 5px 5px 10px;
    width: 100px;
    float: left;
}
/* End AutoCompleted CSS */


/* Start AutoCompleted CSS */
.data-dropdown[size] {
    height: auto;
}
/* End AutoCompleted CSS */


/* 20250304 Start AutoCompleted CSS */
.openedtabUnsigned {
    background: url('gradgeneral.png') repeat;
}
.information.__resize {
    min-width: 640px;
    width: auto;
}
/* 20250304 End AutoCompleted CSS */


/* 20250707 Start AutoCompleted CSS */
@media (max-width:800px) {
    .information.__resize ,
    .reportserviceframe ,
    .tab-title ,
    .tab-header-title ,
    .rec-panel ,
    #rsinf_div ,
    #rsinf_table {
    min-width: auto;
    width: 100%;
    max-width: calc(100vw - 40px);
}
#rsinf_div {
    min-width: auto;
    width: 100%;
    max-width: calc(100vw - 40px);
    padding-right: 10px !important;
    padding-left: 10px !important;
}
/* 20250707 End AutoCompleted CSS */
