/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Author     : NSYS
*/

/*** Panel ***/
.ui-panel-titlebar {
    background-color: white;
    border: none;
    border-bottom: 1px solid #d7df23;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.ui-panel .ui-panel-titlebar {
    padding-bottom: 12px;
}

.ui-panel-title {
    color: #72BF44;
    margin-bottom: 10px;
}
/*** Panel ***/
#content-subtitle {
    /*font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 0.75rem;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #FDDFDF;
    border-left: 6px solid #F1A899;
}

#content-container .container {
    width: 100%;
    max-width: 100%;
}

/*** Data Table ***/
.ui-datatable {
    background-color: white;
}

.ui-datatable .ui-datatable-tablewrapper table thead tr th {
    background-color: #72BF44;
    color: #0c4221;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ui-datatable table tr, .ui-datatable table tr td {
    background-color: white;
    padding-top: 8px;
    padding-bottom: 8px;
}

.ui-datatable th tr {
    background-color: white;
    color: #66cc99;
}

.ui-paginator {
    background-color: #72BF44;
}

.ui-chkbox.ui-chkbox-all.ui-widget {
    display: none !important;
}
/*** Data Table ***/

/*** Data Table with scrollable content ***/
.overflow-content .ui-datatable-tablewrapper table {
    overflow: auto;
    width: 1500px;
}

/*** Radio Button ***/
.ui-radiobutton .ui-state-active {
    background: #d7df23;
}

/*JLVR*/
.ui-radiobutton label{
    color:#414042;
}

.ui-selectoneradio label {
    color: #414042 !important;
}
/*** Radio Button ***/

/*** Output Label ***/
.ui-outputlabel {
    color: #0c4221;
}
/*** Output Label ***/

/*** Tabs ***/
.ui-tabs-nav {
    background-color: #72BF44;
}

.ui-tabs-nav .ui-tabs-header {
    background-color: #d7df23;
}

.ui-tabs-nav .ui-tabs-selected {
    background-color: #d7df23;
}

.ui-tabs-nav .ui-tabs-selected a {
    color: white;
}
/*** Tabs ***/

/*** Tab Menu ***/
.ui-tabmenu .ui-tabmenu-nav {
    background-color: #72BF44;
}

.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem {
    background-color: #d7df23;
}

.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-state-active {
    background-color: white;
}

.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-state-active a {
    color: #66cc99;
}
/*** Tab Menu ***/

.ui-datatable-odd {
    background: none repeat scroll 0 0 #f2f5f9;
}

.ui-datatable-even {
    background: none repeat scroll 0 0 #65cead;
}

.ui-datatable-header {
    background: #389685;
}

/*** start css menu ***/
#cssmenu {
    background-color: white;
    border-right: 2px solid rgba(114, 191, 68, 0.6);
}
/* Some stylesheet reset */
#cssmenu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    line-height: 1;
}
/* The container */
#cssmenu > ul {
    display: block;
    position: relative;
    width: 198px;
    /* The list elements which contain the links */
}
#cssmenu > ul li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}
/* General link styling */
#cssmenu > ul li a {
    /* Layout */
    display: block;
    position: relative;
    margin: 0;
    padding: 11px 20px;
    /* Typography */
    font-family: "Poppins-Regular", "latoregular",Helvetica,Arial,sans-serif;
    color: #0c4221;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
}
/* Rounded corners for the first link of the menu/submenus */
#cssmenu > ul li:first-child > a {
    border-top: 0;
}
/* Rounded corners for the last link of the menu/submenus */
#cssmenu > ul li:last-child > a {
    border-bottom: 0;
}
/* The hover state of the menu/submenu links */
#cssmenu > ul li > a:hover,
#cssmenu > ul li:hover > a {
    color: #72BF44;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}
/* The arrow indicating a submenu */
#cssmenu > ul .has-sub > a::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 10px;
    width: 0px;
    height: 0px;
    /* Creating the arrow using borders */
    border: 4px solid transparent;
    border-left: 4px solid #72BF44;
}
/* The same arrow, but with a darker color, to create the shadow effect */
#cssmenu > ul .has-sub > a::before {
    content: "";
    position: absolute;
    top: 13px;
    right: 10px;
    width: 0px;
    height: 0px;
    /* Creating the arrow using borders */
    border: 4px solid transparent;
    border-left: 4px solid #72BF44;
}
/* Changing the color of the arrow on hover */
#cssmenu > ul li > a:hover::after,
#cssmenu > ul li:hover > a::after {
    border-left: 4px solid #72BF44;
}
#cssmenu > ul li > a:hover::before,
#cssmenu > ul li:hover > a::before {
    border-left: 4px solid rgba(0, 0, 0, 0.3);
}
/* THE SUBMENUS */
#cssmenu > ul ul {
    position: absolute;
    left: 100%;
    top: -9999px;
    padding-left: 5px;
    opacity: 0;
    width: 140px;
    /* The fade effect, created using an opacity transition */
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
/* Showing the submenu when the user is hovering the parent link */
#cssmenu > ul li:hover > ul {
    top: 0px;
    opacity: 1;
}
/*** end css menu ***/

/*    Generated by http://www.cssportal.com    */

p {
    padding: 10px;
}

#wrapper {
    margin: 0 auto;
    width: 1056px;
}

#header {
    float: left;
    height: 200px;
    width: 1056px;
    background: #ffffff;
}

#content {
    float: left;
    background: #ffffff;
    width: 846px;
    padding: 5px;
}

#leftcolumn {
    background: #ffffff;
    border: none;
    width: 200px;
    float: left;
}

#contentnoleftcolumn {
    float: left;
    background: #ffffff;
    width: 100%;
    padding: 5px;
}

/*** Panel Grid ***/
#panelDetail .ui-panelgrid-cell {
    font-weight: bold;
}

#panelDetail .ui-panelgrid-cell label {
    font-weight: normal;
    color: #2d9b88;
}
/*** Panel Grid ***/

.retail-header-style-class th.ui-state-default {
    background: #72BF44;
    font-weight: bold;
    color: #0c4221;
}

label {
    font-weight: bold;
    color: #0c4221;
}

#radioLabel{
    color:#414042!important;
}

td.rightAlignContent{
    text-align: right;
}

/*JLVR dropdown color*/
.ui-selectonemenu-label{
    color:#414042;
}

#mainForm h3 {
    color: #414042;
}

.notice {
/*    background-color: #d7df23;*/
    background-color: rgba(215, 223, 35, 0.4);
    padding: 5px;
    margin-bottom: 10px;
}

.notice li {
    padding-bottom: 2px;
}

html { height: 100%; }

#footer {
    display: table;
    width: 100%;
    background-color: #FFFFFF;
    font-size: x-small;
}

#footer-login {
    display: flex;
    width: 100%;
    height: 100px;
/*    background-color: #84C000; #73BF45*/
    background-color: #72BF44;
    font-size: x-small;
}

#footer-login a{
    color: #ffffff;
    font-size: 12px
}

.container-right-span {
    display: flex; 
    flex-direction: row-reverse; 
    padding-right: 10px;
}

.container-left-span {
    display: flex; 
    flex-direction: row;
    padding-left: 10px;
    /*margin-top: 10px;*/
}

#container-left {
    display: inline;
    float: left;
    width: 50%;
    padding-left: 10px;
    margin-top: 35px;
    text-align: left;
    color: #ffffff;
    font-size: 12px;
}

#container-right {
/*    display: inline;*/
    /*    float: right;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    padding-right: 10px;
    text-align: right;
    color: #ffffff;
    font-size: 12px;
}

#container-right .text-content {
    display: flex;
    flex-direction: column;
}

#container-contactinfo {
    display: inline;
    /*float: right;*/
    width: 46%;
    margin: 10px 10px;
    text-align: right;
}

.container-contactinfo-span {
    display: flex; 
    flex-direction: row-reverse; 
}

/* Panel */
#menuForm .ui-menubar {
    border: 1px solid #d7df23;
    margin-bottom: 10px;
}

/*Accordion*/
.accordion ol{
    display: none;
    padding: 0;
    padding-left: 18px;
}
.warning {
    font-weight: bold;
    color: red;
}
.warning-higlight {
    font-weight: bold;
}

/*** login style ***/
#login-body{
    font-size: small;
    margin:0;
    padding:0;
    line-height: 1.5em;
    background-color: #eaeaea;
}

#login-maincontainer{
    width: 1056px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    background-color: #ffffff;
}

#login-topsection{
    background: #eaeaea;
    height: 181px; /*Height of top section*/
}

#login-topsection h1{
    margin: 0;
    padding-top: 15px;
}

#login-wrapper{
    content: "";
    display: table;
    clear: both;
}

#login-contentcolumn{
    float: left;
    padding: 10px 20px;
    margin-right: 400px; /*Set right margin to RightColumnWidth*/
}
#login-contentcolumn-ol{
    float: left;
    padding-top: 20px;
    padding-left: 50px;
    padding-bottom: 20px;
    /*padding: 10px 20px;*/
    /*margin-right: 400px; Set right margin to RightColumnWidth*/
}

#login-rightcolumn{
    float: left;
    width: 400px; /*Width of right column*/
    margin-left: -400px; /*Set left margin to -(RightColumnWidth) */
}

#login-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}

.login-form-container {
    padding: 60px 45px 25px 45px !important;
}

#login-forex {
    position: relative;
    z-index: 1;
    background: #ffffff;
    float: right;
    width: 360px;
    margin: 0 20px;
}

#login-forex-container {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#login-other-products {
    position: relative;
    background: #ffffff;
    float: right;
    width: 360px;
    margin: 115px 20px;
}

#login-other-products-container {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.form {
    position: relative;
    z-index: 1;
    background: #ffffff;
    max-width: 360px;
    margin: 0 auto 30px;
    padding: 25px 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 10px;
}
.login-input {
    font-family: "Poppins-Regular", Helvetica,Arial,sans-serif;
    outline: 0;
    background: #c7c8ca;
    width: 100%;
    border: 0;
    border-radius: 8px;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}
.login-button {
    font-family: "Poppins-Regular", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #72BF44 url('/resources/images/login_icon-transparent.png') no-repeat 70px center;
    background-size: 35px 35px;
    border: 0;
    border-radius: 8px;
    padding: 15px;
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    width: 100%;
    text-decoration: none;
}

input[id="login"]:hover,input[id="login"]:focus,input[id="login"]:active {
    background: #0c4221 url('/resources/images/login_icon-transparent.png') no-repeat 70px center;
    background-size: 35px 35px;
}

.form .message {
    margin: 15px 0 0;
    color: #6d6f71;
    font-size: 12px;
}
.form .message a {
    color: #72BF44;
    text-decoration: none;
}
.form .register-form {
    display: none;
}
.login-infolinks {
    padding: 0px 0px;
}
.login-infolinks a {
    font-size: smaller;
    text-decoration: underline;
    color: #0c4221;
}
#login-welcome-msg {
    color: #72BF44;
    font-size: 30px;
    padding: 15px 0px;
}
#login-welcome-img {
    border: 3px solid #65cead;
    border-radius: 10px;
    margin-bottom: 30px;
}
#login-announcement-img {
    border: 3px solid #65cead;
    border-radius: 10px;
}

@media screen {
    .print_content {display: block;}
}
@media print {
    .print_content {display: none;}
}
