<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************
    2025 Redesign Colors
    Primary Colors
    #161627 - Dark Blue
    #18213F - Blue
    #F2F2F2 - White

    Secondary Colors
    #F18D21 - Orange
    #587ABC - Light Blue
    #9595A6 - Grey

    Fonts
    Monserrat Bold
    Roboto
    Bodoni PT
*/
.ui-accordion{
    display:block;
   
}
.ui-accordion-wide{
    width:90%;
    height:75%;
}

.ui-accordion-header, .ui-accordion-header-selected {
    font-weight: bold;
    line-height: 1.3em;
    display: block;
    cursor: pointer;
    background: url("/library/gui/default/ui-bg_glass_65_eeeeee_1x400.png") repeat-x scroll 50% 50% #EEEEEE;
    border: 1px solid #9595A6;
    border-radius: 4px;
    padding: 1.0em 2.2em 1.0em 1.0em;
}

.ui-accordion-header-wide{
     width:90%;
    height:75%;
}
.ui-accordion-header, .ui-accordion-header-selected {
    font-weight: bold;
    line-height: 1.3em;
    display: block;
    cursor: pointer;
    background: url("/library/gui/default/ui-bg_glass_65_eeeeee_1x400.png") repeat-x scroll 50% 50% #F2f2f2;
    border: 1px solid #9595A6;
    border-radius: 4px;
    padding: 1.0em 2.2em 1.0em 1.0em;
}
    .ui-accordion-header:hover {
        border: 1px solid #18213F;
        background: #587ABC;
        font-weight: bold;
        color: #F2F2F2;
    }
.ui-accordion-arrow{
    background-image: url("/library/gui/default/icon/ui-icons_1f1f1f_256x240.png");
    width:16px;
    height:16px;
    display:block;
    overflow:hidden;
    background-repeat:no-repeat;
    float:left;
    padding-right:5px;
}
.ui-accordion-header .ui-accordion-arrow{
    background-position: -64px -16px;
}
.ui-accordion-header-selected .ui-accordion-arrow{
    background-position: -32px -16px;
}
.ui-accordion-header-selected{
    color:#000;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}

.ui-accordion-content {
    border-top: 0 none;
    margin: -2px 0 4px;
    overflow: auto;
    padding: 1.6em 1.6em;
    top: 1px;
    position: relative;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    display: block;
    border: 1px solid #9595A6;
    background: none repeat scroll 0 0 #F9F9F9;
}



.ui-accordion-content-inner {
    display: block;
    padding: 1em;
    background-color: #fff;
    border: solid 1px #9595A6;
}

/**************************
    Ajax File Upload     */

.afuThrobber{
    max-width:200px;
    float:right;
}
.ui-ajaxfileupload{
    display:block;
    width:66%;
}
    .ui-ajaxfileupload .ajax__fileupload {
        padding: 0.5em;
        border-radius: 4px;
        background: #d9f9fc;
        border: solid 1px #161627;
    }

    

    .ui-ajaxfileupload .ajax__fileupload_dropzone {
        border-radius: 4px;
        background: #9595A6;
        border: solid 1px #18213F;
        font-style: italic;
        font-size: 1.4em;
        filter: Alpha(opacity=50);
        opacity: 0.5;
        padding: 50px 0px;
    }
.ui-ajaxfileupload .ajax__fileupload_dropzone:hover{
    /*background:#d3e2ed;
    box-shadow:#ada6a6 0px 0px 10px inset;*/
    cursor:cell;

}
.ui-ajaxfileupload .ajax__fileupload_selectFileContainer {
    height: 40px !important;
    line-height: 40px;
}
.ui-ajaxfileupload .ajax__fileupload_selectFileButton, .ajax__fileupload_uploadbutton {
    border-radius:4px;
    background-color:#3c7fb1 !important;
    color:White;
    margin-top:4px;
    cursor: pointer;
}
.ui-ajaxfileupload .ajax__fileupload_selectFileButton:hover,.ajax__fileupload_uploadbutton:hover{
    background:#1d6092 !important;
}
.ui-ajaxfileupload .ajax__fileupload_topFileStatus{color:#363636;}
.ui-ajaxfileupload .ajax__fileupload_queueContainer{
    margin:5px 0px;
    border-radius:4px;
    border:solid 1px #6b9bbe;
    background-color:#fff;
}

.ui-ajaxfileupload .ajax__fileupload_topFileStatus {
   color: #666;
}

.ui-ajaxfileupload .ajax__fileupload_ProgressBarHolder
{
   margin-right: 90px;
   _margin-right: 0;
   border-radius:4px;
}

.ui-ajaxfileupload .ajax__fileupload_uploadbutton {
   width: 70px;
   height:24px;
   border-radius:4px;
}

.ui-ajaxfileupload .ajax_fileupload_cancelbutton {
   width: 70px;
   height:24px;
   text-align: center;
   cursor: pointer;
   color: white;
   font-weight: bold;
   background-color: #b62943;
   border-radius:4px;
}


.ui-ajaxfileupload .ajax__fileupload_progressBar {
   padding-left:4px;
   background-color: #5fd15f;
   border-radius:4px;
   line-height:24px;
   height:24px !important;
}

.ui-ajaxfileupload .ajax__fileupload_footer {
   margin-top: 4px;
   line-height: 24px;
   height: 24px;
}

.ui-ajaxfileupload .ajax__fileupload_fileItemInfo {
   line-height: 24px;
   height: 24px;
   margin-bottom: 3px;
   overflow: hidden;
   padding-right:3px;
}

.ui-ajaxfileupload .ajax__fileupload_fileItemInfo .filename {
   font-weight: bold;
   padding-left:3px;
}
.ui-ajaxfileupload .ajax__fileupload_fileItemInfo .filetype {
   display:none !important;
   visibility:hidden !important;
}
.ui-ajaxfileupload .ajax__fileupload_fileItemInfo .uploadstatus {
   font-style: italic;
}

.ui-ajaxfileupload .ajax__fileupload_fileItemInfo .removeButton {
    
   cursor: pointer;
   background-color: #b62943;
   border-radius:4px;
   line-height: 24px;
   height:24px;
}

.ui-ajaxfileupload .ajax__fileupload_fileItemInfo .uploadedState {
   color: #23a626;
   background-color: #fff;
}

.ui-ajaxfileupload .ajax__fileupload_fileItemInfo .uploadingState {
   color: #FF9900;
   background-color: #fff;
}

.ui-ajaxfileupload .ajax__fileupload_fileItemInfo .pendingState {
   color:#818184;
    font-weight:bold;
   background-color: #fff;
}

.ui-ajaxfileupload .ajax__fileupload_fileItemInfo .errorState {
   color: #ffffff;
   background-color: #ff0000;
   border-radius:4px;
}

.ui-ajaxfileupload .ajax__fileupload_fileItemInfo .cancelledState {
   color: #174d9e;
   background-color: #fff;
}

/*Check*/
.ui-ajaxfileupload .ajax__fileupload_selectFileContainer {
    display: inline-block;
   overflow: hidden;
   position: relative;
   width: 80px;
   /*float: left;*/
}

.ui-ajaxfileupload .ajax__fileupload_selectFileContainer input {
   border: medium none;
   cursor: pointer;
   height: 40px;
   margin: 0;
   opacity: 0;
   position: absolute;
   right: 0;
   top: 0;
}



.ui-ajaxfileupload .ajax__fileupload_fileItemInfo
{
   position: relative;
   z-index: 0;
}

.ui-ajaxfileupload .ajax__fileupload_fileItemInfo div.removeButton
{
   position: absolute;
   top: 0;
   right: 0;
}

/* UI Tabs Container */

.ui-tabs{

    
}
/*A container element that wraps all of the tabs at the top of the TabContainer. Child CSS classes:.ajax__tab_outer. */
.ui-tabs .ajax__tab_header{

}
/*An outer element of a tab, often used to set the left-side background image of the tab.Child CSS classes: .ajax__tab_inner. */
    .ui-tabs .ajax__tab_outer {
        border: solid 1px #02adf2;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        margin-right: 0.5em;
        display: inline-block;
        color: #fff !important;
        background: #18213F;
        background: -webkit-linear-gradient(#1c7ccc, #18213F); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#1c7ccc, #18213F); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#1c7ccc, #18213F); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#1c7ccc, #18213F); /* Standard syntax */
    }

   

.ui-tabs .ajax__tab_outer a{
    color:#fff;
}
/*An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:.ajax__tab_tab. */
.ui-tabs .ajax__tab_inner{
    display:block;
    padding:0.5em 1em;
    line-height:1.4em;
}
/*An element of the tab that contains the text content. Child CSS classes:none.*/
.ui-tabs .ajax__tab_tab{
    display:block;
    width:100%;
    height:100%;
    
}
/*A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none.*/
    .ui-tabs .ajax__tab_body {
        border: solid 1px #18213F;
        padding: 1em;
        margin-top: -1px;
        min-height: 200px;
        overflow: visible;
    }

 

/*This is applied to a tab when the mouse is hovering over. Child CSS classes:.ajax__tab_outer. */
.ui-tabs .ajax__tab_hover{

}
/*This is applied to a tab when it is the currently selected tab. Child CSS classes:.ajax__tab_outer. */
.ui-tabs .ajax__tab_active{
    
}

  

    .ui-tabs .ajax__tab_hover .ajax__tab_outer {
        background: #161627;
    }
    .ui-tabs .ajax__tab_active .ajax__tab_outer {
        background: #fff;
        border-bottom: solid 1px #fff;
        background-color: #fff;
        color: #F18D21 !important;
    }
.ui-tabs .ajax__tab_active a{
    color:#0364b5;
}

/******************************
    2025 Redesign Colors
    Primary Colors
    #161627 - Dark Blue
    #18213F - Blue
    #F2F2F2 - White

    Secondary Colors
    #F18D21 - Orange
    #587ABC - Light Blue
    #9595A6 - Grey

    Fonts
    Monserrat Bold
    Roboto
    Bodoni PT
*/

.tpZeroCounts{
    /*background-color:#ddd !important;
    background:#ddd !important;*/
    color:#ddd;
}
.tpZeroCountsBg{
    color:#fff !important;
    background:#d6d6d6;
    background: -webkit-linear-gradient(#e5e5e5, #d6d6d6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e5e5e5, #d6d6d6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e5e5e5, #d6d6d6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e5e5e5, #d6d6d6); /* Standard syntax */
    
}
.tpZeroCountsBg *, .tpZeroCounts{
    cursor:not-allowed;
}
.tpZeroCountsBg .tpZeroCounts{
    color:#989898;
}
/****MODAL */

.mmc-modal{
    position:absolute;
    background-color:#f9f9f9;
    min-height:200px;
}
.ui-dialog .ui-dialog-content{
    padding:1em 1em 20px;
}
.modal-save-btn{
    position:absolute !important;
    bottom:2px;
    right:75px;
}
.modal-close-btn{
    position:absolute !important;
    bottom:2px;
    right:2px;
}
.mmc-modal h1, .mmc-modal h2, .mmc-modal h3, .mmc-modal h4, .mmc-modal h5{
    margin-bottom:5px;
    margin-top:0px;
}
.mmc-modal th, .fuForm th{
    font-size:11px;
}
.mmc-modal .gv, .fuForm .gv{
    font-size:11px;
}
.modal-upload{
    /*width:90px*/
    
}
.mmc-modal input, .mmc-modal select, .mmc-modal textarea, .mmc-modal option{
    position:relative;
    z-index:999;
}
.wellLogUploadModalContentWrapper {
    overflow:auto;
    /*max-height:600px;
    max-width:1000px;
    width:100%;*/
    display:block;
}
/****CALENDAR PICKER*/
/*http://blogs.msdn.com/b/rbuckton/archive/2007/08/24/ajaxskinning.aspx*/
.ui-calendarextender{

}
.ui-calendarextender .ajax__calendar_container{
    background-color:#fff;
    box-shadow:2px 2px 2px #666;
    border: 1px solid #3C7FB1;
    border-radius:2px;
}
.ui-calendarextender .ajax__calendar_header {}
.ui-calendarextender .ajax__calendar_prev {}
.ui-calendarextender .ajax__calendar_title{}
.ui-calendarextender .ajax__calendar_next{}
.ui-calendarextender .ajax__calendar_body{}
.ui-calendarextender .ajax__calendar_days{
 
}
.ui-calendarextender .ajax__calendar_dayname{}
.ui-calendarextender .ajax__calendar_day{

}
.ui-calendarextender .ajax__calendar_months{}
.ui-calendarextender .ajax__calendar_month{}
.ui-calendarextender .ajax__calendar_years{}
.ui-calendarextender .ajax__calendar_year{}
.ui-calendarextender .ajax__calendar_footer{}
.ui-calendarextender .ajax__calendar_today{
    background-color:#dfdfdf;
}
.ui-calendarextender .ajax__calendar_hover{
    color:#fff;
    background-color:#3C7FB1;
}
.ui-calendarextender .ajax__calendar_active{}
.ui-calendarextender .ajax__calendar_other{}


/********************************************
    Animation extender Stuff*/
.upaeMasterRightCol, .upaeMasterLeftCol{
    display:block;
}
.upaeMasterRightColLoader, .upaeMasterLeftColLoader, .upaeWellViewLoader{
    display:none;
}


/*********************************************
    AutoCompleteExtender Stuff*/
.aceList{
    z-index:9999999;
    border: 1px solid #333333;
    margin:0;
    padding:0;
    border-radius:2px;
    background-color:#fff;
    box-shadow:2px 0px 2px #333;
    display:block;
    float:none;
}
.aceListItem{
    padding:3px 5px;
    display:block;
    float:none;
    margin:0;
    border-bottom:1px solid #333333;
    color:#333;
}
.aceListItemHighlighted{
    background-color:#016BC1;
    color:#fff;
    margin:0;
    display:block;
    padding:3px 5px;
    cursor:pointer;
}

/***********************************
    HTML Editor Extender */
.ajax__html_editor_extender_texteditor{
    background-color:#fff;
    height:150px !important
}
.ajax__html_editor_extender_container{
    width:500px !important;
}</pre></body></html>