@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,900,700|Playfair+Display:700');
@import url('https://fonts.googleapis.com/css?family=Alice&display=swap');
body {
    font-family: 'Coustard', sans-serif;
    font-weight: 700;
    background: #fff;
    font-size: 16px;
    margin: 5px 0 0 5px;
    padding: 0;
}

tr,
td,
th {
    font-size: 14px;
    line-height: 25px;
    padding: 3px;
}

table {
    text-align: left;
}

textarea {
    font-size: 12px;
}

input,
select {
    font-size: 14px;
    padding: 2px;
}

select {
    max-width: 230px;
}

option.inactive {
    text-decoration: line-through;
    color: gray;
}

input.big {
    width: 100px;
}

input.small {
    width: 50px;
}

a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

a:link {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #673ab7;
    text-decoration: none;
    font-weight: bold;
}

.inactive {
    color: gray;
}

button {
    font-size: 14px;
    /*border: 1px #0066cc solid; */
    padding: 1px 0px;
}

button img,
span {
    padding: 0px 2px;
    vertical-align: middle;
}

.callout_main {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.main_page {
    background-color: #fff;
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.quick_menu {
    background-color: #eff7a7;
    border: 1px solid #c3c3c3;
    margin: 0;
    padding: 0;
    /*text-align: right;*/
}

.quick_menu_selected {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 13px;
    border: none;
    white-space: nowrap;
    margin: 2px;
    padding: 2px;
    color: #00cc00;
    font-weight: bolder;
}

.logoutBar {
    padding-right: 1em;
    background: #529654;
    color: black;
    border-bottom: 1px solid #529654;
    width: 100%;
}

.bottomBar {
    padding-right: 1em;
    background: #529654;
    color: black;
    border-bottom: 1px solid #529654;
    width: 100%;
}

.bottomBarCell {
    font-size: 12px;
    line-height: 12px;
}

.bottomBar2 {
    padding-right: 1em;
    background: #529654;
    color: white;
    border-top: 1px solid #529654;
    border-bottom: 1px solid #529654;
    width: 100%;
}

.logoutBarRight {
    text-align: right;
    color: #fff;
}

.logoutBarRight a {
    color: #ffeb3b;
}

.logoutBarRight a:hover {
    color: #fff;
}

div.logoutBar {
    padding-right: 1em;
    background: #529654;
    color: black;
    border-bottom: 1px solid #529654;
    text-align: right;
}

div.logoutBar a {
    font-weight: normal;
    margin-left: 1em;
    color: #000;
    background-color: transparent;
}

div.logoutBar img {
    vertical-align: top;
}

div.tabs {
    /*	padding: 3px 0 0 0; 
	background: none transparent scroll repeat 0% 0%;
	white-space: nowrap;
	border-collapse: collapse;
	border-bottom: 1px solid #529654; */
}

div.tabs a {
    border-right: 1px solid #529654;
    padding: 5px 10px;
    font-weight: normal;
    /*background: white scroll repeat 0% 0%; */
    color: #151b1a;
    margin-right: 0;
    height: 13px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2px;
}

div.tabs a.selected {
    border-top: 1px solid #529654;
    border-right: 1px solid #529654;
    border-bottom: 1px solid #529654;
    border-left: 1px solid #529654;
    font-weight: normal;
    background: #529654;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

div.tabs a:hover {
    background: #529654;
    color: #fff;
    text-decoration: none;
}

.menu_group {
    font-size: 18px;
    padding: 0px;
    color: #404040;
    padding-left: 0px;
    font-weight: bold;
    Color: Black;
}

.menu_group_items {
    background-color: #f9fff0;
    font-weight: normal;
    padding: 10px;
    border: 2px solid #e0e4e0;
    border-radius: 10px 10px;
}

#hotkeyshelp {
    text-align: right;
    font-weight: bolder;
}

#footer {
    position: relative;
    bottom: -3px;
}

.footer td a {
    color: #000;
    font-size: 10px;
}

.footer a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #000;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    width: 100%;
}

.footer a:visited {
    color: green;
}

.tableheader {
    font-weight: bold;
    background-color: #cddc39;
    color: black;
    text-align: center;
}

.tableheader2 {
    font-weight: bold;
    background-color: #529654;
    color: black;
    text-align: left;
}

.titletext {
    font-weight: bold;
    font-size: 25px;
    border-bottom: 1px solid #9E9E9E;
    padding: 5px;
    width: 100%;
}

.headingtext {
    font-weight: bold;
    font-size: 13px;
    color: white;
}

.headingtext2 {
    font-size: 13px;
    color: white;
}

.headingtext3 {
    font-family: 'Alice', serif;
    font-size: 16px;
    color: white;
}

.errortext {
    font-size: 13px;
    color: #ff0000;
    font-weight: bold;
}

.inputsubmit {
    font-size: 11px;
    border: 1px #0066cc solid;
    padding: 1px 4px;
}


/* .ajaxsubmit {
	font-size: 14px;
	border: 1px #0066cc solid;
	padding: 1px 4px; 
} */

.ajaxsubmit {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
    background: -moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a', GradientType=0);
    background-color: #44c767;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 18px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

.ajaxsubmit:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
    background: -moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: -webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: -o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: -ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
    background: linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767', GradientType=0);
    background-color: #5cbf2a;
}

.ajaxsubmit:active {
    position: relative;
    top: 1px;
}

.oddrow {
    /*	background-color: #eeeeee; */
}

.evenrow {
    background-color: #f1f1f1;
}

.overduebg {
    background-color: #dd7777;
}

.overduefg {
    color: #dd7777;
}

.currentfg {
    color: #ff6666;
}

.redfg,
a.redfg {
    color: red;
    font-weight: bold;
}

.settledbg {
    background-color: #00bb00;
}

.settledfg {
    color: #00bb00;
}

.inquirybg {
    background-color: #fdfeef;
}

.currencybg {
    background-color: #ee8888;
}

.stockmankobg {
    background-color: pink;
}

.stockmankofg {
    color: red;
}

table.tablestyle {
    border-collapse: collapse;
    border: 1px solid #529654;
}

table.tablestyle td {
    border-collapse: collapse;
    border: 1px solid #529654;
}

table.tablestyle2 {
    border-collapse: collapse;
    border: 1px solid #cccccc;
}

table.tablestyle2 td {
    border-collapse: collapse;
    border: 1px solid #cccccc;
}

table.tablestyle_inner {
    border-collapse: collapse;
    border: 1px solid #eeffd6;
}

table.tablestyle_inner td {
    border-collapse: collapse;
    border: 1px solid #eeffd6;
}

.tablestyle_noborder {
    padding: 3px;
}

.label {
    background-color: #efefef;
    color: black;
}

#loginscreen {
    background: #f5f5f5;
}

.login {
    width: 350px;
    border-left: 12px solid #367cb5;
    border-collapse: collapse;
    background-color: #eeeeee;
}

.login td {
    border-collapse: collapse;
    border: 1px solid #cccccc;
}

.amount {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: red;
    font-size: 14px;
    text-align: right;
}

input.amount {
    padding-right: 0px;
}

.editbutton {
    color: #0000FF;
    background-color: transparent;
    border-style: none;
    text-decoration: underline;
    cursor: pointer;
}

.navibutton[disabled],
.navibutton[disabled] span {
    color: #808080;
    text-decoration: none;
    cursor: auto;
}

button.navibutton {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding: 0 3px;
    background-color: transparent;
    border-style: none;
    cursor: pointer;
}

.navibutton span {
    text-decoration: underline;
}

.navibar {
    padding: 0 3px;
    color: #000;
    border-collapse: collapse;
    background-color: #529654;
}

.navibar tr td {
    border: none;
}

.listsubmit {
    display: none;
}

ul.ajaxtabs {
    padding: 3px 0 0 0;
    margin: 3px 3px 0 3px;
    font: 12px Tahoma, Verdana;
    font-weight: bold;
}

ul.ajaxtabs li {
    list-style: none;
    margin: 0;
    display: inline;
}

ul.ajaxtabs li button {
    /*  background-color: #529654;
	background-repeat: repeat-x;
	background-position: top;  */
    padding: 3px 8px;
    margin: 0px;
    border-top: 1px solid #529654;
    border-right: 1px solid #529654;
    border-bottom: none;
    border-left: none;
    font-weight: bold;
}

ul.ajaxtabs li button:hover {
    border-top: 1px solid #529654;
    color: #000;
}

div.spaceBox {
    background-color: #529654;
    height: 8px;
    border-bottom: 1px solid #529654;
    border-left: 1px solid #529654;
    border-right: 1px solid #529654;
    margin: 0 3px 0px 3px
}

div.contentBox {
    border: 1px solid #529654;
    margin: 0 3px 3px 3px
}

ul.ajaxtabs li button.current,
ul.ajaxtabs li button.current:hover {
    border-left: 1px solid #529654;
    background-color: #529654;
    color: #FFFFFF;
}

#hints {
    font-size: 13px;
    padding: 5px;
    border-bottom: 1px solid #529654;
    margin: -4px -2px -2px;
    border: 1px solid #529654;
    background-color: #FFFFE0;
    white-space: nowrap;
}


/*
	Calendar style
*/

#CCIframe {
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
    height: 250px;
    width: 270px;
    z-index: 99;
}

#CC {
    position: absolute;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 100;
}

#CC table {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 10pt;
    border-left: 1px solid #336;
    border-right: 1px solid #336;
}

#CC th {
    font-weight: normal;
    text-align: center;
}

#CC th a {
    font-weight: normal;
    text-decoration: none;
    color: #FFF;
    padding: 1px;
}

#CC td {
    text-align: center;
}

#CC .header {
    background-color: #285b86;
}

#CC .weekday {
    background-color: #eee;
    color: #000;
}

#CC .weekend {
    background-color: #FFC;
    color: #000;
}

#CC .weekno {
    background-color: #c0daf8;
    color: #555;
}

#CC .current {
    border: 1px solid #339;
    background-color: #285b86;
    color: #FFF;
}

#CC .weekday,
#CC .weekend,
#CC .current {
    display: block;
    text-decoration: none;
    border: 1px solid #FFF;
    width: 2em;
}

#CC .weekday:hover,
#CC .weekend:hover,
#CC .current:hover {
    color: #FFF;
    background-color: #285b86;
    border: 1px solid #999;
}

#CC .previous {
    text-align: left;
}

#CC .next {
    text-align: right;
}

#CC .previous,
#CC .next {
    padding: 1px 3px 1px 3px;
    font-size: 1.4em;
}

#CC .previous a,
#CC .next a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

#CC .title {
    text-align: center;
    font-weight: bold;
    color: #FFF;
}

#CC .empty {
    background-color: #ddd;
    border: 1px solid #FFF;
}

div.err_msg {
    margin: 10px;
    padding: 3px;
    border: 1px solid #cc3300;
    background-color: #ffcccc;
    color: #dd2200;
    text-align: center;
}

div.warn_msg {
    margin: 10px;
    padding: 3px;
    border: 1px solid #ff9900;
    background-color: #ffff00;
    color: #ff5500;
    text-align: center;
}

div.note_msg {
    margin: 10px;
    padding: 3px;
    border: 1px solid #33cc00;
    background-color: #ccffcc;
    color: #007700;
    text-align: center;
}

#title {
    margin-bottom: 10px;
    width: 100%;
}