* {
  margin: 0;
  padding: 0;
  transition: 0.2s ease-in-out;
}

i {
  font-size: 15px;
}

a {
  color: #006CC2;
  text-decoration: none;
}
a.notHover {
  cursor: default;
}

.text-right {
  text-align: right;
}

.btn-primary {
  background: #006CC2;
}

.btn-primary:focus {
  box-shadow: none;
}

.btn-primary:hover {
  background: #045799;
}

.btn-primary {
  padding: 10px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  line-height: 16px;
  /* height: 36px; */
  display: inline-block;
  border: none;
  /* i {
      margin-right: 10px;
  } */
}
.btn-primary span {
  line-height: 16px;
  margin-left: 10px;
}
.btn-primary.deadlineModal i, .btn-primary.signatureModal i {
  margin-right: 0;
}
.btn-primary:hover {
  color: #bada55;
}

.fullWBtn {
  display: flex;
  align-items: flex-end;
}
.fullWBtn button {
  width: 100%;
}

.inp {
  position: relative;
  margin: auto;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.inp .label {
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  transform-origin: 0 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  pointer-events: none;
}
.inp .focus-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
}
.inp select,
.inp input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 16px 12px 0 12px;
  height: 56px;
  font-size: 16px;
  font-weight: 400;
  /* background: rgba($dark,.02); */
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  color: #000;
  transition: all 0.15s ease;
}
.inp select:hover,
.inp input:hover {
  background-color: rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.inp select:not(:placeholder-shown) + .label,
.inp input:not(:placeholder-shown) + .label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -12px, 0) scale(0.75);
}
.inp select:focus,
.inp input:focus {
  background-color: rgba(0, 0, 0, 0.05);
  outline: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.3);
}
.inp select:focus + .label,
.inp input:focus + .label {
  color: rgba(0, 0, 0, 0.3);
  transform: translate3d(0, -12px, 0) scale(0.75);
}
.inp select:focus + .label + .focus-bg,
.inp input:focus + .label + .focus-bg {
  transform: scaleX(1);
  transition: all 0.1s ease;
}
.inp select.bad-inp,
.inp input.bad-inp {
  box-shadow: inset 0 -1px 0 red;
}
.inp select.bad-inp + .label,
.inp input.bad-inp + .label {
  color: red;
}

#leftMenu {
  background-color: #045799;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 260px;
  font-size: 13px;
  overflow-y: scroll;
  /* HIDE SCROLLBAR */
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none; /* Firefox 64 */
}
#leftMenu #chooseLocations {
  /* margin-top: 30px; */
  background: #ECECEC;
}
#leftMenu #chooseLocations p {
  resize: none;
  min-height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#leftMenu #chooseLocations #listLocations {
  display: none;
  position: absolute;
  /* top: 100%; */
  left: 0;
  background: #ECECEC;
  width: 100%;
}
#leftMenu #chooseLocations #listLocations p {
  padding: 10px;
  margin: 0;
}
#leftMenu #chooseLocations #listLocations .location:hover {
  background: #ccc;
  cursor: pointer;
}
#leftMenu #chooseLocations:not(.noArrow) {
  background-image: url("/Images/arrow.svg");
  background-position: right 0px bottom 50%;
  background-repeat: no-repeat;
}
#leftMenu #chooseLocations #chooseLocationsSelectText,
#leftMenu #chooseLocations select {
  padding-left: 50px;
  padding-right: 20px;
  background-color: transparent;
  background-image: url("/Images/pine.svg");
  background-position: left 11px bottom 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}
#leftMenu #chooseLocations select,
#leftMenu #chooseLocations .inp {
  /* border-top-left-radius: 0px;
  border-top-right-radius: 0px; */
  border-radius: 0;
}
#leftMenu #chooseLocations .label {
  padding-left: 50px;
}
#leftMenu #chooseLocations label {
  /* background-image: url('/Images/pine.svg');
  background-position: left 11px bottom 13px;
  background-repeat: no-repeat; */
}
#leftMenu #chooseLocations:hover {
  /* margin-top: 30px; */
}
#leftMenu #chooseLocations:hover #chooseLocationsSelectText,
#leftMenu #chooseLocations:hover select {
  cursor: pointer;
  /* background: transparent;
  background-image: url('/Images/arrow.svg');
  background-position: right 0px bottom 13px;
  background-repeat: no-repeat; */
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url("/Images/pine.svg");
  background-position: left 11px bottom 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}
#leftMenu #chooseLocations:hover .label,
#leftMenu #chooseLocations:hover select {
  color: #000;
}
#leftMenu #chooseLocations:hover option {
  color: #000;
}
#leftMenu::-webkit-scrollbar {
  display: none; /* ALL */
}
#leftMenu .logo {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: #ECECEC;
  text-align: center;
  margin-bottom: 15px;
}
#leftMenu .logo img {
  width: 80%;
}
#leftMenu a {
  color: #fff;
  text-decoration: none;
}
#leftMenu .user {
  width: 100%;
  display: block;
}
#leftMenu li,
#leftMenu .user {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
}
#leftMenu li .iconMenu,
#leftMenu .user .iconMenu {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}
#leftMenu .active li, #leftMenu .active.user,
#leftMenu a:not(.notHover):hover li,
#leftMenu a:not(.notHover):hover.user {
  background: #006CC2;
}
#leftMenu #nav {
  margin-top: 30px;
  margin-bottom: 120px;
  list-style-type: none;
  padding-left: 0;
}

#topMenu {
  flex: 0 0 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#topMenu #topMenuInner {
  display: flex;
  align-items: center;
  /* background: $secondaryMenuBlue; */
}

.addModal:hover,
i:hover {
  cursor: pointer;
}

.modal,
.miniModal {
  background: rgba(0, 0, 0, 0.9);
  font-size: 13px;
}
.modal .exitModal,
.miniModal .exitModal {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
}

.modal .modalInner {
  position: fixed;
  top: 10%;
  bottom: 10%;
  right: 10%;
  left: 10%;
  background: #fff;
  box-shadow: 0 0 10px #fff;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal .m-auto {
  text-align: center;
}
.modal input,
.modal select,
.modal button {
  font-size: 16px;
}
.modal .headerList {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  font-weight: 400;
}
.modal .bodyList > div {
  border-bottom: 1px solid #ccc;
}
.modal .bodyList > div > div {
  height: 50px;
  align-items: center;
}
.modal .btnItem {
  display: flex;
  align-items: flex-end;
}
.modal .firstColumn {
  display: flex;
  width: 20%;
}
.modal .otherColumns {
  display: flex;
  width: 18.5%;
  justify-content: flex-end;
}
.modal .deleteItem {
  display: flex;
  width: 5%;
}
.modal .deleteItem i {
  background: #000;
  color: #fff;
  border-radius: 50%;
  padding: 3px 5px;
}
.modal .deleteItem .prehlady .modal .deleteItem {
  display: none;
}
.modal .cenaCelkom {
  font-size: 24px;
}
.modal #cenaCelkom {
  font-weight: 600;
}

.miniModal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.miniModal .miniModalMiddle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.miniModal .miniModalMiddle .miniModalInner > div {
  background: #fff;
  padding: 0px;
  padding-bottom: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.miniModal .miniModalMiddle input {
  width: 100%;
}
.miniModal .modalInfo {
  display: none;
}
.miniModal .modalInfo .nameItem {
  font-weight: 600;
}

/* LIVE SEARCH */
.liveSearch {
  position: relative;
}
.liveSearch input {
  background-image: url("/Images/zoom.svg");
  background-position: right 10px bottom 16px;
  background-repeat: no-repeat;
}
.liveSearch .resultLiveSearch {
  position: absolute;
  left: 10px;
  width: calc(100% - 22px);
  top: 56px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #666;
  border-top: none;
  z-index: 10;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
  display: none;
}
.liveSearch .resultLiveSearch > div:hover {
  background: #006CC2;
  color: #fff;
  cursor: pointer;
}
.liveSearch .resultLiveSearch > div {
  padding: 5px 10px;
}

#tplContent {
  /* position: relative; */
  display: flex;
  flex-direction: column;
}
#tplContent:not(.login) {
  margin-left: 290px;
  padding-bottom: 20px;
}
#tplContent.print {
  margin-left: 0;
}
#tplContent.login {
  height: 100vh;
  background: url("/Images/loginImg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
}
#tplContent.login input.form-control {
  border: none;
  border-radius: 0px;
}
#tplContent.login .loginpanel {
  max-width: 480px;
  background: #fff;
  padding: 35px;
}
#tplContent.login .loginpanel > img {
  width: 200px;
  margin: auto;
  margin-bottom: 35px;
}
#tplContent.login .loginpanel input#name {
  background: #f5f5f5;
}
#tplContent.login .loginpanel input#password {
  background: #ececec;
}
#tplContent.login .loginpanel label {
  width: 100%;
  text-align: left;
}
#tplContent.login .copyWrite {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 80px;
  background: rgba(0, 0, 0, 0.37);
  color: #fff;
  font-size: 14px;
}
#tplContent.login .copyWrite img {
  height: 50px;
}
#tplContent.login .copyWrite p {
  margin: 0;
}
#tplContent.login .copyWrite .col-sm-4 {
  display: flex;
  align-items: center;
}
#tplContent.login .copyWrite .flex-center {
  justify-content: center;
}
#tplContent.login .copyWrite .flex-end {
  justify-content: flex-end;
}
#tplContent .searchBox {
  position: relative;
  padding-left: 0;
}
#tplContent .searchBox .searchIcon {
  position: absolute;
  left: 10px;
  bottom: 0.5rem;
  line-height: 1.5;
  color: #C5C5C5;
}
#tplContent .searchBox #search {
  padding-left: 35px;
}
#tplContent .searchBox #search + .label {
  left: 35px;
  top: 23px;
}
#tplContent .filterBox {
  padding-right: 0;
}
#tplContent .row {
  margin: 0;
}
#tplContent .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0px 25px;
  line-height: 73px;
  font-size: 24px;
}
#tplContent .myTable {
  font-size: 13px;
}
#tplContent .myTable .dataTable {
  width: 100%;
  padding: 0;
}
#tplContent .myTable .headerTable {
  display: flex;
  font-weight: 600;
}
#tplContent .myTable .line {
  display: flex;
  border-bottom: 1px solid #cfcfcf;
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 15px;
  padding: 0 10px;
  /* .columnDate,
  .columnNumber {
      width: 170px;
  }
  .columnDel {
      width: 50px;
  }
  .columnSupplier {
      width: 45%;
  } */
}
#tplContent .myTable .line.redLine,
#tplContent .myTable .line.redLine * {
  color: red;
}
#tplContent .myTable .line i:hover {
  color: red;
}
#tplContent .myTable .line .columnSum {
  font-weight: 600;
}
#tplContent .myTable .line:hover {
  cursor: pointer;
  background: #ccc;
}
#tplContent .myTable .line.headerTable:hover {
  cursor: default;
  background: #fff;
}
#tplContent .myTable .price {
  height: 80%;
  border: none;
  line-height: 100%;
  padding: 0;
  padding-left: 10px;
}

.prehlady #filter {
  /* .advancedFilter.active {
      height: auto;
  } */
}
.prehlady #filter .showAdvancedFilter {
  font-weight: 600;
}
.prehlady #filter .advancedFilter {
  overflow: hidden;
  height: 0;
  /* transition: .2s ease-in-out; */
}
.prehlady .modal .deleteItem {
  display: none;
}

.exportDiv {
  display: inline-block;
  position: relative;
  z-index: 1000;
}
.exportDiv .exportDivInner {
  display: none;
  position: absolute;
  left: -5%;
  top: 100%;
  background: #fff;
  width: 110%;
  padding: 5%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.exportDiv .exportDivInner button {
  width: 95%;
  margin: 2.5%;
}/*# sourceMappingURL=style.css.map */