@charset "UTF-8";
/*
Unicert Blue : #054989;
Unicert Cyan : #60A9BE;
Unicert Grey : #898989;
*/

html {
    background-color: #ffffff;
    /*background-image: radial-gradient( #efefff, #ffffff);*/
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    /*font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;*/
    color: #000000;  
    margin: 0px 4px;
     padding:0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    height: 100%;
}
body {
	margin:0;
   padding:0;
   height:100%;
}

a:link, a:visited {
    color: #054989;
    font-weight : bold;
    text-decoration: none;
    transition: color 0.5s ease-out;
}
.logo-container {
    display: inline-block;
}

.logo-image{
    height: 40px;
    border: 0 none;
}

.logo-image-alt{
    border: 0 none;
}

a:link:hover, a:visited:hover  {
    color: #D20005;
    font-weight : bold;
    /*text-decoration : underline;*/
}

.ui-analog-clock {
    width: 60px;
}

/*----- Toggle Button -----*/
.toggle-nav {
    display:none;
}

/*----- Menu -----*/
@media screen and (min-width: 1024px) {
    .menu {
        width:100%;
        /*padding:10px 10px;*/
        /*box-shadow:0px 1px 1px rgba(0,0,0,0.15);*/
        /*border-radius:3px;*/
        background: white;
    }
}

.menu ul {
    display:inline-block;
    margin-top: 6px;
    margin-bottom: 6px;
}

.menu li {
    margin:0px 10px 0px 0px;
    float:left;
    list-style:none;
    /*    font-size:17px;*/
}

.menu li:last-child {
    margin-right:0px;
}

/*.menu a {
    text-shadow:0px 1px 0px rgba(0,0,0,0.5);
    color:#898989;
    text-decoration:none;
    transition:color linear 0.15s;
}

.menu a:hover, .menu .current-item a {
    text-decoration:none;
    color:#054989;
}

/*----- Search -----*/
.search-form {
    /*float:right;*/
    display:inline-block;
}

.current-item {
    color: #D20005 !important;
    background-color: #eee !important;
    font-weight: bold !important;
}

/*----- Responsive -----*/
@media screen and (max-width: 1024px) {
    .logo-container{
        position: absolute;
        top: 0px;
        z-index: -1;
    }
    .menu {
        position:relative;
        display:inline-block;
        width: 100%;
        z-index: 99;
    }

    .menu ul.active {
        display:none;
    }

    .menu ul {
        width:90%;
        position:absolute;
        top:80%;
        left:0px;
        padding:10px 18px;
        /*box-shadow:0px 1px 1px rgba(0,0,0,0.15);*/
        border: thin solid #898989;
        border-radius:3px;
        background:white;
    }

    .menu ul:after {
        width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
    }

    .menu li {
        margin:5px 0px 5px 0px;
        float:none;
        display:block;
    }

    .menu a {
        display:block;
    }

    .toggle-nav {
        padding:5px;
        float:left;
        display:inline-block;
        /*box-shadow:0px 1px 1px rgba(0,0,0,0.15);*/
        border-radius:3px;
        background:white;
        /*text-shadow:0px 1px 0px rgba(0,0,0,0.5);*/
        color:#898989;
        font-size:28px;
        transition:color linear 0.15s;
    }

    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:#60A9BE;
    }

    .search-form {
        /*margin:12px 0px 0px 20px;*/
        /*float:right;*/
        display:inline-block;
    }

}

.flip-card {
    background-color: transparent;
    width: 400px;
    height: 200px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    backface-visibility: hidden;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #fff;
    color: black;
    z-index: 2;
}

.flip-card-back {
    background-color: #054989;
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
}

.inputNumberWidth input
{
    width: 200px !important;   
}

/*--Help-Back Buttons--*/
.buttonFit .ui-button-icon-left {
    left: 10px;
}

.buttonFit{
    width: 100% !important;
    height: 30px !important;
    background-color: white !important;
    color: #555 !important;
    border: 1px solid #c0c0c0 !important;
    font-weight: bold;
    text-align: left !important;
    padding-left: 2px;
}
#leftForm\:backBtn:hover, #leftForm\:helpBtn:hover{
    background-color: #eee !important;
    color: #D20005 !important;
    font-weight: bold !important;
}

#leftForm\:backBtn:active, #leftForm\:backBtn:focus, #leftForm\:helpBtn:active, #leftForm\:helpBtn:focus{
    background: #1f89ce !important;
    color: #fff !important;
    border-color: #168dd9 !important;
}

/*--scroll-top--*/
#scroll-Top .return-to-top {
    position: fixed;
    /*right: 10px;*/
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background: #60a9becf;
    border: 1px solid #4a8596;
    border-radius: 30%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}
.quarter-percent {
     width: 24%;
}

.one-hundred {
     width: 200px;
}

.two-hundred {
     width: 200px;
}

.ui-progressbar .ui-progressbar-label {
    color: #009aff;
    mix-blend-mode: difference;
}

.ui-progressbar .ui-progressbar-value {
    border: 1px solid #00d32e;
    background: #00d32e;
}