﻿@import url("/ULIFE_Theme/Theme.ULIFE_Theme.css?3719");

/*.Footer{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
}*/

.Table{
    padding:4px;
    background-color: #ffffff;
}

.Table, .Table th, .Table td{
    border:1px solid #FFB30F;
    padding:8px;
}

.TableHeader{
    background-color: #FFB30F;
    color:#ffffff;
}

.BigText{
    font-weight: 100;
}

.List li {
  list-style: circle outside url('/ULICOPortal/img/check_icon.png?6861');
  font-size: 1.2em;
  font-weight: bold!important;
}

.Footer{
    width:100%;
    position:absolute;
    --bottom:0;
    left:0;
}

.btn_downloads {
    background-color: #ffaf00;
    color: white!important;
    border: none;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    text-align: left;
    padding: 0px 14px;
    border-radius: 4px;
    --height: auto;
    --float: left;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    margin-top: 12px;
}

.btn_downloads:hover {
    color: white;
    text-decoration: none;
}

.btn_downloads .downloadicon {
    float: right;
}

.Superscript {
    vertical-align: super;
    font-weight: 100!important;
    font-size: .6em;
    padding-left: 4px;
    padding-right: 4px;
}

.sidemenu_container{
    --position: fixed;
    margin-left: 0px;
    margin-top: 0px;
}

.sidemenu_heading{
    padding:10px;
    background-color:#FFB30F; 
    background-color: #005288;
    background-color: #4D5C66;
    color:#ffffff;
}

.sidemenu_menuitem{
    padding:0px;
}

.sidemenu_menuitem ul li, .sidemenu_menuitem .listitem{
    padding: 10px;
    list-style-type: none;
    border-bottom: 1px solid #efefef;
}

.sidemenu_menuitem .listitem{
    padding: 10px;
    list-style-type: none;
    border-top: 1px solid #efefef;
}

.sidemenu_menuitem ul li:last-child{
    border-bottom: none;
}

.sidemenu_menuitem a{
    color:#000000!important;
    font-weight: 800;
}


.sidemenu_menuitem a:hover{
    color: #005288!important;
    color: #4D5C66!important;
}

.phone .LoRes_Menu{
    display: none;
}
.icon-link{
    color:#ffffff!important;
}

/*.Footer{
    position:relative;
    bottom:0px;
    left:0px;
    clear: both;
}*/


.Header {
    height: 125px;
}


/* Adding screen-content class to set the columns 
   heighs to the same value, in order to fix the 
   rigth menu
*/
.screen-content > .Columns { 
    display: flex;
}

.screen-content > .SmallRightColumns > .Column.ColLast {
    display: flex;
}

.screen-content > .SmallRightColumns > .Column.ColLast > div {
    display: flex !important;
    height: inherit;
}

.screen-content > .SmallRightColumns > .Column.ColLast > .OSInline > .PH_Preview {
    height: inherit;
}
