@charset "utf-8";

html {
  margin: 0px;
  padding: 0px;
  min-height: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  color: #000;
}
form {
  margin: 0px;
}

h2 {
  font: bold 18pt Arial;
  margin: 0px;
}
td {
  font: 11px Arial;
}
input,
select,
textarea {
  font: normal 14px Arial;
}

a {
  color: #3c7097;
  text-decoration: none;
}
a:hover {
  color: #3c7097;
  text-decoration: underline;
}

/* ------------------------ LEFT MENU ------------------------ */
.menu {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e5e5e5;
  background: #f2f2f2;
  padding: 6px;
  font: bold 16px Arial;
}
.menu-on {
  background: #606060;
  border-top: 1px solid #575757;
  border-bottom: 1px solid #606060;
  padding: 6px;
  font: bold 12px Arial;
  color: #fff;
}

.menu-list {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.menu-list a {
  color: #3c7097;
}
.menu-list li {
  border-top: 1px solid #e5e5e5;
}

.menu-list .menu-list-on {
  background: #d7ebff;
}
.menu-list .menu-list-on a {
  color: #3c7097;
  font-weight: bold;
}

.menu-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.menu-list ul a {
  display: block;
  text-decoration: none;
  padding: 10px 0px 10px 20px;
  font: 14px Arial;
}

.menu-list ul a:hover {
  background: #e8f3ff;
  color: #666666;
}

.result {
  font-family: Arial;
  font-size: 12px;
  text-align: left;
  border: 1px solid #ccc;
}
.result th {
  font-size: 13px;
  background: #f2f2f2;
  color: #000;
  padding: 6px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
}
.result td {
  border-bottom: 1px solid #f2f2f2;
  color: #333;
  border-top: 1px solid transparent;
  padding: 6px;
}
.result tr:hover td {
  background: #ffffdd;
  color: #333;
}

.result th a {
  color: #000;
}

/* Pagination */

.filter {
  border: 1px solid #ccc;
  border-bottom: 0px;
  padding: 10px;
  padding-bottom: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.top-pagination {
  border: 1px solid #ccc;
  border-bottom: 0px;
  background: #eaf8ff;
  text-align: center;
  padding: 4px;
  font: 9pt Arial;
}
.bottom-pagination {
  border: 1px solid #ccc;
  border-top: 0px;
  background: #eaf8ff;
  text-align: center;
  padding: 4px;
  font: 9pt Arial;
}

div.pagination {
  padding: 3px 10px 0px 10px;
  margin: 3px;
}

div.pagination a {
  padding: 1px 4px 1px 4px;
  margin: 3px;
  border: 1px solid #b5bfde;
  font: 8pt arial;
  text-decoration: none;
  color: #1a2fa1;
  background: #fff;
}
div.pagination a:hover {
  border: 1px solid #18489b;
  font: 8pt arial;
  color: #1a2fa1;
}
div.pagination a:active {
  border: 1px solid #18489b;
  font: 8pt arial;
  color: #1a2fa1;
}
div.pagination a:visited {
  font: 8pt arial;
  color: #1a2fa1;
}

div.pagination span.current {
  padding: 1px 4px 1px 4px;
  margin: 3px;
  border: 1px solid #1a2fa1;
  font: 8pt arial;
  font-weight: bold;
  background-color: #1a2fa1;
  color: #fff;
}
div.pagination span.disabled {
  padding: 1px 4px 1px 4px;
  margin: 3px;
  border: 1px solid #b5bfde;
  font: 8pt arial;
  color: #888;
}

.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
  line-height: 16px;
  overflow: hidden;
}

.ac_loading {
  background: white url("indicator.gif") right center no-repeat;
}

.ac_odd {
  background-color: #eee;
}

.ac_over {
  background-color: #0a246a;
  color: white;
}

/* -------------------------------------------------------------- 
   Messages
-------------------------------------------------------------- */
.error_msg {
  background: url(../images/error.png) 10px 10px no-repeat #fff0f0;
  font: 12px Arial;
  color: #555;
  padding: 10px;
  padding-left: 34px;
  border: 1px solid #ff5555;
  margin-bottom: 20px;
  border-radius: 6px;
}

.success_msg {
  background: url(../images/success.png) 10px 10px no-repeat #e8ffe8;
  font: 12px Arial;
  color: #555;
  padding: 10px;
  padding-left: 34px;
  border: 1px solid #00a600;
  margin-bottom: 20px;
  border-radius: 6px;
}

.action_col {
  background: #fffef4;
  border-right: 1px solid #ccc;
  text-align: center;
}
a.action_edit {
  color: #009100;
}
a.action_delete {
  color: #d20000;
}
.clickable {
  cursor: pointer;
  cursor: hand;
}

.result .name {
  font: bold 12px Arial;
}
.result .address {
  background: url(../images/home.png) 0px 1px no-repeat;
  padding-left: 14px;
  margin-top: 6px;
}
.result .phone {
  background: url(../images/mobile.gif) 0px 1px no-repeat;
  padding-left: 14px;
  margin-top: 2px;
}
.result .email {
  background: url(../images/email2.png) 0px 2px no-repeat;
  padding-left: 14px;
  margin-top: 2px;
}

.box {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}

.invoice_dt_table {
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.invoice_dt_table th {
  font: bold 12px Arial;
  text-align: left;
  border: 1px solid #ccc;
  background: #f2f2f2;
}

.invoice_dt_table td {
  border: 1px solid #ccc;
}

.delete-wpr {
  position: relative;
}
.delete {
  display: block;
  color: #000;
  text-decoration: none;
  position: absolute;
  background: #eeeeee;
  font-weight: bold;
  padding: 0px 3px;
  border: 1px solid;
  top: 5px;
  left: -36px;
  font-family: Verdana;
  font-size: 12px;
}

.bar {
  height: 18px;
  background: green;
}

.category-select2 {
  width: 284px;
  height: 30px !important;
  line-height: 30px;
}

.item-select2 {
  width: 200px;
  height: 30px !important;
  line-height: 30px;
}

.select2-search__field {
  padding: 15px !important;
}

.select2-container .select2-selection--single {
  height: 30px !important;
}

.select2-selection__rendered {
  font-size: 14px !important;
}

.ms-10 {
  margin-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.input-floating-wrapper {
  position: relative;
  width: fit-content;
  display: inline;
  /* margin-inline: auto; */
}

.input-floating-label {
  padding: 8px 0;
  border: none;
  border-bottom: 1px solid #ddd;
  transition: border-color 250ms;
  background-color: transparent;
}

.input-floating-label:focus {
  outline: none;
}

.input-floating-label::placeholder {
  color: transparent;
}

.input-floating-label::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}

.floating-label {
  position: absolute;
  top: 5px;
  left: 5px;
  pointer-events: none;
  transform-origin: left center;
  transition: transform 250ms;
  background: transparent;
  color: #555;
  font-weight: normal;
}

.input-floating-label:focus + .floating-label,
.input-floating-label:not(:placeholder-shown) + .floating-label {
  transform: translateY(-100%) scale(0.75);
  font-weight: bold;
}

button:disabled {
  opacity: 65%;
}

button:disabled:hover {
  cursor: not-allowed;
}

/* spinner */

.lds-ring,
.lds-ring div {
    box-sizing: border-box;
    margin-right: 8px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 2px;
    border: 2px solid currentColor;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: currentColor transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hide {
  display: none;
}

