/*=== variables === */
/*=== mixins === */
/*lists */
*:focus::-moz-placeholder {
  color: transparent !important;
}

*[autofocus]::-moz-placeholder:focus {
  color: graytext !important;
}

*:focus:-moz-placeholder {
  color: transparent !important;
}

*[autofocus]:-moz-placeholder:focus {
  color: graytext !important;
}

*:focus::-webkit-input-placeholder {
  color: transparent !important;
}

*[autofocus]::-webkit-input-placeholder {
  color: graytext !important;
}

/*=== modules === */
/*reset */
/*for firefox outline */
button::-moz-focus-inne,
input::-moz-focus-inne,
a::-moz-focus-inne {
  border: 0;
  outline: none;
}

button:focus,
input:focus,
a:focus {
  outline: none;
}

/*for fileds and buttons styles */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=time],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

select:invalid {
  color: #9b9b9b;
}

/*for textarea scroll and bottom margin */
textarea {
  vertical-align: top;
  overflow-y: auto;
}

img {
  vertical-align: top;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #3A3C3E;
  background: #fff;
}

.operationsBg
{
    background: #fff;
}

.sameWidth
{
    width: 80px !important;
}

.responsive-img {
  width: 100%;
}

.img-responsive {
  width: 100%;
}

.full {
  width: 100%;
}

.pad-vertical20 {
  padding-top: 20px;
}

.pad-vertical15 {
  padding-top: 15px;
}

.pad-vertical10 {
  padding-top: 10px;
}

a {
  color: #000;
}
a:hover, a:focus {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    margin: 16px 0;
  }
}

h2 {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .text-sm-right {
    text-align: right;
  }
}

@media screen and (min-width: 992px) {
  .text-md-right {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .text-center-sm {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .text-center-md {
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .container-wide {
    max-width: 1800px;
    width: 100%;
    padding: 0 50px;
  }
}

.container30 {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .container30 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 480px) {
  .container-xs-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.row0 {
  margin-right: 0;
  margin-left: 0;
}
.row0 > div {
  padding-left: 0;
  padding-right: 0;
}

.row-sm {
  margin-right: -4px;
  margin-left: -4px;
}
.row-sm > div {
  padding-left: 2px;
  padding-right: 2px;
}

.row-md {
  margin-left: -5px;
  margin-right: -5px;
}
.row-md > div {
  padding-left: 5px;
  padding-right: 5px;
}

.row-lg {
  margin-left: -10px;
  margin-right: -10px;
}
.row-lg > div {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 479px) {
  .col-xxs-12 {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .col-xxs-8 {
    width: 75%;
    float: left;
    margin-left: 0;
  }
  .col-xxs-4 {
    width: 25%;
    float: left;
    margin-left: 0;
  }
  .col-xxs-6 {
    width: 50%;
    float: left;
  }
}

.pad-top20 {
  padding-top: 20px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
@media screen and (min-width: 992px) {
  .pull-md-right {
    float: right;
  }
}

.pad-top-sm {
  padding-top: 10px;
}

.btn {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  border: 0;
  padding: 10px;
  border-radius: 4px;
  color: #fff;
  box-shadow: none;
  border: 0;
  font-size: 12px;
}
.btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #597eaa;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  opacity: 0.9;
}
.btn-fixed-xs {
  padding: 6px 5px 4px;
  width: 30px;
  height: 30px;
  position: relative;
}
.btn-fixed-xs .fa-trash {
  top: -1px;
  position: relative;
}
.btn-fixed-xs .fa-times,
.btn-fixed-xs .fa-envelope {
  top: -2px;
  position: relative;
}
.btn em {
  font-style: normal;
}
.btn em:last-child {
  margin-left: 10px;
}
.btn em:first-child {
  margin-right: 10px;
}

.control-label {
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  margin-bottom: 0;
  color: #3A3C3E;
}

.form-control {
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  color: #3A3C3E;
  font-size: 13px;
  box-shadow: none;
  padding: 9px;
  line-height: 20px;
  height: 40px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 479px) {
  .form-control {
    font-size: 16px;
  }
}
.form-control.error {
  border: 1px solid #ebccd1;
  padding: 4px 17px;
  background-color: #f2dede;
  color: #a94442;
}
.form-control.error:focus {
  border: 1px solid #ebccd1;
  background: #f2dede;
  color: #a94442;
}

.form-control-error {
  border: 1px solid #ebccd1;
  padding: 4px 17px;
  background: #f2dede;
  color: #a94442;
}

.error .form-control-error,
.error .form-control {
  border: 1px solid #ebccd1;
  padding: 4px 17px;
  background: #f2dede;
  color: #a94442;
}
.error .form-control-error:focus,
.error .form-control:focus {
  border: 1px solid #ebccd1;
  background: #f2dede;
  color: #a94442;
}

select.form-control, select.form-control:focus {
  background-color: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAFCAYAAABFA8wzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUYwRDJFNTY1N0Y3MTFFNjlCNzQ5RDgyMUFDMUU0M0EiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUYwRDJFNTU1N0Y3MTFFNjlCNzQ5RDgyMUFDMUU0M0EiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTk1OUIwNzM0RDkzMTFFNkIxNzZERjNBRTMzRUExNDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTk1OUIwNzQ0RDkzMTFFNkIxNzZERjNBRTMzRUExNDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6en8zOAAAAT0lEQVR42mLcu3fvawYGBhEG/OCNk5OTKAMRgAmIQ0Aa8BkGxKEMRAKQgQfxGAoz7AApBjIAvYPNUJINgxu4b98+BjSXvoGySTIMBAACDABD/BaNy0jWBQAAAABJRU5ErkJggg==");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

input.form-control[type=file] {
  box-sizing: border-box;
  padding: 15px 18px 14px;
  height: auto;
}
@-moz-document url-prefix() {
  input.form-control[type=file] {
    padding: 13px 18px 12px;
  }
}
textarea.form-control {
  min-height: 180px;
  height: 180px;
}

.relative-group {
  position: relative;
}

.form-group {
  position: relative;
}
.form-group.form-md {
  margin-bottom: 10px;
}
.form-group.form-sm {
  margin-bottom: 5px;
}
.form-group label.error {
  position: absolute;
  left: 0;
  bottom: 102%;
  width: 100%;
}

hr {
  margin: 0 0 15px;
}
hr.form-md {
  margin-bottom: 10px;
}



.pagination > li > a {
  color: #597eaa;
}
.pagination > li > a:hover, .pagination > li > a:focus {
  background: #96acc7;
  color: #fff;
}
.pagination > li.active > span {
  background: #597eaa;
}

.panel-custom {
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;
  border: 0;
  border-radius: 4px;
}
.panel-custom .panel-heading {
  background: #597eaa;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.panel-custom .panel-heading .title {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 10px 0;
}
.panel-custom .panel-heading .title a {
  color: #fff;
}
.panel-custom .panel-heading .title a:hover, .panel-custom .panel-heading .title a:focus {
  text-decoration: none;
}
.panel-custom .panel-heading .btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.panel-custom .panel-body {
  background: #fafafa;
  border-radius: 0;
}

.panel-title {
  line-height: 20px;
  padding: 10px 0 10px 20px;
  margin: 0;
  font-size: 20px;
  position: relative;
}
.panel-title::before {
  left: 0;
  top: 0;
  position: absolute;
  margin: auto;
  content: "";
  height: 100%;
  width: 5px;
  background: #597eaa;
  border-radius: 5px;
}

.panel-body__over-list {
  padding: 0;
}
.panel-body__over-list .list-group {
  margin: 0;
  height: 429px;
  overflow-y: auto;
  overflow-x: hidden;
}
.panel-body__over-list .list-group-item {
  border-left: 0;
  border-right: 0;
}
.panel-body__over-list .list-group-item:first-child {
  border-radius: 0;
}
.panel-body__over-list .list-group-item:last-child {
  border-radius: 0;
  border-bottom: 0;
}

.panel-group .panel + .panel {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .panel-body-login .checkbox {
    margin-bottom: 10px;
  }
}

.form-group .alert {
  margin: 15px 0 0;
  font-size: 13px;
}

.alert-md {
  padding: 11px 17px;
}

table.table.table-brand .radio {
  margin: 0;
}
table.table.table-brand thead > tr > td,
table.table.table-brand thead > tr > th,
table.table.table-brand tbody > tr > td,
table.table.table-brand tbody > tr > th {
  padding: 5px 7px;
  font-size: 13px;
}
table.table.table-brand thead > tr > th {
  background: #597eaa;
  color: #fff;
  border-bottom: 0;
  vertical-align: bottom;
  font-size: 12px;
  text-shadow: none;
  font-weight: 700;
  padding-top: 7px;
}
table.table.table-brand thead > tr > th:first-child {
  border-radius: 4px 0 0 0;
}
table.table.table-brand thead > tr > th:last-child {
  border-radius: 0 4px 0 0;
}
table.table.table-brand tbody > tr > td {
  vertical-align: top;
  border: 0;
  color: #3A3C3E;
}
table.table.table-brand tbody > tr > td.transfer_seller {
  min-width: 150px;
}
table.table.table-brand tbody > tr > td.product_product, table.table.table-brand tbody > tr > td.transfer_buyer {
  min-width: 250px;
}
table.table.table-brand tbody > tr > td.seller_total_comm, table.table.table-brand tbody > tr > td.buyer_total_comm {
  min-width: 100px;
}
table.table.table-brand tbody > tr:nth-child(even) > td {
  background: #eee;
}
table.table.table-brand tbody > tr:hover > td {
  background: #96acc7;
  color: #fff;
}
table.table.table-striped thead > tr > th:first-child {
  border-radius: 4px 0 0 0;
}
table.table.table-striped thead > tr > th:last-child {
  border-radius: 0 4px 0 0;
}
table.table.table-striped tbody > tr > td {
  vertical-align: middle;
}

.cell-flex {
  width: 1%;
  white-space: nowrap;
}
.cell-flex .btn {
  margin-left: 5px;
}
.cell-flex .btn:first-child {
  margin-left: 0;
}

.cell-photo {
  width: 150px;
  padding: 7px 0 !important;
}

.nav-tabs-custom {
  border-bottom: 5px solid #597eaa;
}
.nav-tabs-custom > li {
  margin: 0;
  border: 0;
}
.nav-tabs-custom > li > a {
  border: 0;
}
.nav-tabs-custom > li > a:hover, .nav-tabs-custom > li > a:focus {
  background: #96acc7;
  color: #fff;
}
.nav-tabs-custom > li.active > a {
  border: 0;
  color: #fff;
  background: #597eaa;
}
.nav-tabs-custom > li.active > a:hover, .nav-tabs-custom > li.active > a:focus {
  border: 0;
  color: #fff;
  background: #597eaa;
}

.modal-header {
  background: #597eaa;
  border-radius: 4px 4px 0 0;
  color: #fff;
}

.modal-title {
  line-height: 20px;
  padding: 0;
}

/*=== plugins === */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 96px;
  height: 96px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 0;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 44px;
  left: 18px;
  right: 18px;
  height: 8px;
  background: #fff;
}
.c-hamburger span::before, .c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff;
  content: "";
}
.c-hamburger span::before {
  top: -20px;
}
.c-hamburger span::after {
  bottom: -20px;
}

.c-hamburger-md {
  width: 54px;
  height: 54px;
}
.c-hamburger-md span {
  left: 10px;
  right: 10px;
  height: 4px;
  top: 25px;
}
.c-hamburger-md span::before, .c-hamburger-md span::after {
  height: 4px;
}
.c-hamburger-md span::before {
  top: -10px;
}
.c-hamburger-md span::after {
  bottom: -10px;
}

.c-hamburger-sm {
  width: 42px;
  height: 42px;
}
.c-hamburger-sm span {
  left: 6px;
  right: 6px;
  height: 4px;
  top: 19px;
}
.c-hamburger-sm span::before, .c-hamburger-sm span::after {
  height: 4px;
}
.c-hamburger-sm span::before {
  top: -10px;
}
.c-hamburger-sm span::after {
  bottom: -10px;
}

.c-hamburger--htra {
  background-color: #96acc7;
}
.c-hamburger--htra span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  background-color: #96acc7;
}
.c-hamburger--htra span::before, .c-hamburger--htra span::after {
  background-color: #96acc7;
}
.c-hamburger--htra span::before {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}
.c-hamburger--htra span::after {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}
.c-hamburger--htra.is-active {
  background-color: #96acc7;
}
.c-hamburger--htra.is-active span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-hamburger--htra.is-active span::before, .c-hamburger--htra.is-active span::after {
  width: 50%;
}
.c-hamburger--htra.is-active span::before {
  top: 0;
  -webkit-transform: translateX(-8px) translateY(4px) rotate(-45deg);
  -ms-transform: translateX(-8px) translateY(4px) rotate(-45deg);
  transform: translateX(-8px) translateY(4px) rotate(-45deg);
}
.c-hamburger--htra.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(-8px) translateY(-4px) rotate(45deg);
  -ms-transform: translateX(-8px) translateY(-4px) rotate(45deg);
  transform: translateX(-8px) translateY(-4px) rotate(45deg);
}

.c-hamburger--htx {
  background-color: #96acc7;
}
.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before, .c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.c-hamburger--htx.is-active {
  background-color: #96acc7;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.c-hamburger-collapse-md {
  -webkit-transition-property: max-height;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  transition-property: max-height;
  -webkit-transition-duration: 1500ms;
  -moz-transition-duration: 1500ms;
  -o-transition-duration: 1500ms;
  transition-duration: 1500ms;
}
@media screen and (max-width: 991px) {
  .c-hamburger-collapse-md {
    left: -9999px;
    top: 0;
    position: absolute;
    margin: auto;
    max-height: 0;
    overflow: hidden;
  }
  .c-hamburger-collapse-md.is-open {
    position: relative;
    left: 0;
    max-height: 500px;
  }
}

/*=== elements === */
.navbar-custom {
  background-color: #597eaa;
  border-radius: 0;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;
}
@media screen and (max-width: 991px) {
  .navbar-custom .dropdown-brand {
    margin-top: 10px;
  }
}
.navbar-custom .navbar-nav {
  margin-right: 2px;
}
@media screen and (max-width: 991px) {
  .navbar-custom .navbar-nav {
    float: none;
    margin: 10px 0;
    background: #96acc7;
  }
}
@media screen and (max-width: 991px) {
  .navbar-custom .navbar-nav > li {
    display: block;
    float: none;
    margin: 1px 0 0 0;
  }
  .navbar-custom .navbar-nav > li:first-child {
    margin-top: 0;
  }
}
.navbar-custom .navbar-nav > li > a {
  color: #fff;
  padding: 17px 10px;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  .navbar-custom .navbar-nav > li > a {
    padding: 10px;
  }
}
.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
  background-color: #698bb2;
  color: #fff;
}
.navbar-custom .navbar-nav > li.active > a {
  background: #96acc7;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .navbar-custom .navbar-nav > li.active > a {
    background-color: #698bb2;
  }
}
.navbar-custom .navbar-nav > li.active > a:hover, .navbar-custom .navbar-nav > li.active > a:focus {
  background: #96acc7;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .navbar-custom .navbar-nav > li.active > a:hover, .navbar-custom .navbar-nav > li.active > a:focus {
    background-color: #698bb2;
  }
}

.navbar-brand-custom {
  color: #fff !important;
  font-size: 30px;
  line-height: 30px;
  padding: 12px 0;
  display: block;
}
@media screen and (max-width: 1199px) {
  .navbar-brand-custom {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  .navbar-brand-custom {
    font-size: 15px;
  }
}
.navbar-brand-custom:hover, .navbar-brand-custom:focus {
  text-decoration: none;
}

.dropdown-brand .dropdown-toggle {
  background-color: #96acc7;
  padding: 17px 10px 17px 30px;
  line-height: 20px;
  font-size: 13px;
  color: #fff;
  display: block;
  height: 54px;
}
@media screen and (max-width: 991px) {
  .dropdown-brand .dropdown-toggle {
    padding: 10px;
    height: auto;
  }
  .dropdown-brand .dropdown-toggle .caret {
    display: none;
  }
}
.dropdown-brand .dropdown-toggle .fa {
  left: 10px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  top: -2px;
  font-size: 22px;
  height: 20px;
}
.dropdown-brand .dropdown-toggle em {
  font-style: normal;
  margin-left: 5px;
}
.dropdown-brand .dropdown-toggle:hover, .dropdown-brand .dropdown-toggle:focus {
  text-decoration: none;
}
.dropdown-brand .dropdown-menu {
  right: 0;
  left: auto;
  margin: 0;
  background-color: #96acc7;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .dropdown-brand .dropdown-menu {
    display: block;
    position: relative;
    float: none;
    box-shadow: none;
    padding: 0;
  }
}
.dropdown-brand .dropdown-menu li {
  border: 0;
}
.dropdown-brand .dropdown-menu li > a {
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  .dropdown-brand .dropdown-menu li > a {
    padding: 10px;
  }
}
.dropdown-brand .dropdown-menu li > a:hover, .dropdown-brand .dropdown-menu li > a:focus {
  background: #597eaa;
}
@media screen and (max-width: 991px) {
  .dropdown-brand .dropdown-menu li > a:hover, .dropdown-brand .dropdown-menu li > a:focus {
    background-color: #698bb2;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-brand.open .dropdown-menu {
    max-height: 500px;
  }
}

.main {
  padding: 0 0 30px;
}

.footer {
  padding: 30px 0;
}

.overWriteDisplayNone
{
  display: block !important;
}

/*# sourceMappingURL=styles.css.map */
td.info_date, td.delivery_delivery_end_date{white-space: nowrap;}