/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

/*.container-fluid {
  font-size: 12px;
}*/

.table-earning thead th {
    font-size: inherit;
    padding: 8px 10px;
    background: #6f9cf2;
}

.table-earning tbody td {
    padding: 8px 10px;
}

.table-earning.bordered th, .table-earning.bordered td {
	border: 1px solid gray;
}

/* .table-earning tbody td.text-right { */
	/* padding-left: 15px; */
	/* padding-right: 65px; */
/* } */

.table-index-container {
    font-size: 0.8rem;
    background-color: ghostwhite;
    padding: 8px;
}

#toastError {
    z-index: 5;
    right: 0;
    bottom: 0;
}

.page-content--login {
    background: #fccecf;
    height: 100vh;
}

.login-form {
    width: 350px;
    margin: 0 auto;
    /* padding: 100px 0 30px; */
}

.login-form button {
	background-color: #70c5c0;
}

.login-logo {
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #a9d8d6;
    padding: 15px;
    /* box-shadow: ; */
}

.login-wrap .card-body {
	background: #ececec;
}

#modalAddEmbarc .modal-dialog {
	min-height:  600px;
	height: 95%;
}

#modalAddEmbarc .modal-dialog .modal-content {
	height: 80%;
}

.line-through {
	text-decoration-line: line-through;
}
