﻿/*@gray-light;*/
/*50px;*/
/*#f8f8f8;*/
/* Variables */
/*  Mixins */
/* Overrides for IE8 */
.navbar-nav .open .dropdown-menu {
  border: solid #c3c3c3 1px !important;
}
/* Base template */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  display: table;
  width: 100%;
  height: 100%;
}
#main {
  /*padding:10px;
   position:relative;*/
  height: 100%;
  display: table-row;
}
#container {
  display: block;
  padding: 10px 10px 0 10px;
}
#bottom {
  /*position:absolute;
   bottom:0;*/
  width: 100%;
  background: #000;
  display: table-row;
}
/* Others */
.user-greeting {
  font-size: 12.6px;
}
/* Menu-header */
#menu-header {
  margin-top: 1px;
  border: none;
}
@media (min-width: 992px) {
  #menu-header {
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.13), inset 0 6px 9px -3px rgba(0, 0, 0, 0.25);
  }
}
#menu-header .first-li-introduction {
  background-color: #00b760;
}
#menu-header .first-li-introduction > a {
  color: #fff;
}
#content {
  padding: 85px 0 20px 0;
}
.content-area {
  background-color: white;
  padding: 5px 28px 28px 28px;
}
.content-area-full {
  background-color: #ffffff;
}
.content-block {
  padding: 0 28px 0 28px;
}
.top-spaced {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .col-xs-offset-2 {
    margin-left: 15%;
  }
}
.cart-buttons .btn {
  width: 200px;
}
@media (max-width: 992px) {
  .cart-buttons .btn {
    margin-bottom: 5px;
  }
}
/* Widgets */
.widget ul li {
  list-style: none;
}
.col-nav-next {
  float: right;
}
/* Buttons */
#submit {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.714;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#submit:hover,
#submit:focus {
  color: #333333;
  text-decoration: none;
}
#submit:active,
#submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#submit.disabled,
#submit[disabled],
fieldset[disabled] #submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#submit:hover,
#submit:focus,
#submit:active,
#submit.active,
.open .dropdown-toggle#submit {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#submit:active,
#submit.active,
.open .dropdown-toggle#submit {
  background-image: none;
}
#submit.disabled,
#submit[disabled],
fieldset[disabled] #submit,
#submit.disabled:hover,
#submit[disabled]:hover,
fieldset[disabled] #submit:hover,
#submit.disabled:focus,
#submit[disabled]:focus,
fieldset[disabled] #submit:focus,
#submit.disabled:active,
#submit[disabled]:active,
fieldset[disabled] #submit:active,
#submit.disabled.active,
#submit[disabled].active,
fieldset[disabled] #submit.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.panel-title {
  font-size: 13px;
  font-family: helvetica-neue-roman, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 0 10px;
}
/*Dropdowns */
@media (max-width: 767px) {
  #main-menu > li.menu-item-has-children > a {
    padding: 10px 0px;
  }
}
@media (min-width: 768px) {
  #main-menu > li.menu-item-has-children > a {
    padding: 26px 0px;
  }
  #main-menu > li.menu-item-has-children > a > span {
    padding: 0px 5px;
  }
}
@media (min-width: 992px) {
  #main-menu > li.menu-item-has-children > a > span {
    padding: 0px 20px;
  }
}
@media (min-width: 1200px) {
  #main-menu > li.menu-item-has-children > a > span {
    padding: 0px 32px;
  }
}
@media (max-width: 767px) {
  div.navbar-collapse.pull-right {
    padding-right: 0;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  div.navbar-collapse.pull-right {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  fieldset h3 {
    font-size: 19px;
  }
}
/* Paragraphs */
.paragraph {
  background-color: #ffffff;
  color: #000000;
  padding: 0 30px;
  margin: 15px 0;
}
.paragraph:before,
.paragraph:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.paragraph:after {
  clear: both;
}
.paragraph > h4:first-child {
  text-transform: uppercase;
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  margin-top: 30px;
}
.paragraph > h3:first-child {
  text-transform: uppercase;
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}
.paragraph > div:first-child {
  color: #999999;
  font-size: 12px;
  margin-top: 30px;
}
.paragraph > .header {
  text-align: justify;
  border-top: 1px dotted #000000;
  padding-top: 8px;
}
.paragraph-narrow {
  background-color: #ffffff;
  color: #000000;
  padding: 0 0;
  margin: 0 0;
}
.paragraph-narrow:before,
.paragraph-narrow:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.paragraph-narrow:after {
  clear: both;
}
.paragraph-narrow > h4:first-child {
  text-transform: uppercase;
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  margin-top: 30px;
}
.paragraph-narrow > h3:first-child {
  text-transform: uppercase;
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}
.paragraph-narrow > div:first-child {
  color: #999999;
  font-size: 12px;
  margin-top: 0;
}
.paragraph-narrow > .header {
  text-align: justify;
  border-top: 1px dotted #000000;
  padding-top: 8px;
}
.paragraph-reverse {
  background-color: #000000;
  color: #ffffff;
  padding: 0 30px;
  margin: 15px 0;
}
.paragraph-reverse:before,
.paragraph-reverse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.paragraph-reverse:after {
  clear: both;
}
.paragraph-reverse > h4:first-child {
  text-transform: uppercase;
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  margin-top: 30px;
}
.paragraph-reverse > h3:first-child {
  text-transform: uppercase;
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}
.paragraph-reverse > div:first-child {
  color: #999999;
  font-size: 12px;
  margin-top: 30px;
}
.paragraph-reverse > .header {
  text-align: justify;
  border-top: 1px dotted #ffffff;
  padding-top: 8px;
}
img.banner {
  margin-top: 15px;
  margin-bottom: -30px;
}
a.green-arrow {
  font-weight: bold;
  cursor: pointer;
}
a.green-arrow:hover,
a.green-arrow:focus,
a.green-arrow:active {
  color: #00ea7b;
  text-decoration: none;
}
a.green-arrow > span:hover:after,
a.green-arrow > span:focus:after,
a.green-arrow > span:active:after {
  display: block;
  content: " ";
  float: right;
  width: 20px;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #00ea7b;
  margin-top: 5px;
  margin-right: -10px;
}
/* Sidebar */
ul.sidebar-item {
  padding: 0 12px;
}
ul.sidebar-item > li {
  display: block;
  padding-top: 5px;
}
ul.sidebar-item > li > a {
  text-decoration: none;
  cursor: pointer;
  color: #00b760;
}
ul.sidebar-item > li > a:hover,
ul.sidebar-item > li > a:focus,
ul.sidebar-item > li > a:active {
  color: #333333;
}
ul.sidebar-item > li:not(:last-child) {
  border-bottom: 1px dotted #333333;
}
/* Forms */
@media (max-width: 991px) {
  .field-container {
    min-height: 90px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .field-container {
    min-height: 70px;
    margin-bottom: 0;
  }
}
.field-container-readonly {
  min-height: 50px;
  margin-bottom: 0;
}
.browser-banner {
  display: none;
  position: relative;
  width: 100%;
  padding: 8px 0;
  font-size: 13px;
  border-bottom: 1px solid;
}
.browser-banner.warning {
  background: #FFF074 none repeat scroll 0 0;
  border-bottom-color: #E6D75B;
}
.browser-banner.information {
  background: #F5F5F5 none repeat scroll 0 0;
  border-bottom-color: #DCDCDC;
}
.browser-banner .browser-banner-text {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 32px;
  overflow: hidden;
}
.browser-banner .browser-banner-text p {
  color: #3C3C3C;
  line-height: normal;
  margin: 0 40px;
}
.browser-banner .browser-banner-text a {
  color: #000;
  font-weight: bold;
}
.browser-banner .browser-banner-text a:hover,
.browser-banner .browser-banner-text a:active {
  text-decoration: none;
}
.browser-banner .browser-banner-close {
  background: transparent url("../images/sprite_browser_warning.png") no-repeat scroll 0 -64px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  border: 1px solid transparent;
}
.browser-banner .browser-banner-close:hover {
  background: transparent url("../images/sprite_browser_warning.png") no-repeat scroll 0 -96px;
}
.browser-banner .info-icon p::before {
  content: "";
  background: transparent url("../images/sprite_browser_warning.png") no-repeat scroll 0 -32px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.browser-banner .unsupported-icon p:before {
  content: "";
  background: transparent url("../images/ie-notice.png") no-repeat scroll 0 0;
  width: 38px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}
/* Table */
td.has-info {
  color: #5bc0de !important;
}
td.has-success {
  color: #00b760 !important;
}
td.has-warning {
  color: #f0ad4e !important;
}
td.has-error {
  color: #d9534f !important;
}
.no-empty-spaces {
  padding: 0;
}
.readonly-text-space {
  padding: 7px 0 0 13px;
}
.list-sort-active {
  color: #00b760;
}
.list-sort-inactive {
  color: #999999;
}
/* Anchor */
a.has-info {
  color: #5bc0de !important;
}
a.has-success {
  color: #00b760 !important;
}
a.has-warning {
  color: #f0ad4e !important;
}
a.has-error {
  color: #d9534f !important;
}
