.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.invisible {
  visibility: hidden;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  xdisplay: block;
  max-width: 100%;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/opensans/opensans-regular-webfont.eot');
  src: url('/fonts/opensans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/opensans/opensans-regular-webfont.woff') format('woff'), url('/fonts/opensans/opensans-regular-webfont.ttf') format('truetype'), url('/fonts/opensans/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/opensans/opensans-semibold-webfont.eot');
  src: url('/fonts/opensans/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/opensans/opensans-semibold-webfont.woff') format('woff'), url('/fonts/opensans/opensans-semibold-webfont.ttf') format('truetype'), url('/fonts/opensans/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/opensans/opensans-italic-webfont.eot');
  src: url('/fonts/opensans/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/opensans/opensans-italic-webfont.woff') format('woff'), url('/fonts/opensans/opensans-italic-webfont.ttf') format('truetype'), url('/fonts/opensans/opensans-italic-webfont.svg#open_sansitalic') format('svg');
  font-weight: 400;
  font-style: italic;
}
html {
  padding: 0 !important;
}
body {
  background-color: white;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased !important;
  font-weight: 400;
  line-height: 1.429 !important;
  xoverflow-y: scroll;
}
body p {
  margin: 1em 0;
}
body a {
  color: #a97fbd;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body a:hover .fa {
  text-decoration: none !important;
}
body a.fa:hover {
  text-decoration: none;
}
body ul {
  padding: 0;
  margin: 0;
}
ol,
ul {
  list-style: outside disc;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Headings */

h2 {
  font-size: 1.571em;
}
/* 22px */

h3 {
  font-size: 1.429em;
}
/* 20px */

h4 {
  font-size: 1.286em;
}
/* 18px */

h5 {
  font-size: 1.143em;
}
/* 16px */

h6 {
  font-size: 1em;
}
/* 14px */

h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0.8em;
}
::-webkit-file-upload-button {
  cursor: pointer;
}
html {
  height: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #F6CF74;
  color: #fff;
}
::selection {
  background: #F6CF74;
  color: #fff;
}
a {
  cursor: pointer;
}
input[readonly=readonly],
textarea[readonly=readonly],
input[readonly],
textarea[readonly],
select[readonly],
select[readonly=readonly] {
  background-color: #efefef;
  color: #666;
}
input,
textarea,
select {
  font-family: 'Open Sans', sans-serif;
}
input,
textarea {
  border: solid 1px #ccc;
  padding: 7px;
}
input.small,
textarea.small {
  padding: 3px;
}
input.error,
textarea.error {
  border-bottom: 1px solid #ff3300;
}
input[type=number] {
  padding-right: 0;
}
textarea {
  width: 100%;
  resize: none;
  font-size: 1em;
  font-family: monospace;
  min-height: 42px;
  /* match height with text box */

}
@media only screen and (max-width: 529px) {
  .ntx_mobile_hide {
    display: none !important;
  }
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 949px) {
  .ntx_tablet_hide {
    display: none !important;
  }
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  .ntx_desktop_hide {
    display: none !important;
  }
}
.ntx_mobile_show {
  display: none;
}
@media only screen and (max-width: 529px) {
  .ntx_mobile_show {
    display: block !important;
  }
}
.ntx_tablet_show {
  display: none;
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 949px) {
  .ntx_tablet_show {
    display: block !important;
  }
}
.ntx_desktop_show {
  display: none;
}
@media only screen and (max-width: 529px), only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  .ntx_desktop_show {
    display: block !important;
  }
}
.hidden {
  display: none !important;
}
.animatehidden {
  opacity: 0;
  height: 0;
  padding-bottom: 0 !important;
  overflow: hidden;
}
.showinprintonly {
  display: none;
}
.invisible {
  visibility: hidden;
}
.fillrow {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.aligntop {
  -ms-flex-item-align: start !important;
  -webkit-align-self: flex-start !important;
  align-self: flex-start !important;
}
.nopad {
  padding: 0 !important;
}
.nopad-l {
  padding-left: 0 !important;
}
.nopad-r {
  padding-right: 0 !important;
}
.readonly {
  background: whitesmoke;
}
.disabled {
  opacity: 0.6 !important;
}
.colorcode {
  width: 16px;
  height: 16px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  margin-right: 3px;
}
.colorcode.hasborder {
  border: solid 1px #666;
}
.colorcode.priority_0 {
  background-color: #88a8cb;
}
.colorcode.priority_1 {
  background-color: #B3B3B3;
}
.colorcode.priority_2 {
  background-color: #e0a2a2;
}
.colorcode.sitefront {
  background: #52bbc5;
}
.colorcode.storefront {
  background: #ee884d;
}
.colorcode.accounting {
  background: #5baf4f;
}
.colorcode.backoffice {
  background: #f8b132;
}
.colorcode.contacts {
  background: #a97fbd;
}
.colorbar {
  width: 5px;
  min-width: 5px;
  margin: 0px 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*&.no-height {
        height: auto;
        min-height: 25px;
    }*/

}
.colorbar.priority_0 {
  background-color: #88a8cb;
}
.colorbar.priority_1 {
  background-color: #B3B3B3;
}
.colorbar.priority_2 {
  background-color: #e0a2a2;
}
.colorbox {
  width: 16px;
  height: 16px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0px 3px;
}
.ntx_pop_list_noarrow {
  display: none;
  /*position: fixed;*/
  position: absolute;
  background-color: #dedede;
  padding: 0px;
  max-height: 300px;
  overflow-y: scroll;
  z-index: 9999999;
}
.ntx_pop_list_noarrow ul {
  list-style: none;
}
.ntx_pop_list_noarrow ul li:not(.group):hover {
  background-color: #eee;
}
.ntx_pop_list_noarrow ul li > a {
  padding: 0px 5px;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ntx_pop_list_noarrow ul li > a .icon {
  margin-right: 5px;
  /*padding: 5px;*/

}
.ntx_pop_list_noarrow.items {
  position: absolute;
  display: none;
  background-color: #555;
  color: #fff;
  min-width: 150px;
}
.ntx_pop_list_noarrow.items li:hover {
  background-color: #333 !important;
}
.ntx_pop_list_noarrow.items li a {
  color: #fff !important;
}
.ntx_pop_list_noarrow.items li .des {
  color: #fff;
  opacity: 0.7;
}
.ntx_pop_list_noarrow ul {
  list-style: none;
}
.ntx_pop_list_noarrow ul li a {
  padding: 5px 10px;
  display: block;
}
.ntx_pop_list_noarrow ul li a:hover {
  text-decoration: none;
}
.ntx_pop_list_noarrow ul li a .icon {
  margin-right: 5px;
}
.ntx_table li.multiselection,
.ntx_table_rich li.multiselection {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ntx_table li.multiselection:hover,
.ntx_table_rich li.multiselection:hover {
  background-color: transparent !important;
}
.ntx_table li.multiselection > a,
.ntx_table_rich li.multiselection > a {
  background-color: #444;
  color: #333;
  cursor: pointer;
  text-transform: lowercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.5em 1em;
  text-align: center;
  display: inline-block;
  padding: 0.3em 0.8em;
  margin: 0 5px;
}
.ntx_table li.multiselection > a:hover,
.ntx_table_rich li.multiselection > a:hover {
  background-color: #333333;
  color: #fff;
}
#profilepic,
#invoicetypepic {
  position: absolute;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  text-align: center;
  line-height: 45px;
}
div.nxContactContainerDiv,
div.nx_control_div {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  /*cursor: pointer;*/

}
div.nxContactContainerDiv table,
div.nx_control_div table {
  margin: 0;
  width: auto;
}
div.nxContactContainerDiv table tr,
div.nx_control_div table tr {
  border: 0 !important;
}
div.nxContactContainerDiv table td,
div.nx_control_div table td {
  padding: 0;
  margin: 0;
}
div.nxContactContainerDiv table td.status,
div.nx_control_div table td.status {
  width: 5px !important;
  padding: 0 !important;
}
div.nxContactContainerDiv table td.status.hasborder,
div.nx_control_div table td.status.hasborder {
  border: solid 1px #999;
}
div.nxContactContainerDiv table td.pop,
div.nx_control_div table td.pop {
  width: 34px !important;
  float: left;
  cursor: pointer;
  padding-left: 8px;
}
div.nxContactContainerDiv table td.pop i,
div.nx_control_div table td.pop i {
  font-size: 1.25em;
  color: #666;
  display: none;
}
div.nxContactContainerDiv table td.details,
div.nx_control_div table td.details {
  min-width: 100px;
  padding-left: 5px;
}
div.nxContactContainerDiv table div.detail,
div.nx_control_div table div.detail {
  float: left;
}
div.nxContactContainerDiv table div.detail a,
div.nx_control_div table div.detail a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  max-width: 185px;
}
div.nxContactContainerDiv table div.detail a img,
div.nx_control_div table div.detail a img {
  margin-left: 5px;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
div.nxContactContainerDiv table div.detail a.ntx_button,
div.nx_control_div table div.detail a.ntx_button {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  padding: 2px;
}
div.nxContactContainerDiv:hover table td.pop i,
div.nx_control_div:hover table td.pop i {
  display: block;
}
div.nxContactContainerDiv div.detail,
div.nx_control_div div.detail {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  max-width: 187px;
}
div.nxContactContainerDiv div.detail div.nxContactPopupDes,
div.nx_control_div div.detail div.nxContactPopupDes,
div.nxContactContainerDiv div.detail .des,
div.nx_control_div div.detail .des {
  font-size: 0.8em;
  font-style: italic;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  max-width: 185px;
}
/*#region controls */

.selectize-input > .nx-control-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nx-control-container-small .profile {
  width: 50px;
  height: 50px;
  position: relative;
  margin-right: 7px;
}
.nx-control-container-small .profile > a:hover {
  text-decoration: none;
}
.nx-control-container-small .profile .initials {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid;
  font-size: 1.15em;
  line-height: calc(44px);
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.nx-control-container-small .profile .initials:hover {
  color: #ffffff;
}
.nx-control-container-small .profile .initials.dark-color {
  color: rgba(0, 0, 0, 0.6);
}
.nx-control-container-small .profile .initials.dark-color:hover {
  color: #000000;
}
.nx-control-container-small .profile .initials.brandicon {
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}
.nx-control-container-small .profile img.contact-image,
.nx-control-container-small .profile img.person-image {
  min-height: 50px;
  max-height: 50px;
  min-width: 50px;
  max-width: 50px;
  border: 2px solid;
  border-radius: 50%;
}
.nx-control-container-small .profile img.secondary {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.nx-control-container-small .profile.square img,
.nx-control-container-small .profile.square .initials {
  border-radius: 10%;
}
.nx-control-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
}
.nx-control-container > a:hover {
  text-decoration: none;
}
.nx-control-container .bar {
  width: 5px;
  height: 50px;
  margin-right: 7px;
}
.nx-control-container .profile {
  width: 50px;
  xheight: 50px;
  position: relative;
  margin-right: 7px;
  display: flex;
  align-items: center;
}
.nx-control-container .profile i.item-image {
  font-size: 2.5em;
}
.nx-control-container .profile .completed {
  background-color: #888 !important;
  color: #fff !important;
}
.nx-control-container .profile a {
  width: 100%;
  text-decoration: none;
}
.nx-control-container .profile img.item-image {
  width: 100%;
}
.nx-control-container .profile img.contact-image,
.nx-control-container .profile img.person-image {
  min-height: 50px;
  max-height: 50px;
  min-width: 50px;
  max-width: 50px;
  border: 2px solid;
  border-radius: 50%;
}
.nx-control-container .profile img.secondary {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.nx-control-container .profile.square img,
.nx-control-container .profile.square .initials {
  border-radius: 10%;
}
.nx-control-container .profile .initials {
  width: 50px;
  height: 50px;
  border: 2px solid;
  border-radius: 50%;
  font-size: 16px;
  line-height: calc(44px);
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.nx-control-container .profile .initials:hover {
  color: #ffffff;
}
.nx-control-container .profile .initials.dark-color {
  color: rgba(0, 0, 0, 0.6);
}
.nx-control-container .profile .initials.dark-color:hover {
  color: #000000;
}
.nx-control-container .profile .initials.brandicon {
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}
.nx-control-container .profile .calendar {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 50px;
}
.nx-control-container .profile .calendar.past .heading {
  background: #B3B3B3;
}
.nx-control-container .profile .calendar .heading {
  background: #eaba6c;
  color: #fefefe;
  text-align: center;
  padding: 0px;
  border-radius: 5px 5px 0px 0px;
  font-size: 11px;
}
.nx-control-container .profile .calendar .main {
  text-align: center;
  padding: 0;
  background: #eee;
  font-size: 16px;
  line-height: 23.7px;
}
.nx-control-container .profile .calendar .footer {
  text-align: center;
  padding: 0 0 1px 0;
  border-radius: 0px 0px 5px 5px;
  background: #eee;
  font-size: 8px;
}
.nx-control-container .details {
  position: relative;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  width: calc(100% - 50px);
  /*.title {
            word-break: break-all;
            white-space: normal;
        }*/

}
.nx-control-container .details .header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nx-control-container .details .header .des .fa-link {
  margin-left: 5px;
  margin-top: 5px;
}
.nx-control-container .details .header .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.nx-control-container .details .header .tags .ribbon {
  width: 10px;
  box-sizing: border-box;
  height: 15px;
  border: 5px solid transparent;
  border-bottom: 5px solid transparent !important;
  border-top: none;
  margin-left: 5px;
}
.nx-control-container .details .header .tags .ribbon > a {
  display: block;
  box-sizing: border-box;
  height: 15px;
  width: 10px;
  margin-left: -5px;
  text-align: center;
  padding-top: 8px;
  color: #fff !important;
  text-decoration: none;
}
.nx-control-container .details a > div {
  white-space: break-spaces;
  min-width: 100%;
}
.nx-control-container .row .title {
  margin-left: 10px;
}
.nx-control-container .actions .ntx_button {
  height: auto !important;
  padding: 5px;
}
.nx-control-container .status.invoicestatus_0 {
  background-color: #cfe2cf;
  color: #80b280 !important;
  border-color: #80b280;
}
.nx-control-container .status.invoicestatus_800 {
  background-color: #eaddf3;
  color: #b17fd2 !important;
  border-color: #b17fd2;
}
.nx-control-container .status.invoicestatus_810 {
  background-color: #e1e9f2;
  color: #88a8cb !important;
  border-color: #88a8cb;
}
.nx-control-container .status.invoicestatus_850 {
  background-color: #e1e9f2;
  color: #88a8cb !important;
  border-color: #88a8cb;
}
.nx-control-container .status.invoicestatus_1000 {
  background-color: #faeedc;
  color: #eaba6c !important;
  border-color: #eaba6c;
}
.nx-control-container .status.invoicestatus_2000 {
  background-color: #f3f3f3;
  color: #B3B3B3 !important;
  border-color: #B3B3B3;
}
.nx-control-container .status.invoicestatus_3000 {
  background-color: #ffffff;
  color: #e0a2a2 !important;
  border-color: #e0a2a2;
}
.nx-control-container .status.paymentstatus_0 {
  background-color: #cfe2cf;
  color: #80b280 !important;
  border-color: #80b280;
}
.nx-control-container .status.paymentstatus_10 {
  background-color: #faeedc;
  color: #eaba6c !important;
  border-color: #eaba6c;
}
.nx-control-container .status.paymentstatus_20 {
  background-color: #e1e9f2;
  color: #88a8cb !important;
  border-color: #88a8cb;
}
.nx-control-container .status.paymentstatus_200 {
  background-color: #ffffff;
  color: #e0a2a2 !important;
  border-color: #e0a2a2;
}
.nx-control-container .des {
  color: #666;
  font-weight: normal;
}
.nx-control-container .des i.fa-square,
.nx-control-container .des i.fa-envelope {
  margin-right: 3px;
  margin-left: 3px;
}
.nx-control-container .des i.fa-square:first-child,
.nx-control-container .des i.fa-envelope:first-child {
  margin-left: 0;
}
.nx-control-container .des i.fa-square.invoice,
.nx-control-container .des i.fa-envelope.invoice {
  color: #80b280;
}
.nx-control-container .des i.fa-square.order,
.nx-control-container .des i.fa-envelope.order {
  color: #eaba6c;
}
.nx-control-container .des i.fa-square.quote,
.nx-control-container .des i.fa-envelope.quote {
  color: #b17fd2;
}
.nx-control-container .des.reference {
  padding-right: 20px;
}
.nx-control-container .pop {
  visibility: hidden;
  color: #888;
  margin-left: 3px;
  align-self: flex-start;
}
.nx-control-container .pop i {
  font-size: 1.25em;
  color: #888;
}
.nx-control-container:hover .pop {
  visibility: visible;
}
.livestatus_staff .status_staff {
  font-size: 0.8em;
  font-style: italic;
  color: #666;
  color: #888;
}
.livestatus_staff.online .status_staff {
  color: #0A0 !important;
}
.livestatus_staff.idle .status_staff {
  color: #eaba6c !important;
}
.nx-control-simple-container a {
  text-decoration: none !important;
}
.nx-control-simple-container .profile {
  width: 50px;
  height: 50px;
  position: relative;
}
.nx-control-simple-container .profile .initials {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid;
  font-size: 16px;
  line-height: calc(44px);
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.nx-control-simple-container .profile .initials:hover {
  color: #ffffff;
}
.nx-control-simple-container .profile .initials.dark-color {
  color: rgba(0, 0, 0, 0.6);
}
.nx-control-simple-container .profile .initials.dark-color:hover {
  color: #000000;
}
.nx-control-simple-container .profile .initials.brandicon {
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}
/*#endregion contact control*/

div.nx_control_div.invoice .status.invoicestatus_0 {
  background-color: #80b280;
}
div.nx_control_div.invoice .status.invoicestatus_800 {
  background-color: #b17fd2;
}
div.nx_control_div.invoice .status.invoicestatus_810 {
  background-color: #88a8cb;
}
div.nx_control_div.invoice .status.invoicestatus_850 {
  background-color: #88a8cb;
}
div.nx_control_div.invoice .status.invoicestatus_1000 {
  background-color: #eaba6c;
}
div.nx_control_div.invoice .status.invoicestatus_2000 {
  background-color: #B3B3B3;
}
div.nx_control_div.invoice .status.invoicestatus_3000 {
  background-color: #e0a2a2;
}
div.nx_control_div.invoice .des i.fa-square {
  margin-right: 3px;
  margin-left: 3px;
}
div.nx_control_div.invoice .des i.fa-square:first-child {
  margin-left: 0;
}
div.nx_control_div.invoice .des i.fa-square.invoice {
  color: #80b280;
}
div.nx_control_div.invoice .des i.fa-square.order {
  color: #eaba6c;
}
div.nx_control_div.invoice .des i.fa-square.quote {
  color: #b17fd2;
}
div.nxJobContainerDiv td.details {
  padding-left: 5px;
}
div.nxJobContainerDiv .des {
  font-size: 0.8em;
  font-style: italic;
  color: #666;
}
.spectrum_selected {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border: solid 1px #ccc;
}
.sp-container {
  border-color: #ECECEC !important;
}
.item-row {
  margin-bottom: 30px;
}
.item-row .actions {
  background: #e0e0e0;
  padding: 8px;
  margin: 10px 0px;
  border: solid 1px #cccccc;
}
.item-row .actions ul {
  list-style-type: none;
}
.item-row .actions ul li {
  display: inline;
  padding: 0px 10px;
  border-left: 1px solid #999;
}
.item-row .actions ul li:first-child {
  border: 0px;
}
.item-row .actions ul li a {
  color: #333 !important;
  text-decoration: underline;
}
.item-row .item-container {
  width: 100%;
  margin: 10px 0px;
}
.item-row .item-container .amount {
  font-size: 1.4em;
}
.item-row .item-container .date {
  font-size: 1.4em;
}
.item-row .item-container .date .des {
  font-size: 0.5em;
}
.item-row .item-container .status a {
  color: white !important;
  width: 65px;
  height: 65px;
  line-height: 65px;
}
.item-row .item-container .item-image {
  margin-right: 10px;
  max-width: 65px;
  height: auto;
  line-height: 65px;
}
.item-row .item-container .item-title {
  margin-right: auto;
}
.item-row .item-container .item-title h3 {
  margin-bottom: 0px;
}
.item-row .item-container .item-title h3 a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  xdisplay: block;
  max-width: 100%;
}
.item-row .item-container .item-title .status {
  margin-top: 10px;
}
.kanban-wrapper .item-icon {
  font-size: 36px;
  opacity: 0.2;
}
.ntx_productsearch form[name=frm_submitoption] {
  padding-top: 0 !important;
}
.ntx_productsearch form[name=frm_submitoption] .productoption {
  padding: 10px;
  border: solid 1px #ccc;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ntx_productsearch form[name=frm_submitoption] .productoption .profile .item-image {
  max-height: 55px;
  margin-right: 10px;
}
.ntx_productsearch form[name=frm_submitoption] .productoption .profile .item-image.fa {
  font-size: 3.2em;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.ntx_productsearch form[name=frm_submitoption] .productoption .pricing {
  margin-left: auto;
  text-align: right;
  font-size: 1.3em;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  margin-right: 10px;
}
.ntx_productsearch form[name=frm_submitoption] .productoption .availability {
  margin-left: auto;
  text-align: right;
  margin-right: 30px;
}
.ntx_productsearch form[name=frm_submitoption] .productoption .availability .available {
  color: #80b280;
}
.ntx_productsearch form[name=frm_submitoption] .productoption .availability .unavailable {
  color: #e0a2a2;
}
.ntx_productsearch form[name=frm_submitoption] .productoption .close {
  align-self: flex-start;
  margin-top: 0;
  min-width: initial;
  height: auto;
  padding: 0 3px;
  margin-right: 0;
}
.ntx_productsearch form[name=frm_submitoption] .productoption .close a {
  color: #666;
}
.ntx_productsearch form[name=frm_submitoption] #sel_suppliers {
  margin-top: 10px;
}
.ntx_productsearch form[name=frm_submitoption] #sel_suppliers .item.row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ntx_productsearch form[name=frm_submitoption] #snotes,
.ntx_productsearch form[name=frm_submitoption] #quantitywarnings {
  margin-top: 10px;
  background-color: #fffbd7;
  border-color: #fff167;
  color: #342f00;
  padding: 20px;
}
.ntx_productsearch form[name=frm_submitoption] #orderlimit {
  margin-top: 10px;
}
.ntx_productsearch form[name=frm_submitoption] #orderlimit .limit {
  background-color: #fff;
  padding: 5px 20px;
  border: solid 1px #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.8em;
}
.ntx_productsearch form[name=frm_submitoption] #orderlimit .limit.invalid {
  background-color: #f2d3a2;
}
.ntx_productsearch form[name=frm_searchoption] {
  padding-top: 0 !important;
}
.ntx_productsearch form[name=frm_searchoption] .product {
  padding: 10px;
  border: solid 1px #ccc;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ntx_productsearch form[name=frm_searchoption] .product .profile .item-image {
  max-height: 55px;
  margin-right: 10px;
}
.ntx_productsearch form[name=frm_searchoption] .product .profile .item-image.fa {
  font-size: 3.2em;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.ntx_productsearch form[name=frm_searchoption] .product .close {
  margin-left: auto;
}
.ntx_productsearch form[name=frm_searchoption] #sel_options .item.row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ntx_searchproduct_item .productcode {
  font-weight: bold;
}
.ntx_searchproduct_item .amount {
  text-align: right;
  padding-right: 5px;
}
.ntx_searchproduct_item .profile {
  margin-left: 10px;
}
.ntx_searchproduct_item .profile .item-image {
  max-height: 55px;
  width: 55px;
  margin-right: 10px;
}
.ntx_searchproduct_item .profile .item-image.fa {
  font-size: 3.2em;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.ntx_searchproduct_item .details {
  flex: 2;
}
.ntx_searchproduct_item .pricing {
  margin-left: auto;
  text-align: right;
  font-size: 1.3em;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.ntx_searchproduct_item .availability {
  margin-left: auto;
  margin-right: 50px;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.ntx_searchproduct_item .availability .available {
  color: #80b280;
}
.ntx_searchproduct_item .availability .unavailable {
  color: #e0a2a2;
}
#frm_generaterecurrencetasks #previewResults {
  margin-bottom: 10px;
}
#frm_generaterecurrencetasks #previewResults .title {
  font-size: 1.15em;
  margin-bottom: 15px;
}
#frm_generaterecurrencetasks #previewResults .resultItem {
  padding: 2px;
  padding-left: 15px;
  font-style: italic;
  color: #666;
}
div.ntx_loading,
div.ntx_row_loading {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000998;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
div.ntx_loading > div,
div.ntx_row_loading > div {
  width: 250px;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  color: #555;
  background-color: #fff;
  text-align: center;
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
div.ntx_loading > div span,
div.ntx_row_loading > div span {
  display: block;
}
div.ntx_loading div.logo,
div.ntx_row_loading div.logo {
  width: auto;
  height: 150px;
  background: url(../../images/loadingN.gif) no-repeat center;
  background-size: 150px 150px;
}
div.ntx_loading div.spin,
div.ntx_row_loading div.spin {
  width: auto;
  height: 150px;
  background: url(../../images/loading2.gif) no-repeat center;
  background-size: 150px 150px;
  -o-animation-name: rotate;
  -o-animation-duration: 1.2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
div.ntx_loading[style*="visibility:hidden"] div.spin,
div.ntx_row_loading[style*="visibility:hidden"] div.spin,
div.ntx_loading[style*="visibility: hidden"] div.spin,
div.ntx_row_loading[style*="visibility: hidden"] div.spin,
div.ntx_loading[style*="display:none"] div.spin,
div.ntx_row_loading[style*="display:none"] div.spin,
div.ntx_loading[style*="display: none"] div.spin,
div.ntx_row_loading[style*="display: none"] div.spin {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
div.ntx_row_loading {
  position: relative;
  width: auto;
}
div.ntx_row_loading > div {
  width: 100px;
  background-color: transparent;
  padding: 0;
}
div.ntx_row_loading > div span {
  display: block;
}
div.ntx_row_loading div.logo {
  height: 50px;
  background-size: 50px 50px;
}
div.ntx_row_loading div.spin {
  height: 50px;
  background-size: 50px 50px;
}
.des {
  font-size: 0.8em;
  font-style: italic;
  color: #666;
}
.des.right {
  text-align: right;
}
.ntx_switch .enable {
  display: none;
}
.ntx_switch .enable + label:after {
  content: "\f204";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 22px;
  position: absolute;
  top: -4px;
  left: -25px;
}
.ntx_switch .enable:checked + label:after {
  content: "\f205";
  color: #5baf4f;
}
.ntx_switch span.des {
  padding-left: 8px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  z-index: 1;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 1px;
}
::-webkit-scrollbar-thumb:hover {
  background: #a6a6a6;
}
html,
body * {
  scrollbar-color: #c4c4c4 transparent;
  scrollbar-width: thin;
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
div#ntx_loading {
  background-color: #ccc;
}
div#ntx_loading > div {
  opacity: 0.8;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
div#ntx_data_loading {
  visibility: hidden;
}
div#ntx_data_loading > div {
  opacity: 0.8;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
div#ntx_error {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #CCC;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
}
div#ntx_error .erroricon {
  font-size: 12em;
  color: #D37373;
}
div#ntx_error div.outer {
  width: 250px;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  color: #555;
  background-color: #fff;
  text-align: center;
  padding: 20px 30px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
div#ntx_error div.outer div#ntx_error_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
div#ntx_error div.outer span {
  display: block;
  font-size: 2.2em;
  color: #D37373;
}
div#ntx_error div.outer a {
  margin-top: 10px;
  padding: 5px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white;
  font-size: 0.8em;
}
div#ntx_error div.outer a.back {
  margin-right: auto;
  background-color: #888;
}
div#ntx_error div.outer a.home {
  margin-left: auto;
  background-color: #e0a2a2;
}
div#ntx_error div.outer a.home:hover {
  background-color: #BD1717;
}
.ntx_body {
  max-width: 2000px;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  .ntx_body {
    padding: 0 20px;
  }
}
.ntx_des {
  font-style: italic;
  color: #999;
}
img.emoji {
  width: 24px;
  height: 24px;
}
a.tags {
  text-decoration: none;
  margin-left: 10px;
  font-size: 0.75em;
  padding: 3px 15px;
  background-color: #4074B2;
  color: #FFF !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  text-transform: lowercase;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.sort_placeholder {
  border: 1px dashed #ccc;
  background: #eee;
}
.padleft {
  margin-left: 5px;
}
.nobottomdash {
  border-bottom: 0 !important;
}
/*.formsectioncolor(@value) {
    .ntx_form_row {
        &.section {
            border-top: solid 1px @value;
            color: @value;
        }
    }
}*/
div#ntx_confirmmessage {
  background-color: #e0a2a2;
  padding: 40px 10px;
  font-size: 1.25em;
}
div#ntx_confirmmessage div.actions {
  margin-top: 20px;
}
div#ntx_confirmmessage div.actions .ntx_button {
  padding: 3px 5px;
  text-decoration: none;
  opacity: 1;
}
.ntx_wrapper {
  height: 100vh;
  box-sizing: border-box;
  display: flex;
}
.ntx_wrapper .ntx_leftnav {
  width: 278px;
  background-color: #555;
  z-index: 10000004;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
}
@media only screen and (min-width: 950px) {
  .ntx_wrapper .ntx_leftnav {
    padding: unset;
  }
}
.ntx_wrapper .ntx_leftnav .ntx_logo {
  display: flex;
  justify-content: center;
  padding: 2px 5px;
  height: 50px;
  text-align: center;
  background-color: #444;
  width: 278px;
}
.ntx_wrapper .ntx_leftnav .ntx_logo i.fa-remove {
  margin-left: auto;
  margin-right: 5px;
  color: #fff;
}
@media only screen and (min-width: 950px) {
  .ntx_wrapper .ntx_leftnav .ntx_logo {
    height: 70px;
    text-align: center;
  }
  .ntx_wrapper .ntx_leftnav .ntx_logo i.fa-remove {
    display: none;
  }
}
.ntx_wrapper .ntx_leftnav .ntx_logo img {
  width: auto;
  height: 85%;
  align-self: center;
}
.ntx_wrapper .ntx_leftnav .ntx_logo div#ntx_companyname {
  align-self: center;
  font-size: 1.3em;
  color: #fff;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems a {
  color: #ddd;
  text-decoration: none;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable {
  list-style: none;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item {
  display: block;
  cursor: pointer;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item > .item-container,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item > .item-container {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  padding: 12px 20px;
  font-size: 1rem;
  transition: background-color 0.3s;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item > .item-container > img.icon,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item > .item-container > img.icon {
  padding: 8px;
  border-radius: 3px;
  width: 38px;
  height: 38px;
  margin-right: 10px;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item > .item-container > div.icon,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item > .item-container > div.icon {
  padding: 8px;
  width: 38px;
  height: 38px;
  border-radius: 3px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item > .item-container > div.icon > i.fa,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item > .item-container > div.icon > i.fa {
  align-self: center;
  font-size: 1.3em;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item > .item-container > i,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item > .item-container > i {
  color: #ddd;
  margin-left: auto;
  font-size: 0.6rem;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item > .item-container.master > img.icon,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item > .item-container.master > img.icon {
  background-color: #b53434;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item > .item-container.home > img.icon,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item > .item-container.home > img.icon {
  background-color: #494949;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item > .item-container.contacts > img.icon,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item > .item-container.contacts > img.icon {
  background-color: #a97fbd;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item > .item-container.accounting > img.icon,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item > .item-container.accounting > img.icon {
  background-color: #5baf4f;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item > .item-container.backoffice > img.icon,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item > .item-container.backoffice > img.icon {
  background-color: #f8b132;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item > .item-container.sitefront > img.icon,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item > .item-container.sitefront > img.icon {
  background-color: #52bbc5;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item > .item-container.storefront > img.icon,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item > .item-container.storefront > img.icon {
  background-color: #ee884d;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item > .item-container.apps > img.icon,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item > .item-container.apps > img.icon {
  background-color: #4191A4;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item > .item-container.reseller > img.icon,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item > .item-container.reseller > img.icon {
  background-color: #024302;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item > .item-container.organisation > img.icon,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item > .item-container.organisation > img.icon {
  background-color: #666;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .submenu,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .submenu {
  display: none;
  list-style: none;
  font-size: 0.8rem;
  border-bottom: 1px solid #444;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .submenu li,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .submenu li {
  display: flex;
  align-items: center;
  padding-left: 28px;
  height: 34px;
  color: #E5E5E5;
  background-color: #666;
  transition: background-color 0.2s;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .submenu li.subitem,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .submenu li.subitem {
  padding-right: 20px;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .submenu li.subitem i.fa,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .submenu li.subitem i.fa {
  font-size: 0.8em;
  padding: 10px;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .submenu li:hover,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .submenu li:hover {
  cursor: pointer;
  background-color: #333;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .submenu li a,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .submenu li a {
  display: block;
  flex: 1 0 auto;
  padding: 8px 0;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .submenu li.is-active,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .submenu li.is-active {
  background-color: #eee;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .submenu li.is-active a,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .submenu li.is-active a {
  color: #333;
  font-weight: bold;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .submenu li.is-active.subitem i.fa,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .submenu li.is-active.subitem i.fa {
  font-size: 0.8em;
  padding: 10px;
  color: #333;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .submenu li.opportunitytype > a,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .submenu li.opportunitytype > a,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .submenu li.automatecollection > a,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .submenu li.automatecollection > a,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .submenu li.jobtype > a,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .submenu li.jobtype > a,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .submenu li.storebuildtype > a,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .submenu li.storebuildtype > a {
  padding-left: 15px;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .item-container:hover.master,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .item-container:hover.master,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.submenu-active > .item-container.master,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.submenu-active > .item-container.master {
  background-color: rgba(181, 52, 52, 0.3);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .item-container:hover.home,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .item-container:hover.home,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.submenu-active > .item-container.home,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.submenu-active > .item-container.home {
  background-color: rgba(73, 73, 73, 0.3);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .item-container:hover.contacts,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .item-container:hover.contacts,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.submenu-active > .item-container.contacts,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.submenu-active > .item-container.contacts {
  background-color: rgba(169, 127, 189, 0.3);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .item-container:hover.accounting,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .item-container:hover.accounting,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.submenu-active > .item-container.accounting,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.submenu-active > .item-container.accounting {
  background-color: rgba(91, 175, 79, 0.3);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .item-container:hover.backoffice,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .item-container:hover.backoffice,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.submenu-active > .item-container.backoffice,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.submenu-active > .item-container.backoffice {
  background-color: rgba(248, 177, 50, 0.3);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .item-container:hover.sitefront,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .item-container:hover.sitefront,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.submenu-active > .item-container.sitefront,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.submenu-active > .item-container.sitefront {
  background-color: rgba(82, 187, 197, 0.3);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .item-container:hover.storefront,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .item-container:hover.storefront,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.submenu-active > .item-container.storefront,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.submenu-active > .item-container.storefront {
  background-color: rgba(238, 136, 77, 0.3);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .item-container:hover.apps,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .item-container:hover.apps,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.submenu-active > .item-container.apps,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.submenu-active > .item-container.apps {
  background-color: rgba(65, 145, 164, 0.3);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .item-container:hover.reseller,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .item-container:hover.reseller,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.submenu-active > .item-container.reseller,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.submenu-active > .item-container.reseller {
  background-color: rgba(2, 67, 2, 0.3);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item .item-container:hover.organisation,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item .item-container:hover.organisation,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.submenu-active > .item-container.organisation,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.submenu-active > .item-container.organisation {
  background-color: rgba(102, 102, 102, 0.3);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.submenu-active .submenu,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.submenu-active .submenu {
  display: block;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.area-active > .item-container.home,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.area-active > .item-container.home {
  background-color: rgba(181, 52, 52, 0.7);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.area-active > .item-container.home,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.area-active > .item-container.home {
  background-color: rgba(73, 73, 73, 0.7);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.area-active > .item-container.contacts,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.area-active > .item-container.contacts {
  background-color: rgba(169, 127, 189, 0.7);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.area-active > .item-container.accounting,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.area-active > .item-container.accounting {
  background-color: rgba(91, 175, 79, 0.7);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.area-active > .item-container.backoffice,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.area-active > .item-container.backoffice {
  background-color: rgba(248, 177, 50, 0.7);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.area-active > .item-container.sitefront,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.area-active > .item-container.sitefront {
  background-color: rgba(82, 187, 197, 0.7);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.area-active > .item-container.storefront,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.area-active > .item-container.storefront {
  background-color: rgba(238, 136, 77, 0.7);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.area-active > .item-container.apps,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.area-active > .item-container.apps {
  background-color: rgba(65, 145, 164, 0.7);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.area-active > .item-container.reseller,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.area-active > .item-container.reseller {
  background-color: rgba(2, 67, 2, 0.7);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu .item.area-active > .item-container.organisation,
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item.area-active > .item-container.organisation {
  background-color: rgba(102, 102, 102, 0.7);
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable {
  margin-top: 20px;
  opacity: 0.8;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item > .item-container {
  background-color: #666 !important;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item > .item-container > img.icon {
  background-color: #aaaaaa !important;
  opacity: 0.5;
}
.ntx_wrapper .ntx_leftnav .ntx_leftnavitems .menu_unavailable .item > .item-container > a {
  color: #cbcbcb;
}
.ntx_wrapper .ntx_leftnav .ntx_leftfooter {
  padding: 14px 20px;
  border-top: 1px solid #444;
}
.ntx_wrapper .ntx_leftnav .ntx_leftfooter > div {
  text-align: center;
  font-size: 10px;
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ntx_wrapper .ntx_leftnav .ntx_leftfooter > div > a {
  color: #aaa;
}
.ntx_wrapper .ntx_main {
  flex: 1 0 auto;
  width: 100vw;
  xoverflow-x: hidden;
}
.ntx_wrapper .ntx_main .ntx_burger {
  padding-left: 20px;
  padding-right: 20px;
}
.ntx_wrapper .ntx_main .ntx_burger > a.fa-bars {
  line-height: 35px;
}
.ntx_wrapper .ntx_main #ntx_global_search.focus {
  position: absolute !important;
  width: 100%;
  /* top: 0;
                left: 0;
                right: 0;
                bottom: 0;*/
  background-color: #000000;
  margin: 0 !important;
}
@media only screen and (min-width: 950px) {
  .ntx_wrapper .ntx_main #ntx_global_search {
    max-width: 520px;
  }
}
.ntx_wrapper .ntx_main #ntx_header_personal > div.item {
  width: 36px;
  height: 36px;
  margin-left: 8px;
  cursor: pointer;
}
@media only screen and (min-width: 950px) {
  .ntx_wrapper .ntx_main #ntx_header_personal > div.item {
    margin-left: 14px;
    width: 42px !important;
    height: 42px !important;
  }
}
.ntx_wrapper .ntx_main #ntx_header_personal > div.item > img {
  border: solid 2px rgba(204, 204, 204, 0.25);
  border-radius: 3px;
  height: 100%;
  width: 100%;
}
.ntx_wrapper .ntx_main #ntx_header_personal > div.item > .icon {
  border-radius: 3px;
  background-color: rgba(204, 204, 204, 0.25);
  height: 100%;
  width: 100%;
  text-align: center;
}
.ntx_wrapper .ntx_main #ntx_header_personal > div.item > .icon i {
  font-size: 1.85em;
  line-height: 1.6em;
}
.ntx_wrapper .ntx_main #ntx_header_personal #ntx_phones,
.ntx_wrapper .ntx_main #ntx_header_personal #ntx_chats,
.ntx_wrapper .ntx_main #ntx_header_personal #ntx_notifications {
  display: none;
}
@media only screen and (min-width: 950px) {
  .ntx_wrapper .ntx_main #ntx_header_personal #ntx_phones,
  .ntx_wrapper .ntx_main #ntx_header_personal #ntx_chats,
  .ntx_wrapper .ntx_main #ntx_header_personal #ntx_notifications {
    display: block;
  }
}
@media only screen and (min-width: 1228px) {
  .ntx_wrapper .ntx_main {
    xoverflow-y: scroll;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1228px) {
  .ntx_wrapper.leftnav_active .ntx_main {
    margin-left: 278px;
    width: calc(100vw - 286px);
  }
  .ntx_wrapper.leftnav_active .ntx_main header#ntx_header {
    width: calc(100vw - 286px);
  }
}
header#ntx_header {
  height: 50px;
  width: 100%;
  background-color: #444;
  position: fixed;
  top: 0;
  z-index: 10000009;
  /*&.master {
        .lnkcolor(@color_master);
        .sectionbarcolor(@color_master);
    }*/

}
@media only screen and (min-width: 950px) {
  header#ntx_header {
    height: 70px !important;
    z-index: 9999999 !important;
  }
}
header#ntx_header div.ntx_header_container {
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  position: relative;
  background-position-y: -7px;
}
header#ntx_header div.ntx_header_container #ntx_app {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 2;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  header#ntx_header div.ntx_header_container #ntx_app {
    display: block;
    flex: 1;
  }
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app {
  width: 71px;
  height: 50px;
  cursor: pointer;
  background-position: 45% 50%, 90% 50%;
  background-size: auto 30px, auto 8px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app {
    width: 91px !important;
    height: 70px !important;
    background-size: auto 40px, auto 8px !important;
  }
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app.dashboard {
  background-image: url(../images/app_home_white.svg), url(../images/arrow_down_white.svg);
  background-color: #494949;
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app.contacts {
  background-image: url(../images/app_contacts_white.svg), url(../images/arrow_down_white.svg);
  background-color: #a97fbd;
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app.sitefront {
  background-image: url(../images/app_sitefront_white.svg), url(../images/arrow_down_white.svg);
  background-color: #52bbc5;
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app.storefront {
  background-image: url(../images/app_storefront_white.svg), url(../images/arrow_down_white.svg);
  background-color: #ee884d;
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app.accounting {
  background-image: url(../images/app_accounting_white.svg), url(../images/arrow_down_white.svg);
  background-color: #5baf4f;
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app.backoffice {
  background-image: url(../images/app_backoffice_white.svg), url(../images/arrow_down_white.svg);
  background-color: #f8b132;
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app.app {
  background-image: url(../images/app_apps_white.svg), url(../images/arrow_down_white.svg);
  background-color: #4191A4;
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app.apps {
  background-image: url(../images/app_apps_white.svg), url(../images/arrow_down_white.svg);
  background-color: #4191A4;
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app.reseller {
  background-image: url(../images/app_reseller_white.svg), url(../images/arrow_down_white.svg);
  background-color: #024302;
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app.master {
  background-image: url(../images/app_master_white.svg), url(../images/arrow_down_white.svg);
  background-color: #494949;
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app.organisation {
  background-image: url(../images/app_organisation_white.svg), url(../images/arrow_down_white.svg);
  background-color: #666;
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector {
  top: 55px;
  position: absolute;
  left: 0;
  width: 320px;
  background-color: #d5d5d5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  z-index: 10000011;
  padding: 20px 10px;
  display: none;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector {
    top: 70px !important;
    z-index: 10000001 !important;
  }
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector .unavailable {
  border-top: 1px dashed #888;
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector .unavailable a .app {
  background-color: #aaa !important;
  opacity: 0.5;
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector a {
  text-decoration: none;
  color: #fff;
  margin: 10px;
  width: 77px;
  height: 82px;
  display: inline-block;
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector a .app {
  width: 100%;
  height: 100%;
  padding-top: 62px;
  border-radius: 5px;
  text-align: center;
  font-size: 11px;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center 40%;
  /*font-family: 'Montserrat', Helvetica, sans-serif;*/

}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector a .app.dashboard {
  background-color: #494949;
  background-image: url(../images/app_home_white.svg);
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector a .app.contacts {
  background-color: #a97fbd;
  background-image: url(../images/app_contacts_white.svg);
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector a .app.sitefront {
  background-color: #52bbc5;
  background-image: url(../images/app_sitefront_white.svg);
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector a .app.storefront {
  background-color: #ee884d;
  background-image: url(../images/app_storefront_white.svg);
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector a .app.accounting {
  background-color: #5baf4f;
  background-image: url(../images/app_accounting_white.svg);
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector a .app.backoffice {
  background-color: #f8b132;
  background-image: url(../images/app_backoffice_white.svg);
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector a .app.apps {
  background-color: #4191A4;
  background-image: url(../images/app_apps_white.svg);
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector a .app.reseller {
  background-color: #024302;
  background-image: url(../images/app_reseller_white.svg);
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector a .app.master {
  background-color: #494949;
  background-image: url(../images/app_master_white.svg);
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector a .app.organisation {
  background-color: #666;
  background-image: url(../images/app_organisation_white.svg);
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector .neetapps {
  margin-top: 10px;
  border-top: 2px solid #ccc;
  overflow-y: auto;
  max-height: 350px;
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector .neetapps a {
  display: block;
  height: auto;
  width: auto;
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector .neetapps a .appwrapper {
  padding: 5px 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
header#ntx_header div.ntx_header_container #ntx_app #ntx_current_app_selector .neetapps a .appwrapper .profile {
  width: 30px;
  height: 30px;
  background: url(../images/app_installedapp_white.svg) no-repeat;
  margin-right: 3px;
}
header#ntx_header div.ntx_header_container #ntx_global_search {
  /*display: none;*/
  display: block;
  position: relative;
  margin: 0 20px;
  flex: 3;
  /* @media @desktop {
                display: block;
            }*/

}
header#ntx_header div.ntx_header_container #ntx_global_search form#frm_globalsearch {
  position: relative;
}
header#ntx_header div.ntx_header_container #ntx_global_search form#frm_globalsearch .fa-search {
  position: absolute;
  top: 19px;
  left: 16px;
}
header#ntx_header div.ntx_header_container #ntx_global_search form#frm_globalsearch input#ntx_global_search_input {
  background-color: rgba(255, 255, 255, 0.16);
  transition: background-color 0.2s;
  box-sizing: border-box;
  height: 50px;
  border: none;
  border-radius: 3px;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 400;
  text-indent: 48px;
  outline: none;
}
header#ntx_header div.ntx_header_container #ntx_global_search form#frm_globalsearch input#ntx_global_search_input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
header#ntx_header div.ntx_header_container #ntx_global_search form#frm_globalsearch input#ntx_global_search_input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
}
header#ntx_header div.ntx_header_container #ntx_global_search form#frm_globalsearch input#ntx_global_search_input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}
header#ntx_header div.ntx_header_container #ntx_global_search form#frm_globalsearch input#ntx_global_search_input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
header#ntx_header div.ntx_header_container #ntx_global_search form#frm_globalsearch input#ntx_global_search_input:focus {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.24);
}
header#ntx_header div.ntx_header_container #ntx_global_search form#frm_globalsearch input#ntx_global_search_input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
header#ntx_header div.ntx_header_container #ntx_global_search form#frm_globalsearch input#ntx_global_search_input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.3);
}
header#ntx_header div.ntx_header_container #ntx_global_search form#frm_globalsearch input#ntx_global_search_input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.3);
}
header#ntx_header div.ntx_header_container #ntx_global_search form#frm_globalsearch input#ntx_global_search_input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
header#ntx_header div.ntx_header_container #ntx_global_search form#frm_globalsearch #ntx_global_search_clear {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: -40px;
  cursor: pointer;
  display: none;
}
header#ntx_header div.ntx_header_container #ntx_header_personal {
  margin-left: auto;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-right: 5px;
}
@media only screen and (min-width: 950px) {
  header#ntx_header div.ntx_header_container #ntx_header_personal {
    margin-right: 14px;
  }
}
header#ntx_header div.ntx_header_container #ntx_header_personal a {
  text-decoration: none;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_staff_companies {
  margin-left: 8px;
  padding-right: 8px;
  width: 44px;
  height: 36px;
  background: url(../images/arrow_down_white.svg) no-repeat right center;
  background-size: 8px;
  cursor: pointer;
}
@media only screen and (min-width: 950px) {
  header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_staff_companies {
    margin-left: 14px !important;
    width: 56px !important;
    height: 42px !important;
  }
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_staff_companies img {
  width: 42px;
  height: 100%;
  border: solid 2px rgba(204, 204, 204, 0.5);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_staff_companies_selector {
  position: absolute;
  right: 14px;
  background-color: #555;
  display: none;
  top: 45px !important;
}
@media only screen and (min-width: 950px) {
  header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_staff_companies_selector {
    top: 65px !important;
  }
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_staff_companies_selector ul {
  list-style: none;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_staff_companies_selector ul li {
  text-align: right !important;
  padding-left: 20px;
  padding-right: 5px;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_staff_companies_selector ul li.separate {
  border-bottom: solid 1px #888;
  padding-bottom: 5px;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_staff_companies_selector ul li img.logo {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  vertical-align: middle;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_staff_companies_selector ul li:hover {
  background-color: #333 !important;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_staff_companies_selector ul li i.prmy {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 1.8em;
  color: #888;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_staff_companies_selector ul li i.fa-fw {
  width: 30px;
  margin-left: 5px;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_staff_companies_selector ul li > a {
  padding: 5px;
  display: block !important;
  color: #ddd;
  cursor: pointer;
  white-space: nowrap;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_staff_companies_selector ul li > i + a span {
  display: inline-block !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  xdisplay: block;
  max-width: 65%;
  vertical-align: middle;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_staff_companies_selector ul li div.action {
  float: left;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_staff_companies_selector ul li div.action .button {
  cursor: pointer;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_staff_companies_selector ul li span.des {
  color: #4074B2;
  font-style: italic;
  font-size: 0.9em;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_staff_companies_selector ul li a.inviteresponse .ntx_button {
  padding: 0 5px;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_profile {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
@media only screen and (min-width: 950px) {
  header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_profile {
    width: 42px !important;
    height: 42px !important;
  }
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_profile img {
  width: 100%;
  height: 100%;
  border: solid 2px rgba(204, 204, 204, 0.5);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_personal_actions {
  position: absolute;
  right: 0;
  width: 200px;
  background-color: #555;
  z-index: 11;
  top: 45px !important;
}
@media only screen and (min-width: 950px) {
  header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_personal_actions {
    top: 65px !important;
  }
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_personal_actions.closed {
  display: none;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_personal_actions ul {
  list-style: none;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_personal_actions ul li {
  text-align: right;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_personal_actions ul li.ntx_profilename {
  border-bottom: solid 1px #888;
  font-size: 0.85em;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_personal_actions ul li.ntx_profilename > a {
  color: #A0A0A0;
  padding: 10px 5px;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_personal_actions ul li:hover {
  background-color: #333;
}
header#ntx_header div.ntx_header_container #ntx_header_personal #ntx_personal_actions ul li a {
  padding: 5px;
  display: block;
  color: #ddd;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 95%;
}
header#ntx_header.master {
  border-bottom: solid 5px #b53434;
}
header#ntx_header.master a,
header#ntx_header.master a:hover,
header#ntx_header.master a:active {
  color: #e0a2a2;
}
header#ntx_header.dashboard {
  border-bottom: solid 5px #494949;
}
header#ntx_header.dashboard a,
header#ntx_header.dashboard a:hover,
header#ntx_header.dashboard a:active {
  color: #eee;
}
header#ntx_header.contacts {
  border-bottom: solid 5px #a97fbd;
}
header#ntx_header.contacts a,
header#ntx_header.contacts a:hover,
header#ntx_header.contacts a:active {
  color: #a97fbd;
}
header#ntx_header.sitefront {
  border-bottom: solid 5px #52bbc5;
}
header#ntx_header.sitefront a,
header#ntx_header.sitefront a:hover,
header#ntx_header.sitefront a:active {
  color: #52bbc5;
}
header#ntx_header.storefront {
  border-bottom: solid 5px #ee884d;
}
header#ntx_header.storefront a,
header#ntx_header.storefront a:hover,
header#ntx_header.storefront a:active {
  color: #ee884d;
}
header#ntx_header.accounting {
  border-bottom: solid 5px #5baf4f;
}
header#ntx_header.accounting a,
header#ntx_header.accounting a:hover,
header#ntx_header.accounting a:active {
  color: #5baf4f;
}
header#ntx_header.backoffice {
  border-bottom: solid 5px #f8b132;
}
header#ntx_header.backoffice a,
header#ntx_header.backoffice a:hover,
header#ntx_header.backoffice a:active {
  color: #f8b132;
}
header#ntx_header.app {
  border-bottom: solid 5px #4191A4;
}
header#ntx_header.app a,
header#ntx_header.app a:hover,
header#ntx_header.app a:active {
  color: #4191A4;
}
header#ntx_header.apps {
  border-bottom: solid 5px #4191A4;
}
header#ntx_header.apps a,
header#ntx_header.apps a:hover,
header#ntx_header.apps a:active {
  color: #4191A4;
}
header#ntx_header.reseller {
  border-bottom: solid 5px #024302;
}
header#ntx_header.reseller a,
header#ntx_header.reseller a:hover,
header#ntx_header.reseller a:active {
  color: #80b280;
}
header#ntx_header.inbox {
  border-bottom: solid 5px #F2901D;
}
header#ntx_header.inbox a,
header#ntx_header.inbox a:hover,
header#ntx_header.inbox a:active {
  color: #F2901D;
}
header#ntx_header.organisation {
  border-bottom: solid 5px #666;
}
header#ntx_header.organisation a,
header#ntx_header.organisation a:hover,
header#ntx_header.organisation a:active {
  color: #B3B3B3;
}
#ntx_top_nav_button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  font-size: 14px;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  #ntx_top_nav_button {
    display: none;
  }
}
#ntx_top_nav_button > a {
  padding: 10px;
  display: block;
  cursor: pointer;
}
#ntx_top_nav_button .fa {
  margin-left: 10px;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
#ntx_submenu {
  display: none;
  position: absolute;
  z-index: 10000010;
}
#ntx_submenu ul#ntx_top_nav {
  list-style: none;
  background-color: #555;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 10;
  max-height: 100vh;
  overflow-y: auto;
}
#ntx_submenu ul#ntx_top_nav li a {
  padding: 10px;
  display: block;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  #ntx_submenu ul#ntx_top_nav li a {
    padding: 0 18px;
    border-radius: 5px 5px 0 0;
    border: solid 1px transparent;
    border-bottom: 0;
    line-height: 26px;
    height: 26px;
    font-size: 11px;
    margin-bottom: 1px;
    color: #333;
    text-align: center;
  }
}
#ntx_submenu ul#ntx_top_nav li a:hover {
  background-color: #6e6e6e;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  #ntx_submenu ul#ntx_top_nav li a:hover {
    background-color: #ccc;
    border-bottom-width: 1px;
    border-color: #8C8C8C;
  }
}
#ntx_submenu ul#ntx_top_nav li.sub ul {
  list-style: none;
  padding-left: 10px;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  #ntx_submenu ul#ntx_top_nav li.sub ul {
    display: none;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  #ntx_submenu ul#ntx_top_nav li {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    font-size: 11px;
    border: 0;
    margin-right: 3px;
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }
  #ntx_submenu ul#ntx_top_nav li.selected a {
    border-color: #8C8C8C;
    background-color: #fff;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  #ntx_submenu ul#ntx_top_nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: static;
    background-color: transparent;
    height: 33px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  #ntx_submenu {
    position: relative !important;
    width: 100%;
    height: 33px;
    background-color: #dadada;
    border-bottom: solid 1px #aaa;
    z-index: 9999998 !important;
  }
}
section#ntx_area {
  position: relative;
}
section#ntx_area,
#footercontainer {
  margin-top: 50px;
  /* needed for mobile view - ntx_page_tabs */

}
section#ntx_area.dashboard #ntx_top_nav_button a,
#footercontainer.dashboard #ntx_top_nav_button a,
section#ntx_area.dashboard #ntx_top_nav_button a:hover,
#footercontainer.dashboard #ntx_top_nav_button a:hover,
section#ntx_area.dashboard #ntx_top_nav_button a:active,
#footercontainer.dashboard #ntx_top_nav_button a:active {
  color: #232323;
}
section#ntx_area.dashboard #ntx_page a,
#footercontainer.dashboard #ntx_page a,
section#ntx_area.dashboard #ntx_page a:hover,
#footercontainer.dashboard #ntx_page a:hover,
section#ntx_area.dashboard #ntx_page a:active,
#footercontainer.dashboard #ntx_page a:active {
  color: #232323;
}
section#ntx_area.dashboard #ntx_page .ntx_page_minidata > .section,
#footercontainer.dashboard #ntx_page .ntx_page_minidata > .section {
  border-bottom: solid 1px #494949 !important;
}
section#ntx_area.dashboard #ntx_page .ntx_page_full > .section,
#footercontainer.dashboard #ntx_page .ntx_page_full > .section {
  border-bottom: solid 1px #494949 !important;
}
section#ntx_area.dashboard #ntx_page .ntx_form_container > .section,
#footercontainer.dashboard #ntx_page .ntx_form_container > .section {
  border-bottom: solid 1px #494949 !important;
}
section#ntx_area.dashboard .ntx_formalize .ntx_form_container > .section,
#footercontainer.dashboard .ntx_formalize .ntx_form_container > .section {
  border-bottom: solid 1px #494949 !important;
}
section#ntx_area.dashboard #ntx_page_tabs,
#footercontainer.dashboard #ntx_page_tabs,
section#ntx_area.dashboard #ntx_page_subtabs,
#footercontainer.dashboard #ntx_page_subtabs,
section#ntx_area.dashboard .ntx_tabswrapper,
#footercontainer.dashboard .ntx_tabswrapper {
  border-bottom: solid 1px #494949 !important;
}
section#ntx_area.dashboard #ntx_page_tabs > ul li.selected a,
#footercontainer.dashboard #ntx_page_tabs > ul li.selected a,
section#ntx_area.dashboard #ntx_page_subtabs > ul li.selected a,
#footercontainer.dashboard #ntx_page_subtabs > ul li.selected a,
section#ntx_area.dashboard .ntx_tabswrapper > ul li.selected a,
#footercontainer.dashboard .ntx_tabswrapper > ul li.selected a {
  background-color: #494949;
  color: white !important;
  border-color: #494949 !important;
}
section#ntx_area.dashboard #ntx_page_tabs > ul li a,
#footercontainer.dashboard #ntx_page_tabs > ul li a,
section#ntx_area.dashboard #ntx_page_subtabs > ul li a,
#footercontainer.dashboard #ntx_page_subtabs > ul li a,
section#ntx_area.dashboard .ntx_tabswrapper > ul li a,
#footercontainer.dashboard .ntx_tabswrapper > ul li a {
  color: #494949;
  text-decoration: none !important;
}
section#ntx_area.dashboard #ntx_page_switches,
#footercontainer.dashboard #ntx_page_switches {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  padding: 10px;
}
section#ntx_area.dashboard #ntx_page_switches .ntx_switchlnk,
#footercontainer.dashboard #ntx_page_switches .ntx_switchlnk {
  margin: 0 5px;
  text-decoration: underline;
}
section#ntx_area.dashboard #ntx_page_switches .ntx_switchlnk.selected,
#footercontainer.dashboard #ntx_page_switches .ntx_switchlnk.selected {
  color: #000 !important;
  text-decoration: none;
}
section#ntx_area.dashboard form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label,
#footercontainer.dashboard form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label {
  background: #494949;
  border-color: #494949;
}
section#ntx_area.dashboard table.tblResults > thead.sticky,
#footercontainer.dashboard table.tblResults > thead.sticky {
  z-index: 9999;
  position: fixed;
  top: 50px;
  /*max-width: 1200px;
                width: 100%;*/

}
@media only screen and (min-width: 950px) {
  section#ntx_area.dashboard table.tblResults > thead.sticky,
  #footercontainer.dashboard table.tblResults > thead.sticky {
    top: 70px !important;
  }
}
section#ntx_area.dashboard table.tblResults > thead.sticky > tr,
#footercontainer.dashboard table.tblResults > thead.sticky > tr {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
section#ntx_area.dashboard table.tblResults > thead.sticky > tr.hellomoto,
#footercontainer.dashboard table.tblResults > thead.sticky > tr.hellomoto {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section#ntx_area.dashboard table.tblResults > thead.sticky > tr td,
#footercontainer.dashboard table.tblResults > thead.sticky > tr td {
  display: block;
  width: 100%;
}
section#ntx_area.dashboard table.tblResults > thead.stickyholder tr,
#footercontainer.dashboard table.tblResults > thead.stickyholder tr {
  background-color: #F5F5F5;
}
section#ntx_area.dashboard table.tblResults > thead.stickyholder tr th,
#footercontainer.dashboard table.tblResults > thead.stickyholder tr th {
  position: sticky;
  top: 0;
  background-color: #F5F5F5;
}
section#ntx_area.dashboard table.tblResults tfoot td.subtotal_border,
#footercontainer.dashboard table.tblResults tfoot td.subtotal_border {
  border-top: solid 2px #494949 !important;
}
section#ntx_area.dashboard #ntx_leftnav,
#footercontainer.dashboard #ntx_leftnav {
  background-color: #a37575;
  border-bottom: solid 1px #494949 !important;
}
section#ntx_area.dashboard #ntx_leftnav > ul li.selected a,
#footercontainer.dashboard #ntx_leftnav > ul li.selected a {
  background-color: #494949;
  color: white;
  border-color: #494949;
}
section#ntx_area.dashboard #ntx_leftnav.choose span.title,
#footercontainer.dashboard #ntx_leftnav.choose span.title {
  background-color: #494949;
  color: #fff;
}
section#ntx_area.dashboard #ntx_leftnav.choose li.selected a,
#footercontainer.dashboard #ntx_leftnav.choose li.selected a {
  background-color: #959595;
}
section#ntx_area.dashboard .fileitem:hover,
#footercontainer.dashboard .fileitem:hover {
  border: solid 4px #494949;
}
section#ntx_area.dashboard .fileitem:hover .filename,
#footercontainer.dashboard .fileitem:hover .filename {
  background-color: #494949;
}
section#ntx_area.dashboard .fileitem.selected,
#footercontainer.dashboard .fileitem.selected {
  border: solid 4px #494949;
  background-color: #626262;
}
section#ntx_area.dashboard .fileitem.selected .filename,
#footercontainer.dashboard .fileitem.selected .filename {
  background-color: #565656;
}
section#ntx_area.dashboard .fileitem.selected .image,
#footercontainer.dashboard .fileitem.selected .image {
  opacity: 0.5;
}
section#ntx_area.contacts #ntx_top_nav_button a,
#footercontainer.contacts #ntx_top_nav_button a,
section#ntx_area.contacts #ntx_top_nav_button a:hover,
#footercontainer.contacts #ntx_top_nav_button a:hover,
section#ntx_area.contacts #ntx_top_nav_button a:active,
#footercontainer.contacts #ntx_top_nav_button a:active {
  color: #85519e;
}
section#ntx_area.contacts #ntx_page a,
#footercontainer.contacts #ntx_page a,
section#ntx_area.contacts #ntx_page a:hover,
#footercontainer.contacts #ntx_page a:hover,
section#ntx_area.contacts #ntx_page a:active,
#footercontainer.contacts #ntx_page a:active {
  color: #85519e;
}
section#ntx_area.contacts #ntx_page .ntx_page_minidata > .section,
#footercontainer.contacts #ntx_page .ntx_page_minidata > .section {
  border-bottom: solid 1px #a97fbd !important;
}
section#ntx_area.contacts #ntx_page .ntx_page_full > .section,
#footercontainer.contacts #ntx_page .ntx_page_full > .section {
  border-bottom: solid 1px #a97fbd !important;
}
section#ntx_area.contacts #ntx_page .ntx_form_container > .section,
#footercontainer.contacts #ntx_page .ntx_form_container > .section {
  border-bottom: solid 1px #a97fbd !important;
}
section#ntx_area.contacts .ntx_formalize .ntx_form_container > .section,
#footercontainer.contacts .ntx_formalize .ntx_form_container > .section {
  border-bottom: solid 1px #a97fbd !important;
}
section#ntx_area.contacts #ntx_page_tabs,
#footercontainer.contacts #ntx_page_tabs,
section#ntx_area.contacts #ntx_page_subtabs,
#footercontainer.contacts #ntx_page_subtabs,
section#ntx_area.contacts .ntx_tabswrapper,
#footercontainer.contacts .ntx_tabswrapper {
  border-bottom: solid 1px #a97fbd !important;
}
section#ntx_area.contacts #ntx_page_tabs > ul li.selected a,
#footercontainer.contacts #ntx_page_tabs > ul li.selected a,
section#ntx_area.contacts #ntx_page_subtabs > ul li.selected a,
#footercontainer.contacts #ntx_page_subtabs > ul li.selected a,
section#ntx_area.contacts .ntx_tabswrapper > ul li.selected a,
#footercontainer.contacts .ntx_tabswrapper > ul li.selected a {
  background-color: #a97fbd;
  color: white !important;
  border-color: #a97fbd !important;
}
section#ntx_area.contacts #ntx_page_tabs > ul li a,
#footercontainer.contacts #ntx_page_tabs > ul li a,
section#ntx_area.contacts #ntx_page_subtabs > ul li a,
#footercontainer.contacts #ntx_page_subtabs > ul li a,
section#ntx_area.contacts .ntx_tabswrapper > ul li a,
#footercontainer.contacts .ntx_tabswrapper > ul li a {
  color: #a97fbd;
  text-decoration: none !important;
}
section#ntx_area.contacts #ntx_page_switches,
#footercontainer.contacts #ntx_page_switches {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  padding: 10px;
}
section#ntx_area.contacts #ntx_page_switches .ntx_switchlnk,
#footercontainer.contacts #ntx_page_switches .ntx_switchlnk {
  margin: 0 5px;
  text-decoration: underline;
}
section#ntx_area.contacts #ntx_page_switches .ntx_switchlnk.selected,
#footercontainer.contacts #ntx_page_switches .ntx_switchlnk.selected {
  color: #000 !important;
  text-decoration: none;
}
section#ntx_area.contacts form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label,
#footercontainer.contacts form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label {
  background: #a97fbd;
  border-color: #a97fbd;
}
section#ntx_area.contacts table.tblResults > thead.sticky,
#footercontainer.contacts table.tblResults > thead.sticky {
  z-index: 9999;
  position: fixed;
  top: 50px;
  /*max-width: 1200px;
                width: 100%;*/

}
@media only screen and (min-width: 950px) {
  section#ntx_area.contacts table.tblResults > thead.sticky,
  #footercontainer.contacts table.tblResults > thead.sticky {
    top: 70px !important;
  }
}
section#ntx_area.contacts table.tblResults > thead.sticky > tr,
#footercontainer.contacts table.tblResults > thead.sticky > tr {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
section#ntx_area.contacts table.tblResults > thead.sticky > tr.hellomoto,
#footercontainer.contacts table.tblResults > thead.sticky > tr.hellomoto {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section#ntx_area.contacts table.tblResults > thead.sticky > tr td,
#footercontainer.contacts table.tblResults > thead.sticky > tr td {
  display: block;
  width: 100%;
}
section#ntx_area.contacts table.tblResults > thead.stickyholder tr,
#footercontainer.contacts table.tblResults > thead.stickyholder tr {
  background-color: #F5F5F5;
}
section#ntx_area.contacts table.tblResults > thead.stickyholder tr th,
#footercontainer.contacts table.tblResults > thead.stickyholder tr th {
  position: sticky;
  top: 0;
  background-color: #F5F5F5;
}
section#ntx_area.contacts table.tblResults tfoot td.subtotal_border,
#footercontainer.contacts table.tblResults tfoot td.subtotal_border {
  border-top: solid 2px #a97fbd !important;
}
section#ntx_area.contacts #ntx_leftnav,
#footercontainer.contacts #ntx_leftnav {
  background-color: #9475a3;
  border-bottom: solid 1px #a97fbd !important;
}
section#ntx_area.contacts #ntx_leftnav > ul li.selected a,
#footercontainer.contacts #ntx_leftnav > ul li.selected a {
  background-color: #a97fbd;
  color: white;
  border-color: #a97fbd;
}
section#ntx_area.contacts #ntx_leftnav.choose span.title,
#footercontainer.contacts #ntx_leftnav.choose span.title {
  background-color: #a97fbd;
  color: #fff;
}
section#ntx_area.contacts #ntx_leftnav.choose li.selected a,
#footercontainer.contacts #ntx_leftnav.choose li.selected a {
  background-color: #ede4f1;
}
section#ntx_area.contacts .fileitem:hover,
#footercontainer.contacts .fileitem:hover {
  border: solid 4px #a97fbd;
}
section#ntx_area.contacts .fileitem:hover .filename,
#footercontainer.contacts .fileitem:hover .filename {
  background-color: #a97fbd;
}
section#ntx_area.contacts .fileitem.selected,
#footercontainer.contacts .fileitem.selected {
  border: solid 4px #a97fbd;
  background-color: #c0a1ce;
}
section#ntx_area.contacts .fileitem.selected .filename,
#footercontainer.contacts .fileitem.selected .filename {
  background-color: #b490c6;
}
section#ntx_area.contacts .fileitem.selected .image,
#footercontainer.contacts .fileitem.selected .image {
  opacity: 0.5;
}
section#ntx_area.sitefront #ntx_top_nav_button a,
#footercontainer.sitefront #ntx_top_nav_button a,
section#ntx_area.sitefront #ntx_top_nav_button a:hover,
#footercontainer.sitefront #ntx_top_nav_button a:hover,
section#ntx_area.sitefront #ntx_top_nav_button a:active,
#footercontainer.sitefront #ntx_top_nav_button a:active {
  color: #338f98;
}
section#ntx_area.sitefront #ntx_page a,
#footercontainer.sitefront #ntx_page a,
section#ntx_area.sitefront #ntx_page a:hover,
#footercontainer.sitefront #ntx_page a:hover,
section#ntx_area.sitefront #ntx_page a:active,
#footercontainer.sitefront #ntx_page a:active {
  color: #338f98;
}
section#ntx_area.sitefront #ntx_page .ntx_page_minidata > .section,
#footercontainer.sitefront #ntx_page .ntx_page_minidata > .section {
  border-bottom: solid 1px #52bbc5 !important;
}
section#ntx_area.sitefront #ntx_page .ntx_page_full > .section,
#footercontainer.sitefront #ntx_page .ntx_page_full > .section {
  border-bottom: solid 1px #52bbc5 !important;
}
section#ntx_area.sitefront #ntx_page .ntx_form_container > .section,
#footercontainer.sitefront #ntx_page .ntx_form_container > .section {
  border-bottom: solid 1px #52bbc5 !important;
}
section#ntx_area.sitefront .ntx_formalize .ntx_form_container > .section,
#footercontainer.sitefront .ntx_formalize .ntx_form_container > .section {
  border-bottom: solid 1px #52bbc5 !important;
}
section#ntx_area.sitefront #ntx_page_tabs,
#footercontainer.sitefront #ntx_page_tabs,
section#ntx_area.sitefront #ntx_page_subtabs,
#footercontainer.sitefront #ntx_page_subtabs,
section#ntx_area.sitefront .ntx_tabswrapper,
#footercontainer.sitefront .ntx_tabswrapper {
  border-bottom: solid 1px #52bbc5 !important;
}
section#ntx_area.sitefront #ntx_page_tabs > ul li.selected a,
#footercontainer.sitefront #ntx_page_tabs > ul li.selected a,
section#ntx_area.sitefront #ntx_page_subtabs > ul li.selected a,
#footercontainer.sitefront #ntx_page_subtabs > ul li.selected a,
section#ntx_area.sitefront .ntx_tabswrapper > ul li.selected a,
#footercontainer.sitefront .ntx_tabswrapper > ul li.selected a {
  background-color: #52bbc5;
  color: white !important;
  border-color: #52bbc5 !important;
}
section#ntx_area.sitefront #ntx_page_tabs > ul li a,
#footercontainer.sitefront #ntx_page_tabs > ul li a,
section#ntx_area.sitefront #ntx_page_subtabs > ul li a,
#footercontainer.sitefront #ntx_page_subtabs > ul li a,
section#ntx_area.sitefront .ntx_tabswrapper > ul li a,
#footercontainer.sitefront .ntx_tabswrapper > ul li a {
  color: #52bbc5;
  text-decoration: none !important;
}
section#ntx_area.sitefront #ntx_page_switches,
#footercontainer.sitefront #ntx_page_switches {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  padding: 10px;
}
section#ntx_area.sitefront #ntx_page_switches .ntx_switchlnk,
#footercontainer.sitefront #ntx_page_switches .ntx_switchlnk {
  margin: 0 5px;
  text-decoration: underline;
}
section#ntx_area.sitefront #ntx_page_switches .ntx_switchlnk.selected,
#footercontainer.sitefront #ntx_page_switches .ntx_switchlnk.selected {
  color: #000 !important;
  text-decoration: none;
}
section#ntx_area.sitefront form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label,
#footercontainer.sitefront form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label {
  background: #52bbc5;
  border-color: #52bbc5;
}
section#ntx_area.sitefront table.tblResults > thead.sticky,
#footercontainer.sitefront table.tblResults > thead.sticky {
  z-index: 9999;
  position: fixed;
  top: 50px;
  /*max-width: 1200px;
                width: 100%;*/

}
@media only screen and (min-width: 950px) {
  section#ntx_area.sitefront table.tblResults > thead.sticky,
  #footercontainer.sitefront table.tblResults > thead.sticky {
    top: 70px !important;
  }
}
section#ntx_area.sitefront table.tblResults > thead.sticky > tr,
#footercontainer.sitefront table.tblResults > thead.sticky > tr {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
section#ntx_area.sitefront table.tblResults > thead.sticky > tr.hellomoto,
#footercontainer.sitefront table.tblResults > thead.sticky > tr.hellomoto {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section#ntx_area.sitefront table.tblResults > thead.sticky > tr td,
#footercontainer.sitefront table.tblResults > thead.sticky > tr td {
  display: block;
  width: 100%;
}
section#ntx_area.sitefront table.tblResults > thead.stickyholder tr,
#footercontainer.sitefront table.tblResults > thead.stickyholder tr {
  background-color: #F5F5F5;
}
section#ntx_area.sitefront table.tblResults > thead.stickyholder tr th,
#footercontainer.sitefront table.tblResults > thead.stickyholder tr th {
  position: sticky;
  top: 0;
  background-color: #F5F5F5;
}
section#ntx_area.sitefront table.tblResults tfoot td.subtotal_border,
#footercontainer.sitefront table.tblResults tfoot td.subtotal_border {
  border-top: solid 2px #52bbc5 !important;
}
section#ntx_area.sitefront #ntx_leftnav,
#footercontainer.sitefront #ntx_leftnav {
  background-color: #759fa3;
  border-bottom: solid 1px #52bbc5 !important;
}
section#ntx_area.sitefront #ntx_leftnav > ul li.selected a,
#footercontainer.sitefront #ntx_leftnav > ul li.selected a {
  background-color: #52bbc5;
  color: white;
  border-color: #52bbc5;
}
section#ntx_area.sitefront #ntx_leftnav.choose span.title,
#footercontainer.sitefront #ntx_leftnav.choose span.title {
  background-color: #52bbc5;
  color: #fff;
}
section#ntx_area.sitefront #ntx_leftnav.choose li.selected a,
#footercontainer.sitefront #ntx_leftnav.choose li.selected a {
  background-color: #c5e8eb;
}
section#ntx_area.sitefront .fileitem:hover,
#footercontainer.sitefront .fileitem:hover {
  border: solid 4px #52bbc5;
}
section#ntx_area.sitefront .fileitem:hover .filename,
#footercontainer.sitefront .fileitem:hover .filename {
  background-color: #52bbc5;
}
section#ntx_area.sitefront .fileitem.selected,
#footercontainer.sitefront .fileitem.selected {
  border: solid 4px #52bbc5;
  background-color: #78cad2;
}
section#ntx_area.sitefront .fileitem.selected .filename,
#footercontainer.sitefront .fileitem.selected .filename {
  background-color: #65c3cb;
}
section#ntx_area.sitefront .fileitem.selected .image,
#footercontainer.sitefront .fileitem.selected .image {
  opacity: 0.5;
}
section#ntx_area.storefront #ntx_top_nav_button a,
#footercontainer.storefront #ntx_top_nav_button a,
section#ntx_area.storefront #ntx_top_nav_button a:hover,
#footercontainer.storefront #ntx_top_nav_button a:hover,
section#ntx_area.storefront #ntx_top_nav_button a:active,
#footercontainer.storefront #ntx_top_nav_button a:active {
  color: #da5d15;
}
section#ntx_area.storefront #ntx_page a,
#footercontainer.storefront #ntx_page a,
section#ntx_area.storefront #ntx_page a:hover,
#footercontainer.storefront #ntx_page a:hover,
section#ntx_area.storefront #ntx_page a:active,
#footercontainer.storefront #ntx_page a:active {
  color: #da5d15;
}
section#ntx_area.storefront #ntx_page .ntx_page_minidata > .section,
#footercontainer.storefront #ntx_page .ntx_page_minidata > .section {
  border-bottom: solid 1px #ee884d !important;
}
section#ntx_area.storefront #ntx_page .ntx_page_full > .section,
#footercontainer.storefront #ntx_page .ntx_page_full > .section {
  border-bottom: solid 1px #ee884d !important;
}
section#ntx_area.storefront #ntx_page .ntx_form_container > .section,
#footercontainer.storefront #ntx_page .ntx_form_container > .section {
  border-bottom: solid 1px #ee884d !important;
}
section#ntx_area.storefront .ntx_formalize .ntx_form_container > .section,
#footercontainer.storefront .ntx_formalize .ntx_form_container > .section {
  border-bottom: solid 1px #ee884d !important;
}
section#ntx_area.storefront #ntx_page_tabs,
#footercontainer.storefront #ntx_page_tabs,
section#ntx_area.storefront #ntx_page_subtabs,
#footercontainer.storefront #ntx_page_subtabs,
section#ntx_area.storefront .ntx_tabswrapper,
#footercontainer.storefront .ntx_tabswrapper {
  border-bottom: solid 1px #ee884d !important;
}
section#ntx_area.storefront #ntx_page_tabs > ul li.selected a,
#footercontainer.storefront #ntx_page_tabs > ul li.selected a,
section#ntx_area.storefront #ntx_page_subtabs > ul li.selected a,
#footercontainer.storefront #ntx_page_subtabs > ul li.selected a,
section#ntx_area.storefront .ntx_tabswrapper > ul li.selected a,
#footercontainer.storefront .ntx_tabswrapper > ul li.selected a {
  background-color: #ee884d;
  color: white !important;
  border-color: #ee884d !important;
}
section#ntx_area.storefront #ntx_page_tabs > ul li a,
#footercontainer.storefront #ntx_page_tabs > ul li a,
section#ntx_area.storefront #ntx_page_subtabs > ul li a,
#footercontainer.storefront #ntx_page_subtabs > ul li a,
section#ntx_area.storefront .ntx_tabswrapper > ul li a,
#footercontainer.storefront .ntx_tabswrapper > ul li a {
  color: #ee884d;
  text-decoration: none !important;
}
section#ntx_area.storefront #ntx_page_switches,
#footercontainer.storefront #ntx_page_switches {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  padding: 10px;
}
section#ntx_area.storefront #ntx_page_switches .ntx_switchlnk,
#footercontainer.storefront #ntx_page_switches .ntx_switchlnk {
  margin: 0 5px;
  text-decoration: underline;
}
section#ntx_area.storefront #ntx_page_switches .ntx_switchlnk.selected,
#footercontainer.storefront #ntx_page_switches .ntx_switchlnk.selected {
  color: #000 !important;
  text-decoration: none;
}
section#ntx_area.storefront form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label,
#footercontainer.storefront form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label {
  background: #ee884d;
  border-color: #ee884d;
}
section#ntx_area.storefront table.tblResults > thead.sticky,
#footercontainer.storefront table.tblResults > thead.sticky {
  z-index: 9999;
  position: fixed;
  top: 50px;
  /*max-width: 1200px;
                width: 100%;*/

}
@media only screen and (min-width: 950px) {
  section#ntx_area.storefront table.tblResults > thead.sticky,
  #footercontainer.storefront table.tblResults > thead.sticky {
    top: 70px !important;
  }
}
section#ntx_area.storefront table.tblResults > thead.sticky > tr,
#footercontainer.storefront table.tblResults > thead.sticky > tr {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
section#ntx_area.storefront table.tblResults > thead.sticky > tr.hellomoto,
#footercontainer.storefront table.tblResults > thead.sticky > tr.hellomoto {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section#ntx_area.storefront table.tblResults > thead.sticky > tr td,
#footercontainer.storefront table.tblResults > thead.sticky > tr td {
  display: block;
  width: 100%;
}
section#ntx_area.storefront table.tblResults > thead.stickyholder tr,
#footercontainer.storefront table.tblResults > thead.stickyholder tr {
  background-color: #F5F5F5;
}
section#ntx_area.storefront table.tblResults > thead.stickyholder tr th,
#footercontainer.storefront table.tblResults > thead.stickyholder tr th {
  position: sticky;
  top: 0;
  background-color: #F5F5F5;
}
section#ntx_area.storefront table.tblResults tfoot td.subtotal_border,
#footercontainer.storefront table.tblResults tfoot td.subtotal_border {
  border-top: solid 2px #ee884d !important;
}
section#ntx_area.storefront #ntx_leftnav,
#footercontainer.storefront #ntx_leftnav {
  background-color: #a38675;
  border-bottom: solid 1px #ee884d !important;
}
section#ntx_area.storefront #ntx_leftnav > ul li.selected a,
#footercontainer.storefront #ntx_leftnav > ul li.selected a {
  background-color: #ee884d;
  color: white;
  border-color: #ee884d;
}
section#ntx_area.storefront #ntx_leftnav.choose span.title,
#footercontainer.storefront #ntx_leftnav.choose span.title {
  background-color: #ee884d;
  color: #fff;
}
section#ntx_area.storefront #ntx_leftnav.choose li.selected a,
#footercontainer.storefront #ntx_leftnav.choose li.selected a {
  background-color: #fbe5d9;
}
section#ntx_area.storefront .fileitem:hover,
#footercontainer.storefront .fileitem:hover {
  border: solid 4px #ee884d;
}
section#ntx_area.storefront .fileitem:hover .filename,
#footercontainer.storefront .fileitem:hover .filename {
  background-color: #ee884d;
}
section#ntx_area.storefront .fileitem.selected,
#footercontainer.storefront .fileitem.selected {
  border: solid 4px #ee884d;
  background-color: #f2a77c;
}
section#ntx_area.storefront .fileitem.selected .filename,
#footercontainer.storefront .fileitem.selected .filename {
  background-color: #f09864;
}
section#ntx_area.storefront .fileitem.selected .image,
#footercontainer.storefront .fileitem.selected .image {
  opacity: 0.5;
}
section#ntx_area.accounting #ntx_top_nav_button a,
#footercontainer.accounting #ntx_top_nav_button a,
section#ntx_area.accounting #ntx_top_nav_button a:hover,
#footercontainer.accounting #ntx_top_nav_button a:hover,
section#ntx_area.accounting #ntx_top_nav_button a:active,
#footercontainer.accounting #ntx_top_nav_button a:active {
  color: #407a37;
}
section#ntx_area.accounting #ntx_page a,
#footercontainer.accounting #ntx_page a,
section#ntx_area.accounting #ntx_page a:hover,
#footercontainer.accounting #ntx_page a:hover,
section#ntx_area.accounting #ntx_page a:active,
#footercontainer.accounting #ntx_page a:active {
  color: #407a37;
}
section#ntx_area.accounting #ntx_page .ntx_page_minidata > .section,
#footercontainer.accounting #ntx_page .ntx_page_minidata > .section {
  border-bottom: solid 1px #5baf4f !important;
}
section#ntx_area.accounting #ntx_page .ntx_page_full > .section,
#footercontainer.accounting #ntx_page .ntx_page_full > .section {
  border-bottom: solid 1px #5baf4f !important;
}
section#ntx_area.accounting #ntx_page .ntx_form_container > .section,
#footercontainer.accounting #ntx_page .ntx_form_container > .section {
  border-bottom: solid 1px #5baf4f !important;
}
section#ntx_area.accounting .ntx_formalize .ntx_form_container > .section,
#footercontainer.accounting .ntx_formalize .ntx_form_container > .section {
  border-bottom: solid 1px #5baf4f !important;
}
section#ntx_area.accounting #ntx_page_tabs,
#footercontainer.accounting #ntx_page_tabs,
section#ntx_area.accounting #ntx_page_subtabs,
#footercontainer.accounting #ntx_page_subtabs,
section#ntx_area.accounting .ntx_tabswrapper,
#footercontainer.accounting .ntx_tabswrapper {
  border-bottom: solid 1px #5baf4f !important;
}
section#ntx_area.accounting #ntx_page_tabs > ul li.selected a,
#footercontainer.accounting #ntx_page_tabs > ul li.selected a,
section#ntx_area.accounting #ntx_page_subtabs > ul li.selected a,
#footercontainer.accounting #ntx_page_subtabs > ul li.selected a,
section#ntx_area.accounting .ntx_tabswrapper > ul li.selected a,
#footercontainer.accounting .ntx_tabswrapper > ul li.selected a {
  background-color: #5baf4f;
  color: white !important;
  border-color: #5baf4f !important;
}
section#ntx_area.accounting #ntx_page_tabs > ul li a,
#footercontainer.accounting #ntx_page_tabs > ul li a,
section#ntx_area.accounting #ntx_page_subtabs > ul li a,
#footercontainer.accounting #ntx_page_subtabs > ul li a,
section#ntx_area.accounting .ntx_tabswrapper > ul li a,
#footercontainer.accounting .ntx_tabswrapper > ul li a {
  color: #5baf4f;
  text-decoration: none !important;
}
section#ntx_area.accounting #ntx_page_switches,
#footercontainer.accounting #ntx_page_switches {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  padding: 10px;
}
section#ntx_area.accounting #ntx_page_switches .ntx_switchlnk,
#footercontainer.accounting #ntx_page_switches .ntx_switchlnk {
  margin: 0 5px;
  text-decoration: underline;
}
section#ntx_area.accounting #ntx_page_switches .ntx_switchlnk.selected,
#footercontainer.accounting #ntx_page_switches .ntx_switchlnk.selected {
  color: #000 !important;
  text-decoration: none;
}
section#ntx_area.accounting form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label,
#footercontainer.accounting form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label {
  background: #5baf4f;
  border-color: #5baf4f;
}
section#ntx_area.accounting table.tblResults > thead.sticky,
#footercontainer.accounting table.tblResults > thead.sticky {
  z-index: 9999;
  position: fixed;
  top: 50px;
  /*max-width: 1200px;
                width: 100%;*/

}
@media only screen and (min-width: 950px) {
  section#ntx_area.accounting table.tblResults > thead.sticky,
  #footercontainer.accounting table.tblResults > thead.sticky {
    top: 70px !important;
  }
}
section#ntx_area.accounting table.tblResults > thead.sticky > tr,
#footercontainer.accounting table.tblResults > thead.sticky > tr {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
section#ntx_area.accounting table.tblResults > thead.sticky > tr.hellomoto,
#footercontainer.accounting table.tblResults > thead.sticky > tr.hellomoto {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section#ntx_area.accounting table.tblResults > thead.sticky > tr td,
#footercontainer.accounting table.tblResults > thead.sticky > tr td {
  display: block;
  width: 100%;
}
section#ntx_area.accounting table.tblResults > thead.stickyholder tr,
#footercontainer.accounting table.tblResults > thead.stickyholder tr {
  background-color: #F5F5F5;
}
section#ntx_area.accounting table.tblResults > thead.stickyholder tr th,
#footercontainer.accounting table.tblResults > thead.stickyholder tr th {
  position: sticky;
  top: 0;
  background-color: #F5F5F5;
}
section#ntx_area.accounting table.tblResults tfoot td.subtotal_border,
#footercontainer.accounting table.tblResults tfoot td.subtotal_border {
  border-top: solid 2px #5baf4f !important;
}
section#ntx_area.accounting #ntx_leftnav,
#footercontainer.accounting #ntx_leftnav {
  background-color: #7ba375;
  border-bottom: solid 1px #5baf4f !important;
}
section#ntx_area.accounting #ntx_leftnav > ul li.selected a,
#footercontainer.accounting #ntx_leftnav > ul li.selected a {
  background-color: #5baf4f;
  color: white;
  border-color: #5baf4f;
}
section#ntx_area.accounting #ntx_leftnav.choose span.title,
#footercontainer.accounting #ntx_leftnav.choose span.title {
  background-color: #5baf4f;
  color: #fff;
}
section#ntx_area.accounting #ntx_leftnav.choose li.selected a,
#footercontainer.accounting #ntx_leftnav.choose li.selected a {
  background-color: #bddfb8;
}
section#ntx_area.accounting .fileitem:hover,
#footercontainer.accounting .fileitem:hover {
  border: solid 4px #5baf4f;
}
section#ntx_area.accounting .fileitem:hover .filename,
#footercontainer.accounting .fileitem:hover .filename {
  background-color: #5baf4f;
}
section#ntx_area.accounting .fileitem.selected,
#footercontainer.accounting .fileitem.selected {
  border: solid 4px #5baf4f;
  background-color: #7bbf72;
}
section#ntx_area.accounting .fileitem.selected .filename,
#footercontainer.accounting .fileitem.selected .filename {
  background-color: #6bb760;
}
section#ntx_area.accounting .fileitem.selected .image,
#footercontainer.accounting .fileitem.selected .image {
  opacity: 0.5;
}
section#ntx_area.backoffice #ntx_top_nav_button a,
#footercontainer.backoffice #ntx_top_nav_button a,
section#ntx_area.backoffice #ntx_top_nav_button a:hover,
#footercontainer.backoffice #ntx_top_nav_button a:hover,
section#ntx_area.backoffice #ntx_top_nav_button a:active,
#footercontainer.backoffice #ntx_top_nav_button a:active {
  color: #d68c07;
}
section#ntx_area.backoffice #ntx_page a,
#footercontainer.backoffice #ntx_page a,
section#ntx_area.backoffice #ntx_page a:hover,
#footercontainer.backoffice #ntx_page a:hover,
section#ntx_area.backoffice #ntx_page a:active,
#footercontainer.backoffice #ntx_page a:active {
  color: #d68c07;
}
section#ntx_area.backoffice #ntx_page .ntx_page_minidata > .section,
#footercontainer.backoffice #ntx_page .ntx_page_minidata > .section {
  border-bottom: solid 1px #f8b132 !important;
}
section#ntx_area.backoffice #ntx_page .ntx_page_full > .section,
#footercontainer.backoffice #ntx_page .ntx_page_full > .section {
  border-bottom: solid 1px #f8b132 !important;
}
section#ntx_area.backoffice #ntx_page .ntx_form_container > .section,
#footercontainer.backoffice #ntx_page .ntx_form_container > .section {
  border-bottom: solid 1px #f8b132 !important;
}
section#ntx_area.backoffice .ntx_formalize .ntx_form_container > .section,
#footercontainer.backoffice .ntx_formalize .ntx_form_container > .section {
  border-bottom: solid 1px #f8b132 !important;
}
section#ntx_area.backoffice #ntx_page_tabs,
#footercontainer.backoffice #ntx_page_tabs,
section#ntx_area.backoffice #ntx_page_subtabs,
#footercontainer.backoffice #ntx_page_subtabs,
section#ntx_area.backoffice .ntx_tabswrapper,
#footercontainer.backoffice .ntx_tabswrapper {
  border-bottom: solid 1px #f8b132 !important;
}
section#ntx_area.backoffice #ntx_page_tabs > ul li.selected a,
#footercontainer.backoffice #ntx_page_tabs > ul li.selected a,
section#ntx_area.backoffice #ntx_page_subtabs > ul li.selected a,
#footercontainer.backoffice #ntx_page_subtabs > ul li.selected a,
section#ntx_area.backoffice .ntx_tabswrapper > ul li.selected a,
#footercontainer.backoffice .ntx_tabswrapper > ul li.selected a {
  background-color: #f8b132;
  color: white !important;
  border-color: #f8b132 !important;
}
section#ntx_area.backoffice #ntx_page_tabs > ul li a,
#footercontainer.backoffice #ntx_page_tabs > ul li a,
section#ntx_area.backoffice #ntx_page_subtabs > ul li a,
#footercontainer.backoffice #ntx_page_subtabs > ul li a,
section#ntx_area.backoffice .ntx_tabswrapper > ul li a,
#footercontainer.backoffice .ntx_tabswrapper > ul li a {
  color: #f8b132;
  text-decoration: none !important;
}
section#ntx_area.backoffice #ntx_page_switches,
#footercontainer.backoffice #ntx_page_switches {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  padding: 10px;
}
section#ntx_area.backoffice #ntx_page_switches .ntx_switchlnk,
#footercontainer.backoffice #ntx_page_switches .ntx_switchlnk {
  margin: 0 5px;
  text-decoration: underline;
}
section#ntx_area.backoffice #ntx_page_switches .ntx_switchlnk.selected,
#footercontainer.backoffice #ntx_page_switches .ntx_switchlnk.selected {
  color: #000 !important;
  text-decoration: none;
}
section#ntx_area.backoffice form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label,
#footercontainer.backoffice form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label {
  background: #f8b132;
  border-color: #f8b132;
}
section#ntx_area.backoffice table.tblResults > thead.sticky,
#footercontainer.backoffice table.tblResults > thead.sticky {
  z-index: 9999;
  position: fixed;
  top: 50px;
  /*max-width: 1200px;
                width: 100%;*/

}
@media only screen and (min-width: 950px) {
  section#ntx_area.backoffice table.tblResults > thead.sticky,
  #footercontainer.backoffice table.tblResults > thead.sticky {
    top: 70px !important;
  }
}
section#ntx_area.backoffice table.tblResults > thead.sticky > tr,
#footercontainer.backoffice table.tblResults > thead.sticky > tr {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
section#ntx_area.backoffice table.tblResults > thead.sticky > tr.hellomoto,
#footercontainer.backoffice table.tblResults > thead.sticky > tr.hellomoto {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section#ntx_area.backoffice table.tblResults > thead.sticky > tr td,
#footercontainer.backoffice table.tblResults > thead.sticky > tr td {
  display: block;
  width: 100%;
}
section#ntx_area.backoffice table.tblResults > thead.stickyholder tr,
#footercontainer.backoffice table.tblResults > thead.stickyholder tr {
  background-color: #F5F5F5;
}
section#ntx_area.backoffice table.tblResults > thead.stickyholder tr th,
#footercontainer.backoffice table.tblResults > thead.stickyholder tr th {
  position: sticky;
  top: 0;
  background-color: #F5F5F5;
}
section#ntx_area.backoffice table.tblResults tfoot td.subtotal_border,
#footercontainer.backoffice table.tblResults tfoot td.subtotal_border {
  border-top: solid 2px #f8b132 !important;
}
section#ntx_area.backoffice #ntx_leftnav,
#footercontainer.backoffice #ntx_leftnav {
  background-color: #a39375;
  border-bottom: solid 1px #f8b132 !important;
}
section#ntx_area.backoffice #ntx_leftnav > ul li.selected a,
#footercontainer.backoffice #ntx_leftnav > ul li.selected a {
  background-color: #f8b132;
  color: white;
  border-color: #f8b132;
}
section#ntx_area.backoffice #ntx_leftnav.choose span.title,
#footercontainer.backoffice #ntx_leftnav.choose span.title {
  background-color: #f8b132;
  color: #fff;
}
section#ntx_area.backoffice #ntx_leftnav.choose li.selected a,
#footercontainer.backoffice #ntx_leftnav.choose li.selected a {
  background-color: #fde9c6;
}
section#ntx_area.backoffice .fileitem:hover,
#footercontainer.backoffice .fileitem:hover {
  border: solid 4px #f8b132;
}
section#ntx_area.backoffice .fileitem:hover .filename,
#footercontainer.backoffice .fileitem:hover .filename {
  background-color: #f8b132;
}
section#ntx_area.backoffice .fileitem.selected,
#footercontainer.backoffice .fileitem.selected {
  border: solid 4px #f8b132;
  background-color: #fac463;
}
section#ntx_area.backoffice .fileitem.selected .filename,
#footercontainer.backoffice .fileitem.selected .filename {
  background-color: #f9ba4b;
}
section#ntx_area.backoffice .fileitem.selected .image,
#footercontainer.backoffice .fileitem.selected .image {
  opacity: 0.5;
}
section#ntx_area.app #ntx_top_nav_button a,
#footercontainer.app #ntx_top_nav_button a,
section#ntx_area.app #ntx_top_nav_button a:hover,
#footercontainer.app #ntx_top_nav_button a:hover,
section#ntx_area.app #ntx_top_nav_button a:active,
#footercontainer.app #ntx_top_nav_button a:active {
  color: #2b616d;
}
section#ntx_area.app #ntx_page a,
#footercontainer.app #ntx_page a,
section#ntx_area.app #ntx_page a:hover,
#footercontainer.app #ntx_page a:hover,
section#ntx_area.app #ntx_page a:active,
#footercontainer.app #ntx_page a:active {
  color: #2b616d;
}
section#ntx_area.app #ntx_page .ntx_page_minidata > .section,
#footercontainer.app #ntx_page .ntx_page_minidata > .section {
  border-bottom: solid 1px #4191A4 !important;
}
section#ntx_area.app #ntx_page .ntx_page_full > .section,
#footercontainer.app #ntx_page .ntx_page_full > .section {
  border-bottom: solid 1px #4191A4 !important;
}
section#ntx_area.app #ntx_page .ntx_form_container > .section,
#footercontainer.app #ntx_page .ntx_form_container > .section {
  border-bottom: solid 1px #4191A4 !important;
}
section#ntx_area.app .ntx_formalize .ntx_form_container > .section,
#footercontainer.app .ntx_formalize .ntx_form_container > .section {
  border-bottom: solid 1px #4191A4 !important;
}
section#ntx_area.app #ntx_page_tabs,
#footercontainer.app #ntx_page_tabs,
section#ntx_area.app #ntx_page_subtabs,
#footercontainer.app #ntx_page_subtabs,
section#ntx_area.app .ntx_tabswrapper,
#footercontainer.app .ntx_tabswrapper {
  border-bottom: solid 1px #4191A4 !important;
}
section#ntx_area.app #ntx_page_tabs > ul li.selected a,
#footercontainer.app #ntx_page_tabs > ul li.selected a,
section#ntx_area.app #ntx_page_subtabs > ul li.selected a,
#footercontainer.app #ntx_page_subtabs > ul li.selected a,
section#ntx_area.app .ntx_tabswrapper > ul li.selected a,
#footercontainer.app .ntx_tabswrapper > ul li.selected a {
  background-color: #4191A4;
  color: white !important;
  border-color: #4191A4 !important;
}
section#ntx_area.app #ntx_page_tabs > ul li a,
#footercontainer.app #ntx_page_tabs > ul li a,
section#ntx_area.app #ntx_page_subtabs > ul li a,
#footercontainer.app #ntx_page_subtabs > ul li a,
section#ntx_area.app .ntx_tabswrapper > ul li a,
#footercontainer.app .ntx_tabswrapper > ul li a {
  color: #4191A4;
  text-decoration: none !important;
}
section#ntx_area.app #ntx_page_switches,
#footercontainer.app #ntx_page_switches {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  padding: 10px;
}
section#ntx_area.app #ntx_page_switches .ntx_switchlnk,
#footercontainer.app #ntx_page_switches .ntx_switchlnk {
  margin: 0 5px;
  text-decoration: underline;
}
section#ntx_area.app #ntx_page_switches .ntx_switchlnk.selected,
#footercontainer.app #ntx_page_switches .ntx_switchlnk.selected {
  color: #000 !important;
  text-decoration: none;
}
section#ntx_area.app form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label,
#footercontainer.app form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label {
  background: #4191A4;
  border-color: #4191A4;
}
section#ntx_area.app table.tblResults > thead.sticky,
#footercontainer.app table.tblResults > thead.sticky {
  z-index: 9999;
  position: fixed;
  top: 50px;
  /*max-width: 1200px;
                width: 100%;*/

}
@media only screen and (min-width: 950px) {
  section#ntx_area.app table.tblResults > thead.sticky,
  #footercontainer.app table.tblResults > thead.sticky {
    top: 70px !important;
  }
}
section#ntx_area.app table.tblResults > thead.sticky > tr,
#footercontainer.app table.tblResults > thead.sticky > tr {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
section#ntx_area.app table.tblResults > thead.sticky > tr.hellomoto,
#footercontainer.app table.tblResults > thead.sticky > tr.hellomoto {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section#ntx_area.app table.tblResults > thead.sticky > tr td,
#footercontainer.app table.tblResults > thead.sticky > tr td {
  display: block;
  width: 100%;
}
section#ntx_area.app table.tblResults > thead.stickyholder tr,
#footercontainer.app table.tblResults > thead.stickyholder tr {
  background-color: #F5F5F5;
}
section#ntx_area.app table.tblResults > thead.stickyholder tr th,
#footercontainer.app table.tblResults > thead.stickyholder tr th {
  position: sticky;
  top: 0;
  background-color: #F5F5F5;
}
section#ntx_area.app table.tblResults tfoot td.subtotal_border,
#footercontainer.app table.tblResults tfoot td.subtotal_border {
  border-top: solid 2px #4191A4 !important;
}
section#ntx_area.app #ntx_leftnav,
#footercontainer.app #ntx_leftnav {
  background-color: #759aa3;
  border-bottom: solid 1px #4191A4 !important;
}
section#ntx_area.app #ntx_leftnav > ul li.selected a,
#footercontainer.app #ntx_leftnav > ul li.selected a {
  background-color: #4191A4;
  color: white;
  border-color: #4191A4;
}
section#ntx_area.app #ntx_leftnav.choose span.title,
#footercontainer.app #ntx_leftnav.choose span.title {
  background-color: #4191A4;
  color: #fff;
}
section#ntx_area.app #ntx_leftnav.choose li.selected a,
#footercontainer.app #ntx_leftnav.choose li.selected a {
  background-color: #a3d0db;
}
section#ntx_area.app .fileitem:hover,
#footercontainer.app .fileitem:hover {
  border: solid 4px #4191A4;
}
section#ntx_area.app .fileitem:hover .filename,
#footercontainer.app .fileitem:hover .filename {
  background-color: #4191A4;
}
section#ntx_area.app .fileitem.selected,
#footercontainer.app .fileitem.selected {
  border: solid 4px #4191A4;
  background-color: #5aabbe;
}
section#ntx_area.app .fileitem.selected .filename,
#footercontainer.app .fileitem.selected .filename {
  background-color: #48a1b6;
}
section#ntx_area.app .fileitem.selected .image,
#footercontainer.app .fileitem.selected .image {
  opacity: 0.5;
}
section#ntx_area.apps #ntx_top_nav_button a,
#footercontainer.apps #ntx_top_nav_button a,
section#ntx_area.apps #ntx_top_nav_button a:hover,
#footercontainer.apps #ntx_top_nav_button a:hover,
section#ntx_area.apps #ntx_top_nav_button a:active,
#footercontainer.apps #ntx_top_nav_button a:active {
  color: #2b616d;
}
section#ntx_area.apps #ntx_page a,
#footercontainer.apps #ntx_page a,
section#ntx_area.apps #ntx_page a:hover,
#footercontainer.apps #ntx_page a:hover,
section#ntx_area.apps #ntx_page a:active,
#footercontainer.apps #ntx_page a:active {
  color: #2b616d;
}
section#ntx_area.apps #ntx_page .ntx_page_minidata > .section,
#footercontainer.apps #ntx_page .ntx_page_minidata > .section {
  border-bottom: solid 1px #4191A4 !important;
}
section#ntx_area.apps #ntx_page .ntx_page_full > .section,
#footercontainer.apps #ntx_page .ntx_page_full > .section {
  border-bottom: solid 1px #4191A4 !important;
}
section#ntx_area.apps #ntx_page .ntx_form_container > .section,
#footercontainer.apps #ntx_page .ntx_form_container > .section {
  border-bottom: solid 1px #4191A4 !important;
}
section#ntx_area.apps .ntx_formalize .ntx_form_container > .section,
#footercontainer.apps .ntx_formalize .ntx_form_container > .section {
  border-bottom: solid 1px #4191A4 !important;
}
section#ntx_area.apps #ntx_page_tabs,
#footercontainer.apps #ntx_page_tabs,
section#ntx_area.apps #ntx_page_subtabs,
#footercontainer.apps #ntx_page_subtabs,
section#ntx_area.apps .ntx_tabswrapper,
#footercontainer.apps .ntx_tabswrapper {
  border-bottom: solid 1px #4191A4 !important;
}
section#ntx_area.apps #ntx_page_tabs > ul li.selected a,
#footercontainer.apps #ntx_page_tabs > ul li.selected a,
section#ntx_area.apps #ntx_page_subtabs > ul li.selected a,
#footercontainer.apps #ntx_page_subtabs > ul li.selected a,
section#ntx_area.apps .ntx_tabswrapper > ul li.selected a,
#footercontainer.apps .ntx_tabswrapper > ul li.selected a {
  background-color: #4191A4;
  color: white !important;
  border-color: #4191A4 !important;
}
section#ntx_area.apps #ntx_page_tabs > ul li a,
#footercontainer.apps #ntx_page_tabs > ul li a,
section#ntx_area.apps #ntx_page_subtabs > ul li a,
#footercontainer.apps #ntx_page_subtabs > ul li a,
section#ntx_area.apps .ntx_tabswrapper > ul li a,
#footercontainer.apps .ntx_tabswrapper > ul li a {
  color: #4191A4;
  text-decoration: none !important;
}
section#ntx_area.apps #ntx_page_switches,
#footercontainer.apps #ntx_page_switches {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  padding: 10px;
}
section#ntx_area.apps #ntx_page_switches .ntx_switchlnk,
#footercontainer.apps #ntx_page_switches .ntx_switchlnk {
  margin: 0 5px;
  text-decoration: underline;
}
section#ntx_area.apps #ntx_page_switches .ntx_switchlnk.selected,
#footercontainer.apps #ntx_page_switches .ntx_switchlnk.selected {
  color: #000 !important;
  text-decoration: none;
}
section#ntx_area.apps form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label,
#footercontainer.apps form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label {
  background: #4191A4;
  border-color: #4191A4;
}
section#ntx_area.apps table.tblResults > thead.sticky,
#footercontainer.apps table.tblResults > thead.sticky {
  z-index: 9999;
  position: fixed;
  top: 50px;
  /*max-width: 1200px;
                width: 100%;*/

}
@media only screen and (min-width: 950px) {
  section#ntx_area.apps table.tblResults > thead.sticky,
  #footercontainer.apps table.tblResults > thead.sticky {
    top: 70px !important;
  }
}
section#ntx_area.apps table.tblResults > thead.sticky > tr,
#footercontainer.apps table.tblResults > thead.sticky > tr {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
section#ntx_area.apps table.tblResults > thead.sticky > tr.hellomoto,
#footercontainer.apps table.tblResults > thead.sticky > tr.hellomoto {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section#ntx_area.apps table.tblResults > thead.sticky > tr td,
#footercontainer.apps table.tblResults > thead.sticky > tr td {
  display: block;
  width: 100%;
}
section#ntx_area.apps table.tblResults > thead.stickyholder tr,
#footercontainer.apps table.tblResults > thead.stickyholder tr {
  background-color: #F5F5F5;
}
section#ntx_area.apps table.tblResults > thead.stickyholder tr th,
#footercontainer.apps table.tblResults > thead.stickyholder tr th {
  position: sticky;
  top: 0;
  background-color: #F5F5F5;
}
section#ntx_area.apps table.tblResults tfoot td.subtotal_border,
#footercontainer.apps table.tblResults tfoot td.subtotal_border {
  border-top: solid 2px #4191A4 !important;
}
section#ntx_area.apps #ntx_leftnav,
#footercontainer.apps #ntx_leftnav {
  background-color: #759aa3;
  border-bottom: solid 1px #4191A4 !important;
}
section#ntx_area.apps #ntx_leftnav > ul li.selected a,
#footercontainer.apps #ntx_leftnav > ul li.selected a {
  background-color: #4191A4;
  color: white;
  border-color: #4191A4;
}
section#ntx_area.apps #ntx_leftnav.choose span.title,
#footercontainer.apps #ntx_leftnav.choose span.title {
  background-color: #4191A4;
  color: #fff;
}
section#ntx_area.apps #ntx_leftnav.choose li.selected a,
#footercontainer.apps #ntx_leftnav.choose li.selected a {
  background-color: #a3d0db;
}
section#ntx_area.apps .fileitem:hover,
#footercontainer.apps .fileitem:hover {
  border: solid 4px #4191A4;
}
section#ntx_area.apps .fileitem:hover .filename,
#footercontainer.apps .fileitem:hover .filename {
  background-color: #4191A4;
}
section#ntx_area.apps .fileitem.selected,
#footercontainer.apps .fileitem.selected {
  border: solid 4px #4191A4;
  background-color: #5aabbe;
}
section#ntx_area.apps .fileitem.selected .filename,
#footercontainer.apps .fileitem.selected .filename {
  background-color: #48a1b6;
}
section#ntx_area.apps .fileitem.selected .image,
#footercontainer.apps .fileitem.selected .image {
  opacity: 0.5;
}
section#ntx_area.reseller #ntx_top_nav_button a,
#footercontainer.reseller #ntx_top_nav_button a,
section#ntx_area.reseller #ntx_top_nav_button a:hover,
#footercontainer.reseller #ntx_top_nav_button a:hover,
section#ntx_area.reseller #ntx_top_nav_button a:active,
#footercontainer.reseller #ntx_top_nav_button a:active {
  color: #000000;
}
section#ntx_area.reseller #ntx_page a,
#footercontainer.reseller #ntx_page a,
section#ntx_area.reseller #ntx_page a:hover,
#footercontainer.reseller #ntx_page a:hover,
section#ntx_area.reseller #ntx_page a:active,
#footercontainer.reseller #ntx_page a:active {
  color: #000000;
}
section#ntx_area.reseller #ntx_page .ntx_page_minidata > .section,
#footercontainer.reseller #ntx_page .ntx_page_minidata > .section {
  border-bottom: solid 1px #024302 !important;
}
section#ntx_area.reseller #ntx_page .ntx_page_full > .section,
#footercontainer.reseller #ntx_page .ntx_page_full > .section {
  border-bottom: solid 1px #024302 !important;
}
section#ntx_area.reseller #ntx_page .ntx_form_container > .section,
#footercontainer.reseller #ntx_page .ntx_form_container > .section {
  border-bottom: solid 1px #024302 !important;
}
section#ntx_area.reseller .ntx_formalize .ntx_form_container > .section,
#footercontainer.reseller .ntx_formalize .ntx_form_container > .section {
  border-bottom: solid 1px #024302 !important;
}
section#ntx_area.reseller #ntx_page_tabs,
#footercontainer.reseller #ntx_page_tabs,
section#ntx_area.reseller #ntx_page_subtabs,
#footercontainer.reseller #ntx_page_subtabs,
section#ntx_area.reseller .ntx_tabswrapper,
#footercontainer.reseller .ntx_tabswrapper {
  border-bottom: solid 1px #024302 !important;
}
section#ntx_area.reseller #ntx_page_tabs > ul li.selected a,
#footercontainer.reseller #ntx_page_tabs > ul li.selected a,
section#ntx_area.reseller #ntx_page_subtabs > ul li.selected a,
#footercontainer.reseller #ntx_page_subtabs > ul li.selected a,
section#ntx_area.reseller .ntx_tabswrapper > ul li.selected a,
#footercontainer.reseller .ntx_tabswrapper > ul li.selected a {
  background-color: #024302;
  color: white !important;
  border-color: #024302 !important;
}
section#ntx_area.reseller #ntx_page_tabs > ul li a,
#footercontainer.reseller #ntx_page_tabs > ul li a,
section#ntx_area.reseller #ntx_page_subtabs > ul li a,
#footercontainer.reseller #ntx_page_subtabs > ul li a,
section#ntx_area.reseller .ntx_tabswrapper > ul li a,
#footercontainer.reseller .ntx_tabswrapper > ul li a {
  color: #024302;
  text-decoration: none !important;
}
section#ntx_area.reseller #ntx_page_switches,
#footercontainer.reseller #ntx_page_switches {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  padding: 10px;
}
section#ntx_area.reseller #ntx_page_switches .ntx_switchlnk,
#footercontainer.reseller #ntx_page_switches .ntx_switchlnk {
  margin: 0 5px;
  text-decoration: underline;
}
section#ntx_area.reseller #ntx_page_switches .ntx_switchlnk.selected,
#footercontainer.reseller #ntx_page_switches .ntx_switchlnk.selected {
  color: #000 !important;
  text-decoration: none;
}
section#ntx_area.reseller form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label,
#footercontainer.reseller form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label {
  background: #024302;
  border-color: #024302;
}
section#ntx_area.reseller table.tblResults > thead.sticky,
#footercontainer.reseller table.tblResults > thead.sticky {
  z-index: 9999;
  position: fixed;
  top: 50px;
  /*max-width: 1200px;
                width: 100%;*/

}
@media only screen and (min-width: 950px) {
  section#ntx_area.reseller table.tblResults > thead.sticky,
  #footercontainer.reseller table.tblResults > thead.sticky {
    top: 70px !important;
  }
}
section#ntx_area.reseller table.tblResults > thead.sticky > tr,
#footercontainer.reseller table.tblResults > thead.sticky > tr {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
section#ntx_area.reseller table.tblResults > thead.sticky > tr.hellomoto,
#footercontainer.reseller table.tblResults > thead.sticky > tr.hellomoto {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section#ntx_area.reseller table.tblResults > thead.sticky > tr td,
#footercontainer.reseller table.tblResults > thead.sticky > tr td {
  display: block;
  width: 100%;
}
section#ntx_area.reseller table.tblResults > thead.stickyholder tr,
#footercontainer.reseller table.tblResults > thead.stickyholder tr {
  background-color: #F5F5F5;
}
section#ntx_area.reseller table.tblResults > thead.stickyholder tr th,
#footercontainer.reseller table.tblResults > thead.stickyholder tr th {
  position: sticky;
  top: 0;
  background-color: #F5F5F5;
}
section#ntx_area.reseller table.tblResults tfoot td.subtotal_border,
#footercontainer.reseller table.tblResults tfoot td.subtotal_border {
  border-top: solid 2px #024302 !important;
}
section#ntx_area.reseller #ntx_leftnav,
#footercontainer.reseller #ntx_leftnav {
  background-color: #75a375;
  border-bottom: solid 1px #024302 !important;
}
section#ntx_area.reseller #ntx_leftnav > ul li.selected a,
#footercontainer.reseller #ntx_leftnav > ul li.selected a {
  background-color: #024302;
  color: white;
  border-color: #024302;
}
section#ntx_area.reseller #ntx_leftnav.choose span.title,
#footercontainer.reseller #ntx_leftnav.choose span.title {
  background-color: #024302;
  color: #fff;
}
section#ntx_area.reseller #ntx_leftnav.choose li.selected a,
#footercontainer.reseller #ntx_leftnav.choose li.selected a {
  background-color: #06d806;
}
section#ntx_area.reseller .fileitem:hover,
#footercontainer.reseller .fileitem:hover {
  border: solid 4px #024302;
}
section#ntx_area.reseller .fileitem:hover .filename,
#footercontainer.reseller .fileitem:hover .filename {
  background-color: #024302;
}
section#ntx_area.reseller .fileitem.selected,
#footercontainer.reseller .fileitem.selected {
  border: solid 4px #024302;
  background-color: #037503;
}
section#ntx_area.reseller .fileitem.selected .filename,
#footercontainer.reseller .fileitem.selected .filename {
  background-color: #035c03;
}
section#ntx_area.reseller .fileitem.selected .image,
#footercontainer.reseller .fileitem.selected .image {
  opacity: 0.5;
}
section#ntx_area.inbox #ntx_top_nav_button a,
#footercontainer.inbox #ntx_top_nav_button a,
section#ntx_area.inbox #ntx_top_nav_button a:hover,
#footercontainer.inbox #ntx_top_nav_button a:hover,
section#ntx_area.inbox #ntx_top_nav_button a:active,
#footercontainer.inbox #ntx_top_nav_button a:active {
  color: #b8680b;
}
section#ntx_area.inbox #ntx_page a,
#footercontainer.inbox #ntx_page a,
section#ntx_area.inbox #ntx_page a:hover,
#footercontainer.inbox #ntx_page a:hover,
section#ntx_area.inbox #ntx_page a:active,
#footercontainer.inbox #ntx_page a:active {
  color: #b8680b;
}
section#ntx_area.inbox #ntx_page .ntx_page_minidata > .section,
#footercontainer.inbox #ntx_page .ntx_page_minidata > .section {
  border-bottom: solid 1px #F2901D !important;
}
section#ntx_area.inbox #ntx_page .ntx_page_full > .section,
#footercontainer.inbox #ntx_page .ntx_page_full > .section {
  border-bottom: solid 1px #F2901D !important;
}
section#ntx_area.inbox #ntx_page .ntx_form_container > .section,
#footercontainer.inbox #ntx_page .ntx_form_container > .section {
  border-bottom: solid 1px #F2901D !important;
}
section#ntx_area.inbox .ntx_formalize .ntx_form_container > .section,
#footercontainer.inbox .ntx_formalize .ntx_form_container > .section {
  border-bottom: solid 1px #F2901D !important;
}
section#ntx_area.inbox #ntx_page_tabs,
#footercontainer.inbox #ntx_page_tabs,
section#ntx_area.inbox #ntx_page_subtabs,
#footercontainer.inbox #ntx_page_subtabs,
section#ntx_area.inbox .ntx_tabswrapper,
#footercontainer.inbox .ntx_tabswrapper {
  border-bottom: solid 1px #F2901D !important;
}
section#ntx_area.inbox #ntx_page_tabs > ul li.selected a,
#footercontainer.inbox #ntx_page_tabs > ul li.selected a,
section#ntx_area.inbox #ntx_page_subtabs > ul li.selected a,
#footercontainer.inbox #ntx_page_subtabs > ul li.selected a,
section#ntx_area.inbox .ntx_tabswrapper > ul li.selected a,
#footercontainer.inbox .ntx_tabswrapper > ul li.selected a {
  background-color: #F2901D;
  color: white !important;
  border-color: #F2901D !important;
}
section#ntx_area.inbox #ntx_page_tabs > ul li a,
#footercontainer.inbox #ntx_page_tabs > ul li a,
section#ntx_area.inbox #ntx_page_subtabs > ul li a,
#footercontainer.inbox #ntx_page_subtabs > ul li a,
section#ntx_area.inbox .ntx_tabswrapper > ul li a,
#footercontainer.inbox .ntx_tabswrapper > ul li a {
  color: #F2901D;
  text-decoration: none !important;
}
section#ntx_area.inbox #ntx_page_switches,
#footercontainer.inbox #ntx_page_switches {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  padding: 10px;
}
section#ntx_area.inbox #ntx_page_switches .ntx_switchlnk,
#footercontainer.inbox #ntx_page_switches .ntx_switchlnk {
  margin: 0 5px;
  text-decoration: underline;
}
section#ntx_area.inbox #ntx_page_switches .ntx_switchlnk.selected,
#footercontainer.inbox #ntx_page_switches .ntx_switchlnk.selected {
  color: #000 !important;
  text-decoration: none;
}
section#ntx_area.inbox form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label,
#footercontainer.inbox form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label {
  background: #F2901D;
  border-color: #F2901D;
}
section#ntx_area.inbox table.tblResults > thead.sticky,
#footercontainer.inbox table.tblResults > thead.sticky {
  z-index: 9999;
  position: fixed;
  top: 50px;
  /*max-width: 1200px;
                width: 100%;*/

}
@media only screen and (min-width: 950px) {
  section#ntx_area.inbox table.tblResults > thead.sticky,
  #footercontainer.inbox table.tblResults > thead.sticky {
    top: 70px !important;
  }
}
section#ntx_area.inbox table.tblResults > thead.sticky > tr,
#footercontainer.inbox table.tblResults > thead.sticky > tr {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
section#ntx_area.inbox table.tblResults > thead.sticky > tr.hellomoto,
#footercontainer.inbox table.tblResults > thead.sticky > tr.hellomoto {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section#ntx_area.inbox table.tblResults > thead.sticky > tr td,
#footercontainer.inbox table.tblResults > thead.sticky > tr td {
  display: block;
  width: 100%;
}
section#ntx_area.inbox table.tblResults > thead.stickyholder tr,
#footercontainer.inbox table.tblResults > thead.stickyholder tr {
  background-color: #F5F5F5;
}
section#ntx_area.inbox table.tblResults > thead.stickyholder tr th,
#footercontainer.inbox table.tblResults > thead.stickyholder tr th {
  position: sticky;
  top: 0;
  background-color: #F5F5F5;
}
section#ntx_area.inbox table.tblResults tfoot td.subtotal_border,
#footercontainer.inbox table.tblResults tfoot td.subtotal_border {
  border-top: solid 2px #F2901D !important;
}
section#ntx_area.inbox #ntx_leftnav,
#footercontainer.inbox #ntx_leftnav {
  background-color: #a38e75;
  border-bottom: solid 1px #F2901D !important;
}
section#ntx_area.inbox #ntx_leftnav > ul li.selected a,
#footercontainer.inbox #ntx_leftnav > ul li.selected a {
  background-color: #F2901D;
  color: white;
  border-color: #F2901D;
}
section#ntx_area.inbox #ntx_leftnav.choose span.title,
#footercontainer.inbox #ntx_leftnav.choose span.title {
  background-color: #F2901D;
  color: #fff;
}
section#ntx_area.inbox #ntx_leftnav.choose li.selected a,
#footercontainer.inbox #ntx_leftnav.choose li.selected a {
  background-color: #fad7ae;
}
section#ntx_area.inbox .fileitem:hover,
#footercontainer.inbox .fileitem:hover {
  border: solid 4px #F2901D;
}
section#ntx_area.inbox .fileitem:hover .filename,
#footercontainer.inbox .fileitem:hover .filename {
  background-color: #F2901D;
}
section#ntx_area.inbox .fileitem.selected,
#footercontainer.inbox .fileitem.selected {
  border: solid 4px #F2901D;
  background-color: #f5a84d;
}
section#ntx_area.inbox .fileitem.selected .filename,
#footercontainer.inbox .fileitem.selected .filename {
  background-color: #f39c35;
}
section#ntx_area.inbox .fileitem.selected .image,
#footercontainer.inbox .fileitem.selected .image {
  opacity: 0.5;
}
section#ntx_area.master #ntx_top_nav_button a,
#footercontainer.master #ntx_top_nav_button a,
section#ntx_area.master #ntx_top_nav_button a:hover,
#footercontainer.master #ntx_top_nav_button a:hover,
section#ntx_area.master #ntx_top_nav_button a:active,
#footercontainer.master #ntx_top_nav_button a:active {
  color: #232323;
}
section#ntx_area.master #ntx_page a,
#footercontainer.master #ntx_page a,
section#ntx_area.master #ntx_page a:hover,
#footercontainer.master #ntx_page a:hover,
section#ntx_area.master #ntx_page a:active,
#footercontainer.master #ntx_page a:active {
  color: #232323;
}
section#ntx_area.master #ntx_page .ntx_page_minidata > .section,
#footercontainer.master #ntx_page .ntx_page_minidata > .section {
  border-bottom: solid 1px #494949 !important;
}
section#ntx_area.master #ntx_page .ntx_page_full > .section,
#footercontainer.master #ntx_page .ntx_page_full > .section {
  border-bottom: solid 1px #494949 !important;
}
section#ntx_area.master #ntx_page .ntx_form_container > .section,
#footercontainer.master #ntx_page .ntx_form_container > .section {
  border-bottom: solid 1px #494949 !important;
}
section#ntx_area.master .ntx_formalize .ntx_form_container > .section,
#footercontainer.master .ntx_formalize .ntx_form_container > .section {
  border-bottom: solid 1px #494949 !important;
}
section#ntx_area.master #ntx_page_tabs,
#footercontainer.master #ntx_page_tabs,
section#ntx_area.master #ntx_page_subtabs,
#footercontainer.master #ntx_page_subtabs,
section#ntx_area.master .ntx_tabswrapper,
#footercontainer.master .ntx_tabswrapper {
  border-bottom: solid 1px #494949 !important;
}
section#ntx_area.master #ntx_page_tabs > ul li.selected a,
#footercontainer.master #ntx_page_tabs > ul li.selected a,
section#ntx_area.master #ntx_page_subtabs > ul li.selected a,
#footercontainer.master #ntx_page_subtabs > ul li.selected a,
section#ntx_area.master .ntx_tabswrapper > ul li.selected a,
#footercontainer.master .ntx_tabswrapper > ul li.selected a {
  background-color: #494949;
  color: white !important;
  border-color: #494949 !important;
}
section#ntx_area.master #ntx_page_tabs > ul li a,
#footercontainer.master #ntx_page_tabs > ul li a,
section#ntx_area.master #ntx_page_subtabs > ul li a,
#footercontainer.master #ntx_page_subtabs > ul li a,
section#ntx_area.master .ntx_tabswrapper > ul li a,
#footercontainer.master .ntx_tabswrapper > ul li a {
  color: #494949;
  text-decoration: none !important;
}
section#ntx_area.master #ntx_page_switches,
#footercontainer.master #ntx_page_switches {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  padding: 10px;
}
section#ntx_area.master #ntx_page_switches .ntx_switchlnk,
#footercontainer.master #ntx_page_switches .ntx_switchlnk {
  margin: 0 5px;
  text-decoration: underline;
}
section#ntx_area.master #ntx_page_switches .ntx_switchlnk.selected,
#footercontainer.master #ntx_page_switches .ntx_switchlnk.selected {
  color: #000 !important;
  text-decoration: none;
}
section#ntx_area.master form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label,
#footercontainer.master form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label {
  background: #494949;
  border-color: #494949;
}
section#ntx_area.master table.tblResults > thead.sticky,
#footercontainer.master table.tblResults > thead.sticky {
  z-index: 9999;
  position: fixed;
  top: 50px;
  /*max-width: 1200px;
                width: 100%;*/

}
@media only screen and (min-width: 950px) {
  section#ntx_area.master table.tblResults > thead.sticky,
  #footercontainer.master table.tblResults > thead.sticky {
    top: 70px !important;
  }
}
section#ntx_area.master table.tblResults > thead.sticky > tr,
#footercontainer.master table.tblResults > thead.sticky > tr {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
section#ntx_area.master table.tblResults > thead.sticky > tr.hellomoto,
#footercontainer.master table.tblResults > thead.sticky > tr.hellomoto {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section#ntx_area.master table.tblResults > thead.sticky > tr td,
#footercontainer.master table.tblResults > thead.sticky > tr td {
  display: block;
  width: 100%;
}
section#ntx_area.master table.tblResults > thead.stickyholder tr,
#footercontainer.master table.tblResults > thead.stickyholder tr {
  background-color: #F5F5F5;
}
section#ntx_area.master table.tblResults > thead.stickyholder tr th,
#footercontainer.master table.tblResults > thead.stickyholder tr th {
  position: sticky;
  top: 0;
  background-color: #F5F5F5;
}
section#ntx_area.master table.tblResults tfoot td.subtotal_border,
#footercontainer.master table.tblResults tfoot td.subtotal_border {
  border-top: solid 2px #494949 !important;
}
section#ntx_area.master #ntx_leftnav,
#footercontainer.master #ntx_leftnav {
  background-color: #a37575;
  border-bottom: solid 1px #494949 !important;
}
section#ntx_area.master #ntx_leftnav > ul li.selected a,
#footercontainer.master #ntx_leftnav > ul li.selected a {
  background-color: #494949;
  color: white;
  border-color: #494949;
}
section#ntx_area.master #ntx_leftnav.choose span.title,
#footercontainer.master #ntx_leftnav.choose span.title {
  background-color: #494949;
  color: #fff;
}
section#ntx_area.master #ntx_leftnav.choose li.selected a,
#footercontainer.master #ntx_leftnav.choose li.selected a {
  background-color: #959595;
}
section#ntx_area.master .fileitem:hover,
#footercontainer.master .fileitem:hover {
  border: solid 4px #494949;
}
section#ntx_area.master .fileitem:hover .filename,
#footercontainer.master .fileitem:hover .filename {
  background-color: #494949;
}
section#ntx_area.master .fileitem.selected,
#footercontainer.master .fileitem.selected {
  border: solid 4px #494949;
  background-color: #626262;
}
section#ntx_area.master .fileitem.selected .filename,
#footercontainer.master .fileitem.selected .filename {
  background-color: #565656;
}
section#ntx_area.master .fileitem.selected .image,
#footercontainer.master .fileitem.selected .image {
  opacity: 0.5;
}
section#ntx_area.organisation #ntx_top_nav_button a,
#footercontainer.organisation #ntx_top_nav_button a,
section#ntx_area.organisation #ntx_top_nav_button a:hover,
#footercontainer.organisation #ntx_top_nav_button a:hover,
section#ntx_area.organisation #ntx_top_nav_button a:active,
#footercontainer.organisation #ntx_top_nav_button a:active {
  color: #404040;
}
section#ntx_area.organisation #ntx_page a,
#footercontainer.organisation #ntx_page a,
section#ntx_area.organisation #ntx_page a:hover,
#footercontainer.organisation #ntx_page a:hover,
section#ntx_area.organisation #ntx_page a:active,
#footercontainer.organisation #ntx_page a:active {
  color: #404040;
}
section#ntx_area.organisation #ntx_page .ntx_page_minidata > .section,
#footercontainer.organisation #ntx_page .ntx_page_minidata > .section {
  border-bottom: solid 1px #666 !important;
}
section#ntx_area.organisation #ntx_page .ntx_page_full > .section,
#footercontainer.organisation #ntx_page .ntx_page_full > .section {
  border-bottom: solid 1px #666 !important;
}
section#ntx_area.organisation #ntx_page .ntx_form_container > .section,
#footercontainer.organisation #ntx_page .ntx_form_container > .section {
  border-bottom: solid 1px #666 !important;
}
section#ntx_area.organisation .ntx_formalize .ntx_form_container > .section,
#footercontainer.organisation .ntx_formalize .ntx_form_container > .section {
  border-bottom: solid 1px #666 !important;
}
section#ntx_area.organisation #ntx_page_tabs,
#footercontainer.organisation #ntx_page_tabs,
section#ntx_area.organisation #ntx_page_subtabs,
#footercontainer.organisation #ntx_page_subtabs,
section#ntx_area.organisation .ntx_tabswrapper,
#footercontainer.organisation .ntx_tabswrapper {
  border-bottom: solid 1px #666 !important;
}
section#ntx_area.organisation #ntx_page_tabs > ul li.selected a,
#footercontainer.organisation #ntx_page_tabs > ul li.selected a,
section#ntx_area.organisation #ntx_page_subtabs > ul li.selected a,
#footercontainer.organisation #ntx_page_subtabs > ul li.selected a,
section#ntx_area.organisation .ntx_tabswrapper > ul li.selected a,
#footercontainer.organisation .ntx_tabswrapper > ul li.selected a {
  background-color: #666;
  color: white !important;
  border-color: #666 !important;
}
section#ntx_area.organisation #ntx_page_tabs > ul li a,
#footercontainer.organisation #ntx_page_tabs > ul li a,
section#ntx_area.organisation #ntx_page_subtabs > ul li a,
#footercontainer.organisation #ntx_page_subtabs > ul li a,
section#ntx_area.organisation .ntx_tabswrapper > ul li a,
#footercontainer.organisation .ntx_tabswrapper > ul li a {
  color: #666;
  text-decoration: none !important;
}
section#ntx_area.organisation #ntx_page_switches,
#footercontainer.organisation #ntx_page_switches {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  padding: 10px;
}
section#ntx_area.organisation #ntx_page_switches .ntx_switchlnk,
#footercontainer.organisation #ntx_page_switches .ntx_switchlnk {
  margin: 0 5px;
  text-decoration: underline;
}
section#ntx_area.organisation #ntx_page_switches .ntx_switchlnk.selected,
#footercontainer.organisation #ntx_page_switches .ntx_switchlnk.selected {
  color: #000 !important;
  text-decoration: none;
}
section#ntx_area.organisation form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label,
#footercontainer.organisation form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label {
  background: #666;
  border-color: #666;
}
section#ntx_area.organisation table.tblResults > thead.sticky,
#footercontainer.organisation table.tblResults > thead.sticky {
  z-index: 9999;
  position: fixed;
  top: 50px;
  /*max-width: 1200px;
                width: 100%;*/

}
@media only screen and (min-width: 950px) {
  section#ntx_area.organisation table.tblResults > thead.sticky,
  #footercontainer.organisation table.tblResults > thead.sticky {
    top: 70px !important;
  }
}
section#ntx_area.organisation table.tblResults > thead.sticky > tr,
#footercontainer.organisation table.tblResults > thead.sticky > tr {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
section#ntx_area.organisation table.tblResults > thead.sticky > tr.hellomoto,
#footercontainer.organisation table.tblResults > thead.sticky > tr.hellomoto {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section#ntx_area.organisation table.tblResults > thead.sticky > tr td,
#footercontainer.organisation table.tblResults > thead.sticky > tr td {
  display: block;
  width: 100%;
}
section#ntx_area.organisation table.tblResults > thead.stickyholder tr,
#footercontainer.organisation table.tblResults > thead.stickyholder tr {
  background-color: #F5F5F5;
}
section#ntx_area.organisation table.tblResults > thead.stickyholder tr th,
#footercontainer.organisation table.tblResults > thead.stickyholder tr th {
  position: sticky;
  top: 0;
  background-color: #F5F5F5;
}
section#ntx_area.organisation table.tblResults tfoot td.subtotal_border,
#footercontainer.organisation table.tblResults tfoot td.subtotal_border {
  border-top: solid 2px #666 !important;
}
section#ntx_area.organisation #ntx_leftnav,
#footercontainer.organisation #ntx_leftnav {
  background-color: #a37575;
  border-bottom: solid 1px #666 !important;
}
section#ntx_area.organisation #ntx_leftnav > ul li.selected a,
#footercontainer.organisation #ntx_leftnav > ul li.selected a {
  background-color: #666;
  color: white;
  border-color: #666;
}
section#ntx_area.organisation #ntx_leftnav.choose span.title,
#footercontainer.organisation #ntx_leftnav.choose span.title {
  background-color: #666;
  color: #fff;
}
section#ntx_area.organisation #ntx_leftnav.choose li.selected a,
#footercontainer.organisation #ntx_leftnav.choose li.selected a {
  background-color: #b2b2b2;
}
section#ntx_area.organisation #ntx_leftnav,
#footercontainer.organisation #ntx_leftnav {
  background-color: #666;
}
section#ntx_area.organisation .fileitem:hover,
#footercontainer.organisation .fileitem:hover {
  border: solid 4px #666;
}
section#ntx_area.organisation .fileitem:hover .filename,
#footercontainer.organisation .fileitem:hover .filename {
  background-color: #666;
}
section#ntx_area.organisation .fileitem.selected,
#footercontainer.organisation .fileitem.selected {
  border: solid 4px #666;
  background-color: #808080;
}
section#ntx_area.organisation .fileitem.selected .filename,
#footercontainer.organisation .fileitem.selected .filename {
  background-color: #737373;
}
section#ntx_area.organisation .fileitem.selected .image,
#footercontainer.organisation .fileitem.selected .image {
  opacity: 0.5;
}
section#ntx_area .ntx_body,
#footercontainer .ntx_body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
section#ntx_area #ntx_page,
#footercontainer #ntx_page {
  width: 100%;
  position: relative;
  padding-bottom: 45px;
}
section#ntx_area #ntx_page #bn_actiontoggle,
#footercontainer #ntx_page #bn_actiontoggle {
  cursor: pointer;
  padding: 10px;
}
section#ntx_area #ntx_page #ntx_page_action_togglebutton,
#footercontainer #ntx_page #ntx_page_action_togglebutton {
  position: absolute !important;
  top: 10px;
  right: 8px;
}
section#ntx_area #ntx_page #ntx_page_action_buttons,
#footercontainer #ntx_page #ntx_page_action_buttons {
  /*position: fixed;
            bottom: 0;
            width: 100%;*/

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 10;
  transition: visibility 0s, opacity 0.5s linear;
  background-color: #F5F5F5;
  padding-bottom: 10px;
}
section#ntx_area #ntx_page #ntx_page_action_buttons .ntx_button,
#footercontainer #ntx_page #ntx_page_action_buttons .ntx_button {
  width: 54px;
  height: 35px;
  line-height: 35px;
  margin: 5px 5px 5px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.7;
  padding: 0 5px;
  text-decoration: none;
  -webkit-transition: border 200ms ease-in;
  -moz-transition: border 200ms ease-in;
  -o-transition: border 200ms ease-in;
}
section#ntx_area #ntx_page #ntx_page_action_buttons .ntx_button:hover,
#footercontainer #ntx_page #ntx_page_action_buttons .ntx_button:hover {
  opacity: 1;
}
section#ntx_area #ntx_page #ntx_page_action_buttons .ntx_button.button_merge,
#footercontainer #ntx_page #ntx_page_action_buttons .ntx_button.button_merge {
  background: url(../../images/action_buttons/mergecontact.png) no-repeat center #e0e0e0;
}
section#ntx_area #ntx_page #ntx_page_action_buttons .ntx_button .ntx_fileuploadinput,
#footercontainer #ntx_page #ntx_page_action_buttons .ntx_button .ntx_fileuploadinput {
  width: 54px;
  height: 35px;
  line-height: 35px;
}
section#ntx_area #ntx_page #ntx_page_action_buttons .ntx_button.more,
#footercontainer #ntx_page #ntx_page_action_buttons .ntx_button.more {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8em;
  align-items: center;
  justify-content: center;
}
section#ntx_area #ntx_page #ntx_page_action_buttons .ntx_button.more:after,
#footercontainer #ntx_page #ntx_page_action_buttons .ntx_button.more:after {
  content: "\f0d7";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  vertical-align: -15%;
  padding-left: 3px;
}
section#ntx_area #ntx_page #ntx_page_action_buttons .ntx_button.on,
#footercontainer #ntx_page #ntx_page_action_buttons .ntx_button.on {
  border-right: 5px solid #0A0;
}
section#ntx_area #ntx_page #ntx_page_action_buttons .ntx_button.off,
#footercontainer #ntx_page #ntx_page_action_buttons .ntx_button.off {
  border-left: 5px solid #BD1717;
}
section#ntx_area #ntx_page #ntx_page_action_buttons .form_wrapper,
#footercontainer #ntx_page #ntx_page_action_buttons .form_wrapper {
  height: 35px;
  align-self: center;
  margin-right: 20px;
}
section#ntx_area #ntx_page .ntx_page_header,
#footercontainer #ntx_page .ntx_page_header {
  padding: 10px 3px;
  background-color: #F5F5F5;
}
section#ntx_area #ntx_page .ntx_page_header .title,
#footercontainer #ntx_page .ntx_page_header .title {
  font-size: 1.35em;
  /*font-size: 24px;
                color: #666;
                font-family: 'Montserrat', sans-serif;
                font-weight: bold;
                letter-spacing: 2px;*/

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
section#ntx_area #ntx_page .ntx_page_header .title > span,
#footercontainer #ntx_page .ntx_page_header .title > span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  xdisplay: block;
  max-width: 65%;
}
section#ntx_area #ntx_page .ntx_page_header .title .ntx_button,
#footercontainer #ntx_page .ntx_page_header .title .ntx_button {
  margin-right: 10px;
}
section#ntx_area #ntx_page .ntx_page_header .title .ntx_button a.fa,
#footercontainer #ntx_page .ntx_page_header .title .ntx_button a.fa,
section#ntx_area #ntx_page .ntx_page_header .title .ntx_button a.fa:hover,
#footercontainer #ntx_page .ntx_page_header .title .ntx_button a.fa:hover {
  color: #333 !important;
  font-size: 0.75em;
}
section#ntx_area #ntx_page .ntx_page_header .des,
#footercontainer #ntx_page .ntx_page_header .des {
  font-size: 1em;
  font-weight: normal;
  margin-left: 5px;
}
section#ntx_area #ntx_page .ntx_page_header .ntx_button,
#footercontainer #ntx_page .ntx_page_header .ntx_button {
  width: 30px;
  line-height: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.7;
}
section#ntx_area #ntx_page .ntx_page_header .ntx_button:hover,
#footercontainer #ntx_page .ntx_page_header .ntx_button:hover {
  opacity: 1;
}
@media only screen and (min-width: 950px) {
  section#ntx_area #ntx_page .ntx_page_content article,
  #footercontainer #ntx_page .ntx_page_content article {
    width: 100%;
  }
}
section#ntx_area #ntx_page .ntx_page_content aside,
#footercontainer #ntx_page .ntx_page_content aside {
  border-left: 0;
  border-top: dashed 1px #ccc;
}
section#ntx_area #ntx_page .ntx_page_content .ntx_page_minidata,
#footercontainer #ntx_page .ntx_page_content .ntx_page_minidata {
  margin-bottom: 40px;
}
section#ntx_area #ntx_page .ntx_page_content .ntx_page_minidata > .data,
#footercontainer #ntx_page .ntx_page_content .ntx_page_minidata > .data {
  width: 100%;
}
section#ntx_area #ntx_page .ntx_page_content .ntx_page_minidata > .data .bn_managedby,
#footercontainer #ntx_page .ntx_page_content .ntx_page_minidata > .data .bn_managedby {
  height: auto;
  padding: 5px 10px;
  margin-left: 15px;
}
section#ntx_area #ntx_page .ntx_page_content .ntx_page_minidata > .data .rowactions,
#footercontainer #ntx_page .ntx_page_content .ntx_page_minidata > .data .rowactions {
  margin-left: 10px;
}
section#ntx_area #ntx_page .ntx_page_content .ntx_page_minidata > .data > .title,
#footercontainer #ntx_page .ntx_page_content .ntx_page_minidata > .data > .title {
  padding: 10px 5px;
  font-size: 1.15em;
  margin-top: 5px;
  background-color: #EFEFEF;
  width: 100%;
}
section#ntx_area #ntx_page .ntx_page_content .ntx_page_minidata > .data .type.pinned,
#footercontainer #ntx_page .ntx_page_content .ntx_page_minidata > .data .type.pinned {
  background-color: #e0a2a2;
}
section#ntx_area #ntx_page .ntx_page_content .ntx_page_minidata > .data .pin-check,
#footercontainer #ntx_page .ntx_page_content .ntx_page_minidata > .data .pin-check {
  display: none;
}
section#ntx_area #ntx_page .ntx_page_content .ntx_page_minidata > .data .pin-check + .pin-icon,
#footercontainer #ntx_page .ntx_page_content .ntx_page_minidata > .data .pin-check + .pin-icon {
  display: block;
  /*height: 42px;
                        line-height: 42px;*/
  color: #e0a2a2;
  opacity: 0.5;
}
section#ntx_area #ntx_page .ntx_page_content .ntx_page_minidata > .data .pin-check:checked + .pin-icon,
#footercontainer #ntx_page .ntx_page_content .ntx_page_minidata > .data .pin-check:checked + .pin-icon {
  opacity: 1;
  color: #eee;
}
section#ntx_area #ntx_page .ntx_page_content .ntx_page_minidata > .data .ntx_row > .details,
#footercontainer #ntx_page .ntx_page_content .ntx_page_minidata > .data .ntx_row > .details {
  width: 100%;
}
section#ntx_area #ntx_page .ntx_page_content .ntx_page_minidata .section,
#footercontainer #ntx_page .ntx_page_content .ntx_page_minidata .section {
  width: 100%;
  cursor: pointer;
}
section#ntx_area #ntx_page .ntx_page_content .ntx_page_minidata.collapsed .section,
#footercontainer #ntx_page .ntx_page_content .ntx_page_minidata.collapsed .section {
  background-color: #eee;
}
section#ntx_area #ntx_page .ntx_page_content .ntx_page_minidata.collapsed .section:after,
#footercontainer #ntx_page .ntx_page_content .ntx_page_minidata.collapsed .section:after {
  content: "...";
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 1.5em;
  opacity: 0.4;
}
section#ntx_area #ntx_page .ntx_page_content .ntx_page_minidata.collapsed .data,
#footercontainer #ntx_page .ntx_page_content .ntx_page_minidata.collapsed .data {
  display: none;
}
section#ntx_area #ntx_page .ntx_page_content .ntx_page_minidata.collapsed .notification-counter_mini.hasResults,
#footercontainer #ntx_page .ntx_page_content .ntx_page_minidata.collapsed .notification-counter_mini.hasResults,
section#ntx_area #ntx_page .ntx_page_content .ntx_page_minidata.collapsed .notification-counter_button.hasResults,
#footercontainer #ntx_page .ntx_page_content .ntx_page_minidata.collapsed .notification-counter_button.hasResults {
  visibility: visible !important;
}
section#ntx_area #ntx_page .ntx_page_content .section,
#footercontainer #ntx_page .ntx_page_content .section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: relative;
  border-bottom: 1px;
  padding: 10px;
  background-color: #F5F5F5;
}
section#ntx_area #ntx_page .ntx_page_content .section .title,
#footercontainer #ntx_page .ntx_page_content .section .title {
  font-size: 1.4em;
  font-weight: bold;
  color: #444;
}
section#ntx_area #ntx_page .ntx_page_content .section .actions,
#footercontainer #ntx_page .ntx_page_content .section .actions {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section#ntx_area #ntx_page .ntx_page_content .section .actions .ntx_button,
#footercontainer #ntx_page .ntx_page_content .section .actions .ntx_button {
  width: 29px;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  opacity: 0.7;
}
section#ntx_area #ntx_page .ntx_page_content .section .actions .ntx_button:hover,
#footercontainer #ntx_page .ntx_page_content .section .actions .ntx_button:hover {
  opacity: 1;
}
section#ntx_area #ntx_page .ntx_page_content .section.sub,
#footercontainer #ntx_page .ntx_page_content .section.sub {
  background-color: #eee;
}
section#ntx_area #ntx_page .ntx_page_content .section.sub .title,
#footercontainer #ntx_page .ntx_page_content .section.sub .title {
  font-size: 1.2em;
  text-transform: capitalize;
}
section#ntx_area #ntx_page .ntx_page_content .section.sub .actions .ntx_button,
#footercontainer #ntx_page .ntx_page_content .section.sub .actions .ntx_button {
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-left: 5px;
  opacity: 0.7;
  padding: 0;
}
section#ntx_area #ntx_page .ntx_page_content #ntx_page_details,
#footercontainer #ntx_page .ntx_page_content #ntx_page_details {
  margin-bottom: 20px;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  section#ntx_area #ntx_page .ntx_page_header,
  #footercontainer #ntx_page .ntx_page_header {
    padding: 20px 3px !important;
    background-color: transparent !important;
  }
  section#ntx_area #ntx_page .ntx_page_header .title,
  #footercontainer #ntx_page .ntx_page_header .title {
    font-size: 2.214em !important;
  }
  section#ntx_area #ntx_page .ntx_page_header .title > span,
  #footercontainer #ntx_page .ntx_page_header .title > span {
    margin-left: 0 !important;
  }
  section#ntx_area #ntx_page .ntx_page_header .title .ntx_button,
  #footercontainer #ntx_page .ntx_page_header .title .ntx_button {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
  }
  section#ntx_area #ntx_page .ntx_page_header .des,
  #footercontainer #ntx_page .ntx_page_header .des {
    font-size: 1.15em !important;
    margin-left: 0 !important;
  }
  section#ntx_area #ntx_page #ntx_page_action_buttons,
  #footercontainer #ntx_page #ntx_page_action_buttons {
    position: absolute !important;
    top: 20px;
    right: 0;
    left: auto !important;
    bottom: auto !important;
    width: auto !important;
    border-top: 0 !important;
    background-color: rgba(255, 255, 255, 0.96) !important;
  }
  section#ntx_area #ntx_page #ntx_page_action_togglebutton,
  #footercontainer #ntx_page #ntx_page_action_togglebutton {
    display: none;
  }
}
@media only screen and (min-width: 950px) {
  section#ntx_area #ntx_page .ntx_page_content,
  #footercontainer #ntx_page .ntx_page_content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section#ntx_area #ntx_page .ntx_page_content article.left,
  #footercontainer #ntx_page .ntx_page_content article.left {
    width: 60% !important;
    padding-right: 10px !important;
  }
  section#ntx_area #ntx_page .ntx_page_content article.right,
  #footercontainer #ntx_page .ntx_page_content article.right {
    width: 70% !important;
    padding-left: 10px !important;
  }
  section#ntx_area #ntx_page .ntx_page_content aside.right,
  #footercontainer #ntx_page .ntx_page_content aside.right {
    border-top: 0 !important;
    border-left: dashed 1px #ccc !important;
    width: 40% !important;
    padding: 0 !important;
    padding-left: 10px !important;
  }
  section#ntx_area #ntx_page .ntx_page_content aside.left,
  #footercontainer #ntx_page .ntx_page_content aside.left {
    border-top: 0 !important;
    width: 30% !important;
  }
  section#ntx_area #ntx_page .ntx_page_content .ntx_page_minidata > .section .title,
  #footercontainer #ntx_page .ntx_page_content .ntx_page_minidata > .section .title {
    font-size: 1.5em !important;
  }
  section#ntx_area #ntx_page .ntx_page_content #ntx_page_details,
  #footercontainer #ntx_page .ntx_page_content #ntx_page_details {
    margin-bottom: 20px;
  }
}
section#ntx_area #ntx_page_tabs > ul li.selected,
#footercontainer #ntx_page_tabs > ul li.selected,
section#ntx_area .ntx_tabswrapper > ul li.selected .ntx_tabform > ul li.selected,
#footercontainer .ntx_tabswrapper > ul li.selected .ntx_tabform > ul li.selected {
  display: inline;
}
section#ntx_area #ntx_page_tabs,
#footercontainer #ntx_page_tabs,
section#ntx_area #ntx_page_subtabs,
#footercontainer #ntx_page_subtabs,
section#ntx_area .ntx_tabswrapper,
#footercontainer .ntx_tabswrapper,
section#ntx_area .ntx_tabform,
#footercontainer .ntx_tabform {
  font-size: 0.9em;
}
section#ntx_area #ntx_page_tabs > ul,
#footercontainer #ntx_page_tabs > ul,
section#ntx_area #ntx_page_subtabs > ul,
#footercontainer #ntx_page_subtabs > ul,
section#ntx_area .ntx_tabswrapper > ul,
#footercontainer .ntx_tabswrapper > ul,
section#ntx_area .ntx_tabform > ul,
#footercontainer .ntx_tabform > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
section#ntx_area #ntx_page_tabs > ul li,
#footercontainer #ntx_page_tabs > ul li,
section#ntx_area #ntx_page_subtabs > ul li,
#footercontainer #ntx_page_subtabs > ul li,
section#ntx_area .ntx_tabswrapper > ul li,
#footercontainer .ntx_tabswrapper > ul li,
section#ntx_area .ntx_tabform > ul li,
#footercontainer .ntx_tabform > ul li {
  display: none;
}
section#ntx_area #ntx_page_tabs > ul li a,
#footercontainer #ntx_page_tabs > ul li a,
section#ntx_area #ntx_page_subtabs > ul li a,
#footercontainer #ntx_page_subtabs > ul li a,
section#ntx_area .ntx_tabswrapper > ul li a,
#footercontainer .ntx_tabswrapper > ul li a,
section#ntx_area .ntx_tabform > ul li a,
#footercontainer .ntx_tabform > ul li a {
  height: 37px;
  line-height: 30px;
  padding: 10px;
  cursor: pointer;
  font-size: 0.9em;
  border: solid 1px transparent;
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  section#ntx_area #ntx_page_tabs > ul li a,
  #footercontainer #ntx_page_tabs > ul li a,
  section#ntx_area #ntx_page_subtabs > ul li a,
  #footercontainer #ntx_page_subtabs > ul li a,
  section#ntx_area .ntx_tabswrapper > ul li a,
  #footercontainer .ntx_tabswrapper > ul li a,
  section#ntx_area .ntx_tabform > ul li a,
  #footercontainer .ntx_tabform > ul li a {
    display: inline-block !important;
    padding: 2px 8px 0 !important;
    margin: 0 0 -2px 3px;
  }
  section#ntx_area #ntx_page_tabs > ul li a:hover,
  #footercontainer #ntx_page_tabs > ul li a:hover,
  section#ntx_area #ntx_page_subtabs > ul li a:hover,
  #footercontainer #ntx_page_subtabs > ul li a:hover,
  section#ntx_area .ntx_tabswrapper > ul li a:hover,
  #footercontainer .ntx_tabswrapper > ul li a:hover,
  section#ntx_area .ntx_tabform > ul li a:hover,
  #footercontainer .ntx_tabform > ul li a:hover {
    background-color: #DDD;
    border: solid 1px #C0C0C0 !important;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-radius: 5px 5px 0 0;
    border-bottom: 0 !important;
  }
}
section#ntx_area #ntx_page_tabs > ul li.selected a,
#footercontainer #ntx_page_tabs > ul li.selected a,
section#ntx_area #ntx_page_subtabs > ul li.selected a,
#footercontainer #ntx_page_subtabs > ul li.selected a,
section#ntx_area .ntx_tabswrapper > ul li.selected a,
#footercontainer .ntx_tabswrapper > ul li.selected a,
section#ntx_area .ntx_tabform > ul li.selected a,
#footercontainer .ntx_tabform > ul li.selected a {
  background-color: #FFF;
  border: solid 1px #C0C0C0;
  border-bottom: 0 !important;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  section#ntx_area #ntx_page_tabs > ul li.selected a,
  #footercontainer #ntx_page_tabs > ul li.selected a,
  section#ntx_area #ntx_page_subtabs > ul li.selected a,
  #footercontainer #ntx_page_subtabs > ul li.selected a,
  section#ntx_area .ntx_tabswrapper > ul li.selected a,
  #footercontainer .ntx_tabswrapper > ul li.selected a,
  section#ntx_area .ntx_tabform > ul li.selected a,
  #footercontainer .ntx_tabform > ul li.selected a {
    background-color: #FFF;
    height: 39px !important;
    line-height: 34px;
    border: solid 1px #C0C0C0;
    border-bottom: 0 !important;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-radius: 5px 5px 0 0;
  }
}
section#ntx_area #ntx_page_tabs > ul li.selected:before,
#footercontainer #ntx_page_tabs > ul li.selected:before,
section#ntx_area #ntx_page_subtabs > ul li.selected:before,
#footercontainer #ntx_page_subtabs > ul li.selected:before,
section#ntx_area .ntx_tabswrapper > ul li.selected:before,
#footercontainer .ntx_tabswrapper > ul li.selected:before,
section#ntx_area .ntx_tabform > ul li.selected:before,
#footercontainer .ntx_tabform > ul li.selected:before {
  content: '\f0dd';
  font-family: FontAwesome;
  float: right;
  margin-right: 10px;
  margin-top: 8px;
  color: #fff;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  section#ntx_area #ntx_page_tabs > ul li.selected:before,
  #footercontainer #ntx_page_tabs > ul li.selected:before,
  section#ntx_area #ntx_page_subtabs > ul li.selected:before,
  #footercontainer #ntx_page_subtabs > ul li.selected:before,
  section#ntx_area .ntx_tabswrapper > ul li.selected:before,
  #footercontainer .ntx_tabswrapper > ul li.selected:before,
  section#ntx_area .ntx_tabform > ul li.selected:before,
  #footercontainer .ntx_tabform > ul li.selected:before {
    content: '' !important;
    margin: 0 !important;
  }
}
section#ntx_area #ntx_page_tabs > ul li.right,
#footercontainer #ntx_page_tabs > ul li.right,
section#ntx_area #ntx_page_subtabs > ul li.right,
#footercontainer #ntx_page_subtabs > ul li.right,
section#ntx_area .ntx_tabswrapper > ul li.right,
#footercontainer .ntx_tabswrapper > ul li.right,
section#ntx_area .ntx_tabform > ul li.right,
#footercontainer .ntx_tabform > ul li.right {
  float: right;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  section#ntx_area #ntx_page_tabs > ul li,
  #footercontainer #ntx_page_tabs > ul li,
  section#ntx_area #ntx_page_subtabs > ul li,
  #footercontainer #ntx_page_subtabs > ul li,
  section#ntx_area .ntx_tabswrapper > ul li,
  #footercontainer .ntx_tabswrapper > ul li,
  section#ntx_area .ntx_tabform > ul li,
  #footercontainer .ntx_tabform > ul li {
    text-align: center;
    display: inline;
  }
}
section#ntx_area #ntx_page_tabs > ul.choose,
#footercontainer #ntx_page_tabs > ul.choose,
section#ntx_area #ntx_page_subtabs > ul.choose,
#footercontainer #ntx_page_subtabs > ul.choose,
section#ntx_area .ntx_tabswrapper > ul.choose,
#footercontainer .ntx_tabswrapper > ul.choose,
section#ntx_area .ntx_tabform > ul.choose,
#footercontainer .ntx_tabform > ul.choose {
  position: fixed;
  width: 90vw;
  margin: 0 auto 20px;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background: #fff;
  z-index: 9999999;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.75);
}
section#ntx_area #ntx_page_tabs > ul.choose li,
#footercontainer #ntx_page_tabs > ul.choose li,
section#ntx_area #ntx_page_subtabs > ul.choose li,
#footercontainer #ntx_page_subtabs > ul.choose li,
section#ntx_area .ntx_tabswrapper > ul.choose li,
#footercontainer .ntx_tabswrapper > ul.choose li,
section#ntx_area .ntx_tabform > ul.choose li,
#footercontainer .ntx_tabform > ul.choose li {
  display: block;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  section#ntx_area #ntx_page_tabs > ul,
  #footercontainer #ntx_page_tabs > ul,
  section#ntx_area #ntx_page_subtabs > ul,
  #footercontainer #ntx_page_subtabs > ul,
  section#ntx_area .ntx_tabswrapper > ul,
  #footercontainer .ntx_tabswrapper > ul,
  section#ntx_area .ntx_tabform > ul,
  #footercontainer .ntx_tabform > ul {
    height: 39px;
  }
}
section#ntx_area #ntx_page_tabs + #frmsearch #divSearch,
#footercontainer #ntx_page_tabs + #frmsearch #divSearch,
section#ntx_area #ntx_page_subtabs + #frmsearch #divSearch,
#footercontainer #ntx_page_subtabs + #frmsearch #divSearch,
section#ntx_area .ntx_tabswrapper + #frmsearch #divSearch,
#footercontainer .ntx_tabswrapper + #frmsearch #divSearch,
section#ntx_area .ntx_tabform + #frmsearch #divSearch,
#footercontainer .ntx_tabform + #frmsearch #divSearch {
  border: 0;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  section#ntx_area #ntx_page_tabs,
  #footercontainer #ntx_page_tabs,
  section#ntx_area #ntx_page_subtabs,
  #footercontainer #ntx_page_subtabs,
  section#ntx_area .ntx_tabswrapper,
  #footercontainer .ntx_tabswrapper,
  section#ntx_area .ntx_tabform,
  #footercontainer .ntx_tabform {
    font-size: 1em !important;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  section#ntx_area #ntx_page_tabs,
  #footercontainer #ntx_page_tabs,
  section#ntx_area #ntx_page_subtabs,
  #footercontainer #ntx_page_subtabs,
  section#ntx_area .ntx_tabswrapper,
  #footercontainer .ntx_tabswrapper,
  section#ntx_area .ntx_tabform,
  #footercontainer .ntx_tabform {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0 0;
    background-color: #F5F5F5;
    font-size: 0.9em;
    width: 100%;
  }
  section#ntx_area #ntx_page_tabs:not(.noscroll),
  #footercontainer #ntx_page_tabs:not(.noscroll),
  section#ntx_area #ntx_page_subtabs:not(.noscroll),
  #footercontainer #ntx_page_subtabs:not(.noscroll),
  section#ntx_area .ntx_tabswrapper:not(.noscroll),
  #footercontainer .ntx_tabswrapper:not(.noscroll),
  section#ntx_area .ntx_tabform:not(.noscroll),
  #footercontainer .ntx_tabform:not(.noscroll) {
    overflow-x: auto;
  }
  section#ntx_area #ntx_page_tabs ul,
  #footercontainer #ntx_page_tabs ul,
  section#ntx_area #ntx_page_subtabs ul,
  #footercontainer #ntx_page_subtabs ul,
  section#ntx_area .ntx_tabswrapper ul,
  #footercontainer .ntx_tabswrapper ul,
  section#ntx_area .ntx_tabform ul,
  #footercontainer .ntx_tabform ul {
    white-space: nowrap;
  }
  section#ntx_area #ntx_page_tabs .actions,
  #footercontainer #ntx_page_tabs .actions,
  section#ntx_area #ntx_page_subtabs .actions,
  #footercontainer #ntx_page_subtabs .actions,
  section#ntx_area .ntx_tabswrapper .actions,
  #footercontainer .ntx_tabswrapper .actions,
  section#ntx_area .ntx_tabform .actions,
  #footercontainer .ntx_tabform .actions {
    margin-left: auto;
    margin-right: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
  }
  section#ntx_area #ntx_page_tabs .actions .ntx_button,
  #footercontainer #ntx_page_tabs .actions .ntx_button,
  section#ntx_area #ntx_page_subtabs .actions .ntx_button,
  #footercontainer #ntx_page_subtabs .actions .ntx_button,
  section#ntx_area .ntx_tabswrapper .actions .ntx_button,
  #footercontainer .ntx_tabswrapper .actions .ntx_button,
  section#ntx_area .ntx_tabform .actions .ntx_button,
  #footercontainer .ntx_tabform .actions .ntx_button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
  }
}
section#ntx_area .ntx_tabform.dark > ul li.selected a,
#footercontainer .ntx_tabform.dark > ul li.selected a {
  background-color: #555;
  color: white !important;
  border-color: #555 !important;
}
section#ntx_area .ntx_tabform.dark > ul li a,
#footercontainer .ntx_tabform.dark > ul li a {
  color: #fff;
  text-decoration: none !important;
}
section#ntx_area #ntx_leftnav.left,
#footercontainer #ntx_leftnav.left {
  border-top: 0 !important;
}
section#ntx_area #ntx_leftnav span.title,
#footercontainer #ntx_leftnav span.title {
  display: none;
}
@media only screen and (min-width: 950px) {
  section#ntx_area #ntx_leftnav span.title,
  #footercontainer #ntx_leftnav span.title {
    font-size: 1.2em;
    font-weight: normal;
    padding: 10px;
    display: block !important;
  }
}
section#ntx_area #ntx_leftnav > ul,
#footercontainer #ntx_leftnav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
section#ntx_area #ntx_leftnav > ul li,
#footercontainer #ntx_leftnav > ul li {
  display: none;
}
section#ntx_area #ntx_leftnav > ul li a,
#footercontainer #ntx_leftnav > ul li a {
  padding: 10px;
  cursor: pointer;
  font-size: 0.9em;
  border: solid 1px transparent;
  display: block;
}
@media only screen and (min-width: 950px) {
  section#ntx_area #ntx_leftnav > ul li a,
  #footercontainer #ntx_leftnav > ul li a {
    display: block;
    padding: 8px 8px;
    color: #000 !important;
    text-decoration: none;
    font-size: 0.95em;
    cursor: pointer;
    margin: 0 0 0 0;
    border: solid 1px rgba(0, 0, 0, 0);
    border-right: 0;
  }
  section#ntx_area #ntx_leftnav > ul li a:hover,
  #footercontainer #ntx_leftnav > ul li a:hover {
    background-color: #FFF;
    color: #000;
    border: solid 1px #CCC;
    border-right: 0;
  }
}
section#ntx_area #ntx_leftnav > ul li.selected,
#footercontainer #ntx_leftnav > ul li.selected {
  display: block;
}
section#ntx_area #ntx_leftnav > ul li.selected a,
#footercontainer #ntx_leftnav > ul li.selected a {
  background-color: #FFF;
  border: solid 1px #C0C0C0;
  border-bottom: 0 !important;
}
section#ntx_area #ntx_leftnav > ul li.selected:before,
#footercontainer #ntx_leftnav > ul li.selected:before {
  content: '\f0dd';
  font-family: FontAwesome;
  float: right;
  margin-right: 10px;
  margin-top: 8px;
  color: #fff;
}
@media only screen and (min-width: 950px) {
  section#ntx_area #ntx_leftnav > ul li.selected:before,
  #footercontainer #ntx_leftnav > ul li.selected:before {
    content: '' !important;
    margin: 0 !important;
  }
  section#ntx_area #ntx_leftnav > ul li.selected a,
  #footercontainer #ntx_leftnav > ul li.selected a {
    background-color: #FFF !important;
    color: #000 !important;
    border: solid 1px #CCC !important;
    border-right: 0 !important;
  }
}
@media only screen and (min-width: 950px) {
  section#ntx_area #ntx_leftnav > ul li,
  #footercontainer #ntx_leftnav > ul li {
    display: block !important;
  }
}
@media only screen and (min-width: 950px) {
  section#ntx_area #ntx_leftnav > ul,
  #footercontainer #ntx_leftnav > ul {
    width: auto !important;
    list-style: none;
    margin: 10px 0 10px 8px !important;
    padding: 0;
    background-color: #DADADA;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
  }
}
section#ntx_area #ntx_leftnav.choose,
#footercontainer #ntx_leftnav.choose {
  position: fixed;
  width: 90vw;
  margin: 0 auto 20px;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background: #fff;
  z-index: 9999999;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.75);
}
section#ntx_area #ntx_leftnav.choose span.title,
#footercontainer #ntx_leftnav.choose span.title {
  display: block;
  padding: 10px;
}
section#ntx_area #ntx_leftnav.choose li,
#footercontainer #ntx_leftnav.choose li {
  display: block;
}
@media only screen and (min-width: 950px) {
  section#ntx_area #ntx_leftnav,
  #footercontainer #ntx_leftnav {
    display: block !important;
    margin-bottom: 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    border-right: 0 !important;
  }
}
section#ntx_area .ntx_slider_container,
#footercontainer .ntx_slider_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 2.5rem;
}
section#ntx_area .ntx_slider_container .ntx_slidervalue,
#footercontainer .ntx_slider_container .ntx_slidervalue {
  width: 30px;
}
section#ntx_area .ntx_slider_container .ntx_slider,
#footercontainer .ntx_slider_container .ntx_slider {
  margin: 5px 10px;
  width: 100%;
}
section#ntx_area .tbl_tasks .taskdetail,
#footercontainer .tbl_tasks .taskdetail {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section#ntx_area .tbl_tasks .taskdetail .details > div,
#footercontainer .tbl_tasks .taskdetail .details > div {
  margin-bottom: 5px;
}
section#ntx_area .tbl_tasks .otherdetails .date,
#footercontainer .tbl_tasks .otherdetails .date {
  font-size: 11px;
  font-style: italic;
  color: #666;
  margin-right: 5px;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  section#ntx_area .tbl_tasks .otherdetails,
  #footercontainer .tbl_tasks .otherdetails {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
section#ntx_area .tbl_tasks .complete.action,
#footercontainer .tbl_tasks .complete.action {
  width: 57px;
}
section#ntx_area .tbl_tasks .priority,
#footercontainer .tbl_tasks .priority {
  width: 16px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section#ntx_area .tbl_tasks .priority .colorbar,
#footercontainer .tbl_tasks .priority .colorbar {
  height: 54px;
}
section#ntx_area .tbl_tasks .duetime,
#footercontainer .tbl_tasks .duetime {
  width: 164px;
}
section#ntx_area .tbl_tasks .completed,
#footercontainer .tbl_tasks .completed {
  opacity: 0.3;
}
section#ntx_area .tbl_tasks .completed .subject,
#footercontainer .tbl_tasks .completed .subject {
  text-decoration: line-through;
}
section#ntx_area .tbl_tasks .taskassignment,
#footercontainer .tbl_tasks .taskassignment {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section#ntx_area .tbl_tasks .taskassignment span,
#footercontainer .tbl_tasks .taskassignment span {
  margin-right: 5px;
}
section#ntx_area .tbl_tasks .taskassignment .colorcode,
#footercontainer .tbl_tasks .taskassignment .colorcode {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  width: 13px;
  height: 13px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
section#ntx_area .tbl_tasks .taskassignment .colorcode.assigned_type_1,
#footercontainer .tbl_tasks .taskassignment .colorcode.assigned_type_1 {
  background-color: #88a8cb;
}
section#ntx_area .tbl_tasks .taskassignment .colorcode.assigned_type_2,
#footercontainer .tbl_tasks .taskassignment .colorcode.assigned_type_2 {
  background-color: #eaba6c;
}
section#ntx_area .tbl_tasks .taskassignment .colorcode.assigned_type_3,
#footercontainer .tbl_tasks .taskassignment .colorcode.assigned_type_3 {
  background-color: #B3B3B3;
}
section#ntx_area .notes_item .type,
#footercontainer .notes_item .type,
section#ntx_area .notes_item .pinned,
#footercontainer .notes_item .pinned {
  padding: 5px;
  color: #eee;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  /*.flex-fixwidth(25px);*/
  margin: 3px;
}
section#ntx_area .notes_item .type.noteType_0,
#footercontainer .notes_item .type.noteType_0,
section#ntx_area .notes_item .pinned.noteType_0,
#footercontainer .notes_item .pinned.noteType_0 {
  background-color: #eaba6c;
}
section#ntx_area .notes_item .type.noteType_1,
#footercontainer .notes_item .type.noteType_1,
section#ntx_area .notes_item .pinned.noteType_1,
#footercontainer .notes_item .pinned.noteType_1 {
  background-color: #88a8cb;
}
section#ntx_area .notes_item .type.noteType_2,
#footercontainer .notes_item .type.noteType_2,
section#ntx_area .notes_item .pinned.noteType_2,
#footercontainer .notes_item .pinned.noteType_2 {
  background-color: #B3B3B3;
}
section#ntx_area .notes_item .type.noteType_3,
#footercontainer .notes_item .type.noteType_3,
section#ntx_area .notes_item .pinned.noteType_3,
#footercontainer .notes_item .pinned.noteType_3 {
  background-color: #b9a286;
}
section#ntx_area .notes_item .type.noteType_4,
#footercontainer .notes_item .type.noteType_4,
section#ntx_area .notes_item .pinned.noteType_4,
#footercontainer .notes_item .pinned.noteType_4 {
  background-color: #80b280;
}
section#ntx_area .notes_item .type.noteType_5,
#footercontainer .notes_item .type.noteType_5,
section#ntx_area .notes_item .pinned.noteType_5,
#footercontainer .notes_item .pinned.noteType_5 {
  background-color: #b17fd2;
}
section#ntx_area .notes_item .details .subject,
#footercontainer .notes_item .details .subject {
  font-size: 0.85em;
}
section#ntx_area .notes_item .info,
#footercontainer .notes_item .info {
  color: #666;
  font-size: 0.8em;
  font-style: italic;
}
section#ntx_area .notes_item .pinned,
#footercontainer .notes_item .pinned {
  background-color: #e0a2a2;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  section#ntx_area,
  #footercontainer {
    padding-top: 0 !important;
    margin-top: 70px;
  }
  section#ntx_area div.pgResults,
  #footercontainer div.pgResults {
    font-size: 14px !important;
  }
  section#ntx_area div.pgResults .button.first,
  #footercontainer div.pgResults .button.first,
  section#ntx_area div.pgResults .button.last,
  #footercontainer div.pgResults .button.last {
    display: block !important;
  }
  section#ntx_area div.pgResults #pgRows,
  #footercontainer div.pgResults #pgRows {
    display: inline-block !important;
  }
  section#ntx_area div.pgResults span,
  #footercontainer div.pgResults span {
    font-size: 1em;
  }
  section#ntx_area div.pgResults i,
  #footercontainer div.pgResults i {
    font-size: 1.15em !important;
  }
}
.ntx_rows {
  list-style: none;
}
.ntx_rows .ntx_row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 5px;
  border-bottom: dashed 1px #DDD;
  width: 100%;
}
.ntx_rows .ntx_row:hover {
  background-color: #eee;
}
.ntx_rows .ntx_row:last-of-type {
  border-bottom: 0;
}
.ntx_rows .ntx_row .right {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ntx_rows .ntx_row a {
  cursor: pointer;
}
.ntx_rows .ntx_row .icon {
  padding: 0 3px;
}
.ntx_rows .ntx_row > .details {
  margin-left: 10px;
  /*i {
                margin-right: 10px;
            }*/

}
.ntx_rows .ntx_row .rowactions {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: row;
  -webkit-flex-wrap: row;
  flex-wrap: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ntx_rows .ntx_row .rowactions .ntx_button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.ntx_rows .ntx_row.workboard,
.ntx_rows .ntx_row.workboardlist {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ntx_rows .ntx_row.workboard .workboard-icon,
.ntx_rows .ntx_row.workboardlist .workboard-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ntx_rows .ntx_row.workboard .workboard-name,
.ntx_rows .ntx_row.workboardlist .workboard-name {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 40px);
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 30px;
}
.ntx_rows .ntx_row.workboardlist .colorbar.status {
  align-self: stretch;
}
.tasks_item {
  padding: 10px 5px;
}
.tasks_item .colorbar {
  height: 45px;
}
.tasks_item.completed {
  opacity: 0.3;
}
.tasks_item.completed .details .subject {
  text-decoration: line-through;
}
.tasks_item .complete {
  width: 18px;
  min-width: 18px;
}
.tasks_item .taskassignment {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tasks_item .taskassignment span {
  margin-right: 5px;
}
.tasks_item .taskassignment .colorcode {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  width: 13px;
  height: 13px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
.tasks_item .taskassignment .colorcode.assigned_type_1 {
  background-color: #88a8cb;
}
.tasks_item .taskassignment .colorcode.assigned_type_2 {
  background-color: #eaba6c;
}
.tasks_item .taskassignment .colorcode.assigned_type_3 {
  background-color: #B3B3B3;
}
.tasks_item .details {
  padding-left: 5px;
  max-width: 300px;
}
.tasks_item .details .subject {
  margin-bottom: 3px;
}
.tasks_item .details .otherdetails {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.tasks_item .details .otherdetails .staff {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  font-size: 0.75em;
  font-style: italic;
  margin-bottom: 3px;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  color: #666;
  min-width: 144px;
}
.tasks_item .details .otherdetails .staff > div {
  margin-right: 5px;
}
.tasks_item .details .otherdetails .duetime {
  margin-left: auto;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  width: 144px;
  min-width: 144px;
}
.tasks_item .details .otherdetails .taskdate {
  font-size: 0.75em;
  font-style: italic;
  color: #666;
}
.countdown {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.countdown .section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 2px;
  color: #fff;
  font-size: 0.8em;
  background-color: #B3B3B3 !important;
  padding: 4px 5px !important;
  width: 34px;
  border: 0 !important;
}
.countdown .section .type {
  font-size: 0.9em;
  padding-left: 1px;
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.countdown.due .section {
  background-color: #eaba6c !important;
}
.countdown.overdue .section {
  background-color: #e0a2a2 !important;
}
.ntx_button {
  position: relative;
  background-color: #e0e0e0;
  color: #333 !important;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  opacity: 0.7;
}
.ntx_button:hover,
.ntx_button.selected {
  opacity: 1;
  color: #333 !important;
}
.ntx_button.selected {
  -webkit-box-shadow: inset 0px 0px 10px -4px #000000;
  -moz-box-shadow: inset 0px 0px 10px -4px #000000;
  box-shadow: inset 0px 0px 10px -4px #000000;
  opacity: 1 !important;
}
.ntx_button.withborder {
  border: solid 1px #CCC;
}
.ntx_button.green {
  background-color: #0A0;
  color: #fff !important;
}
.ntx_button.red {
  background-color: #BD1717;
  color: #fff !important;
}
.ntx_button.blue {
  background-color: #4074B2;
  color: #fff !important;
}
.ntx_button.blue[disabled=disabled] {
  opacity: 0.3 !important;
  cursor: default !important;
}
.ntx_button.blue a {
  color: #fff !important;
}
.ntx_button.darkgrey {
  background-color: #888;
  color: #fff !important;
}
.ntx_button.clear {
  background-color: transparent;
  border: solid 1px transparent !important;
}
.ntx_button.clear:hover {
  background-color: #e0e0e0;
  color: #333;
  border: solid 1px #CCC !important;
}
.ntx_button.fa-inverse {
  color: #fff !important;
}
.ntx_button.disabled {
  /*pointer-events: none;*/
  cursor: default;
  opacity: 0.4 !important;
}
.ntx_button.bnattachments,
.ntx_button.bndocuments {
  height: auto !important;
  padding: 10px !important;
  margin-right: 5px !important;
}
.ntx_button.fa-user.customer {
  color: #88a8cb !important;
}
.ntx_button.fa-user.supplier {
  color: #e0a2a2 !important;
}
footer {
  margin-bottom: 30px;
  margin-top: 40px;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  footer {
    margin-bottom: 70px;
  }
}
footer #ntx_tc {
  font-size: 9px;
  text-align: center;
  list-style: none;
}
footer #ntx_tc li {
  display: inline;
}
footer .ntx_footer_bar {
  height: 1px;
  width: 65%;
  max-width: 540px;
  margin: 0 auto 13px;
}
footer.dashboard a,
footer.dashboard a:hover,
footer.dashboard a:active {
  color: #494949;
}
footer.dashboard .ntx_footer_bar {
  background-color: #494949;
}
footer.contacts a,
footer.contacts a:hover,
footer.contacts a:active {
  color: #a97fbd;
}
footer.contacts .ntx_footer_bar {
  background-color: #a97fbd;
}
footer.sitefront a,
footer.sitefront a:hover,
footer.sitefront a:active {
  color: #52bbc5;
}
footer.sitefront .ntx_footer_bar {
  background-color: #52bbc5;
}
footer.storefront a,
footer.storefront a:hover,
footer.storefront a:active {
  color: #ee884d;
}
footer.storefront .ntx_footer_bar {
  background-color: #ee884d;
}
footer.accounting a,
footer.accounting a:hover,
footer.accounting a:active {
  color: #5baf4f;
}
footer.accounting .ntx_footer_bar {
  background-color: #5baf4f;
}
footer.backoffice a,
footer.backoffice a:hover,
footer.backoffice a:active {
  color: #f8b132;
}
footer.backoffice .ntx_footer_bar {
  background-color: #f8b132;
}
footer.apps a,
footer.apps a:hover,
footer.apps a:active {
  color: #4191A4;
}
footer.apps .ntx_footer_bar {
  background-color: #4191A4;
}
footer.reseller a,
footer.reseller a:hover,
footer.reseller a:active {
  color: #024302;
}
footer.reseller .ntx_footer_bar {
  background-color: #024302;
}
footer.inbox a,
footer.inbox a:hover,
footer.inbox a:active {
  color: #F2901D;
}
footer.inbox .ntx_footer_bar {
  background-color: #F2901D;
}
footer.master a,
footer.master a:hover,
footer.master a:active {
  color: #494949;
}
footer.master .ntx_footer_bar {
  background-color: #494949;
}
footer.organisation a,
footer.organisation a:hover,
footer.organisation a:active {
  color: #666;
}
footer.organisation .ntx_footer_bar {
  background-color: #666;
}
div.pgResults_wrapper {
  overflow: hidden;
  background-color: #F5F5F5;
  padding: 8px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
div.pgResults_wrapper .leftSummary {
  font-size: 0.95em;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
div.pgResults_wrapper .leftSummary select {
  padding: 7px;
  margin: 0 -1px;
}
div.pgResults_wrapper div.pgResults {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
div.pgResults_wrapper div.pgResults #pgRows,
div.pgResults_wrapper div.pgResults #pgRowsLabel {
  display: none;
}
div.pgResults_wrapper div.pgResults #rpp {
  padding: 7px;
  margin: 0 -1px !important;
}
div.pgResults_wrapper div.pgResults span {
  font-size: 0.75em;
  margin-right: 5px;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
div.pgResults_wrapper div.pgResults .button {
  cursor: pointer;
  border: solid 1px #CCC;
  background-color: #e0e0e0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 28px;
  margin-right: 5px;
  opacity: 0.5;
}
div.pgResults_wrapper div.pgResults .button.first,
div.pgResults_wrapper div.pgResults .button.last {
  display: none;
}
div.pgResults_wrapper div.pgResults .button.disabled {
  opacity: 0.3;
  cursor: default;
}
div.pgResults_wrapper div.pgResults .button.disabled:hover {
  opacity: 0.3 !important;
}
div.pgResults_wrapper div.pgResults .button:hover {
  opacity: 1;
}
div.pgResults_wrapper div.pgResults .button i {
  font-size: 1.35em;
  font-weight: bold;
  opacity: 0.75;
  display: block;
  padding: 5px;
}
div.pgResults_wrapper div.pgResults .button i:hover {
  opacity: 1;
}
div.pgResults_wrapper div.pgResults .button i.disabled {
  opacity: 0.3;
  cursor: default !important;
}
div.pgResults_wrapper div.pgResults input {
  width: 50px;
}
.ntx_tableTitle {
  font-size: 2.5em;
}
table.tblResults {
  width: 100%;
  /*font-size: 12px;*/
  border-collapse: collapse;
}
table.tblResults > thead {
  background-color: #F5F5F5;
  border-bottom: 3px solid #ddd;
}
table.tblResults > thead tr {
  padding: 0;
  color: #000;
  height: 30px;
  border-bottom: solid 1px transparent;
}
table.tblResults > thead tr th {
  text-align: left;
  vertical-align: middle;
}
table.tblResults > thead tr th.amount {
  text-align: right;
}
table.tblResults > thead a.button {
  border: solid 1px #CCC;
  background-color: #e0e0e0;
  color: #333;
  cursor: pointer;
  font-size: 0.55em;
  text-transform: lowercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 22px;
  width: 22px;
  display: block;
  margin-right: 5px;
}
table.tblResults > thead a.button.actions {
  background: url(../../images/action_buttons/actions.png) #e0e0e0 no-repeat center;
  background-size: 80%;
}
table.tblResults > thead a.button .selectall,
table.tblResults > thead a.button .expand,
table.tblResults > thead a.button .collapse {
  width: 100%;
  height: 100%;
  line-height: 22px;
  color: #666;
}
table.tblResults > thead .accordion {
  padding: 3px;
  margin-left: 5px;
}
table.tblResults > tbody {
  border-bottom: 3px solid #ddd;
}
table.tblResults > tbody > tr {
  border-bottom: 1px dashed #ddd;
  transition: background-color 200ms linear;
}
table.tblResults > tbody > tr:last-child {
  border-bottom: solid 1px transparent;
}
table.tblResults > tbody > tr:hover {
  background-color: #eee;
}
table.tblResults > tbody > tr.dropfiles {
  border-bottom: solid 1px transparent !important;
  background-color: #fff;
  height: 0;
}
table.tblResults > tbody > tr.dropfiles.hover {
  background-color: #ffc;
}
table.tblResults > tbody > tr.dropfiles th {
  padding: 0;
}
table.tblResults > tbody > tr.dropfiles .dropzone {
  background-color: palegreen;
  float: left;
  width: 100%;
  height: 50vh;
  line-height: 50vh;
  text-align: center;
  border: solid 1px #ddd;
  color: #555;
  display: none;
}
table.tblResults > tbody > tr.dropfiles .dropzone:hover {
  background-color: #FFC;
}
table.tblResults > tbody > tr.dropfiles .filequeue .tblqueue {
  width: 100%;
}
table.tblResults > tbody > tr.dropfiles .filequeue .tblqueue tr {
  border: solid 1px #ddd;
}
table.tblResults > tbody > tr.dropfiles .filequeue .tblqueue tr td {
  padding: 8px 15px !important;
}
table.tblResults > tbody > tr.dropfiles .filequeue .tblqueue .progress {
  width: 80%;
  font-size: 11px;
  color: red;
}
table.tblResults > tbody > tr.dropfiles .filequeue .tblqueue .progressbar {
  height: 10px;
}
table.tblResults > tbody td {
  vertical-align: middle;
}
table.tblResults > tbody td.amount {
  text-align: right;
}
table.tblResults > tbody td.amount.credit {
  color: #024302;
}
table.tblResults > tbody td.amount.credit a {
  color: #024302 !important;
}
table.tblResults > tbody td.amount.debt {
  color: #BD1717;
}
table.tblResults > tbody td.amount.debt a {
  color: #BD1717 !important;
}
table.tblResults > tbody td.icon {
  padding: 0 5px !important;
}
table.tblResults > tbody td.icon .type {
  padding: 5px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
table.tblResults > tbody td.icon .type.noteType_0 {
  color: #eee;
  background-color: #eaba6c;
}
table.tblResults > tbody td.icon .type.noteType_1 {
  color: #eee;
  background-color: #88a8cb;
}
table.tblResults > tbody td.icon .type.noteType_2 {
  color: #eee;
  background-color: #B3B3B3;
}
table.tblResults > tbody td.icon .type.noteType_3 {
  color: #eee;
  background-color: #e0a2a2;
}
table.tblResults > tbody td.icon .type.noteType_4 {
  color: #eee;
  background-color: #80b280;
}
table.tblResults > tbody td.icon .type.noteType_5 {
  color: #eee;
  background-color: #b17fd2;
}
table.tblResults > tbody td.icon .type.pinned {
  color: #eee;
  background-color: #e0a2a2;
}
table.tblResults > tbody td .des_small {
  font-size: 11px;
  font-style: italic;
  color: #666;
}
table.tblResults > tbody td div.ntx_color_box {
  float: left;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  margin: 3px;
}
table.tblResults > tbody td div.ntx_color_box.sitefront {
  background: #52bbc5;
}
table.tblResults > tbody td div.ntx_color_box.storefront {
  background: #ee884d;
}
table.tblResults > tbody td div.ntx_color_box.accounting {
  background: #5baf4f;
}
table.tblResults > tbody td div.ntx_color_box.backoffice {
  background: #f8b132;
}
table.tblResults > tbody td div.ntx_color_box.contacts {
  background: #a97fbd;
}
table.tblResults > tbody span.tag {
  font-size: 0.85em;
  border: 1px solid black;
  border-left: 4px solid black;
  border-radius: 5px;
  padding: 2px 10px;
  margin-right: 2px;
  /*margin: 0px 5px;*/

}
table.tblResults > tbody span.tag.active {
  border-color: #5baf4f;
  color: #5baf4f;
}
table.tblResults > tbody span.tag.inactive {
  border-color: #BD1717;
  color: #BD1717;
}
table.tblResults > tbody span.tag.draft {
  border-color: #4074B2;
  color: #4074B2;
}
table.tblResults > tbody .actionrequiremessage {
  margin: 30px auto;
  text-align: center;
}
table.tblResults > tfoot tr.actions {
  background-color: #F5F5F5;
}
table.tblResults > tfoot tr:first-child td {
  border-top: solid 1px #888;
}
table.tblResults > tfoot td {
  padding: 5px 10px 15px;
}
table.tblResults > tfoot td.amount {
  text-align: right;
}
table.tblResults > tfoot td.amount.credit {
  color: #024302;
}
table.tblResults > tfoot td.amount.debt {
  color: #BD1717;
}
table.tblResults > tfoot .label {
  font-size: 0.85em;
}
table.tblResults > tfoot .total {
  font-weight: bold;
  font-size: 1.15em;
}
table.tblResults td.select,
table.tblResults th.select {
  width: 30px;
}
table.tblResults td.icon,
table.tblResults th.icon {
  width: 16px;
}
table.tblResults td.action,
table.tblResults th.action {
  width: 14px;
}
table.tblResults td.color,
table.tblResults th.color {
  width: 16px;
}
table.tblResults td {
  padding: 2px 10px;
}
table.tblResults td a:not(.re-button) {
  /*color: #333 !important;*/
  display: block;
}
table.tblResults td.action,
table.tblResults td.actions {
  vertical-align: middle;
  padding: 15px 5px !important;
}
table.tblResults td.action .edit-button,
table.tblResults td.actions .edit-button {
  font-size: 1.5em;
}
table.tblResults td.action a,
table.tblResults td.actions a {
  padding: 10px;
  text-decoration: none;
  height: auto;
}
table.tblResults td.action:hover,
table.tblResults td.actions:hover {
  opacity: 1;
}
table.tblResults td.move {
  cursor: move;
}
table.tblResults td .ntx_tr_tag {
  display: inline-block;
  padding: 5px 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.85em;
}
table.tblResults td .ntx_tr_tag.blue {
  background-color: #88a8cb;
  color: #eee;
}
table.tblResults td .ntx_tr_tag.yellow {
  background-color: #FFF69A;
}
table.tblResults th {
  padding: 20px 10px;
}
table.tblResults th.move {
  cursor: move;
}
table.tblResults a {
  cursor: pointer;
}
table.tblResults.ntx_table_rich > tbody tr {
  border-bottom: 1px solid #eee;
  transition: background-color 200ms linear;
}
table.tblResults.ntx_table_rich > tbody tr td,
table.tblResults.ntx_table_rich > tbody tr th {
  padding: 15px 10px;
}
table.tblResults.ntx_table_fixed {
  table-layout: fixed;
}
table.tblResults.dashboard > thead tr td {
  padding: 15px 10px;
}
table.isCollapsable thead a[data-button=collapse] {
  display: inline-block !important;
}
table.isCollapsable thead a[data-button=expand] {
  display: none !important;
}
table.isCollapsable.collapsed thead a[data-button=collapse] {
  display: none !important;
}
table.isCollapsable.collapsed thead a[data-button=expand] {
  display: inline-block !important;
}
table.isCollapsable.collapsed tbody {
  display: none;
}
#tblNotes .icon {
  width: 22px;
}
.kanban-wrapper .kanban-list-header {
  padding: 0 !important;
}
.kanban-wrapper .kanban-list-header .kanban-list-counter {
  font-family: sans-serif;
  background-color: #666;
  color: #fff;
  border-radius: 3px;
  font-size: 0.8em;
  float: right;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.kanban-wrapper .kanban-list-header .kanban-list-header-container {
  padding: 12px;
}
div.bottom-right {
  position: fixed;
  bottom: 40px;
  right: 20px;
}
#statusMsgs {
  width: 300px;
  position: fixed;
  z-index: 10000005;
}
#statusMsgs div.statusMsgWrapper {
  word-break: break-word;
  width: 300px;
  font-size: 11px;
  background: #fefefe;
  color: #333;
  padding: 0;
  margin: 0 0 10px 0;
  border: 1px solid #bcbcbc;
  position: relative;
}
#statusMsgs div.status_success div.statusMsg .icon-container {
  background: #80b280;
}
#statusMsgs div.status_error div.statusMsg .icon-container {
  background: #e0a2a2;
}
#statusMsgs div.status_info div.statusMsg .icon-container {
  background: #88a8cb;
}
#statusMsgs div.status_warning div.statusMsg .icon-container {
  background: #eaba6c;
}
#statusMsgs div.statusMsg {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  min-height: 30px;
  height: 100%;
  color: #000;
  font-size: 13px;
}
#statusMsgs div.statusMsg .icon-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 50px;
  padding: 10px 0;
}
#statusMsgs div.statusMsg .icon-container i {
  margin: 0 auto;
  text-align: center;
  color: #fefefe;
  display: block;
}
#statusMsgs div.statusMsg .message-text {
  padding: 10px;
}
#statusMsgs div.statusMsg .message-text .title {
  font-weight: 600;
  margin-bottom: 10px;
}
#statusMsgs div.statusMsg div.close {
  position: absolute;
  top: 3px;
  right: 8px;
  opacity: 0.4;
}
#statusMsgs div.statusMsg div.close a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  padding: 2px 5px;
}
#statusMsgs div.statusMsg div.close a:hover {
  color: #000 !important;
}
#ntx_dash_items_base {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #E6E6E6;
  padding: 20px 10px;
}
#ntx_dash_items_base .ntx_dash_items {
  width: 100% !important;
}
#ntx_dash_items_base .ntx_dash_items.left {
  order: 1;
}
#ntx_dash_items_base .ntx_dash_items.right {
  order: 2;
  margin-left: 0;
}
#ntx_dash_items_base .ntx_dash_items .ntx_dash_item {
  background-color: #FFF;
  /*border-radius: 5px;*/
  padding: 12px;
  margin-bottom: 15px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  /*.ntx_form_row {
                &.button {
                    .flex();

                    .ntx_button {
                        width: 50% !important;
                    }
                }
            }*/

}
#ntx_dash_items_base .ntx_dash_items .ntx_dash_item.ntx_dash_form {
  background-color: #F5F5F5;
}
#ntx_dash_items_base .ntx_dash_items .ntx_dash_item .header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ntx_dash_items_base .ntx_dash_items .ntx_dash_item .header .title {
  font-size: 1.5em;
  color: #555;
  margin-bottom: 10px;
  /*text-transform: uppercase;*/
  font-weight: bold;
}
#ntx_dash_items_base .ntx_dash_items .ntx_dash_item .header .actions {
  margin-left: auto;
}
#ntx_dash_items_base .ntx_dash_items .ntx_dash_item .header .actions .ntx_button {
  padding: 5px;
}
#ntx_dash_items_base .ntx_dash_items .ntx_dash_item .content .buttons {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ntx_dash_items_base .ntx_dash_items .ntx_dash_item .content .buttons .ntx_button {
  padding: 5px;
}
#ntx_dash_items_base .ntx_dash_items .ntx_dash_item .content .links {
  margin-top: 5px;
  margin-bottom: 10px;
}
#ntx_dash_items_base .ntx_dash_items .ntx_dash_item .content .links ul {
  list-style: none;
  font-size: 0.9em;
}
#ntx_dash_items_base .ntx_dash_items .ntx_dash_item .content .links ul li {
  font-style: italic;
  padding: 3px 0;
}
#ntx_dash_items_base .ntx_dash_items .ntx_dash_item .content .links ul li a {
  text-decoration: underline;
}
@media only screen and (min-width: 950px) {
  #ntx_dash_items_base .ntx_dash_items {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #ntx_dash_items_base .ntx_dash_items.left {
    width: 60% !important;
  }
  #ntx_dash_items_base .ntx_dash_items.right {
    width: 40% !important;
    padding-left: 10px;
  }
}
div.ntx_search_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  border: solid 1px #CCC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #F3F3F3;
}
div.ntx_search_items .ntx_search_item {
  flex-grow: 1;
  margin-bottom: 10px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
div.ntx_search_items .ntx_search_item .ntx_search_item {
  margin-bottom: 0;
}
div.ntx_search_items .ntx_search_item input,
div.ntx_search_items .ntx_search_item textarea,
div.ntx_search_items .ntx_search_item select {
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #303030;
}
div.ntx_search_items .ntx_search_item select {
  padding: 9px;
}
div.ntx_search_items .ntx_search_item .selectize-control.single {
  height: 40px;
  width: 200px;
}
div.ntx_search_items .ntx_search_item label {
  font-size: 0.85em;
}
div.ntx_search_items .ntx_search_item .ntx_button {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
div.ntx_search_items .ntx_search_item.sdate,
div.ntx_search_items .ntx_search_item.sdatetime {
  margin-right: 0;
}
div.ntx_search_items .ntx_search_item.sdate::after,
div.ntx_search_items .ntx_search_item.sdatetime::after {
  content: "-";
}
div.ntx_search_items .ntx_search_actions {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  width: 100%;
  text-align: right;
}
div.ntx_search_items .ntx_search_actions button {
  border: 0;
  color: #666;
  background-color: #e0e0e0;
  cursor: pointer;
  padding: 5px 18px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
  text-transform: capitalize;
  width: 50px;
  height: 30px;
}
div.ntx_search_items .ntx_search_actions button[type=submit] {
  background-color: #0A0;
  color: #fff;
  width: 70px;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  div.ntx_search_items {
    margin-bottom: 10px;
  }
  div.ntx_search_items .ntx_search_item {
    flex-grow: 0 !important;
    margin-right: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  div.ntx_search_items input,
  div.ntx_search_items textarea,
  div.ntx_search_items select {
    width: auto !important;
  }
  div.ntx_search_items label {
    padding: 3px !important;
  }
  div.ntx_search_items label:after {
    content: ': ';
  }
}
.ntx_form_mini_wrapper {
  padding: 60px 10px 10px;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000005;
  overflow: auto;
  width: 100%;
  background-color: #EFEFEF;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  .ntx_form_mini_wrapper {
    position: relative !important;
    padding-top: 10px !important;
    height: auto !important;
    z-index: auto !important;
  }
}
.ntx_form_mini_wrapper .ntx_formalize {
  padding-top: 0;
}
.ntx_form_mini_wrapper .ntx_formalize .ntx_form_item {
  margin: 5px 0;
}
.ntx_form_mini_wrapper .type {
  padding: 5px;
  width: 30px;
  height: 30px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.ntx_form_mini_wrapper .type.noteType_0 {
  color: #eee;
  background-color: #eaba6c;
}
.ntx_form_mini_wrapper .type.noteType_1 {
  color: #eee;
  background-color: #88a8cb;
}
.ntx_form_mini_wrapper .type.noteType_2 {
  color: #eee;
  background-color: #B3B3B3;
}
.ntx_form_mini_wrapper .type.noteType_3 {
  color: #eee;
  background-color: #b9a286;
}
.ntx_form_mini_wrapper .type.noteType_4 {
  color: #eee;
  background-color: #80b280;
}
.ntx_form_mini_wrapper .type.noteType_5 {
  color: #eee;
  background-color: #b17fd2;
}
.ntx_form_mini_wrapper .type + span {
  margin-left: 5px;
}
.ntx_form {
  width: 100%;
}
.ntx_form.ntx_form_full {
  margin: 0;
  background-color: #F5F5F5;
}
.ntx_form.ntx_form_full div.ntx_form_row {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_label {
  width: 100%;
  padding: 2px 5px 0;
}
.ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_label label {
  font-size: 0.8em;
  font-weight: bold;
  color: #333;
}
.ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_label div.des {
  font-weight: normal;
  font-size: 11px;
  font-style: italic;
  color: #666;
}
.ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_field {
  position: relative;
  width: 100%;
  min-height: 30px;
  padding: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_field .colorcode {
  align-self: center;
  margin-right: 3px;
}
.ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_field select,
.ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_field input {
  display: inline-block;
  vertical-align: middle;
  border: solid 1px rgba(0, 0, 0, 0.2);
  padding: 5px;
}
.ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_field img {
  display: inline-block;
  vertical-align: middle;
}
.ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_field label {
  font-size: 0.85em;
  font-style: italic;
  color: #666;
  margin-right: 10px;
}
.ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_field .selectize-control {
  flex-grow: 1;
}
.ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_field .selectize-control .selectize-input.email {
  opacity: 0.7;
}
.ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_field span.email {
  margin-left: 5px;
  opacity: 0.5;
}
.ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_field span.email:before {
  content: "<";
}
.ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_field span.email:after {
  content: ">";
}
.ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_field pre {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */

}
.ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_field .redactor-box {
  margin-bottom: 0;
}
.ntx_form.ntx_form_full div.ntx_form_row.center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ntx_form.ntx_form_full div.ntx_form_row.header {
  border-bottom: solid 1px #999;
  margin-bottom: 10px;
}
.ntx_form.ntx_form_full div.ntx_form_row.header .title {
  font-size: 1.15em;
  margin-bottom: 5px;
}
.ntx_form.ntx_form_full div.ntx_form_row .success {
  color: #4CAF50;
}
.ntx_form.ntx_form_full div.ntx_form_row .error {
  color: #F44336;
}
.ntx_form.ntx_form_full input[type=password],
.ntx_form.ntx_form_full input[type=text],
.ntx_form.ntx_form_full input[type=number],
.ntx_form.ntx_form_full input[type=email],
.ntx_form.ntx_form_full select,
.ntx_form.ntx_form_full textarea {
  flex-grow: 1;
  margin: 1px;
}
.ntx_form.ntx_form_full input[type=number] {
  width: 100px;
  flex-grow: 0;
}
.ntx_form.ntx_form_full input.date {
  padding: 3px;
}
.ntx_form.ntx_form_full input,
.ntx_form.ntx_form_full select,
.ntx_form.ntx_form_full textarea {
  font-size: 14px;
  border: solid 1px #999;
}
.ntx_form.ntx_form_full input.valid {
  background: url(../../images/form_icon_valid.png) no-repeat right #fff;
}
.ntx_form.ntx_form_full input.error {
  border-color: #febbbe;
  background: url(../../images/form_icon_error.png) no-repeat right #fff;
}
.ntx_form.ntx_form_full input.warning {
  border-color: #E6C287;
  background: url(../../images/form_icon_warning.png) no-repeat right #fff;
}
.ntx_form.ntx_form_full .ntx_button {
  border: 0;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: auto;
  padding: 0 5px;
  height: 30px;
  opacity: 1;
  /*padding: 0px 20px;*/

  /* button in field*/

}
.ntx_form.ntx_form_full .ntx_button[type=submit] {
  background: #0A0;
  color: #fff !important;
  width: 70px;
}
.ntx_form.ntx_form_full .ntx_button.delete {
  float: right;
  background: #BD1717;
}
.ntx_form.ntx_form_full .ntx_button.cancel {
  background: #888;
}
.ntx_form.ntx_form_full .ntx_button.fieldbutton {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.ntx_form.ntx_form_full.note .type {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ntx_form.ntx_form_full.note .typeicon {
  width: 28px;
  cursor: pointer;
}
.ntx_form.ntx_form_full.note .typeicon a {
  display: block;
  height: 28px;
}
.ntx_form.ntx_form_full.note .typeicon a.ico_notetype_0 {
  background: url(../../images/notetype_0_22.gif) no-repeat center;
}
.ntx_form.ntx_form_full.note .typeicon a.ico_notetype_1 {
  background: url(../../images/notetype_1_22.gif) no-repeat center;
}
.ntx_form.ntx_form_full.note .typeicon a.ico_notetype_2 {
  background: url(../../images/notetype_2_22.gif) no-repeat center;
}
.ntx_form.ntx_form_full.note .typeicon a.ico_notetype_3 {
  background: url(../../images/notetype_3_22.gif) no-repeat center;
}
.ntx_form.ntx_form_full.note .typeicon a.ico_notetype_4 {
  background: url(../../images/notetype_4_22.gif) no-repeat center;
}
.ntx_form.ntx_form_full.note .typedes {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  cursor: pointer;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  .ntx_form.ntx_form_full {
    background-color: #f0f0f0;
    padding: 15px 0;
  }
  .ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_label {
    width: 28%;
    text-align: right;
    background-color: #f0f0f0;
    font-size: 1.15em;
    padding-bottom: 5px !important;
  }
  .ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_label label {
    font-weight: normal !important;
  }
  .ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_field {
    width: 72%;
    background-color: whitesmoke;
  }
  .ntx_form.ntx_form_full div.ntx_form_row div.ntx_form_field.full {
    width: 100%;
  }
  .ntx_form.ntx_form_full div.ntx_form_row select {
    width: 100% !important;
  }
  .ntx_form.ntx_form_full div.ntx_form_row button[type=submit] {
    margin-left: 24%;
  }
}
.ntx_form.ntx_form_mini {
  background-color: #EFEFEF;
}
.ntx_form.ntx_form_mini div.ntx_form_row {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ntx_form.ntx_form_mini div.ntx_form_row div.ntx_form_label {
  width: 100%;
  padding: 5px 5px 0;
}
.ntx_form.ntx_form_mini div.ntx_form_row div.ntx_form_label label {
  font-size: 0.8em;
  font-weight: bold;
  color: #333;
}
.ntx_form.ntx_form_mini div.ntx_form_row div.ntx_form_label div.des {
  font-weight: normal;
  font-size: 11px;
  font-style: italic;
  color: #888;
}
.ntx_form.ntx_form_mini div.ntx_form_row div.ntx_form_field {
  width: 100%;
  padding: 2px 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ntx_form.ntx_form_mini div.ntx_form_row div.ntx_form_field .colorcode {
  align-self: center;
  margin-right: 3px;
}
.ntx_form.ntx_form_mini div.ntx_form_row div.ntx_form_field input {
  display: inline-block;
  vertical-align: middle;
}
.ntx_form.ntx_form_mini div.ntx_form_row div.ntx_form_field img {
  display: inline-block;
  vertical-align: middle;
}
.ntx_form.ntx_form_mini div.ntx_form_row.section {
  padding: 2px 30px;
  border-top: solid 1px #494949;
  border-bottom: solid 1px #BBB;
  color: #494949;
  font-size: 1.1em;
  font-family: Verdana, Arial, Geneva, sans-serif;
  background-color: #fff;
  height: 35px;
  line-height: 30px;
}
.ntx_form.ntx_form_mini div.ntx_form_row.header {
  border-bottom: solid 1px #999 !important;
  margin-bottom: 10px;
}
.ntx_form.ntx_form_mini div.ntx_form_row.header .title {
  font-size: 1.15em;
  margin-bottom: 5px;
}
.ntx_form.ntx_form_mini input[type=password],
.ntx_form.ntx_form_mini input[type=text],
.ntx_form.ntx_form_mini input[type=email],
.ntx_form.ntx_form_mini select,
.ntx_form.ntx_form_mini textarea {
  width: 100%;
  padding: 3px;
  margin-bottom: 3px;
}
.ntx_form.ntx_form_mini input.date {
  padding: 3px;
}
.ntx_form.ntx_form_mini input,
.ntx_form.ntx_form_mini select,
.ntx_form.ntx_form_mini textarea {
  font-size: 14px;
  border: solid 1px #999;
}
.ntx_form.ntx_form_mini input.valid {
  background: url(../../images/form_icon_valid.png) no-repeat right #fff;
}
.ntx_form.ntx_form_mini input.error {
  border-color: #febbbe;
  background: url(../../images/form_icon_error.png) no-repeat right #fff;
}
.ntx_form.ntx_form_mini button {
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  /*margin-right: 10px;
            margin-top: 10px;
            margin-bottom: 10px; misaligning calendar 26/10/2016 */
  width: 30px;
  height: 30px;
}
.ntx_form.ntx_form_mini button[type=submit] {
  background-color: #0A0;
  width: 70px;
  margin-left: 10px;
}
.ntx_form.ntx_form_mini button.delete {
  background-color: #BD1717;
  margin-left: auto;
}
.ntx_form.ntx_form_mini button.cancel {
  background-color: #888;
}
.ntx_form.ntx_form_mini.note .typeicon {
  width: 28px;
  cursor: pointer;
}
.ntx_form.ntx_form_mini.note .typeicon a {
  display: block;
  height: 28px;
}
.ntx_form.ntx_form_mini.note .typeicon a.ico_notetype_0 {
  background: url(../../images/notetype_0_22.gif) no-repeat center;
}
.ntx_form.ntx_form_mini.note .typeicon a.ico_notetype_1 {
  background: url(../../images/notetype_1_22.gif) no-repeat center;
}
.ntx_form.ntx_form_mini.note .typeicon a.ico_notetype_2 {
  background: url(../../images/notetype_2_22.gif) no-repeat center;
}
.ntx_form.ntx_form_mini.note .typeicon a.ico_notetype_3 {
  background: url(../../images/notetype_3_22.gif) no-repeat center;
}
.ntx_form.ntx_form_mini.note .typeicon a.ico_notetype_4 {
  background: url(../../images/notetype_4_22.gif) no-repeat center;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  .ntx_form.ntx_form_mini {
    position: initial !important;
  }
}
.ntx_form.ntx_form_dash input[type=password],
.ntx_form.ntx_form_dash input[type=text],
.ntx_form.ntx_form_dash input[type=email],
.ntx_form.ntx_form_dash select,
.ntx_form.ntx_form_dash textarea {
  width: 100%;
  padding: 3px;
  margin-bottom: 3px;
}
.ntx_form.ntx_form_dash input.date {
  padding: 3px;
}
.ntx_form.ntx_form_dash input,
.ntx_form.ntx_form_dash select,
.ntx_form.ntx_form_dash textarea {
  font-size: 14px;
  border: solid 1px #999;
}
.ntx_form.ntx_form_dash input.valid {
  background: url(../../images/form_icon_valid.png) no-repeat right #fff;
}
.ntx_form.ntx_form_dash input.error {
  border-color: #febbbe;
  background: url(../../images/form_icon_error.png) no-repeat right #fff;
}
.ntx_form.ntx_form_dash button {
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 8px 15px;
  font-size: 0.85em;
}
.ntx_form.ntx_form_dash button[type=submit] {
  background-color: #0A0;
  width: 70px;
  margin-left: 10px;
}
.ntx_form.ntx_form_dash button.delete {
  background-color: #BD1717;
  margin-left: auto;
}
.ntx_form.ntx_form_dash button.cancel {
  background-color: #888;
}
.ntx_form.ntx_form_dash .ntx_form_row .ntx_form_field {
  margin: 5px 0;
}
.ntx_form.tasktemplate input.date {
  margin-right: 5px;
  width: 60px;
  flex-grow: 0;
}
.ntx_form_row.section {
  border-bottom: solid 1px #BBB;
  padding: 2px 30px;
  font-size: 1.1em;
  font-family: Verdana, Arial, Geneva, sans-serif;
  background-color: #FFF;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: bold;
  color: #444;
}
.ntx_form_row.cfields {
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
}
.ntx_form_row.cfields .cfield {
  padding: 5px 10px;
  margin: 5px;
  font-size: 11px;
  border: solid 1px rgba(0, 0, 0, 0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ntx_form_row.cfields .cfield.selected {
  border: solid 1px #236FAD;
  background-color: #DCE7EF;
  color: #236FAD;
}
.ntx_form_row.cfields .cfield.selected.disabled {
  border: solid 1px #aaa;
  color: #555;
}
.ntx_formalize {
  background-color: #f0f0f0;
  padding-top: 25px;
}
.ntx_formalize select:focus {
  outline: 1px solid #e4f0fa;
}
.ntx_formalize button:focus {
  outline: none;
  /*background-color: lighten(@button-color, 4%);*/

}
.ntx_formalize > label {
  font-size: 0.8rem;
  color: #888;
}
.ntx_formalize input:not([type]),
.ntx_formalize input[type=text],
.ntx_formalize input[type=password],
.ntx_formalize input[type=email],
.ntx_formalize input[type=url],
.ntx_formalize input[type=time],
.ntx_formalize input[type=date],
.ntx_formalize input[type=datetime-local],
.ntx_formalize input[type=tel],
.ntx_formalize input[type=number],
.ntx_formalize input[type=search],
.ntx_formalize textarea.materialize-textarea {
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: none;
  height: 2.5rem;
  width: 100%;
  font-size: 1em;
  padding: 0 7px;
  box-shadow: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ntx_formalize input:not([type]):disabled,
.ntx_formalize input[type=text]:disabled,
.ntx_formalize input[type=password]:disabled,
.ntx_formalize input[type=email]:disabled,
.ntx_formalize input[type=url]:disabled,
.ntx_formalize input[type=time]:disabled,
.ntx_formalize input[type=date]:disabled,
.ntx_formalize input[type=datetime-local]:disabled,
.ntx_formalize input[type=tel]:disabled,
.ntx_formalize input[type=number]:disabled,
.ntx_formalize input[type=search]:disabled,
.ntx_formalize textarea.materialize-textarea:disabled,
.ntx_formalize input:not([type])[readonly],
.ntx_formalize input[type=text][readonly],
.ntx_formalize input[type=password][readonly],
.ntx_formalize input[type=email][readonly],
.ntx_formalize input[type=url][readonly],
.ntx_formalize input[type=time][readonly],
.ntx_formalize input[type=date][readonly],
.ntx_formalize input[type=datetime-local][readonly],
.ntx_formalize input[type=tel][readonly],
.ntx_formalize input[type=number][readonly],
.ntx_formalize input[type=search][readonly],
.ntx_formalize textarea.materialize-textarea[readonly] {
  color: rgba(0, 0, 0, 0.8);
}
.ntx_formalize input:not([type]):focus:not([readonly]),
.ntx_formalize input[type=text]:focus:not([readonly]),
.ntx_formalize input[type=password]:focus:not([readonly]),
.ntx_formalize input[type=email]:focus:not([readonly]),
.ntx_formalize input[type=url]:focus:not([readonly]),
.ntx_formalize input[type=time]:focus:not([readonly]),
.ntx_formalize input[type=date]:focus:not([readonly]),
.ntx_formalize input[type=datetime-local]:focus:not([readonly]),
.ntx_formalize input[type=tel]:focus:not([readonly]),
.ntx_formalize input[type=number]:focus:not([readonly]),
.ntx_formalize input[type=search]:focus:not([readonly]),
.ntx_formalize textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #247fca;
  box-shadow: 0 1px 0 0 #247fca;
}
.ntx_formalize input:not([type]):focus:not([readonly]) + label,
.ntx_formalize input[type=text]:focus:not([readonly]) + label,
.ntx_formalize input[type=password]:focus:not([readonly]) + label,
.ntx_formalize input[type=email]:focus:not([readonly]) + label,
.ntx_formalize input[type=url]:focus:not([readonly]) + label,
.ntx_formalize input[type=time]:focus:not([readonly]) + label,
.ntx_formalize input[type=date]:focus:not([readonly]) + label,
.ntx_formalize input[type=datetime-local]:focus:not([readonly]) + label,
.ntx_formalize input[type=tel]:focus:not([readonly]) + label,
.ntx_formalize input[type=number]:focus:not([readonly]) + label,
.ntx_formalize input[type=search]:focus:not([readonly]) + label,
.ntx_formalize textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #247fca;
}
.ntx_formalize input:not([type]).valid:not([readonly]),
.ntx_formalize input[type=text].valid:not([readonly]),
.ntx_formalize input[type=password].valid:not([readonly]),
.ntx_formalize input[type=email].valid:not([readonly]),
.ntx_formalize input[type=url].valid:not([readonly]),
.ntx_formalize input[type=time].valid:not([readonly]),
.ntx_formalize input[type=date].valid:not([readonly]),
.ntx_formalize input[type=datetime-local].valid:not([readonly]),
.ntx_formalize input[type=tel].valid:not([readonly]),
.ntx_formalize input[type=number].valid:not([readonly]),
.ntx_formalize input[type=search].valid:not([readonly]),
.ntx_formalize textarea.materialize-textarea.valid:not([readonly]),
.ntx_formalize input:not([type]).valid:focus:not([readonly]),
.ntx_formalize input[type=text].valid:focus:not([readonly]),
.ntx_formalize input[type=password].valid:focus:not([readonly]),
.ntx_formalize input[type=email].valid:focus:not([readonly]),
.ntx_formalize input[type=url].valid:focus:not([readonly]),
.ntx_formalize input[type=time].valid:focus:not([readonly]),
.ntx_formalize input[type=date].valid:focus:not([readonly]),
.ntx_formalize input[type=datetime-local].valid:focus:not([readonly]),
.ntx_formalize input[type=tel].valid:focus:not([readonly]),
.ntx_formalize input[type=number].valid:focus:not([readonly]),
.ntx_formalize input[type=search].valid:focus:not([readonly]),
.ntx_formalize textarea.materialize-textarea.valid:focus:not([readonly]) {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
.ntx_formalize input:not([type]).valid + label:after,
.ntx_formalize input[type=text].valid + label:after,
.ntx_formalize input[type=password].valid + label:after,
.ntx_formalize input[type=email].valid + label:after,
.ntx_formalize input[type=url].valid + label:after,
.ntx_formalize input[type=time].valid + label:after,
.ntx_formalize input[type=date].valid + label:after,
.ntx_formalize input[type=datetime-local].valid + label:after,
.ntx_formalize input[type=tel].valid + label:after,
.ntx_formalize input[type=number].valid + label:after,
.ntx_formalize input[type=search].valid + label:after,
.ntx_formalize textarea.materialize-textarea.valid + label:after,
.ntx_formalize input:not([type]).valid:focus + label:after,
.ntx_formalize input[type=text].valid:focus + label:after,
.ntx_formalize input[type=password].valid:focus + label:after,
.ntx_formalize input[type=email].valid:focus + label:after,
.ntx_formalize input[type=url].valid:focus + label:after,
.ntx_formalize input[type=time].valid:focus + label:after,
.ntx_formalize input[type=date].valid:focus + label:after,
.ntx_formalize input[type=datetime-local].valid:focus + label:after,
.ntx_formalize input[type=tel].valid:focus + label:after,
.ntx_formalize input[type=number].valid:focus + label:after,
.ntx_formalize input[type=search].valid:focus + label:after,
.ntx_formalize textarea.materialize-textarea.valid:focus + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
.ntx_formalize input:not([type]).error,
.ntx_formalize input[type=text].error,
.ntx_formalize input[type=password].error,
.ntx_formalize input[type=email].error,
.ntx_formalize input[type=url].error,
.ntx_formalize input[type=time].error,
.ntx_formalize input[type=date].error,
.ntx_formalize input[type=datetime-local].error,
.ntx_formalize input[type=tel].error,
.ntx_formalize input[type=number].error,
.ntx_formalize input[type=search].error,
.ntx_formalize textarea.materialize-textarea.error,
.ntx_formalize input:not([type]).error:focus,
.ntx_formalize input[type=text].error:focus,
.ntx_formalize input[type=password].error:focus,
.ntx_formalize input[type=email].error:focus,
.ntx_formalize input[type=url].error:focus,
.ntx_formalize input[type=time].error:focus,
.ntx_formalize input[type=date].error:focus,
.ntx_formalize input[type=datetime-local].error:focus,
.ntx_formalize input[type=tel].error:focus,
.ntx_formalize input[type=number].error:focus,
.ntx_formalize input[type=search].error:focus,
.ntx_formalize textarea.materialize-textarea.error:focus {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
.ntx_formalize input:not([type]).error + label:after,
.ntx_formalize input[type=text].error + label:after,
.ntx_formalize input[type=password].error + label:after,
.ntx_formalize input[type=email].error + label:after,
.ntx_formalize input[type=url].error + label:after,
.ntx_formalize input[type=time].error + label:after,
.ntx_formalize input[type=date].error + label:after,
.ntx_formalize input[type=datetime-local].error + label:after,
.ntx_formalize input[type=tel].error + label:after,
.ntx_formalize input[type=number].error + label:after,
.ntx_formalize input[type=search].error + label:after,
.ntx_formalize textarea.materialize-textarea.error + label:after,
.ntx_formalize input:not([type]).error:focus + label:after,
.ntx_formalize input[type=text].error:focus + label:after,
.ntx_formalize input[type=password].error:focus + label:after,
.ntx_formalize input[type=email].error:focus + label:after,
.ntx_formalize input[type=url].error:focus + label:after,
.ntx_formalize input[type=time].error:focus + label:after,
.ntx_formalize input[type=date].error:focus + label:after,
.ntx_formalize input[type=datetime-local].error:focus + label:after,
.ntx_formalize input[type=tel].error:focus + label:after,
.ntx_formalize input[type=number].error:focus + label:after,
.ntx_formalize input[type=search].error:focus + label:after,
.ntx_formalize textarea.materialize-textarea.error:focus + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
  white-space: nowrap;
}
.ntx_formalize input:not([type]).warning,
.ntx_formalize input[type=text].warning,
.ntx_formalize input[type=password].warning,
.ntx_formalize input[type=email].warning,
.ntx_formalize input[type=url].warning,
.ntx_formalize input[type=time].warning,
.ntx_formalize input[type=date].warning,
.ntx_formalize input[type=datetime-local].warning,
.ntx_formalize input[type=tel].warning,
.ntx_formalize input[type=number].warning,
.ntx_formalize input[type=search].warning,
.ntx_formalize textarea.materialize-textarea.warning,
.ntx_formalize input:not([type]).warning:focus,
.ntx_formalize input[type=text].warning:focus,
.ntx_formalize input[type=password].warning:focus,
.ntx_formalize input[type=email].warning:focus,
.ntx_formalize input[type=url].warning:focus,
.ntx_formalize input[type=time].warning:focus,
.ntx_formalize input[type=date].warning:focus,
.ntx_formalize input[type=datetime-local].warning:focus,
.ntx_formalize input[type=tel].warning:focus,
.ntx_formalize input[type=number].warning:focus,
.ntx_formalize input[type=search].warning:focus,
.ntx_formalize textarea.materialize-textarea.warning:focus {
  border-bottom: 1px solid #e6c287;
  box-shadow: 0 1px 0 0 #e6c287;
}
.ntx_formalize input:not([type]).warning + label:after,
.ntx_formalize input[type=text].warning + label:after,
.ntx_formalize input[type=password].warning + label:after,
.ntx_formalize input[type=email].warning + label:after,
.ntx_formalize input[type=url].warning + label:after,
.ntx_formalize input[type=time].warning + label:after,
.ntx_formalize input[type=date].warning + label:after,
.ntx_formalize input[type=datetime-local].warning + label:after,
.ntx_formalize input[type=tel].warning + label:after,
.ntx_formalize input[type=number].warning + label:after,
.ntx_formalize input[type=search].warning + label:after,
.ntx_formalize textarea.materialize-textarea.warning + label:after,
.ntx_formalize input:not([type]).warning:focus + label:after,
.ntx_formalize input[type=text].warning:focus + label:after,
.ntx_formalize input[type=password].warning:focus + label:after,
.ntx_formalize input[type=email].warning:focus + label:after,
.ntx_formalize input[type=url].warning:focus + label:after,
.ntx_formalize input[type=time].warning:focus + label:after,
.ntx_formalize input[type=date].warning:focus + label:after,
.ntx_formalize input[type=datetime-local].warning:focus + label:after,
.ntx_formalize input[type=tel].warning:focus + label:after,
.ntx_formalize input[type=number].warning:focus + label:after,
.ntx_formalize input[type=search].warning:focus + label:after,
.ntx_formalize textarea.materialize-textarea.warning:focus + label:after {
  content: attr(data-error);
  color: #e6c287;
  opacity: 1;
  white-space: nowrap;
}
.ntx_formalize input:not([type]) + label:after,
.ntx_formalize input[type=text] + label:after,
.ntx_formalize input[type=password] + label:after,
.ntx_formalize input[type=email] + label:after,
.ntx_formalize input[type=url] + label:after,
.ntx_formalize input[type=time] + label:after,
.ntx_formalize input[type=date] + label:after,
.ntx_formalize input[type=datetime-local] + label:after,
.ntx_formalize input[type=tel] + label:after,
.ntx_formalize input[type=number] + label:after,
.ntx_formalize input[type=search] + label:after,
.ntx_formalize textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 65px;
  opacity: 0;
  -moz-transition: 0.2s opacity ease-out, 0.2s color ease-out;
  -o-transition: 0.2s opacity ease-out, 0.2s color ease-out;
  -webkit-transition: 0.2s opacity ease-out, 0.2s color ease-out;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
.ntx_formalize input:not([type]).hasicon_suffix,
.ntx_formalize input[type=text].hasicon_suffix,
.ntx_formalize input[type=password].hasicon_suffix,
.ntx_formalize input[type=email].hasicon_suffix,
.ntx_formalize input[type=url].hasicon_suffix,
.ntx_formalize input[type=time].hasicon_suffix,
.ntx_formalize input[type=date].hasicon_suffix,
.ntx_formalize input[type=datetime-local].hasicon_suffix,
.ntx_formalize input[type=tel].hasicon_suffix,
.ntx_formalize input[type=number].hasicon_suffix,
.ntx_formalize input[type=search].hasicon_suffix,
.ntx_formalize textarea.materialize-textarea.hasicon_suffix {
  width: 95%;
}
.ntx_formalize input.ignore {
  width: auto;
}
.ntx_formalize .input_wrapper {
  border: solid 1px rgba(0, 0, 0, 0.2);
  background-color: white;
  display: flex;
  align-items: center;
}
.ntx_formalize .input_wrapper .input_icon {
  padding: 5px;
}
.ntx_formalize .input_wrapper input:not([type]),
.ntx_formalize .input_wrapper input[type=text],
.ntx_formalize .input_wrapper input[type=password],
.ntx_formalize .input_wrapper input[type=email],
.ntx_formalize .input_wrapper input[type=url],
.ntx_formalize .input_wrapper input[type=time],
.ntx_formalize .input_wrapper input[type=date],
.ntx_formalize .input_wrapper input[type=datetime-local],
.ntx_formalize .input_wrapper input[type=tel],
.ntx_formalize .input_wrapper input[type=number],
.ntx_formalize .input_wrapper input[type=search],
.ntx_formalize .input_wrapper textarea.materialize-textarea {
  border: 0;
}
.ntx_formalize textarea.materialize-textarea {
  padding: 7px;
  height: 6em;
}
.ntx_formalize .type {
  width: 30px;
  height: 30px;
}
.ntx_formalize .type.pinned {
  background-color: #e0a2a2;
}
.ntx_formalize .pin-check {
  display: none;
}
.ntx_formalize .pin-check + .pin-icon {
  /*display: block;*/
  color: #e0a2a2;
  opacity: 0.5;
}
.ntx_formalize .pin-check:checked + .pin-icon {
  opacity: 1;
  color: #eee;
}
.ntx_formalize .type,
.ntx_formalize .pinned {
  padding: 5px;
  color: #eee;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  margin: 3px;
  text-align: center;
}
.ntx_formalize .type.noteType_0,
.ntx_formalize .pinned.noteType_0 {
  background-color: #eaba6c;
}
.ntx_formalize .type.noteType_1,
.ntx_formalize .pinned.noteType_1 {
  background-color: #88a8cb;
}
.ntx_formalize .type.noteType_2,
.ntx_formalize .pinned.noteType_2 {
  background-color: #B3B3B3;
}
.ntx_formalize .type.noteType_3,
.ntx_formalize .pinned.noteType_3 {
  background-color: #b9a286;
}
.ntx_formalize .type.noteType_4,
.ntx_formalize .pinned.noteType_4 {
  background-color: #80b280;
}
.ntx_formalize .type.noteType_5,
.ntx_formalize .pinned.noteType_5 {
  background-color: #b17fd2;
}
.ntx_formalize .notedate {
  width: 100%;
}
.ntx_formalize .ntx_form_container {
  padding: 0 1rem;
}
.ntx_formalize .ntx_form_container .highlight {
  background-color: #fffbd7 !important;
  border-color: #fff167;
  color: #342f00;
  padding: 5px;
  font-size: 0.8rem;
}
.ntx_formalize .ntx_form_container .section {
  margin: 20px 0;
}
.ntx_formalize .ntx_form_container .section:first-of-type {
  margin-top: 0;
}
.ntx_formalize .ntx_form_container.footer {
  background-color: #efefef;
  border-top: dashed 1px #CCC;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  bottom: 0;
  z-index: 10113;
  padding: 0.6rem 1rem;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  .ntx_formalize .ntx_form_container .label {
    text-align: right;
  }
  .ntx_formalize .ntx_form_container .field {
    background-color: whitesmoke;
  }
}
.ntx_formalize .ntx_form_subitem {
  margin: 0.6em 0 0;
}
.ntx_formalize .ntx_form_item {
  position: relative;
  margin: 0.75rem 0 1.5rem;
}
.ntx_formalize .ntx_form_item label:not(.ignore) {
  color: #888;
  position: absolute;
  top: 3px;
  left: 8px;
  font-size: 0.8rem;
  cursor: text;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  padding-bottom: 3px;
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  /*&.checkbox {
                -moz-transform: none;
                -ms-transform: none;
                -o-transform: none;
                -webkit-transform: none;
                transform: none;
                font-size: 0.85rem;
                left: 30px;
                top: -2px;
                cursor: pointer;
            }*/

}
.ntx_formalize .ntx_form_item label:not(.ignore).active {
  font-size: 0.8rem;
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  left: 0.5rem;
}
.ntx_formalize .ntx_form_item input[type="checkbox"] + label {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  left: 0;
  top: -1px;
  cursor: pointer;
  position: relative;
}
.ntx_formalize .ntx_form_item select + label {
  font-size: 0.8rem;
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.ntx_formalize .ntx_form_item a.suffix {
  position: absolute;
  width: 3rem;
  font-size: 1.5rem;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #888 !important;
}
.ntx_formalize .ntx_form_item div.des {
  font-weight: normal;
  font-size: 11px;
  font-style: italic;
  color: #666;
}
.ntx_formalize .ntx_form_item .percentage-indent {
  position: absolute;
  right: 40px;
  top: 0;
  line-height: 40px;
}
.ntx_formalize .ntx_form_item .notes {
  padding: 8px;
}
.ntx_formalize .ntx_form_item .notes .note {
  margin-bottom: 15px;
}
.ntx_formalize .ntx_form_item .notes .note .details {
  padding: 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
  background: #fff;
  margin-bottom: 8px;
}
.ntx_formalize select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 3px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 2.5rem;
}
.ntx_formalize select option.disabled {
  color: #aaa;
}
.ntx_formalize .ntx_button {
  border: 0;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px;
  opacity: 1;
}
.ntx_formalize .ntx_button[type=submit] {
  background: #0A0;
  width: 70px;
  margin-left: 20px;
}
.ntx_formalize .ntx_button.delete {
  background: #BD1717;
  width: 30px;
  margin-left: 30px;
}
.ntx_formalize .ntx_button.cancel {
  background: #888;
}
.ntx_formalize .selectize-control input {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  height: auto;
}
.ntx_formalize .selectize-control .selectize_row .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ntx_formalize .selectize-control .selectize_row .flex .colorcode {
  margin-right: 5px;
}
.ntx_formalize .checkwrapper {
  padding: 5px 10px;
  font-size: 11px;
  border: solid 1px rgba(0, 0, 0, 0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ntx_formalize .checkwrapper.selected {
  border: solid 1px #236FAD;
  background-color: #DCE7EF;
  color: #236FAD;
}
.ntx_formalize .checkwrapper.selected.disabled {
  border: solid 1px #aaa;
  color: #555;
}
.ntx_formalize .cfields {
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
}
.ntx_formalize .cfields .cfield {
  position: relative;
  padding: 5px 10px;
  margin: 5px;
  font-size: 11px;
  border: solid 1px rgba(0, 0, 0, 0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ntx_formalize .cfields .cfield.selected {
  border: solid 1px #236FAD;
  background-color: #DCE7EF;
  color: #236FAD;
}
.ntx_formalize .cfields .cfield.selected.disabled {
  border: solid 1px #aaa;
  color: #555;
}
.ntx_formalize .cfields .cfield label {
  position: relative;
  top: 0;
  left: 0;
}
.ntx_formalize .typeicon {
  height: 42px;
  width: 28px;
  cursor: pointer;
}
.ntx_formalize .typeicon a {
  display: block;
  height: 42px;
}
.ntx_formalize .typeicon a.ico_notetype_0 {
  background: url(../../images/notetype_0_22.gif) no-repeat center;
}
.ntx_formalize .typeicon a.ico_notetype_1 {
  background: url(../../images/notetype_1_22.gif) no-repeat center;
}
.ntx_formalize .typeicon a.ico_notetype_2 {
  background: url(../../images/notetype_2_22.gif) no-repeat center;
}
.ntx_formalize .typeicon a.ico_notetype_3 {
  background: url(../../images/notetype_3_22.gif) no-repeat center;
}
.ntx_formalize .typeicon a.ico_notetype_4 {
  background: url(../../images/notetype_4_22.gif) no-repeat center;
}
.ntx_formalize.ntx_email span.name {
  margin-right: 5px;
}
.ntx_formalize.ntx_email span.email {
  font-size: 0.8em;
  font-style: italic;
}
.ntx_itemfilter {
  padding: 10px 5px;
}
.selectize-input {
  -webkit-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
}
.selectize-input > * {
  display: inline-flex !important;
}
.selectize-input div .label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  xdisplay: block;
  max-width: 80%;
}
.selectize-input input {
  height: 100%;
}
.selectize-input .icon {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.selectize-input .icon img {
  width: 40px;
  height: 40px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  margin-right: -8px;
  border: solid 2px #d7d7d7;
}
.selectized.valid + .selectize-control > .selectize-input {
  background: #fff url(../../images/form_icon_valid.png) no-repeat right 30px center !important;
}
.selectized.error + .selectize-control > .selectize-input {
  border-color: #febbbe;
  background: #fff url(../../images/form_icon_error.png) no-repeat right 30px center !important;
}
.selectized.warning + .selectize-control > .selectize-input {
  border-color: #E6C287;
  background: #fff url(../../images/form_icon_warning.png) no-repeat right 30px center !important;
}
.selectize-dropdown {
  z-index: 10001000 !important;
}
.selectize-dropdown .active {
  background-color: #EEE !important;
}
.selectize-dropdown .highlight {
  background: rgba(170, 170, 170, 0.3) !important;
}
.selectize-dropdown,
.selectize-dropdown .selectize-input,
.selectize-dropdown .selectize-input input {
  line-height: 16px !important;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 9px 8px !important;
}
.selectize-dropdown .selectize-dropdown-content div.nxContactContainerDiv td.pop {
  display: none;
}
.selectize-dropdown .selectize-dropdown-content div.nxContactContainerDiv .detail a {
  display: block;
  color: #333;
}
.selectize-dropdown .selectize-dropdown-content .optgroup-header {
  font-size: 1em;
  background-color: #666;
  color: #fff;
}
.selectize-dropdown .selectize-dropdown-content .workboardwrapper .icon {
  width: 30px;
  margin-right: 5px;
}
.selectize-dropdown-content .icon {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.selectize-dropdown-content .icon img {
  width: 40px;
  height: 40px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  margin-right: -8px;
  border: solid 2px #d7d7d7;
}
.selectize-dropdown-content .highlight {
  background-color: #fffbd7 !important;
  border-color: #fff167;
  color: #342f00;
  /*padding: 5px;*/
  font-size: 0.8rem;
}
.brandlookup_label {
  display: inline-block;
  /*line-height: 20px;
    height: 20px;*/

  margin-right: 5px;
}
.brandlookup_label .icon {
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.brandlookup_label .label {
  display: inline-block;
}
.brandlookup {
  margin-right: 5px;
}
.brandlookup .icon {
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 5px;
  margin-left: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.brandlookup .label {
  display: inline-block;
}
#tooltip {
  text-align: center;
  color: #cccccc;
  background: #2a2a2a;
  position: absolute;
  z-index: 10001000;
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  word-wrap: break-word;
}
#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2a2a2a;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #2a2a2a;
  top: -20px;
  bottom: auto;
}
#tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}
#popover {
  position: absolute;
  background: #ffffff;
  border: 1px solid #999;
  z-index: 10000009;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#popover .title {
  width: 100%;
  font-weight: bold;
  background: #ddd;
  border: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 1px solid #bbb;
  padding: 5px;
}
#popover .content {
  position: relative;
  padding: 5px;
}
#popover:after,
#popover:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#popover:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
#popover:before {
  border-color: rgba(42, 42, 42, 0);
  border-top-color: #2a2a2a;
  border-width: 11px;
  margin-left: -11px;
}
.ntx_form_error {
  position: absolute;
  max-width: 230px;
  display: inline-block;
}
.ntx_form_error.ui-tooltip {
  padding: 0;
  border: 0;
  opacity: 0.8 !important;
  z-index: 10000006;
}
.ntx_form_error .ui-tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  box-shadow: 0 0 7px black;
}
.ntx_form_error .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: -26px;
  margin-left: -35px;
  bottom: -16px;
}
.ntx_form_error .arrow.top {
  top: -16px;
  bottom: auto;
}
.ntx_form_error .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.ntx_form_error .arrow.left {
  left: 20%;
}
.ntx_form_error .arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #c34040;
}
.ntx_form_error .ui-tooltip-content {
  font-size: 12px;
  background-color: #c34040;
  color: #fff;
  padding: 5px 10px;
}
.ntx_confirm_overlay,
.ntx_popup_overlay {
  position: fixed;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../../images/overlaybg.png) #ccc;
  z-index: 10000004 !important;
}
#ntx_windows,
#frm_bug {
  z-index: 10000999 !important;
}
.ntx_confirm,
.ntx_popup_div {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000006;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent !important;
}
.ntx_confirm.dashboard .fileitem:hover,
.ntx_popup_div.dashboard .fileitem:hover {
  border: solid 4px #494949;
}
.ntx_confirm.dashboard .fileitem:hover .filename,
.ntx_popup_div.dashboard .fileitem:hover .filename {
  background-color: #494949;
}
.ntx_confirm.dashboard .fileitem.selected,
.ntx_popup_div.dashboard .fileitem.selected {
  border: solid 4px #494949;
  background-color: #626262;
}
.ntx_confirm.dashboard .fileitem.selected .filename,
.ntx_popup_div.dashboard .fileitem.selected .filename {
  background-color: #565656;
}
.ntx_confirm.dashboard .fileitem.selected .image,
.ntx_popup_div.dashboard .fileitem.selected .image {
  opacity: 0.5;
}
.ntx_confirm.contacts .fileitem:hover,
.ntx_popup_div.contacts .fileitem:hover {
  border: solid 4px #a97fbd;
}
.ntx_confirm.contacts .fileitem:hover .filename,
.ntx_popup_div.contacts .fileitem:hover .filename {
  background-color: #a97fbd;
}
.ntx_confirm.contacts .fileitem.selected,
.ntx_popup_div.contacts .fileitem.selected {
  border: solid 4px #a97fbd;
  background-color: #c0a1ce;
}
.ntx_confirm.contacts .fileitem.selected .filename,
.ntx_popup_div.contacts .fileitem.selected .filename {
  background-color: #b490c6;
}
.ntx_confirm.contacts .fileitem.selected .image,
.ntx_popup_div.contacts .fileitem.selected .image {
  opacity: 0.5;
}
.ntx_confirm.sitefront .fileitem:hover,
.ntx_popup_div.sitefront .fileitem:hover {
  border: solid 4px #52bbc5;
}
.ntx_confirm.sitefront .fileitem:hover .filename,
.ntx_popup_div.sitefront .fileitem:hover .filename {
  background-color: #52bbc5;
}
.ntx_confirm.sitefront .fileitem.selected,
.ntx_popup_div.sitefront .fileitem.selected {
  border: solid 4px #52bbc5;
  background-color: #78cad2;
}
.ntx_confirm.sitefront .fileitem.selected .filename,
.ntx_popup_div.sitefront .fileitem.selected .filename {
  background-color: #65c3cb;
}
.ntx_confirm.sitefront .fileitem.selected .image,
.ntx_popup_div.sitefront .fileitem.selected .image {
  opacity: 0.5;
}
.ntx_confirm.storefront .fileitem:hover,
.ntx_popup_div.storefront .fileitem:hover {
  border: solid 4px #ee884d;
}
.ntx_confirm.storefront .fileitem:hover .filename,
.ntx_popup_div.storefront .fileitem:hover .filename {
  background-color: #ee884d;
}
.ntx_confirm.storefront .fileitem.selected,
.ntx_popup_div.storefront .fileitem.selected {
  border: solid 4px #ee884d;
  background-color: #f2a77c;
}
.ntx_confirm.storefront .fileitem.selected .filename,
.ntx_popup_div.storefront .fileitem.selected .filename {
  background-color: #f09864;
}
.ntx_confirm.storefront .fileitem.selected .image,
.ntx_popup_div.storefront .fileitem.selected .image {
  opacity: 0.5;
}
.ntx_confirm.accounting .fileitem:hover,
.ntx_popup_div.accounting .fileitem:hover {
  border: solid 4px #5baf4f;
}
.ntx_confirm.accounting .fileitem:hover .filename,
.ntx_popup_div.accounting .fileitem:hover .filename {
  background-color: #5baf4f;
}
.ntx_confirm.accounting .fileitem.selected,
.ntx_popup_div.accounting .fileitem.selected {
  border: solid 4px #5baf4f;
  background-color: #7bbf72;
}
.ntx_confirm.accounting .fileitem.selected .filename,
.ntx_popup_div.accounting .fileitem.selected .filename {
  background-color: #6bb760;
}
.ntx_confirm.accounting .fileitem.selected .image,
.ntx_popup_div.accounting .fileitem.selected .image {
  opacity: 0.5;
}
.ntx_confirm.backoffice .fileitem:hover,
.ntx_popup_div.backoffice .fileitem:hover {
  border: solid 4px #f8b132;
}
.ntx_confirm.backoffice .fileitem:hover .filename,
.ntx_popup_div.backoffice .fileitem:hover .filename {
  background-color: #f8b132;
}
.ntx_confirm.backoffice .fileitem.selected,
.ntx_popup_div.backoffice .fileitem.selected {
  border: solid 4px #f8b132;
  background-color: #fac463;
}
.ntx_confirm.backoffice .fileitem.selected .filename,
.ntx_popup_div.backoffice .fileitem.selected .filename {
  background-color: #f9ba4b;
}
.ntx_confirm.backoffice .fileitem.selected .image,
.ntx_popup_div.backoffice .fileitem.selected .image {
  opacity: 0.5;
}
.ntx_confirm.apps .fileitem:hover,
.ntx_popup_div.apps .fileitem:hover {
  border: solid 4px #4191A4;
}
.ntx_confirm.apps .fileitem:hover .filename,
.ntx_popup_div.apps .fileitem:hover .filename {
  background-color: #4191A4;
}
.ntx_confirm.apps .fileitem.selected,
.ntx_popup_div.apps .fileitem.selected {
  border: solid 4px #4191A4;
  background-color: #5aabbe;
}
.ntx_confirm.apps .fileitem.selected .filename,
.ntx_popup_div.apps .fileitem.selected .filename {
  background-color: #48a1b6;
}
.ntx_confirm.apps .fileitem.selected .image,
.ntx_popup_div.apps .fileitem.selected .image {
  opacity: 0.5;
}
.ntx_confirm.reseller .fileitem:hover,
.ntx_popup_div.reseller .fileitem:hover {
  border: solid 4px #024302;
}
.ntx_confirm.reseller .fileitem:hover .filename,
.ntx_popup_div.reseller .fileitem:hover .filename {
  background-color: #024302;
}
.ntx_confirm.reseller .fileitem.selected,
.ntx_popup_div.reseller .fileitem.selected {
  border: solid 4px #024302;
  background-color: #037503;
}
.ntx_confirm.reseller .fileitem.selected .filename,
.ntx_popup_div.reseller .fileitem.selected .filename {
  background-color: #035c03;
}
.ntx_confirm.reseller .fileitem.selected .image,
.ntx_popup_div.reseller .fileitem.selected .image {
  opacity: 0.5;
}
.ntx_confirm.inbox .fileitem:hover,
.ntx_popup_div.inbox .fileitem:hover {
  border: solid 4px #F2901D;
}
.ntx_confirm.inbox .fileitem:hover .filename,
.ntx_popup_div.inbox .fileitem:hover .filename {
  background-color: #F2901D;
}
.ntx_confirm.inbox .fileitem.selected,
.ntx_popup_div.inbox .fileitem.selected {
  border: solid 4px #F2901D;
  background-color: #f5a84d;
}
.ntx_confirm.inbox .fileitem.selected .filename,
.ntx_popup_div.inbox .fileitem.selected .filename {
  background-color: #f39c35;
}
.ntx_confirm.inbox .fileitem.selected .image,
.ntx_popup_div.inbox .fileitem.selected .image {
  opacity: 0.5;
}
.ntx_confirm.master .fileitem:hover,
.ntx_popup_div.master .fileitem:hover {
  border: solid 4px #494949;
}
.ntx_confirm.master .fileitem:hover .filename,
.ntx_popup_div.master .fileitem:hover .filename {
  background-color: #494949;
}
.ntx_confirm.master .fileitem.selected,
.ntx_popup_div.master .fileitem.selected {
  border: solid 4px #494949;
  background-color: #626262;
}
.ntx_confirm.master .fileitem.selected .filename,
.ntx_popup_div.master .fileitem.selected .filename {
  background-color: #565656;
}
.ntx_confirm.master .fileitem.selected .image,
.ntx_popup_div.master .fileitem.selected .image {
  opacity: 0.5;
}
.ntx_confirm.organisation .fileitem:hover,
.ntx_popup_div.organisation .fileitem:hover {
  border: solid 4px #666;
}
.ntx_confirm.organisation .fileitem:hover .filename,
.ntx_popup_div.organisation .fileitem:hover .filename {
  background-color: #666;
}
.ntx_confirm.organisation .fileitem.selected,
.ntx_popup_div.organisation .fileitem.selected {
  border: solid 4px #666;
  background-color: #808080;
}
.ntx_confirm.organisation .fileitem.selected .filename,
.ntx_popup_div.organisation .fileitem.selected .filename {
  background-color: #737373;
}
.ntx_confirm.organisation .fileitem.selected .image,
.ntx_popup_div.organisation .fileitem.selected .image {
  opacity: 0.5;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  .ntx_confirm .ntx_confirm_container,
  .ntx_popup_div .ntx_confirm_container,
  .ntx_confirm .ntx_popup_container,
  .ntx_popup_div .ntx_popup_container {
    align-self: center;
    background-color: #EEE;
    /*.radius(10px);*/
    -moz-box-shadow: #666 3px 3px 4px;
    -webkit-box-shadow: #666 3px 3px 4px;
    /*border: solid 5px #999;*/
    padding: 20px !important;
    margin: 10px;
  }
}
.ntx_confirm .ntx_confirm_container,
.ntx_popup_div .ntx_confirm_container {
  padding: 30px 20px;
  width: 300px;
  text-align: center;
  align-self: center;
  background-color: #EEE;
  /*.radius(10px);*/
  -moz-box-shadow: #666 3px 3px 4px;
  -webkit-box-shadow: #666 3px 3px 4px;
  /*border: solid 5px #999;*/

}
.ntx_confirm .ntx_confirm_container .message,
.ntx_popup_div .ntx_confirm_container .message {
  font-weight: bold;
  margin-bottom: 20px;
}
.ntx_confirm .ntx_confirm_container #bn_confirm_yes,
.ntx_popup_div .ntx_confirm_container #bn_confirm_yes {
  margin-left: 0;
}
.ntx_confirm .ntx_confirm_container #bn_confirm_cancel,
.ntx_popup_div .ntx_confirm_container #bn_confirm_cancel {
  padding: 0 15px;
}
.ntx_confirm .ntx_confirm_container .footer,
.ntx_popup_div .ntx_confirm_container .footer {
  border-top: 0;
}
.ntx_confirm .ntx_popup_container,
.ntx_popup_div .ntx_popup_container {
  padding-top: 50px;
  background-color: #EEE;
  min-width: 300px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  .ntx_confirm .ntx_popup_container,
  .ntx_popup_div .ntx_popup_container {
    height: auto !important;
    max-height: 100vh;
  }
}
.ntx_confirm .ntx_popup_container .header,
.ntx_popup_div .ntx_popup_container .header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: column;
  -webkit-flex-wrap: column;
  flex-wrap: column;
  background-color: #DDD;
  padding: 0 5px;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  .ntx_confirm .ntx_popup_container .header,
  .ntx_popup_div .ntx_popup_container .header {
    background-color: transparent;
  }
}
.ntx_confirm .ntx_popup_container .header .title,
.ntx_popup_div .ntx_popup_container .header .title {
  font-size: 1.15em;
  height: 25px;
  line-height: 25px;
}
.ntx_confirm .ntx_popup_container .header .bn_close,
.ntx_popup_div .ntx_popup_container .header .bn_close {
  padding: 10px;
  margin-left: auto;
}
.ntx_confirm .ntx_popup_container .content,
.ntx_popup_div .ntx_popup_container .content {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
}
.ntx_confirm .ntx_popup_container .content.noscroll,
.ntx_popup_div .ntx_popup_container .content.noscroll {
  overflow-y: hidden;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  .ntx_confirm,
  .ntx_popup_div {
    z-index: 10000005 !important;
  }
}
.ntx_confirm .footer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ntx_popup_div .footer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.ntx_status_selectize {
  width: 100%;
}
.ntx_status_selectize.islabel .selectize-input {
  background-color: #f5f5f5;
  border: 1px solid transparent;
}
.ntx_status_selectize.islabel .selectize-input.focus {
  background-color: #fff;
}
.ntx_status_selectize.islabel .selectize-input .row_status {
  height: 100%;
}
.row_status,
.row_group {
  padding: 2px 0;
  vertical-align: middle;
}
.row_status .colorcode,
.row_group .colorcode,
.row_status .colorbar,
.row_group .colorbar {
  margin-right: 5px;
  /*  float: left;*/

}
.row_status,
.row_group {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  xdisplay: block;
  max-width: 92%;
}
[class^="selectize"] .row_status {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: middle;
  -webkit-align-items: middle;
  align-items: middle;
}
[class^="selectize"] .item.row_ribbons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
[class^="selectize"] .item.row_ribbons .ribbon {
  width: 10px;
  box-sizing: border-box;
  height: 15px;
  border: 5px solid transparent;
  border-bottom: 5px solid transparent !important;
  border-top: none;
  margin-right: 5px;
}
[class^="selectize"] .item.row_ribbons .ribbon > a {
  display: block;
  box-sizing: border-box;
  height: 15px;
  width: 10px;
  margin-left: -5px;
  text-align: center;
  padding-top: 8px;
  color: #fff !important;
  text-decoration: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.notification-counter,
.notification-counter_mini {
  font-family: sans-serif;
  position: absolute;
  bottom: -5px;
  right: -7px;
  background-color: #d64f4b;
  color: #fff;
  border-radius: 3px;
  padding: 0 3px;
  font-size: 0.6em;
  height: 14px;
  line-height: 15px;
}
.notification-counter_button {
  font-family: sans-serif;
  background-color: #d64f4b;
  color: #fff !important;
  font-size: 0.7em;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  width: 24px;
  height: 24px;
  text-align: center;
  padding: 6px 0;
  cursor: default;
}
.notification-counter_button:hover {
  color: #fff !important;
  text-decoration: none;
}
.notification-counter_mini {
  right: unset;
  left: -7px;
}
.ntx_card {
  padding: 10px;
  border: solid 1px #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ntx_card .actions .ntx_button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.ntx_card i.fa {
  /*color: @color_submit;*/

  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  margin-right: 5px;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  .ntx_card {
    padding: 0 !important;
    border: 0 !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
  }
}
.ntx_card.businesscard,
.ntx_card.addresscard {
  border: solid 1px rgba(0, 0, 0, 0.12) !important;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  margin-bottom: 5px !important;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  .ntx_card.businesscard,
  .ntx_card.addresscard {
    width: 330px;
    margin: 10px 1% 0 1% !important;
  }
}
.ntx_card.businesscard i,
.ntx_card.addresscard i {
  opacity: 0.6;
}
.ntx_card.businesscard .title,
.ntx_card.addresscard .title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #F5F5F5;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  padding: 5px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ntx_card.businesscard .title .contactprofile,
.ntx_card.addresscard .title .contactprofile {
  max-height: 32px;
  -moz-border-radius: 10%;
  -webkit-border-radius: 10%;
  border-radius: 10%;
}
.ntx_card.businesscard .title .actions,
.ntx_card.addresscard .title .actions {
  margin-left: auto;
}
.ntx_card.businesscard .title .actions a,
.ntx_card.addresscard .title .actions a {
  opacity: 0.7;
  color: #333 !important;
  padding: 2px;
  background-color: transparent;
  border: solid 1px transparent !important;
  -moz-border-radius: 10%;
  -webkit-border-radius: 10%;
  border-radius: 10%;
}
.ntx_card.businesscard .title .actions a:hover,
.ntx_card.addresscard .title .actions a:hover {
  opacity: 1;
  background-color: #e0e0e0;
  color: #333;
  border: solid 1px #CCC !important;
}
.ntx_card.businesscard .title .actions .isactive,
.ntx_card.addresscard .title .actions .isactive,
.ntx_card.businesscard .title .actions .primary,
.ntx_card.addresscard .title .actions .primary,
.ntx_card.businesscard .title .actions .billing,
.ntx_card.addresscard .title .actions .billing {
  padding: 2px;
  margin-right: unset;
}
.ntx_card.businesscard .content,
.ntx_card.addresscard .content {
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
}
.ntx_card.businesscard .content.notactive,
.ntx_card.addresscard .content.notactive {
  background-color: #eee;
}
.ntx_card.businesscard .content .profile,
.ntx_card.addresscard .content .profile {
  width: 90px;
  padding: 5px;
}
.ntx_card.businesscard .content .profile .personprofile,
.ntx_card.addresscard .content .profile .personprofile {
  width: 70px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  border: solid 2px #ccc;
}
.ntx_card.businesscard .content .details,
.ntx_card.addresscard .content .details {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  xdisplay: block;
  max-width: 70%;
  flex-grow: 2;
  align-self: center;
}
.ntx_card.businesscard .content .details .personname,
.ntx_card.addresscard .content .details .personname {
  font-size: 1.15em;
}
.ntx_card.businesscard .content .details .personname a,
.ntx_card.addresscard .content .details .personname a {
  color: #333 !important;
}
.ntx_card.businesscard .content .details .personname.header,
.ntx_card.addresscard .content .details .personname.header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ntx_card.businesscard .content .details .personname.header .tags,
.ntx_card.addresscard .content .details .personname.header .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ntx_card.businesscard .content .details .personname.header .tags .ribbon,
.ntx_card.addresscard .content .details .personname.header .tags .ribbon {
  width: 10px;
  box-sizing: border-box;
  height: 15px;
  border: 5px solid transparent;
  border-bottom: 5px solid transparent !important;
  border-top: none;
  margin-left: 5px;
}
.ntx_card.businesscard .content .details .personname.header .tags .ribbon > a,
.ntx_card.addresscard .content .details .personname.header .tags .ribbon > a {
  display: block;
  box-sizing: border-box;
  height: 15px;
  width: 10px;
  margin-left: -5px;
  text-align: center;
  padding-top: 8px;
  color: #fff !important;
  text-decoration: none;
}
.ntx_card.businesscard .content .details .contactcompanyname a,
.ntx_card.addresscard .content .details .contactcompanyname a {
  color: #333 !important;
}
.ntx_card.businesscard .content .details .bc_actions .bc_action,
.ntx_card.addresscard .content .details .bc_actions .bc_action {
  padding: 5px 0;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  .ntx_card.businesscard .content .details .bc_actions .bc_action,
  .ntx_card.addresscard .content .details .bc_actions .bc_action {
    padding: 0;
  }
}
.ntx_card.businesscard .content .details .bc_actions .bc_action.mobile,
.ntx_card.addresscard .content .details .bc_actions .bc_action.mobile,
.ntx_card.businesscard .content .details .bc_actions .bc_action.workphone,
.ntx_card.addresscard .content .details .bc_actions .bc_action.workphone,
.ntx_card.businesscard .content .details .bc_actions .bc_action.workfax,
.ntx_card.addresscard .content .details .bc_actions .bc_action.workfax,
.ntx_card.businesscard .content .details .bc_actions .bc_action.email > a,
.ntx_card.addresscard .content .details .bc_actions .bc_action.email > a {
  font-size: 0.95em;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  .ntx_card.businesscard .content .details .bc_actions .bc_action.mobile,
  .ntx_card.addresscard .content .details .bc_actions .bc_action.mobile,
  .ntx_card.businesscard .content .details .bc_actions .bc_action.workphone,
  .ntx_card.addresscard .content .details .bc_actions .bc_action.workphone,
  .ntx_card.businesscard .content .details .bc_actions .bc_action.workfax,
  .ntx_card.addresscard .content .details .bc_actions .bc_action.workfax,
  .ntx_card.businesscard .content .details .bc_actions .bc_action.email > a,
  .ntx_card.addresscard .content .details .bc_actions .bc_action.email > a {
    font-size: 0.75em;
  }
}
.cm-s-lesser-dark span.cm-attribute {
  color: #E8AF7E !important;
}
.cm-s-lesser-dark span.cm-qualifier {
  color: #B2789C !important;
}
.ntx_tags_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.ntx_tags_wrapper .selectize-control {
  width: 100%;
}
.ntx_tags_bn {
  text-align: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.ntx_tags_bn.selectize_bn {
  margin-top: 3px;
  margin-left: 3px;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.ntx_codemirror_tags_bn {
  text-align: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: relative;
  top: 3px;
  left: 7px;
  /*&.sticky{
        position:absolute;
    }*/

}
.ntx_tags {
  position: absolute;
  display: none;
  width: 400px;
  background-color: #2A2A2A;
  color: #fff;
  z-index: 10000005;
}
.ntx_tags input.ntx_tags_search {
  background-color: #333;
  color: #fff;
  width: 100%;
  font-size: 0.8em;
  padding: 8px !important;
  border: solid 1px #555;
}
.ntx_tags > ul {
  list-style: none;
  max-height: 264px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ntx_tags > ul li {
  padding: 2px 5px !important;
  width: 100% !important;
}
.ntx_tags > ul li.group {
  color: #ccc;
  font-size: 0.9em;
}
.ntx_tags > ul li.ntx_tag {
  padding-left: 15px !important;
  cursor: pointer;
  color: #fff;
}
.ntx_tags > ul li.ntx_tag:hover {
  background-color: #333;
}
.ntx_filepicker .header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e0e0e0;
}
.ntx_filepicker .header .title {
  font-size: 1.2em;
  line-height: 50px;
  padding-left: 10px;
}
.ntx_filepicker .header .selectize-control {
  width: 250px;
}
.ntx_filepicker .header .selectize-control div.label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  max-width: 175px;
  float: left;
}
.ntx_filepicker .header .selectize-input.has-options.has-items > input {
  width: 5px !important;
}
.ntx_filepicker .header .selectize-input.has-options.has-items .ntx_labelfilter {
  float: left;
}
.ntx_filepicker .header #extracontainer .selectize-control {
  margin-right: 6px;
}
.ntx_filepicker .header .ntx_labelfilter {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 0.9em;
}
.ntx_filepicker .header .ntx_labelfilter .colorcode {
  margin-right: 3px;
  width: 16px;
  height: 16px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.ntx_filepicker .header .ntx_labelfilter .colorcode.hasborder {
  border: solid 1px #666;
}
.ntx_filepicker .header .ntx_labelfilter .name {
  text-overflow: ellipsis;
  overflow: hidden;
}
.ntx_filepicker .header #srh_filepicker {
  padding-left: 10px;
}
.ntx_filepicker .header .hitem {
  margin-right: 6px;
}
.ntx_filepicker .header .toolbar {
  margin-left: auto;
  margin-right: 25px;
}
.ntx_filepicker .header .toolbar .fa {
  padding: 5px;
  color: #333;
}
.ntx_filepicker .header .toolbar .fa.fa-th-list,
.ntx_filepicker .header .toolbar .fa.fa-th-large {
  opacity: 0.3;
}
.ntx_filepicker .header .toolbar .fa.selected {
  opacity: 0.7;
}
.ntx_filepicker .header .toolbar .fa.fa-upload {
  margin-left: 50px;
  padding: 7px 20px;
}
.ntx_filepicker .header .toolbar .fa.fa-upload .ntx_fileuploadinput {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.ntx_filepicker .dropzone {
  background-color: palegreen;
  float: left;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: solid 1px #ddd;
  color: #555;
  display: none;
}
.ntx_filepicker .dropzone:hover {
  background-color: #FFC;
}
.ntx_filepicker .filequeue .tblqueue {
  width: 100%;
}
.ntx_filepicker .filequeue .tblqueue tr {
  border: solid 1px #ddd;
}
.ntx_filepicker .filequeue .tblqueue tr td {
  padding: 8px 15px !important;
}
.ntx_filepicker .filequeue .tblqueue .progress {
  width: 80%;
  font-size: 11px;
  color: red;
}
.ntx_filepicker .filequeue .tblqueue .progressbar {
  height: 10px;
}
.ntx_filepicker .content {
  padding: 10px 10px 50px 10px;
  min-height: 200px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.ntx_filepicker .content .fileitem {
  width: 150px;
  height: 150px;
  margin-right: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  border: solid 4px transparent;
}
.ntx_filepicker .content .fileitem .image {
  width: 100%;
  height: 100%;
}
.ntx_filepicker .content .fileitem > .fa {
  font-size: 10em;
  color: #333;
  opacity: 0.15;
  margin-top: 5px;
}
.ntx_filepicker .content .fileitem .filename {
  position: absolute;
  bottom: 0;
  height: 34px;
  width: 100%;
  background-color: #ddd;
}
.ntx_filepicker .content .fileitem .filename > div {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 0.8em;
}
.ntx_filepicker .content.listview .fileitem {
  margin-right: 0;
  width: 100%;
  height: 36px;
  overflow: auto;
  border: 0;
}
.ntx_filepicker .content.listview .fileitem i,
.ntx_filepicker .content.listview .fileitem .image {
  display: none;
}
.ntx_filepicker .content.listview .fileitem .filename {
  width: 100%;
  padding: 5px;
}
.ntx_filepicker .content.listview .fileitem .filename div {
  text-align: left;
  font-size: 1em;
  padding: 3px 5px;
}
.ntx_filepicker .footer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ccc;
  position: sticky;
  bottom: 0;
}
.ntx_filepicker .footer .selectedfiles {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  min-height: 62px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-grow: 1;
}
.ntx_filepicker .footer .selectedfiles .selectedfile {
  padding: 10px;
  background-color: #eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 0.85em;
}
.ntx_filepicker .footer .selectedfiles .selectedfile i {
  color: #888;
}
.ntx_filepicker .footer .action {
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ntx_filepicker .footer .action .ntx_button {
  padding: 10px 25px;
  text-decoration: none !important;
}
.dropfiles .dropzone {
  background-color: palegreen;
  float: left;
  width: 100%;
  height: 50vh;
  line-height: 50vh;
  text-align: center;
  border: solid 1px #ddd;
  color: #555;
  display: none;
}
.dropfiles .dropzone:hover {
  background-color: #FFC;
}
.dropfiles .filequeue .tblqueue {
  width: 100%;
}
.dropfiles .filequeue .tblqueue tr {
  border: solid 1px #ddd;
}
.dropfiles .filequeue .tblqueue tr td {
  padding: 8px 15px !important;
}
.dropfiles .filequeue .tblqueue .progress {
  width: 80%;
  font-size: 11px;
  color: red;
}
.dropfiles .filequeue .tblqueue .progressbar {
  height: 10px;
}
.files {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
}
.files .afile,
.files .ifile,
.files .adoc {
  padding: 5px;
  border: solid 1px #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-bottom: 5px;
  align-items: center;
}
.files .afile .name,
.files .ifile .name,
.files .adoc .name {
  font-size: 0.85em;
  margin-right: 5px;
}
.files .afile .ntx_button,
.files .ifile .ntx_button,
.files .adoc .ntx_button {
  height: auto;
  padding: 3px;
  margin: 0;
}
.redactor-box {
  width: 100%;
  margin: 10px 0;
}
.redactor-box .redactor-toolbar.toolbar-fixed-box {
  z-index: 10112;
}
.redactor-box .redactor-toolbar a.re-button {
  color: #333 !important;
}
.redactor-box .redactor-toolbar a.re-button:hover {
  text-decoration: none;
  color: #333 !important;
  background-color: #eee;
}
.sp-container {
  z-index: 1000 !important;
}
.sp-button-container .sp-choose {
  height: auto !important;
  border: 0 !important;
  padding: 10px 20px;
  color: #333 !important;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #e0e0e0 !important;
  background-image: none;
  font-size: 0.9em !important;
}
.sp-button-container .sp-choose:hover {
  background-color: #e0e0e0 !important;
  background-image: none;
}
.ntx_action {
  cursor: pointer;
}
.ntx_action i.fa {
  margin-right: 5px;
  color: #333;
  opacity: 0.5;
}
.ntx_action:hover i {
  opacity: 1;
}
.fc-toolbar h2 {
  font-size: 1.2em;
  line-height: 29px;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  .fc-toolbar h2 {
    font-size: 1.35em !important;
  }
}
.fc-event {
  color: #333 !important;
}
.fc-event .icon {
  padding: 0 10px;
}
.fc-event .fc-time {
  margin-right: 5px;
}
.fc-event .fc-content {
  white-space: normal !important;
  line-height: 1.4em;
  padding: 2px;
}
.fc-event .fc-content .ntx_button {
  float: right;
  width: 15px;
  height: 15px;
  line-height: 15px;
}
.fc-event.completed {
  background-color: #eee;
  border-color: #d4d4d4 !important;
}
.fc-event.active {
  background-color: #FFF69A;
  border-color: #ffe801 !important;
}
.fc-content {
  min-height: 0.5em;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 0 !important;
}
#popover {
  min-width: 340px;
}
#popover .content .control {
  margin-bottom: 10px;
}
#popover .content .icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: rgba(0, 0, 0, 0.1);
}
.nx_AppsItems {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nx_AppsItems .nx_AppsItem {
  width: 216px;
  height: 199px;
  overflow: hidden;
  position: relative;
  border: solid 1px #eee;
  background-color: #FAFAFA;
  margin-right: 10px;
  margin-bottom: 12px;
}
.nx_AppsItems .nx_AppsItem > a > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.nx_AppsItems .nx_AppsItem .item {
  text-align: center;
}
.nx_AppsItems .nx_AppsItem .item img {
  width: 214px;
  height: 140px;
}
.nx_AppsItems .nx_AppsItem .item .title {
  margin-top: 10px;
  font-weight: bold;
}
.nx_AppsItems .nx_AppsItem .desc {
  background-color: #F8F8F8;
}
.nx_AppsItems .nx_AppsItem .desc .title {
  position: absolute;
  top: 30px;
  left: 10px;
  max-height: 30px;
  font-size: 16px;
  font-weight: bold;
}
.nx_AppsItems .nx_AppsItem .desc .summary {
  position: absolute;
  width: 195px;
  top: 80px;
  left: 10px;
  max-height: 100px;
}
.nx_AppsItems .nx_AppsItem a {
  display: block;
  width: 100%;
  height: 198px;
  color: #000 !important;
  text-decoration: none;
}
.nx_AppsItems .nx_AppsItem a:hover {
  color: #000 !important;
}
.ntx_fileuploadinput {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 18px;
}
.fa-upload {
  position: relative;
}
.fa-upload .ntx_fileuploadinput {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.ntx_action_email,
.ntx_action_jemail,
.ntx_action_phone,
.ntx_action_pemail,
.ntx_action_noemail {
  color: #333 !important;
  cursor: pointer;
}
.ntx_action_email.ntx_button,
.ntx_action_jemail.ntx_button,
.ntx_action_phone.ntx_button,
.ntx_action_pemail.ntx_button,
.ntx_action_noemail.ntx_button {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ntx_action_email.ntx_button .fa,
.ntx_action_jemail.ntx_button .fa,
.ntx_action_phone.ntx_button .fa,
.ntx_action_pemail.ntx_button .fa,
.ntx_action_noemail.ntx_button .fa {
  margin-right: 5px;
}
#ntx_phoneactions_list {
  width: 250px;
  display: none;
}
#ntx_phoneactions_list li {
  padding: 0;
}
#ntx_phoneactions_list li a {
  color: #333;
  font-size: 0.9em;
  display: block;
}
#ntx_phoneactions_list .ntx_pop_item {
  padding: 5px 10px;
}
#ntx_phoneactions_list .ntx_pop_item .fa {
  margin-right: 10px;
}
#ntx_noteactions_list {
  width: 250px;
  display: none;
  cursor: pointer;
}
#ntx_noteactions_list li {
  padding: 0;
}
#ntx_noteactions_list li a {
  color: #333;
  font-size: 0.9em;
  display: block;
}
#ntx_noteactions_list .ntx_pop_item {
  padding: 5px 10px;
}
#ntx_noteactions_list .ntx_pop_item .fa {
  margin-right: 10px;
}
#ntx_emailactions_list {
  width: 185px;
  display: none;
  font-weight: 400;
}
#ntx_emailactions_list a {
  color: #333;
  font-size: 0.9em;
}
#ntx_emailactions_list .ntx_pop_item {
  padding: 5px 0;
}
#ntx_emailactions_list .ntx_pop_item .fa {
  margin-right: 10px;
}
.ntx_email #allrecipients {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  font-style: italic;
  font-size: 0.85em;
  color: #666;
}
.ntx_email #bn_attachments {
  padding: 7px 15px;
}
.ntx_email #bn_documenttemplates {
  padding: 7px 15px;
}
.ntx_email .filecontainer {
  border: dotted 1px #ddd;
  padding: 10px;
  margin: 10px 0;
}
.ntx_email .filecontainer .ntx_button {
  margin: 0;
}
.ntx_email .recordasnote {
  margin-bottom: 10px;
}
.allocatepayment .leftcolumn,
.allocatepayment .rightcolumn {
  overflow-y: auto;
}
.allocatepayment .leftcolumn .itemcredit,
.allocatepayment .rightcolumn .itemcredit,
.allocatepayment .leftcolumn .itemdebt,
.allocatepayment .rightcolumn .itemdebt {
  position: relative;
}
.allocatepayment .leftcolumn .itemcredit.selected .ntx_check,
.allocatepayment .rightcolumn .itemcredit.selected .ntx_check,
.allocatepayment .leftcolumn .itemdebt.selected .ntx_check,
.allocatepayment .rightcolumn .itemdebt.selected .ntx_check {
  display: block;
}
.allocatepayment .leftcolumn .itemcredit .ntx_check,
.allocatepayment .rightcolumn .itemcredit .ntx_check,
.allocatepayment .leftcolumn .itemdebt .ntx_check,
.allocatepayment .rightcolumn .itemdebt .ntx_check {
  position: absolute;
  left: 7px;
  bottom: 7px;
  padding: 5px;
  display: none;
  font-size: 1rem;
  background: #4074B2;
  color: #fff;
  border-radius: 0 50% 0 0;
}
.allocatepayment .leftcolumn .header,
.allocatepayment .rightcolumn .header {
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 0.8em;
  padding: 3px 2px;
}
.allocatepayment .leftcolumn .right,
.allocatepayment .rightcolumn .right {
  text-align: right;
}
.allocatepayment .leftcolumn .content,
.allocatepayment .rightcolumn .content {
  border: solid 1px #cfcfcf;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 0.9em;
  background: #e7e7e7;
  /* for non-css3 browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7e7e7));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #fff, #e7e7e7);
  /* for firefox 3.6+ */

}
.allocatepayment .leftcolumn .content .total,
.allocatepayment .rightcolumn .content .total {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
.allocatepayment .leftcolumn .content .remain,
.allocatepayment .rightcolumn .content .remain {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  color: #BD1717;
}
.allocatepayment .rightcolumn .ntx_button {
  padding: 3px;
}
.allocatepayment .itemcredit {
  cursor: move;
}
.allocatepayment .itemcredit .header {
  background-color: #024302;
}
.allocatepayment .itemcredit .header.creditnote {
  background-color: #555;
}
.allocatepayment .itemcredit .header.paymentgateway {
  background-color: #eaba6c;
}
.allocatepayment .itemcredit .header.refund {
  background-color: #BD1717;
}
.allocatepayment .itemcredit.disabled {
  cursor: not-allowed;
}
.allocatepayment .itemcredit.disabled .header {
  background-color: #E6C287;
}
.allocatepayment .itemdebt {
  cursor: pointer;
}
.allocatepayment .itemdebt .header {
  background-color: #4074B2;
}
.allocatepayment .itemdebt.itemdebthover {
  background-color: #4074B2;
}
.allocatepayment .itemdebt.itemdebthover .content {
  background: #4074B2;
  color: #fff;
}
.allocatepayment .allocatevalue {
  display: none;
  position: absolute;
  background-color: #5baf4f;
  color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-left: -5px;
  width: 285px;
}
.allocatepayment .allocatevalue .arrow_left {
  width: 0;
  height: 0;
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #5baf4f transparent transparent;
  border-style: inset;
  -webkit-transform: rotate(360deg);
  margin-left: -10px;
  margin-top: 55px;
  float: left;
}
.allocatepayment .allocatevalue #bn_paymentcancel {
  color: #888;
  float: right;
}
.allocatepayment .bn_addpayment {
  width: 100% !important;
}
.allocatepayment #selectedtotal .action i {
  cursor: pointer;
  color: #333;
}
.allocatepayment #selectedtotal .item {
  background-color: #ccc;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.allocatepayment #selectedtotal .item > div {
  text-align: center;
}
.allocatepayment #selectedtotal .item .total {
  font-size: 1.1em;
}
#batchallocate button {
  color: #fff !important;
  background-color: #0A0;
  border: 0;
  padding: 10px;
  width: auto;
  height: auto;
  margin-top: 15px;
}
.invoicestatuslookup .invoiceStatus {
  margin: 0 5px;
}
.invoiceStatus {
  background-color: #80b280;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.invoiceStatus.invoiceStatus_0 {
  background-color: #80b280;
}
.invoiceStatus.invoiceStatus_800 {
  background-color: #b17fd2;
}
.invoiceStatus.invoiceStatus_810 {
  background-color: #88a8cb;
}
.invoiceStatus.invoiceStatus_850 {
  background-color: #88a8cb;
}
.invoiceStatus.invoiceStatus_1000 {
  background-color: #eaba6c;
}
.invoiceStatus.invoiceStatus_2000 {
  background-color: #e0a2a2;
}
.invoiceStatus.invoiceStatus_3000 {
  background-color: #e0a2a2;
}
.invoicePaymentStatus {
  background-color: #eee;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
}
.invoicePaymentStatus.nocursor {
  cursor: default;
}
.invoicePaymentStatus.paymentStatus_0 {
  background-color: #80b280;
}
.invoicePaymentStatus.paymentStatus_1 {
  background-color: #eee;
}
.invoicePaymentStatus.paymentStatus_2 {
  background-color: #eaba6c;
  cursor: pointer;
}
.paymentStatus {
  background-color: #eee;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.paymentStatus.paymentStatus_0 {
  background-color: #80b280;
}
.paymentStatus.paymentStatus_10 {
  background-color: #eaba6c;
}
.paymentStatus.paymentStatus_20 {
  background-color: #88a8cb;
}
.paymentStatus.paymentStatus_200 {
  background-color: #e0a2a2;
}
.deliveryStatus {
  background-color: #eee;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  position: relative;
}
.deliveryStatus.deliveryStatus_0 {
  background-color: #80b280;
}
.deliveryStatus.deliveryStatus_1 {
  background-color: #e0a2a2;
}
.deliveryStatus.deliveryStatus_2 {
  background-color: #eaba6c;
}
/* Delivery Status */

#sel_deliverystatus li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 5px;
}
#sel_deliverystatus li a div[class^=color-] {
  padding: 2px;
}
#sel_deliverystatus li a .color_grey {
  background-color: #e0e0e0;
}
#sel_deliverystatus li a .color_green {
  background-color: #80b280;
}
#sel_deliverystatus li a .color_red {
  background-color: #e2afaf;
}
#sel_deliverystatus li a .color_yellow {
  background-color: #eaba6c;
}
#sel_deliverystatus li a .fa-truck {
  background-color: transparent;
  text-align: left;
  margin-right: 0;
}
#sel_deliverystatus li a > span {
  margin-left: 5px;
  font-size: 0.9em;
}
#sel_deliverystatus li a i {
  text-align: center;
  /*padding: 5px;*/

}
.isAssigned {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.isAssigned.assigned {
  color: white;
  background-color: #b17fd2;
}
.attachment {
  background-color: #B3B3B3;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  opacity: 0.4;
}
.attachment.hasfile {
  opacity: 1;
}
.attachment a {
  color: #fff !important;
}
.paymenttype {
  padding: 5px;
}
.paymenttype.payment {
  background-color: #B3B3B3;
}
.paymenttype.receipt {
  background-color: #B3B3B3;
}
.paymenttype.refund,
.paymenttype.creditnote {
  background-color: #e0a2a2;
}
.paymenttype.salespayment {
  background-color: #80b280;
}
#ntx_windows {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: transparent;
  z-index: 10000004;
  height: 0;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  #ntx_windows {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  #ntx_windows #ntx_windowgroup {
    width: 40px;
  }
  #ntx_windows #ntx_windowgroup header {
    height: 40px;
    background-color: #494949;
    color: #fff;
    padding: 5px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #ntx_windows #ntx_windowgroup header span {
    color: #fff;
    font-size: 1em;
  }
  #ntx_windows #ntx_windowgroup header i.fa {
    margin-right: 5px;
  }
  #ntx_windows .ntx_window {
    position: relative;
    float: right;
    height: auto;
    width: 300px;
    bottom: 0;
    margin-left: 5px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  }
  #ntx_windows .ntx_window a {
    color: #666;
  }
  #ntx_windows .ntx_window.hidden {
    visibility: hidden;
  }
  #ntx_windows .ntx_window.fixed article,
  #ntx_windows .ntx_window.expandable article {
    min-height: 340px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #ntx_windows .ntx_window.collapsed {
    height: 40px;
    overflow: hidden;
    width: 200px;
  }
  #ntx_windows .ntx_window.collapsed header i.fa {
    font-size: 1.56em;
    margin-left: 2px;
  }
  #ntx_windows .ntx_window.collapsed header i.action {
    font-size: 1em;
  }
  #ntx_windows .ntx_window.collapsed article {
    visibility: hidden;
  }
  #ntx_windows .ntx_window.collapsed footer {
    visibility: hidden;
  }
  #ntx_windows .ntx_window.fixed.collapsed {
    width: 40px;
  }
  #ntx_windows .ntx_window.fixed.collapsed header .title {
    visibility: hidden;
  }
  #ntx_windows .ntx_window header {
    height: 40px;
    background-color: #494949;
    color: #fff;
    padding: 9px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #ntx_windows .ntx_window header span {
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    max-width: 235px;
  }
  #ntx_windows .ntx_window header i.fa {
    margin-right: 5px;
  }
  #ntx_windows .ntx_window header div.action {
    margin-left: auto;
    padding: 10px;
  }
  #ntx_windows .ntx_window header div.action:hover {
    background-color: #3c3c3c;
  }
  #ntx_windows .ntx_window header div.action i.action {
    font-size: 1em;
    margin-right: 0;
  }
  #ntx_windows .ntx_window header.error {
    background: #e0a2a2;
  }
  #ntx_windows .ntx_window article {
    position: relative;
    background-color: #fff;
    border-left: solid 1px #c8c8c8;
    border-right: solid 1px #c8c8c8;
    padding: 9px;
    overflow: auto;
    height: 340px;
    width: 300px;
  }
  #ntx_windows .ntx_window article ul {
    list-style: none;
  }
  #ntx_windows .ntx_window footer {
    height: 40px;
    margin: 0;
    border: solid 1px #c8c8c8;
    border-bottom: 0;
    background-color: #fff;
  }
  #ntx_windows .ntx_window footer input[type=text] {
    width: 100%;
    height: 40px;
    padding: 5px;
    border: 0;
  }
  #ntx_windows .ntx_window.alert header {
    background-color: #E4921D;
  }
  #ntx_windows #ntx_windowgroup_items {
    position: absolute;
    width: 180px;
    display: none;
  }
  #ntx_windows #ntx_windowgroup_items .ntx_window {
    height: 40px;
    overflow: hidden;
    width: 180px;
  }
  #ntx_windows #ntx_windowgroup_items .ntx_window header {
    background-color: #666;
  }
  #ntx_windows #ntx_windowgroup_items .ntx_window header i.fa {
    font-size: 1em;
    margin-left: 2px;
  }
  #ntx_windows #ntx_windowgroup_items .ntx_window header i.action {
    font-size: 1em;
  }
  #ntx_windows #ntx_windowgroup_items .ntx_window header span.title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    max-width: 105px;
    font-size: 0.8em;
  }
  #ntx_windows #ntx_windowgroup_items .ntx_window header:hover {
    background-color: #494949;
  }
  #ntx_windows #ntx_windowgroup_items .ntx_window article {
    visibility: hidden;
  }
  #ntx_windows #ntx_windowgroup_items .ntx_window footer {
    visibility: hidden;
  }
}
@media only screen and (max-width: 529px) {
  #ntx_windows {
    display: none;
  }
}
#ntx_chat_master li.company {
  border-top: solid 1px #d0d0d0;
}
#ntx_chat_master li.company > div {
  background-color: #d7d7d7;
  padding: 10px;
  cursor: pointer;
}
#ntx_chat_master li.company.hasmessage > div {
  border-left: solid 12px #f2c98f;
}
#ntx_chat_master li.staff {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.6;
  padding: 10px 15px;
  cursor: pointer;
}
#ntx_chat_master li.staff:hover {
  background-color: #eee;
}
#ntx_chat_master li.staff .status {
  font-size: 0.8em;
  font-style: italic;
  color: #666;
  color: #888;
}
#ntx_chat_master li.staff.online {
  opacity: 1;
}
#ntx_chat_master li.staff.online .profileimg {
  border-color: #0A0 !important;
}
#ntx_chat_master li.staff.online .status {
  color: #0A0 !important;
}
#ntx_chat_master li.staff.idle {
  opacity: 1;
}
#ntx_chat_master li.staff.idle .profileimg {
  border-color: #eaba6c !important;
}
#ntx_chat_master li.staff.idle .status {
  color: #eaba6c !important;
}
#ntx_chat_master li.staff .icon {
  position: relative;
}
#ntx_chat_master li.staff .icon .profileimg {
  width: 43px;
  height: 43px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  margin-right: 10px;
  border: solid 3px #D7D7D7;
}
#ntx_chat_master li.staff .icon .nom {
  display: none;
  position: absolute;
  width: auto;
  height: 20px;
  background-color: #E00;
  bottom: 0;
  right: 0;
  border: solid 2px #FFF;
  font-size: 10px;
  border-radius: 5px;
  text-align: center;
  line-height: 16px;
  color: #FFF;
  padding: 0 4px;
}
#ntx_chat_master li.staff .icon .nom.hm {
  display: block;
}
#ntx_chat_master li.staff .icon .handsetstatus {
  position: absolute;
  top: 21px;
  left: -5px;
  font-size: 0.8em;
}
#ntx_chat_master li.staff .icon .handsetstatus.status_1 .fa-circle {
  color: #0A0;
}
.chatcontent {
  background-color: #e6e6e6 !important;
}
.chatcontent .loadmessages {
  padding: 10px;
  text-align: center;
  border: solid 1px #CCC;
  margin-bottom: 5px;
  background-color: #DDD;
  color: #666;
}
.chatcontent ul.messages li .chat {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.chatcontent ul.messages li .chat img.profile {
  width: 30px;
  height: 30px;
}
.chatcontent ul.messages li .chat .message {
  background-color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  max-width: 230px;
  font-size: 0.85em;
  word-wrap: break-word;
}
.chatcontent ul.messages li .chat .message .time time {
  font-size: 0.7em;
  color: #666;
  font-style: italic;
}
.chatcontent ul.messages li.self .chat {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.chatcontent ul.messages li.status .chat img.profile {
  width: 20px;
  height: 20px;
}
.chatcontent ul.messages li.status .chat .message {
  background-color: transparent;
  box-shadow: none;
  font-size: 0.75em;
  font-style: italic;
  opacity: 0.5;
}
#ntx_phone_master {
  font-size: 0.9em;
}
#ntx_phone_master li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
}
#ntx_phone_master li.phone {
  position: relative;
}
#ntx_phone_master li:hover {
  background-color: #eee;
}
#ntx_phone_master li .profileimg {
  width: 43px;
  height: 43px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  margin-right: 10px;
  border: solid 3px #D7D7D7;
}
#ntx_phone_master li .handsetstatus {
  position: absolute;
  top: 37px;
  left: 12px;
  font-size: 0.75em;
}
#ntx_phone_master li .handsetstatus .fa-phone {
  -webkit-transform: rotate(134deg);
  -ms-transform: rotate(134deg);
  transform: rotate(134deg);
}
#ntx_phone_master li .handsetstatus.status_1 .fa-circle {
  color: #0A0;
}
#ntx_phone_master li .handsetstatus.status_0 .fa-circle {
  color: #E4921D;
}
#ntx_phone_master li .handsetstatus.status_200 .fa-circle {
  color: #BD1717;
}
#ntx_phone_master li .phonedetails {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#ntx_phone_master li .phonedetails .number {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: 0.8em;
  position: relative;
}
#ntx_phone_master li .phonedetails .number .phonecolour {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  margin-top: 5px;
  margin-left: 3px;
}
#ntx_phone_master li .phonedetails .time {
  text-align: right;
}
#ntx_phone_master li .phonedetails .time time.timeago {
  font-size: 0.65em;
  font-style: italic;
}
#ntx_phone_dialer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ntx_phone_dialer input[type=text] {
  width: unset !important;
}
#ntx_phone_dialer .button {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ntx_phone_dialer .button button {
  height: 30px;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  border: 0;
}
#ntx_phone_dialer .button .phonecolour {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  margin-top: 15px;
  margin-left: 3px;
  margin-right: 5px;
}
#ntx_phone_dialer .button .phonecolour.hasborder {
  border: solid 1px #666;
}
#ntx_phone_dialer #currentPhoneLine {
  cursor: pointer;
}
#ntx_phone_dialer #selPhone {
  background-color: #2a2a2a;
  color: #FFF;
  min-width: 150px;
}
#ntx_phone_dialer #selPhone li {
  padding: 5px 10px;
  cursor: pointer;
}
#ntx_phone_dialer #selPhone li:hover {
  background-color: #333;
}
.win_contact {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.win_contact .contact_top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #e6e6e6 !important;
  padding: 5px;
  height: 110px;
}
.win_contact .contact_top .contact_left {
  position: relative;
  padding-bottom: 10px;
}
.win_contact .contact_top .contact_left .profileimg {
  width: 76px;
  height: 76px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  margin-right: 10px;
  border: solid 3px #D7D7D7;
}
.win_contact .contact_top .contact_left .handsetstatus {
  position: absolute;
  top: 45px;
  left: 0;
  font-size: 0.75em;
}
.win_contact .contact_top .contact_left .handsetstatus .fa-phone {
  -webkit-transform: rotate(134deg);
  -ms-transform: rotate(134deg);
  -moz-transform: rotate(134deg);
  -o-transform: rotate(134deg);
  transform: rotate(134deg);
}
.win_contact .contact_top .contact_left .handsetstatus.status_1 .fa-circle {
  color: #0A0;
}
.win_contact .contact_top .contact_left .handsetstatus.status_0 .fa-circle {
  color: #E4921D;
}
.win_contact .contact_top .contact_left .handsetstatus.status_200 .fa-circle {
  color: #BD1717;
}
.win_contact .contact_top .contact_left .timeago {
  font-size: 0.8em;
  font-style: italic;
  color: #666;
}
.win_contact .contact_top .contact_right {
  flex-grow: 1;
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.win_contact .contact_top .contact_right .actions {
  margin-top: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.win_contact .contact_top .contact_right .actions .fa {
  cursor: pointer;
  color: #666;
  margin: 5px;
}
.win_contact .contact_top .contact_right .actions .fa:hover {
  color: #494949;
}
.win_contact .contact_bottom {
  overflow-x: hidden;
  overflow-y: auto;
}
.win_contact .contact_bottom li:hover {
  background-color: #eee;
}
.win_contact .contact_bottom .info_items {
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.win_contact .contact_bottom .info_items .info_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.win_contact .contact_bottom .info_items .info_item .label {
  width: 30px;
  padding: 5px;
  text-align: right;
  text-transform: lowercase;
  align-self: center;
  font-size: 0.8em;
}
.win_contact .contact_bottom .info_items .info_item .label .fa {
  color: #666;
}
.win_contact .contact_bottom .info_items .info_item .label.full {
  width: auto;
}
.win_contact .contact_bottom .info_items .info_item .value {
  padding: 5px;
  background: #F5F5F5;
  flex-grow: 1;
}
.win_contact .contact_bottom .info_items .info_item .value span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  max-width: 230px;
}
.win_contact .contact_bottom .info_items .info_item .value .ntx_emailactions_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 2px;
  align-items: center;
  height: auto !important;
  line-height: normal;
}
.win_contact .contact_bottom .info_items .info_item .value .ntx_action {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 2px;
  align-items: center;
}
.win_contact .contact_bottom .info_items .info_item .value.groups {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.win_contact .contact_bottom .info_items .info_item .value.groups .colorcode {
  margin-right: 3px;
}
.win_contact .contact_bottom .info_items .info_item .section {
  font-weight: bold;
  padding: 10px;
}
.win_contact .contact_bottom .info_items .info_item.contact {
  padding: 10px 15px;
}
.win_contact .contact_bottom .notes_items .notes_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
}
.win_contact .contact_bottom .notes_items .notes_item .type {
  margin-right: 5px;
}
.win_contact .contact_bottom .notes_items .notes_item .type img {
  margin-top: 3px;
}
.win_contact .contact_bottom .notes_items .notes_item .details .info {
  font-size: 0.8em;
  font-style: italic;
  color: #666;
}
.win_contact .contact_bottom .notes_items .notes_item .right {
  margin-left: auto;
}
.win_contact .contact_bottom .tasks_items .tasks_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
}
.win_contact .contact_bottom .tasks_items .tasks_item.completed .details .subject {
  text-decoration: line-through;
}
.win_contact .contact_bottom .tasks_items .tasks_item .complete {
  width: 18px;
  min-width: 18px;
}
.win_contact .contact_bottom .tasks_items .tasks_item .colorbar {
  margin: 0 3px;
  width: 5px;
  min-width: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.win_contact .contact_bottom .tasks_items .tasks_item .colorbar.priority_0 {
  background-color: #88a8cb;
}
.win_contact .contact_bottom .tasks_items .tasks_item .colorbar.priority_1 {
  background-color: #b3b3b3;
}
.win_contact .contact_bottom .tasks_items .tasks_item .colorbar.priority_2 {
  background-color: #e2afaf;
}
.win_contact .contact_bottom .tasks_items .tasks_item .details .otherdetails .staff {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8em;
  font-style: italic;
  color: #666;
}
.win_contact .contact_bottom .tasks_items .tasks_item .details .otherdetails .staff .colorcode {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  width: 13px;
  height: 13px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
.win_contact .contact_bottom .tasks_items .tasks_item .details .otherdetails .staff .colorcode.assigned_type_1 {
  background-color: #88a8cb;
}
.win_contact .contact_bottom .tasks_items .tasks_item .details .otherdetails .staff .colorcode.assigned_type_2 {
  background-color: #eaba6c;
}
.win_contact .contact_bottom .tasks_items .tasks_item .details .otherdetails .staff .colorcode.assigned_type_3 {
  background-color: #B3B3B3;
}
.win_contact .contact_bottom .tasks_items .tasks_item .right {
  margin-left: auto;
}
.win_contact .contact_bottom .billing_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #f0f0f0;
  padding: 5px;
}
.win_contact .contact_bottom .billing_items .billing_item table.billingbalance {
  width: 100%;
  font-size: 0.85em;
  margin-bottom: 10px;
}
.win_contact .contact_bottom .billing_items .billing_item table.billingbalance th {
  border-bottom: solid 1px #ddd;
}
.win_contact .contact_bottom .billing_items .billing_item table.billingbalance tbody tr:hover {
  background-color: #fff;
}
.win_contact .contact_bottom .billing_items .billing_item table.billingbalance .debt {
  color: #BD1717;
}
.win_contact .contact_bottom .billing_items .billing_item table.billingbalance .credit {
  color: #024302;
}
.win_contact .contact_bottom .billing_items .billing_item table.billingbalance .amount {
  font-style: italic;
  padding: 3px;
  text-align: right;
}
.win_contact .contact_bottom .billing_items a.lnk_billing {
  margin-left: auto;
}
.win_contact .contact_bottom .billing_items a.lnk_billing span {
  padding-right: 5px;
  font-size: 0.9em;
  text-transform: lowercase;
}
.win_contact .contact_bottom .buttons {
  padding: 10px;
}
.win_contact .contact_bottom .buttons .ntx_button {
  margin: 2px 0;
  display: block;
  height: 30px;
  /*line-height: 30px;*/
  padding: 5px 10px;
}
.win_contact .contact_bottom .buttons .ntx_button .fa-plus {
  margin-right: 5px;
}
.win_contact .contact_bottom .noteform,
.win_contact .contact_bottom .taskform {
  overflow: hidden;
  background-color: #FAFAFA;
}
.win_contact .contact_bottom .noteform .fa-plus,
.win_contact .contact_bottom .taskform .fa-plus {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 10px;
}
.win_contact .tasks_items .tasks_item .details {
  max-width: 200px;
}
.col-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 0 auto;
}
.col-flex .ui-datepicker-trigger {
  background: none;
  border: none;
  height: 28px;
}
.row .box {
  padding: 0.5em 1em;
}
.row .box.label {
  background-color: #EFEFEF;
  font-size: 0.8em;
  font-style: italic;
  color: #666;
  height: 100%;
  text-align: right;
}
.row .box.label label::after {
  content: ":";
}
.row.full {
  width: 100%;
}
div[class*=col-] input[type=text],
div[class*=col-] input[type=date] textarea {
  width: 100%;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  #divResults div.pgResults_wrapper div.pgResults #pgRows,
  #divResults div.pgResults_wrapper div.pgResults #pgRowsLabel {
    display: block !important;
  }
}
@media only screen and (min-width: 950px) {
  #floatsubmitbar {
    position: relative;
    background-color: transparent;
    left: auto;
    right: auto;
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 40px;
  }
  #floatsubmitbar.floatfix {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    bottom: 0;
    /*position: fixed;
              bottom: 0;*/
  
    /*max-width: 1200px;*/
  
    /* Now uses JS to determine width (admin.js) */
  
    /* refer to #floatsubmitbar inside window scroll evt */
  
    /* background-color: #EFEFEF;
              padding: 8px 40px;
              border-top: dashed 1px #CCC;
              z-index: 501;
  
              button[type=submit] {
                  margin-left: 55px;
              }
  
              button.delete {
                  margin-right: 55px;
              }*/
  
  }
}
.datetime_wrapper {
  position: relative;
}
.datetime_wrapper .ui-datepicker-trigger {
  background: none;
  border: none;
  height: 100%;
  position: absolute;
  right: 12px;
  top: 0;
}
.datetime_wrapper .ui-datepicker-trigger .fa {
  font-size: 1.25em;
}
.datetime_wrapper .ui-datepicker-trigger:hover {
  cursor: pointer;
}
.datetime_wrapper .ui-datepicker-trigger:focus {
  background: none !important;
}
.datepicker_container .ntx_button.label {
  padding: 0 8px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  margin: 0;
  text-transform: lowercase;
  font-size: 0.8em;
  opacity: 0.8;
  text-align: center;
}
.datepicker_container .ntx_button.label:hover {
  opacity: 1;
}
.datepicker_container .ntx_button.label.active {
  opacity: 1;
  color: #fff !important;
  background-color: #333;
}
td.status {
  height: 45px;
}
.input-icon {
  position: relative;
}
.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
}
.ntx_formalize .input-icon > input,
.ntx_formalize .input-icon > textarea {
  padding-left: 25px;
  padding-right: 10px;
  margin: 0 0 0 0;
}
c .input-icon-right > i {
  right: 0;
}
.ntx_formalize .input-icon-right > input,
.ntx_formalize .input-icon-right > textarea {
  padding-left: 10px;
  padding-right: 25px;
}
form#form_invoice .add-button {
  min-width: 50px;
  line-height: 30px;
}
form.invoicedetails .formrow {
  align-items: center;
}
form.invoicedetails .ntx_radiogroup input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}
form.invoicedetails .ntx_radiogroup label {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  color: #999999;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 3px 15px;
  top: 0;
  left: 0;
  transform: none;
  font-size: 0.8em;
  margin-top: 8px;
  border: solid 1px #999999;
}
form.invoicedetails .ntx_radiogroup input[type=radio]:checked + label {
  color: #e5e5e5;
}
form.invoicedetails .bn_days {
  white-space: nowrap;
  display: inline-block;
  text-align: center;
  border: solid 1px #ccc;
  color: #666;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 0.7em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: lowercase;
  text-decoration: none;
  margin-top: 10px;
  margin-left: 10px;
}
form.invoicedetails .bn_days:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
}
.ntx_alertmessageholder {
  padding: 30px;
  text-align: center;
  width: 100%;
  /*border-style: solid;
    border-width: 1px;*/
  margin-bottom: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ntx_alertmessageholder .title {
  font-weight: bold;
  margin-bottom: 10px;
}
.ntx_alertmessageholder .item {
  padding: 5px;
  text-align: left;
}
.ntx_alertmessageholder .item .ntx_button {
  padding: 5px;
}
.ntx_alertmessageholder.redirectwarning {
  background-color: #e0e0e0;
  border-color: #c6c6c6;
}
.ntx_alertmessageholder.redirectwarning .item:hover {
  background-color: #c6c6c6;
}
.ntx_alertmessageholder.disablealert {
  background-color: #e0a2a2;
  border-color: #d37c7c;
  color: #642828;
  font-weight: bold;
}
.ntx_alertmessageholder.disablealert .item:hover {
  background-color: #d37c7c;
}
.ntx_alertmessageholder.messagealert {
  background-color: #fffbd7;
  border-color: #fff167;
  color: #342f00;
}
.ntx_alertmessageholder.messagealert .item:hover {
  background-color: #fff167;
}
.ntx_alertmessageholder.newsalert {
  background-color: #555;
  color: #ccc;
}
.ntx_alertmessageholder.newsalert a {
  color: #fff !important;
}
.ntx_rating_container {
  flex-direction: column !important;
}
.ntx_rating_container .ntx_rating {
  font-size: 1.25em;
}
.ntx_rating_container .ntx_rating .fa-star-o {
  color: #999;
}
.ntx_rating_container .ntx_rating .fa-star {
  color: #f7c214;
}
.productdoc {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.productdoc .pdoctype {
  background-color: #999;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 10px;
}
.fa-picture-o.productimage {
  margin: 5px 2px;
  font-size: 3em;
  color: #ddd;
  height: 100%;
  width: 100%;
}
.fa-picture-o.productprofileimage {
  margin: 18px 16px;
  font-size: 3.5em;
  color: #ddd;
}
.row_invoicetags {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.row_invoicetags .ribbon.invoicetag {
  width: 10px;
  box-sizing: border-box;
  height: 20px;
  border: 5px solid transparent;
  border-bottom: 5px solid transparent !important;
  border-top: none;
  margin-right: 5px;
  margin-top: 2px;
  margin-left: 2px;
}
.row_invoicetags .ribbon.invoicetag > a {
  display: block;
  box-sizing: border-box;
  height: 20px;
  width: 10px;
  margin-left: -5px;
  text-align: center;
  padding-top: 8px;
  color: #fff !important;
  text-decoration: none;
}
#sel_processes li > a > i.fa {
  margin-right: 8px;
}
.re-popup.open {
  z-index: 10000006;
}
@media only screen and (min-width: 530px) and (max-width: 949px), only screen and (min-width: 950px) {
  .re-popup.open {
    z-index: 10000005 !important;
  }
}
.ntx_search_highlight {
  background-color: #FFF69A;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 4px;
  margin: 0 -4px;
}
#ntx_page_sequences .name .fa {
  margin-right: 5px;
}
#ntx_page_sequences .name .date {
  text-align: right;
  font-size: 0.85em;
}
#ntx_page_sequences .status {
  width: 80px;
  margin-right: 10px;
}
#ntx_page_sequences .status span {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 5px 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#ntx_page_sequences .status span.status_0 {
  background-color: #f8b132;
  color: #333;
}
#ntx_page_sequences .status span.status_1 {
  background-color: #5baf4f;
  color: white;
}
#ntx_page_sequences .status span.status_10 {
  background-color: #80b280;
  color: white;
}
#ntx_page_sequences .status span.status_200 {
  background-color: #666;
  color: white;
}
#iteminfo.ntx_popup_div .row {
  margin-bottom: 5px;
  font-size: 0.85em;
}
#iteminfo.ntx_popup_div .row:hover {
  background-color: #999;
}
#iteminfo.ntx_popup_div .row .item {
  padding: 10px;
  background-color: #fff;
}
#iteminfo.ntx_popup_div .row:hover .item {
  color: #fff;
  background-color: #999;
}
#sel_sequences li i {
  margin-right: 5px;
}
.ntx_objecttask_status {
  background-color: #e0e0e0;
  font-size: 0.8em;
  padding: 3px 10px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.ntx_productsearch {
  padding-top: unset;
}
.ntx_productsearch #frm_searchall {
  padding-top: unset;
}
