/*--------------------------------------------------\
| flatcolor		  |				  | default.css		|
|---------------------------------------------------|

\--------------------------------------------------*/

body {
    background-color: white;
    margin: 0 4px;
    padding: 0;
    text-align: center;
}

* {
    font: "Ubuntu";
    font-size: 13px;
    color: black;
}

/* Main */
#main {
    margin-left: 0;
    margin-top: 58px;
}


#item_table {
    position:relative;
    width: inherit;
    height:2em;
    background-color:yellow;
}


#item_col_1 {
    width: 5%;
}

#item_col_2 {
    width: 40%;
}

#item_col_3 {
    width: 3%;
}

#item_col_4 {
    width: 5%;
}

#item_col_5 {
    width: 7%;
}

#item_col_6 {
    width: 2%;
}

#item_col_7 {
    width: 7%;
}

#item_col_8 {
    width: 7%;
}


#item_col_9 {
    width: 2%;
}

#item_col_10 {
    width: 2%;
}


tr, td, th {
    line-height: 17px;
    color: black;
}

table {
    text-align: left;
}

select {
    max-width: 200px;
}

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

input.big {
    width: 100px;
}

input.small {
    width: 50px;
}

a, a:active {
    color: #045c97;
    text-decoration: none;
}
a:hover, a:focus {
    color: #4f9adb;
    text-decoration: underline;
}
a:visited {
    color: #045c97;
    text-decoration: none;
}
.clear {
    clear: both;
}
.nodisp {
    display: none;
}
.italic {
    font-style: italic;
}
.flleft {
    float: left;
}
.flright {
    float: right;
}

/* Body */
.fa-body {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 6px;
    margin: 0;
    padding: 6px 0 0 0;
}

/* Content */
.fa-content {
    width: 100%;
    margin: 0;
    padding: 6px 10px 5px 0;
    vertical-align: top;
    background-color: #f5f5f5;
}


#hotkeyshelp {
    float: right;
    font-weight: bolder;
}

/* Footer */
.fa-footer {
    background-color: #f1f1f1;
    height: 10px;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 10px;
    color: #036;
}
.fa-footer .power a {
    font-size: 10px;
    padding: 0 12px 0 12px;
    text-align: center;
    background: transparent url(images/News.png) no-repeat center left;
    color: #045c97;
}
.fa-footer .date {
    font-size: 10px;
    padding: 0 12px 0 12px;
    text-align: center;
    color: #045c97;
}

h1 {
    font-size: 14px;
    margin-right: 20px;
    color: #466f01;
}

h2 {
    font-weight: bold;
    font-size: 14px;
    color: #555;
    padding: 5px 5px 5px 18px;
}

.titletext {
    position: relative;
    height: 20px;
    width: 100%;
    text-align: center;
    color: black;
    font-weight: bold;
    background-color: yellow;
    font: 140%;
    border: 1px outset red;
}

h3 {
    font-size: 120%;
    padding-top: 1ex;
    padding-bottom: 1ex;
}


hr {
    background: #ccc;
    border: 0;
    color: #ccc;
    height: 1px;
}

.tableheader {
    font-weight: bold;
    background-color: #7e909a;
    color: #fff;
    text-align: center;
}

.tableheader2 {
    font-weight: bold;
    background-color: #7e909a;
    color: #fff;
    text-align: left;
}

.tableseparator {
    border-left: 1px solid #ccc;
}

.headingtext {
    font-weight: bold;
    font-size: 15px;
    color: #555;
}

.headingtext2 {
    font-size: 14px;
    color: black;
}

.headingtext3 {
    font-weight: bold;
    font-size: 13px;
    color: black;
}

.errortext {
    font-size: 12px;
    color: #f00;
    font-weight: bold;
}

.inputsubmit {
    font-size: 12px;
    color: #fff;
    border: 1px #008cba solid;
    background-color: #008cba;
    padding: 3px 4px;
}

.ajaxsubmit {
    font-size: 13px;
    color: #fff;
    border: 1px #008cba solid;
    background-color: #008cba;
    padding: 3px 4px;
}

.oddrow {
    background-color: #fafafa;
}

.evenrow {
    background-color: #fff;
}

.overduebg {
    background-color: red;
}

.overduefg {
    color: red;
}

.currentfg {
    color: #f66;
}

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

.settledbg {
    background-color: #0b0;
}

.settledfg {
    color: #0b0;
}

.inquirybg {
    background-color: #fdfeef;
}

.currencybg {
    background-color: #e88;
}

.stockmankobg {
    background-color: pink;
}

.stockmankofg {
    color: red;
}

table.tablestyle {
    border-collapse: collapse;
    border: none;
}
table.tablestyle td {
    border-collapse: collapse;
    border: 1px solid #eee;
}
table.tablestyle2 {
    border-collapse: collapse;
    border: 1px outset silver;
}
table.tablestyle2 td {
    border-collapse: collapse;
    border: 1px solid silver;

}
table.tablestyle_inner {
    border-collapse: collapse;
    border: 1px solid #fafafa;
}
table.tablestyle_inner td {
    border-collapse: collapse;
    border: 1px solid #fafafa;
}
.tablestyle_noborder {
    padding: 3px;
}

.label {
    background-color: #fafafa;
    color: #111;
    padding-left: 4px;
}

#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-size: 12px;
    text-align: right;
}

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

.editbutton {
    color:#00f;
    background-color:transparent;
    border-style:none;
    text-decoration:none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

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

button.navibutton {
    font-size: 13px;
    font-weight: bold;
    color: black;
    padding: 0 3px;
    background-color: grey;
    border-style:none;
    cursor: pointer;
}

.navibutton span {
    text-decoration:underline;
}

.navibar {
    padding: 0 3px;
    color: black;
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
    background-color: #7e909a;
    z-index: 9999999;
}

.listsubmit {
    display: none;
}

.inactive {
    color: silver;
    cursor: none;
}

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

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

ul.ajaxtabs{
    padding: 3px 0 0 0;
    margin: 3px 3px 0 3px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

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

ul.ajaxtabs li button{
    background-color: #f1f1f1;
    padding: 3px 8px;
    margin: 0px;
    border-left: 1px solid #7e909a;
    border-top: 1px solid #7e909a;
    border-right: 1px solid #7e909a;
    border-bottom: none;
    font-weight: bold;
}

ul.ajaxtabs li button:hover{
    border-left: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    color:#888;
}
div.spaceBox{
    background-color: #7e909a;
    height:8px;
    border-bottom: 1px solid #7e909a;
    border-left: 1px solid #7e909a;
    border-right:1px solid #7e909a;
    margin: 0 3px 0px 3px
}

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

ul.ajaxtabs li button.current, ul.ajaxtabs li button.current:hover{
    border-left: 1px solid #7e909a;
    background-color: #7e909a;
    color:#fff;
}
#hints {
    font-size: 13px;
    padding: 5px;
    border-bottom: 1px solid #7e909a;
    margin: -4px -2px -2px;
    /* border: 1px solid #7e909a; */
    background-color: blue;
    white-space: nowrap;
}

img {
    border: 0;
}

/*
        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-size: 8pt;
    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: #7e909a;
}
#CC .weekday {
    background-color: #eee;
    color: #000;
}
#CC .weekend {
    background-color: #FFC;
    color: #000;
}
#CC .weekno {
    background-color: #f1f1f1;
    color: #555;
}
#CC .current {
    border: 1px solid #339;
    background-color: #7e909a;
    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: #7e909a;
    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; */
    background-color: red;
    color: white;
    text-align: center;
}

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

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

#title {
    width: 100%;
}


/* Add a black background color to the top navigation */
.topnav {
    width: 100%;
    font-size: 110%;
    font-weight: bold;
    background-color: white;
    overflow: hidden;
    margin-bottom: 1px;
    white-space: nowrap;
    position: fixed;
    top: 0;
    z-index: 9999999;
}

/* Style the links inside the navigation bar */
.topnav a {
    font-size: 110%;
    font-weight: normal;
    float: left;
    color: black;
    text-align: center;
    padding: 5px 10px 10px 10px;
    margin-bottom: 15px;
    height: 10px;
    text-decoration: none;
    border: 0.5px inset grey;
    border-radius: 5px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: black;
    color: white;
}

.topnav .right {
    float: right;
    padding: 2px 12px 2px 0;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: grey;
    color: black;
}

#menu2 {
    font-size: 13px;
    width: 100%;
    margin-top: 14px;
    top: 14px;
    height: 35px;
    position: fixed;
    background-color: grey;
    z-index: 9999999;
}
#menu2 ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    z-index: 9999999;
}
#menu2 ul li {
    display: block;
    position: relative;
    float: left;
    z-index: 9999999;
    border-left: 5px outset grey;
    border-right: 0.5px outset grey;
    border-bottom: 0.5px outset grey;
}
#menu2 ul li ul {
    display: none;
    background-color: white;
    z-index: 9999999;
}
#menu2 ul li a {
    display: block;
    background-color: grey;
    padding: 9px 5px 5px 5px;
    text-decoration: none;
    white-space: nowrap;
    color: black;
    font-size: 110%;
    z-index: 9999999;

}
#menu2 ul li a:hover {
    background-color: black;
    color: white;

}
#menu2 ul li:hover ul {
    display: block;
    position: absolute;
    text-align: left;
    background-color: black;
    color: white;
}

#menu2 ul li:hover ul li {
    float: none;
    background-color: black;
    color: white;
}

#menu2 ul li ul li a {
    background-color: white;
    color: black;
    font-size: 105%;
    width: 300px;
    z-index: 9999999;

}
#menu2 ul li ul li a:hover {
    background-color: black;
    font-weight: normal;
    color: white;
    z-index: 9999999;
}
.circle {
    height: 15px;
    width: 15px;
    font-size:10px;
    background-color: white;
    color: black;
    font-weight: bold;
    padding-top: 2px;
    vertical-align:middle;
    text-align:center;
    border-radius: 50%;
    display: inline-block;
    z-index: 9999999999;
}

.line {
    border-top: 1px solid #555;
}

#header {
    margin: 0;
}
#header ul {
    float: right;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding-top: 0px;
}
#header li{
    list-style: none;
    display: inline;
    margin: 0;
}
#header li a{
    font-size: 12px;
    color: #045c97;
    text-decoration: none;
    padding: 0 10px 0 16px;
    border-right: 3px outset silver;
}

.table-responsive {
    margin: 0;
}

.table-wrapper {
    min-width: 100%;
    border: 1px solid black;
    background-color: white;
    color: blue;
    padding: 0px 0px;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    height: 80%;
}
td {
    padding: 0.25rem;
    border-collapse:collapse;
}

.table-wrap {
    height: 80%;
    overflow-y: auto;
    overflow-x: auto;
}

.table-title {
    background-color: red;
    color: #fff;
    line-height: 15px;
    padding: 2px 2px;
    margin: 0px 0px 0px;
    border-radius: 3px 3px 0 0;
    text-align: center;
}

.table-title h2 {
    margin: 5px 0 0;
    font-size: 18px;
}

.table-title .btn-group {
    float: right;
}

.table-title .btn {
    background-color: white;
    color: #fff;
    float: right;
    font-size: 18px;
    border: none;
    min-width: 30px;
    border-radius: 2px;
    border: none;
    outline: none !important;
    margin-left: 0px;
}


.table-title .btn i {
    float: left;
    font-size: 21px;
    margin-right: 0px;
}

.table-title .btn span {
    float: left;
    margin-top: 2px;
}

table.table-striped.table-hover tbody tr:hover {
    background-color: yellow;
    color: black;

}

table.table th i {
    margin: 0 0px;
    cursor: pointer;
}

table.table thead {
    display: fixed;
    background-color: grey;
    color: white;
    margin: 0 0px;
    border: 1px outset white;
    cursor: pointer;
}

table.table tr {
    line-height: 17px;
    color:  black;
    border: 1px inset silver;
}

table.table td:last-child i {
    opacity: 0.9;
    margin: 0 2px;
}

table.table td a {
    color: #566787;
    display: inline-block;
    text-decoration: none;
    background-color: white;

}

table.table td a:hover {
    background-color: yellow;
    color: black;

}

table.table td a.edit {
    color: #FFC107;
}

table.table td a.delete {
    color: #F44336;
}


table.table .avatar {
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

table {
    position: relative;
    background-color: white;
    color: black;
    text-align: left;
    font-size:  100%;
}


td {
    padding: 0.25rem;
}

tr.red th {
    background-color: grey;
    color: white;
}

tr.purple th {
    background-color: purple;
    color: black;
}

th {
    position: relative;
    vertical-align: top;
    background-color: silver;
    color: white;
    border: 3px outset silver;
    height: 20px;
}

.infobtn {
    background-color: white;
    padding:  5px 5px 5px 5px;
    border: 1px inset #8842d5;
    border-radius: 50px;
    font-weight: bold;
    color: black;
    padding: 0px;
    text-decoration: none;
    cursor: pointer;
    height:21px;
    font-size: 100%;
    z-index: 9999999999;
}
.edito, .input[type=listbox], .input[type=combo], .input[type=amount], .input[type=text], .input[type=select], .input[type=submit], .input[type=textarea], .input[type=label] {
    border: 0.1px inset silver;
    border-left: 15px inset silver;
    line-height: 15px;
    color: black;
    font-weight: normal;
    font-size: 100%;
}

.editb {
    border: 0.1px inset silver;
    border-left: 15px inset silver;
    line-height:15px;
    color: black;
    font-weight: normal;
}

.editc {
    border: 0.1px inset silver;
    border-left: 15px inset silver;
    line-height:15px;
    color: black;
    font-weight: normal;
}

.cmdbutton {
    background-color: grey;
    border: 1px inset #8842d5;
    border-radius: 30px;
    font-weight: bold;
    color: black;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    cursor: pointer;
    height:29px;
    font-size: 105%;
}
