/*****************************************
    Variables
******************************************/
/*****************************************
    mixins
******************************************/
/*****************************************
    Common
******************************************/
html,
body {
  background: #EAEAEA;
  text-rendering: optimizelegibility !important;
}
.margin-auto {
  margin: auto;
}
table thead th {
  font-size: 14px;
  color: #666666;
  background: rgba(0, 0, 0, 0.02);
}
table tbody td,
table tfoot td {
  font-size: 12px;
  color: #1d1d19;
  vertical-align: middle !important;
}
table tbody td input,
table tfoot td input,
table tbody td select,
table tfoot td select {
  height: auto !important;
  padding: 3px;
}
.box-body .form-group label {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 5px;
}
.form-control:focus {
  border-color: #C54621;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07) inset, 0 0 8px 0 rgba(197, 70, 33, 0.07);
}
.form-control.no-styles {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  box-shadow: none;
}
.form-group .label {
  display: block;
  float: left;
  padding: 10px 15px;
  font-size: 12px;
}
.btn {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.input-small {
  width: 50px;
}
fieldset {
  padding: 10px 10px 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
fieldset legend {
  width: auto;
  font-size: 18px;
  margin-bottom: 0px;
  margin-left: 5px;
  bordeR: none;
}
.dropzone {
  background: #F7F7F3;
  border: 2px dashed #C54621;
  border-radius: 5px;
  min-height: 150px;
  padding: 54px;
}
.dropzone .dz-message {
  text-align: center;
  font-size: 20px;
}
.pdf-view {
  position: relative;
}
/*****************************************
    Login
******************************************/
.login-container-wrap {
  position: absolute;
  /*border: 1px solid #ddd;*/
  width: 400px;
  height: 300px;
  margin-left: -200px;
  margin-top: -180px;
  top: 50%;
  left: 50%;
  /*&:before {
		content: "";
		position: fixed;
		width: 100%;
		height: 100%;
		background-image: url(../img/login_bck.png);
		background-size: cover;
		background-color: fade(@brown, 50%);
		top: 0;
		left: 0;
		z-index: 0;
		filter: blur(2px);
		-webkit-filter: blur(2px);
	}*/
}
.login-container-wrap:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  /*background-image: url(../img/@(General.CompanyNameToPathSection(SessionVar.SystemName(Session)))/login_bck.jpg);*/
  background-size: cover;
  background-color: rgba(130, 143, 157, 0.9);
  top: 0;
  left: 0;
  z-index: -2;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.login-container-wrap:after {
  content: '';
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(15, 36, 62, 0.6);
  z-index: -1;
}
.login-container {
  position: relative;
  background: rgba(254, 254, 254, 0.65);
  box-shadow: 0 0 15px 0 rgba(254, 254, 254, 0.6);
  border-radius: 2px;
}
.login-container .login-logo {
  padding: 15px 0;
  border-bottom: 1px solid rgba(254, 254, 254, 0.1);
}
.login-container .login-form {
  padding: 15px;
}
.login-container .login-form .btn-block {
  background: #ba202e;
}
.login-container .login-form .form-group.input-field {
  position: relative;
}
.login-container .login-form .form-group.input-field label {
  position: absolute;
  top: 7px;
  left: 12px;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}
.login-container .login-form .form-group.input-field label:after {
  content: "";
  position: absolute;
  right: -13px;
  top: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
  line-height: 0px;
  _border-color: #000000 #000000 #000000 rgba(255, 255, 255, 0.8);
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.login-container .login-form .form-group.input-field .form-control {
  position: relative;
}
.login-container .login-form .filled label {
  transform: translate(-125%, -5px) translate(-20px, 0px);
  -webkit-transform: translate(-125%, -5px) translate(-20px, 0px);
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
}
/*****************************************
    main sidebar
******************************************/
aside.main-sidebar {
  width: 250px;
  position: fixed;
  height: 100%;
  background: #383D43;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.05);
  z-index: 99;
  transition: all 0.25s ease-in-out;
}
aside.main-sidebar .logo {
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
aside.main-sidebar .logo .logo-sml {
  height: 35px;
}
aside.main-sidebar nav > ul {
  padding-top: 25px;
}
aside.main-sidebar nav > ul li a {
  overflow: hidden;
  padding: 10px;
  font-weight: bold;
  padding-left: 15px;
  color: #fff;
}
aside.main-sidebar nav > ul li a:hover,
aside.main-sidebar nav > ul li a:active,
aside.main-sidebar nav > ul li a:focus,
aside.main-sidebar nav > ul li a.current {
  background: #66707b;
  text-shadow: 0 1px 0 #2c3035;
}
aside.main-sidebar nav .second-ul li a {
  padding-left: 40px;
  overflow: visible;
  display: block;
}
aside.main-sidebar nav .second-ul li a i {
  padding-right: 10px;
  transition: all 0.25s ease-in-out;
}
aside.main-sidebar nav .second-ul li a span {
  transition: all 0.25s ease-in-out;
}
/*****************************************
    main body - sidebar open
******************************************/
.sidebar-open .logo-sml {
  display: none;
  transition: all 0.25s ease-in-out;
}
/*****************************************
    main body - sidebar collapsed
******************************************/
.sidebar-collapsed .logo {
  overflow: hidden;
}
.sidebar-collapsed .logo-lrg {
  display: none;
}
.sidebar-collapsed .logo-sml {
  transform: translate(177px);
  -webkit-transform: translate(177px);
}
.sidebar-collapsed .main-sidebar {
  transform: translate(-182px);
  -webkit-transform: translate(-182px);
}
.sidebar-collapsed .main-sidebar .second-ul i {
  font-size: 30px;
  float: right;
  position: relative;
}
.sidebar-collapsed .main-sidebar .second-ul a span {
  opacity: 0;
  z-index: -20;
  position: absolute;
}
.sidebar-collapsed .main-sidebar .second-ul a:hover span {
  background: #383D43;
  padding: 5px 15px;
  transform: translate(225px);
  -webkit-transform: translate(225px);
  width: 130px;
  opacity: 1;
  z-index: 2;
  position: fixed;
}
.sidebar-collapsed .main-sidebar .second-ul a:hover span:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 13px 7.5px 0;
  border-color: transparent #383d43 transparent transparent;
}
.sidebar-collapsed .main-header {
  padding-left: 68px !important;
}
.sidebar-collapsed .main-body {
  margin-left: 68px;
}
.sidebar-collapsed .main-content {
  opacity: 1 !important;
  -webkit-opacity: 1 !important;
  visibility: visible;
}
/*****************************************
    main body - common
******************************************/
section.main-body {
  margin-left: 250px;
  transition: all 0.25s ease-in-out;
}
section.main-body .main-header {
  height: 57px;
  background: #ffff;
  padding: 10px 10px 10px 250px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: fixed;
  width: 100%;
  left: 0px;
  z-index: 98;
  
  transition: all 0.25s ease-in-out;
}
section.main-body .main-header .sidebar-toggle {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 26px;
  margin-top: -10px;
  padding: 15px 18px;
  display: block;
  float: left;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
    section.main-body .main-header .sidebar-toggle:hover {
        background: #ffff;
    }
/*section.main-body .main-header .user-details {
  margin-top: -10px;
  max-width: 75%;
}*/
section.main-body .main-header .user-details a {
  padding: 18px 15px;
  color: #1d1d19;
  transition: all 0.25s ease-in-out;
}
section.main-body .main-header .user-details a:hover {
  background: #efefe7;
  color: #C54621;
}
.main-content {
  padding: 56px 15px 15px 15px;
  transition: all 0.25s ease-in-out;
}
.box {
  margin-bottom: 25px;
}
    .box .box-head {
        padding: 10px;
        background-color: #f5f5f5;
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: #626262;
    }
.box .box-head h2 {
  margin: 3px 0 0 0px;
  font-size: 18px;
  text-shadow: 0 1px 1px #fefefe;
}
.box .box-head h2 i {
  font-size: 16px;
  margin-right: 5px;
  color: rgba(197, 70, 33, 0.8);
}
.box .box-body {
  border-width: 0 1px 1px 1px;
  /*border-style: solid;*/
  border-color: rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 20px 10px;
  position: relative;
}
.InvoicesPanel h4 {
  margin-top: 0px;
}
.InvoicesPanel .steps {
  display: none !important;
}
.InvoicesPanel > h3 {
  display: none;
}
.pagination {
  margin-top: 0px;
}
.PoFinder {
  display: none;
  position: absolute;
  z-index: 9;
  width: 98.5%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.PoFinder .box {
  margin-bottom: 0px;
}
/********************************RESPONSIVE****************************************/
/*iPad Portrait*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .btn {
    margin-bottom: 5px;
  }
  #btnReturnToList {
    margin-bottom: 0;
  }
  .sidebar-open .main-content > .box > .box-head .edit-btns {
    border-top: 1px solid #fefefe;
    padding-top: 10px;
    margin-top: 10px;
    /*                        float: left !important;*/
  }
  .sidebar-open .main-content > .box > .box-head .edit-btns .pull-left,
  .sidebar-open .main-content > .box > .box-head .edit-btns .pull-right {
    clear: both;
    display: block !important;
  }
  /*protect me*/
}
/*protect me*/
/*iPad landscape*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /*protect me*/
}
/*protect me*/
/*Phone Portrait*/
@media only screen and (min-width: 320px) and (max-width: 640px) and (orientation: portrait) {
  .edit-btns .btn {
    /*        margin-bottom: 5px;*/
    /*		width: 96%/4;*/
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-wrap: break-word;
  }
  .sidebar-collapsed .main-sidebar {
    transform: translate(-250px);
  }
  .sidebar-collapsed .main-header {
    padding-left: 0px !important;
  }
  .sidebar-collapsed .main-body {
    margin-left: 0px;
  }
  .sidebar-open .user-details {
    display: none;
  }
  .sidebar-open .main-content {
    opacity: 0 !important;
    -webkit-opacity: 0 !important;
    visibility: hidden;
  }
  .wizard > .content {
    min-height: 50em;
  }
  .PoFinder {
    width: 94.5%;
  }
  .main-content > .box > .box-head .edit-btns {
    border-top: 1px solid #fefefe;
    padding-top: 10px;
    margin-top: 10px;
    /*                    float: left !important;*/
  }

  .main-content > .box > .box-head .edit-btns .pull-left,
  .main-content > .box > .box-head .edit-btns .pull-right {
    clear: both;
    display: block !important;
  }
  .main-content > .box .box-body .actionBar .form-group {
    clear: both;
    margin: 0 0 5px 0;
  }
  .main-content > .box .box-body .infoBar {
    margin-top: 5px;
  }
  .PoFinder {
    height: 88% !important;
    left: 2.5%;
    overflow-y: scroll;
    position: fixed;
    top: 70px;
    width: 95%;
  }
  /*protect me*/
}
/*protect me*/
/*Phone Portrait*/
@media only screen and (min-width: 320px) and (max-width: 640px) and (orientation: landscape) {
  .edit-btns .btn {
    margin-bottom: 5px;
    /*		width: 96%/4;*/
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-wrap: break-word;
  }
  .login-container-wrap {
    margin-top: -120px;
  }
  .main-content > .box > .box-head .edit-btns {
    border-top: 1px solid #fefefe;
    padding-top: 10px;
    margin-top: 10px;
    /*                    float: left !important;*/
  }
  .main-content > .box > .box-head .edit-btns .pull-left,
  .main-content > .box > .box-head .edit-btns .pull-right {
    clear: both;
    display: block !important;
  }
  .main-content > .box .box-body .actionBar .form-group {
    clear: both;
    margin: 0 0 5px 0;
  }
  .main-content > .box .box-body .infoBar {
    margin-top: 5px;
  }
  .main-sidebar {
    overflow-y: scroll;
  }
  .PoFinder {
    height: 75% !important;
    left: 12.5%;
    overflow-y: scroll;
    position: fixed;
    top: 70px;
    width: 85%;
  }

    @media only screen and (max-width: 767px) {
        /* Style for mobile devices */
        .checkboxes {
            display: none;
        }

        .popup {
            display: block;
        }

        .popup-content {
            width: 80%;
            max-width: 400px;
        }

        .popup .select-chk {
            width: 2em; /* Larger width */
            height: 2em; /* Larger height */
        }
    }
  /*protect me*/
}
/*protect me*/
/********************************RESPONSIVE ENDS****************************************/
@media only screen and (max-width: 639px) {
  .no-more-tables table,
  .no-more-tables thead,
  .no-more-tables tbody,
  .no-more-tables th,
  .no-more-tables td,
  .no-more-tables tr {
    display: block;
  }
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .no-more-tables tr {
    border: 1px solid #ccc;
    margin-bottom: 5px;
  }
  .no-more-tables td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .no-more-tables td.hide-td {
    display: none;
  }
  .no-more-tables td select,
  .no-more-tables td input {
    width: 50%;
  }
  .no-more-tables td:before {
    float: left;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
  }
}
@media print {
  .media-print-noprint {
    display: none;
  }
}
.printLayout .noprint {
  display: none;
}
.label {
  line-height: inherit !important;
}
.message-wrapper {
  width: 100%;
  margin-bottom: 10px;
  overflow-wrap: break-word !important;
  white-space: normal !important;
}
.message-wrapper.fa-warning:before,
.message-wrapper.fa-exclamation-triangle:before {
  padding-right: 5px;
}
.box-head .dropdown {
  display: flex;
}
.box-head .dropdown .dropdown-toggle {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: 25px;
}
.box-head .dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  right: 20px;
  left: unset;
  top: 39px;
}
.box-head .dropdown .dropdown-menu button {
  width: 100%;
  border-radius: 0;
  min-height: 45px;
  margin-bottom: 0 !important;
}
.box-head .edit-btns #apReturnToList {
  float: right;
  margin-right: 25px;
}
.form-group .row div[class^="col-"],
.box-body .row div[class^="col-"] {
  /*            text-align: center;*/
}
.form-group .row input,
.box-body .row input {
  width: 100%;
}

ul.dropdown-menu.pull-right[role="menu"] .dropdown-item-checkbox {
    width: unset;
}

.form-group .row label,
.box-body .row label {
  margin: 0;
}
.actionBar {
  text-align: right !important;
}
.text-align-left {
  text-align: left !important;
}
ul.typeahead__list,
.wizard > .content > .body ul.typeahead__list {
  list-style: none !important;
}
.edit-btns,
.edit-btns .group1,
.edit-btns .group1-1,
.edit-btns .group1-2 {
  display: flex;
  align-items: center;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.ihsTransactionAmount-wrapper {
  justify-content: flex-end;
  align-items: end;
}
.ml-0 {
  margin-left: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
#ihChangeAssignmentUsers {
  margin-top: 5px;
}
textarea {
  max-width: 100%;
}
.clear-btn-wrapper {
  position: absolute;
  right: 0;
  top: 20px;
}
#ppSupplierEmailAdd {
  padding-top: 10px;
}
.pt-10 {
  padding-top: 10px !important;
}
.nsinline {
  display: inline-block;
}
.sfborder {
  padding: 3px;
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #626262;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .mr-md-5 {
    margin-right: 5px !important;
  }
}
@media (max-width: 767px) {
  .login-container-wrap {
    width: 90%;
    left: 5%;
    margin-left: 0px;
  }
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .edit-btns {
    flex-direction: column;
    padding-top: 10px;
  }
  #PoheadEdit .edit-btns {
    flex-direction: row;
  }
  #PoheadEdit .edit-btns #dropdownMenu1 {
    margin-right: 0;
  }
  .ml-xs-auto {
    margin-left: auto !important;
  }
  .mt-xs-5 {
    margin-top: 5px !important;
  }
  .pt-xs-5 {
    padding-top: 5px;
  }
  section.main-body {
    margin-left: 0;
  }
 /* .sidebar-collapsed section.main-body .main-header {
    padding-left: 10px !important;
  }*/
  .table-responsive > .table-bordered > tbody > tr td.loading,
  .table-responsive > .table-bordered > tbody > tr td.no-results {
    text-align: left;
    font-size: 20px;
    padding-left: 20px !important;
  }
  .sidebar-collapsed .main-sidebar {
    transform: translate(-250px);
  }
  .sidebar-open .main-content {
    display: none;
  }
  .PoIcon,
  .ApIcon {
    font-size: 30px !important;
    margin-bottom: 18px;
  }
  .actionBar #btnApFilter {
    margin-right: 0 !important;
  }
  .actionBar .actions.btn-group {
    margin-top: 10px;
    display: flex;
  }
  .actionBar .actions.btn-group button:first-of-type {
    margin-left: auto;
  }
  .d-mb-flex-row-reverse {
    display: flex;
    flex-direction: row-reverse;
  }
  .d-mb-flex-row {
    display: flex;
    flex-direction: row;
  }
  .form-group .label {
    line-height: inherit;
    min-height: 37px;
    min-width: 70px;
  }
  .form-control {
    min-height: 37px;
  }
  .pl-15-mb {
    padding-left: 15px;
  }
  .pt-mb-20 {
    padding-top: 20px;
  }
  select[name='ihChangeAssignmentUsers'] {
    margin-left: 5px;
  }
  /*#login-container-wrap-id {
        width: 80%;
        top: 15%;
        left: 10%;
    }*/
  .sidebar-collapsed .main-sidebar .second-ul a:hover span {
    display: none !important;
  }
  .login-container .login-form .form-group.input-field label {
    display: none;
  }
  .sidebar-open .user-details {
    display: none !important;
  }
  .form-group .row {
    margin-left: 0;
    margin-right: 0;
  }
  .form-group .row input {
    /*                width:100%;*/
  }
  .nssmallscreenhide {
    display: none;
  }
  /*.hide-ph {
        display: none;
    }*/
}
@media (max-width: 374px) {
  #reportConfigStepsPrev {
    margin-left: auto;
  }
  #apReturnToList {
    margin-top: 5px;
  }
  .edit-btns .group1 {
    flex-direction: column;
  }
  .edit-btns .group1-2 {
    width: 100%;
  }
  .edit-btns .group1-2 button {
    margin-left: auto;
  }
  .edit-btns #apReturnToList {
    margin-right: 0;
  }
}
@media (max-width: 366px) {
  .sidebar-collapsed .main-body {
    margin-left: 0;
  }
  section.main-body .main-header {
    padding-left: 0 !important;
  }
  .sidebar-open section.main-body .main-header {
    padding-left: 250px !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .user-details {
      display: flex;
      height: 38px;
      align-items: center;
  }

  .user-details .nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 12px;
    padding-top: 3px;
  }
  .user-details a {
    padding: 0 0 0 10px !important;
  }
}
.nscaretlarge {
  border-top: 8px solid #ffffff;
  border-right: 8px solid transparent;
  border-bottom: 0 dotted;
  border-left: 8px solid transparent;
}
.nsbtnemphasis {
  border: 2px;
}
.nsgapright {
  margin-right: 2px;
}
.ppSupplierEmailAdd .ppemailadd {
  overflow: hidden;
}
.not100 {
  width: auto;
  display: inline-flex;
}
/*# sourceMappingURL=main.css.map */