body{
    background: white;
    font-family: 'Trebuchet MS', sans-serif;
    font-family: 'Trebuchet MS', Roboto, Ubuntu, sans-serif;
}
.customDatePickerWidth,
.customDatePickerWidth > div.react-datepicker-wrapper,
.customDatePickerWidth > div > div.react-datepicker__input-container
.customDatePickerWidth > div > div.react-datepicker__input-container input {
    width: 100%;
    height: 100%;
}
.react-datepicker__input-container  {
    width: inherit;
    height: inherit;
}
.react-datepicker__input-container input {
    width: inherit;
    height: 100%;
}


a{
    text-decoration: none;
}
.menu{
    height: 60px;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid rgb(245, 243, 243);
    position: fixed;
}
.top-logo{
    border-right: 1px solid rgb(245, 243, 243);
    height: 60px;
}
.logoimage{
    height: 40px;
    padding: 5px;
    margin-top: 10px;
}
.menu-bar{
    padding: 10px;
    color: rgb(32, 32, 32);
    float: right;
    padding-top: 15px;
    margin-right: 20px;
    cursor: pointer;
}
.menu-bar:hover{
    color: black;
}
.content-body{
    width: 100%;
    height: 100%;
}

.sidemenuOpen{
    width: 230px;
    padding: 0;
    margin: 0;
    height: 100%!important;
    position: fixed;
    background-color: white;
    margin-top: 60px;
    border-right: 1px solid rgb(250, 249, 249);
}
.contentClose{
    width: 100%;
    height: auto;
    padding-left: 257px;
    padding-top: 60px;
}
.sidemenuClose{
    display: none;
}
.contentOpen{
    width: 100%;
    height: auto;
    padding-top: 60px;
}
.sidemenuOpen li{
  height: 42px;
  border-bottom: 1px solid rgb(250, 250, 250);
  width: 100%;
  list-style: none;
  padding: 8px;
  cursor: pointer;
    padding-left: 15px;
    font-size: 14px;
    color: #393838;
}
.sidemenuOpen li .far{
    margin-right: 10px;
    font-size: 14px;
}

.sidebar a {
    font-size: 14px;
    color: rgb(128, 125, 125);
    cursor: pointer;
}
.sidemenuOpen li.active{
    background-color: rgb(247, 244, 239);
    color: #2d2d2d;
}
.sidemenuOpen li:hover{
    background-color: rgb(245, 236, 222);
    color: #2a2929;
    text-decoration: none;
}
.sidemenuOpen a:hover{
    text-decoration: none;
}
.sidelogo{
    display: none;
}
.login .form-control{
    font-size: 16px;
}
.logor{
    height: 54px;
    margin-top: 155px;
    padding-left: 100px;
    margin-bottom: 5px;
}
.crp{
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.login{
    border-radius: 10px;
    padding: 20px;
    margin-top: 150px;
    background: #d9e5d9;
    padding-top:50px;
    padding-bottom: 50px;
}
.loginb{
    background-color: rgb(238, 154, 26);
    border: none;
    padding: 5px 20px;
    float: right;
}
.loginb:hover{
    background-color: rgb(231, 176, 33);
    border: none;
    color: white;
  }
.loginb:focus{
    background-color: rgb(18, 18, 19);
}  
.taddb{
    padding-right: 20px;
    display: inline-block;
}
.taddb .btn{
    width: 120px;
    margin-right: 10px;
}
.taddb .form-control{
    width: 400px;
    float: right;
}
.list{
    min-height: 650px;
    max-height: auto;
    width: 100%;
    background: #fdfdfd !important;
}
.list td{
    color: #494a4c;
    font-size: 12px;
}
.list th{
    color: #494a4c;
    font-size: 12px;
}
.title-head{
    height: 50px;
    padding-left: 20px!important;
    padding: 10px;
    font-size: 22px;
    border-bottom: 1px solid #f3f0f0;
    width: 100%;
    margin-bottom: 0;
}
.currency{
    padding-top: 20px;
    background: #fdfdfd;
}
.currency-add label{
    color: #323232;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Trebuchet MS', Roboto, Ubuntu, sans-serif;
}

.currency-add .form-control{
    border-color: #828080;
    border-radius: 2px;
    height: 30px;
    font-size: 14px;
    color: #262626;
}
.currency-add .btn{
    height: 35px;
    float: right;
    background: #207274;
    border-color: #207274;
    width: 100px;
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #e8e5e5;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.btn-report{
    background-color: darkcyan;
    border:1px solid darkcyan;
    padding-right: 15px;
    padding-left: 15px;
    float: right;
}
.btn-report:focus{
    background-color: darkcyan;
    border:1px solid darkcyan;
}
.btn-report:hover{
    background-color: #11b1b1;
    border:1px solid #11b1b1;
}
.report-table{
    overflow: auto!important;
}
.report-table-main{
    height: 600px!important;
    width: auto;
    border: 1px solid #f1f0f0;
    margin: 5px;
    margin-top: 5px;
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: scroll;
}
.report-table-main th{
    border: none;
    border-bottom: 0.5px solid #e8e3e3!important;
    font-size: 16px;
    color: #232222;
    height: 10px;
    padding: 2px;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
}
.report-table thead th{
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 0;
    background-color: white;
    background-color: rgb(250, 250, 250) !important;
    color: #232222;
    border-bottom: 0.5px solid #e8e3e3!important;
    text-align: center;
}
.report-table td{
    border: none;
    font-size: 16px;
//color: #575353;
    color: black;
    height: 10px!important;
    padding: 2px;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
}
.report-table td a{
    color: black;
    cursor: pointer;
}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: rgb(255, 255, 255) !important;
}
.loadmore{
    text-align: right;
    padding-right: 20px;
    display: block;
}


.profile{
    height: 150px;
    width: 100%;
    background-color: white;
    margin-top: 10px;
    padding:20px;
    border-radius: 5px;
}
.profile p{
    height: 7px;
    font-size: 14px;
    color: #1d1c1c;
    padding:0;
    font-family: "Microsoft JhengHei UI Light";
}
.btn-report{
    background-color: darkcyan;
    border:1px solid darkcyan;
    padding-right: 5px;
    padding-left: 5px;
    float: right;
    width: 100%;
}
.btn-report:focus{
    background-color: darkcyan;
    border:1px solid darkcyan;
}
.btn-report:hover{
    background-color: #11b1b1;
    border:1px solid #11b1b1;
}

.loadmore{
    text-align: right;
    margin:10px;
    display: block;
}
.loadmore .btn{
    background-color: #312f2f;
    width: auto;
    border: 1px solid #312f2f;
}
.report{
    margin-top: 5px;
}
.report-body{
    border-radius: 5px;
    margin: 0;
    height: 100%;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    border:1px solid #dedddd;
}
.report-head{
//background-color: #eeebeb;
    height: 35px;
    width: 100%;
    margin-bottom: 0;
//padding-left: 500px;
}
.report-head li{
    list-style: none;
    float: left;
    text-align: center;
    width: auto;
    height: 35px;
    padding: 10px;
    padding-top: 5px;
    cursor: pointer;
}
.report-head li a.active{
    float: left;
    text-align: center;
    width: auto;
    font-size: 15px;
    background-color: white;
    margin-right: 5px;
    height: 31px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 10px;
    padding-top: 5px;
    border:1px solid #dedddd;
    border-bottom: none;
    color: green;

}
.report-head li a{
    text-align: center;
    float: left;
    width: auto;
    font-size: 14px;
    margin-right: 0px;
    height: 30px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #171616;
    background-color: #f3f1f1;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border:1px solid #dedddd;
    border-bottom: none;
}
.report-table-main{
    height: auto!important;
    width: auto;
    border: 1px solid #f1f0f0;
    margin: 5px;
    margin-top: 20px;
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}
.report-table th{
    border: none;
    border-bottom: 0.5px solid #e8e3e3!important;
    font-size: 16px;
    color: #232222;
    height: 10px;
    padding: 2px;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
}
.report-table thead th{
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 0;
    background-color: white;
    background-color: rgb(250, 250, 250) !important;
    color: #232222;
    border-bottom: 0.5px solid #e8e3e3!important;
    text-align: center;
}
.report-table td{
    border: none;
    font-size: 16px;
//color: #575353;
    color: black;
    height: 10px!important;
    padding: 2px;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
}
.report-table td a{
    color: black;
    cursor: pointer;
}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: rgb(255, 255, 255) !important;
}

.wallet-list table tbody tr{
    line-height: 15px;
    height: 15px;
    font-size: 12px;
}

.wallet-list table td{
    padding:5px 10px;
    padding-bottom: 2px;
}
.wallet-list table td{}
.wallet-list table td img{
    height: 25px;
    width: 25px;
    margin-right: 10px;
}
.wallet-list table td .btn{
    background-color: black;
    height: 30px!important;
    padding: 5px 10px;
    font-size: 10px;
    color: white;
}
.wallet-list table td .btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus{
    outline: none!important;
}
.wallet-list .name-filter{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
}
.wallet-list .name-filter .name-input{
    height: 12px!important;
    width: 200px;
    padding: 10px;
    font-size: 12px;
    margin-right: 20px;
}



















