﻿/*@font-face
{
    font-family: 'Segoe UI';
    src: url('font/segoeui_5-webfont.eot');
    src: local('?'), url('../font/segoeui_5-webfont.woff') format('woff'), url('../font/segoeui_5-webfont.ttf') format('truetype'), url('../font/segoeui_5-webfont.svg#webfonty4OQCVHR') format('svg');
    font-weight: normal;
    font-style: normal;
}*/


/*
gui2
*/
#ubaseTabPopup
{
    padding: 0!important;
}

.ubs-lookup-field, .ubs-multilookup-field, .ubs-datepicker-field,
.ubs-ajaxradiolist-field, .ubs-ajaxcheckboxlist-field,
.ubs-ajaxradiolist-field ul, .ubs-ajaxcheckboxlist-field ul,
.ubs-multilookup-field .ubs-cdisplay,
.ubs-lookup-field .ubs-cdisplay, .ubs-datepicker-field .ubs-display,
.ubs-grid-btn, .ubs-il, .ubs-ce-ico, .ubs-loading, .ubs-loading span,
.ubs-grid .ubs-pager, .ubs-grid .ubs-relbox, .ubs-total, .ubs-pagesize,
.ubs-groupbar .ubs-col, .ubs-col.ui-draggable-dragging,
.ubs-sord, .ubs-rem, .ubs-reload-ico
{
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ubs-srl, .ubs-list
{
    -moz-user-select: none;
    -webkit-user-select: none;
}

.ubs-li
{
    -moz-user-select: text;
    -webkit-user-select: text;
}
/*fields*/
.ubs-multilookup-field .ubs-cdisplay, .ubs-lookup-field .ubs-cdisplay, .ubs-datepicker-field .ubs-display
{
    vertical-align: middle;
    background: white;
}

.ubs-lookup-field .ubs-display, .ubs-datepicker-field .ubs-display
{
    list-style: none;
    margin: 0;
    border: 1px solid gainsboro;
    width: 160px;
    height: 14px;
    padding: 3px 5px;
    vertical-align: middle;
    overflow: hidden;
}

.ubs-multilookup-field .ubs-display
{
    list-style: none;
    padding: 0 3px;
    margin: 0;
    border: solid 1px gainsboro;
    width: 164px;
    min-height: 24px;
}

    .ubs-multilookup-field .ubs-display li
    {
        padding: 2px;
    }

.ubs-ajaxradiolist-field input, .ubs-ajaxradiolist-field label, .ubs-ajaxcheckboxlist-field label, .ubs-ajaxcheckboxlist-field input
{
    cursor: pointer;
    vertical-align: middle;
}

.ubs-ajaxradiolist-field ul, .ubs-ajaxcheckboxlist-field ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

/* ajaxlist */
.ubs-ajaxlist
{
    border: #ccc solid 1px;
    border-radius: 3px;
    padding: 0;
    width: 100%;
    text-align: left;
}

    .ubs-ajaxlist li.ubs-li
    {
        padding: 5px;
        overflow: hidden;
    }

li.ubs-li.ubs-morecont
{
    padding: 3px;
}

.ubs-ajaxlist th, .ubs-ajaxlist td
{
    padding: 2px 5px;
    text-align: left;
}

.ubs-ajaxlist thead, .ubs-list thead
{
    color: #555;
    background-color: #eeeeee;
}

.ubs-list table
{
    width: 100%;
    text-align: left;
}

.ubs-list td, .ubs-list th
{
    padding: 2px 5px;
}

.ubs-list ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.ubs-srlcont
{
    margin-bottom: 1em;
    margin-top: 1em;
}

tr.ubs-li
{
    border-top: 1px solid #dedede;
}

.ubs-li:not(.ubs-morecont)
{
    border-bottom: 1px solid #dedede;
    line-height: 1.7em;
    background-color: white;
    margin: 1px;
    vertical-align: middle !important;
}

/* lookup multilookup */
.ubs-multilookup-popup .ubs-list, .ubs-lookup-popup .ubs-list
{
    border-radius: 3px;
    border: gainsboro solid 1px;
    overflow-y: scroll !important;
}

.ubs-lookup-popup .ubs-li
{
    padding: 5px;
    cursor: pointer;
}

.ubs-lookup-popup li.ubs-li:not(.ubs-morecont):hover
{
    outline: 1px solid gold;
}

.ubs-lookup-popup tr.ubs-li:not(.ubs-morecont):hover td
{
    border-bottom: 1px solid gold;
    border-top: 1px solid gold;
}

.ubs-lookup-popup .ubs-li.ubs-selected
{
    background-color: #ffffa0;
}

/* buttons */
.ubs-grid-btn, .ui-button.ui-state-default, .ui-widget-header .ui-state-default, .ubs-morebtn
{
    cursor: pointer;
    border: none;
    font-family: 'Segoe UI', Arial;
    /*border: #ccc solid 1px;*/
    color: #666666;
    font-weight: bold;
    font-size: 13px !important;
    /*border-radius: 3px;*/
    margin-left: 1px;
    padding: 2px 3px;
    vertical-align: top;
    /*border-color: #CCC #CCC #AAA;*/
    /*background-color: #2093c8;*/
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .ubs-grid-btn::-moz-focus-inner
    {
        border: 0;
        padding: 0;
    }

    .ubs-grid-btn:hover, .ui-button.ui-state-hover, .ubs-morebtn:hover
    {
        color: #333333;
        background-color: #F5F5F5;
    }

    .ubs-grid-btn:active, .ubs-grid-btn.ubs-selected, .ui-button.ui-state-active, .ubs-morebtn:hover
    {
        color: #333333;
        background-color: #F5F5F5;
        border: 1px solid #DDDDDD;
        /*border-radius: 5px;*/
    }


.ubs-openbtn, .ubs-clearbtn, .ubs-dpbtn
{
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin: 0 0 0 3px!important;
    font-size: 0 !important;
}

.ubs-morebtn
{
    font-weight: bold;
    text-align: center;
    font-weight: bold;
    padding: 7px 9px;
    margin: 3px;
    border-radius: 0px;
}

.ubs-movebtn
{
    padding: 0;
    margin: 1px 3px;
    vertical-align: middle;
    height: 30px;
    width: 36px;
}

/* icons */
.ubs-icon
{
    display: table-cell;
    height: 18px;
    width: 18px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(images/ubs_gray.png);
}

.ubs-icon-datepicker
{
    background-position: -9px -50px;
}

.ubs-icon-x
{
    background-position: -36px -28px;
}

.ubs-icon-win
{
    background-position: -9px -28px;
}

.ubs-srl .ubs-icon
{
    background-position: -8px -5px;
    margin: auto;
}

.ubs-sel .ubs-icon
{
    background-position: -35px -5px;
    margin: auto;
}

/* pager */
.ubs-pager .ubs-grid-btn
{
    font-family: 'Segoe UI', Arial;
    font-weight: normal;
    font-size: 13px;
    font-size: 1em;
    height: inherit;
    margin: 1px;
    padding: 0 8px;
    text-decoration: none;
}

/* grid */

.ubs-grid
{
    margin: 3px;
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    border-radius: 2px;
}

    .ubs-grid table
    {
        table-layout: fixed;
        padding: 0px;
    }

/*.ubs-header
{
    overflow: auto;
}*/

.ubs-grid td, .ubs-grid th
{
    padding: 0px;
}

.ubs-grid .ubs-groupbar
{
    background-color: #f7f7f7;
    border-bottom: 1px solid gainsboro;
    color: #777;
    height: 28px;
    line-height: 26px;
    padding: 7px 5px;
}

.ubs-row, .ubs-ghead, .ubs-gfoot, .ubs-hrow
{
  background-color: #fff;
    border-bottom: 1px solid #DCDCDC;
    color: #000000;
}

    .ubs-row:hover
    {
        background-color: #F5F5F5;
        cursor: pointer;
    }

    .ubs-hrow th
    {
        padding: 0;
    }

    .ubs-ghead td, .ubs-row td, .ubs-gfoot td
    {
        padding: 11px 10px 11px 0;
        border-bottom: 1px solid gainsboro;
    }

        .ubs-ghead td span, .ubs-row td span, .ubs-gfoot td span
        {
            padding-left: 0.8em;
            color: #666666;
            font-family:'Open Sans';
        }

    .ubs-hrow th, .ubs-row td, .ubs-gfoot td
    {
        overflow: hidden;
        text-overflow: ellipsis;
        cursor:auto;
    }

    .ubs-table .ubs-tbody .ubs-row .ubs-row-col0
    {
        text-overflow: inherit !important;
    }

.ubs-header, .ubs-col
{
    text-shadow: 0 1px 0 white;
    border-color: #CCC #CCC #AAA;
    background-color: #E0E0E0;
    /*font-size: 12px;*/
    /*font-family: 'Segoe UI', Arial;*/
    color: #403D48 !important;
    /*background: #FFF url(images/gridhead.png) bottom repeat-x !important;*/
    /*cursor: pointer;*/

      border-bottom: 5px solid #E5E5E5;
    color: #474747;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 600;
    /*padding: 10px 8px;*/
}

.ubs-row.ubs-alt
{
    background-color: white;
    border-bottom: 1px solid gainsboro;
}

    .ubs-row.ubs-alt:hover
    {
        background-color: #F5F5F5;
        cursor: pointer;
    }

.ubs-grid .ubs-header
{
    background-color: #eeeeee;
    border-bottom: 1px solid gainsboro;
}

.ubs-grid .ubs-footer
{
    color: #000000;
    height: 36px;
    padding: 4.2px;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 46px;
}

.ubs-relbox
{
    width: 5em;
}

.ubs-grid .ubs-pager, .ubs-grid .ubs-relbox
{
    vertical-align: middle;
    height: 26px;
    line-height: 26px;
    padding-top: 1px;
}

.ubs-reload
{
    margin-right: 1px;
}

.ubs-table
{
    border-spacing: 0px;
}

.ubs-grid .ubs-footer .ubs-grid-btn
{
    border: 1px solid #DDDDDD;
    line-height: 1px;
    margin: 0;
    padding: 15px;
    text-decoration: none;
    /*border-radius: 5px;*/
}

.ubs-grid table
{
    width: 100%;
    text-align: left;
}

.ubs-hrow th
{
    text-align: left;
}

.ubs-idn
{
    border-right: none !important;
    width: 16px;
}

.ubs-col
{
    color: #555;
    background-color: #eeeeee;
    padding: 0.4em 0em;
    padding-left: 0.7em;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    height: 16px;
    vertical-align: middle;
}

    .ubs-groupbar .ubs-col, .ubs-col.ui-draggable-dragging
    {
        margin-right: 2px;
        border-radius: 2px;
        padding: 1px 3px 1px 5px;
        border: 1px solid #cecece;
    }

.ubs-groupbar .ubs-rem
{
    margin-left: 3px;
}

.ubs-sortable
{
    cursor: pointer;
    /*min-width: 141px;*/
}

.ubs-sord, .ubs-rem, .ubs-reload-ico
{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.ubs-desc .ubs-sord, .ubs-asc .ubs-sord, .ubs-rem, .ubs-reload-ico
{
    background-image: url('images/ubs_gray.png');
    cursor: pointer;
}

.ubs-ce-ico
{
    background-image: url('../pm.png');
    background-position: -24px 16px;
    height: 16px;
    width: 16px;
    vertical-align: middle;
}

.ubs-ceb
{
    cursor: pointer;
}

.ubs-collapsed .ubs-ce-ico
{
    background-position: -4px 16px;
}

.ubs-reload-ico
{
    width: 11px;
    background-position: -12px 23px;
}

.ubs-rem
{
    background-position: -37px -30px;
}

.ubs-asc .ubs-sord
{
    background-position: -37px -76px;
}

.ubs-desc .ubs-sord
{
    background-position: -37px -52px;
}

/* misc */

.ubs-highlight
{
    background-color: #f7faf9 !important;
    color: gray !important;
}

.ubs-changing, .ubs-highlight
{
    background-color: #f8da4e;
    color: #915608;
}

.ubs-popup
{
    position: fixed !important;
    /*top: 200px !important;*/
}

.ubs-loading
{
    text-align: center;
    position: relative;
    top: 0px;
    left: 5px;
    width: 0px;
}

    .ubs-loading span
    {
        background-image: url('themes/met/loading.gif');
        width: 16px;
        height: 11px;
        margin: 0;
        padding: 0;
        background-repeat: no-repeat;
    }

/* jquery ui style override */

.ui-dialog-titlebar
{
    font-size: small !important;
}



.ui-dialog-titlebar
{
    background: none !important;
    border: none;
}

.ui-widget-content
{
    background: #f7f7f7;
}

.ajaxdropdown
{
}

.disabled
{
}

.ubs-lom
{
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 10000;
}

.ubs-loOl
{
    background-color: #fff;
    background: rgba(255,255,255,0.9);
    position: fixed;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 10000;
}

.ubs-loBg
{
    background: url(/images/loadingBg.gif) no-repeat;
    position: fixed;
    height: 64px;
    width: 64px;
    margin: -32px 0 0 -32px;
    left: 50%;
    top: 50%;
    display: block;
    z-index: 10001;
    text-align: center;
    color: #fff;
}

.ubs-alt
{
    /*line-height: 1.0em;*/
    color: #000000;
    background-color: white;
}

    .ubs-alt td
    {
    }
/*New Class*/
.ubs-grid .ubs-footer .ubs-total
{
    font-size: 13px !important;
    font-style: normal;
    font-weight: normal;
    margin: 1px;
    padding: 1px 0px 0px 25px;
    vertical-align: middle;
    font-family: "Segoe UI", Arial;
    color: #666666;
}

.ubs-pagesize
{
    padding-left: 10px;
    vertical-align: top;
    font-size: 13px !important;
    float: right;
    padding-top: 1px;
    font-style: normal;
    font-weight: normal;
    font-family: "Segoe UI", Arial;
    color: #666666;
}


    .ubs-pagesize select
    {
        font-size: 13px !important;
        height: auto;
        margin: 1px;
        padding-top: 2px;
        vertical-align: middle;
        width: auto;
        font-family: "Segoe UI", Arial;
    }

.ubs-norecord
{
    padding-left: 10px;
    vertical-align: top;
    font-size: 13px !important;
    padding-top: 5px;
    font-family: "Segoe UI", Arial;
}
/*End of New Class*/

.ubs-pager a:first-child
{
    /*border-radius:5px 0 0 5px;*/
}

.ubs-pager a:last-child
{
    /*border-radius:0px 5px 5px 0px;*/
}

.ubs-pager a:only-child
{
    /*border-radius:5px 5px 5px 5px;*/
    display: none;
}

/* changes by path for grid*/

.ubs-grid
{
    border-bottom: none;
}

.ubs-footer
{
    border: medium none;
    margin-top: 17px;
    text-align: right;
}

    .ubs-footer > .ubs-norecord
    {
        float: left;
        font-size: 15px !important;
        margin-bottom: 9px;
        margin-top: -15px;
        padding-bottom: 10px;
        text-align: center;
        width: 100%;
        color: #666666;
    }

.ubs-grid .ubs-footer .ubs-pagesize
{
    float: left;
    /*display:none;*/
}

.ubs-grid .ubs-footer .ubs-total
{
    float: left;
    margin-top: 3px;
}

.ubs-grid .ubs-footer .ubs-norecord
{
    border-bottom: 1px solid #dddddd;
}

.ubs-header
{
}

    .ubs-header .ubs-col
    {
        background: none repeat scroll 0 0 #DADFE3 !important;
        border-bottom: medium none;
        font-size: 14px;
        height: auto;
        min-height: 32px;
        padding: 8px;
        color:#404040;
        font-family: 'Open Sans';
        line-height: 1.42857;
    }

.ubs-row .Closed
{
    display: none;
}

.ubs-footer select
{
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #DDDDDD;
    color: #555555;
    font-size: 14px;
    line-height: 1.42857;
    margin-top: -1.9px;
    padding: 3px 6px;
    vertical-align: middle;
}

.ubs-row a
{
    color: #666666 !important;
}

.ubs-row a.anchor-link {
    color: #208FC8 !important;
    padding-left: 6px;
}
.ubs-pager .ubs-selected {
    background:none repeat scroll 0 0 #E4E7EA;
}
.ubs-tbody .ubs-row {
    cursor:pointer;
}
.ubs-tbody .ubs-row td {
    cursor:pointer;
}
.grd-unlockicon
{
    float:left;
    height: 10px;
    width: 10px;
    background-size: 10px 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(images/padlock_open.png);
}