body {
  font-family: Titillium, sans-serif;
  background-color: #f4f3ef;
  color: #666;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.divBox {
  background-color: #fff;
  border: .14rem solid #f2f2f2;
  box-shadow: 0 6px 10px -4px rgba(0,0,0,.15);
  border-radius: 1rem;
}

.logout {
  width: 2rem;
  height: 2rem;
  background-image: url(../img/logout.svg);
}

.logout:hover {
  background-image: url(../img/logoutHover.svg);
}

.topHeader {
  background-color: #f4f3ef;
}


.flex-1 {
  flex: 1;
  min-width: 0px;
  min-height: 0px;
}

.overflow-xy {
  overflow-x: hidden;
  overflow-y: auto;
}

.pl-6 {
  padding-left: 4rem;
}

.w-1-5-rem {
  width: 1.5rem;
}

.w-2-rem {
  width: 2rem;
}

.w-3-rem {
  width: 3rem;
}

.w-4-rem {
  width: 4rem;
}

.w-5-rem {
  width: 5rem;
}

.w-6-rem {
  width: 6rem;
}

.w-7-rem {
  width: 7rem;
}

.w-8-rem {
  width: 8rem;
}

.w-9-rem {
  width: 9rem;
}

.w-10-rem {
  width: 10rem;
}

.w-11-rem {
  width: 11rem;
}

.w-12-rem {
  width: 12rem;
}

.w-13-rem {
  width: 13rem;
}

.w-13-5-rem {
  width: 13.5rem;
}

.w-14-rem {
  width: 14rem;
}

.w-16-rem {
  width: 16rem;
}

.w-20-rem {
  width: 20rem;
}

.h-1-rem {
  height: 1rem;
}

.h-1-2-rem {
  height: 1.2rem;
}

.h-2-rem {
  height: 2rem;
}

.h-3-rem {
  height: 3rem;
}

.h-3-5-rem {
  height: 3.5rem;
}

.h-4-rem {
  height: 4rem;
}

.h-5-rem {
  height: 5rem;
}

.h-10-rem {
  height: 10rem;
}

.h-12-rem {
  height: 12rem;
}

.h-15-rem {
  height: 15rem;
}

.h-30-rem {
  height: 30rem;
}

.h-50-vh {
  height: 50vh;
}

.h-100-vh {
  height: 100vh;
}

.mw-1-rem {
  min-width: 1rem;
}

.mw-1-4-rem {
  min-width: 1.4rem;
}

.mw-2-rem {
  min-width: 2rem;
}

.mw-3-rem {
  min-width: 3rem;
}

.mw-4-rem {
  min-width: 4rem;
}

.mw-5-rem {
  min-width: 5rem;
}

.mw-6-rem {
  min-width: 6rem;
}

.mw-11-rem {
  min-width: 11rem;
}

.mh-3-1-rem {
  min-height: 3.1rem;
}

.mh-6-rem {
  min-height: 6rem;
}

.mh-15-rem {
  min-height: 15rem;
}

.mh-35-rem {
  min-height: 35rem;
}

.mx-6-rem {
  max-height: 6rem;
}

.mw-90 {
  max-width: 90%;
}

.mh-90 {
  max-height: 90%;
}

.h7 {
  font-size: .8rem;
}

.border-light2 {
  border-color: #ececec;
}

.text-light2 {
  color: #999;
}

.text-truncate-2 {
  -webkit-line-clamp: 2;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.table-fixed {
  table-layout: fixed;
}

.table-nofluid {
  width: auto;
}

.cursor-move {
  cursor: move;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.cursor-disabled {
  cursor: not-allowed !important;
}

::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #b2b2b2;
}

.opacityDisabled {
  filter: grayscale(100%) opacity(0.3);
}

.bg-picture {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
}

.buttonsBox {
  border: .1rem solid #d2d2d2;
  border-radius: .6rem;
}

.amount {
  color: #548dd4;
  background-color: #fff;
  border: 2px solid #548dd4;
  border-radius: 0.3rem;
  text-align: center;
  font-weight: bold;
  padding: 0.05rem 0.5rem;
}

.amount.green {
  color: #00b050;
  border: 2px solid #00b050;
}

.amount.red {
  color: #ff2a2a;
  border: 2px solid #ff2a2a;
}

.amount.purple {
  color: #7030a0;
  border: 2px solid #7030a0;
}

.amount.calculated {
  border: 2px solid #b2b2b2;
  color: #b2b2b2;
  font-style: italic;
}

.amount.invisible {
  opacity: 0;
}

.amount.newmessage {
  color: #fff;
  background-color: #00b050;
  border: 2px solid #00b050;
}

/*working*/
.workingBox {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 2000;
}

.workingSubBox, .workingSubBox1 {
  width: 150px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../img/working.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.workingSubBox1 {
  background-image: url(../img/loading.svg);
}

/*bootstrap tune*/

.a-inherit {
  color: inherit;
}

.a-inherit:hover {
  color: inherit;
  text-decoration: none;
}

.form-control:focus {
  border-color: #9fcef1;
  box-shadow: 0 0 0.6rem 0.2rem rgba(159, 206, 241, 0.8);
}

.modal-open .modal {
  overflow-y: hidden;
}

.modal-content {
  box-shadow: 0 0 8rem 2rem rgba(0, 0, 0, 0.3);
  border-radius: .6rem;
}

.modal-header {
  background-color: #548dd4;
  color: #fff;
  padding: .6rem 1rem;
  border-bottom: 3px solid rgba(255, 255, 255, 0.4);
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.modal-header > .close {
  color: #fff;
  opacity: 1;
}

.modal-footer {
  padding: 0 1rem 1rem 1rem;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
}

.modal-body {
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-body-iframe {
  min-height: 70vh;
  max-height: 70vh;
}


label {
  margin-bottom: 0;
}


.card {
  cursor: pointer;
}

.card-body {
  cursor: default;
}

.card-header, .list-group-item {
  padding: .4rem .6rem;
}

.list-group-shadow {
  box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}

.collapseHeader[aria-expanded="true"], .collapseHeader[aria-expanded="false"] {
  padding-left: 1.5rem;
  background-image: url(../img/iconCollapseOn.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

.collapseHeader[aria-expanded="false"] {
  background-image: url(../img/iconCollapseOff.svg);
  min-width: 0;
  min-height: 0;
  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.trumbowyg-box {
  margin: 0 auto !important;
  min-height: 10rem !important;
}

.trumbowyg-editor {
  min-height: 10rem !important;
  max-height: 10rem !important;
}

.trumbowyg-editor svg {
  width: auto !important;
  height: auto !important;
}

.trumbowyg-button-pane svg {
  width: 17px;
  height: 100%;
}

.noty_theme__metroui.noty_bar {
  box-shadow: 0 0 8rem 2rem rgba(0, 0, 0, 0.3) !important;
}

.noty_body {
  text-align: center !important;
  font-size: 1.5rem !important;
  font-weight: bold;
}

.noty_buttons {
  text-align: center !important;
  padding: 0 0 1rem 0 !important;
}

.table.dataTable {
  table-layout: fixed;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.paginate_button {
  margin-left: 8px;
} 

.pagination a:hover:not(.active) {background-color: #ddd;}
