﻿:root {
  --blue: #3c4b64;
  --white: #ffffff;
  --Reportblue: rgba(13, 16, 44, 1);
}
.table-hover > tbody > tr:hover {
  background-color: #ffffff !important; /* Assuming you want the hover color to be white */
}
.footer {
  height: 30px !important;
  margin: 0px !important;
}
.nav-link {
  font-size: 12px !important;
}
.noselect {
  user-select: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  -o-user-select: none;
}

.card {
  padding-bottom: 5px !important;
}
.no-select {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
label {
  margin-bottom: 0px !important;
  font-size: 12px;
}
.form-control {
  font-size: smaller !important;

  margin-bottom: 0px !important;
}

.TextBoxClass {
  font-size: 12px;
}

.highcharts-credits {
  display: none !important;
}

.selected td {
  background-color: #48507b;
  color: #fff;
}

tbody tr:hover td {
  background: none repeat scroll 0 0 #c1c1c1;
  color: #000000;
  cursor: pointer;
}
.card {
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.09), 0 6px 20px 0 rgba(0, 0, 0, 0);
  margin-bottom: 0px !important;
}
.table-bordered {
  border: 1px solid #dee2e6 !important;
}
.Thuvamodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1500; /* Sit on top */
  padding-top: 65px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  transition: 1.5s;
}
.Thuvamodal-content {
  background-color: #d9d9d9;
  margin: auto;
  padding: 05px;
  border: 1px solid #888;
  width: 100%;
  border-radius: 10px;
}
.Thuvaclose {
  color: #2b2b2b;
  /*float: right;*/
  /*font-size: 28px;*/
  font-weight: bold;
}

.Thuvaclose:hover,
.Thuvaclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.Branchmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1500; /* Sit on top */
  padding-top: 65px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  color: #000;
}
.BranchModalcontent {
  background-color: #fefefe;
  margin: auto;
  padding: 05px;
  border: 1px solid #888;
  width: 20%;
  height: 130px;
  border-radius: 10px;
  color: #000;
  margin-top: 50px;
}
/* Modal Content */

/* The Close Button */

@media screen and (max-width: 600px) {
  .separator {
    height: 1px;
    background: #dedede;
    margin: 2px 0px 2px 0px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .Thuvamodal-content {
    width: 100% !important;
  }
}
table {
  background: #ffffff;
  border-radius: 0.25em;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  font-family: Verdana;
  position: relative;
}
th {
  border-bottom: 1px solid #364043;
  color: #000000;
  font-size: 12px;
  font-weight: 100;
  padding: 2px 1px;
  text-align: center !important;
  position: sticky;
  top: 0;
  background: white;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  resize: horizontal !important;
}
td {
  color: #3c4b64;
  font-weight: 400;
  padding: 0;
  font-size: 11px;
}
.disabled td {
  color: #4f5f64;
}
tbody tr {
  background: #ffffff;
  color: #3c4b64;
}
tbody tr:hover {
  background: #ffffff;
}
#addiconimage {
  color: #282828;
  border-width: 0px;
}
#addiconNewLine{
  color: #282828;
  border-width: 0px;
}
#addiconBarcodeimage {
  color: #282828;
  border-width: 0px;
}
#addiconChequeimage {
  color: #282828;
  border-width: 0px;
}
#addiconPaymentimage {
  color: #282828;
  border-width: 0px;
}
#addiconJounalEntryimage {
  color: #282828;
  border-width: 0px;
}

table {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.jsdragtable-contents {
  background: #fff;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  box-shadow: 2px 2px 5px #aaa;
  padding: 0;
}

.jsdragtable-contents table {
  margin-bottom: 0;
}
#resp-table {
  display: table;
}
#resp-table-body {
  display: table-row-group;
}
.resp-table-row {
  display: table-row;
}
.table-body-cell {
  display: table-cell;
  border: 1px solid #dddddd;
  padding: 2px;
  color: black;
  background-color: white;
  vertical-align: top;
}
.table-header-cell {
  display: table-cell;
  border: 1px solid #dddddd;
  padding: 1px;
  color: white;
  vertical-align: top;
  background-color: var(--blue);
  text-align: center;
  font-weight: 400;
}
