@font-face {
  font-family: "Montserrat-Regular";
  src: url("../assets/font/Montserrat-Regular.otf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Semi-Bold";
  src: url("../assets/font/Montserrat-SemiBold.otf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../assets/font/Montserrat-Bold.otf") format("truetype");
}

.ng-invalid.ng-untouched.k-maskedtextbox > .k-textbox,
.k-textbox.ng-invalid.ng-dirty {
  border-color: rgba(0, 0, 0, 0.15) !important;
  color: #656565 !important;
}

.ng-invalid.ng-touched.k-maskedtextbox > .k-textbox,
.k-textbox.ng-invalid.ng-touched {
  color: #f31700 !important;
  border-color: rgba(243, 23, 0, 0.5) !important;
}

body {
  font-family: "Montserrat-Regular" !important;
  background-color: #fafafa !important;
}

.loading-bar {
  background: #0db7f3;
  height: 6px;
  z-index: 0990909;
  -webkit-transition: width 500ms ease-out, height 500ms ease-out;
  -moz-transition: width 500ms ease-out, height 500ms ease-out;
  -o-transition: width 500ms ease-out, height 500ms ease-out;
  transition: width 500ms ease-out, height 500ms ease-out;
}

.header-fixed .app-header {
  background: #20a8d8;
  height: 60px;
  border: none !important;
}

.app-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='white' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.header-title {
  margin-right: 380px;
  font-size: 1.8rem;
  margin-bottom: 0 !important;
  font-family: "Montserrat-Bold";
}

@media only screen and (min-width: 991px) {
  .app-header .navbar-toggler-icon {
    margin-left: 20px;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .header-title {
    margin-right: 70px;
  }
}

@media (min-width: 600px) and (max-width: 1000px) {
  .header-title {
    margin-right: 0px;
  }
  .hide-mobile {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .control-col-st {
    padding-right: 5px !important;
    padding-left: 15px !important;
  }
  .control-col {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .control-col-end {
    padding-right: 15px !important;
    padding-left: 5px !important;
  }
  .icon-svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    color: red;
  }
  .icon-svg-ml {
    margin-left: 10px;
  }
  .notify-custom {
    background: #e44040;
    width: 25%;
    min-height: 90px;
    position: absolute;
    left: 970px;
    z-index: 1200;
  }
}

.text-primary {
  color: #fff !important;
}

.row-panel {
  margin-top: 20px;
}

.app-header .navbar-brand {
  width: 260px !important;
}

.signup-text {
  color: #fff;
}

.anchor-text {
  color: #fff;
}

.register-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-btn {
  width: 240px;
}

.k-textbox-container,
.k-textbox {
  width: 100% !important;
  border-radius: none !important;
}

.card {
  margin-top: 1.5rem !important;
}

.k-form-field {
  width: 100% !important;
  line-height: 2;
}

.app-footer {
  flex: 0 0 49px !important;
  border-top: 0px !important;
  background-color: #fafafa !important;
}

.footer-text {
  text-align: center;
  color: #77797b !important;
  margin: 0 !important;
}

.k-datepicker {
  width: 100% !important;
}

.k-tabstrip .k-item {
  color: black;
}

.k-tabstrip .k-item.k-state-active {
  color: #20a8d8;
}

.k-tabstrip .k-item:hover {
  color: #20a8d8 !important;
}

.table th,
.table td {
  border: 1px solid #c8ced3 !important;
}

.btn-lg {
  border-radius: 2px !important;
}

.search-auto-complete {
  width: 975px;
  height: 35px;
  border-radius: 0;
  font-size: 17px;
  margin-right: 5px;
}

.search-list-item {
  border: 0 none;
  cursor: pointer;
  font-weight: 400;
  margin: 1px 0;
  padding: 0.186em 0.313em;
  text-align: left;
}

/* .k-list .k-item:focus,
.k-list .k-item:hover,
.k-list .k-item.k-state-focused {
  background-color: #67d46c;
  color: #fff;
} */

button.btn-search-success {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
  margin-right: 16px !important;
}

button.btn-search-success:hover {
  color: #fff;
  background-color: #3d8b40;
  border-color: #39843c;
}

.k-grid-content {
  overflow-y: hidden !important;
}

.k-grid-header {
  padding: 0 !important;
}

.k-grid th {
  white-space: normal !important;
}

.k-grid-header-wrap {
  border-width: 0 !important;
}

.k-dropdown {
  width: 100% !important;
}

.btn {
  border-radius: none !important;
}

.btn-align-v {
  margin-top: 24px !important;
}

.k-dropdown-wrap > .k-input {
  background: white;
}

.k-dropdown .k-dropdown-wrap .k-select,
.k-datepicker .k-select {
  background: white;
}

.k-datepicker:hover .k-select {
  background: white;
}

.k-grid-header .k-header > .k-link {
  margin: 0 !important;
  font-weight: bold !important;
  text-align: center !important;
  vertical-align: middle !important;
}

.grid-header-custom {
  text-align: center !important;
  vertical-align: middle !important;
}

.register-hr {
  width: 15%;
  background: #20a8db;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  bottom: -18px;
  height: 3px;
  border-top: 0;
}

.register-hr-anime {
  width: 15%;
  background: #20a8db;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  bottom: -18px;
  height: 3px;
  border-top: 0;
  animation: account 0.5s infinite;
}

@-webkit-keyframes account {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes account {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.file-upload-box {
  border-radius: 2px;
  padding: 4px 8px;
  width: 12.4em;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  font: inherit;
  font-size: 14px;
  line-height: 1.42857em;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-appearance: none;
}

.top-h3 {
  font-family: "Roboto-Regular";
  margin-top: 41px;
  margin-bottom: 37px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #111111;
}

@media only screen and (max-width: 600px) {
  .top-h3 {
    font-family: "Roboto-Regular";
    margin-top: 21px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #111111;
  }
  .top-controls {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.top-controls {
  margin-top: 41px;
  margin-bottom: 37px;
}

.top-controls button {
  font-family: "Roboto-Regular";
  float: right;
}

.tab-content .tab-pane {
  padding: 0px 0px !important;
}

.k-grid-header .k-header > .k-link {
  padding: 8px 0px !important;
}

.nav-tabs {
  border-bottom: none !important;
}

.nav-tabs .nav-link {
  /* border-color: #e4e7ea #e4e7ea #c8ced3; */
  border-color: transparent;
  border: none !important;
  font-family: "Roboto-Medium";
  font-size: 1rem;
  color: #20a8d8;
  text-shadow: 0px 0px 1px #e6e3e3;
  font-weight: 500;
}

.nav-tabs .nav-link:hover {
  color: #146c8b !important;
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #fff !important;
  background: transparent !important;
  color: #146c8b !important;
}

.file-uploader-list {
  border: 1px solid #ebebeb;
  height: 30px;
}

.selected-file {
  background: #3392f3;
  width: 128px;
  color: white;
  padding: 1px 10px;
  margin: 3px 5px;
  height: 22px;
  border-radius: 1px;
}

.selected-file-close-button {
  background: #f36b33;
}

.tab-content {
  padding: 30px 0px 14px 0px !important;
  background: transparent !important;
  border: none !important;
}

.nav-tabs .nav-link {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.k-checkbox-label::after {
  font-size: 12px;
}

.k-checkbox-label::before {
  border-color: rgba(0, 0, 0, 0.26);
}

.k-maskedtextbox {
  width: 100% !important;
}

.btn-primary-custom {
  background: #2787a9 !important;
  color: white !important;
}

.btn-primary-custom:hover {
  background: #94d2e8 !important;
}

.k-field-info {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  margin: 0 8px;
}

.dropdown-menu {
  border: 1px solid #e2e2e2 !important;
  border-radius: 0 !important;
}

.dropdown-item i:hover {
  color: #20a8d8 !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #20a8d8 !important;
  background: #f6f6f6 !important;
}

.grid-wrapper {
  position: relative;
}

.k-i-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 64px;
  background-color: #00000005;
  color: #20a8d8;
}

.app-header .navbar-nav .dropdown-menu-right {
  right: 30px !important;
  box-shadow: 1px 2px 2px #d6d6d6;
}

@media only screen and (max-width: 600px) {
  .icon-svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    cursor: pointer;
    color: red;
  }
  .icon-svg-ml {
    margin-left: 5px;
  }
  .k-pager-wrap {
    display: inline !important;
  }
  .k-pager-wrap .k-pager-info {
    justify-content: flex-start;
    text-align: left;
  }
  .k-pager-wrap .k-label {
    margin: 0 0 !important;
  }
  .pager-rows-number {
    margin: 10px 0px;
  }
  .app-header .navbar-brand {
    width: 162px !important;
  }
  .top-h3-btn {
    text-align: center;
    line-height: 55px;
  }
  .hide-mobile {
    display: none;
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .icon-svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    cursor: pointer;
    color: red;
  }
  .icon-svg-ml {
    margin-left: 5px;
  }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

/* NEw */

.k-textbox:disabled,
.k-textbox[disabled],
.k-textbox.k-state-disabled {
  background: #fff !important;
  color: white !important;
}

.table-wrap {
  padding: 8px 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 1px 3px #adadad;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.table-wrap:hover {
  background: #fff;
  color: white !important;
  box-shadow: 0px 1px 3px #fff;
}

.table-name {
  font-family: "Roboto-Regular";
  font-size: 1rem;
}

.table-row-count {
  font-family: "Roboto-LightItalic";
  font-size: 0.9rem;
  color: #adadad;
}

body .ui-chips > ul.ui-inputtext {
  width: 100% !important;
  min-height: 30px !important;
  background-color: #ffffff !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
  padding: 0px 5px !important;
}

body .ui-chips > ul.ui-inputtext .ui-chips-input-token {
  padding: 0px !important;
}

body .ui-chips > ul.ui-inputtext .ui-chips-token {
  margin: 2px 0.286em 2px 0 !important;
  padding: 0px 5px !important;
  font-size: 13px !important;
  color: #656565 !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
  background-image: linear-gradient(#ededed, #e8e8e8) !important;
  border: 1px solid #ededed !important;
  border-radius: 2px;
}

.k-switch,
.k-switch-container {
  float: right !important;
}

.k-textarea {
  width: 100% !important;
}

.k-autocomplete-form {
  width: 100% !important;
}

.ng-invalid-only {
  color: #f31700 !important;
  border-color: rgba(243, 23, 0, 0.5) !important;
}

.k-dialog-wrapper .k-dialog {
  margin: 16px 0px !important;
}

.k-grid-footer {
  padding: 0px !important;
}

.ladda-button {
  padding: 4px 8px !important;
  height: 30px !important;
  font-size: 14px !important;
}

.k-button.k-primary.k-outline {
  color: #20a8d8;
}

.k-button.k-primary.k-outline:hover,
.k-button.k-primary.k-outline.k-state-hover {
  border-color: #20a8d8;
  color: #fff;
  background-color: #20a8d8;
  background-image: none;
}

.k-button.k-primary,
.k-slider .k-draghandle {
  border-color: #20a8d8;
  color: #ffffff;
  background-color: #20a8d8;
  background-image: linear-gradient(
    rgba(255, 138, 88, 0),
    rgba(255, 138, 88, 0.2)
  );
}

.k-dialog-titlebar {
  background-color: #20a8d8;
}

.k-dialog-button-layout-stretched
  .k-primary:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
  color: #20a8d8;
  border-color: #20a8d8 !important;
}

.k-button.k-primary:hover,
.k-button.k-primary.k-state-hover,
.k-action-buttons .k-primary:hover,
.k-action-buttons .k-primary.k-state-hvoer,
.k-slider .k-draghandle:hover {
  border-color: #20a8d8;
  color: #ffffff;
  background-color: #20a8d8;
  background-image: linear-gradient(
    rgba(255, 146, 88, 0),
    rgba(255, 146, 88, 0.2)
  );
}

.inv-td {
  padding: 1px;
  border: 1px solid;
  color: black;
  width: 150px;
  text-align: left;
}

.table th,
.table td {
  border: 1px solid !important;
}

.inv-head {
  color: white;
  text-align: center;
  padding: 3px;
  background-color: black;
  margin: 9px;
}

.card-body {
  background-color: #f0f3f5;
}

.card-header {
  background-color: #20a8d8 !important;
}

strong {
  color: white !important;
}

.tab-content {
  padding: 0px !important;
}

.nav {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.tab-content {
  margin-top: -1px;
  background: #fff !important;
  border: 1px solid #c8ced3 !important;
  border-radius: 0 0 0.25rem 0.25rem;
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #20a8d8 !important;
  color: #146c8b !important;
  background-color: #fff;
  border-color: #c8ced3 #c8ced3 #fff;
}

.k-radio-label {
  margin-right: 15px !important;
}

.k-combobox {
  width: 100% !important;
}

input[type="text"] {
  text-transform: none !important;
}

.k-grid-footer td,
.k-grid td {
  .description {
    text-align: left !important;
  }
}
.print-only {
  display: none;
}

@media print {
  .no-print,
  .k-i-filter,
  .k-pager-wrap,
  .k-header.k-grid-toolbar {
    display: none !important;
  }

  body,
  td,
  p {
    color: black !important;
  }
  .print-only {
    display: block;
  }
  .card {
    border: none;
    margin:10px 0px;
  }

  hr {
    display: none !important;
  }

  .head {
    display: block !important;
    position: initial;
    // top: 0;
    // left: 0;
    // right: 0;
    padding: 0px auto;
    margin: -0.5em 10px 10px 10px;

    // background: url('../assets/printbg.jpg');
    // height: 110px!important;
    // width: 100%;
    // background-repeat: no-repeat;
    // background-size: cover;
  }
  .foot {
    display: block !important;
    position: initial;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
  }
}


.head,
.foot {
  display: none;
}

hr {
  margin-top: 10px !important;
  border-bottom: 1px solid;
  display: block;
}

.cousTd {
  border: 0px !important;
}

.k-pager-numbers .k-state-selected,
.k-checkbox:checked + .k-checkbox-label::before {
  background-color: #20a8d8 !important;
  border-color: #20a8d8 !important;
}

.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-sort-order {
  color: #20a8d8 !important;
}

.k-grid-header .k-heade {
  text-align: center !important;
}

.k-grid-content tr:last-child td,
.k-grid-content-locked tr:last-child td {
  text-align: center !important;
}

.loading-module-routing {
  height: 0;
  width: 0;
  padding: 8px;
  border: 3px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  animation: rotate 1s infinite linear;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  position: absolute;
  left: 282px;
  top: 68px;
}

.k-grid-footer td,
.k-grid td {
  text-align: center !important;
}

@keyframes rotate {
  /* 100% keyframe for  clockwise.
       use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise.
       use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}
