﻿
/*######################################################################################################################################################*/ 
/*######################################################################################################################################################*/ 
/*######################################################################################################################################################*/ 
/*##### MAIN PAGE ELEMENTS 
/*######################################################################################################################################################*/ 
/*######################################################################################################################################################*/ 
/*######################################################################################################################################################*/ 

html { 
    min-height: 100%; 
    height: initial; 
    font-size: 16px; 
} 

body { 
    min-height: 100%; 
    height: initial; 
    margin: 0; 
    padding: 0; 
    background: #f2f2f2; 
    line-height: 1; 
    cursor: default; 
    -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.61); 
    -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.61); 
    box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.61); 
    position: relative !important; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 0; 
    margin-bottom: 0; 
    display: block; 
} 

#page { 
} 

#page, #form1, #upnlMain { 
    min-height: 100%; 
    width: 100%; 
    display: inline-block; 
} 

.centrePane { 
    max-width: 75.063em; 
} 


/*######################################################################################################################################################*/ 
/*##### TOP SECTION 
/*######################################################################################################################################################*/ 

#top { 
    position: fixed; 
    float: left; 
    width: 100%; 
    margin: auto; 
    background: #fff; 
    /* background: --> Site.css <-- */ 
    height: 2.5rem; 
    top: 0; 
    -webkit-box-shadow: 0px 10px 25px 0px rgba(50, 50, 50, 0.75); 
    -moz-box-shadow: 0px 10px 25px 0px rgba(50, 50, 50, 0.75); 
    box-shadow: 0px 10px 25px 0px rgba(50, 50, 50, 0.75); 
    z-index: 51; 
} 

#smLogo { 
    height: 2rem !important; 
} 

.smLogo { 
    float: left; 
    background: #fff; 
} 

.top-bar { 
    overflow: hidden; 
    height: 2.5rem; 
} 

    .top-bar .title-area { 
        margin: 0.2rem 0 0 0; 
        padding-left: 0.2rem; 
    } 

    .top-bar .name { 
        position: relative; 
        display: inline-block; 
        font-size: 1.2rem; 
        height: 2.8125rem; 
    } 

        .top-bar .name a:hover { 
            color: #fff; 
        } 

    .top-bar .toggle-topbar a { 
    } 

    .top-bar .toggle-topbar.menu-icon { 
        position: relative; 
        display: inline-block; 
        float: right; 
        font-size: 1.2rem; 
        height: 2.8125rem; 
        top: 0; 
        margin: 0.2rem 0; 
    } 

        .top-bar .toggle-topbar.menu-icon a { 
            height: 1.8rem; 
            line-height: 1.8rem; 
        } 

.top-bar-section ul li > a.button { 
    height: 2.5rem; 
    line-height: 1.5rem; 
    top: 0; 
    margin: 0; 
    border-left: 1px solid #adadad; 
    color: #333333; 
    font-size: 1rem; 
    font-weight: bold; 
    padding: .5rem .5rem; 
    min-width: 5rem; 
} 

    .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus { 
        color: #fff; 
        background: #333333; 
    } 


.top-bar .button { 
    border-width: 0; 
    border-left: 1px solid #adadad; 
    font-size: 1rem; 
    font-weight: bold; 
    padding: .5rem .5rem; 
    min-width: 5rem; 
} 

#btnMenuLogout { 
    border-right: 1px solid #adadad; 
} 

#userMenu { 
    position: fixed; 
    width: 10rem; 
    background: #fff; 
    border: 1px solid #cccccc; 
    padding: 0.1rem; 
    margin: 1px; 
    display: none; 
} 

#ddModuleRoleId { 
    margin: 0; 
} 

#menu_nav { 
    display: none; 
    float: right; 
    margin: .4rem; 
    padding: .3rem; 
    border: 1px solid #ADADAD; 
} 

.currentModule { 
    color: #fff !important; 
    /* background: --> Site.css <-- */ 
} 



/*######################################################################################################################################################*/ 
/*##### TITLE SECTION 
/*######################################################################################################################################################*/ 

#title { 
    position: fixed; 
    width: 100%; 
    margin: auto; 
    top: 2.5rem; 
    height: 3rem; 
    z-index: 50; 
} 

#titleContent { 
    position: relative; 
} 

#logo { 
    display: none; 
    position: absolute; 
    max-width: 7% !important; 
    min-width: 3rem; 
    margin-left: -7.5%; 
    margin-top: 0.3rem; 
    padding: 0.3rem; 
    /* width: --> Site.css <-- */ 
    -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.61); 
    -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.61); 
    box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.61); 
} 

#lbTitle { 
    font-size: 1.5rem; 
    padding: 0.85rem; 
    background: none repeat scroll 0% 0% #FFF; 
    box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.61); 
    -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.61); 
    -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.61); 
    border-radius: 0px 0px 1.6px 1.6px; 
    -webkit-border-radius: 0px 0px 1.6px 1.6px; 
} 

.test { 
    background: #FFCC00 !important; 
} 

#pnlModuleRole { 
    position: fixed; 
    right: 0; 
    padding: .1rem; 
    background: #f2f2f2; 
    border: none; 
    -webkit-border-radius: 1.6px; 
    border-radius: 1.6px; 
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.61); 
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.61); 
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.61); 
    margin-top: 0.1rem; 
} 



/*######################################################################################################################################################*/ 
/*##### MAIN SECTION 
/*######################################################################################################################################################*/ 

#main { 
    position: absolute; 
    width: 100%; 
} 

#mainContent { 
    display: inline-block; 
    width: 100%; 
    min-height: 100vh; 
    padding-top: 5rem; 
    padding-bottom: 2.7rem; 
    background: #fff; 
    -webkit-box-shadow: 0 1px 2px 0 rgba(50,50,50,.61); 
    -moz-box-shadow: 0 1px 2px 0 rgba(50,50,50,.61); 
    box-shadow: 0 1px 2px 0 rgba(50,50,50,.61); 
} 

#pnlLogin { 
    padding: 0.5rem; 
    padding-bottom: 0; 
} 

#pnlAccess { 
    padding: 0.5rem; 
} 

#content { 
    min-height: 100%; 
    border: none; 
    background: white; 
} 

#Login_div { 
    width: 45%; 
} 

#div_pnlLogin_CreateNewAccount_grp { 
    padding: 0.5rem; 
} 

#pnlLogin_LoginButton_div { 
    padding-right: 0.5rem !important; 
} 

#NewAccount_div { 
    width: 45%; 
    display: inline-block; 
} 

.loginScreenButtons { 
    margin: -0.2rem 0 0 0 !important; 
    padding: 0.7rem 0 !important; 
    background-color: #155ABA; 
    color: #fff; 
    font-size: larger; 
    width: 100%; 
} 

#div_pnlLogin_Login_grp { 
    margin-bottom: 0; 
    padding-bottom: 0; 
} 

.loginScreen { 
    margin-bottom: 0; 
    padding-bottom: 0; 
} 

.loginScreenGroup { 
    padding-right: 0.3rem !important; 
} 

#div_fvPerson_Login_grp, #div_fvPerson_CreateNewAccount_grp { 
    margin-bottom: 0; 
    padding-bottom: 0.2rem !important; 
} 

#fvPerson_fvPerson_pnlButtonBar { 
    width: 98% !important; 
    clear: both; 
    margin-top: 0; 
} 

#fvPerson_fvPerson_pnlButtonBar_lbRecordStatus { 
    display: none; 
} 

#fvPerson_Login_div { 
    margin-left: 2%; 
} 




/*######################################################################################################################################################*/ 
/*##### BOTTOM SECTION 
/*######################################################################################################################################################*/ 

#bottom { 
    position: fixed; 
    width: 100%; 
    bottom: 0; 
    left: 0; 
} 

#bottomContent { 
    padding: 0.5rem; 
    height: 2rem; 
    font-size: 1rem; 
    font-weight: bold; 
    background: none repeat scroll 0% 0% #FFF; 
    box-shadow: 0px -2px 4px 0px rgba(50, 50, 50, 0.61); 
    -webkit-box-shadow: 0px -2px 4px 0px rgba(50, 50, 50, 0.61); 
    -moz-box-shadow: 0px -2px 4px 0px rgba(50, 50, 50, 0.61); 
    border-radius: 0px 0px 1.6px 1.6px; 
    -webkit-border-radius: 0px 0px 1.6px 1.6px; 
    margin-bottom: 0; 
} 

#hlAbleLink { 
    float: right; 
    padding-right: 0.4rem; 
    padding-bottom: 0.4rem; 
    color: #333333 !important; 
    font-size: 0.9rem; 
    font-weight: bold; 
} 

#hlTestLink { 
    float: left; 
    padding-right: 0.4rem; 
    padding-bottom: 0.4rem; 
    color: #333333; 
    font-size: 0.9rem; 
    font-weight: bold; 
} 

    #hlTestLink:hover { 
        color: #ff3333; 
    } 



/*######################################################################################################################################################*/ 
/*##### MODALS 
/*######################################################################################################################################################*/ 

.modal-bg { 
    display: none; 
    position: fixed; 
    overflow: scroll; 
    height: 100vh; 
    width: 100vw; 
    background: #000; 
    background: rgba(0, 0, 0, 0.45); 
    top: 0; 
    left: 0; 
    z-index: 49; 
} 

.modal { 
    display: none; 
    margin-top: 6.25rem; 
    background-color: white; 
    padding: 1.25rem; 
    border: solid 1px #666666; 
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); 
    z-index: 61; 
    overflow: scroll; 
    height: 80vh; 
} 

    .modal > .gvDiv, .modal > .pnlButtonBar { 
        float: initial !important; 
    } 


/*######################################################################################################################################################*/ 
/*##### ELEMENTS 
/*######################################################################################################################################################*/ 

h5 { 
    margin-bottom: 0rem; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    border-collapse: collapse; 
} 

a:hover { 
    cursor: pointer; 
} 

.ajax__colorPicker_container { 
    width: auto !important; 
} 

    .ajax__colorPicker_container td { 
        margin: 0px !important; 
        padding: 0 !important; 
        border-width: 0px !important; 
    } 

        .ajax__colorPicker_container td div { 
            padding: 0.5rem !important; 
        } 

.ajax__fileupload_topFileStatus { 
    display: none; 
} 

.AnyTime-pkr * { 
    font-size: small; 
} 

.AnyTime-pkr { 
    z-index: 62; 
} 

    .AnyTime-pkr .AnyTime-hdr { 
        height: 1.25rem; 
        padding: 0.4em; 
    } 

    .AnyTime-pkr .AnyTime-x-btn { 
        margin: 0; 
    } 

    .AnyTime-pkr .AnyTime-time { 
        margin: 0 0 0 1rem; 
        padding: 0; 
    } 

    .AnyTime-pkr .AnyTime-hrs { 
        width: 4.6rem; 
        padding: 0 0.1rem 0 0; 
    } 

    .AnyTime-pkr .AnyTime-hrs-am, .AnyTime-pkr .AnyTime-hrs-pm { 
        width: 2.2rem; 
    } 

    .AnyTime-pkr .AnyTime-hr-btn { 
        width: 2.1rem; 
    } 

    .AnyTime-pkr .AnyTime-mins { 
        width: 4.2rem; 
        padding: 0 0 0 0.1rem; 
    } 

    .AnyTime-pkr .AnyTime-mins-tens, .AnyTime-pkr .AnyTime-mins-ones { 
        width: 2rem; 
    } 

    .AnyTime-pkr .AnyTime-yr-selector { 
        width: auto !important; 
    } 

    .AnyTime-pkr .AnyTime-body-yr-selector { 
        padding: 0.5rem; 
        width: auto !important; 
    } 

    .AnyTime-pkr .AnyTime-yr-mil, .AnyTime-pkr .AnyTime-yr-cent, .AnyTime-pkr .AnyTime-yr-dec, .AnyTime-pkr .AnyTime-yr-yr { 
        width: 2.2rem; 
    } 

    .AnyTime-pkr .AnyTime-mil-btn, .AnyTime-pkr .AnyTime-cent-btn, .AnyTime-pkr .AnyTime-dec-btn, .AnyTime-pkr .AnyTime-yr-btn { 
        width: 2rem; 
    } 

button, .button { 
    margin: .1rem; 
    padding: .5rem .3rem; 
    font-size: 1rem; 
    background-color: #ffffff; 
    border: 1px solid #ADADAD; 
    color: #000; 
    -webkit-appearance: none; 
    font-weight: normal !important; 
    -webkit-border-radius: 1.6px; 
    border-radius: 1.6px; 
} 

    button:hover, button:focus, .button:hover, .button:focus { 
        background-color: #f1f1f1; 
        color: #000; 
    } 

    .button.small { 
        padding: 0.5rem 0.5rem; 
    } 

        .button.small:hover, .button.small:focus { 
            background-color: #f1f1f1; 
            color: #000; 
        } 


.btnShowHideDeletedRecords { 
    float: right; 
} 

.calendarImageDiv { 
    display: inline-block; 
    width: 20%; 
} 

.calendarImage { 
    margin: 0% 10%; 
    width: 50%; 
    max-width: 1.5rem; 
} 

.fileUpload { 
    display: none; 
    margin-top: -0.5rem; 
    padding: 0; 
    float: left; 
    position: absolute; 
    width: 90%; 
    background: #fff; 
} 

.fileUploadLabel { 
    padding: 0.2rem 0.3rem; 
    border: 1px solid #ADADAD; 
    /* background: --> Site.css <-- */ 
} 

.fileUploadLabelClose { 
    float: right; 
} 

img { 
    vertical-align: middle; 
    margin: .2rem 0; 
    width: auto !important; 
    height: auto !important; 
    max-width: 75.063rem; 
} 

input[type="checkbox"], input[type="text"], input[type="password"], input[type="file"] { 
    margin: 0 0 .5rem 0; 
    height: 2rem; 
    padding: 0.4rem; 
} 

label { 
    color: #333333; 
    font-size: 0.79rem; 
    font-weight: bold; 
    margin: 0.2rem 0rem -0.1rem 0rem; 
} 

.label { 
    display: block; 
    width: 100%; 
    padding: 0.2rem; 
    margin: 0 0 .5rem 0; 
    min-height: 2rem; 
    line-height: 1.5rem; 
    color: rgba(0, 0, 0, 0.75); 
    font-family: inherit; 
    font-size: 0.875rem; 
    text-align: left; 
    white-space: normal; 
    background: #DDDDDD !important; 
    border: 1px solid #cccccc; 
    border-radius: 0; 
    -webkit-appearance: none; 
    -webkit-border-radius: 0; 
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out; 
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out; 
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out; 
} 

    .label.radius { 
        -webkit-border-radius: 3px; 
        border-radius: 3px; 
    } 

    .label.round { 
        -webkit-border-radius: 1000px; 
        border-radius: 1000px; 
    } 

    .label.alert { 
        background-color: #f04124; 
        color: white; 
    } 

    .label.success { 
        background-color: #43ac6a; 
        color: white; 
    } 

    .label.secondary { 
        background-color: #e7e7e7; 
        color: #E8EBEC; 
    } 

.literal { 
    border: 1px solid #cccccc; 
    margin: 0 0 .5rem 0; 
    padding: 0.2rem; 
} 

select { 
    margin: 0 0 .5rem 0; 
    height: 2rem; 
    padding: 0.2rem; 
    color: rgba(0, 0, 0, 0.75); 
    font-size: 0.875rem; 
    border: 1px solid #cccccc; 
    border-radius: 0; 
    background: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==') no-repeat scroll 97% 50% rgb(255, 255, 255); 
    -webkit-appearance: none !important; 
    -webkit-border-radius: 0; 
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset; 
} 

    select.rtl { 
        text-align: right !important; 
        background: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==') no-repeat scroll 3% 50% rgb(255, 255, 255); 
    } 

textarea { 
    margin: 0 0 .5rem 0; 
    min-height: 1.75rem; 
    padding: 0.3rem 0.2rem; 
    height: initial; 
    color: rgba(0, 0, 0, 0.75); 
} 

.textBoxDate, .textBoxDateTime, .textBoxTime { 
    float: left; 
    width: 76% !important; 
} 

.textBoxLabel { 
    background: #DDDDDD !important; 
    height: auto; 
} 

.textBoxMulti { 
    overflow: visible !important; 
} 

.textBoxCurrency { 
    text-align: right; 
} 

.autocompleteoff { 
    background-color: #ffffff !important; 
} 




/*######################################################################################################################################################*/ 
/*##### CONTAINERS 
/*######################################################################################################################################################*/ 

.ajax__tab_default .ajax__tab_header, 
.ajax__tab_default .ajax__tab_header .ajax__tab_outer, 
.ajax__tab_default .ajax__tab_header .ajax__tab_outer .ajax__tab_active, 
.ajax__tab_default .ajax__tab_header .ajax__tab_inner, 
.ajax__tab_default .ajax__tab_header .ajax__tab_inner .ajax__tab_active, 
.ajax__tab_default .ajax__tab_header .ajax__tab_tab, 
.ajax__tab_default .ajax__tab_header .ajax__tab_tab .ajax__tab_active, 
.ajax__tab_xp .ajax__tab_header, 
.ajax__tab_xp .ajax__tab_header .ajax__tab_outer, 
.ajax__tab_xp .ajax__tab_header .ajax__tab_outer .ajax__tab_active, 
.ajax__tab_xp .ajax__tab_header .ajax__tab_inner, 
.ajax__tab_xp .ajax__tab_header .ajax__tab_inner .ajax__tab_active, 
.ajax__tab_xp .ajax__tab_header .ajax__tab_tab, 
.ajax__tab_xp .ajax__tab_header .ajax__tab_tab .ajax__tab_active { 
    background-image: none !important; 
    height: inherit !important; 
    min-height: 32px !important; 
    font-family: inherit !important; 
    white-space: initial !important; 
} 

.ajax__tab_header .ajax__tab_outer { 
    /* background: --> Site.css <-- */ 
    margin: 2px 2px 0px 0px; 
    border: 1px solid #ADADAD; 
    -webkit-border-radius: 1.6px; 
    border-radius: 1.6px; 
} 

    .ajax__tab_header .ajax__tab_outer a { 
        color: #000; 
        padding: 0.5rem !important; 
    } 

.ajax__tab_default .ajax__tab { 
    height: inherit !important; 
    min-height: 32px !important; 
    font-size: 1rem; 
    text-decoration: none; 
} 

.ajax__tab_default .ajax__tab_body { 
    font-family: inherit !important; 
    margin: inherit !important; 
    padding: inherit !important; 
    border: inherit !important; 
    overflow: visible !important; 
} 

.ajax__tab_header .ajax__tab_hover .ajax__tab_outer { 
    /* background: --> Site.css <-- */ 
} 

.ajax__tab_header .ajax__tab_hover .ajax__tab_tab { 
    /* background: --> Site.css <-- */ 
} 

.ajax__tab_header .ajax__tab_active .ajax__tab_outer { 
    /* background: --> Site.css <-- */ 
} 

.ajax__tab_header .ajax__tab_active .ajax__tab_tab { 
    /* background: --> Site.css <-- */ 
} 

.tabs-content > .content { 
    padding: 0.9375rem 0; 
} 

    .tabs-content > .content.contained { 
        padding: 0.9375rem; 
    } 

.tabs-content.vertical > .content { 
    padding: 0 0.9375rem; 
} 

.accDiv { 
    display: inline-block; 
    width: 100%; 
    overflow: visible !important; 
} 

    .accDiv div { 
        overflow: visible !important; 
    } 

.accordionHeader, .accordionHeaderSelected { 
    width: 100%; 
    border: 1px solid #ADADAD; 
    padding: 0.5rem 0.3rem; 
    margin-top: 0.5rem; 
    margin-bottom: 0.5rem; 
    overflow: visible !important; 
    height: 2.5rem; 
    overflow: visible !important; 
    line-height: 1.5rem; 
    font-weight: bold; 
    /* background: --> Site.css <-- */ 
} 

.accordionHeaderSelected { 
    /* background: --> Site.css <-- */ 
} 

.accordionContent { 
    width: 100%; 
    /*min-height: 15rem;*/ 
    overflow: visible !important; 
    display: inline-block !important; 
    /*border: 1px solid #ADADAD;*/ 
    /*border-top: none;*/ 
    /*padding-left: 0.3rem;*/ 
} 

.panel.callout { 
    background: #fff; 
} 

.panel { 
    padding: 0.25rem; 
    background-color: #f2f2f2; 
} 

.group { 
    margin-top: 0.25rem; 
    padding: 0 0.5rem 0 0 !important; 
} 

.gvDiv { 
    margin-top: 0.25rem; 
    padding: 0 0.3rem 0 0 !important; 
    float: left; 
} 

.gvScroll { 
    display: inline-block; 
    width: 100%; 
    overflow: hidden; 
    overflow-x: scroll; 
} 

.gvFullWidth { 
    padding: 0 0 0 0 !important; 
} 

.gvFiles { 
    position: absolute; 
    top: 0; 
    right: 0; 
    padding: 0 !important; 
    margin-top: 5px; 
    z-index: 49; 
} 

    .gvFiles h5 { 
        background-color: #333333 !important; 
        color: #fff; 
        padding: 0.1rem 0.5rem; 
        margin: 0; 
        border-left: 1px solid #adadad; 
        border-right: 1px solid #adadad; 
        right: 0; 
        /*position: absolute;*/ 
    } 

    .gvFiles div { 
        float: left; 
    } 

        .gvFiles div div { 
            height: 0; 
            width: 0; 
            min-width: 7.5rem; 
            overflow: hidden; 
            margin-top: 1.7rem; 
            margin-right: -6px; 
        } 

    .gvFiles .gv { 
        margin: 0; 
    } 

    .gvFiles tr td { 
        white-space: nowrap; 
    } 

.sideButton { 
} 

.gvColumns { 
    width: 100%; 
} 

.pnlButtonBar { 
    border: 1px solid #ADADAD; 
    padding: .1rem; 
    margin: 0.25rem 0 0 0; 
    /* background: --> Site.css <-- */ 
    min-height: 2.5rem; 
    width: 100% !important; 
    max-width: 75.063em; 
} 

    .pnlButtonBar button { 
        border: 1px solid #ADADAD; 
    } 

.fvButtonBar { 
    max-width: 100%; 
} 

.fvPanel { 
    margin: 0 !important; 
    padding: 0 !important; 
} 

.pnlButtonBarFixed { 
    display: block; 
    position: fixed; 
    top: 3.2rem; 
    z-index: 49; 
    margin: 0 !important; 
    margin-left: -0.55rem !important; 
} 

.pnlParameters { 
    border: 1px solid #ADADAD; 
    margin-bottom: .25rem; 
    padding: 0.3rem 0.3rem 0rem 0.3rem; 
    max-width: 75.063em; 
    background: #f2f2f2; 
    clear: both; 
} 

.pnlToolTip { 
    display: none; 
    position: absolute; 
    z-index: 40; 
    margin: -0.5rem 0 0; 
    padding: 0.5rem; 
    border: 1px solid #adadad; 
    background: #fff; 
    white-space: nowrap; 
    box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.61); 
    -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.61); 
    -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.61); 
    border-radius: 0px 0px 1.6px 1.6px; 
    -webkit-border-radius: 0px 0px 1.6px 1.6px; 
} 


.lbRecordStatus { 
    margin: 0 0 1rem 0 !important; 
    padding: 0.3rem !important; 
} 

#pnlSessionParameters { 
    display: none; 
    position: absolute; 
    top: 1.65rem; 
    right: 0; 
    z-index: 50; 
    border: 1px solid #ADADAD; 
    max-width: 75.063em; 
} 

.panel.callout { 
    border-color: #b6edff; 
    background: #ecfaff; 
} 

    .panel.callout a { 
        /*color: #008cba;*/ 
    } 


.column, .columns { 
    padding-left: 0.3rem; 
    padding-right: 0.3rem; 
    max-width: 100%; 
} 

[class*="column"] + [class*="column"]:last-child { 
    float: left; 
} 

[class*="column"] + [class*="column"].end { 
    float: left; 
} 


.row { 
    max-width: 75.063em 
} 

    .row .row { 
        /*margin-left: -0.9375rem;*/ 
        /*margin-right: -0.9375rem;*/ 
    } 

meta.foundation-mq-topbar { 
    font-family: "/only screen and (min-width:40.063rem)/"; 
    width: 40.063rem; 
} 


.div { 
    padding-left: 0; 
    padding-right: 0.3rem; 
} 



div.switch { 
    position: relative; 
    padding: 0; 
    display: block; 
    overflow: hidden; 
    border-style: solid; 
    border-width: 1px; 
    margin-bottom: 1.25rem; 
    height: 2.25rem; 
    background: white; 
    border-color: #cccccc; 
} 

    div.switch label { 
        position: relative; 
        left: 0; 
        z-index: 2; 
        float: left; 
        width: 50%; 
        height: 100%; 
        margin: 0; 
        font-weight: bold; 
        text-align: left; 
        -webkit-transition: all 0.1s ease-out; 
        -moz-transition: all 0.1s ease-out; 
        transition: all 0.1s ease-out; 
    } 

    div.switch input { 
        position: absolute; 
        z-index: 3; 
        opacity: 0; 
        width: 100%; 
        height: 100%; 
        -moz-appearance: none; 
    } 

        div.switch input:hover, div.switch input:focus { 
            cursor: pointer; 
        } 

    div.switch span:last-child { 
        position: absolute; 
        top: -1px; 
        left: -1px; 
        z-index: 1; 
        display: block; 
        padding: 0; 
        border-width: 1px; 
        border-style: solid; 
        -webkit-transition: all 0.1s ease-out; 
        -moz-transition: all 0.1s ease-out; 
        transition: all 0.1s ease-out; 
    } 

    div.switch input:not(:checked) + label { 
        opacity: 0; 
    } 

    div.switch input:checked { 
        display: none !important; 
    } 

    div.switch input { 
        left: 0; 
        display: block !important; 
    } 

        div.switch input:first-of-type + label, 
        div.switch input:first-of-type + span + label { 
            left: -50%; 
        } 

        div.switch input:first-of-type:checked + label, 
        div.switch input:first-of-type:checked + span + label { 
            left: 0%; 
        } 

        div.switch input:last-of-type + label, 
        div.switch input:last-of-type + span + label { 
            right: -50%; 
            left: auto; 
            text-align: right; 
        } 

        div.switch input:last-of-type:checked + label, 
        div.switch input:last-of-type:checked + span + label { 
            right: 0%; 
            left: auto; 
        } 

    div.switch span.custom { 
        display: none !important; 
    } 

form.custom div.switch .hidden-field { 
    margin-left: auto; 
    position: absolute; 
    visibility: visible; 
} 

div.switch label { 
    padding: 0; 
    line-height: 2.3rem; 
    font-size: 0.875rem; 
} 

div.switch input:first-of-type:checked ~ span:last-child { 
    left: 100%; 
    margin-left: -2.1875rem; 
} 

div.switch span:last-child { 
    width: 2.25rem; 
    height: 2.25rem; 
} 

div.switch span:last-child { 
    border-color: #b3b3b3; 
    background: white; 
    background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%); 
    background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%); 
    background: linear-gradient(to bottom, white 0%, #f2f2f2 100%); 
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke; 
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke; 
} 

div.switch:hover span:last-child, div.switch:focus span:last-child { 
    background: white; 
    background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%); 
    background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%); 
    background: linear-gradient(to bottom, white 0%, #e6e6e6 100%); 
} 

div.switch:active { 
    background: transparent; 
} 

div.switch.large { 
    height: 2.75rem; 
} 

    div.switch.large label { 
        padding: 0; 
        line-height: 2.3rem; 
        font-size: 1.0625rem; 
    } 

    div.switch.large input:first-of-type:checked ~ span:last-child { 
        left: 100%; 
        margin-left: -2.6875rem; 
    } 

    div.switch.large span:last-child { 
        width: 2.75rem; 
        height: 2.75rem; 
    } 

div.switch.small { 
    height: 1.75rem; 
} 

    div.switch.small label { 
        padding: 0; 
        line-height: 2.1rem; 
        font-size: 0.75rem; 
    } 

    div.switch.small input:first-of-type:checked ~ span:last-child { 
        left: 100%; 
        margin-left: -1.6875rem; 
    } 

    div.switch.small span:last-child { 
        width: 1.75rem; 
        height: 1.75rem; 
    } 

div.switch.tiny { 
    height: 1.375rem; 
} 

    div.switch.tiny label { 
        padding: 0; 
        line-height: 1.9rem; 
        font-size: 0.6875rem; 
    } 

    div.switch.tiny input:first-of-type:checked ~ span:last-child { 
        left: 100%; 
        margin-left: -1.3125rem; 
    } 

    div.switch.tiny span:last-child { 
        width: 1.375rem; 
        height: 1.375rem; 
    } 

div.switch.radius { 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
} 

    div.switch.radius span:last-child { 
        -webkit-border-radius: 3px; 
        border-radius: 3px; 
    } 

div.switch.round { 
    -webkit-border-radius: 1000px; 
    border-radius: 1000px; 
} 

    div.switch.round span:last-child { 
        -webkit-border-radius: 999px; 
        border-radius: 999px; 
    } 

    div.switch.round label { 
        padding: 0 0.5625rem; 
    } 








/*######################################################################################################################################################*/ 
/*##### TABLES, GRIDVIEWS, FORMVIEWS, CHARTS 
/*######################################################################################################################################################*/ 

.gvNoWrap { 
    white-space: nowrap !important; 
} 

.gv { 
    clear: both; 
} 

    .gv tr td { 
        padding: 0.4rem 0.4rem; 
        line-height: 1rem; 
        border: solid 1px #adadad; 
        max-width: 30rem; 
        word-wrap: break-word; 
    } 

    .gv td a:hover { 
        color: #fff; 
        /* background: --> Site.css <-- */ 
    } 

    .gv tr th { 
    } 

    .gv th { 
        padding: 0.3rem; 
        border: solid 1px #adadad; 
        text-align: center; 
        word-wrap: break-word; 
        font-weight: bold; 
        font-size: 0.8rem; 
        color: #333333; 
        /* background: --> Site.css <-- */ 
    } 

.gvthActive { 
    padding: 0.3rem !important; 
} 

.gv th a { 
    padding: 0; 
    margin: 0; 
    display: block; 
    color: #333333; 
    /* background: --> Site.css <-- */ 
    font-weight: bold; 
} 

    .gv th a:hover { 
        /* background: --> Site.css <-- */ 
    } 

.gv tr:hover { 
    /* background: --> Site.css <-- */ 
    cursor: pointer; 
} 

    .gv tr:hover td { 
        /* background: --> Site.css <-- */ 
    } 

.gvDeletedRecord { 
    background-color: #ff8080 !important; 
} 

.gv input[type="checkbox"] { 
    margin: 0; 
    padding: 0; 
    height: 1.5rem; 
    min-height: initial; 
} 

.gvTextButton { 
    color: initial; 
} 

.btnInGV.button.small { 
    padding: 0.4rem 0.5rem; 
    margin: 0 0 .5rem 0; 
} 

    .btnInGV.button.small.gvTextButton { 
        color: initial; 
        border: none; 
        background: none; 
        white-space: nowrap; 
        margin: 0; 
        padding: 0; 
    } 

.columns > .btnInGV.button.small { 
    width: 100%; 
    float: left; 
} 

.btnInGVTemplate.button.small { 
    padding: 0.4rem 0.5rem; 
    margin: 1.35rem 0 .5rem 0; 
} 

.gvModal tr td, .gvModal tr th { 
    border: solid 1px #ddd; 
} 

.gvSelectedRow { 
    /* background-color: #DEB408;*/ 
} 

    .gvSelectedRow:hover { 
        /* background-color: #DEB408 !important;*/ 
    } 

.gv .pgr { 
    background: #fff; 
} 

    .gv .pgr table { 
        margin: 0; 
        border: none; 
    } 

    .gv .pgr td { 
        padding: 0.4rem 0.6rem; 
        font-weight: bold; 
        background: #fff; 
        border: none; 
    } 

    .gv .pgr a { 
        padding: 0.4rem 0.6rem; 
        border: 1px solid #ADADAD; 
        font-weight: normal; 
        color: #696969; 
        text-decoration: none; 
    } 

        .gv .pgr a:hover { 
            cursor: pointer; 
            background: #d8d8d8; 
            color: #fff; 
        } 

.gv.small { 
} 

    .gv.small td, .gv.small formField { 
        padding: 0.3rem 0.15rem; 
        font-size: 0.75rem; 
    } 

    .gv.small th a { 
        padding: 0.3rem 0.15rem; 
    } 



.gvTotalRow { 
    font-weight: bold !important; 
} 

.gvBlankRow { 
    border-left: 1px solid #FFFFFF !important; 
    border-right: 1px solid #FFFFFF !important; 
} 

.gvHeadingButton { 
    float: right !important; 
    top: 1.9rem; 
    right: -0.05rem; 
    z-index: 48; 
} 


.gvFixedHeadings { 
    table-layout: fixed; 
    /*width: 100%;*/ 
} 

    .gvFixedHeadings thead { 
        display: block; 
        position: relative; 
    } 

    .gvFixedHeadings tbody { 
        display: block; 
        overflow: auto; 
        width: 100%; 
        max-height: 70vh; 
    } 


    .gvFixedHeadings th { 
        background-color: #DEB408 !important; 
        font-weight: normal; 
        padding: 5px; 
        /*min-width: 50px;*/ 
        /*max-width: 50px;*/ 
        word-wrap: break-word; 
    } 

    .gvFixedHeadings td, .gvFixedHeadings formField { 
        padding: 0.3rem 0.15rem; 
        font-size: 0.75rem; 
    } 

    .gvFixedHeadings th a { 
        padding: 0.3rem 0.15rem; 
    } 

    .gvFixedHeadings td { 
        padding: 5px; 
        /*min-width: 50px;*/ 
    } 

        .gvFixedHeadings td:hover { 
            font-weight: bold; 
        } 



table tr th, 
table tr td { 
    border: solid 1px #ADADAD; 
} 

table tr th { 
    border: solid 1px #DDDDDD; 
} 

.th:hover, .th:focus { 
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); 
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); 
} 

table.tablesorter { 
    font-family: arial; 
    background-color: #CDCDCD; 
    margin: 10px 0pt 15px; 
    font-size: 8pt; 
    width: 100%; 
    text-align: left; 
    word-wrap: break-word; 
    word-break: break-all; 
} 

    table.tablesorter thead tr th, table.tablesorter tfoot tr th { 
        background-color: #e6EEEE; 
        border: 1px solid #FFF; 
        font-size: 8pt; 
        padding: 4px; 
    } 

    table.tablesorter thead tr .header { 
        background-image: url(../images/bg.gif); 
        background-repeat: no-repeat; 
        background-position: center right; 
        cursor: pointer; 
    } 

    table.tablesorter tbody td { 
        color: #3D3D3D; 
        padding: 4px; 
        background-color: #FFF; 
        vertical-align: top; 
        max-width: initial; 
    } 

    table.tablesorter tbody tr.odd td { 
        background-color: #F0F0F6; 
    } 

    table.tablesorter thead tr .headerSortUp { 
        background-image: url(../images/asc.gif); 
    } 

    table.tablesorter thead tr .headerSortDown { 
        background-image: url(../images/desc.gif); 
    } 

    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { 
        background-color: #8dbdd8; 
    } 


.fv { 
    border: none; 
    width: 100%; 
} 

    .fv td { 
        padding: .1rem; 
        border: none; 
    } 

    .fv .pgr { 
        background: #fff; 
        border-top: 1px solid #ADADAD; 
    } 

        .fv .pgr table { 
            margin: 0; 
            border: none; 
        } 

        .fv .pgr td { 
            padding: 0.7rem 1rem 0.7rem 0.3rem; 
            font-weight: bold; 
            background: #fff; 
            border: none; 
        } 

        .fv .pgr a { 
            padding: 0.4rem 0.6rem; 
            border: 1px solid #ADADAD; 
            font-weight: normal; 
            color: #696969; 
            text-decoration: none; 
        } 

            .fv .pgr a:hover { 
                cursor: pointer; 
                background: #d8d8d8; 
                color: #fff; 
            } 


    .fv label { 
        font-size: 0.7rem; 
        font-weight: bold; 
        margin: 0.2rem 0rem -0.1rem 0rem; 
    } 

    .fv .row { 
        clear: both; 
        float: left; 
    } 

.fvDiv { 
    margin: 0; 
    padding: 0 !important; 
} 

.btnInForm.button.small { 
    margin-top: 1rem; 
    float: left; 
} 

.columns > .btnInForm.button.small { 
    width: 100%; 
    margin-top: 1rem; 
    float: left; 
} 

.contentlink { 
    width: 45% !important; 
} 

.chartDiv { 
    padding-left: 0; 
} 


/*######################################################################################################################################################*/ 
/*##### ALERTS 
/*######################################################################################################################################################*/ 

#lbSaved { 
    position: absolute; 
    top: 1.8rem; 
    right: 0; 
    background-color: #00E600; 
    border: 1px solid #adadad; 
    padding: 0.1rem 0.4rem; 
    font-size: 1rem; 
} 

#lbUnSaved { 
    display: none; 
    position: absolute; 
    top: 1.8rem; 
    right: 0; 
    background-color: #ff3333; 
    color: #fff; 
    border: 1px solid #adadad; 
    padding: 0.1rem 0.4rem; 
    font-size: 1rem; 
} 

#dialog { 
    display: none; 
    padding-top: 1.5em; 
} 

#inputPrompt { 
    display: none; 
    padding-top: 1.5em; 
} 

.ui-front { 
    /*z-index: 1000;*/ 
} 

.ui-dialog { 
    font-size: .75rem !important; 
    min-width: 35rem !important; 
    /*z-index: 1000;*/ 
} 

.ui-dialog-titlebar { 
    background: #FFF; 
} 

.ui-dialog .ui-dialog-buttonpane { 
    border: none; 
    padding: 0 !important; 
} 

    .ui-dialog .ui-dialog-buttonpane button { 
        margin: 0.5rem; 
    } 

#throbberBackground { 
    display: block !important; 
    z-index: 100; 
    position: fixed; 
    top: 2.75rem; 
    left: 0; 
    height: 100%; 
    width: 100%; 
    text-align: center; 
    background-color: #f2f2f2; 
    opacity: 0.5; 
} 

#throbber { 
    position: fixed; 
    top: 50%; 
    left: 45%; 
} 


[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error { 
    background: #f04124; 
} 

span.error, small.error { 
    background: #f04124; 
} 

.error label.error { 
    color: #f04124; 
} 

.error small.error { 
    background: #f04124; 
} 

label.error { 
    color: #f04124; 
} 





/*######################################################################################################################################################*/ 
/*##### CLASSES 
/*######################################################################################################################################################*/ 

.clearfix { 
    clear: both; 
} 

.floatLeft { 
    float: left !important; 
} 

.floatRight { 
    float: right !important; 
} 

.textAlignLeft, .formField.textLeft, .label.textLeft { 
    text-align: left !important; 
} 

.textAlignRight, .formField.textRight, .label.textRight { 
    text-align: right !important; 
} 

.textAlignCenter, .formField.textCenter, .label.textCenter { 
    text-align: center !important; 
} 


.good { 
    font-weight: bold; 
    color: #009933 !important; 
} 

.bad { 
    font-weight: bold; 
    color: #FF3300 !important; 
} 

.ok { 
    font-weight: bold; 
    color: #FFC000 !important; 
} 

.goodCell { 
    font-weight: bold; 
    background-color: #009933 !important; 
} 

.badCell { 
    font-weight: bold; 
    background-color: #FF3300 !important; 
} 

.okCell { 
    font-weight: bold; 
    background-color: #FFC000 !important; 
} 


.hide { 
    display: none !important; 
} 

.show { 
    display: inline-block !important; 
} 

.bold, .bold a { 
    font-weight: bold !important; 
} 

.notValid { 
    box-shadow: 0px 0px 1px 1px red; 
    background: white url('../images/ExclamationMark.svg') right no-repeat; 
} 

.isError { 
    box-shadow: 0px 0px 1px 1px red; 
    background: white url('../images/ExclamationMark.svg') right no-repeat; 
} 


a { 
    color: #333333; 
} 

    a:hover, a:focus { 
        color: #ff3333; 
    } 

code { 
    color: #bd260d; 
} 


.stick { 
    display: none; 
    width: 20%; 
    position: absolute; 
    right: 0.2rem; 
} 

    .stick .button.small { 
        width: 100% !important; 
    } 













.reset-all { 
    animation: none; 
    animation-delay: 0; 
    animation-direction: normal; 
    animation-duration: 0; 
    animation-fill-mode: none; 
    animation-iteration-count: 1; 
    animation-name: none; 
    animation-play-state: running; 
    animation-timing-function: ease; 
    backface-visibility: visible; 
    background: 0; 
    background-attachment: scroll; 
    background-clip: border-box; 
    background-color: transparent; 
    background-image: none; 
    background-origin: padding-box; 
    background-position: 0 0; 
    background-position-x: 0; 
    background-position-y: 0; 
    background-repeat: repeat; 
    background-size: auto auto; 
    border: 0; 
    border-style: none; 
    border-width: medium; 
    border-color: inherit; 
    border-bottom: 0; 
    border-bottom-color: inherit; 
    border-bottom-left-radius: 0; 
    border-bottom-right-radius: 0; 
    border-bottom-style: none; 
    border-bottom-width: medium; 
    border-collapse: separate; 
    border-image: none; 
    border-left: 0; 
    border-left-color: inherit; 
    border-left-style: none; 
    border-left-width: medium; 
    border-radius: 0; 
    border-right: 0; 
    border-right-color: inherit; 
    border-right-style: none; 
    border-right-width: medium; 
    border-spacing: 0; 
    border-top: 0; 
    border-top-color: inherit; 
    border-top-left-radius: 0; 
    border-top-right-radius: 0; 
    border-top-style: none; 
    border-top-width: medium; 
    bottom: auto; 
    box-shadow: none; 
    box-sizing: content-box; 
    caption-side: top; 
    clear: none; 
    clip: auto; 
    color: inherit; 
    columns: auto; 
    column-count: auto; 
    column-fill: balance; 
    column-gap: normal; 
    column-rule: medium none currentColor; 
    column-rule-color: currentColor; 
    column-rule-style: none; 
    column-rule-width: none; 
    column-span: 1; 
    column-width: auto; 
    content: normal; 
    counter-increment: none; 
    counter-reset: none; 
    cursor: auto; 
    direction: ltr; 
    display: inline; 
    empty-cells: show; 
    float: none; 
    font: normal; 
    font-family: inherit; 
    font-size: medium; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: normal; 
    height: auto; 
    hyphens: none; 
    left: auto; 
    letter-spacing: normal; 
    line-height: normal; 
    list-style: none; 
    list-style-image: none; 
    list-style-position: outside; 
    list-style-type: disc; 
    margin: 0; 
    margin-bottom: 0; 
    margin-left: 0; 
    margin-right: 0; 
    margin-top: 0; 
    max-height: none; 
    max-width: none; 
    min-height: 0; 
    min-width: 0; 
    opacity: 1; 
    orphans: 0; 
    outline: 0; 
    outline-color: invert; 
    outline-style: none; 
    outline-width: medium; 
    overflow: visible; 
    overflow-x: visible; 
    overflow-y: visible; 
    padding: 0; 
    padding-bottom: 0; 
    padding-left: 0; 
    padding-right: 0; 
    padding-top: 0; 
    page-break-after: auto; 
    page-break-before: auto; 
    page-break-inside: auto; 
    perspective: none; 
    perspective-origin: 50% 50%; 
    position: static; 
    /* May need to alter quotes for different locales (e.g fr) */ 
    quotes: '\201C' '\201D' '\2018' '\2019'; 
    right: auto; 
    tab-size: 8; 
    table-layout: auto; 
    text-align: inherit; 
    text-align-last: auto; 
    text-decoration: none; 
    text-decoration-color: inherit; 
    text-decoration-line: none; 
    text-decoration-style: solid; 
    text-indent: 0; 
    text-shadow: none; 
    text-transform: none; 
    top: auto; 
    transform: none; 
    transform-style: flat; 
    transition: none; 
    transition-delay: 0s; 
    transition-duration: 0s; 
    transition-property: none; 
    transition-timing-function: ease; 
    unicode-bidi: normal; 
    vertical-align: baseline; 
    visibility: visible; 
    white-space: normal; 
    widows: 0; 
    width: auto; 
    word-spacing: normal; 
    z-index: auto; 
    /* basic modern patch */ 
    all: initial; 
    all: unset; 
} 

.ftb_Toolbar, 
.ftb_Toolbar table, 
.ftb_Toolbar td, 
.ftb_Toolbar img, 
.ftb_Toolbar select { 
    height: initial; 
    width: initial; 
    max-width: initial; 
    vertical-align: initial; 
    border: initial; 
    margin: initial; 
    padding: initial; 
    color: initial; 
    line-height: initial; 
    font: initial; 
    background: initial; 
    -webkit-appearance: initial; 
    -webkit-border-radius: initial; 
    box-shadow: initial; 
} 

    .ftb_Toolbar select { 
        -webkit-appearance: menulist; 
        box-sizing: border-box; 
        align-items: center; 
        white-space: pre; 
        -webkit-rtl-ordering: logical; 
        color: black; 
        background-color: white; 
        cursor: default; 
        border: 1px solid #cccccc; 
        border-image: initial; 
        -webkit-appearance: menulist !important; 
    } 

.ftb_OuterTable, 
.ftb_DesignBox, 
.ftb_HtmlBox { 
    width: 100% !important; 
    /*background-color: #f2f2f2 !important;*/ 
} 




@-webkit-keyframes webkitSiblingBugfix { 
    from { 
        position: relative; 
    } 

    to { 
        position: relative; 
    } 
} 



/*UN SORTED*/ 







@-moz-document url-prefix() { 
    select { 
        -moz-appearance: none; 
        text-indent: 0.01px; 
        text-overflow: ellipsis; 
    } 

    body { 
        -webkit-box-shadow: none; 
        box-shadow: none; 
        -moz-box-shadow: none; 
    } 

    table { 
        clear: both; 
    } 
} 




/*######################################################################################################################################################*/ 
/*######################################################################################################################################################*/ 
/*######################################################################################################################################################*/ 
/*##### PRINT 
/*######################################################################################################################################################*/ 
/*######################################################################################################################################################*/ 
/*######################################################################################################################################################*/ 

@media print { 
    * { 
        box-shadow: none !important; 
        text-shadow: none !important; 
    } 

    @page { 
        size: auto; /* auto is the initial value */ 
        margin: 15mm 10mm 15mm 10mm; 
        -webkit-print-color-adjust: exact; 
    } 

    @page :first { 
        margin-top: 5mm; 
    } 

    body { 
        background: none !important; 
        margin: 0px; 
    } 

    #top { 
        display: none; 
    } 

    #title { 
        padding: 0; 
        margin: 0; 
    } 

    #lbTitle { 
        margin-top: 0; 
        margin-left: 0.7rem; 
        padding: 0; 
    } 

    #title a { 
        display: none !important; 
    } 


    #page { 
        background: #fff !important; 
    } 

    #main { 
    } 

    #mainContent { 
        margin-top: 3rem; 
        padding: 0; 
    } 

    .ajax__tab_header { 
        display: none !important; 
    } 

    .menu_nav { 
        display: none !important; 
    } 

    .pnlButtonBar { 
        display: none !important; 
    } 

    #bottom { 
        display: none; 
    } 

    input[type="text"], 
    input[type="password"], 
    input[type="date"], 
    input[type="datetime"], 
    input[type="datetime-local"], 
    input[type="month"], 
    input[type="week"], 
    input[type="remail"], 
    input[type="number"], 
    input[type="search"], 
    input[type="tel"], 
    input[type="time"], 
    input[type="url"], 
    textarea { 
        background: #fff !important; 
        font-size: 0.6rem; 
    } 

    label { 
        background: #fff !important; 
        font-size: 8px !important; 
    } 

    .label, .formField { 
        background: #fff !important; 
        font-size: 11px !important; 
        padding: 2px !important; 
        border: 1px solid #ADADAD !important; 
    } 

    table, div { 
        page-break-inside: avoid; 
    } 

        table tr th, table tr td { 
            font-size: 10px !important; 
            border: 1px solid #ADADAD; 
            margin: 0; 
            background: #fff !important; 
            padding: 2px 3px !important; 
            line-height: 0.7rem; 
        } 


    .large-1 { 
        position: relative; 
        width: 8.33333%; 
    } 

    .large-2 { 
        position: relative; 
        width: 16.66667%; 
    } 

    .large-3 { 
        position: relative; 
        width: 25%; 
    } 

    .large-4 { 
        position: relative; 
        width: 33.33333%; 
    } 

    .large-5 { 
        position: relative; 
        width: 41.66667%; 
    } 

    .large-6 { 
        position: relative; 
        width: 50%; 
    } 

    .large-7 { 
        position: relative; 
        width: 58.33333%; 
    } 

    .large-8 { 
        position: relative; 
        width: 66.66667%; 
    } 

    .large-9 { 
        position: relative; 
        width: 75%; 
    } 

    .large-10 { 
        position: relative; 
        width: 83.33333%; 
    } 

    .large-11 { 
        position: relative; 
        width: 91.66667%; 
    } 

    .large-12 { 
        position: relative; 
        width: 100%; 
    } 



    .pgr { 
        display: none !important; 
    } 


    a, 
    a:visited { 
        text-decoration: underline; 
    } 

        a[href]:after { 
            content: " (" attr(href) ")"; 
        } 

    abbr[title]:after { 
        content: " (" attr(title) ")"; 
    } 

    .ir a:after, 
    a[href^="javascript:"]:after, 
    a[href^="#"]:after { 
        content: ""; 
    } 

    pre, 
    blockquote { 
        border: 1px solid #999999; 
        page-break-inside: avoid; 
    } 

    thead { 
        display: table-header-group; 
        /* h5bp.com/t */ 
    } 

    tr, 
    img { 
        page-break-inside: avoid; 
    } 

    img { 
        max-width: 100% !important; 
    } 

    table, 
    div { 
        page-break-inside: avoid; 
    } 

        table tr th, table tr td { 
            font-size: 0.6rem !important; 
            border: 1px solid #ADADAD; 
            margin: 0.25rem 0; 
            background: #E8EBEC !important; 
            padding: 0.5rem 0.25rem; 
            line-height: 1rem; 
        } 

    .textBoxDateTime { 
        font-size: 0.6rem !important; 
    } 

    p, 
    h2, 
    h3 { 
        orphans: 3; 
        widows: 3; 
    } 

    table, 
    h2, 
    h3, 
    h4, 
    h5 { 
        page-break-after: avoid; 
    } 

    .hide-on-print { 
        display: none !important; 
    } 

    .hide-for-print { 
        display: none !important; 
    } 

    .show-for-print { 
        display: inherit !important; 
    } 

    .reveal-modal { 
        background: white !important; 
    } 
} 





/*######################################################################################################################################################*/ 
/*######################################################################################################################################################*/ 
/*######################################################################################################################################################*/ 
/*##### SCREEN SIZE 
/*######################################################################################################################################################*/ 
/*######################################################################################################################################################*/ 
/*######################################################################################################################################################*/ 



/* small displays 0px - 640px */ 
@media only screen { 
    html { 
        font-size: 80%; 
    } 
} 

/* small displays 0px - 640px */ 
@media only screen and (min-width: 30.063em ) { 
    html { 
        font-size: 130%; 
    } 

    .centre { 
        margin-left: 0; 
        margin-right: 0; 
    } 
} 

/* medium displays 641px - 768px */ 
@media only screen and (min-width: 40.063em ) { 
    html { 
        font-size: 90%; 
    } 

    .title-area { 
        display: none; 
    } 

    .AnyTime-pkr .AnyTime-hdr { 
        height: 2rem; 
    } 
} 

/* medium displays 768px - 1024px */ 
@media only screen and (min-width: 48.063em ) { 
    html { 
        font-size: 100%; 
    } 
} 

/* large displays 1025px - 1440px */ 
@media only screen and (min-width: 64.063em ) { 
    html { 
        font-size: 100%; 
    } 

    #logo { 
        display: block; 
    } 

    #smLogo { 
        display: none; 
    } 

    .centrePane { 
        margin-left: 7%; 
        margin-right: 7%; 
    } 

    .modal { 
        margin-left: 7%; 
        margin-right: 7%; 
    } 
} 

@media only screen and (min-width: 106em) { 
    .centrePane { 
        margin-left: auto; 
        margin-right: auto 
    } 
} 

/* xlarge displays 1441px - 1920px */ 
@media only screen and (min-width: 90.063em ) { 
    html { 
        font-size: 120%; 
    } 
    /*.pnlParametersSub { max-width: 50%; } 

    .group.large-1, .gvDiv.large-1 { max-width: 4.2%; } 
    .group.large-2, .gvDiv.large-2 { max-width: 8.3%; } 
    .group.large-3, .gvDiv.large-3 { max-width: 12.5%; } 
    .group.large-4, .gvDiv.large-4 { max-width: 16.7%; } 
    .group.large-5, .gvDiv.large-5 { max-width: 20.8%; } 
    .group.large-6, .gvDiv.large-6 { max-width: 25%; } 
    .group.large-7, .gvDiv.large-7 { max-width: 29.2%; } 
    .group.large-8, .gvDiv.large-8 { max-width: 33.3%; } 
    .group.large-9, .gvDiv.large-9 { max-width: 37.5%; } 
    .group.large-10, .gvDiv.large-10 { max-width: 41.7%; } 
    .group.large-11, .gvDiv.large-11 { max-width: 45.8%; } 
    .group.large-12, .gvDiv.large-12 { max-width: 50%; }*/ 


} 

/* xxlarge displays 1920px + */ 
@media only screen and (min-width: 120.063em ) { 
    /*html { font-size: 100%; }*/ 

} 
