<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* RIO LAYOUT &amp; THEME
* Supported Browsers &gt; Google Chrome 3+ , Mozilla Firefox 3+ , Safari 3+ , Opera 3+ , Yandex Browser , Inernet Explorer 9+
* Copyright 2014 - PrimeFaces Theme Market - PrimeTek */
/* FONT-FACE*/
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Regular.woff2") format('woff2'), url("../fonts/OpenSans-Regular.woff") format('woff'), url("../fonts/OpenSans-Regular.ttf") format('truetype'), url("../fonts/OpenSans-Regular.svg?#Open Sans") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Italic.eot");
    src: url("../fonts/OpenSans-Italic.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Italic.woff2") format('woff2'), url("../fonts/OpenSans-Italic.woff") format('woff'), url("../fonts/OpenSans-Italic.ttf") format('truetype'), url("../fonts/OpenSans-Italic.svg?#Open Sans") format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Light.woff2") format('woff2'), url("../fonts/OpenSans-Light.woff") format('woff'), url("../fonts/OpenSans-Light.ttf") format('truetype'), url("../fonts/OpenSans-Light.svg?#Open Sans") format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Bold.woff2") format('woff2'), url("../fonts/OpenSans-Bold.woff") format('woff'), url("../fonts/OpenSans-Bold.ttf") format('truetype'), url("../fonts/OpenSans-Bold.svg?#Open Sans") format('svg');
  font-weight: 700;
  font-style: normal;
} 

.FontRobotoBold {
    font-family: 'Open Sans';
}
.FontRobotoRegular {
    font-family: 'Open Sans';
}
.FontRobotoLight {
    font-family: 'Open Sans';
}

.text-right {
    text-align: right;
}

.text-center{
    text-align: center;
}

.pointer{
    cursor:pointer;
}

/*BODY*/
html {
    height: 100%;
}
body {
    margin: 0px;
    height: 100%;
    width: 100%;
    background-color: #efefef;
    min-height:600px;
    font-family: "Open Sans";
}

h2{
    font-weight: 400;
    font-size: 19px;
}

.Card h2.small-h2{
    border: 0;
    font-size: 18px;
}

a.ui-button:hover{
    color:white !important;
}

body .ui-datatable thead th, .ui-datatable tfoot td{
    text-align: left;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 12px;
    margin: 1px 0;
    padding: 3px !important;
}

.ui-paginator .ui-paginator-first,
.ui-paginator .ui-paginator-prev,
.ui-paginator .ui-paginator-pages .ui-paginator-page,
.ui-paginator .ui-paginator-next,
.ui-paginator .ui-paginator-last,
.ui-paginator .ui-paginator-rpp-options,
.ui-paginator .ui-paginator-current{
    color:white;
}

span:focus { outline: 1px solid #FFF9F3; }

select{
    color: #546e7a;
    font-size: 16px;
    font-family: 'Open Sans' !important;
    padding: 8px 10px !important;
    padding-right: 33px !important;
    border: solid 0px #c6d6df;
    border-bottom: solid 1px #b0bec5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-image: url('../images/downarrow-aliceblue.svg');
    background-repeat: no-repeat;
    background-position: right 15px top 18px;
    background-size: 14px;
    cursor: pointer;
    position: relative;
    top: -2px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)/* CHROME ONLY STYLES */
and (min-resolution:.001dpcm) {
    select{
        padding: 9px  10px !important;
        padding-right:33px !important;
    }
}

select[multiple="multiple"]{
    background-image:none;
}

select::-ms-expand{
     display: none;
}

.ui-inputswitch .ui-inputswitch-off span, body .ui-inputswitch .ui-inputswitch-on span{
    color:#ffffff;
}

body label{
    margin-bottom:0px;
}

.jsf-page select{
    width:100%;
}

.cente#ea1515{
    text-align:center;
}

.padded-15{
    padding:15px;
}


.visible-label{
    display:block;
    margin-bottom:5px;
}

/** ACCESSIBILITY COMPONENTS **/
#skiptocontent a {
    padding: 6px;
    position: fixed;
    top: -40px;
    left: 0px;
    color: white !important;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

#skiptocontent a:focus {

    position: fixed;
    left: 65px;
    top: 0px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    background: #317cae;
    outline: 0;
    -webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
    z-index: 1000000;
}

.rotate90{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate270{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.global-ajax-loader{
    position: fixed;
    bottom: -86px;
    left: 69px;
}


#contentBody h1{
    color: #555;
    font-size: 20px;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
}

.ui-paginator-top, .ui-datagrid-header{
    display:block;
}

.ui-paginator a img, .exporter .ui-datatable-header a {
    float: right;
    margin-right: 5px;
    margin-top: 7px;
}

.ui-paginator.ui-paginator-top {
    border-bottom: 0px none;
    margin-top: 6px;
}

.ui-datagrid{
    border:0;
}

.input-group .ui-button{
    padding: 0px !important;
}

.input-group .ui-button .ui-button-text{
    padding: 10px 24px !important;
    padding: 7px 9px !important;
    padding-bottom: 8px !important;
    border-bottom-left-radius:0;
    border-top-left-radius: 0;
}

.block-header{
    padding: 15px 22px;
    padding-bottom: 20px
}

.block-header h1{
    color:#546E7A;
    font-size:17px;
    text-transform: uppercase;
    font-weight: 100;
}

.Card h2 {
    border-bottom: 2px solid #e7e7e7;
    display: block;
    padding: 0 0 10px 8px;
}

.ui-selectmanycheckbox{
    width:100%;
}

.ui-selectmanycheckbox tr:nth-child(2n+1){
    background-color:#f7f7f7;
}

.ui-selectmanycheckbox.ui-widget td, .ui-selectoneradio.ui-widget td{
    padding:2px;
}

.org-container{
    color: #fff;
    background-color: #0273af;
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-block;
    font-size: 13px;
    padding: 6px 36px;
    padding-bottom: 6px;
    border-top-left-radius: 3px;
    box-shadow: -1px -1px 25px rgba(0,0,0,.35);
    z-index: 1000;
}

.org-container a{
    color: #fff;
}

.org-container .fa{
    color:#fff;
}

.org-container .fa:hover{
    opacity: .8;
}

.org-container .clock {
    COLOR: #FFFFFF;
    BACKGROUND-COLOR: transparent;
}

.org-container .ui-clock{
    padding:inherit !important;
    -webkit-border-radius:inherit !important;
    -moz-border-radius:inherit !important;
    border-radius:inherit !important;
    background-color: transparent;
    font-size: 12px;
    color: #fff;
    font-weight:normal;
}

.status-box{
    transition: all .25s;
}

.status-box:hover{
    opacity:.8;
}

.loginbodyblue {
    /*background-image: url("/bso/view/resources/images/blue-background.svg");*/
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-color: #0273af;
    background-repeat: no-repeat;
    height: auto;
    border-top: solid 10px #0273af;
}
.loginbodyorange {
    /* ackground-image: url("../view/resources/images/orange-background.svg");*/
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-color: #fb8c00;
    background-repeat: no-repeat;
    height: auto;
    border-top: solid 10px #fb8c00;
}
.loginbody#ea1515 {
    /*background-image: url("../view/resources/images/#ea1515-background.svg");*/
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-color: #e53935;
    background-repeat: no-repeat;
    height: auto;
    border-top: solid 10px #e53935;
}
/* topbar */
#layout-topbar {
    height: 64px;
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    left:0;
    right:0;
}

#layout-topbar ul {
    list-style: none;
}

#trigger{
    background-color:#5b87b7;
    height:64px;
    width:65px;
    float:left;
}

#trigger span{
    color: white;
    font-size: 35px;
    padding: 16px;
    display: inline-block;
    cursor:pointer;
}

.logo {
    display: block;
    height: 100%;
    white-space: nowrap;
    width: 175px;
    max-width: 175px;
    text-align: center;
    margin-left: 1%;
}

.logo:before {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
}

.logo a {
    vertical-align: middle;
    display: inline-block;
}

.logo img {
    max-height: 50px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    max-width:175px;
}

.ui-dialog-content .logo {
    width: auto;
    margin-bottom: 7px;
}

.ui-dialog-content .logo img {
    margin-left: 0;
    margin-right: 0;
}

#mobile-menu-button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    width: 47px;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    overflow: visible;
    margin: 0;
    display: block;
    padding-left: 17px;
    padding-top: 26px;
    padding-bottom: 21px;
    background-color: inherit;
}

#mobile-menu-button.MenuClose {
    margin-top: 39px !important;
    background-color: #ef5350 !important;
    color: #ffffff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

a#mobile-menu-button:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 7px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: 0;
}

a#mobile-menu-button.open:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}



/* top menu */
#top-menu,
#quick-add {
    margin: 6px 0 0;
    padding: 0;
}

#top-menu a:hover, #quick-add a:hover{
    text-decoration: none;
}



#quick-add li li .icon, #quick-add li li .fa{
    color: #317cae;
    position: relative;
    top: 4px;
    font-size: 21px;
    padding: 0 5px;
}

#top-menu li, #quick-add li {
    float: left;
    margin-left: 4px;
    position: relative;
}
#top-menu &gt; li &gt; a, #quick-add &gt; li &gt; a, #show-top-menu, .search-toggle  {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 28px;
    text-align: center;
    padding-top: 10px;
    width: 37px;
    height: 47px;
    cursor: pointer;
    display: block;
    float: left;
    color: #317cae;
    overflow: hidden;
}


#show-top-menu{float:right;}

#top-menu &gt; li &gt; a:hover,
#quick-add &gt; li &gt; a:hover,
#top-menu li a:focus,
#quick-add li a:focus,
#top-menu &gt; li &gt; a:hover .icon,
#quick-add &gt; li &gt; a:hover .icon,
#top-menu li a:focus .icon,
#quick-add li a:focus .icon{
    color: #18659A;
}

#top-menu &gt; li &gt; a .Txt,
#quick-add &gt; li &gt; a .Txt {
    display: none;
    font-family: 'Open Sans';
}
#top-menu li ul,
#quick-add li ul {
    max-height: 0px;
    transition: max-height .0s;
}

#top-menu li ul,
#quick-add li ul{
    display: block;
    position: absolute;
    top: 51px;
    min-width: 170px;
    max-height:0;
    right: 0;
    max-height: 0px;
    background-color: white;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow:none;
    border-top:0;
    overflow:hidden;
    padding-left:0;
}

#quick-add li ul{
    left: -9px;
}

#top-menu li.active-menu ul,
#quick-add li.active-menu ul{
    border-top: 4px solid #317cae;
    box-shadow: 0px 0px 4px rgba(0,0,0,.25);
    max-height:900px;
    transition: max-height .35s;
    width: auto;
    height: auto;
    background-color: #fff;
    margin-top:-4px;
    z-index: 1000;
}

#top-menu .active-menu &gt; a:after,
#quick-add .active-menu &gt; a:after
{
    display: block;
    content: "";
    z-index: 100;
    position: absolute;
    top: 40px;
    color: #317cae;
    right: 12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #317cae
}

#top-menu li ul li,
#quick-add li ul li{
    padding:6px 3px;
}

#top-menu li ul li,
#quick-add li ul li{
    display: block;
    position: relative;
    float: none;
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
}


/* role dropdown under account */
.account-top{
    background-color: #F5F5F5;
    padding: 5px 5px;
    box-shadow: inset 0px -4px 4px rgba(55,55,55,.05);
}

.account-top .current-role{
    cursor: pointer;
    font-size: 12px;
    position: relative;
    top: -2px;
}

.account-top #role .inner-role-container{
    height:0px;
    overflow:hidden;
    transition: all .3s;
}

.account-top #role.open .inner-role-container{
    height:auto;
    overflow: auto;
}

.account-top .fa.fa-caret-down{

}



/* top search */
#search-container{
    width: 45%;
    margin: 10px 0 0 5%;
}

@media(max-width: 1200px) {
    #search-container {
        width: 40%;
        margin-left: 0;
    }
}

#search-container .search-input-cell .close{
    display:none;
}

#search-container .main-search{
    padding: 9px 11px;
    font-size: 16PX;
    box-shadow: none;
    padding-bottom: 10px;
    z-index:1000;
    color: #fff !important;
}

#search-container .selection .fa {
    position: relative;
    top: 15px;
    margin-right: 5px;
}

#search-container #search-choice{
    position: relative;
    cursor: pointer;
    font-size: 16px !important;
}

#search-container #search-choice a.selection{
    color: #333;
    text-shadow: none;
}

#search-container #search-choice a.selection span{
    width: 100%;
    display: inline-block;
}

#search-dropdown &gt; li &gt; a{
    cursor: pointer;
}

#search-container #search-choice #search-dropdown{
    max-height: 0;
    position: absolute;
    box-shadow: 0px 0px 4px rgba(0,0,0,.25);
    transition: max-height .35s;
    width: 100px;
    height: auto;
    background-color: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    top: 25px;
    min-width: 170px;
    padding-left: 0px;
    right: 0px;
    overflow: hidden;
}

#search-container .dropdown-cell{
    width:155px;
    top: 2px;
    position: relative;
}



#search-container #search-choice #search-dropdown &gt; li &gt; a{
    color: #676767;
    padding: 5px 5px;
    padding-left: 15px;
    display: block;
    border-bottom: solid 1px #e1f5fe;
    font-size: 16px;
    font-family: 'Open Sans';
}

#search-container #search-choice #search-dropdown &gt; li &gt; a:hover{
    background-color: #F7F7F7;
}

#search-container #search-choice.active #search-dropdown{
    max-height:9000px;
}

#search-container #search-choice .fa{
    position:absolute;
    right:1px;
}

#search-container #search-choice .fa-caret-down{
    display:inline-block;
}

#search-container #search-choice .fa-caret-up{
    display:none;
}

#search-container #search-choice.active .fa-caret-down{
    display:none;
}


#search-container #search-choice.active .fa-caret-up{
    display:inline-block;
}

#search-container #advancedExtSearchlink {
    font-size: 14px !important;
}


.input-select-button{
    display:table;
}

.input-select-button &gt; div{
    display:table-row;
}

.input-select-button &gt; div &gt; div{
    display:table-cell;
    width:30%;
}

.input-select-button &gt; div &gt; div:first-child{
    width:90%;
}

.input-select-button input,
.input-select-button .ui-selectonemenu,
.input-select-button button{
    width:100% !important;
}

.input-select-button .ui-button-text-only .ui-button-text{
    padding: 11px 24px !important;
}

.input-select-button .ui-selectonemenu{
    position:relative;
    top:15px;
}

.input-select-button &gt; div &gt; div:last-child{
    width:5%;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.ui-button-text-only.narrow .ui-button-text{
    padding-top:5px !important;
    padding-bottom:5px !important;
}

/* narrow screens */
@media(max-width: 1200px){
    .input-select-button .ui-selectonemenu{
        max-width:300px;
    }
}

/* tablet widths */
@media(max-width: 991px){
    .input-select-button .ui-selectonemenu{
        max-width:250px;
    }

    #top-menu{
        right:51px;
        border-top: 4px solid #317cae;
        box-shadow: 0px 0px 4px rgba(0,0,0,.25);
        max-height: 900px;
    }

    #top-menu &gt; li &gt; a &gt; .fa-caret-down{
        float:right;
        position:relative;
        top:5px;
    }

    #top-menu li.active-menu ul{
        position: static;
        border: 0;
        box-shadow: none;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
    }

    #layout-topbar #top-menu li ul li a{
        padding-left: 13px;
        width: auto;
    }

    #top-menu .badge{display:none !important;}

    body #top-menu &gt; li &gt; a:hover, body #top-menu li a:focus{
        background-color:#f7f7f7;
    }

    /*#top-menu.showmenu:before{
        display: block;
        content: "";
        z-index: 100;
        position: absolute;
        top: 29px;
        color: #317cae;
        right: 8px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #317cae
    } */
}

/* phone landscape / table portrait */
@media(min-width: 480px) and (max-width: 767px){
    .input-select-button .ui-selectonemenu{
        max-width:140px;
    }
}

/* phone portrait */
@media(max-width:479px){
    .input-select-button .ui-selectonemenu{
        max-width:100px;
    }

    #contentBody h1{
        font-size:16px;
    }
}

.badge{
    display: inline-block;
    min-width: 12px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ea1515;
    border-radius: 12px;
    font-family: "Open Sans";
    transition:all .25s;
    transition:all .25s;
    box-sizing: border-box;
}

.Animated02{
    transition: all .2s;
}

#top-menu{
    float:right;
}

#top-menu li ul li .badge {
    top: 6px;
    right: 2px;
}

#top-menu .badge {
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 6px;
}

#top-menu li ul li input[type="text"] {
    background-color: transparent;
    border: 0px none;
    border-bottom: solid 1px #e1f5fe;
    padding: 0px;
    width: 120px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #e1f5fe;
}
#top-menu li ul li input[type="text"]::-webkit-input-placeholder {
    color: #e1f5fe;
}
#top-menu li ul li input[type="text"]:-moz-placeholder {
    color: #e1f5fe;
    opacity: 1;
}
#top-menu li ul li input[type="text"]::-moz-placeholder {
    color: #e1f5fe;
    opacity: 1;
}
#top-menu li ul li input[type="text"]:-ms-input-placeholder {
    color: #e1f5fe;
}
#top-menu li ul li a,
#quick-add li ul li a{
    color: #676767 !important;
    padding: 5px 5px;
    display: block;
    border-bottom: solid 1px #e1f5fe;
    font-size: 16px;
    font-family: 'Open Sans';
}

#top-menu li ul li a:hover,
#quick-add li ul li a:hover{
    background-color: #F7F7F7;
}

#top-menu li ul .inner-role-container li a:hover{
    background-color:#FFF;
}

#top-menu .icon, #top-menu .fa{
    color:#676767;
}

.trybeta-label {
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 16px 2px 0 0;
}
.trybeta-switch {
    padding: 14px 2px 0;
}

#show-top-menu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 28px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    width: 47px;
    height: 37px;
    cursor: pointer;
    position: relative;
    margin: 8px 2% auto auto;
    overflow: hidden;
}
/*#show-top-menu:hover {
  background-color: #039be5;
}
#show-top-menu.MenuClose {
  background-color: #039be5;
} */
/* wrapper */
#wrapper {
    display: inline;
    width: 100%;
    height: 100%;
}
#wrapperIndent {
    display: inline;
    height: 100%;
}
/*Layout Menu Cover */
#layout-menu-cover {
    width: 65px;
    display: block;
    height: 100%;
    vertical-align: top;
    position: fixed;
    background-color: #5b87b7;
    box-shadow: 1px 3px 4px rgba(0,0,0,.3);
    z-index: 999;
    left: 0;
    top: 64px;
}

#layout-menu-cover.showmenu span.Fs17{
    display:inline;
    position: absolute;
    min-width: 187px;
}

#layout-menu-cover .badge {
    position: absolute;
    left: 40px;
    top: 39px;
    font-size: 0px;
    width: 9px;
    height: 9px;
    min-width: 9px;
    box-sizing: border-box;
    padding: 2px 3px;
}

body .layout-menu li a{
    color:#fff !important;
}

.switch-right &gt; span{
    font-size:19px;
    position: relative;
    top:-8px;
}

.badge[data-count="0"]{
    opacity:0;
}

#layout-menu-cover span.Fs17{
    display:none;
    transition: display .5s;
}

#layout-menu-cover.showmenu{
    width: 230px;
}

/*Layout Menu */
.layout-menu {
    width: 100%;
    margin-bottom: 70px;/*  wierd scrolling issues don't show bottom part without this */
    padding: 0px;
    margin: 0;
}

ul.layout-menu a.menulink {
    padding: 0 17px;
    background-color: inherit;
}

div.showmenu ul.layout-menu .menulink &gt; img {
    margin-right: 17px;
}

ul.layout-menu .menulink &gt; img {
    width: 30px;
    height:30px;
    background-color: transparent;
    position: relative;
    margin-right: 17px;
    vertical-align: middle;
}

.layout-menu.rio-menu {
    margin-top: 0px;
}

.layout-menu li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.layout-menu li a {
    color: #fff;
    cursor: pointer;
}

.layout-menu ul {
    padding: 0px;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

#layout-menu-cover ul.active-menu {
    height: auto;
    opacity: 1;
    background-color: #18659A;
}

#layout-menu-cover:hover .layout-menu &gt; li &gt; a.active-menu,
.layout-menu &gt; li &gt; a.active-menu {
    /* background-color: #0D4369; */
}
.layout-menu .active-menu-restore {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.layout-menu &gt; li {
    width: auto;
    height: auto;
    font-size: 18px;
    margin-bottom:0;
}

.layout-menu &gt; li.seperated{
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.layout-menu &gt; li.menu-divider {
    border-top: 1px solid #ccc;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
}

    .layout-menu &gt; li &gt; a, .layout-menu &gt; .nav-breaker li &gt; a {
        display: block;
        font-family: 'Open Sans';
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 64px;
        box-sizing: content-box;

    }

.layout-menu &gt; li:hover &gt; a, .layout-menu &gt; .nav-breaker &gt; li:hover a{
    box-shadow: 0px 0px 3px rgba(0,0,0,.25);
}

.layout-menu &gt; li &gt; a:hover,
.layout-menu &gt; li &gt; a:active,
.layout-menu &gt; li &gt; a:focus,
.layout-menu &gt; .nav-breaker &gt; li &gt; a:hover,
.layout-menu &gt; .nav-breaker &gt; li &gt; a:active,
.layout-menu &gt; .nav-breaker &gt; li &gt; a:focus{
    /*background-color: #18659A;*/
    background-color: rgba(0,0,0,.3);
}
.layout-menu &gt; li &gt; a &gt; i {
    display: block;
    font-size: 23px;
    float: left;
    margin-right: 6px;
    line-height: 0.7;
}
.layout-menu li ul li {
    font-family: 'Open Sans';
    font-size: 15px;
}
.layout-menu li ul li a {
    width: 80%;
    padding: 9px 10%;
    display: block;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.layout-menu li ul li a:hover {
    background-color: #0D4369;
}
.layout-menu li ul li a &gt; i {
    margin-right: 4px;
    font-size: 14px;
}

.layout-menu .fa, .layout-menu .icon-contracts{
    position: relative;
    top:3px;
}

/* highlighted leftnav items */
li.active{
    position: relative;
}

.layout-menu &gt; li.active img {
    z-index: 1;
}

.layout-menu &gt; li.active a {
    background-color: rgb(64, 94, 128);
    background-color: rgba(0,0,0,.3);
}

.layout-menu &gt; li.active &gt; a:after {
    display:block;
    content:"";
    background-color: #e0710e;
    height: 52px;
    width: 53px;
    border-radius:7px;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: -1;
}

/* menu levels */
.menu-level-1 {
    text-indent: 8px;
}
.menu-level-2 {
    text-indent: 16px;
}
.menu-level-3 {
    text-indent: 24px;
}
.layout-menu &gt; li &gt; a.menulink &gt; i.icon-ellipsis1 {
    display: none;
}
/*Layout Portlets Cover*/
#layout-portlets-cover {
    display: block;
    vertical-align: top;
    padding: 70px 10px 30px 0.1%;
    margin-left: 240px;
}
.Card {
    padding: 15px;
    display: block;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family: 'Open Sans';
    color: #546e7a;
    margin-bottom:15px;
}
.CardTopic {
    font-size: 15px;
    margin: 0px;
    padding: 10px 0px;
    width: 100%;
    display: block;
    color: #546e7a;
}
.CardFooter {
    border-top: solid 1px #e0e0e0;
    margin: 10px -10px -12px;
    padding: 10px;
    overflow: hidden;
    display: block;
}
.CardFooterBtn {
    padding: 10px;
    margin: -10px 0px;
    display: inline-block;
    font-size: 24px;
}
.CardFooterBtn:hover {
    background-color: #f5f5f5;
}

.Card h1{
    font-size: 22px;
    font-family: 'Open Sans';
    position: relative;
    padding: 3px 0px 10px 15px;
    font-weight: 100;
    color: #585858;
}

.Card h1:after{
    display: block;
    content: "";
    left: -10px;
    right: -10px;
    height: 1px;
    background-color: #D8D8D8;
    position: absolute;
    bottom: 0px;
}


/* LAYOUT STANDART STYLES -----------------------------------------------------------------*/
a {
    /*text-decoration: none;*/
    outline: none;
}
img {
    outline: none;
}
li {
    list-style: none;
}
i {
    line-height: 0.7 !important;
}
/* seperator line */
.Separator {
    border-bottom: solid 1px #e0e0e0;
    width: 100%;
    overflow: hidden;
    height: 0px;
    margin: 10px 0px;
    clear: both;
}
.SeparatorFull {
    border-bottom: solid 1px #e0e0e0;
    display: block;
    overflow: hidden;
    height: 0px;
    margin: 10px -10px;
    clear: both;
}
/* hover effect for boxlink and links */
.HoverEffect {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.HoverEffect:hover {
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* shadow */
.ShadowEffect {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    -moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
    box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
}
@media screen and (min-width: 0\0) {
    .ShadowEffect {
        box-shadow: 0px 0px 8px 0px rgba(43, 59, 93, 0.4);
    }
}
.BigTopic {
    padding-bottom: 20px;
    font-size: 24px;
}
.changecolor:hover {
    background-color: #FBB040;
    padding: 10px;
}


/*Layout Portlets Cover*/
#layout-portlets-cover {
    display: block;
    padding: 75px 1% 30px;
    margin-left: 68px;
    transition: margin-left .2s;
}
#layout-portlets-cover &gt; ul.layout-menu &gt; li &gt; a.menulink{
    padding-left: 10px;
}

.ui-datatable-tablewrapper .ui-sortable-column-icon{
    float:right;
    display: inline-block;
    padding-top: 25px;
}

/* Tabs */
.ui-tabs-top .ui-tabs-nav{
    background-color: transparent;
}

.ui-tabs-top .ui-tabs-nav li.ui-tabs-selected, .ui-tabs-top .ui-tabs-nav li.ui-tabs-active, .ui-tabs-top .ui-tabs-nav:focus {
    outline: 1px solid #FFF9F3 !important;
}

.ui-tabs-top .ui-tabs-nav li a{
    font-size:12px;
    color: #333 !important;
    font-weight:normal;
}

.ui-tabs-top .ui-tabs-nav li.ui-tabs-selected, .ui-tabs-top .ui-tabs-nav li.ui-tabs-active, .ui-tabs-top .ui-tabs-nav li.ui-state-hover{
    background-color: transparent !important;
    border-bottom: solid 3px #0277BD !important;
    border-left: 0;
}

.ui-tabs-top .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-top .ui-tabs-nav li.ui-tabs-active a, .ui-tabs-top .ui-tabs-nav li.ui-state-hover a {
    color: #0277BD !important;
    -o-animation: ;
    animation: ;;
    font-weight:bold;
}

.ui-tabs-top .ui-tabs-nav {
    border-bottom-color: #e8e8e8;
}

.ui-tabs-top .ui-tabs-navscroller .ui-tabs-navscroller-btn {
    height: 49px;
    padding: 0px 4px;
    background-color: white;
    color: #333;
    border: 1px solid #e7e7e7;
}

.ui-tabs-top .ui-tabs-navscroller .ui-tabs-navscroller-btn {
    height: 49px;
    padding: 0px 4px;
    background-color: white;
    color: #333;
    border: 1px solid #e7e7e7;
}

.ui-tabs-top .ui-tabs-navscroller .ui-tabs-navscroller-btn-right .ui-icon {
    margin-top: 15px;
    background-image: url("../images/rightarrow-gray.svg")
}

.ui-tabs-top .ui-tabs-navscroller .ui-tabs-navscroller-btn-left .ui-icon {
    margin-top:15px;
    background-image: url("../images/leftarrow-gray.svg")
}


/* MEDIA QUERIES **************************************************************************************************************** */
/* Large desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
    html,
    body {
        height: auto;
    }
    /* topbar */
    #layout-topbar {
        height: 64px;
    }
    .logo {
        width: 230px;
        height: 64px;
    }
    .logo img {
        height: 30px;
        max-width: 123px;
        margin-top: 18px;
        margin-left: 8%;
    }
    #mobile-menu-button {

    }
    #mobile-menu-button.MenuClose {
        margin-top: 39px !important;
    }
    /* top menu */
    #top-menu {
        width: 150px;
        position: absolute;
        display: none;
        opacity: 0;
        right: 2%;
        margin: 40px 0px 0px 0px;
        background-color: #ffffff;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
        overflow: hidden;
    }

    #quick-add{
        width:60px;
    }

    #top-menu.showmenu {
        margin-top: 60px;
        opacity: 1;
        display: block;
    }
    #top-menu li {
        width: 150px;
        padding: 0px;
        margin: 0px;
    }

    #top-menu #betaSwitchLabel {
        float: left;
        padding-left: 8px;
        margin: 0 0 4px;
        width: 75px;
    }
    #top-menu #betaSwitch {
        float: right;
        width: 50px;
        margin: 0 0 4px;
    }

    #show-top-menu {
        font-size: 28px;
        padding-top: 10px;
        width: 47px;
        height: 37px;
        position: relative;
        margin: 8px 2% auto auto;
    }
    /* wrapper */
    #wrapper {
        display: block;
        width: 100%;
        height: 100%;
    }
    #wrapperIndent {
        display: block;
        height: 100%;
    }
    /*Layout Menu Cover */
    #layout-menu-cover {
        display: block;
        height: 100%;
        position: fixed;
        z-index: 999;
        border-bottom: solid 1px #e0e0e0;
        margin-left: -230px;
        overflow: hidden;
    }
    #layout-menu-cover.showmenu {
        margin-left: 0px;
    }
    /*Layout Portlets Cover*/
    #layout-portlets-cover {
        display: block;
        padding: 75px 1% 30px;
        margin-left: 0px;
    }

    #search-container{
        width:60%;
        margin-left:2.5%;
    }
}

.ui-tooltip {
    z-index:100000;
}

.ui-overlaypanel .ui-overlaypanel-content{
    background-color:#fff;
}


/* Landscape phone to portrait tablet */
@media (min-width: 480px) and (max-width: 767px) {
    html,
    body {
        height: auto;
    }
    /* topbar */
    #layout-topbar {
        height: 50px;
        z-index: 10000;
    }
    .logo {
        width: 230px;
        height: 50px;
    }
    .logo img {
        height: 24px;
        max-width: 123px;
        margin-top: 14px;
        margin-left: 8%;
    }
    #mobile-menu-button {
        font-size: 22px;
        padding-top: 8px;
        width: 37px;
        height: 29px;
        margin: 0;
    }
    #mobile-menu-button.MenuClose {
        margin-top: 31px !important;
    }
    /* top menu */
    #top-menu {
        width: 150px;
        position: absolute;
        display: none;
        opacity: 0;
        margin: 40px 0px 0px 0px;
        background-color: #ffffff;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
        overflow: hidden;
    }
    #top-menu.showmenu {
        margin-top: 48px;
        opacity: 1;
        display: block;
    }
    #top-menu li {
        width: 150px;
        padding: 0px;
        margin: 0px;
    }

    #top-menu #betaSwitchLabel {
        float: left;
        padding-left: 8px;
        margin: 0 0 4px;
        width: 75px;
    }
    #top-menu #betaSwitch {
        float: right;
        width: 50px;
        margin: 0 0 4px;
    }

    #top-menu &gt; li &gt; a {
        font-size: 14px;
        text-align: left;
        padding: 10px;
        width: 100%;
        height: auto;
        cursor: pointer;
        display: block;
        float: left;
        color: #546e7a;
        border-radius: 0px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        box-sizing: border-box;
    }
    #top-menu &gt; li &gt; a:hover,
    #top-menu li a:focus {
        background-color: #104C75;
    }
    #top-menu &gt; li &gt; a i {
        float: left;
        font-size: 18px;
        margin-right: 5px;
    }
    #top-menu &gt; li &gt; a .Txt {
        display: inline-block;
        float: left;
    }
    #top-menu li ul {
        width: 150px;
        height: 0px;
        padding: 0px;
        margin: 0px;
        float: left;
        overflow: hidden;
    }

    #top-menu li ul li {
        float: left;
        padding: 0px;
        margin: 0px;
    }
    #top-menu li ul li input[type="text"] {
        background-color: transparent;
        border: 0px none;
        border-bottom: solid 1px #e0e0e0;
        padding: 0px;
        width: 100px;
        margin: 10px 10px 10px 35px;
        font-family: 'Open Sans';
        font-size: 14px;
        color: #546e7a;
    }
    #top-menu li ul li input[type="text"]::-webkit-input-placeholder {
        color: #546e7a;
    }
    #top-menu li ul li input[type="text"]:-moz-placeholder {
        color: #546e7a;
        opacity: 1;
    }
    #top-menu li ul li input[type="text"]::-moz-placeholder {
        color: #546e7a;
        opacity: 1;
    }
    #top-menu li ul li input[type="text"]:-ms-input-placeholder {
        color: #546e7a;
    }
    #top-menu li ul li a {
        width: 105px;
        color: #546e7a;
        padding: 10px 10px 10px 35px;
        display: block;
        border: 0px none;
        font-size: 13px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #top-menu li ul li a:hover,
    #top-menu li ul li a:focus {
        background-color: #e0e0e0;
    }
    #show-top-menu {
        font-size: 22px;
        padding-top: 8px;
        width: 37px;
        height: 29px;
        position: relative;
        margin: 7px 2% auto auto;
    }
    /* wrapper */
    #wrapper {
        display: block;
        width: 100%;
        height: 100%;
    }
    #wrapperIndent {
        display: block;
        height: 100%;
    }
    /*Layout Menu Cover */
    #layout-menu-cover {
        display: block;
        height: 100%;
        position: fixed;
        z-index: 999;
        border-bottom: solid 1px #e0e0e0;
        margin-left: -230px;
        overflow: hidden;
    }
    #layout-menu-cover.showmenu {
        margin-left: 0px;
    }
    .layout-menu {
        margin-top: 57px;
    }
    /*Layout Portlets Cover*/
    #layout-portlets-cover {
        display: block;
        padding: 55px 1% 20px;
        margin-left: 0px;
    }
}
/* Portrait phones and down */
@media (min-width: 200px) and (max-width: 480px) {
    html,
    body {
        height: auto;
    }
    /* topbar */
    #layout-topbar {
        height: 50px;
    }
    .logo {
        width: 230px;
        height: 50px;
    }
    .logo img {
        height: 24px;
        max-width: 123px;
        margin-top: 14px;
        margin-left: 8%;
    }
    #mobile-menu-button {
        font-size: 22px;
        /*padding-top: 8px;
        width: 37px;
        height: 29px;
        margin: 7px -19px auto auto;*/
    }
    #mobile-menu-button.MenuClose {
        margin-top: 31px !important;
    }
    /* top menu */
    #top-menu {
        width: 150px;
        position: absolute;
        display: none;
        opacity: 0;
        right: 2%;
        margin: 40px 0px 0px 0px;
        background-color: #ffffff;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
        overflow: hidden;
    }
    #top-menu.showmenu {
        margin-top: 47px;
        opacity: 1;
        display: block;
    }
    #top-menu li {
        width: 150px;
        padding: 0px;
        margin: 0px;
    }

    #top-menu #betaSwitchLabel {
        float: left;
        padding-left: 8px;
        margin: 0 0 4px;
        width: 75px;
    }
    #top-menu #betaSwitch {
        float: right;
        width: 50px;
        margin: 0 0 4px;
    }

    #top-menu &gt; li &gt; a {
        font-size: 14px;
        text-align: left;
        padding: 10px;
        width: 100%;
        height: auto;
        cursor: pointer;
        display: block;
        float: left;
        color: #546e7a;
        border-radius: 0px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    #top-menu &gt; li &gt; a:hover,
    #top-menu li a:focus {
        background-color: #e0e0e0;
    }
    #top-menu &gt; li &gt; a i {
        float: left;
        font-size: 18px;
        margin-right: 5px;
    }
    #top-menu &gt; li &gt; a .Txt {
        display: inline-block;
        float: left;
    }
    #top-menu li ul {
        width: 150px;
        height: 0px;
        padding: 0px;
        margin: 0px;
        float: left;
        overflow: hidden;
    }

    #top-menu li ul li {
        float: left;
        padding: 0px;
        margin: 0px;
    }
    #top-menu li ul li input[type="text"] {
        background-color: transparent;
        border: 0px none;
        border-bottom: solid 1px #e0e0e0;
        padding: 0px;
        width: 100px;
        margin: 10px 10px 10px 35px;
        font-family: 'Open Sans';
        font-size: 14px;
        color: #546e7a;
    }
    #top-menu li ul li input[type="text"]::-webkit-input-placeholder {
        color: #546e7a;
    }
    #top-menu li ul li input[type="text"]:-moz-placeholder {
        color: #546e7a;
        opacity: 1;
    }
    #top-menu li ul li input[type="text"]::-moz-placeholder {
        color: #546e7a;
        opacity: 1;
    }
    #top-menu li ul li input[type="text"]:-ms-input-placeholder {
        color: #546e7a;
    }
    #top-menu li ul li a {
        width: 105px;
        color: #546e7a;
        padding: 10px 10px 10px 35px;
        display: block;
        border: 0px none;
        font-size: 13px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #top-menu li ul li a:hover,
    #top-menu li ul li a:focus {
        background-color: #e0e0e0;
    }
    #show-top-menu {
        font-size: 22px;
        padding-top: 8px;
        width: 37px;
        height: 29px;
        position: relative;
        margin: 7px 2% auto auto;
    }
    /* wrapper */
    #wrapper {
        display: block;
        width: 100%;
        height: 100%;
    }
    #wrapperIndent {
        display: block;
        height: 100%;
    }
    /*Layout Menu Cover */
    #layout-menu-cover {
        display: block;
        height: 100%;
        position: fixed;
        z-index: 999;
        border-bottom: solid 1px #e0e0e0;
        margin-left: -230px;
        overflow: hidden;
    }
    #layout-menu-cover.showmenu {
        margin-left: 0px;
    }
    .layout-menu {
        margin-top: 57px;
    }
    /*Layout Portlets Cover*/
    #layout-portlets-cover {
        display: block;
        padding: 62px 1% 20px;
        margin-left: 0px;
    }
}

/* Rewriting component CSS without td[role="gridcell"] because this role is removed by PrimefacesFixAriaIssues.js */
.ui-datatable-reflow .ui-datatable-data td .ui-column-title,.ui-datatable-reflow .ui-expanded-row-content td .ui-column-title {
    display: none;
}

@media (max-width: 640px) { /* this is where table reflow happend */
    .ui-datatable-reflow .ui-datatable-data td .ui-column-title {
        font-weight: bold;
    }

    .ui-datatable-reflow .ui-datatable-data td{
        width:100% !important;
    }

    /* Rewriting component CSS without td[role="gridcell"] because this role is removed by PrimefacesFixAriaIssues.js */
    .ui-datatable-reflow .ui-datatable-data td:not(.ui-helper-hidden) {
        text-align: left;
        display: block;
        border: 0 none;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        clear: left
    }
    .ui-datatable-reflow .ui-datatable-data td .ui-column-title {
        padding: .4em;
        min-width: 30%;
        display: inline-block;
        margin: -.4em 1em -.4em -.4em
    }
}

#FAW .Container33 {
    padding: 10px 0px;
}
#layout-portlets-cover:before,
#layout-portlets-cover:after,
.Card:before,
.Card:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
#layout-portlets-cover:after,
.Card:after {
    clear: both;
}
/* colors */
/* fonts */
/* misc */
.short-transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.medium-transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.long-transition {
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.no-transition {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
/* p#ea1515efined colors */
.White {
    color: #ffffff;
}
.WhiteBlue {
    color: #E1F5FE;
}
.SoftBlue {
    color: #03A9F4;
}
.Blue {
    color: #0273af;
}
.Turquoise {
    color: #26C6DA;
}
.SoftGray {
    color: #ECEFF1;
}
.Gray {
    color: #90A4AE;
}
.BoldGray {
    color: #546E7A;
}
.SoftOrange {
    color: #FFCC80;
}
.Orange {
    color: #FB8C00;
}
.SoftGreen {
    color: #A5D6A7;
}
.Green {
    color: #43A047;
}
.LeadenGreen {
    color: #26A69A;
}
.Soft#ea1515 {
    color: #EF9A9A;
}
.#ea1515 {
    color: #E53935;
}
.Pink {
    color: #FF4081;
}
.SoftPurple {
    color: #CE93D8;
}
.Purple {
    color: #8E24AA;
}
.Yellow {
    color: #F7D100;
}
/* p#ea1515efined background colors */
.WhiteBlueBack {
    background-color: #E1F5FE;
}
.SoftBlueBack {
    background-color: #03A9F4;
}
.BlueBack {
    background-color: #0273af;
}
.TurquoiseBack {
    background-color: #26C6DA;
}
.SoftGrayBack {
    background-color: #ECEFF1;
}
.GrayBack {
    background-color: #90A4AE;
}
.BoldGrayBack {
    background-color: #546E7A;
}
.SoftOrangeBack {
    background-color: #FFCC80;
}
.OrangeBack {
    background-color: #FB8C00;
}
.SoftGreenBack {
    background-color: #A5D6A7;
}
.GreenBack {
    background-color: #43A047;
}
.LeadenGreenBack {
    background-color: #26A69A;
}
.Soft#ea1515Back {
    background-color: #EF9A9A;
}
.#ea1515Back {
    background-color: #E53935;
}
.PinkBack {
    background-color: #FF4081;
}
.SoftPurpleBack {
    background-color: #CE93D8;
}
.PurpleBack {
    background-color: #8E24AA;
}
.YellowBack {
    background-color: #F7D100;
}
/* p#ea1515efined borders */
.BorderTop {
    border-top: solid 1px #E0E0E0;
}
.BorderRight {
    border-right: solid 1px #E0E0E0;
}
.BorderBottom {
    border-bottom: solid 1px #E0E0E0;
}
.BorderLeft {
    border-left: solid 1px #E0E0E0;
}
.BorderAll {
    border: solid 1px #E0E0E0;
}
/*
 * Collapse Menu Icons
 */


.loading-hide{
    display:none;
}

.spinner-container.loading-show{
    display:block;
}

.spinner-container{
    display:none;
}

/* CSS Spinner */

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner &gt; div {
    width: 18px;
    height: 18px;
    background-color: #317cae;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}


.sk-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-circle.white{
    width:25px;
    height:25px;
    margin:0 auto;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle.white .sk-child:before{
    background-color: #fff;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #317cae;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle.white .sk-child:before{
    background-color: #fff;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}


/*  end CSS spinner     */

.line-wrap {
    width: 28px;
    height: 12px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.line-wrap .line {
    background-color: #fff;
    width: 28px;
    height: 2px;
    padding: 0px;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    margin: 0px;
    background-color: #fff;
    border: 0px;
}

.line-wrap .line.center {
    margin: 5px 0;
}

.open .line-wrap {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.open .line-wrap .line.top {
    width: 15px;
    transform: translateX(14px) translateY(0px) rotate(45deg);
    -webkit-transform: translateX(14px) translateY(1px) rotate(45deg);

}

.open .line-wrap .line.bottom {
    width: 15px;
    transform: translateX(14px) translateY(-1px) rotate(-45deg);
    -webkit-transform: translateX(14px) translateY(-1px) rotate(-45deg);
}

.layout-menu &gt; li &gt; a &gt; i{
    padding-left:16px;
}

.showmenu .layout-menu &gt; li &gt; a &gt; i{
    padding-left:16px;
}

li.separated{
    border-bottom: 1px solid rgba(255,255,255,.3);
}

#layout-menu-cover li:hover span.Fs17,
#layout-menu-cover li:focus span.Fs17,
#layout-menu-cover li:active span.Fs17{
    display: block;
    text-align: center;
    width: 100%;
}

#layout-menu-cover li:hover span.Fs17,
#layout-menu-cover li:focus span.Fs17,
#layout-menu-cover li:active span.Fs17{
    display:none;
}

#layout-menu-cover.showmenu li:hover span.Fs17,
#layout-menu-cover.showmenu li:focus span.Fs17,
#layout-menu-cover.showmenu li:active span.Fs17{
    border: 0;
    position: relative;
    padding: 0;
    display: inline;
    /*top: -7px;*/
    left: -4px;
}

.aria-visible{
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#layout-portlets-cover.menuopen{
    margin-left:230px;
}

@media (max-width: 991px){
    #layout-portlets-cover.menuopen{
        margin-left:0;
    }
    #layout-portlets-cover{
        margin-left:0;
    }

    #show-top-menu{
        overflow: visible;
        color: #5D5D5D;
    }

    #top-menu &gt; li &gt; a{
        font-size: 14px;
        text-align: left;
        padding: 10px;
        width: 100%;
        height: auto;
        cursor: pointer;
        display: block;
        float: left;
        color: #546e7a;
        border-radius: 0px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        box-sizing: border-box;
    }
    #top-menu &gt; li &gt; a:hover,
    #top-menu li a:focus
    {
        background-color: #e0e0e0;
    }
    #top-menu &gt; li &gt; a i,
    #quick-add &gt; li &gt; a i{
        float: left;
        font-size: 18px;
        margin-right: 5px;
    }
    #top-menu &gt; li &gt; a .Txt,
    #quick-add &gt; li &gt; a .Txt{
        display: inline-block;
        float: left;
    }
    #top-menu li ul,
    #quick-add li ul{
        width: 150px;
        height: 0px;
        padding: 0px;
        margin: 0px;
        float: left;
        overflow: hidden;
    }

    #top-menu li ul li,
    #quick-add li ul li{
        float: left;
        padding: 0px;
        margin: 0px;
    }
    #top-menu li ul li input[type="text"] {
        background-color: transparent;
        border: 0px none;
        border-bottom: solid 1px #e0e0e0;
        padding: 0px;
        width: 100px;
        margin: 10px 10px 10px 35px;
        font-family: 'Open Sans';
        font-size: 14px;
        color: #546e7a;
    }
    #top-menu li ul li input[type="text"]::-webkit-input-placeholder {
        color: #546e7a;
    }
    #top-menu li ul li input[type="text"]:-moz-placeholder {
        color: #546e7a;
        opacity: 1;
    }
    #top-menu li ul li input[type="text"]::-moz-placeholder {
        color: #546e7a;
        opacity: 1;
    }
    #top-menu li ul li input[type="text"]:-ms-input-placeholder {
        color: #546e7a;
    }
    #top-menu li ul li a {
        width: 105px;
        color: #546e7a;
        padding: 10px 10px 10px 35px;
        display: block;
        border: 0px none;
        font-size: 13px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #top-menu li ul li a:hover,
    #quick-add li ul li a:hover,
    #top-menu li ul li a:focus,
    #quick-add li ul li a:focus{
        background-color: #e0e0e0;
    }
}

@media (max-width: 767px) {

    #trigger {
        height:50px;
        width: 50px;
    }

    #trigger a {
        padding: 10px 0 12px 12px;
        width: 37px;
    }

    #layout-portlets-cover.menuopen{
        margin-left:0;
    }

    #layout-menu-cover{
        /*margin-top:50px;*/
        margin-top:-14px;
    }

    #layout-menu-cover .layout-menu{
        margin-top:2px;
    }

    #quick-add {
        margin-top: 0;
    }



    .search-toggle.Fleft{
        float:right;
        max-height:40px;
    }

    #show-top-menu .icon-vertical-elipses-circle{
        font-size:29px;
        position:relative;
        top:-4px;
    }

    .search-toggle .icon-search-circle, #show-top-menu .icon-vertical-elipses-circle{
        color:#5D5D5D;
    }

    .search-toggle .icon-search-circle:hover, #show-top-menu .icon-vertical-elipses-circle:hover{
        color:#086282;
    }

    /* make dropdown work on mobile */

    #quick-add li.active-menu ul{

    }

    #search-container{
        display:none;
        position: absolute;
        left:0;
        right:0;
        width:100%;
        z-index:10;
        margin:0 !important;
        background-color:white;
    }

    #search-container, #search-container td{
        border-collapse: separate;
    }

    #search-container .search-input-cell{
        width:100%;
    }

    #search-container #search-choice{
        width:auto;
    }

    #search-container .search-input-cell{
        position: relative;
    }

    #search-container .search-input-cell input{
        padding-left: 36px !important;
    }

    #search-container .search-input-cell .close{
        display: flex;
        height: 44px;
        align-items: center;
        position: absolute;
        z-index: 1;
        color: #777;
        font-weight: bold;
        font-size: 19px;
        padding: 7px 5px;
        background-color: #CCC;
        cursor:pointer;
        transition: all .1s;
    }

    #search-container .search-input-cell .close:hover{
        background-color: #DDD;
        color:#555;
    }

    .ui-selectonemenu-trigger.ui-state-default.ui-corner-right{
        /*right: 32px;*/
    }

    #mobile-menu-button.open {
        padding-top: 15px;
    }

    #mobile-menu-button:before {
        content: "";
        position: absolute;
        /*top: -4px;
        left: 11px;*/
        width:38px;
        height:38px;
    }

    .line-wrap{
        margin-top: 8px;
    }
}

/* fix table spacing */

.ui-datatable table tbody tr td{
    -ms-word-wrap: break-word;
    word-wrap:break-word;
    -ms-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens:auto;
}

.ui-datatable table tbody tr td:last-child{
    margin-bottom:10px;
}

.ui-datatable table tbody tr td:first-child{
    margin-top:10px;
}

.ui-datatable table tbody td {
    font-family: 'Open Sans';
    padding: 7px 10px !important;
}


/* BOOTSTRAP INPUTS */

input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* jquery ui overrides */
.ui-inputfield.ui-state-focus, .ui-widget-content .ui-inputfield.ui-state-focus, .ui-widget-header .ui-inputfield.ui-state-focus{
    box-shadow:none;
}

/* new home/login page */

ul.login-button-group {
    float:right;
    margin-right: 10px;
    margin-top: 0;
}
ul.login-button-group .btn-primary {
    font-weight: bold;
}
ul.login-button-group .register-btn {
    margin-right: 10px;
    background-color: #0273af;
    margin-top: 14px;
}
ul.login-button-group .sign-in-btn {
    background-color: #E17011;
    height: 55px;
    font-weight: bold;
    font-size: 18px;
}

.flex{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex &gt; .flex-item-height{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.recent-doc {
    font-weight: 600;
}
.recent-doc:hover {
    text-decoration: underline;
}
.recent-doc:focus {
    text-decoration: underline;
}
/* END new home/login page */

/** RESPONSIVE WIDTHS FROM CATALOG ANGULAR **/

@media (max-width: 769px) {
      
}

@media (max-width: 767px) {
    #home-register-btn.ui-button-text-only .ui-button-text, #home-sign-in-btn.ui-button-text-only .ui-button-text {
        padding: 4px 10px !important;
    }
}

.ui-dialog-buttonset .ui-button{
    padding: 10px 8px !important;
}

.ui-dialog.beta-switch-modal {
    padding: 0;
}
.ui-dialog.beta-switch-modal .ui-dialog-titlebar {
    border-radius: 0;
}
.ui-dialog.beta-switch-modal .ui-dialog-titlebar-close {
    color: #FFF;
    background: none;
    outline: none;
}
.ui-dialog.beta-switch-modal .ui-widget-header .ui-button-icon.ui-icon.ui-icon-closethick {
    color: #FFF;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
</pre></body></html>