/*
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.
*/
/* 
    Created on : Jul 11, 2016, 2:26:16 PM
    Author     : Yohan W
*/

.login_body {
  background-color: #D0D0D0;
  font-family: 'Exo 2', sans-serif;
}

.login_input {
  width: 455px;
  height: 450px;
  position: absolute;
  top:0;
	bottom: 0;
	left: 0;
	right: 0;
  margin: auto;
  text-align: center;
}

.footer {
  font-size: smaller;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.footer_main {
  font-size: small;
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  min-height: 25px;
  background-color: #fff;
}

form.form_min_space div.row div div.form-group {
  margin-bottom: 5px;
}

.topline {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px solid #D0D0D0;
}

body {
  font-family: 'Exo 2', sans-serif !important;
  font-size: 10pt !important;
}

#nav_sidemenu > ul > li > a {
  margin: 0 0 0 15px;
  padding: 0;
  display: inline-block;
}
#nav_sidemenu > ul > li > .fas {
  padding-left: 15px !important;
}
/*
.fas, .fa {
  padding: 0 5px 0 5px !important;
}
*/

.menu_icon {
  margin-right: -10px;
}

.no-wrap {
  white-space: nowrap;
}

.currency {
  text-align: right;
}

th {
  overflow: visible;
}

.dataTable > thead > tr > th {
  text-align: center;
  vertical-align: middle;
}

.dataTables_scroll {
  overflow:auto;
}

.input-value-change {
  font-weight: bold;
  color: #003eff;
}

table caption {
  font-weight: bold;
  font-size: large;
}

.td-number {
  text-align: right !important;
}

.td-bold {
  font-weight: bold;
}

.td-center {
  text-align: center !important;
}

.td-warning {
  background-color: #dca7a7 !important;
}

.td-yellow {
  background-color: #ffc107;
}

tr.warning td{
  background-color: #dca7a7 !important;
}

tfoot {
  background-color: lightcyan;
  font-weight: bold;
}

table, input, button, select {
  font-size: 10pt;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none !important;
  margin: 0 !important; 
}

input[type=number] {
    -moz-appearance:textfield;
}

span.info-danger {
  font-size: 8pt;
  font-style: italic;
  color: red;
  padding-left: 10px;
}

@media print {
  .pagebreak {
    page-break-after: always;
  }
}

.content {
  padding: 5px 0 25px 10px;
  overflow: hidden;
  vertical-align: top;
}

.sidemenu {
  border-radius: 0;
  background-color: #D0D0D0;
  border-color: transparent;
  padding: 5px 5px 0px 10px;
  margin: 0;
  float: left;
  font-size: medium;
  z-index: 1000;
  position: fixed;
  width: 350px;
}

.custom-combobox {
  position: relative;
  display: flex;
  width: 100%;
}

.custom-combobox-toggle {
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}

.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
  width: 1%;
  flex: 1 1 auto;
}

table.simpleTable {
  border: 1px solid;
}

table.simpleTable tr:nth-child(odd) {
  background-color: #d9edf7;
}

table.simpleTable th {
  text-align: center;
  background-color: #aaa;
  padding-left: 3px;
  padding-right: 3px;
}

table.simpleTable td {
  padding-left: 3px;
  padding-right: 3px;
  border-left: 1px solid;
}

table.simpleTable tr:hover td {
  background-color: #f7ecb5;
}

table.simpleTable tr.simpleFooter th {
  background-color: #eaeaea;
  border: 1px solid;
}

.tooltip {
  top: 0;
}

td > .btn-link {
  padding: 0 4px 0 4px;
}

li.nav-item.active {
  background-color: rgba(255, 255, 255, 0.5); 
}