html{
  min-height:100%;
}
body{
  font-size: 14px;
  font-family: "ubuntu-regular", sans-serif;
  font-weight: initial;
  line-height: normal;
  transition: width 0.25s ease, 
  margin 0.25s ease; 
  color: #343a40; 
  background: #525564;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 45px;
}
.login-body{
  display: flex;
  justify-content: center;
  background-color: #525564;
}
td{
	padding: 5px;
  vertical-align: center;
}

input{
	padding: 5px;
}

select{
	padding: 5px;
	width: 175px;
}

input[type="date"]{
  width: 175px;
}
/*input[type="text"]{
  width: 175px;
}*/
input[type="password"]{
  width: 175px;
}
textarea{
  resize: none;
  padding: 5px;
}
a{
  text-decoration: none;
  color: #0000EE;
}
a:hover { 
  color: red;
}

.btn_HeadBar{
  font-size: 16px;
  float: right; 
  display: block; 
  text-align: center; 
  padding: 14px; 
  text-decoration: none;
  color: white;
  position: relative;
}
.btn_HeadBar:hover { 
  color:#1C263C;
  background-color:#B6C0D2;
}

.btn_notif{
  float: right; 
  display: block; 
  text-align: center;
  padding-top: 6px; 
  padding-bottom: 5px; 
  text-decoration: none;
  color: white;
  position: relative;
}
.btn_notif:hover { 
  color:#1C263C;
  background-color:#B6C0D2;
}
.numberCircle{
  display: inline-block;
  border-radius: 50%;
  border: 2px solid;
}
.numberCircle span {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.width_25px{
	width: 25px;
}
.width_50px{
	width: 50px;
}
.width_100px{
  width: 100px;
}
.width_125px{
  width: 125px;
}
.width_150px{
  width: 150px;
}
.width_175px{
  width: 175px;
}
.width_200px{
  width: 200px;
}
.width_250px{
  width: 250px;
}
.width_300px{
  width: 300px;
}
.width_350px{
  width: 350px;
}
.width_400px{
  width: 400px;
}

.button{
	padding: 5px;
	margin: 2px;
	width: 50px;
}
.button_2{
  padding: 5px;
  margin: 2px;
}
.button_3{
  padding: 5px;
  margin: 2px;
  width: 100px;
}

.required:after {
  content:"*";
  color: red;
}

.table_label{
  width: 160px;
}
.readonly{
  background-color:#C5C5C5; 
}
.readonly_a{
  color:#808080;
}

.right{
	float: right;
}

.form_custom{
  box-sizing: border-box; 
  padding: 15px; 
  border-radius: 5px; 
  background-color: hsl(0, 0%, 100%); 
  box-shadow: 4px 4px 4px black; 
  border: 1px solid hsl(0, 0%, 90%); 
  margin: 5px;
}

.bg_charcoal{
  background-color: #4B4B4B; /* CHARCOAL COLOR */
}

.login{
  height:100%; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}
.login_child{
  vertical-align: middle; 
  text-align: center;
}
.alert{
  color: red; 
  text-align:center;
}

.container{
  width: 99%;
  box-sizing: border-box; 
  padding: 15px; 
  border-radius: 5px; 
  background-color: hsl(0, 0%, 100%); 
  box-shadow: 4px 4px 4px black; 
  border: 1px solid hsl(0, 0%, 90%); 
  margin: 5px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 18px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.sticky{
  position: sticky; 
  top: 0; 
  z-index: 1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.3125rem;
}

.text-white, .navbar.navbar-primary .navbar-menu-wrapper .nav-profile-text p, .navbar.navbar-secondary .navbar-menu-wrapper .nav-profile-text p, .navbar.navbar-success .navbar-menu-wrapper .nav-profile-text p, .navbar.navbar-info .navbar-menu-wrapper .nav-profile-text p, .navbar.navbar-warning .navbar-menu-wrapper .nav-profile-text p, .navbar.navbar-danger .navbar-menu-wrapper .nav-profile-text p, .navbar.navbar-light .navbar-menu-wrapper .nav-profile-text p, .navbar.navbar-dark .navbar-menu-wrapper .nav-profile-text p {
  color: #ffffff !important;
}

.col-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 22%;
}
.grid-margin, .purchase-popup {
  margin-bottom: 2.5rem;
}
.stretch-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 40px;
}
.width_95pcn{
  width: 95%;
}
.card.card-img-holder {
  position: relative;
}
.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}
.card {
  border: 0;
  background: #f2f2f2;
}
.bg-gradient-yellow {
  background: -webkit-gradient(linear, left top, right top, from(#FFE87C), to(#C68E17)) !important;
  background: linear-gradient(to right, #FFE87C, #C68E17) !important;
}
.bg-gradient-danger {
  background: -webkit-gradient(linear, left top, right top, from(#ffbf96), to(#fe7096)) !important;
  background: linear-gradient(to right, #ffbf96, #fe7096) !important;
}
.bg-gradient-info {
  background: -webkit-gradient(linear, left top, right top, from(#90caf9), color-stop(99%, #047edf)) !important;
  background: linear-gradient(to right, #90caf9, #047edf 99%) !important;
}
.bg-gradient-success {
  background: -webkit-gradient(linear, left top, right top, from(#84d9d2), to(#07cdae)) !important;
  background: linear-gradient(to right, #84d9d2, #07cdae) !important;
}
.card .card-title {
  color: #343a40;
  margin-bottom: 0.75rem;
  text-transform: capitalize;
  font-family: "ubuntu-medium", sans-serif;
  font-size: 18px;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
}]
.card .card-body {
  padding: 1rem 1rem;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.card.card-img-holder .card-img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
img {
  vertical-align: middle;
  border-style: none;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.font-weight-normal {
  font-family: "ubuntu-regular", sans-serif;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.mb-3, .template-demo .circle-progress-block, .my-3 {
  margin-bottom: 1rem !important;
}
h4, .h4 {
  font-size: 14px;
}
.float-right {
  float: right !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
h2, .h2 {
  font-size: 16px;
}
.card-text:last-child {
  margin-bottom: 0;
}
h6, .h6 {
  font-size: 14px;
}
.page-title {
  color: #FFF;
  font-size: 14px;
  margin-bottom: 0;
}
.page-header {
  margin: 0 0 1.5rem 0;
}
.p-0 {
  padding: 0 !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.d-flex, .page-header, .loader-demo-box, .list-wrapper ul li, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown .dropdown-item, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.grid-margin, .purchase-popup {
  margin-bottom: 2.5rem;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}
.col-13 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
  max-width: 95%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: 70px;
  min-height: 100%;
}
.table {
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}
.table th, .table td {
  padding: 0.9375rem;
  vertical-align: top;
  border-top: 1px solid #ebedf2;
  text-transform: uppercase;
}
.table th .badge, .table td .badge {
  margin-bottom: 0;
}
.badge-gradient-success {
  background: -webkit-gradient(linear, left top, right top, from(#84d9d2), to(#07cdae));
  background: linear-gradient(to right, #84d9d2, #07cdae);
  color: #ffffff;
}
.badge-gradient-warning {
  background: -webkit-gradient(linear, left top, right top, from(#f6e384), to(#ffd500));
  background: linear-gradient(to right, #f6e384, #ffd500);
  color: #ffffff;
}
.badge-gradient-info {
  background: -webkit-gradient(linear, left top, right top, from(#90caf9), color-stop(99%, #047edf));
  background: linear-gradient(to right, #90caf9, #047edf 99%);
  color: #ffffff;
}
.badge-gradient-danger {
  background: -webkit-gradient(linear, left top, right top, from(#ffbf96), to(#fe7096));
  background: linear-gradient(to right, #ffbf96, #fe7096);
  color: #ffffff;
}
.badge {
  border-radius: .125rem;
  font-size: 14px;
  font-weight: initial;
  line-height: 1;
  width: 75px;
  padding: .375rem .5625rem;
  font-family: "ubuntu-medium", sans-serif;
}
.badge {
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.template{
  background: #f2f2f2;
  border-radius: 0.3125rem; 
  padding-top: 20px; 
  padding-bottom: 20px; 
  margin-top: 20px; 
  margin-bottom: 20px;
  min-height: 800px;
  width: 98%;
}

.template_head{
  background: #f2f2f2;
  border-radius: 0.3125rem; 
  padding-top: 20px; 
  padding-bottom: 20px; 
  margin-top: 20px; 
  margin-bottom: 20px;
}

.pagging{
  margin: 5px;
  color: black;
}
.page{
  margin: 5px;
  color: #D3D3D3;
}

.stepper-wrapper {
  margin-top: auto;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}
.stepper-items {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 30px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 30px;
  left: 50%;
  z-index: 2;
}

.stepper-items::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 30px;
  left: -50%;
  z-index: 2;
}

.stepper-items::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 30px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-items .step-counters {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 27px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #4bb543;
  
  color: white;
}
.stepper-items.completed .step-counters {
  background-color: #4bb543;
}
.stepper-item.completedTR .step-counter {
  background-color: #3E77B6;

  color: white;
}
.stepper-item.yellowStatus .step-counter {
  background-color: #FFA500;
}


.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 100%;
  top: 30px;
  left: 50%;
  z-index: 3;
}
.stepper-items.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 100%;
  top: 30px;
  left: 50%;
  z-index: 3;
}
.stepper-item.completedTR::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #3E77B6;
  width: 100%;
  top: 30px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}

.button_effect1:hover{
  color: red;
}
.button_effect1:disabled{
  color: gray;
}
.button_effect1{
  color: blue;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  margin: 8% auto; /* 15% from the top and centered */
  padding: 20px;
}

table.striped {
  border: 0.5px solid lightgray;
}
table.striped tr {
  background-color: ghostwhite;
}
.selecteds td{
  background-color: #EBECF0;
  color: red;
}

.headbar{
  width:100%; 
  height: 50px; 
  margin-right: 500px; 
  margin-left: 10px; 
  background-color: #1C263C; 
  top:0px; 
  z-index: 50; 
  position: fixed; 
  color:white; 
  overflow: hidden;
}
.bottombar{
  width:100%; 
  height: 85px; 
  margin-right: 20px; 
  margin-left: 20px; 
  background-color: #1C263C; 
  text-align: center; 
  color:white; 
  margin-bottom: -20px; 
  margin-top: auto;
}

.button_green{
  color:#1C263C;
  background-color: #B6C0D2;
  border-radius: 6px;
}
.selected_color td{
  color:#1C263C;
  background-color: #B6C0D2;
}

.font_header{
   font-weight: bold;
   font-size: 18px;
}

.btn-login {
  padding: 15px;
  background: #004999;
  color: white;
  border: none;
  border-radius: 40px;
  font-weight: 500;
  width: 300px;
}

.btn-login:hover {
  border-color: #fff;
  background: #0062cc;
  color: #fff;
}

.txt-login{
  font-size:16px; 
  width:350px; 
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
}

.navbarBtn{
  font-size:10px; 
  width:80px;
}

.settingBtn{
  width: 250px;
  font-size: 14px;
  color: #1C263C;
  background: #B6C0D2;
}
.settingBtn:hover{
  color: #B6C0D2;
  background-color: #1C263C;
}

.radius5px{
    border-radius: 5px;
}

/* ========== COA TABLE ========== */
.coa-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}

.coa-table th, .coa-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.coa-table th {
    background: #1C263C;
    color: #fff;
    font-weight: bold;
}

/* ========== ACCOUNT LEVEL COLORS ========== */
/* Level 1 */
.coa-table tr.lvl-1 {
    background-color: #1C263C;
    color: #fff;
    font-weight: bold;
}

/* Level 2 */
.coa-table tr.lvl-2 {
    background-color: #2A3553;
    color: #fff;
    font-weight: bold;
}

/* Hover (detail rows only) */
.coa-table tr:not(.lvl-1):not(.lvl-2):hover {
    background-color: #f5f5f5;
}

.toggle {
    cursor: pointer;
    display: inline-block;
    width: 14px;
}

.toggle-placeholder {
    display: inline-block;
    width: 14px;
}

tr.hidden {
    display: none;
}