blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Montserrat', sans-serif !important;
  color: #58616A;
}
p a, p a:visited, p a:active {
    color: #383838;
}
.spinner {
    position: absolute;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    z-index: 999;
    background: #fefefe;

}
.spinner-msg {
    text-align: center;
    font-weight: bold;
    color: #3dd2ff !important;
}

.spinner-img {
    background: url(/assets/images/ring80.gif) no-repeat;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
#bxcontainer {
  visibility:hidden;
  height:0;
}

/* Headings
------------------------------------------------------------------------------*/

@media screen and (max-width: 767px),
screen and (max-device-width: 767px) {
  h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 48px;
    font-family: 'Montserrat', sans-serif !important;
  }
  h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif !important;
  }
  h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif !important;
  }
  h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif !important;
  }
  p {
    margin-top: 0px;
    line-height: 18px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 46px;
    font-family: 'Montserrat', sans-serif !important;
  }
  h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif !important;
  }
  h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif !important;
  }
  h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
  }
  p {
    margin-top: 0px;
    line-height: 18px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif !important;
  }
}
@media (min-width: 992px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 47px;
    font-family: 'Montserrat', sans-serif !important;
  }
  h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 27px;
    font-family: 'Montserrat', sans-serif !important;
  }
  h3 {
    margin-top: 10px;
	margin-bottom: 10px;
    font-size: 23px;
    font-family: 'Montserrat', sans-serif !important;
  }
  h4 {
    margin-top: 10px;
	margin-bottom: 10px;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif !important;
  }
  p {
    margin-top: 0px;
    line-height: 18px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
  }
}
@media (min-width: 1200px) {
  h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 48px;
    font-family: 'Montserrat', sans-serif !important;
  }
  h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif !important;
  }
  h3 {
    margin-top: 15px;
	margin-bottom: 15px;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif !important;
  }
  h4 {
    margin-top: 15px;
	margin-bottom: 15px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif !important;
  }
  p {
    margin-top: 0px;
    line-height: 18px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
  }
}
/* Logo
----------------------------------------------------------------------------- */

@media screen and (max-width: 767px),
screen and (max-device-width: 767px) {
  header .header-content {
      position: relative;
      height: auto;
      padding-left: 0px;
  }

  header .header-content {
      padding-right: 0;
  }

  header .header-content .header-logo {
      position: absolute;
      left: 50%;
      margin-left: -18px;
      top: 10px;
      transition-duration: .3s;
      z-index: 999;
  }

  header .header-content .header-logo a {
      background: url(/assets/styles/user/grid/layout/factory.png) no-repeat !important;
      height: 36px !important;
      width: 35px;
      display: block;
  }

  header .header-content .header-logo svg,
  header .header-content .header-logo img {
      height: 36px;
  }

  header .header-content .header-logo .admin,
  header .header-content .header-logo .supplier,
  header .header-content .header-logo .customer {
      background: url('/assets/styles/user/grid/layout/factory.png') no-repeat !important;
      height: 36px !important;
      width: 35px;
      display: block;
  }

  header .header-content .header-logo:hover {
      cursor: pointer;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  header .header-content {
      position: relative;
      height: auto;
      padding-left: 0px;
  }

  header .header-content {
      padding-right: 0;
  }

  header .header-content .header-logo {
      position: absolute;
      left: 50%;
      margin-left: -18px;
      top: 10px;
      transition-duration: .3s;
      z-index: 999;
  }

  header .header-content .header-logo a {
      background: url(/assets/styles/user/grid/layout/factory.png) no-repeat !important;
      height: 36px !important;
      width: 35px;
      display: block;
  }

  header .header-content .header-logo svg,
  header .header-content .header-logo img {
      height: 36px;
  }

  header .header-content .header-logo .admin,
  header .header-content .header-logo .supplier,
  header .header-content .header-logo .customer {
      background: url('/assets/styles/user/grid/layout/factory.png') no-repeat !important;
      height: 36px !important;
      width: 35px;
      display: block;
  }

  header .header-content .header-logo:hover {
      cursor: pointer;
  }
}

/* Welcome
----------------------------------------------------------------------------- */

.welcome-text h2, .request-text h2 {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2.4px;
  color: #6B747E;
  font-size: 30px;
  margin-bottom: 50px;
}
.request-text h2 {
  margin-bottom: 0px;
  margin-top: 30px;
}
.content-header {
  background: #FF9D00;
}
.content-header h2 {
  color:  #fff;
  padding: 6px 30px 2px;
  text-transform:  uppercase;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 5px;
  margin-top: 0;
}
.user-info {
  background: #fafafa;
  color: #58616A;
  padding: 12px 30px;
}
.user-info span {
  padding-right: 25px;
  padding-left: 25px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 800;
}
.user-info span.user-name {
  text-transform: uppercase;
  padding-left: 0;
  letter-spacing: 0.48px;
  font-size: 16px;
  font-weight: 400;
}
.welcome-text {
  padding-top: 40px;
}
.dude {
  display: block;
  height: 350px;
  background: url('/assets/styles/website/images/layout/N3_home_2.png') no-repeat;
}
.welcome-text p {
  font-size: 13px;
  /* margin-bottom: 12px; */
}
.welcome-text a.get-started-button  {
  font-size: 15px;
  background: #FF9D00;
  color: #fff;
  text-transform: uppercase;
  border-radius: 7px;
  font-weight: 800;
  display: inline-block;
  margin-top: 30px;
  padding: 13px 20px;
}

@media screen and (max-width: 767px),
screen and (max-device-width: 767px) {
  .content-header {
    text-align: center;
  }
  .request-text h1 {
	text-align: center;
  }
  .welcome-text .itemSet, .request-text .itemSet {
    width: 100%;
    float: left;
    padding: 0 !important;
    text-align: center;
  }
  .dude {
	display: none;
  }
  .welcome-text a.get-started-button  {
    font-size: 15px;
    background: #FF9D00;
    color: #fff;
    text-transform: uppercase;
    border-radius: 7px;
    font-weight: 800;
    display: inline-block;
    margin-top: 30px;
    padding: 13px 20px;
  }
	
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .content-header {
    text-align: center;
  }
  .request-text h1 {
	text-align: center;
  }
  .welcome-text .itemSet, .request-text .itemSet {
    width: 100%;
    float: left;
    padding: 0 !important;
    text-align: center;
  }
  .dude {
	display: none;
  }
  .welcome-text a.get-started-button  {
    font-size: 15px;
    background: #FF9D00;
    color: #fff;
    text-transform: uppercase;
    border-radius: 7px;
    font-weight: 800;
    display: inline-block;
    margin-top: 30px;
    padding: 13px 20px;
  }
}

/* Login
----------------------------------------------------------------------------- */

.formLogin {
  display: inline-block;
  /* float: left; */
  /* margin-right: 0; */
  /* margin-top: 0px; */
  margin-left: 25px;
  /* height: 45px; */
}
.formLogin ul {
  display: inline-block;
  list-style: none;
  padding: 0 !important;
  margin: 0;
  line-height: 45px;
}
.formLogin li {
  padding: 0px 10px 0px 0px;
  /* float: none; */
  display: inline-block;
  height: 45px;
  width: auto !important;
  /* text-shadow: 0px 0px 0px; */
  clear: none !important;
}
.formLogin ul li:last-child {
  padding-right: 0px;
}
.formLogin button {
  margin: 0em !important;
  height: 1.75em;
  line-height: 1em;
}
@media screen and (max-width: 767px),
screen and (max-device-width: 767px) {
  .log a {
    background: url('/assets/styles/website/images/icons/lock.png') no-repeat 0% 45% !important;
    height: 45px;
    width: auto;
    /* display: inline-block; */
    padding: 0px 30px;
    font-size: 13px;
    text-indent: 0px;
    /* color: #fff; */
    text-shadow: none;
    /* font-family: 'Montserrat', sans-serif !important; */
    vertical-align: middle;
    font-weight: 800;
  }
  .logout a {
    background: url('/assets/styles/website/images/icons/lock.png') no-repeat 0% 45% !important;
    height: 45px;
    width: auto;
    padding: 0px 30px;
    font-size: 13px;
    text-indent: 0px;
    /* color: #fff; */
    text-shadow: none;
	/* font-family: 'Montserrat', sans-serif !important; */
    vertical-align: middle;
    font-weight: 800;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .log a {
    background: url('/assets/styles/website/images/icons/lock.png') no-repeat 0% 45% !important;
    height: 45px;
    width: auto;
    /* display: inline-block; */
    padding: 0px 30px;
    font-size: 13px;
    text-indent: 0px;
    /* color: #fff; */
    text-shadow: none;
    /* font-family: 'Montserrat', sans-serif !important; */
    vertical-align: middle;
    font-weight: 800;
  }
  .logout a {
    background: url('/assets/styles/website/images/icons/lock.png') no-repeat 0% 45% !important;
    height: 45px;
    width: auto;
    padding: 0px 30px;
    font-size: 13px;
    text-indent: 0px;
    /* color: #fff; */
    text-shadow: none;
	/* font-family: 'Montserrat', sans-serif !important; */
    vertical-align: middle;
    font-weight: 800;
  }
}
@media (min-width: 992px) {
  .log a {
    background: url('/assets/styles/website/images/icons/lock.png') no-repeat 0% 45% !important;
    height: 45px;
    width: auto;
    /* display: inline-block; */
    padding: 0px 30px;
    font-size: 13px;
    text-indent: 0px;
    /* color: #fff; */
    text-shadow: none;
    /* font-family: 'Montserrat', sans-serif !important; */
    vertical-align: middle;
    font-weight: 800;
  }
  .logout a {
    background: url('/assets/styles/website/images/icons/lock.png') no-repeat 0% 45% !important;
    height: 45px;
    width: auto;
    padding: 0px 30px;
    font-size: 13px;
    text-indent: 0px;
    /* color: #fff; */
    text-shadow: none;
	/* font-family: 'Montserrat', sans-serif !important; */
    vertical-align: middle;
    font-weight: 800;
  }
}
@media (min-width: 1200px) {
  .log a {
    background: url('/assets/styles/website/images/icons/lock.png') no-repeat 0% 45% !important;
    height: 45px;
    width: auto;
    /* display: inline-block; */
    padding: 0px 30px;
    font-size: 13px;
    text-indent: 0px;
    /* color: #fff; */
    text-shadow: none;
    /* font-family: 'Montserrat', sans-serif !important; */
    vertical-align: middle;
    font-weight: 800;
  }
  .logout a {
    background: url('/assets/styles/website/images/icons/lock.png') no-repeat 0% 45% !important;
    height: 45px;
    width: auto;
    padding: 0px 30px;
    font-size: 13px;
    text-indent: 0px;
    /* color: #fff; */
    text-shadow: none;
	/* font-family: 'Montserrat', sans-serif !important; */
    vertical-align: middle;
    font-weight: 800;
  }
}

/* Menu
----------------------------------------------------------------------------- */

@media screen and (max-width: 767px),
screen and (max-device-width: 767px) {
  .page-with-sidebar .sidebar-wrapper {
    background: #fff;
    color: #58616A;
    text-transform: uppercase;
    font-weight: 800;
  }
  .page-sidebar-expanded .sidebar-wrapper {
      width: 100%;
  }
  .right-sidebar.right-sidebar-expanded {
      width: 100%;
  }
  .right-sidebar .block {
    padding: 0px 0;
    /* border-bottom: 1px solid #dcdcdc; */
    /* width: 258px; */
    text-align: center;
  }
  .right-sidebar .issuable-sidebar .logo {
    display: none;
  }
  .right-sidebar .right-menu {
    max-width: 300px;
    margin: 0 auto;
  }

}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .page-with-sidebar .sidebar-wrapper {
    background: #fff;
    color: #58616A;
    text-transform: uppercase;
    font-weight: 800;
  }
  .page-sidebar-expanded .sidebar-wrapper {
      width: 100%;
  }
  .right-sidebar.right-sidebar-expanded {
      width: 100%;
  }
  .right-sidebar .block {
    padding: 0px 0;
    /* border-bottom: 1px solid #dcdcdc; */
    /* width: 258px; */
    text-align: center;
  }
  .right-sidebar .issuable-sidebar .logo {
    display: none;
  }
  .right-sidebar .right-menu {
    max-width: 300px;
    margin: 0 auto;
  }
}
.page-action:hover {
  background: transparent;
}

/* Content
----------------------------------------------------------------------------- */

.content {
  background: #fff;
  padding: 30px 0px;
}
@media screen and (max-width: 767px),
screen and (max-device-width: 767px) {
  .page-with-layout-nav {
	margin-top: 0px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .page-with-layout-nav {
	margin-top: 0px;
  }
}

/* Globals
----------------------------------------------------------------------------- */

.hide {
  display: none !important;
}
.userNote { padding: 30px 0 0 0; }

.userSettingsPopupWrapper {
	clear: both;
}
.userSettingsPopupWrapper h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #313131;
}
.userSettingsPopupWrapper h3 {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 1em;
	font-weight: bold;
}
.userSettingsPopupWrapper label {
	margin-left: 3px;
}
.userSettingsPopupWrapper input[type="checkbox"] {
	margin-left: 10px;
}
.userSettingsPopupWrapper {
	color: #000;
}
.userSettingsPopupWrapper label {
	float: none;
}