/* ==========================================================================
   global styles
   ========================================================================== */
/* Variables - Path */
/* Fonts */
/* "Lucida Sans Unicode", "Lucida Grande", sans-serif */
/* Font Colors */
/* Backgrounds */
/* Border Colors */
/* Button Colors */
/* Layout */
/* Background Types */
/* line 5, ../sass/_global.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-family: "Helvetica";
  font-size: inherit;
}

/* line 9, ../sass/_global.scss */
body {
  color: #1e1e1e;
}

/* line 12, ../sass/_global.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Sans";
}

/* line 13, ../sass/_global.scss */
a, a:hover {
  text-decoration: none;
}

/* line 16, ../sass/_global.scss */
li {
  list-style: none;
}

/* line 19, ../sass/_global.scss */
input {
  background: none;
  border: 0;
  border-radius: 0;
  outline: 0;
}

/* line 25, ../sass/_global.scss */
button {
  background: none;
  border: 0;
  outline: 0;
}

/* line 30, ../sass/_global.scss */
b, strong {
  font-weight: normal;
  font-style: normal;
  font-family: "Helvetica Bold";
}

/* line 35, ../sass/_global.scss */
.clear {
  float: left;
  width: 100%;
  height: 0;
  clear: both;
}

/* line 41, ../sass/_global.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}

/* line 45, ../sass/_global.scss 
a, a span.ico, button, input, textarea {
  transition: all 0.3s ease-in-out 0s;
}*/

/* line 49, ../sass/_global.scss */
p a,
.txt-link,
.b-results li a {
  text-decoration: underline;
  color: #00aef7;
}
/* line 52, ../sass/_global.scss */
p a:hover,
.txt-link:hover,
.b-results li a:hover {
  text-decoration: none;
}

/* line 57, ../sass/_global.scss */
article h1 {
  float: left;
  margin: 16px 0 19px;
  font-size: 24px;
}
/* line 62, ../sass/_global.scss */
article h1 span {
  float: left;
}
/* line 67, ../sass/_global.scss */
article p {
  font-size: 17px;
}

/* ==========================================================================
   General Classes
   ========================================================================== */
/* Visibility */
/* line 76, ../sass/_global.scss */
.no-scroll {
  overflow: hidden;
}

/* line 79, ../sass/_global.scss */
.is-hidden {
  display: none;
}

/* line 82, ../sass/_global.scss */
.is-visible {
  display: block;
}

/* Clearfix */
/* line 86, ../sass/_global.scss */
html[xmlns] .clearfix, html[xmlns] .b-content-wrapper, html[xmlns] .border-top, html[xmlns] .b-header-standard, html[xmlns] .b-header-blue, html[xmlns] .submenu li, .submenu html[xmlns] li {
  display: block;
}

/* line 89, ../sass/_global.scss */
* html .clearfix, * html .b-content-wrapper, * html .border-top, * html .b-header-standard, * html .b-header-blue, * html .submenu li, .submenu * html li {
  height: 1%;
}

/* line 92, ../sass/_global.scss */
.clearfix:after, .b-content-wrapper:after, .border-top:after, .b-header-standard:after, .b-header-blue:after, .submenu li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

/* line 100, ../sass/_global.scss */
.separator {
  clear: both;
  overflow: hidden;
  height: 0px;
  line-height: 0px;
  padding: 0;
  margin: 0;
}

/* Floats */
/* line 109, ../sass/_global.scss */
.pull_left {
  float: left !important;
}

/* line 112, ../sass/_global.scss */
.pull_right {
  float: right !important;
}

/* Overlay */
/* line 116, ../sass/_global.scss */
.b_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  background: black;
  position: fixed;
  z-index: 99;
}

/* Width */
/* line 122, ../sass/_global.scss */
.g-wrapper {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 1;
}

/* line 125, ../sass/_global.scss */
.w_full, article p, .b-btn-wrapper, .b-form, .b-form .b-label, .b-form .b-legend, .g-label, .g-dropdown li, .g-dropdown li a, .b-tabs, .b-checkboxes, .b-loading, .b-header-standard h2, .b-header-standard h1, .b-header-blue h1, .b-sidebar nav a, .submenu h2, .submenu li a {
  float: left;
  width: 100%;
  position: relative;
}

/* Text */
/* line 132, ../sass/_global.scss */
.b-formatted-text h1, .b-formatted-text h2, .b-formatted-text h3, .b-formatted-text h4, .b-formatted-text h5, .b-formatted-text h5 {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 1;
  margin: 0;
}
/* line 136, ../sass/_global.scss */
.b-formatted-text h1 {
  font: 30px "Helvetica Bold";
}
/* line 139, ../sass/_global.scss */
.b-formatted-text h2 {
  font: 26px "Helvetica Bold";
}
/* line 142, ../sass/_global.scss */
.b-formatted-text h3 {
  font: 23px "Helvetica Bold";
}
/* line 145, ../sass/_global.scss */
.b-formatted-text h4 {
  font: 21px "Helvetica Bold";
}
/* line 148, ../sass/_global.scss */
.b-formatted-text h5 {
  font: 19px "Helvetica Bold";
}
/* line 151, ../sass/_global.scss */
.b-formatted-text h6 {
  font: 17px "Helvetica Bold";
}
/* line 154, ../sass/_global.scss */
.b-formatted-text p {
  margin-bottom: 22px;
}

/* line 159, ../sass/_global.scss */
.b-content-scrolled {
  max-width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: auto;
  padding-bottom: 100px;
}

/* ==========================================================================
   font-face
   ========================================================================== */
@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/helveticaneuecyr-roman-webfont.eot");
  src: url("../fonts/helveticaneuecyr-roman-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-roman-webfont.woff") format("woff"), url("../fonts/helveticaneuecyr-roman-webfont.ttf") format("truetype"), url("../fonts/helveticaneuecyr-roman-webfont.svg#helveticaneuecyrroman") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Bold';
  src: url("../fonts/helveticaneuecyr-bold-webfont.eot");
  src: url("../fonts/helveticaneuecyr-bold-webfont.ttf") format("truetype"), url("../fonts/helveticaneuecyr-bold-webfont.svg#helveticaneuecyrbold") format("svg"), url("../fonts/helveticaneuecyr-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Light';
  src: url("../fonts/helveticaneuecyr-light-webfont.eot");
  src: url("../fonts/helveticaneuecyr-light-webfont.ttf") format("truetype"), url("../fonts/helveticaneuecyr-light-webfont.svg#helveticaneuecyr-light-webfont") format("svg"), url("../fonts/helveticaneuecyr-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Italic';
  src: url("../fonts/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans-Italic.ttf") format("truetype"), url("../fonts/OpenSans-Italic.svg#helveticaneuecyr-light-webfont") format("svg"), url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url("../fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#open-sansregular-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../fonts/opensans-bolditalic-webfont.eot");
  src: url("../fonts/opensans-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bolditalic-webfont.woff") format("woff"), url("../fonts/opensans-bolditalic-webfont.ttf") format("truetype"), url("../fonts/opensans-bolditalic-webfont.svg#open-bolditalic-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url("../fonts/opensans-light-webfont.eot");
  src: url("../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans-light-webfont.svg#opensans-light-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lucida Sans';
  src: url("../fonts/lucidasansregular-webfont.eot");
  src: url("../fonts/lucidasansregular-webfont.ttf") format("truetype"), url("../fonts/lucidasansregular-webfont.svg#lucidasansregular-webfont") format("svg"), url("../fonts/lucidasansregular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lucidasansregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   layout
   ========================================================================== */
/* line 4, ../sass/_layout.scss */
article, section {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 1;
}

/* line 8, ../sass/_layout.scss */
body {
  min-width: 1024px;
  /* 	min-height:768px; */
}

/* line 12, ../sass/_layout.scss */
.b-content {
  width: 75%;
  min-width: 768px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  margin-left: 25%;
  overflow: hidden;
}

/* line 23, ../sass/_layout.scss */
.b-content-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 30px;
}

/* line 31, ../sass/_layout.scss */
.submenu-visible .b-content {
  width: 50%;
  min-width: 512px;
  margin-left: 50%;
}

/* line 39, ../sass/_layout.scss */
.sidebar-min .b-content {
  width: 100%;
  margin-left: 0;
}
/* line 43, ../sass/_layout.scss */
.sidebar-min .b-content-wrapper {
  padding-right: 30px;
  padding-left: 110px;
}
/* line 49, ../sass/_layout.scss */
.sidebar-min.submenu-visible .b-content {
  width: 75%;
  min-width: 688px;
  margin-left: 25%;
}
/* line 56, ../sass/_layout.scss */
.sidebar-min header .btn-back {
  left: 80px;
}

/* line 61, ../sass/_layout.scss */
.b-col {
  float: left;
  min-width: 315px;
}
/* line 65, ../sass/_layout.scss */
.b-col.row2 {
  margin-top: -13px;
}

/* line 69, ../sass/_layout.scss */
.b-col1 {
  width: 100%;
}
/* line 72, ../sass/_layout.scss */
.b-col1 .b-checkboxes {
  width: auto;
}
/* line 75, ../sass/_layout.scss */
.b-col1 .b-checkboxes .col-display {
  margin-left: 104px;
}

/* line 80, ../sass/_layout.scss */
.b-col2 {
  width: 41%;
  margin-right: 39px;
}

/* line 84, ../sass/_layout.scss */
.b-col-checkbox {
  float: left;
  margin-left: 45px;
}
/* line 88, ../sass/_layout.scss */
.b-col-checkbox.first {
  clear: left;
  margin-left: 0;
}
/* line 93, ../sass/_layout.scss */
.b-col-checkbox.col-display {
  margin-left: 30px;
  margin-right: 27px;
}
/* line 98, ../sass/_layout.scss */
.b-col-checkbox .b-checkbox-wrapper {
  width: auto;
  clear: left;
}

/* ==========================================================================
   Buttons And Selects
   ========================================================================== */
/* line 7, ../sass/_buttons.scss */
.b-btn-wrapper .g-btn {
  margin-right: 30px;
}

/* line 12, ../sass/_buttons.scss */
.g-btn-title {
  float: left;
  margin-top: 7px;
  font: 17px "Helvetica Light";
  color: #818181;
}

/* line 19, ../sass/_buttons.scss */
.g-btn {
  float: left;
  padding: 9px 17px 10px;
  font: 16px/20px "Lucida Sans";
  color: #fff;
}
/* line 25, ../sass/_buttons.scss */
.g-btn.wide {
  padding-right: 30px;
  padding-left: 30px;
}
/* line 30, ../sass/_buttons.scss */
.g-btn.f-small {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 8px;
}

/* line 37, ../sass/_buttons.scss */
.btn-green {
  background: #3ebfa3;
}
/* line 39, ../sass/_buttons.scss */
.btn-green:hover {
  background: #00ba97;
}

/* line 43, ../sass/_buttons.scss */
.btn-yellow {
  background: #ffc600;
}
/* line 45, ../sass/_buttons.scss */
.btn-yellow:hover {
  background: #fbbd00;
}

/* line 49, ../sass/_buttons.scss */
.btn-red {
  background: #ff7850;
}
/* line 51, ../sass/_buttons.scss */
.btn-red:hover {
  background: #f4643e;
}

/* line 55, ../sass/_buttons.scss */
.btn-blue {
  background: #00bcf8;
}
/* line 57, ../sass/_buttons.scss */
.btn-blue:hover {
  background: #00affa;
}

/* line 61, ../sass/_buttons.scss */
.btn-gray {
  background: #959595;
}
/* line 63, ../sass/_buttons.scss */
.btn-gray:hover {
  background: #858585;
}

/* line 61, ../sass/_buttons.scss */
.btn-purple {
  background: #8D198D;
}
/* line 63, ../sass/_buttons.scss */
.btn-purple:hover {
  background: #800080;
}
/* line 68, ../sass/_buttons.scss */
.g-btn.inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  cursor: default;
}
/* line 72, ../sass/_buttons.scss */
.g-btn.inactive.btn-green:hover {
  background: #3ebfa3;
}
/* line 75, ../sass/_buttons.scss */
.g-btn.inactive.btn-yellow:hover {
  background: #ffc600;
}
/* line 78, ../sass/_buttons.scss */
.g-btn.inactive.btn-red:hover {
  background: #ff7850;
}
/* line 81, ../sass/_buttons.scss */
.g-btn.inactive.btn-blue:hover {
  background: #00bcf8;
}
/* line 84, ../sass/_buttons.scss */
.g-btn.inactive.btn-gray:hover {
  background: #959595;
}

/* line 90, ../sass/_buttons.scss */
h1 .g-btn {
  margin: -3px 0 -7px 30px;
}
/* line 95, ../sass/_buttons.scss */
h1 .b-form .g-btn {
  margin-left: 20px;
  margin-right: 0;
}

/* line 103, ../sass/_buttons.scss */
header h1 .b-form .g-btn {
  margin: 3px 0 -4px 30px;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/* line 7, ../sass/_forms.scss */
.b-form .b-label, .b-form .b-legend {
  font: 17px "Helvetica Light";
  color: #818181;
}
/* line 13, ../sass/_forms.scss */
.b-form .b-legend {
  color: #ef5b34;
}
/* line 17, ../sass/_forms.scss */
.b-form .b-checkbox-wrapper .b-label, .b-form .b-checkbox-wrapper .b-legend {
  width: auto;
  clear: right;
  margin: 5px 0 0 7px;
}
/* line 22, ../sass/_forms.scss */
.b-form .b-input {
  float: left;
  width: 94%;
  min-width: 294px;
  height: 37px;
  margin: 2px 0 19px;
  padding: 0 9px;
  font-size: 17px;
  line-height: 37px;
  color: #1e1e1e;
  border: 1px solid #717171;
}
/* line 34, ../sass/_forms.scss */
.b-form .b-input.small {
  height: 33px;
  padding: 0 7px;
  font-size: 15px;
  line-height: 33px;
}
/* line 40, ../sass/_forms.scss */
.b-form .b-input.small-fixed {
  width: 98px;
  min-width: 0;
}
/* line 44, ../sass/_forms.scss */
.b-form .error {
  color: #ef5b34;
  border-color: #ef5b34;
}
/* line 48, ../sass/_forms.scss */
.b-form .inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
/* line 51, ../sass/_forms.scss */
.b-form .b-error {
  position: absolute;
  top: 0px;
  right: 6%;
  margin-right: -20px;
  text-align: right;
  font: 17px "Helvetica Light";
  color: #ff7850;
}
/* line 61, ../sass/_forms.scss */
.b-form .b-btn-wrapper {
  margin-top: 14px;
}
/* line 65, ../sass/_forms.scss */
.b-form .checkbox {
  float: left;
  width: 25px;
  height: 26px;
  background: url("../img/sprite-elements.png") -67px -81px;
}
/* line 69, ../sass/_forms.scss */
.b-form .checkbox:hover {
  background-position: -67px -111px;
}
/* line 73, ../sass/_forms.scss */
.b-form .checkbox.active {
  background-position: -34px -81px;
}
/* line 75, ../sass/_forms.scss */
.b-form .checkbox.active:hover {
  background-position: -34px -111px;
}
/* line 80, ../sass/_forms.scss */
.b-form .b-textarea {
  float: left;
  width: 429px;
  height: 117px;
  margin: 2px 0 16px;
  padding: 10px 9px;
  font-size: 17px;
  color: #1e1e1e;
  border: 1px solid #717171;
}
/* line 91, ../sass/_forms.scss */
.b-form.inline {
  margin: 10px 0 30px;
}
/* line 94, ../sass/_forms.scss */
.b-form.inline .b-input {
  min-width: 0;
  width: 90%;
  margin: 0 1px 0 0;
}
/* line 100, ../sass/_forms.scss */
.b-form.inline .g-dropdown {
  min-width: 0;
  width: 279px;
  top: 40px;
  left: 0;
}
/* line 108, ../sass/_forms.scss */
.b-form .b-input-wrapper {
  float: left;
  position: relative;
}

/* line 116, ../sass/_forms.scss */
.b-search .b-form .b-input {
  width: 291px;
}

/* line 122, ../sass/_forms.scss */
.b-faq-search .b-form {
  margin-top: 5px;
}
/* line 125, ../sass/_forms.scss */
.b-faq-search .b-form .b-input {
  width: 399px;
}
/* line 129, ../sass/_forms.scss */
.b-faq-search .b-textarea {
  width: 97.5%;
  min-width: 429px;
  min-height: 295px;
}

/* line 136, ../sass/_forms.scss */
.b-form.b-title-form-small {
  float: left;
  margin: -1px 0 -8px 52px;
}
/* line 140, ../sass/_forms.scss */
.b-form.b-title-form-small .b-input {
  clear: both;
  margin: 2px 0 6px;
}
/* line 145, ../sass/_forms.scss */
.b-form.b-title-form-small .col {
  float: left;
  margin-right: 40px;
}
/* line 150, ../sass/_forms.scss */
.b-form.b-title-form-small .b-input-wrapper {
  float: left;
  margin-right: 9px;
}
/* line 155, ../sass/_forms.scss */
.b-form.b-title-form-small .b-legend, .b-form.b-title-form-small .b-label, .b-form.b-title-form-small .b-legend {
  width: auto;
  clear: left;
}
/* line 160, ../sass/_forms.scss */
.b-form.b-title-form-small .b-btn-wrapper {
  width: auto;
  margin: 25px 0 0 -20px;
}

/* line 166, ../sass/_forms.scss */
.b-form.b-audit-search {
  float: right;
  width: auto;
  clear: both;
  margin-bottom: 50px;
}
/* line 172, ../sass/_forms.scss */
.b-form.b-audit-search .b-input {
  min-width: 0;
  width: 223px;
}
/* line 176, ../sass/_forms.scss */
.b-form.b-audit-search .b-input.date {
  width: 113px;
}

/* line 182, ../sass/_forms.scss */
.b-fprice-search .b-form {
  width: auto;
  margin: 5px 0;
}
/* line 186, ../sass/_forms.scss */
.b-fprice-search .b-form .b-input {
  min-width: 0;
  width: 223px;
}
/* line 190, ../sass/_forms.scss */
.b-fprice-search .b-form .b-input.units {
  width: 63px;
}
/* line 194, ../sass/_forms.scss */
.b-fprice-search .b-form .b-input.discount {
  width: 85px;
}
/* line 199, ../sass/_forms.scss */
.b-fprice-search .b-form .g-checkbox-wrapper {
  margin: 3px 0 0 30px;
}

/* line 206, ../sass/_forms.scss */
h1 .b-form {
  float: right;
  width: auto;
}
/* line 210, ../sass/_forms.scss */
h1 .b-form .b-input {
  width: 223px;
  min-width: 0;
  margin: -3px 0 -4px 20px;
  font: 16px/37px "Lucida Sans";
}

/* line 220, ../sass/_forms.scss */
.col-discount .b-input.small {
  width: 98px;
  min-width: 0;
}

/* Global styles */
/* line 227, ../sass/_forms.scss */
.g-input-wrapper {
  display: block;
  position: relative;
  padding: 0 9px;
  background: #fff;
  border: 1px solid #717171;
}
/* line 234, ../sass/_forms.scss */
.g-input-wrapper.small {
  padding: 0 7px;
}
/* line 237, ../sass/_forms.scss */
.g-input-wrapper.small .g-input {
  height: 33px;
  font-size: 15px;
  line-height: 33px;
  width: 99%;
}
/* line 243, ../sass/_forms.scss */
.g-input-wrapper.small .g-textarea {
  font-size: 15px;
}
/* line 248, ../sass/_forms.scss */
.g-input-wrapper.error {
  border-color: #ef5b34;
}
/* line 251, ../sass/_forms.scss */
.g-input-wrapper.error .g-input {
  color: #ef5b34;
}
/* line 256, ../sass/_forms.scss */
.g-input-wrapper .b-error {
  width: 185px;
  position: absolute;
  /* bottom: 53px; */
  top: -61px;
  left: 50%;
  z-index: 5;
  margin-left: -103px;
  padding: 7px 10px 9px;
  font: 15px "Lucida Sans";
  text-align: center;
  color: #fff;
  background: #fb704b;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 6px 6px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 6px 6px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 6px 6px 0;
}
/* line 271, ../sass/_forms.scss */
.g-input-wrapper .b-error .arrow {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fb704b;
  background: none;
}

/* line 285, ../sass/_forms.scss */
.g-label {
  font: 17px "Helvetica Light";
  color: #818181;
}

/* line 291, ../sass/_forms.scss */
.g-input {
  display: block;
  height: 37px;
  padding: 0;
  font-size: 17px;
  line-height: 37px;
  color: #1e1e1e;
}

/* line 300, ../sass/_forms.scss */
.g-textarea {
  display: block;
  width: 100%;
  padding: 5px 0;
  font-size: 17px;
  color: #1e1e1e;
  border: 0;
}

/* line 309, ../sass/_forms.scss */
.g-checkbox-wrapper {
  float: left;
  width: auto;
}
/* line 313, ../sass/_forms.scss */
.g-checkbox-wrapper .g-label {
  width: auto;
  clear: right;
  margin: 5px 0 0 7px;
}

/* line 320, ../sass/_forms.scss */
.g-checkbox {
  float: left;
  width: 25px;
  height: 26px;
  background: url("../img/sprite-elements.png") -67px -81px;
}
/* line 325, ../sass/_forms.scss */
.g-checkbox:hover {
  background-position: -67px -111px;
}
/* line 330, ../sass/_forms.scss */
.g-checkbox.active .active {
  background-position: -34px -81px;
}
/* line 333, ../sass/_forms.scss */
.g-checkbox.active .active:hover {
  background-position: -34px -111px;
}

/* Select with dropdown */
/* line 342, ../sass/_forms.scss */
.g-select .link-open {
  display: block;
  height: 37px;
  padding: 0;
  font-size: 17px;
  line-height: 37px;
  color: #1e1e1e;
}
/* line 350, ../sass/_forms.scss */
.g-select .link-open .arrow {
  width: 7px;
  height: 5px;
  position: absolute;
  top: 15px;
  right: 5px;
  background: url("../img/sprite-elements.png") no-repeat -2px -5px;
}
/* line 360, ../sass/_forms.scss */
.g-select.small .link-open {
  height: 33px;
  font-size: 15px;
  line-height: 33px;
}

/* line 368, ../sass/_forms.scss */
.g-dropdown {
  display: none;
  width: 117%;
  position: absolute;
  top: 33px;
  left: -1px;
  z-index: 2;
  background: #fff;
  border: 1px solid #c2c2c2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 7px 8px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 7px 8px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 7px 8px 0;
  max-height: 125px;
  overflow: scroll;
}
/* line 382, ../sass/_forms.scss */
.g-dropdown li a {
  height: 32px;
  font-size: 15px;
  line-height: 33px;
  text-indent: 9px;
  border-bottom: 1px solid #ededed;
}
/* line 391, ../sass/_forms.scss */
.g-dropdown li a.selected .ico {
  width: 11px;
  height: 12px;
  position: absolute;
  top: 10px;
  right: 11px;
  background: url("../img/sprite-elements.png") no-repeat -139px 0;
}
/* line 400, ../sass/_forms.scss */
.g-dropdown li a:hover {
  background: #eaf9ff;
}
/* line 405, ../sass/_forms.scss */
.g-dropdown.multiple {
  width: 100%;
}
/* line 408, ../sass/_forms.scss */
.g-dropdown.multiple li a {
  text-indent: 29px;
}
/* line 411, ../sass/_forms.scss */
.g-dropdown.multiple li a .ico {
  width: 18px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/sprite-elements.png") no-repeat -81px 10px #f2f2f2;
}
/* line 420, ../sass/_forms.scss */
.g-dropdown.multiple li a.selected .ico {
  background-position: -109px 10px;
  background-color: #2dbaf5;
}
/* line 429, ../sass/_forms.scss */
.g-dropdown.active {
  display: block;
}

/* line 433, ../sass/_forms.scss */
.g-select.active .g-dropdown {
  display: block;
}

/* line 438, ../sass/_forms.scss */
header h1 .g-checkbox-wrapper {
  margin: 9px 20px 0 0;
}

/* Chrome normal input line-height */
/* line 446, ../sass/_forms.scss */
body:not([x|x]) .g-input,
body:not([x|x]) .b-form .b-input {
  line-height: normal;
}

/* Safari normal input line-height */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 451, ../sass/_forms.scss */
  ::i-block-chrome, .g-input, .b-form .b-input {
    line-height: normal !important;
  }
}
/* ==========================================================================
   Tabs
   ========================================================================== */
/* line 4, ../sass/_tabs.scss */
.b-tabs {
  margin: 0 0 7px -10px;
}
/* line 8, ../sass/_tabs.scss */
.b-tabs a {
  float: left;
  margin-right: 18px;
  padding: 5px 10px;
  font: 17px/21px "Lucida Sans";
  color: #00aef7;
}
/* line 14, ../sass/_tabs.scss */
.b-tabs a:hover {
  background: #eaf9ff;
}
/* line 17, ../sass/_tabs.scss */
.b-tabs a.active {
  color: #fff;
  background: #2dbaf5;
}

/* ==========================================================================
   Blocks
   ========================================================================== */
/* line 4, ../sass/_blocks.scss */
.border-top {
  height: 1px;
  margin: 0 0 10px 30px;
  background: #e9e9e9;
}

/* line 11, ../sass/_blocks.scss */
.b-search .border-top,
.b-faq-search .border-top {
  margin-left: 0;
  padding-right: 30px;
}

/* line 16, ../sass/_blocks.scss */
.border-right {
  width: 1px;
  height: 90%;
  position: absolute;
  top: 19px;
  right: 309px;
  background: #e9e9e9;
}

/* line 25, ../sass/_blocks.scss */
.b-subtitle {
  margin-bottom: 20px;
  font-family: "Helvetica Light";
}

/* line 29, ../sass/_blocks.scss */
.b-content-wrapper .b-subtitle {
  margin-top: -15px;
}

/* line 33, ../sass/_blocks.scss */
.b-checkboxes {
  margin-bottom: 3px;
}

/* line 38, ../sass/_blocks.scss */
.b-checkbox-wrapper {
  margin-bottom: 12px;
}
/* line 41, ../sass/_blocks.scss */
.b-checkbox-wrapper.checkbox-separate {
  margin: 21px 0 30px;
}

/* line 45, ../sass/_blocks.scss */
.b-textarea-wrapper {
  margin-top: 12px;
}

/* line 50, ../sass/_blocks.scss */
.b-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  background: white;
  position: fixed;
  z-index: 99;
}

.grid_hider {
	display: block;
	position: absolute;
	opacity: 1;
}

/* line 57, ../sass/_blocks.scss */
.submenu-visible .b-overlay {
  display: block;
  z-index: 2;
}

/* line 63, ../sass/_blocks.scss */
.b-loading {
  text-align: center;
  display:none;
  height:0px; 
  position:relative; 
  bottom: 0px;
}

/* line 68, ../sass/_blocks.scss */
.b-loading-wrapper {
  display: inline-block;
  margin: 25px auto 0;
}
/* line 72, ../sass/_blocks.scss */
.b-loading-wrapper img {
  float: left;
}
/* line 75, ../sass/_blocks.scss */
.b-loading-wrapper span {
  float: left;
  margin-left: 12px;
  font: 17px/28px "Lucida Sans";
  color: #858585;
}

/* line 83, ../sass/_blocks.scss */
.scroll-horizontal {
  width: 500px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 30px;
  background: #dfdfdf;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/* line 92, ../sass/_blocks.scss */
.scroll-vertical {
  width: 14px;
  height: 100px;
  position: absolute;
  top: 100px;
  right: 8px;
  background: #dfdfdf;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/* line 102, ../sass/_blocks.scss */
.b-text-editor {
  margin: 5px 0 26px;
}

/* Search Box */
/* line 107, ../sass/_blocks.scss */
.b-results {
  float: left;
  clear: both;
}
/* line 111, ../sass/_blocks.scss */
.b-results li {
  clear: both;
  margin-bottom: 20px;
}
/* line 115, ../sass/_blocks.scss */
.b-results li a {
  font: 17px "Lucida Sans";
}

/* line 122, ../sass/_blocks.scss */
.b-search-helper {
  margin-top: -3px;
  font-family: "Helvetica Light";
}

/* line 128, ../sass/_blocks.scss */
.b-search .b-btn-wrapper.top,
.b-faq-search .b-btn-wrapper.top {
  margin-bottom: 30px;
}

/* Breadcrumbs */
/* line 133, ../sass/_blocks.scss */
.b-breadcrumbs {
  margin: 0 0 11px;
}
/* line 136, ../sass/_blocks.scss */
.b-breadcrumbs ul {
  margin: 16px 0 0;
}
/* line 139, ../sass/_blocks.scss */
.b-breadcrumbs ul li {
  float: left;
  position: relative;
  margin-right: 41px;
}

/* line 139, ../sass/_blocks.scss */
.b-breadcrumbs ul.no_arrow li {
  float: left;
  position: relative;
  margin-right: 10px;
}

/* line 144, ../sass/_blocks.scss */
.b-breadcrumbs ul li a {
  font: 19px "Lucida Sans";
}
/* line 147, ../sass/_blocks.scss */
.b-breadcrumbs ul li a:hover {
  text-decoration: underline;
}

/* line 147, ../sass/_blocks.scss */
.b-breadcrumbs ul.no_arrow li a:hover {
  text-decoration: none;
}

/* line 151, ../sass/_blocks.scss */
.b-breadcrumbs ul li a.active {
  text-decoration: none;
  color: #00aef7;
}
/* line 156, ../sass/_blocks.scss */
.b-breadcrumbs ul li a.visited {
  color: #13b692;
}
/* line 161, ../sass/_blocks.scss */
.b-breadcrumbs ul li:before {
  content: "";
  width: 10px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: -26px;
  z-index: 1;
  background: url("../img/sprite-elements.png") -183px -88px;
}

/* line 161, ../sass/_blocks.scss */
.b-breadcrumbs ul.no_arrow li:before {
  content: "";
  width: 10px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: -26px;
  z-index: 1;
  background: none; 
}

/* line 170, ../sass/_blocks.scss */
.b-breadcrumbs ul li.first:before {
  display: none;
}
/* line 176, ../sass/_blocks.scss */
.b-breadcrumbs .g-btn-wrapper {
  margin-top: 11px;
}
/* line 179, ../sass/_blocks.scss */
.b-breadcrumbs .g-btn-wrapper .g-btn-title {
  margin-top: 9px;
  color: #1e1e1e;
}
/* line 184, ../sass/_blocks.scss */
.b-breadcrumbs .g-btn-wrapper .g-btn {
  margin-left: 25px;
  padding-right: 25px;
  padding-left: 25px;
}
/* line 191, ../sass/_blocks.scss */
.b-breadcrumbs .g-checkbox-wrapper {
  margin: 4px 50px 0 0;
}
/* line 193, ../sass/_blocks.scss */
.b-breadcrumbs .g-checkbox-wrapper .g-label {
  color: #1e1e1e;
}

/* ==========================================================================
   Header
   ========================================================================== */
/* line 4, ../sass/_header.scss */
header {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 1;
}
/* line 7, ../sass/_header.scss */
header * {
  font-family: "Lucida Sans";
}

/* line 9, ../sass/_header.scss */
.b-header-standard {
  padding-top: 17px;
  padding-bottom: 15px;
}
/* line 14, ../sass/_header.scss */
.b-header-standard h2 {
  font-size: 22px;
  color: #00aef7;
}
/* line 19, ../sass/_header.scss */
.b-header-standard h1 {
  font-size: 36px;
  line-height: 44px;
}

/* line 25, ../sass/_header.scss */
.b-header-blue {
  padding-top: 29px;
  padding-bottom: 30px;
  background: #2dbaf5;
}
/* line 31, ../sass/_header.scss */
.b-header-blue h1 {
  font-size: 36px;
  line-height: 44px;
  color: #fff;
}
/* line 37, ../sass/_header.scss */
.b-header-blue h2 {
  margin-left: 58px;
  padding: 3px 0 5px;
  font-size: 30px;
  color: #fff;
}
/* line 44, ../sass/_header.scss */
.b-header-blue .btn-back {
  position: absolute;
  top: 32px;
  left: 0;
  padding: 9px 16px;
  font-size: 16px;
  color: #fff;
  background: #7c7c7c;
}
/* line 53, ../sass/_header.scss */
.b-header-blue .btn-back:hover {
  background: #858585;
}
/* line 58, ../sass/_header.scss */
.b-header-blue.small {
  padding-top: 11px;
  padding-bottom: 11px;
}
/* line 62, ../sass/_header.scss */
.b-header-blue.small .btn-back {
  top: 14px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
/* line 4, ../sass/_footer.scss */
footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 11, ../sass/_footer.scss */
footer * {
  font-family: "Lucida Sans";
}
/* line 13, ../sass/_footer.scss */
footer .b-content-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 18, ../sass/_footer.scss */
footer a {
  font-size: 15px;
  line-height: 19px;
  color: #00aef7;
}
/* line 22, ../sass/_footer.scss */
footer a:hover {
  text-decoration: underline;
}
/* line 26, ../sass/_footer.scss */
footer .customer-link {
  float: left;
}
/* line 29, ../sass/_footer.scss */
footer .copyright {
  float: right;
  font-size: 13px;
  line-height: 19px;
  color: #787878;
}
/* line 36, ../sass/_footer.scss */
footer .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=94);
  opacity: 0.94;
  background: white;
}

/* line 41, ../sass/_footer.scss */
.login footer {
  position: fixed;
  min-width: 1024px;
}
/* line 45, ../sass/_footer.scss */
.login footer .copyright {
  float: none;
  display: block;
  text-align: center;
}

/* ==========================================================================
   Popups
   ========================================================================== */
/* line 4, ../sass/_popups.scss */
.b-info-popup {
  background: #fff;
  border: 1px solid #c2c2c2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 7px 8px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 7px 8px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 7px 8px 0;
}

/* line 10, ../sass/_popups.scss */
.b-header-notification {
  float: right;
  position: absolute;
  top: 24px;
  right: 30px;
  padding: 12px 16px 14px;
}
/* line 17, ../sass/_popups.scss */
.b-header-notification * {
  font: 17px "Helvetica";
}
/* line 20, ../sass/_popups.scss */
.b-header-notification .divider {
  margin: 0 5px;
  color: #bababa;
}

/* line 26, ../sass/_popups.scss */
.b-popup {
  width: 358px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -88px 0 0 -210px;
  padding: 26px 30px 30px;
  z-index: 100;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 15px 15px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 15px 15px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 15px 15px 0;
}
/* line 37, ../sass/_popups.scss */
.b-popup p {
  font: 20px/28px "Helvetica Light";
}
/* line 39, ../sass/_popups.scss */
.b-popup p .bolder {
  font-family: "Helvetica";
}
/* line 44, ../sass/_popups.scss */
.b-popup .b-btn-wrapper {
  margin-top: 22px;
  text-align: center;
}
/* line 48, ../sass/_popups.scss */
.b-popup .b-btn-wrapper .g-btn {
  float: none;
  display: inline-block;
  margin: 0 10px;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
/* line 4, ../sass/_sidebar.scss */
.b-sidebar {
  width: 25%;
  min-width: 256px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background: #f4f4f4;
}
/* line 14, ../sass/_sidebar.scss */
.b-sidebar * {
  font-family: "Lucida Sans";
}
/* line 16, ../sass/_sidebar.scss */
.b-sidebar nav a {
  height: 63px;
  font-size: 19px;
  line-height: 63px;
  text-indent: 70px;
  border-bottom: 1px solid #e6e6e6;
}
/* line 24, ../sass/_sidebar.scss */
.b-sidebar nav a .ico {
  position: absolute;
  top: 1px;
  left: 0;
  width: 70px;
  height: 64px;
  background: #f4f4f4;
}
/* line 31, ../sass/_sidebar.scss */
.b-sidebar nav a .ico:before {
  content: '';
  position: absolute;
  background-image: url("../img/sidebar-sprite.png");
}
/* line 37, ../sass/_sidebar.scss */
.b-sidebar nav a.profile .ico {
  display: none;
}
/* line 40, ../sass/_sidebar.scss */
.b-sidebar nav a.dashboard .ico:before {
  width: 34px;
  height: 31px;
  top: 16px;
  left: 23px;
  background-position: 0 0;
}
/* line 46, ../sass/_sidebar.scss */
.b-sidebar nav a.data .ico:before {
  width: 34px;
  height: 32px;
  top: 16px;
  left: 23px;
  background-position: 0 -32px;
}
/* line 52, ../sass/_sidebar.scss */
.b-sidebar nav a.rules .ico:before {
  width: 34px;
  height: 38px;
  top: 13px;
  left: 23px;
  background-position: 0 -65px;
}
/* line 58, ../sass/_sidebar.scss */
.b-sidebar nav a.plists .ico:before {
  width: 42px;
  height: 42px;
  top: 12px;
  left: 20px;
  background-position: 0 -104px;
}
/* line 64, ../sass/_sidebar.scss */
.b-sidebar nav a.audit .ico:before {
  width: 37px;
  height: 32px;
  top: 16px;
  left: 18px;
  background-position: 0 -147px;
}
/* line 70, ../sass/_sidebar.scss */
.b-sidebar nav a.profile .ico:before {
  width: 32px;
  height: 30px;
  top: 16px;
  left: 24px;
  background-position: 0 -180px;
}
/* line 77, ../sass/_sidebar.scss */
.b-sidebar nav a .arrow {
  float: right;
  width: 11px;
  height: 19px;
  margin: 22px 16px 0 0;
  background: url("../img/sidebar-sprite.png") 0 -211px;
}
/* line 84, ../sass/_sidebar.scss */
.b-sidebar nav a:hover {
  background: #eaf9ff;
}
/* line 87, ../sass/_sidebar.scss */
.b-sidebar nav a:hover .ico {
  background: #eaf9ff;
}
/* line 90, ../sass/_sidebar.scss */
.b-sidebar nav a.selected {
  margin: -1px 0 0;
  padding: 1px 0 0;
  color: #fff;
  background: #2dbaf5;
  border-bottom-color: #2dbaf5;
}
/* line 97, ../sass/_sidebar.scss */
.b-sidebar nav a.selected .ico {
  height: 63px;
  top: 2px;
  background: #2dbaf5;
}
/* line 103, ../sass/_sidebar.scss */
.b-sidebar nav a.selected.dashboard .ico:before {
  background-position: -43px 0;
}
/* line 106, ../sass/_sidebar.scss */
.b-sidebar nav a.selected.data .ico:before {
  background-position: -43px -32px;
}
/* line 109, ../sass/_sidebar.scss */
.b-sidebar nav a.selected.rules .ico:before {
  background-position: -43px -65px;
}
/* line 112, ../sass/_sidebar.scss */
.b-sidebar nav a.selected.plists .ico:before {
  background-position: -43px -104px;
}
/* line 115, ../sass/_sidebar.scss */
.b-sidebar nav a.selected.audit .ico:before {
  background-position: -43px -147px;
}
/* line 118, ../sass/_sidebar.scss */
.b-sidebar nav a.selected.profile .ico:before {
  background-position: -43px -180px;
}
/* line 122, ../sass/_sidebar.scss */
.b-sidebar nav a.selected .arrow {
  background-position: -43px -211px;
}
/* line 125, ../sass/_sidebar.scss */
.b-sidebar nav a.active {
  margin: -1px 0 0;
  padding: 1px 0 0;
  color: #00aef7;
  background: #e1e1e1;
  border-bottom-color: #e1e1e1;
}
/* line 132, ../sass/_sidebar.scss */
.b-sidebar nav a.active .ico {
  height: 63px;
  top: 2px;
  background: #e1e1e1;
}
/* line 138, ../sass/_sidebar.scss */
.b-sidebar nav a.active.dashboard .ico:before {
  background-position: -86px 0;
}
/* line 141, ../sass/_sidebar.scss */
.b-sidebar nav a.active.data .ico:before {
  background-position: -86px -32px;
}
/* line 144, ../sass/_sidebar.scss */
.b-sidebar nav a.active.rules .ico:before {
  background-position: -86px -65px;
}
/* line 147, ../sass/_sidebar.scss */
.b-sidebar nav a.active.plists .ico:before {
  background-position: -86px -104px;
}
/* line 150, ../sass/_sidebar.scss */
.b-sidebar nav a.active.audit .ico:before {
  background-position: -86px -147px;
}
/* line 153, ../sass/_sidebar.scss */
.b-sidebar nav a.active.profile .ico:before {
  background-position: -86px -180px;
}
/* line 157, ../sass/_sidebar.scss */
.b-sidebar nav a.active .arrow {
  background-position: -86px -211px;
}
/* line 159, ../sass/_sidebar.scss */
.b-sidebar nav a.active.profile {
}
/* line 164, ../sass/_sidebar.scss */
.b-sidebar nav a.profile {
  text-indent: 23px;
}
/* line 168, ../sass/_sidebar.scss */
.b-sidebar .btn-show {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 26px;
  bottom: 24px;
  z-index: 1;
  background: url("../img/sidebar-sprite.png") 0 -231px;
}
/* line 176, ../sass/_sidebar.scss */
.b-sidebar .btn-show:hover {
  background-color: #eaf9ff;
}

/* line 181, ../sass/_sidebar.scss */
.b-logo-wrapper {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
/* line 185, ../sass/_sidebar.scss */
.b-logo-wrapper .b-logo {
  display: inline-block;
  margin: 38px auto 40px;
}
/* line 189, ../sass/_sidebar.scss */
.b-logo-wrapper .b-logo img {
  float: left;
}

/* line 193, ../sass/_sidebar.scss */
.submenu {
  width: 25%;
  min-width: 256px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 25%;
  z-index: 5;
  background: #5c5c5c;
}
/* line 203, ../sass/_sidebar.scss */
.submenu h2 {
  padding: 5px 0 7px;
  font-size: 18px;
  text-align: center;
  color: #bdbdbd;
  background: #666;
}
/* line 212, ../sass/_sidebar.scss */
.submenu li {
  clear: both;
  padding-left: 20px;
  transition: all 0.3s ease-in-out 0s;
}
/* line 218, ../sass/_sidebar.scss */
.submenu li a {
  font-size: 19px;
  line-height: 65px;
  color: #fff;
  border-bottom: 1px solid #686868;
}
/* line 226, ../sass/_sidebar.scss */
.submenu li:hover {
  background: #858585;
}
/* line 229, ../sass/_sidebar.scss */
.submenu li:hover a {
  border-bottom-color: #858585;
}
/* line 235, ../sass/_sidebar.scss */
.submenu .btn-show {
  right: 28px;
  background-position: -43px -231px;
}
/* line 239, ../sass/_sidebar.scss */
.submenu .btn-show:hover {
  background-color: #858585;
}

/* line 246, ../sass/_sidebar.scss */
.sidebar-min .b-sidebar {
  width: 80px;
  min-width: 80px;
}
/* line 250, ../sass/_sidebar.scss */
.sidebar-min .b-sidebar nav a {
  border-bottom-color: #f4f4f4;
}
/* line 253, ../sass/_sidebar.scss */
.sidebar-min .b-sidebar nav a.selected {
  border-bottom-color: #2dbaf5;
}
/* line 256, ../sass/_sidebar.scss */
.sidebar-min .b-sidebar nav a.active {
  border-bottom-color: #e1e1e1;
}
/* line 261, ../sass/_sidebar.scss */
.sidebar-min .b-sidebar span.txt, .sidebar-min .b-sidebar .arrow {
  display: none;
}
/* line 265, ../sass/_sidebar.scss */
.sidebar-min .b-sidebar .profile .ico {
  display: block;
}
/* line 269, ../sass/_sidebar.scss */
.sidebar-min .b-sidebar .btn-show {
  right: 22px;
  background-position: 0 -268px;
}
/* line 274, ../sass/_sidebar.scss */
.sidebar-min .b-logo {
  margin: 58px auto 55px;
}
/* line 277, ../sass/_sidebar.scss */
.sidebar-min .b-logo img {
  width: 70px;
  height: 63px;
}
/* line 283, ../sass/_sidebar.scss */
.sidebar-min .submenu {
  left: 80px;
}
/* line 286, ../sass/_sidebar.scss */
.sidebar-min .submenu .btn-show {
  background-position: -43px -231px;
}

.b-content-wrapper-2 {
	overflow: auto;
	padding: 0 30px;
}

.sidebar-min .b-content-wrapper-2 {
	padding-left: 110px;
	padding-right: 30px;
}
.tickbox {
	margin-left:12px !important;
}
.b-info-details-errors {
    clear: both;
    float: left;
}

.b-info-details-errors li:first-child {
    border-top: 0 none;
}
.b-info-details-errors li {
    border-top: 1px solid #E9E9E9;
    clear: both;
    display: block;
}
.b-info-details-errors li .col1 {
    color: #EF5B34;
    width: 200px;
}
.b-info-details-errors li .col {
    font: 20px/28px "Helvetica Light";
    padding: 9px 0 10px;
}
/* ==========================================================================
   Page
   ========================================================================== */
/* ../img - background-url */

/* Faq border width */
.b-faq-search .border-top.mgn-lft {margin-left: 30px;}
.b-error.aln-lft {text-align: left;}

/* Notify Users */
.user-type-top-err{margin: 21px 0 0 30px;}
.b-form .b-error.msg-err{position: relative; left: 19%;}

.customer_name_show {
    background: none repeat scroll 0 0 #F7F7F7;
    box-shadow: 7px 8px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    position: absolute;
    width: 330px;
    min-height: 40px;
    top: -30px;
    z-index: 5;
    cursor:pointer;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
}

.b-table .no_price {
	background: none repeat scroll 0 0 #FF7850 !important;
}

.b-table .no_vfp {
	background: none repeat scroll 0 0 #E1FDF7 !important;
}

.b-mobile-links {
	display:none;
} 

.sidebar-min #notifications_wrapper {
	padding-left: 80px;
	padding-right: 30px;
}

#notifications_wrapper {
	overflow: auto;
	padding: 0 0px;
}

.no_margin {
	margin: 0;
}

.breadcrumb_btn {
    cursor: pointer;
}

.grey_txt {
	color: #818181 !important;
}


.b-sidebar nav a.ldt .ico::before {
    background-image: url("../img/box.png");
    height: 32px;
    left: 23px;
    top: 16px;
    width: 34px;
}


.b-sidebar nav a.active.ldt .ico::before {
    background-position: -112px -64px;
}

.b-col-margin-2 {
	margin-left: 29px;
}

.int_default_margins {
	width: 170px !important;
}

.keep_on_line {
	min-height: 32px;
	height: auto !important;
	text-indent: 0px !important;
	padding: 9px;
}

#add_row_lines {
	width: 50px;
	margin: 0 2px 0 0;
	min-width: 0px;
	height:33px;"
}

.config_bulk_changes_drop_down {
	width: 200px;
	height: 33px;
	margin: 0 2px 0 0;
	float:left;
}

#config_bulk_input_val {
	float: left;
	width: 180px;
	margin: 0 2px 0 0;
	min-width: 0px;
	height: 33px	
}