/*
   Base blue color @@2196f3 to @@0077cc
   gradient light blue color @@51b1fa to @@44aaff


*/
html,body
{
    padding: 0;
    margin: 0;
    width:100%;
    /* overflow-x:scroll; */
    font-size: 11pt;
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #333333;
    overscroll-behavior: none;
}

.hra_outerbox
{
    max-width:1024px;
    margin-left:auto;
    margin-right:auto;
}

.hra_innerbox
{
    max-width:1024px;
    margin-left:auto;
    margin-right:auto;
    padding-left:5px;
    padding-right:5px
}



.hradropbottomshadow
{
    box-shadow: 0 1px 1px rgba(90,90,90,0.5);
}

.hradropinsetuppershadow
{
    box-shadow: inset 0 1px 1px rgba(90,90,90,0.5);
}

.hradropuppershadow
{
    box-shadow: 0 -1px 1px rgba(90,90,90,0.5);
}

.datatablecolumn
{
    white-space:normal !important;
    padding:3px;
}

/**********************************************
 * Screen Reader Only
 **********************************************/
.sr-only
{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}


/**********************************
* FONTS
**********************************/

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}


.ui-widget 
{
    font-family: 'Lato', sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.cleditorMain textarea
{
    max-width:100% !important;
}

/**********************************
 * HEADER
 **********************************/

.hrared
{
    color: #e30000;
}

.hraorange
{
    color: #f8951f;
}


.hdr_link_h1
{
    font-size: 14pt;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}

a.hdr_link_h1:hover
{
    color: #d0d0d0;
    /* font-weight: bold;*/
    text-decoration: none;
}

.focusedlink:focus
{
   background-color:yellow;
}


/**********************************************
 * HEADER
 **********************************************/

.header-flex-container
{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-top:10px;
    padding-bottom:10px;
}


/**********************************************
 * FOOTER
 **********************************************/


.footer1-flex-container
{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top:5px;
    padding-bottom:5px;
}

.footer2-flex-container
{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top:10px;
    padding-bottom:10px;
}


.footer1-flex-member
{
    display:inline-block;
    min-width:200px;
    padding-top:10px;
    padding-bottom:10px;
}

.ftr_linkbox
{
    white-space: nowrap;
}

.ftr_hdg
{
    font-weight:bold;
    font-size: 1.1rem;
}

.ftr_link
{
    color: #333333;
    font-size: 0.90rem;
    text-decoration: none;
}

a.ftr_link:hover
{
    color: #0077cc;
    text-decoration: none;
}

.ftr2_text
{
    font-size: 0.9rem;
    text-decoration: none;
}


.ftr2_link
{
    color: #333333;
    font-size: 0.9rem;
    text-decoration: none;
}

.ftr2_link:hover
{
    color: #0077cc;
    /* font-weight: bold;*/
    text-decoration: none;
}

.ftr2_link:active
{
    color: #0077cc;
    /* font-weight: bold;*/
    text-decoration: none;
}


a.ftr2_link:hover
{
    color: #0077cc;
    text-decoration: none;
}

a.ftr2_link:active
{
    color: #0077cc;
    text-decoration: none;
}


/**********************************************
 * ALIGNMENT
 **********************************************/

table
{
    margin-left: auto;
    margin-right: auto;
}

table.left
{
    margin-left: 0px;
}


.vertmid
{
    vertical-align:middle;
}

td
{
    vertical-align: top;
    overflow-wrap:break-word;
}


/**********************************************
 * Fonts
 **********************************************/


.formelement
{
    /*font-size: 11pt;
    color: #000000;*/
}

.panelheaderlink
{
    font-size: 1rem;
    color: white;
    text-decoration: underline;
}

.panelheaderlink:hover
{
    color: yellow;
}


a.whitelink:hover
{
    color: #0d89ec;
}



.whitelink
{
    font-size: 11pt;
    color: white;
    text-decoration: none;
}

a.whitelink:hover
{
    color: #0d89ec;
}


.orangelink
{
    font-size: 11pt;
    color: #0077cc !important;
    text-decoration: underline;
}

a.orangelink:hover
{
    color: #014072 !important;
}

a.orangelink:active
{
    color: #014072 !important;
}

.orangelink:hover
{
    color: #014072 !important;
}

.orangelink:active
{
    color: #014072 !important;
}


.orangelinklg
{
    font-size: 14pt;
    color: #0077cc;
    text-decoration: none;
}

.orangelinksm
{
    font-size: 10pt;
    color: #0077cc !important;
    text-decoration: underline;
}

a.orangelinksm:hover
{
    color: #014072;
}

a.orangelinksm:active
{
    color: #014072;
}


a.orangelinklg:hover
{
    color: #014072;
}

a.orangelinklg:active
{
    color: #014072;
}





.page_title
{
    font-weight:normal;
    font-size: 28pt;
    color: #333333;
    margin-bottom:0px;
}

.page_title_sm
{
    margin-bottom:0px;
    font-weight:normal;
    font-size: 20pt;
    color: #333333;
}

h1
{
    margin-left:0px;
    margin-top:0px;
    margin-bottom:0px;
}



.headertextmedium
{
    font-family:'Lato',sans-serif;
    font-size:14pt;
    font-weight:bold;
}



.tabletextmedium
{
    font-size: 12pt;
    color: #333333;
    text-decoration: none;
}

.tabletextmediumbold
{
    font-weight: bold;
    font-size: 12pt;
    color: #333333;
    text-decoration: none;
}



.tabletextlarge
{
    font-size: 14pt;
    color: #333333;
    text-decoration: none;
}

.tabletextlargebold
{
    font-weight: bold;
    font-size: 14pt;
    color: #333333;
    text-decoration: none;
}



.tabletext
{
    font-size: 11pt;
    color: #333333;
    text-decoration: none;
}


.tabletextwhite
{
    font-size: 11pt;
    color: white;
    text-decoration: none;
}

a.tabletext:hover
{
    color: #0d89ec;
}

.tabletextitalic
{
    font-size: 11pt;
    color: #333333;
    font-style:italic;
    text-decoration: none;
}

.tabletextwhiteitalic
{
    font-size: 11pt;
    color: white;
    font-style:italic;
    text-decoration: none;
}


.tabletextbold
{
    font-size: 11pt;
    color: #333333;
    font-weight:bold;
    text-decoration: none;
}

a.tabletextbold:hover
{
    color: #0d89ec;
}

.tabletextwhitebold
{
    font-size: 11pt;
    color: white;
    font-weight:bold;
    text-decoration: none;
}

a.tabletextwhitebold:hover
{
    color: #0d89ec;
}


.tabletextsmall
{
    font-size: 10pt;
    color: #333333;
    text-decoration: none;
}

a.tabletextsmall:hover
{
    color: #0d89ec;
}

.tabletextsmallitalic
{
    font-size: 10pt;
    font-style:italic;
    color: #333333;
    text-decoration: none;
}


.texttiny
{
    font-size:9pt;
    color: #333333;

}

.tabletextnb
{
    border:0px !important;
    font-size: 11pt;
    color: #333333;
    text-decoration: none;
}

.tabletextnb_valigntop
{
    vertical-align:top;
    border:0px !important;
    font-size: 11pt;
    color: #333333;
    text-decoration: none;
}


.tabletextnb_valign
{
    vertical-align:middle;
    border:0px !important;
    font-size: 11pt;
    color: #333333;
    text-decoration: none;
}

.singletablecell
{
    /* background-color:#fffbe6; */
    overflow-wrap: break-word;
}

.graybordergrid
{
    /* border: 1px solid #dee2e6; */
    border-radius:10px;
}

video
{
    /* border: 1px solid #dee2e6; */
    border-radius:10px;
}

audio
{
    border-radius:5px;
}



/**********************************************
 * Manipulations with PrimeFaces OLD
 **********************************************/



.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td
{
    white-space: normal;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a
{
    /* color:green; */
    text-decoration:underline;
}

.ui-panelgrid td tabletextnb
{
    border:0px !important;
}


.ui-panelgrid td tabletextnb_valigntop
{
    border:0px !important;
}

.ui-panelgrid td tabletextnb_valign
{
    border:0px !important;
}

.ui-widget-content.ui-menu-list.ui-corner-all.ui-helper-clearfix.ui-menu-child.ui-shadow
{
    /* background-color:#afdfef; */
    background-color:#f5f5f5;
    /* background-color:white; */
    background-image:none;
    box-shadow:none;
    /*width: 292px;*/
}


.ui-menuitem.ui-widget.ui-corner-all.ui-menuitem-active
{
    background-color:white;
    /*text-decoration:underline;*/
}

.ui-menuitem.ui-widget.ui-corner-all.ui-menuitem-active .ui-menuitem-link.ui-corner-all.ui-state-hover
{
    background:none;
}

.ui-menuitem-link.ui-corner-all.ui-state-hover .ui-menuitem-text
{
    /*color:#f17523;*/
    background-color:white;
}

.ui-menuitem-link.ui-corner-all.ui-state-hover.topmenusublink .ui-menuitem-text
{
    font-weight:bold;
    color:#f17523;
}

.topmenusubsublink .ui-menuitem-link.ui-submenu-link.ui-corner-all.ui-state-hover .ui-menuitem-text
{
    font-weight:bold;
    color:#f17523;
}

.ui-widget.ui-menuitem.ui-corner-all.ui-menu-parent.topvideomenu.ui-menuitem-active .ui-widget-content.ui-menu-list.ui-corner-all.ui-helper-clearfix.ui-menu-child.ui-shadow
{
    width: 290px;
}

.ui-widget.ui-menuitem.ui-corner-all.ui-menu-parent.testingadvancedsubmenu.ui-menuitem-active .ui-widget-content.ui-menu-list.ui-corner-all.ui-helper-clearfix.ui-menu-child.ui-shadow
{
    width: 290px;
}

.ui-widget.ui-menuitem.ui-corner-all.ui-menu-parent.topnamemenu.ui-menuitem-active .ui-widget-content.ui-menu-list.ui-corner-all.ui-helper-clearfix.ui-menu-child.ui-shadow
{
    width: 220px;
}


.ui-menuitem-active
{
    border:0px solid #c0c0c0 !important;
}

.ui-menu.ui-menubar.ui-widget.ui-widget-content.ui-corner-all.ui-helper-clearfix
{
    border:0px;
}


.ui-menuitem.ui-widget.ui-corner-all
{
    z-index:10000;
}

/* rounded corners on all Panel and DataTable headers */
.ui-panelgrid-header.ui-widget-header
{
    border-radius: 10px;
}

body .ui-panelgrid .ui-panelgrid-cell
{
    background: none;
}

/**********************************************
 * Manipulations with PrimeFaces NEW
 **********************************************/

body .ui-menu.ui-menubar
{
    padding:0;
    background:none;
    border:0;    
}

body .ui-menu .ui-menu-list .ui-menuitem > .ui-menuitem-link .ui-menuitem-text
{
    font-size:12pt;
    border:0;

}

.ui-menuitem-text
{
    /* font-size:10.5pt;*/
    font-weight:600;
}

body .ui-panelgrid .ui-panelgrid-cell.ui-widget-header
{
    /*background-color:#0077cc;*/
    background-image: linear-gradient(180deg,#0077cc,#44aaff);
}

body  .ui-panelgrid .ui-panelgrid-footer .ui-panelgrid-cell.ui-widget-header
{
    /*background-color:#0077cc;*/
    /* background-image: linear-gradient(180deg,#0077cc,#44aaff);  */
    background-color:#f8f9fa;
    background-image:none;
}

body .ui-datatable .ui-datatable-header
{
    background-image: linear-gradient(180deg,#0077cc,#44aaff);
    border-radius:10px 10px 0 0;
}

.ui-panelgrid-header.ui-widget-header
{
    background-image: linear-gradient(180deg,#0077cc,#44aaff);
    padding:0 !important;
}

body .ui-datatable .ui-datatable-header
{
    padding:0;
}

body .ui-datatable .ui-datatable-footer
{
    padding:4px;
    text-align:center;
    /* background-image: linear-gradient(180deg,#0077cc,#44aaff);  */
    background-color:#f8f9fa;
}

body .ui-panelgrid .ui-panelgrid-cell
{
    /* background-color:#fffbe6; */
}

body .ui-tabs .ui-tabs-panels .ui-tabs-panel
{
    /* background-color:#fffbe6; */
}

body .ui-panelgrid .ui-panelgrid-cell.ui-widget-header
{
    padding:0;
}

body .ui-panelgrid .ui-panelgrid-cell
{
    padding:0;
}

body .ui-datatable .ui-paginator
{
    padding:6px;
}

.hrabluetableheaderbar
{
    text-align:center;
    padding:6px;
    color:white;
    font-size:1.05rem;
}



.simpletableheader
{
    padding:10px 0px;
    font-size:12pt;
    color:white;
    font-weight:bold;
}

.simpletableheaderdiv
{
    text-align:center;
    padding:6px;
    color:white;
    font-size:1.1rem;
}

body .ui-accordion .ui-accordion-content
{
    background:0;
}

/**********************************************
 * Font Colors
 **********************************************/

.hrablue
{
    color: #0077cc; /* #0077cc */
}



/**********************************************
 * FORM ELEMENTS
 **********************************************/

.selectholder
{
    /* padding-bottom:0px;*/
}


/**********************************************
 * TEMPLATE LAYOUT CLASSES
 **********************************************/

.hrabox_1
{
    background-color: #efefef;
    border: 1pt solid #c7c7c7;
    box-shadow: 0 0 40px 40px rgba(255,248,243,0.15);
}

img
{
    border-width: 0px;
}



/**********************************************
 * buttons
 **********************************************/


.logmillctabut2
{
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:13px;
    border:0px;
    background-color: #f8951f;
    padding:4px 5px;
    color:white;
    font-size: 1.1rem;
    height:32px;
    cursor:pointer;
}


.ui-button.logmillorangebut
{
    background-color: #f8951f;
    border: 1px solid #f8951f;
    color:white;
}

.ui-button.ui-state-hover.logmillorangebut
{
    background-color: #f8951f;
    border: 1px solid #f8951f;
    color:yellow;
}



.orgnbut2
{
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:6px;
    border:0px;
    background-color: #0077cc;
    padding:6px 10px;
    color:white;
    font-size: 16pt;
    height:44px;
    cursor:pointer;
    /*box-shadow: 0 2px #c44f02;*/
}


.orgnbut2ovr
{
    background-color: #0d89ec;
    /* color: #c0c0c0; */
}


.bluebut2
{
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:4px;
    border:0px;
    background-color: #0077cc;
    padding:3px 5px;
    color:white;
    font-size: 11pt;
    /*height:30px; */
    cursor:pointer;
    /* box-shadow: 0 1px #c44f02;*/
}

.bluebut2ovr
{
    background-color: #0d89ec;
    /* color: #c0c0c0; */
}


.whitebut
{
    background-color: #ffffff;
    color:  #0077cc;
    border-color:blue;
}

body .ui-button
{
    background-color:#0077cc;
    border-color:#0077cc;
}

body .ui-button.ui-state-hover
{
    background-color:#085ea1;
    border-color:#085ea1;
}



.ui-button.ui-widget.ui-state-default.ui-button-text-only.whitebut
{
    background-color: #ffffff;
    color:  #0077cc;
    border-color:#dee2e6;
}

.ui-button.ui-widget.ui-state-default.ui-button-text-only.whitebut.ui-state-hover
{
    background-color: #dee2e6;
    color:  #0077cc;
    border-color:#b1b4b6;
}

.ui-paginator.ui-paginator-top.ui-widget-header
{
    background-color: #f8f9fa;
}


.hramodaldialog .ui-dialog-titlebar.ui-widget-header.ui-helper-clearfix.ui-corner-top.ui-draggable-handle
{
    padding:0;
}

.hramodaldialog .ui-dialog-content.ui-widget-content
{
    padding:0;
}

.wrapping-button
{
    margin-bottom:3px !important;
}

.page_title_div
{
    float:left;
    padding-top:4px;
    padding-left:15px;
    max-width:890px;
}


.gen-flex-container-top
{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width:990px;
}

.gen-flex-container-middle
{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


.fulllabelcol
{
    width:30%;
    text-align:right;
    padding-right:10px;
}

.fullselectone
{
    min-width:100px !important;
    width:90%;
    max-width:300px;
}

.fulltextinput
{
    min-width:100px !important;
    width:80%;
    max-width:300px;
}

.fulltextinputarea
{
    max-width:100%;
}

.pagetitleicondiv
{
    display:none;
}

.page_title_holder
{
    padding-bottom:10px;
}

.page_title_div
{
    float:left;
    padding-top:4px;
    padding-left:0;
}

.searchcriteriadiv
{
    margin:0px;
    margin-top:12px;
    background-color:#f8f9fa;
    padding:10px 10px 10px 10px;
    border-radius: 10px;
    min-height:40px;
}


/**********************************
* Media Queries
**********************************/

@media screen and (max-width: 1033px) {
    .header-logo-container
    {
        padding-left:10px;
    }
}


@media screen and (max-width: 900px) {
    #hrawidemenu {
        display: none;
    }

    #hramobilemenu {
        display:block;
    }

    .footer1-flex-member
    {
        min-width:400px;
        padding-left:50px;
    }
    
    span.ui-menuitem-text
    {
        font-weight:normal;
    }
    
    ul.ui-menu-list li h3
    {
        font-weight:normal !important;
    }


}

@media screen and (min-width: 901px) {
    #hrawidemenu {
        display: block;
    }

    #hramobilemenu {
        display:none;
    }
}

/* pad top banner text left, pane 5 padding */
@media screen and (max-width: 900px) {
    .pagetitleicondiv
    {
        display:none;
    }


    .page_title_div
    {
        float:none !important;
        text-align:center;
        max-width:100% !important;
    }

    .page_title
    {
        font-size:2.1rem;
    }

    .hide-900
    {
        display:none;
    }
}

@media screen and (max-width: 800px) {
    .hide-800
    {
        display:none;
    }
}

@media screen and (max-width: 700px) {
    .hide-700
    {
        display:none;
    }
}

@media screen and (max-width: 600px) {
    .hide-600
    {
        display:none;
    }    
    .show-600
    {
        display:block !important;
    }    
    .topleft-curved-600
    {
        border-radius:10px 0 0 0;
    }
}

@media screen and (max-width: 500px) {
    .hide-500
    {
        display:none;
    }
    .show-500
    {
        display:block !important;
    }
    .fullselectone
    {
        max-width:200px
    }
}

                    





