﻿BODY
{
    margin: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

IMG
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
   
}

 
 
.button
{
    font-style: normal;
    font-family: Arial;
    font-size: 10pt;
    color: #003366;
    font-weight: bold;
}

.textbox
{
    font-style: normal;
    font-family: Arial;
    font-size: 10pt;
    background-color: white;
    color: #000000;
    font-weight: bold;
}



.textbox-invalid
{
    font-style: normal;
    font-family: Arial;
    font-size: 10pt;
    background-color: #ffcccc;
    height: 18px;
    color: #000000;
    font-weight: bold;
}

    textarea
        {
            font-family: Arial, Verdana, Helvetica, sans-serif;
            border: 1px solid #cccccc;
        }
        
        



.text-small
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
.text-small2
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}
.text-small3
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #CC0000;
    text-decoration: none;
}
.text-small4
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #003366;
    text-decoration: none;
}
.text-small5
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
}

.text-link
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #0000FF;
    text-decoration: underline;
}

.text-normal
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
.text-normal2
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}
.text-normal3
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #CC0000;
    text-decoration: none;
}
.text-normal4
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #003366;
    text-decoration: none;
}

.text-large
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
.text-large2
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}
.text-large3
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    color: #CC0000;
    text-decoration: none;
}
.text-large3
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    color: #003366;
    text-decoration: none;
}


.boxlink
{
    cursor: pointer;
    background: url('../images/bg_corner.gif');
    background-repeat: no-repeat;
    width: 120;
    white-space: nowrap;
    height: 100;
    vertical-align: top;
    text-align: center;
    padding-top: 15px;
    line-height: 15pt;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #034EFA;
    text-decoration: underline;
}

.topwelcome
{
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    width: 240px;
    color: #FFFFFF;
}


.topwelcome a
{
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bolder;
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
}



.menubar a
{
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bolder;
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}



td
{
    font-size: 12px;
    font-family: Tahoma;
    margin-left: 40px;
}



#pageFooter
{
    clear: both;
    background: url(../images/footer_back.jpg) 0 5px repeat-x;
    text-align: center;
    height: 26px;
    padding: 17px 15px 0 15px;
}

.ModalBackground
{
    background-color: Gray;
    filter: alpha(opacity=75);
}




#progress_overlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000000;
    filter: alpha(opacity=60);
    z-index: 20000;
}
#progress_container
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: transparent;
    z-index: 20001;
}
#progress_inner
{
    display: block;
    padding: 10px 10px 10px 10px;
    text-align: center;
    width: 380px;
    height: 50px;
    margin: 25% auto 0 auto;
    background: #FFFFFF;
    border: solid 1px orange;
    z-index: 20002;
}
.TreeView
{
    background-color: White;
    padding-top: 4px;
    padding-left: 1px;
    border: #7C7C94 1px solid;
    cursor: default;
}


.TreeNode
{
    font-family: tahoma;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
}


.HoverTreeNode
{
    font-family: tahoma;
    font-size: 11px;
    text-decoration: underline;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: default;
}

.SelectedTreeNode
{
    font-family: tahoma;
    font-size: 11px;
    background-color: gray;
    color: white;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: default;
}

.NodeEdit
{
    border: 1px gray solid;
    font-family: tahoma;
    font-size: 11px;
}


.CompletionList
{
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    list-style-type: none;
    margin: 2px;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    background-color: #FFFFFF;
    cursor: pointer;
    z-index: 9999;
    text-align: left;
}



.CompletionListItem
{
    color: #000000;
    margin: 5px 5px 5px 5px;
}

.CompletionListHighlightedItem
{
    margin: 5px 5px 5px 5px;
    background-color: #CCCCFF;
    list-style-image: url('images/icon_gray_arrow.gif');
    color: #000000;
}




/*Reorder List*/
.dragHandle
{
    width: 10px;
    height: 15px;
    background-color: #336699;
    cursor: move;
    border: outset thin white;
}

.callbackStyle
{
    border: thin blue inset;
}

.callbackStyle table
{
}


.reorderListArea li
{
    list-style: none;
    margin: 2px;
    border-color: #336699;
    border-width: 1px;
    font-weight: bold;
    border-style: solid;
    background-color: #EEEEEE;
    color: #000000;
}



.reorderCue
{
    border: dashed thin black;
    width: 100%;
    height: 25px;
}

.itemArea
{
    margin-left: 15px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    text-align: left;
}


.iconbox
{
    background-image: url('images/bg_corner.gif');
    height: 120px;
    width: 120px;
    background-repeat: no-repeat;
}




.ListSearchExtenderPrompt
{
    font-style: italic;
    color: Gray;
    background-color: white;
}






/*Snap*/

.SnapHeader
{
    color: #ffffff;
    background-color: #6699CC;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 5px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= '#003499' , EndColorStr= '#6698CB' );
    cursor: move;
}

.snapHeaderClosed
{
    color: #ffffff;
    background-color: #E8E9F1;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 5px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= 'black' , EndColorStr= '#E8E9F1' );
    cursor: move;
}

.SnapContent
{
    font-family: verdana;
    font-size: 11px;
    padding: 3px;
    border: #4284b5 1px solid;
    background-color: white;
}

.Dock
{
    padding: 5px;
    border: #3366CC 1px solid;
    background-color: #CCCCFF;
}

.Links
{
    list-style-image: none;
    color: Black;
    font-size: 11px;
}



/*CollapsiblePanel*/
.collapsePanel
{
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader
{
    width: 100%;
    height: 24px;
    background: url(../images/lower_bar.jpg) repeat-x;
    color: #FFFFFF;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

#master_content .collapsePanelHeader a
{
    color: #FFF;
}
#master_content .collapsePanelHeader a:hover
{
    text-decoration: none;
    background: none;
}



.calendar
{
    z-index: 10001;
}






.Level1TabOff
{
    width: 102px !important;
    border: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 12px;
    padding-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    height: 32px !important;
    background: url('/images/ButtonOff.gif');
    background-repeat: no-repeat;
    white-space: nowrap;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}




.Level1TabOn
{
    width: 102px !important;
    border: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 12px;
    padding-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    height: 32px !important;
    background: url('/images/ButtonOn.gif');
    background-repeat: no-repeat;
    white-space: nowrap;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}



.Level2TabOff
{
    border: 0px !important;
    padding-left: 10px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    white-space: nowrap;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}
.Level2TabOn
{
    border: 0px !important;
    padding-left: 10px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    white-space: nowrap;
    color: #FFF000;
    font-size: 12px;
    font-weight: bold;
}



/* Time Entry */
.tab-content-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 15px;
}

.tab-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
}

.tab-item-list-wrap {
    margin-bottom: 15px;
}

.tab-item-list-content {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.tab-content {
    padding: 15px 25px 25px;
    margin-top: 75px;
}

.tab-content-btns-bar .button {
    padding: 5px 10px;
}

.tab-content-row-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.tab-content-row-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}

span.tab-content-row-item-label {
    height: 20px;
    display: flex;
    align-items: center;
}

.tab-content-with-label-right span.tab-content-label {
    text-align: right;
}

span.tab-content-label {
    width: 150px;
}

.tab-content-btns-bar {
    display: flex;
    gap: 10px;
    position: fixed;
    bottom: 25px;
    left: 25px;
}

    .tab-content-btns-bar .button:hover {
        background-color: #93aec6;
        cursor: pointer;
        outline: none;
        border-style: solid;
        border-radius: 3px;
        border-color: #000;
        border-width: 1px;
    }

div#RadWindowWrapper_ctl00_ContentPlaceHolder1_RadWindow1 table.rwTable {
    height: 600px !important;
}

textarea.popup-tab-text-area {
    width: 100%;
    height: 330px;
    padding: 10px;
}

.popup-top-txt-row {
    padding: 5px;
}

/* Close Order*/
.tab-content-two-sides-wrap {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    width: 100%;
}

.tab-content-right-side-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
}

.tab-content-single-side-wrap {
    width: 50%;
}

.tab-content-grid.tab-content-single-side-grid {
    grid-template-columns: 1fr;
}

.tab-content-row.tab-bottom-btns-row {
    margin-top: 30px;
    position: fixed;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, 0.15);
    width: calc(100% - 20px);
    left: 0;
    padding-left: 20px;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    z-index: 10;
}

.tab-content-row.narrow-gap {
    gap: 5px;
}

textarea#win_note, textarea#TextBoxNOTE {
    max-width: 400px;
}

button#rb_type_toggle {
    width: 100px;
}

.tab-space-area {
    height: 50px;
    width: 100%;
}

.popup-content-main-area {
    margin-top: 30px;
}

.popup-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 29px;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.tab-content-row.last-tab-content-row {
    margin-bottom: 60px;
}

.btn-toggle {
    height: 100%;
    padding: 0px !important;
}

.btn-group-toggle.vertical-btn-group-toggle {
    display: flex;
    flex-direction: column;
}

    .btn-group-toggle.vertical-btn-group-toggle .btn-toggle {
        width: 100%;
        text-align: left;
    }

.tab-item-list-title {
    margin-bottom: 15px;
}

.round-toggle-btn-row .btn-toggle {
    border-radius: 8px;
    white-space: nowrap;
    min-width: max-content;
    border: 1px solid #ccc;
}

span.btn-toggle label {
    padding: 10px 20px;
    display: block;
    cursor: pointer;
    white-space: nowrap;
}

span.btn-toggle.pmtype-one.active {
    background-color: #10B981;
}

span.btn-toggle.pmtype-three.active {
    background-color: #F59E0B;
    color: #fff;
}

span.btn-toggle.pmtype-two.active {
    background-color: #EF4444;
    color: #FFF;
}

span.btn-toggle.pmtype-eight.active {
    background-color: #673131;
    color: #FFF;
}





.tab-content-row.tab-bottom-btns-row a.rfdSkinnedButton {
    padding-right: 0px;
    background-image: unset !important;
    height: 30px;
    cursor: pointer;
}


.tab-content-row.tab-bottom-btns-row input#cmd_save, .tab-content-row.tab-bottom-btns-row input#ctl00_ContentPlaceHolder1_cmd_save {
    background-color: #007bff;
    color: #fff;
    background-image: unset;
    height: 30px;
    cursor: pointer;
    min-width: 150px;
}

.tab-content-row.tab-bottom-btns-row input#cmd_cancel, .tab-content-row.tab-bottom-btns-row input#cmd_start, .tab-content-row.tab-bottom-btns-row input#cmd_stop, .tab-content-row.tab-bottom-btns-row input#cmd_delete, .tab-content-row.tab-bottom-btns-row input#ctl00_ContentPlaceHolder1_cmd_reset, input#ctl00_ContentPlaceHolder1_cmd_clear, input#ctl00_ContentPlaceHolder1_cmd_close {
    background-color: #eee;
    background-image: unset;
    height: 30px;
    cursor: pointer;
    min-width: 150px;
}

input#cmd_start {
    color: #EF4444;
}

textarea.new-note-textarea {
    width: 100%;
    height: 400px;
}

.win-content-top-row {
    margin-top: 50px;
}

.btn-group-toggle {
    display: inline-flex;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.btn-toggle input[type="radio"] {
    display: none;
}

.btn-toggle {
    background-color: #e9ecef;
    color: #000;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    width: max-content;
    min-width: 120px;
    text-align: center;
}

    .btn-toggle.active {
        background-color: #7209d4;
        color: white;
    }

/* Equipment Page - Asset.aspx */
.tab-content.narrow-top-margin {
    margin-top: 20px;
}

.tab-content-side-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 15px;
}

.tab-content-small-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}

.tab-content-normal-btns-wrap {
    display: flex;
    gap: 10px;
    margin-top: 10px
}

div#ctl00_ContentPlaceHolder1_pnl_btns {
    display: flex;
    gap: 30px;
    width: 100%;
}

.tab-content-divider {
    margin-bottom: 30px;
}

.tab-content-row.tab-bottom-row {
    margin-bottom: 80px;
}

.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.tab-content-with-label-right .tab-content-two-sides-wrap {
    gap: 0px;
}

/* Tab content header */
.tab-content-header-main-wrap {
    max-width: 978px;
}

.tab-content-header-top-bar {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    padding-bottom: 0px;
}

.tab-content-header-description-area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.tab-btns-header {
    display: flex;
    flex-wrap: wrap;
}

.bold-txt {
    font-weight: bold;
}

.tab-content-header-top-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tab-header-row {
    margin-bottom: 5px;
    display: flex;
    min-height: 22px;
    align-items: center;
}

span.tab-header-label {
    width: 125px;
    display: block;
}

    span.tab-header-label.narrow-tab-header-label {
        width: max-content;
        margin-right: 10px;
    }

span#ctl00_ContentPlaceHolder1_AssetTabStrip1_lbl_mod {
    white-space: nowrap;
    margin-right: 10px;
}

span#ctl00_ContentPlaceHolder1_AssetTabStrip1_lbl_eol {
    margin-right: 20px;
}

div#ctl00_ContentPlaceHolder1_AssetTabStrip1_pnl_AEM1 {
    margin-left: 10px;
}

/* Tab Header tab btns */
.risk-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 75px;
}

.notification-bar {
    padding: 15px 15px 0px;
}

select#ctl00_ContentPlaceHolder1_modality {
    max-width: 250px;
}

.tab-content-flex-end {
    justify-content: flex-end;
}

.tab-content-space-between {
    justify-content: space-between;
}

span#ctl00_ContentPlaceHolder1_lbl_val_2, span#ctl00_ContentPlaceHolder1_lbl_val_1 {
    text-align: right;
    margin-right: 5px;
}

.tab-content-side-row.narrow-gap {
    gap: 15px;
}

/* MDS Tab */
.mds-num {
    width: 20px;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
}

.mds-right-bottom-row {
    justify-content: flex-end;
    margin-right: 70px;
}

/* Points Tab */
span.point-num {
    font-weight: bold;
    text-align: right;
    width: 10px;
}

.tab-content-side-row.point-tab-content-side-title-row {
    margin-left: 45px;
}

/* Work Order */
.tab-content-header-description-area.two-col-grid {
    grid-template-columns: 1fr 1fr;
}

.work-order-header-description-area span.tab-header-label, .work-order-header-description-area span.tab-header-value {
    display: flex;
}

.tab-bottom-btns-two-sides-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.bottom-delete-btn {
    background-color: #eee;
    background-image: unset;
    height: 30px;
    cursor: pointer;
    min-width: 150px;
    border: 1px solid red;
    color: red;
}

    .bottom-delete-btn:hover {
        background-color: red;
        color: white;
    }

div#pnlPmNoteEdit {
    width: 100%;
}

.RadTabStrip_Default .rtsLevel {
    background-color: white !important;
}

.tab-content.mt-60 {
    margin-top: 60px;
}

div#pnlPmNoteDisplay {
    width: 100%;
}

input#cmd_start, input#cmd_save {
    font-weight: 700 !important;
}

.bottom-stop-btn {
    color: red;
}

.bottom-cancel-btn {
    border: 1px solid #eee;
}


