/**
 * Copyrights: (c) 2018 BY RELATIONS
 * Author: Olivier Boulland
 * Licence: Commercial
 * Creation date: 2018-01-14
 * Description: 
 */
/* #f5f5f5 */
.block {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 2px rgba(0, 0, 0, 0.01);
}

.block .block,
.side-content .block {
  box-shadow: none;
}

.block-header {
  padding: 15px 20px;
  transition: opacity 0.2s ease-out;
}

.block-header:before, .block-header:after {
  content: " ";
  display: table;
}

.block-header:after {
  clear: both;
}

.block-title {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
}

.block-title.text-normal {
  text-transform: none;
}

.block-title small {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}

.block-content {
  margin: 0 auto;
  padding: 20px 20px 1px;
  max-width: 100%;
  overflow-x: visible;
  transition: opacity 0.2s ease-out;
}

.block-content p,
.block-content .push,
.block-content .block,
.block-content .items-push > div {
  margin-bottom: 20px;
}

.block-content .items-push-2x > div {
  margin-bottom: 40px;
}

.block-content .items-push-3x > div {
  margin-bottom: 60px;
}

.block-content-full {
  padding-bottom: 20px;
}

.block-content-full .pull-b {
  margin-bottom: -20px;
}

.block-content .pull-t {
  margin-top: -20px;
}

.block-content .pull-r-l {
  margin-right: -20px;
  margin-left: -20px;
}

.block-content .pull-b {
  margin-bottom: -1px;
}

.block-content.block-content-mini {
  padding-top: 10px;
}

.block-content.block-content-mini.block-content-full {
  padding-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .block-content.block-content-narrow {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.block.block-full .block-content {
  padding-bottom: 20px;
}

.block.block-full .block-content.block-content-mini {
  padding-bottom: 10px;
}

.block-table {
  width: 100%;
}

.block-table td {
  padding: 10px;
  vertical-align: middle;
}

.block.block-bordered {
  border: 1px solid #e9e9e9;
  box-shadow: none;
}

.block.block-bordered > .block-header {
  border-bottom: 1px solid #e9e9e9;
}

.block.block-rounded {
  border-radius: 4px;
}

.block.block-rounded > .block-header {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.block.block-rounded > .block-content:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.block.block-rounded > .block-content:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.block.block-themed > .block-header {
  border-bottom: none;
}

.block.block-themed > .block-header > .block-title {
  color: #fff;
}

.block.block-themed > .block-header > .block-title small {
  color: rgba(255, 255, 255, 0.75);
}

.block.block-transparent {
  background-color: transparent;
  box-shadow: none;
}

.block.block-opt-refresh {
  position: relative;
}

.block.block-opt-refresh > .block-header {
  opacity: .25;
}

.block.block-opt-refresh > .block-content {
  opacity: .15;
}

.block.block-opt-refresh:before {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: " ";
}

.block.block-opt-refresh:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #646464;
  font-family: Simple-Line-Icons;
  font-size: 18px;
  text-align: center;
  z-index: 2;
  content: "\e09a";
  animation: fa-spin 2s infinite linear;
}

.block.block-opt-refresh.block-opt-refresh-icon2:after {
  content: "\e06e";
}

.block.block-opt-refresh.block-opt-refresh-icon3:after {
  content: "\e020";
}

.block.block-opt-refresh.block-opt-refresh-icon4:after {
  font-family: 'FontAwesome';
  content: "\f021";
}

.block.block-opt-refresh.block-opt-refresh-icon5:after {
  font-family: 'FontAwesome';
  content: "\f185";
}

.block.block-opt-refresh.block-opt-refresh-icon6:after {
  font-family: 'FontAwesome';
  content: "\f1ce";
}

.block.block-opt-refresh.block-opt-refresh-icon7:after {
  font-family: 'FontAwesome';
  content: "\f250";
}

.block.block-opt-refresh.block-opt-refresh-icon8:after {
  font-family: 'FontAwesome';
  content: "\f01e";
}

.ie9 .block.block-opt-refresh:after {
  content: "Loading.." !important;
}

.block.block-opt-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  margin-bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
}

.block.block-opt-hidden.block-bordered > .block-header {
  border-bottom: none;
}

.block.block-opt-hidden > .block-content {
  display: none;
}

.block a {
  display: block;
  color: #646464;
  font-weight: normal;
  transition: all 0.15s ease-out;
}

.block a:hover {
  color: #646464;
  opacity: .9;
}

.block a.block-link-hover1:hover {
  box-shadow: 0 2px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.block a.block-link-hover1:active {
  box-shadow: 0 2px rgba(0, 0, 0, 0.01);
}

.block a.block-link-hover2:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.block a.block-link-hover2:active {
  transform: translateY(-1px);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.block a.block-link-hover3:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.block a.block-link-hover3:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.block > .nav-tabs {
  background-color: #f9f9f9;
  border-bottom: none;
}

.block > .nav-tabs.nav-tabs-right > li {
  float: right;
}

.block > .nav-tabs.nav-justified > li > a {
  margin-bottom: 0;
}

.block > .nav-tabs > li {
  margin-bottom: 0;
}

.block > .nav-tabs > li > a {
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #646464;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 0;
}

.block > .nav-tabs > li > a:hover {
  color: #333;
  background-color: transparent;
  border-color: transparent;
}

.block > .nav-tabs > li.active > a, .block > .nav-tabs > li.active > a:hover, .block > .nav-tabs > li.active > a:focus {
  color: #646464;
  background-color: #fff;
  border-color: transparent;
}

.block > .nav-tabs.nav-tabs-alt {
  background-color: transparent;
  border-bottom: 1px solid #e9e9e9;
}

.block > .nav-tabs.nav-tabs-alt > li > a {
  transition: all 0.15s ease-out;
}

.block > .nav-tabs.nav-tabs-alt > li > a:hover {
  box-shadow: 0 2px #333;
}

.block > .nav-tabs.nav-tabs-alt > li.active > a, .block > .nav-tabs.nav-tabs-alt > li.active > a:hover, .block > .nav-tabs.nav-tabs-alt > li.active > a:focus {
  box-shadow: 0 2px #333;
}

.block .block-content.tab-content {
  overflow: hidden;
}

.block-options-simple {
  float: right;
  margin: -3px 0 -3px 15px;
  padding: 1px 0;
  min-height: 24px;
}

.block-options-simple-left {
  float: left;
  margin-right: 15px;
  margin-left: 0;
}

.block-options-simple-left + .block-title {
  float: right;
}

.block-options {
  float: right;
  margin: -3px 0 -3px 15px;
  padding: 0;
  height: 24px;
  list-style: none;
}

.block-options:before, .block-options:after {
  content: " ";
  display: table;
}

.block-options:after {
  clear: both;
}

.block-options-left {
  float: left;
  margin-right: 15px;
  margin-left: 0;
}

.block-options-left + .block-title {
  float: right;
}

.block-options > li {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
}

.block-options > li > a,
.block-options > li > button {
  display: block;
  padding: 2px 3px;
  color: #999999;
  opacity: .6;
}

.block.block-themed > .block-header .block-options > li > a, .block.block-themed > .block-header
.block-options > li > button {
  color: #fff;
}

.block-options > li > a:hover,
.block-options > li > button:hover {
  text-decoration: none;
  opacity: 1;
}

.block-options > li > a:active,
.block-options > li > button:active {
  opacity: .6;
}

.block-options > li > span {
  display: block;
  padding: 2px 3px;
}

.block.block-themed > .block-header .block-options > li > span {
  color: #fff;
}

.block-options > li > a:focus {
  text-decoration: none;
  opacity: 1;
}

.block-options > li > button {
  background: none;
  border: none;
}

.block-options > li.active > a,
.block-options > li.open > button {
  text-decoration: none;
  opacity: 1;
}

/* #f5f5f5 */
.error_msg {
  color: #d2322d;
  font-style: italic;
  font-size: 13px;
  text-align: right;
}

.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}

.form-horizontal .form-group {
  margin-bottom: 10px;
}

/* ============================================================================= INPUT */
.css-input {
  position: relative;
  display: inline-block;
  margin: 2px 0;
  font-weight: 400;
  cursor: pointer;
}

.css-input input {
  position: absolute;
  opacity: 0;
}

.css-input input:focus + span {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.css-input input + span {
  position: relative;
  display: inline-block;
  margin-top: -2px;
  margin-right: 3px;
  vertical-align: middle;
}

.css-input input + span:after {
  position: absolute;
  content: "";
}

.css-input-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.css-label {
  position: relative;
  display: inline-block;
  margin: 2px 0;
  font-weight: 400;
}

/* ============================================================================= CHECKBOXES */
.css-checkbox {
  margin: 7px 0;
}

.css-checkbox input + span {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: background-color 0.2s;
}

.css-checkbox input + span:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* font-family: "FontAwesome"; */
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  color: #fff;
  line-height: 18px;
  content: "\f00c";
  text-align: center;
  font-weight: 800;
}

.css-checkbox:hover input + span {
  border-color: #ccc;
}

.css-checkbox-sm {
  margin: 9px 0 8px;
  /* font-size: 12px; */
}

.css-checkbox-sm input + span {
  width: 16px;
  height: 16px;
}

.css-checkbox-sm input + span:after {
  font-size: 8px;
  line-height: 15px;
}

.css-checkbox-lg {
  margin: 3px 0;
}

.css-checkbox-lg input + span {
  width: 30px;
  height: 30px;
}

.css-checkbox-lg input + span:after {
  font-size: 12px;
  line-height: 30px;
}

.css-checkbox-rounded input + span {
  border-radius: 3px;
}

.css-checkbox-default input:checked + span {
  background-color: #999999;
  border-color: #999999;
}

.css-checkbox-primary input:checked + span {
  background-color: #333;
  border-color: #333;
}

.css-checkbox-info input:checked + span {
  background-color: #70b9eb;
  border-color: #70b9eb;
}

.css-checkbox-success input:checked + span {
  background-color: #46c37b;
  border-color: #46c37b;
}

.css-checkbox-warning input:checked + span {
  background-color: #f3b760;
  border-color: #f3b760;
}

.css-checkbox-danger input:checked + span {
  background-color: #d26a5c;
  border-color: #d26a5c;
}

.css-radio {
  margin: 7px 0;
}

.css-radio input + span {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.css-radio input + span:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.css-radio input:checked + span:after {
  opacity: 1;
}

.css-radio:hover input + span {
  border-color: #ccc;
}

.css-radio-sm {
  margin: 9px 0 8px;
  /* font-size: 12px; */
}

.css-radio-sm input + span {
  width: 16px;
  height: 16px;
}

.css-radio-lg {
  margin: 5px 0;
}

.css-radio-lg input + span {
  width: 26px;
  height: 26px;
}

.css-radio-default input:checked + span:after {
  background-color: #999999;
}

.css-radio-primary input:checked + span:after {
  background-color: #333;
}

.css-radio-info input:checked + span:after {
  background-color: #70b9eb;
}

.css-radio-success input:checked + span:after {
  background-color: #46c37b;
}

.css-radio-warning input:checked + span:after {
  background-color: #f3b760;
}

.css-radio-danger input:checked + span:after {
  background-color: #d26a5c;
}

.switch {
  margin: 3px 0;
}

.switch input + span {
  width: 54px;
  height: 30px;
  background-color: #eee;
  border-radius: 30px;
  transition: background-color 0.4s;
}

.switch input + span:after {
  top: 2px;
  bottom: 2px;
  left: 2px;
  width: 26px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.15s ease-out;
}

.switch input:checked + span {
  background-color: #ddd;
}

.switch input:checked + span:after {
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.2);
  transform: translateX(23px);
}

.switch-sm {
  margin: 8px 0 7px;
  /* font-size: 12px; */
}

.switch-sm input + span {
  width: 36px;
  height: 20px;
}

.switch-sm input + span:after {
  width: 16px;
}

.switch-sm input:checked + span:after {
  transform: translateX(15px);
}

.switch-lg {
  margin: 1px 0;
}

.switch-lg input + span {
  width: 70px;
  height: 34px;
}

.switch-lg input + span:after {
  width: 30px;
}

.switch-lg input:checked + span:after {
  transform: translateX(35px);
}

.switch-square input + span,
.switch-square input + span:after {
  border-radius: 0;
}

.switch-default input:checked + span {
  background-color: #999999;
}

.switch-primary input:checked + span {
  background-color: #333;
}

.switch-info input:checked + span {
  background-color: #70b9eb;
}

.switch-success input:checked + span {
  background-color: #46c37b;
}

.switch-warning input:checked + span {
  background-color: #f3b760;
}

.switch-danger input:checked + span {
  background-color: #d26a5c;
}

/* ============================================================================= IMAGES /UPLOAD */
.byr_upload_file {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background-color: transparent;
  color: transparent;
}

.byr_form_area_illustration {
  position: fixed;
  width: 96px;
  height: 96px;
  opacity: 0.0;
}

.byr_form_area_illustration:hover {
  color: #fff;
  text-align: center;
  font-size: 1em;
  background-color: #555;
  opacity: 0.5;
}

.byr_thumbnail {
  max-width: 206px;
  max-height: 160px;
  margin-bottom: 0px;
}

.byr_small_thumbnail {
  max-width: 70px;
  max-height: 51px;
  margin-bottom: 0px;
}

.byr_thumbnail_trash {
  position: absolute;
  left: 15px;
  top: 128px;
  z-index: 100;
  cursor: pointer;
}

.byr_thumbnail_thumb {
  max-width: 70px;
  max-height: 51px;
  margin-bottom: 0px;
}

.byr_thumbnail_thumb_trash {
  position: absolute;
  top: 185px;
  z-index: 100;
  cursor: pointer;
}

.user-icon {
  width: 40px;
  height: 40px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #bbb;
}

/* #f5f5f5 */
html, body {
  height: 100%;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #646464;
  background-color: white;
}

.no-focus *:focus {
  outline: 0 !important;
}

a {
  color: #0165a6;
  transition: color 0.12s ease-out;
}

a.link-effect {
  position: relative;
}

a.link-effect:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #01375a;
  visibility: hidden;
  transform: scaleX(0);
  transition: transform 0.12s ease-out;
}

a.link-effect-opacity {
  transition: opacity 0.25s ease-out;
}

a:hover, a:focus {
  color: #01375a;
  text-decoration: none;
}

a:hover.link-effect:before, a:focus.link-effect:before {
  visibility: visible;
  transform: scaleX(1);
}

a:hover.link-effect-opacity, a:focus.link-effect-opacity {
  opacity: .5;
}

a:active {
  color: #0165a6;
}

a.inactive {
  cursor: not-allowed;
}

a.inactive:focus {
  background-color: transparent !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 300;
  font-size: 85%;
  color: #777;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: inherit;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

.page-heading {
  color: #545454;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.24;
}

.page-heading small {
  margin-top: 5px;
  display: block;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .page-heading small {
    margin-top: 0;
    display: inline;
    line-height: inherit;
  }
}

.content-heading {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 15px;
  color: #8c8c8c;
  text-transform: uppercase;
}

.content-heading small {
  font-size: 13px;
  font-weight: normal;
  color: #999999;
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .content-heading {
    margin-top: 25px;
  }
}

.font-w300 {
  font-weight: 300 !important;
}

.font-w400 {
  font-weight: 400 !important;
}

.font-w600 {
  font-weight: 600 !important;
}

.font-w700 {
  font-weight: 700 !important;
}

.font-s12 {
  font-size: 12px !important;
}

.font-s13 {
  font-size: 13px !important;
}

.font-s36 {
  font-size: 36px !important;
}

.font-s48 {
  font-size: 48px !important;
}

.font-s64 {
  font-size: 64px !important;
}

.font-s96 {
  font-size: 96px !important;
}

.font-s128 {
  font-size: 128px !important;
}

p {
  line-height: 20px;
}

p.nice-copy,
.nice-copy p {
  line-height: 1.8;
}

p.nice-copy-story,
.nice-copy-story p {
  line-height: 1.8;
  font-size: 16px;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.text-muted {
  color: #999999;
}

.text-muted a:hover,
.text-muted a:active,
.text-muted a:focus,
.text-muted button:hover,
.text-muted button:active,
.text-muted button:focus {
  color: #999999;
  opacity: .75;
}

.text-primary {
  color: #333;
}

.text-primary a:hover,
.text-primary a:active,
.text-primary a:focus,
.text-primary button:hover,
.text-primary button:active,
.text-primary button:focus {
  color: #333;
  opacity: .75;
}

.text-primary-dark {
  color: #222;
}

.text-primary-dark a:hover,
.text-primary-dark a:active,
.text-primary-dark a:focus,
.text-primary-dark button:hover,
.text-primary-dark button:active,
.text-primary-dark button:focus {
  color: #222;
  opacity: .75;
}

.text-primary-darker {
  color: #111;
}

.text-primary-darker a:hover,
.text-primary-darker a:active,
.text-primary-darker a:focus,
.text-primary-darker button:hover,
.text-primary-darker button:active,
.text-primary-darker button:focus {
  color: #111;
  opacity: .75;
}

.text-primary-light {
  color: #595959;
}

.text-primary-light a:hover,
.text-primary-light a:active,
.text-primary-light a:focus,
.text-primary-light button:hover,
.text-primary-light button:active,
.text-primary-light button:focus {
  color: #595959;
  opacity: .75;
}

.text-primary-lighter {
  color: #7a7a7a;
}

.text-primary-lighter a:hover,
.text-primary-lighter a:active,
.text-primary-lighter a:focus,
.text-primary-lighter button:hover,
.text-primary-lighter button:active,
.text-primary-lighter button:focus {
  color: #7a7a7a;
  opacity: .75;
}

.text-success {
  color: #46c37b;
}

.text-success a:hover,
.text-success a:active,
.text-success a:focus,
.text-success button:hover,
.text-success button:active,
.text-success button:focus {
  color: #46c37b;
  opacity: .75;
}

.text-warning {
  color: #f3b760;
}

.text-warning a:hover,
.text-warning a:active,
.text-warning a:focus,
.text-warning button:hover,
.text-warning button:active,
.text-warning button:focus {
  color: #f3b760;
  opacity: .75;
}

.text-info {
  color: #70b9eb;
}

.text-info a:hover,
.text-info a:active,
.text-info a:focus,
.text-info button:hover,
.text-info button:active,
.text-info button:focus {
  color: #70b9eb;
  opacity: .75;
}

.text-danger {
  color: #d26a5c;
}

.text-danger a:hover,
.text-danger a:active,
.text-danger a:focus,
.text-danger button:hover,
.text-danger button:active,
.text-danger button:focus {
  color: #d26a5c;
  opacity: .75;
}

.text-success-light {
  color: #e0f5e9;
}

.text-success-light a:hover,
.text-success-light a:active,
.text-success-light a:focus,
.text-success-light button:hover,
.text-success-light button:active,
.text-success-light button:focus {
  color: #e0f5e9;
  opacity: .75;
}

.text-warning-light {
  color: #fdf3e5;
}

.text-warning-light a:hover,
.text-warning-light a:active,
.text-warning-light a:focus,
.text-warning-light button:hover,
.text-warning-light button:active,
.text-warning-light button:focus {
  color: #fdf3e5;
  opacity: .75;
}

.text-info-light {
  color: #edf6fd;
}

.text-info-light a:hover,
.text-info-light a:active,
.text-info-light a:focus,
.text-info-light button:hover,
.text-info-light button:active,
.text-info-light button:focus {
  color: #edf6fd;
  opacity: .75;
}

.text-danger-light {
  color: #f9eae8;
}

.text-danger-light a:hover,
.text-danger-light a:active,
.text-danger-light a:focus,
.text-danger-light button:hover,
.text-danger-light button:active,
.text-danger-light button:focus {
  color: #f9eae8;
  opacity: .75;
}

.text-white {
  color: #fff;
}

.text-white a:hover,
.text-white a:active,
.text-white a:focus,
.text-white button:hover,
.text-white button:active,
.text-white button:focus {
  color: #fff;
  opacity: .75;
}

.text-white-op {
  color: rgba(255, 255, 255, 0.85);
}

.text-white-op a:hover,
.text-white-op a:active,
.text-white-op a:focus,
.text-white-op button:hover,
.text-white-op button:active,
.text-white-op button:focus {
  color: rgba(255, 255, 255, 0.85);
  opacity: .75;
}

.text-black {
  color: #000;
}

.text-black a:hover,
.text-black a:active,
.text-black a:focus,
.text-black button:hover,
.text-black button:active,
.text-black button:focus {
  color: #000;
  opacity: .75;
}

.text-black-op {
  color: rgba(0, 0, 0, 0.5);
}

.text-black-op a:hover,
.text-black-op a:active,
.text-black-op a:focus,
.text-black-op button:hover,
.text-black-op button:active,
.text-black-op button:focus {
  color: rgba(0, 0, 0, 0.5);
  opacity: .75;
}

.text-gray {
  color: #dddddd;
}

.text-gray a:hover,
.text-gray a:active,
.text-gray a:focus,
.text-gray button:hover,
.text-gray button:active,
.text-gray button:focus {
  color: #dddddd;
  opacity: .75;
}

.text-gray-dark {
  color: #999999;
}

.text-gray-dark a:hover,
.text-gray-dark a:active,
.text-gray-dark a:focus,
.text-gray-dark button:hover,
.text-gray-dark button:active,
.text-gray-dark button:focus {
  color: #999999;
  opacity: .75;
}

.text-gray-darker {
  color: #393939;
}

.text-gray-darker a:hover,
.text-gray-darker a:active,
.text-gray-darker a:focus,
.text-gray-darker button:hover,
.text-gray-darker button:active,
.text-gray-darker button:focus {
  color: #393939;
  opacity: .75;
}

.text-gray-light {
  color: #f3f3f3;
}

.text-gray-light a:hover,
.text-gray-light a:active,
.text-gray-light a:focus,
.text-gray-light button:hover,
.text-gray-light button:active,
.text-gray-light button:focus {
  color: #f3f3f3;
  opacity: .75;
}

.text-gray-lighter {
  color: #f9f9f9;
}

.text-gray-lighter a:hover,
.text-gray-lighter a:active,
.text-gray-lighter a:focus,
.text-gray-lighter button:hover,
.text-gray-lighter button:active,
.text-gray-lighter button:focus {
  color: #f9f9f9;
  opacity: .75;
}

.bg-muted {
  background-color: #999999;
}

.bg-muted a:hover,
.bg-muted a:focus {
  background-color: gray;
}

.bg-primary {
  background-color: #333;
}

.bg-primary a:hover,
.bg-primary a:focus {
  background-color: #1a1a1a;
}

.bg-primary-dark {
  background-color: #222;
}

.bg-primary-dark a:hover,
.bg-primary-dark a:focus {
  background-color: #090909;
}

.bg-primary-darker {
  background-color: #111;
}

.bg-primary-darker a:hover,
.bg-primary-darker a:focus {
  background-color: black;
}

.bg-primary-light {
  background-color: #595959;
}

.bg-primary-light a:hover,
.bg-primary-light a:focus {
  background-color: #404040;
}

.bg-primary-lighter {
  background-color: #7a7a7a;
}

.bg-primary-lighter a:hover,
.bg-primary-lighter a:focus {
  background-color: #616161;
}

.bg-body {
  background-color: white;
}

.bg-success {
  background-color: #46c37b;
}

.bg-success a:hover,
.bg-success a:focus {
  background-color: #34a263;
}

.bg-warning {
  background-color: #f3b760;
}

.bg-warning a:hover,
.bg-warning a:focus {
  background-color: #efa231;
}

.bg-info {
  background-color: #70b9eb;
}

.bg-info a:hover,
.bg-info a:focus {
  background-color: #43a3e5;
}

.bg-danger {
  background-color: #d26a5c;
}

.bg-danger a:hover,
.bg-danger a:focus {
  background-color: #c54736;
}

.bg-success-light {
  background-color: #e0f5e9;
}

.bg-success-light a:hover,
.bg-success-light a:focus {
  background-color: #b9e9ce;
}

.bg-warning-light {
  background-color: #fdf3e5;
}

.bg-warning-light a:hover,
.bg-warning-light a:focus {
  background-color: #f9ddb6;
}

.bg-info-light {
  background-color: #edf6fd;
}

.bg-info-light a:hover,
.bg-info-light a:focus {
  background-color: #bfdff8;
}

.bg-danger-light {
  background-color: #f9eae8;
}

.bg-danger-light a:hover,
.bg-danger-light a:focus {
  background-color: #eec5c0;
}

.bg-white {
  background-color: #fff;
}

.bg-white a:hover,
.bg-white a:focus {
  background-color: #e6e6e6;
}

.bg-white-op {
  background-color: rgba(255, 255, 255, 0.075);
}

.bg-crystal-op {
  background-color: rgba(255, 255, 255, 0.15);
}

.bg-black {
  background-color: #000;
}

.bg-black a:hover,
.bg-black a:focus {
  background-color: black;
}

.bg-black-op {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-gray {
  background-color: #dddddd;
}

.bg-gray a:hover,
.bg-gray a:focus {
  background-color: #c4c4c4;
}

.bg-gray-dark {
  background-color: #999999;
}

.bg-gray-dark a:hover,
.bg-gray-dark a:focus {
  background-color: gray;
}

.bg-gray-darker {
  background-color: #393939;
}

.bg-gray-darker a:hover,
.bg-gray-darker a:focus {
  background-color: #202020;
}

.bg-gray-light {
  background-color: #f3f3f3;
}

.bg-gray-light a:hover,
.bg-gray-light a:focus {
  background-color: #dadada;
}

.bg-gray-lighter {
  background-color: #f9f9f9;
}

.bg-gray-lighter a:hover,
.bg-gray-lighter a:focus {
  background-color: #e0e0e0;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 15px;
  padding-left: 15px;
}

.btn {
  /* font-weight: 600; */
  border-radius: 2px;
  transition: all 0.15s ease-out;
  padding: 4px 10px;
}

@media (max-width: 767px) {
  .btn {
    padding: 4px 10px;
  }
}

.btn:active, .btn.active {
  box-shadow: none;
}

.btn.btn-square {
  border-radius: 0;
}

.btn.btn-rounded {
  border-radius: 20px;
}

.btn.btn-minw {
  min-width: 110px;
}

.btn.btn-noborder {
  border: none !important;
}

.btn.btn-image {
  position: relative;
  padding-left: 40px;
}

.btn.btn-image > img {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 3px;
}

.btn > i.pull-left {
  margin-top: 3px;
  margin-right: 5px;
}

.btn > i.pull-right {
  margin-top: 3px;
  margin-left: 5px;
}

.btn.tool {
  border: none;
  color: #333;
  background-color: transparent;
}

@media (max-width: 767px) {
  .btn.full-width-mob {
    width: 100%;
  }
}

.btn.close-box {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  background-color: transparent;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}

.btn-default {
  color: #545454;
  background-color: #f5f5f5;
  border-color: #e9e9e9;
}

.btn-default:focus, .btn-default.focus, .btn-default:hover {
  color: #545454;
  background-color: #e1e1e1;
  border-color: #cacaca;
}

.btn-default:active, .btn-default.active,
.btn-default .open > .dropdown-toggle {
  color: #545454;
  background-color: #c7c7c7;
  border-color: #b1b1b1;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.btn-default .open > .dropdown-toggle:hover,
.btn-default .open > .dropdown-toggle:focus,
.btn-default .open > .dropdown-toggle.focus {
  color: #545454;
  background-color: #c7c7c7;
  border-color: #b1b1b1;
}

.btn-default:active, .btn-default.active,
.btn-default .open > .dropdown-toggle {
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #f5f5f5;
  border-color: #e9e9e9;
}

.btn-default .badge {
  color: #f5f5f5;
  background-color: #545454;
}

.btn-primary {
  color: #fff;
  background-color: #333;
  border-color: #1a1a1a;
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:hover {
  color: #fff;
  background-color: #1f1f1f;
  border-color: black;
}

.btn-primary:active, .btn-primary.active,
.btn-primary .open > .dropdown-toggle {
  color: #fff;
  background-color: #050505;
  border-color: black;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.btn-primary .open > .dropdown-toggle:hover,
.btn-primary .open > .dropdown-toggle:focus,
.btn-primary .open > .dropdown-toggle.focus {
  color: #fff;
  background-color: #050505;
  border-color: black;
}

.btn-primary:active, .btn-primary.active,
.btn-primary .open > .dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #333;
  border-color: #1a1a1a;
}

.btn-primary .badge {
  color: #333;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #46c37b;
  border-color: #34a263;
}

.btn-success:focus, .btn-success.focus, .btn-success:hover {
  color: #fff;
  background-color: #37a967;
  border-color: #257346;
}

.btn-success:active, .btn-success.active,
.btn-success .open > .dropdown-toggle {
  color: #fff;
  background-color: #2a8350;
  border-color: #194d2f;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.btn-success .open > .dropdown-toggle:hover,
.btn-success .open > .dropdown-toggle:focus,
.btn-success .open > .dropdown-toggle.focus {
  color: #fff;
  background-color: #2a8350;
  border-color: #194d2f;
}

.btn-success:active, .btn-success.active,
.btn-success .open > .dropdown-toggle {
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #46c37b;
  border-color: #34a263;
}

.btn-success .badge {
  color: #46c37b;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #70b9eb;
  border-color: #43a3e5;
}

.btn-info:focus, .btn-info.focus, .btn-info:hover {
  color: #fff;
  background-color: #4ca7e6;
  border-color: #1d86ce;
}

.btn-info:active, .btn-info.active,
.btn-info .open > .dropdown-toggle {
  color: #fff;
  background-color: #1f92e0;
  border-color: #1769a1;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.btn-info .open > .dropdown-toggle:hover,
.btn-info .open > .dropdown-toggle:focus,
.btn-info .open > .dropdown-toggle.focus {
  color: #fff;
  background-color: #1f92e0;
  border-color: #1769a1;
}

.btn-info:active, .btn-info.active,
.btn-info .open > .dropdown-toggle {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #70b9eb;
  border-color: #43a3e5;
}

.btn-info .badge {
  color: #70b9eb;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f3b760;
  border-color: #efa231;
}

.btn-warning:focus, .btn-warning.focus, .btn-warning:hover {
  color: #fff;
  background-color: #f0a63a;
  border-color: #d38310;
}

.btn-warning:active, .btn-warning.active,
.btn-warning .open > .dropdown-toggle {
  color: #fff;
  background-color: #e68f11;
  border-color: #a3660c;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.btn-warning .open > .dropdown-toggle:hover,
.btn-warning .open > .dropdown-toggle:focus,
.btn-warning .open > .dropdown-toggle.focus {
  color: #fff;
  background-color: #e68f11;
  border-color: #a3660c;
}

.btn-warning:active, .btn-warning.active,
.btn-warning .open > .dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f3b760;
  border-color: #efa231;
}

.btn-warning .badge {
  color: #f3b760;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d26a5c;
  border-color: #c54736;
}

.btn-danger:focus, .btn-danger.focus, .btn-danger:hover {
  color: #fff;
  background-color: #c94d3c;
  border-color: #953629;
}

.btn-danger:active, .btn-danger.active,
.btn-danger .open > .dropdown-toggle {
  color: #fff;
  background-color: #a53c2d;
  border-color: #6d271e;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.btn-danger .open > .dropdown-toggle:hover,
.btn-danger .open > .dropdown-toggle:focus,
.btn-danger .open > .dropdown-toggle.focus {
  color: #fff;
  background-color: #a53c2d;
  border-color: #6d271e;
}

.btn-danger:active, .btn-danger.active,
.btn-danger .open > .dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d26a5c;
  border-color: #c54736;
}

.btn-danger .badge {
  color: #d26a5c;
  background-color: #fff;
}

.form-inline .form-group {
  margin-bottom: 5px;
}

.form-control {
  color: #646464;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  box-shadow: none;
  transition: all 0.15s ease-out;
}

.form-control::-moz-placeholder {
  color: #aaa;
}

.form-control:-ms-input-placeholder {
  color: #aaa;
}

.form-control::-webkit-input-placeholder {
  color: #aaa;
}

.form-control:focus {
  border-color: #ccc;
  background-color: #fcfcfc;
  box-shadow: none;
}

.form-control textarea {
  max-width: 100%;
}

.form-control input[type="text"],
.form-control input[type="password"],
.form-control input[type="email"] {
  -webkit-appearance: none;
}

.form-control.input-sm {
  border-radius: 3px;
}

.form-control.input-lg {
  font-size: 14px;
  border-radius: 3px;
}

.input-group-lg .form-control {
  font-size: 14px;
}

.form-material .form-control {
  border: none;
  border-bottom: 1px solid #e6e6e6;
}

.form-group.form-material {
  margin-bottom: 30px;
}

.form-bordered .form-group {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
}

.form-bordered .form-group.form-actions {
  border-bottom: none;
}

.help-block {
  margin-top: 5px;
  margin-bottom: 0;
  font-style: italic;
  font-size: 13px;
  color: #a4a4a4;
}

.has-success > label,
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #46c37b;
}

.has-success .form-control {
  border-color: #46c37b;
  box-shadow: none;
}

.has-success .form-control:focus {
  border-color: #34a263;
  box-shadow: none;
}

.has-success .input-group-addon {
  color: #46c37b;
  border-color: #46c37b;
  background-color: #fff;
}

.has-success .form-control-feedback {
  color: #46c37b;
}

.has-info > label,
.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label {
  color: #70b9eb;
}

.has-info .form-control {
  border-color: #70b9eb;
  box-shadow: none;
}

.has-info .form-control:focus {
  border-color: #43a3e5;
  box-shadow: none;
}

.has-info .input-group-addon {
  color: #70b9eb;
  border-color: #70b9eb;
  background-color: #fff;
}

.has-info .form-control-feedback {
  color: #70b9eb;
}

.has-warning > label,
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f3b760;
}

.has-warning .form-control {
  border-color: #f3b760;
  box-shadow: none;
}

.has-warning .form-control:focus {
  border-color: #efa231;
  box-shadow: none;
}

.has-warning .input-group-addon {
  color: #f3b760;
  border-color: #f3b760;
  background-color: #fff;
}

.has-warning .form-control-feedback {
  color: #f3b760;
}

.has-error > label,
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d26a5c;
}

.has-error .form-control {
  border-color: #d26a5c;
  box-shadow: none;
}

.has-error .form-control:focus {
  border-color: #c54736;
  box-shadow: none;
}

.has-error .input-group-addon {
  color: #d26a5c;
  border-color: #d26a5c;
  background-color: #fff;
}

.has-error .form-control-feedback {
  color: #d26a5c;
}

.input-group-addon {
  color: #646464;
  background-color: #f9f9f9;
  border-color: #e6e6e6;
  border-radius: 3px;
}

.input-group-addon.input-sm, .input-group-addon.input-lg {
  border-radius: 3px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  border-radius: 3px;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.label-primary {
  background-color: #333;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #1a1a1a;
}

.label-success {
  background-color: #46c37b;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #34a263;
}

.label-info {
  background-color: #70b9eb;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #43a3e5;
}

.label-warning {
  background-color: #f3b760;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #efa231;
}

.label-danger {
  background-color: #d26a5c;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c54736;
}

.badge-primary {
  background-color: #333;
}

.badge-success {
  background-color: #46c37b;
}

.badge-info {
  background-color: #70b9eb;
}

.badge-warning {
  background-color: #f3b760;
}

.badge-danger {
  background-color: #d26a5c;
}

.alert {
  padding-bottom: 10px;
  border-radius: 2px;
  border: none;
}

.alert p {
  margin-bottom: 5px !important;
}

.alert-success {
  background-color: #e0f5e9;
  color: #34a263;
  box-shadow: 0 2px #cdefdb;
}

.alert-success hr {
  border-top-color: #cdefdb;
}

.alert-success .alert-link {
  color: #287b4b;
}

.alert-info {
  background-color: #edf6fd;
  color: #43a3e5;
  box-shadow: 0 2px #d6ebfa;
}

.alert-info hr {
  border-top-color: #d6ebfa;
}

.alert-info .alert-link {
  color: #1e8cd7;
}

.alert-warning {
  background-color: #fdf3e5;
  color: #efa231;
  box-shadow: 0 2px #fbe8cd;
}

.alert-warning hr {
  border-top-color: #fbe8cd;
}

.alert-warning .alert-link {
  color: #dc8911;
}

.alert-danger {
  background-color: #f9eae8;
  color: #c54736;
  box-shadow: 0 2px #f4d8d4;
}

.alert-danger hr {
  border-top-color: #f4d8d4;
}

.alert-danger .alert-link {
  color: #9d392b;
}

.progress {
  height: 24px;
  border-radius: 2px;
  box-shadow: none;
}

.progress-mini {
  height: 5px;
}

.progress-mini .progress-bar {
  line-height: 5px;
}

.progress-bar {
  line-height: 24px;
  font-weight: 600;
  box-shadow: none;
}

.progress-bar-primary {
  background-color: #333;
}

.progress-bar-success {
  background-color: #46c37b;
}

.progress-bar-info {
  background-color: #70b9eb;
}

.progress-bar-warning {
  background-color: #f3b760;
}

.progress-bar-danger {
  background-color: #d26a5c;
}

.nav-pills > li > a {
  font-weight: 600;
  color: #646464;
  border-radius: 3px;
}

.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  color: #646464;
  background-color: #f9f9f9;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #333;
}

.nav-pills > li.active > a > .badge {
  color: #333;
}

.pagination {
  border-radius: 0;
}

.pagination > li {
  display: block;
  float: left;
  margin: 0 0 5px 5px;
}

.pagination > li > a,
.pagination > li > span {
  display: block;
  float: none;
  margin: 0;
  padding-right: 8px;
  padding-left: 8px;
  color: #646464;
  font-weight: 600;
  border: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #333;
  background-color: transparent;
  box-shadow: 0 2px #333;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  color: #333;
  background-color: #f9f9f9;
  box-shadow: 0 2px #333;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #dddddd;
  box-shadow: none;
}

.pager li > a,
.pager li > span {
  padding: 6px 14px;
  font-weight: 600;
  color: #646464;
  border: 1px solid #eee;
  border-radius: 3px;
}

.pager li > a:hover, .pager li > a:focus {
  color: #333;
  background-color: #f9f9f9;
}

.pager li.disabled > span,
.pager li.disabled > span:hover,
.pager li.disabled > span:focus,
.pager li.disabled > a,
.pager li.disabled > a:hover,
.pager li.disabled > a:focus {
  color: #dddddd;
  box-shadow: none;
}

.list-group-item {
  padding: 10px 15px;
  border-color: #eee;
}

a.list-group-item {
  font-weight: 600;
  color: #646464;
}

a.list-group-item:hover, a.list-group-item:focus {
  color: #333;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #333;
  border-color: #333;
}

.list-group-item.active > .badge {
  color: #333;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #999999;
  background-color: transparent;
}

.breadcrumb > li + li:before {
  display: inline-block;
  padding: 0;
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, 0.5);
  content: "\f105";
  width: 20px;
  text-align: center;
  vertical-align: top;
}

.tooltip-inner {
  padding: 6px 8px;
  background-color: #111;
  border-radius: 0;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #111;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #111;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #111;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #111;
}

.popover {
  border-color: #ddd;
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.popover-title {
  padding: 10px 10px 1px;
  font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  border-bottom: none;
  border-radius: 1px 1px 0 0;
}

.popover-content {
  padding: 10px;
}

.dropdown-menu {
  min-width: 180px;
  padding: 5px 0;
  border-color: #ddd;
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.dropdown-menu > li > a {
  padding: 7px 12px;
}

.dropdown-menu > li > a:hover {
  background-color: #f9f9f9;
}

.dropdown-menu > li > a i.pull-right,
.dropdown-menu > li > a .badge.pull-right {
  right: 0;
  margin-top: 3px;
  margin-left: 10px;
}

.dropdown-menu > li > a i.pull-left,
.dropdown-menu > li > a .badge.pull-left {
  left: 0;
  margin-top: 3px;
  margin-right: 10px;
}

.dropdown-menu > li > a .badge.pull-right {
  margin-top: 1px;
}

.dropdown-menu > li > a .badge.pull-left {
  margin-top: 1px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #545454;
  background-color: #f0f0f0;
}

.dropdown-header {
  padding: 5px 12px 4px;
  font-weight: 600;
  color: #999999;
  text-transform: uppercase;
}

/*
// Tables
.table {
    > thead,
    > tbody,
    > tfoot {
        > tr {
            > th,
            > td {
                padding: 12px 10px;
                border-top: 1px solid #f0f0f0;
            }

            > th {
                padding: 16px 10px 12px;
                font-family: $headings-font-family;
                font-size: 15px;
                font-weight: 600;
                text-transform: uppercase;
            }
        }
    }

    > thead > tr > th {
        border-bottom: 1px solid #ddd;
    }

    > tbody + tbody {
        border-top: 1px solid #ddd;
    }
}

.table-condensed {
    > thead,
    > tbody,
    > tfoot {
        > tr {
            > td {
                padding: 6px 8px;
            }
        }
    }
}

.table-bordered {
    border: 1px solid #e9e9e9;

    > thead,
    > tbody,
    > tfoot {
        > tr {
            > th,
            > td {
                border: 1px solid #f0f0f0;
            }
        }
    }

    > thead > tr {
        > th,
        > td {
            border-bottom-width: 1px;
            border-bottom-color: #e9e9e9;
        }
    }
}

.table-borderless {
    border: none;

    > thead,
    > tbody,
    > tfoot {
        > tr {
            > th,
            > td {
                border: none;
            }
        }
    }

    > thead > tr {
        > th,
        > td {
            border-bottom: 1px solid #ddd;
        }
    }
}

.table-vcenter {
    > thead,
    > tbody,
    > tfoot {
        > tr {
            > th,
            > td {
                vertical-align: middle;
            }
        }
    }
}

.table-striped {
    > tbody > tr:nth-of-type(odd) {
        background-color: #f9f9f9;
    }
}

.table-hover {
    > tbody > tr:hover {
        background-color: #f5f5f5;
    }
}

.table-header-bg {
    > thead > tr {
        > th,
        > td {
            color: #fff;
            background-color: $brand-primary;
            border-bottom-color: $brand-primary;
        }
    }
}

@include table-row-variant(active, #f9f9f9);
@include table-row-variant(success, $brand-success-light);
@include table-row-variant(info, $brand-info-light);
@include table-row-variant(warning, $brand-warning-light);
@include table-row-variant(danger, $brand-danger-light);

.table-responsive {
    -webkit-overflow-scrolling: touch;
}

// Table Tools
.js-table-checkable tbody tr,
.js-table-sections-header > tr {
    cursor: pointer;
}

.js-table-sections-header {
    > tr > td:first-child > i {
        @include transition-transform(.15s ease-out);
    }

    + tbody {
        display: none;
    }

    &.open {
        > tr {
            background-color: #f9f9f9;
        }

        > tr > td:first-child > i {
            @include rotate(90deg);
        }

        + tbody {
            display: table-row-group;
        }
    }
}
*/
.modal.fade .modal-dialog {
  transition: all 0.12s ease-out;
}

.modal.fade .modal-dialog.modal-dialog-popin {
  transform: scale(1.1, 0);
}

.modal.fade .modal-dialog.modal-dialog-popout {
  transform: scale(0.9, 0);
}

.modal.fade .modal-dialog.modal-dialog-slideup {
  transform: translate(0, 10%);
}

.modal.fade .modal-dialog.modal-dialog-slideright {
  transform: translate(-10%, 0);
}

.modal.fade .modal-dialog.modal-dialog-slideleft {
  transform: translate(10%, 0);
}

.modal.fade .modal-dialog.modal-dialog-fromright {
  transform: translateX(25%) rotate(10deg) scale(0.9);
}

.modal.fade .modal-dialog.modal-dialog-fromleft {
  transform: translateX(-25%) rotate(-10deg) scale(0.9);
}

.modal.in .modal-dialog.modal-dialog-popin, .modal.in .modal-dialog.modal-dialog-popout {
  transform: scale(1, 0);
}

.modal.in .modal-dialog.modal-dialog-slideup, .modal.in .modal-dialog.modal-dialog-slideright, .modal.in .modal-dialog.modal-dialog-slideleft {
  transform: translate(0, 0);
}

.modal.in .modal-dialog.modal-dialog-fromright, .modal.in .modal-dialog.modal-dialog-fromleft {
  transform: translateX(0) rotate(0) scale(1);
}

.modal-dialog-top {
  margin-top: 0;
  padding: 0 !important;
}

.modal-dialog-top .modal-content {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.modal-content {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.modal-backdrop.in {
  opacity: .25;
}

.modal-header {
  padding: 18px 20px;
  border-bottom-color: #eee;
}

.modal-body {
  padding: 20px;
}

.modal-footer {
  padding: 12px 20px;
  border-top-color: #eee;
}

.modal-title {
  font-weight: normal;
}

.fade-up {
  opacity: 0;
  transition: all 0.25s ease-out;
  transform: translateY(100px);
}

.fade-up.in {
  opacity: 1;
  transform: translateY(0);
}

.fade-right {
  opacity: 0;
  transition: all 0.25s ease-out;
  transform: translateX(-100px);
}

.fade-right.in {
  opacity: 1;
  transform: translateX(0);
}

.fade-left {
  opacity: 0;
  transition: all 0.25s ease-out;
  transform: translateX(100px);
}

.fade-left.in {
  opacity: 1;
  transform: translateX(0);
}

.panel {
  border-radius: 3px;
  box-shadow: none;
}

.panel-group .panel {
  border-radius: 3px;
}

.panel-group .panel + .panel {
  margin-top: 10px;
}

.panel-default {
  border-color: #f0f0f0;
}

.panel-default > .panel-heading {
  color: #646464;
  background-color: #f9f9f9;
  border-color: #f0f0f0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f0f0f0;
}

.panel-default > .panel-heading .badge {
  color: #f9f9f9;
  background-color: #646464;
}

.panel-default > .panel-heading a {
  font-weight: 400;
}

.panel-default > .panel-heading a:hover, .panel-default > .panel-heading a:focus {
  color: #4b4b4b;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f0f0f0;
}

.panel-primary {
  border-color: #7a7a7a;
}

.panel-primary > .panel-heading {
  color: #333;
  background-color: #8c8c8c;
  border-color: #7a7a7a;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #7a7a7a;
}

.panel-primary > .panel-heading .badge {
  color: #8c8c8c;
  background-color: #333;
}

.panel-primary > .panel-heading a {
  font-weight: 400;
}

.panel-primary > .panel-heading a:hover, .panel-primary > .panel-heading a:focus {
  color: #1a1a1a;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #7a7a7a;
}

.panel-success {
  border-color: #cdefdb;
}

.panel-success > .panel-heading {
  color: #46c37b;
  background-color: #e0f5e9;
  border-color: #cdefdb;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cdefdb;
}

.panel-success > .panel-heading .badge {
  color: #e0f5e9;
  background-color: #46c37b;
}

.panel-success > .panel-heading a {
  font-weight: 400;
}

.panel-success > .panel-heading a:hover, .panel-success > .panel-heading a:focus {
  color: #34a263;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cdefdb;
}

.panel-info {
  border-color: #d6ebfa;
}

.panel-info > .panel-heading {
  color: #70b9eb;
  background-color: #edf6fd;
  border-color: #d6ebfa;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6ebfa;
}

.panel-info > .panel-heading .badge {
  color: #edf6fd;
  background-color: #70b9eb;
}

.panel-info > .panel-heading a {
  font-weight: 400;
}

.panel-info > .panel-heading a:hover, .panel-info > .panel-heading a:focus {
  color: #43a3e5;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6ebfa;
}

.panel-warning {
  border-color: #fbe8cd;
}

.panel-warning > .panel-heading {
  color: #f3b760;
  background-color: #fdf3e5;
  border-color: #fbe8cd;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fbe8cd;
}

.panel-warning > .panel-heading .badge {
  color: #fdf3e5;
  background-color: #f3b760;
}

.panel-warning > .panel-heading a {
  font-weight: 400;
}

.panel-warning > .panel-heading a:hover, .panel-warning > .panel-heading a:focus {
  color: #efa231;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fbe8cd;
}

.panel-danger {
  border-color: #f4d8d4;
}

.panel-danger > .panel-heading {
  color: #d26a5c;
  background-color: #f9eae8;
  border-color: #f4d8d4;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f4d8d4;
}

.panel-danger > .panel-heading .badge {
  color: #f9eae8;
  background-color: #d26a5c;
}

.panel-danger > .panel-heading a {
  font-weight: 400;
}

.panel-danger > .panel-heading a:hover, .panel-danger > .panel-heading a:focus {
  color: #c54736;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f4d8d4;
}

.img-responsive {
  width: 100%;
}

@media (max-width: 767px) {
  button > .fa {
    font-size: 16px;
  }
}

button > .fa-stack {
  height: 1.7em;
  width: 1.7em;
}

button > .fa-stack.fa {
  position: relative;
  font-size: 21px;
  top: -2px;
}

.btn-xs > .fa {
  font-size: 12px;
}

.fa {
  color: #646464;
  font-size: 20px;
}

.fa.addin {
  position: relative;
  font-size: 12px;
  left: -6px;
  top: 8px;
}

.fa-b10 {
  font-size: 10px;
}

.fa-b12 {
  font-size: 12px;
}

.fa-b14 {
  font-size: 14px;
}

.fa-b16 {
  font-size: 16px;
}

.fa-b20 {
  font-size: 16px;
}

.fa-b24 {
  font-size: 24px;
}

.fa-b28 {
  font-size: 28px;
}

.fa-b30 {
  font-size: 30px;
}

.fa-b64 {
  font-size: 64px;
}

.fa-b96 {
  font-size: 96px;
}

.fa-b128 {
  font-size: 128px;
}

/* #f5f5f5 */
.push-5 {
  margin-bottom: 5px !important;
}

.push-5-t {
  margin-top: 5px !important;
}

.push-5-r {
  margin-right: 5px !important;
}

.push-5-l {
  margin-left: 5px !important;
}

.push-10 {
  margin-bottom: 10px !important;
}

.push-10-t {
  margin-top: 10px !important;
}

.push-10-r {
  margin-right: 10px !important;
}

.push-10-l {
  margin-left: 10px !important;
}

.push-15 {
  margin-bottom: 15px !important;
}

.push-15-t {
  margin-top: 15px !important;
}

.push-15-r {
  margin-right: 15px !important;
}

.push-15-l {
  margin-left: 15px !important;
}

.push-20 {
  margin-bottom: 20px !important;
}

.push-20-t {
  margin-top: 20px !important;
}

.push-20-r {
  margin-right: 20px !important;
}

.push-20-l {
  margin-left: 20px !important;
}

.push-30 {
  margin-bottom: 30px !important;
}

.push-30-t {
  margin-top: 30px !important;
}

.push-30-r {
  margin-right: 30px !important;
}

.push-30-l {
  margin-left: 30px !important;
}

.push-50 {
  margin-bottom: 50px !important;
}

.push-50-t {
  margin-top: 50px !important;
}

.push-50-r {
  margin-right: 50px !important;
}

.push-50-l {
  margin-left: 50px !important;
}

.push-100 {
  margin-bottom: 100px !important;
}

.push-100-t {
  margin-top: 100px !important;
}

.push-100-r {
  margin-right: 100px !important;
}

.push-100-l {
  margin-left: 100px !important;
}

.push-150 {
  margin-bottom: 150px !important;
}

.push-150-t {
  margin-top: 150px !important;
}

.push-150-r {
  margin-right: 150px !important;
}

.push-150-l {
  margin-left: 150px !important;
}

.push-200 {
  margin-bottom: 200px !important;
}

.push-200-t {
  margin-top: 200px !important;
}

.push-200-r {
  margin-right: 200px !important;
}

.push-200-l {
  margin-left: 200px !important;
}

.push-300 {
  margin-bottom: 300px !important;
}

.push-300-t {
  margin-top: 300px !important;
}

.push-300-r {
  margin-right: 300px !important;
}

.push-300-l {
  margin-left: 300px !important;
}

.pulldown {
  position: relative;
  top: 50px;
}

@media screen and (min-width: 992px) {
  .pulldown {
    top: 150px;
  }
}

.remove-margin {
  margin: 0 !important;
}

.remove-margin-t {
  margin-top: 0 !important;
}

.remove-margin-r {
  margin-right: 0 !important;
}

.remove-margin-b {
  margin-bottom: 0 !important;
}

.remove-margin-l {
  margin-left: 0 !important;
}

.remove-padding {
  padding: 0 !important;
}

.remove-padding-t {
  padding-top: 0 !important;
}

.remove-padding-r {
  padding-right: 0 !important;
}

.remove-padding-b {
  padding-bottom: 0 !important;
}

.remove-padding-l {
  padding-left: 0 !important;
}

.mheight-50 {
  min-height: 50px;
}

.mheight-75 {
  min-height: 75px;
}

.mheight-100 {
  min-height: 100px;
}

.mheight-125 {
  min-height: 125px;
}

.mheight-150 {
  min-height: 150px;
}

.mheight-175 {
  min-height: 175px;
}

.mheight-200 {
  min-height: 200px;
}

.align-v {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.align-v-fwidth {
  width: 100%;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.byr_add_bottom_10 {
  margin-bottom: 10px;
}

.byr_add_bottom_20 {
  margin-bottom: 20px;
}

.byr_add_bottom_40 {
  margin-bottom: 40px;
}

.byr_add_top_10 {
  margin-top: 10px;
}

.byr_add_top_20 {
  margin-top: 20px;
}

.byr_add_top_40 {
  margin-top: 40px;
}

.border {
  border: 1px solid #e9e9e9;
}

.border-t {
  border-top: 1px solid #e9e9e9;
}

.border-r {
  border-right: 1px solid #e9e9e9;
}

.border-b {
  border-bottom: 1px solid #e9e9e9;
}

.border-l {
  border-left: 1px solid #e9e9e9;
}

.border-white-op {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.border-white-op-t {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.border-white-op-r {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.border-white-op-b {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.border-white-op-l {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.border-black-op {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.border-black-op-t {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.border-black-op-r {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.border-black-op-b {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.border-black-op-l {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.item {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  line-height: 60px;
}

.item a:hover, .item a:focus {
  opacity: .6;
}

.item-circle {
  border-radius: 50%;
}

.item-rounded {
  border-radius: 4px;
}

.item-rounded-big {
  border-radius: 24px;
}

.item-rounded-big.item-2x {
  border-radius: 35px;
}

.item-rounded-big.item-3x {
  border-radius: 50px;
}

.item.item-2x {
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.item.item-3x {
  width: 150px;
  height: 150px;
  line-height: 150px;
}

.ribbon {
  position: relative;
  min-height: 56px;
}

.ribbon-box {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  z-index: 500;
}

.ribbon-box:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: "";
}

.ribbon-bookmark .ribbon-box {
  padding-left: 0;
}

.ribbon-bookmark .ribbon-box:before {
  top: 0;
  right: 100%;
  border: 18px solid;
  border-left-width: 10px;
}

.ribbon-modern .ribbon-box {
  top: 0;
}

.ribbon-modern .ribbon-box:before {
  top: 0;
  right: 100%;
  border: 18px solid;
}

.ribbon-left .ribbon-box {
  right: auto;
  left: 0;
}

.ribbon-left.ribbon-bookmark .ribbon-box {
  padding-left: 15px;
  padding-right: 0;
}

.ribbon-left.ribbon-bookmark .ribbon-box:before {
  right: auto;
  left: 100%;
  border-left-width: 18px;
  border-right-width: 10px;
}

.ribbon-left.ribbon-modern .ribbon-box:before {
  right: auto;
  left: 100%;
}

.ribbon-bottom .ribbon-box {
  top: auto;
  bottom: 10px;
}

.ribbon-bottom.ribbon-modern .ribbon-box {
  bottom: 0;
}

.ribbon-primary .ribbon-box {
  background-color: #333;
}

.ribbon-primary.ribbon-bookmark .ribbon-box:before {
  border-color: #333;
  border-left-color: transparent;
}

.ribbon-primary.ribbon-bookmark.ribbon-left .ribbon-box:before {
  border-color: #333;
  border-right-color: transparent;
}

.ribbon-primary.ribbon-modern .ribbon-box:before {
  border-color: #333;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.ribbon-primary.ribbon-modern.ribbon-bottom .ribbon-box:before {
  border-color: #333;
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-primary.ribbon-modern.ribbon-left .ribbon-box:before {
  border-color: #333;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.ribbon-primary.ribbon-modern.ribbon-left.ribbon-bottom .ribbon-box:before {
  border-color: #333;
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-success .ribbon-box {
  background-color: #46c37b;
}

.ribbon-success.ribbon-bookmark .ribbon-box:before {
  border-color: #46c37b;
  border-left-color: transparent;
}

.ribbon-success.ribbon-bookmark.ribbon-left .ribbon-box:before {
  border-color: #46c37b;
  border-right-color: transparent;
}

.ribbon-success.ribbon-modern .ribbon-box:before {
  border-color: #46c37b;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.ribbon-success.ribbon-modern.ribbon-bottom .ribbon-box:before {
  border-color: #46c37b;
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-success.ribbon-modern.ribbon-left .ribbon-box:before {
  border-color: #46c37b;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.ribbon-success.ribbon-modern.ribbon-left.ribbon-bottom .ribbon-box:before {
  border-color: #46c37b;
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-info .ribbon-box {
  background-color: #70b9eb;
}

.ribbon-info.ribbon-bookmark .ribbon-box:before {
  border-color: #70b9eb;
  border-left-color: transparent;
}

.ribbon-info.ribbon-bookmark.ribbon-left .ribbon-box:before {
  border-color: #70b9eb;
  border-right-color: transparent;
}

.ribbon-info.ribbon-modern .ribbon-box:before {
  border-color: #70b9eb;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.ribbon-info.ribbon-modern.ribbon-bottom .ribbon-box:before {
  border-color: #70b9eb;
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-info.ribbon-modern.ribbon-left .ribbon-box:before {
  border-color: #70b9eb;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.ribbon-info.ribbon-modern.ribbon-left.ribbon-bottom .ribbon-box:before {
  border-color: #70b9eb;
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-warning .ribbon-box {
  background-color: #f3b760;
}

.ribbon-warning.ribbon-bookmark .ribbon-box:before {
  border-color: #f3b760;
  border-left-color: transparent;
}

.ribbon-warning.ribbon-bookmark.ribbon-left .ribbon-box:before {
  border-color: #f3b760;
  border-right-color: transparent;
}

.ribbon-warning.ribbon-modern .ribbon-box:before {
  border-color: #f3b760;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.ribbon-warning.ribbon-modern.ribbon-bottom .ribbon-box:before {
  border-color: #f3b760;
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-warning.ribbon-modern.ribbon-left .ribbon-box:before {
  border-color: #f3b760;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.ribbon-warning.ribbon-modern.ribbon-left.ribbon-bottom .ribbon-box:before {
  border-color: #f3b760;
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-danger .ribbon-box {
  background-color: #d26a5c;
}

.ribbon-danger.ribbon-bookmark .ribbon-box:before {
  border-color: #d26a5c;
  border-left-color: transparent;
}

.ribbon-danger.ribbon-bookmark.ribbon-left .ribbon-box:before {
  border-color: #d26a5c;
  border-right-color: transparent;
}

.ribbon-danger.ribbon-modern .ribbon-box:before {
  border-color: #d26a5c;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.ribbon-danger.ribbon-modern.ribbon-bottom .ribbon-box:before {
  border-color: #d26a5c;
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-danger.ribbon-modern.ribbon-left .ribbon-box:before {
  border-color: #d26a5c;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.ribbon-danger.ribbon-modern.ribbon-left.ribbon-bottom .ribbon-box:before {
  border-color: #d26a5c;
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-crystal .ribbon-box {
  background-color: rgba(255, 255, 255, 0.35);
}

.ribbon-crystal.ribbon-bookmark .ribbon-box:before {
  border-color: rgba(255, 255, 255, 0.35);
  border-left-color: transparent;
}

.ribbon-crystal.ribbon-bookmark.ribbon-left .ribbon-box:before {
  border-color: rgba(255, 255, 255, 0.35);
  border-right-color: transparent;
}

.ribbon-crystal.ribbon-modern .ribbon-box:before {
  border-color: rgba(255, 255, 255, 0.35);
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.ribbon-crystal.ribbon-modern.ribbon-bottom .ribbon-box:before {
  border-color: rgba(255, 255, 255, 0.35);
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-crystal.ribbon-modern.ribbon-left .ribbon-box:before {
  border-color: rgba(255, 255, 255, 0.35);
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.ribbon-crystal.ribbon-modern.ribbon-left.ribbon-bottom .ribbon-box:before {
  border-color: rgba(255, 255, 255, 0.35);
  border-top-color: transparent;
  border-right-color: transparent;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.visibility-hidden {
  visibility: hidden;
}

.visible-ie9 {
  display: none;
}

.ie9 .hidden-ie9 {
  display: none !important;
}

.ie9 .visible-ie9 {
  display: block;
}

.ie9 .visible-ie9-ib {
  display: inline-block;
}

/* #f5f5f5 */
.autocomplete-suggestion b {
  color: #333;
}

.irs-line {
  height: 5px;
  background: #eee;
  border: none;
  border-radius: 3px;
}

.irs-bar {
  height: 5px;
  border: none;
  background: #333;
}

.irs-bar-edge {
  height: 5px;
  border: none;
  background: #333;
  border-radius: 3px 0 0 3px;
}

.irs-slider {
  top: 25px;
  width: 20px;
  height: 20px;
  border: none;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
}

.irs-slider:hover {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
}

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 13px;
  background: #333;
}

.irs-grid-pol {
  background: #333;
}

.jvectormap-tip {
  padding: 6px 8px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #111;
  border: none;
  border-radius: 0;
}

.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
  left: 15px;
  padding: 4px;
  line-height: 15px;
  background: #555;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 15px;
  height: 15px;
}

.jvectormap-zoomin:hover,
.jvectormap-zoomout:hover {
  opacity: .75;
}

.jvectormap-zoomout {
  top: 40px;
}

.draggable-column {
  min-height: 100px;
}

.draggable-handler {
  cursor: move;
}

.draggable-placeholder {
  background-color: #f1f1f1;
  border: 1px dashed #ccc;
}

pre.pre-sh {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
}

.dropzone {
  background-color: #f9f9f9;
  border: 2px dashed #bbb;
  border-radius: 3px;
  padding: 0;
  text-align: center;
}

.dropzone .dz-preview {
  margin: 0px;
  padding: 10px;
}

.dropzone .dz-message {
  margin: 65px 0;
  font-size: 16px;
  font-style: italic;
  color: #888;
}

.dropzone:hover {
  background-color: #fcfcfc;
  border-color: #333;
}

.dropzone:hover .dz-message {
  color: #333;
}

.datepicker {
  z-index: 1051 !important;
}

.input-daterange .input-group-addon {
  min-width: 30px;
  color: #646464;
  background-color: #f9f9f9;
  border-color: #e6e6e6;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #faeab9;
  border-color: #faeab9;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-color: #333;
  border-color: #333;
}

.colorpicker.dropdown-menu {
  min-width: 130px;
}

div.tagsinput {
  padding: 6px 12px 1px;
  border-color: #e6e6e6;
  border-radius: 3px;
}

div.tagsinput input {
  padding-top: 0;
  padding-bottom: 0;
  height: 22px;
}

.form-material div.tagsinput {
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #e6e6e6;
}

div.tagsinput span.tag {
  padding: 2px 5px;
  height: 22px;
  line-height: 18px;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  background-color: #333;
  border: none;
}

div.tagsinput span.tag a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

div.tagsinput span.tag a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.select2-container .select2-selection--single {
  height: 34px;
}

.select2-container .select2-dropdown {
  border-color: #e6e6e6;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 6px;
}

.select2-container--default .select2-selection--single {
  border-color: #e6e6e6;
  border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
  line-height: 34px;
}

.form-material .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

.form-material .select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #aaa;
}

.select2-container--default .select2-selection--multiple {
  border-color: #e6e6e6;
  border-radius: 3px;
  min-height: 34px;
}

.form-material .select2-container--default .select2-selection--multiple {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-right: 12px;
  padding-left: 12px;
}

.form-material .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #ccc;
}

.form-material .select2-container--default.select2-container--focus .select2-selection--multiple, .form-material
.select2-container--default.select2-container--focus .select2-selection--single {
  border-bottom-color: #ccc;
}

.has-error .select2-container--default .select2-selection--single,
.has-error .select2-container--default .select2-selection--multiple {
  border-color: #d26a5c;
}

.has-error .select2-container--default.select2-container--focus .select2-selection--single,
.has-error .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #c54736;
}

.has-success .select2-container--default .select2-selection--single,
.has-success .select2-container--default .select2-selection--multiple {
  border-color: #46c37b;
}

.has-success .select2-container--default.select2-container--focus .select2-selection--single,
.has-success .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #34a263;
}

.has-warning .select2-container--default .select2-selection--single,
.has-warning .select2-container--default .select2-selection--multiple {
  border-color: #f3b760;
}

.has-warning .select2-container--default.select2-container--focus .select2-selection--single,
.has-warning .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #efa231;
}

.has-info .select2-container--default .select2-selection--single,
.has-info .select2-container--default .select2-selection--multiple {
  border-color: #70b9eb;
}

.has-info .select2-container--default.select2-container--focus .select2-selection--single,
.has-info .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #43a3e5;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  background-color: #333;
  border: none;
  border-radius: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: rgba(255, 255, 255, 0.75);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e6e6e6;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #333;
}

.select2-container--default .select2-search--inline .select2-search__field {
  padding-right: 0;
  padding-left: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-shadow: none;
}

.form-material .select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 0;
}

.select2-search--dropdown .select2-search__field {
  padding: 6px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 3px;
  box-shadow: none;
}

.slick-slider.slick-dotted {
  margin-bottom: 45px;
}

.slick-slider.slick-dotted .slick-dots {
  bottom: -35px;
}

.slick-slider.slick-dotted.slick-padding-dots {
  padding-bottom: 45px;
  margin-bottom: 0;
}

.slick-slider.slick-dotted.slick-padding-dots .slick-dots {
  bottom: 10px;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  margin-top: -5px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #000;
  opacity: .25;
  z-index: 10;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  background-color: #000;
  opacity: .6;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 28px;
}

.slick-slider .slick-prev {
  left: 10px;
}

.slick-slider .slick-prev:before {
  content: "\f060";
}

.slick-slider .slick-next {
  right: 10px;
}

.slick-slider .slick-next:before {
  content: "\f061";
}

.slick-slider.slick-nav-white .slick-prev,
.slick-slider.slick-nav-white .slick-next {
  background-color: #fff;
  opacity: .4;
}

.slick-slider.slick-nav-white .slick-prev:hover,
.slick-slider.slick-nav-white .slick-next:hover {
  background-color: #fff;
  opacity: .8;
}

.slick-slider.slick-nav-white .slick-prev:before,
.slick-slider.slick-nav-white .slick-next:before {
  color: #000;
}

.slick-slider.slick-nav-hover .slick-prev,
.slick-slider.slick-nav-hover .slick-next {
  opacity: 0;
  transition: opacity 0.25s ease-out;
}

.slick-slider.slick-nav-hover:hover .slick-prev,
.slick-slider.slick-nav-hover:hover .slick-next {
  opacity: .25;
}

.slick-slider.slick-nav-hover:hover .slick-prev:hover,
.slick-slider.slick-nav-hover:hover .slick-next:hover {
  opacity: .6;
}

.note-editor .note-toolbar {
  background-color: #fcfcfc !important;
}

.note-editor.note-frame {
  border-color: #ddd;
}

.note-editor .note-toolbar {
  border-bottom-color: #ddd;
}

.note-editor .note-statusbar .note-resizebar {
  border-top-color: #ddd;
}

.note-editor .note-toolbar.btn-toolbar {
  margin-left: 0;
}

.jqstooltip {
  box-sizing: content-box;
  border: none !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.pie-chart {
  position: relative;
  display: inline-block;
}

.pie-chart > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -2px;
  right: 0;
  left: 0;
  text-align: center;
}

.flot-tooltip {
  position: absolute;
  display: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  padding: 4px 8px;
}

.flot-pie-label {
  font-size: 13px;
  text-align: center;
  padding: 4px 8px;
  color: #fff;
}

.legend > table td {
  padding: 3px 4px;
  font-size: 14px;
}

.fc-event {
  padding-left: 3px;
  padding-right: 3px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.75);
  border: 1px solid #b5d0eb;
  border-radius: 0;
}

.fc-event:hover {
  color: rgba(0, 0, 0, 0.75);
}

.fc-event,
.fc-event-dot {
  background-color: #b5d0eb;
}

.fc button {
  height: 34px;
  line-height: 34px;
  font-weight: 600;
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.fc-state-default {
  color: #393939;
  background-color: #f3f3f3;
  background-image: none;
  border: 1px solid #e6e6e6;
  text-shadow: none;
  box-shadow: none;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #393939;
  background-color: #dfdfdf;
  border-color: #c7c7c7;
}

.fc-state-hover {
  color: #393939;
  transition: all 0.15s ease-out;
}

.fc-state-down,
.fc-state-active {
  background-color: #c5c5c5;
  border-color: #aeaeae;
  box-shadow: none;
}

.fc-state-disabled {
  opacity: .35;
}

.fc-toolbar {
  margin-bottom: 29px;
}

.fc-toolbar h2 {
  font-weight: 400;
}

.fc thead th.fc-widget-header {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f9f9f9;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #eee;
}

.placeholder {
  color: #aaa;
}

.CodeMirror-fullscreen,
.editor-toolbar.fullscreen,
.editor-preview-side {
  z-index: 1060;
}

.editor-preview {
  z-index: 1050;
}

table.dataTable {
  border-collapse: collapse !important;
}

table.dataTable td,
table.dataTable th {
  box-sizing: border-box;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  top: 15px;
  right: 10px;
  font-family: FontAwesome;
  font-size: 14px;
  opacity: .75;
}

table.dataTable thead .sorting:after {
  content: "\f0dc";
}

table.dataTable thead .sorting_asc:after {
  content: "\f106";
}

table.dataTable thead .sorting_desc:after {
  content: "\f107";
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 18px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 12px 0;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length select,
  div.dataTables_wrapper div.dataTables_filter input {
    width: 200px;
  }
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_length {
    text-align: right;
  }
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

/* ============================================================= FLYOVER */
.flyover {
  top: 0%;
  left: 40%;
  overflow: hidden;
  position: fixed;
  width: 300px;
  opacity: 0.8;
  z-index: 1030;
  transition: top .6s ease-out 0s;
}

.flyover-centered {
  top: 50%;
  transform: translate(-50%, -50%);
}

.flyover.in {
  top: 60px;
}

.flyover-bottom {
  bottom: 10px;
}

.flyover-top {
  top: -240px;
}

/* ============================================================= ALERT */
.byr_alert {
  padding: 6px;
  border-radius: 6px;
}

.byr_alert a {
  cursor: pointer;
}

/* #f5f5f5 */
/* ============================================================================= PAGE */
.byr_page {
  position: absolute;
  left: 200px;
  right: 0;
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .byr_page {
    left: 0;
    margin-left: 5px;
    margin-right: 5px;
  }
}

/* ============================================================================= HEADER */
.byr_page_header {
  position: fixed;
  top: 50px;
  left: 200px;
  right: 0px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #f5f5f5;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .byr_page_header {
    left: 0;
  }
}

.byr_page_header.byr_list {
  height: 128px;
}

.byr_page_header.byr_page {
  height: 0px;
}

@media (max-width: 767px) {
  .byr_page_header {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.mce-fullscreen .byr_header {
  display: none;
}

/* ============================================================================= PATH / TITLE */
.byr_path_container {
  height: 40px;
  line-height: 40px;
  background-color: #f5f5f5;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .byr_path_container {
    height: 30px;
    line-height: 30px;
  }
}

.byr_path {
  font-size: 16px;
}

/* ============================================================================= TOOL BAR */
.byr_top_filler {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  height: 40px;
  background: #eee;
  z-index: 800;
}

.byr_tool_bar {
  left: 0;
  right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 4px;
  background: #fff;
  z-index: 800;
}

.byr_tool_bar.plus_tab_control {
  border-top: none;
}

.byr_tool_bar.plus_tab_control_plus_tool {
  top: 122px;
  height: 50px;
  border-top: none;
}

.byr_tool_bar.plus_tab_control_plus_tool_plus_header {
  top: 122px;
  height: 86px;
  border-top: none;
}

.byr_tool_bar.no_filet {
  border-left: none;
  border-right: none;
}

.byr_tool_from_right {
  position: fixed;
  right: 24px;
}

/* ============================================================================= PAGE CONTENT*/
.byr_page_content {
  background-color: white;
  width: 100%;
}

.byr_page_content.plus_tool {
  margin-top: calc(50px + 40px + 40px);
}

.byr_page_content.plus_tool_plus_header {
  margin-top: 163px;
}

.byr_page_content.plus_tab_control_plus_tool {
  margin-top: 174px;
}

.byr_page_content.plus_tab_control_plus_tool_plus_header {
  margin-top: 208px;
}

@media (max-width: 767px) {
  .byr_page_content {
    margin-left: 0px;
    margin-right: 0px;
  }
  .byr_page_content.plus_tool {
    margin-top: 250px;
  }
  .byr_page_content.plus_tab_control_plus_tool {
    margin-top: 284px;
  }
  .byr_page_content.plus_tab_control_plus_tool_plus_header {
    margin-top: 156px;
  }
}

.byr_page_margin_block {
  margin-top: 80px;
}

.byr_notools {
  margin-top: 0px;
}

.byr_page_content_block {
  /* position: absolute; */
  background-color: #eee;
  margin-left: -15px;
  margin-right: -15px;
}

.byr_page_content_block.byr_sidebar_left_open {
  right: 0;
}

/* ============================================================================= BLOCS */
.byr_block {
  box-shadow: 0 2px rgba(0, 0, 0, 0.01);
}

.byr_block-header {
  padding: 15px 15px 15px 0px;
  background-color: #333;
  color: #fff;
  height: 45px;
}

.byr_block-title {
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  /* padding-left: 15px; */
}

.byr_block_content {
  background-color: #fff;
  max-width: 100%;
  padding: 15px;
  border-bottom: #ddd solid 1px;
}

.byr_access_rights {
  text-align: center;
  /* important for bannish sign */
  margin-top: -5px;
}

/* ============================================================================= DIALOGS */
.byr_dialog_content {
  position: fixed;
  background-color: white;
  padding: 0px;
}

/* #f5f5f5 */
.mce-fullscreen .byr_top_bar {
  display: none;
}

.byr_top_bar {
  position: fixed;
  left: 200px;
  right: 0;
  height: 50px;
  line-height: 50px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: white;
  z-index: 700;
  border-bottom: 1px solid #dddddd;
  /* .fa{
        color: $brand-primary;
    }
    */
}

@media screen and (max-width: 767px) {
  .byr_top_bar {
    left: 0;
  }
}

.byr_top_bar li {
  list-style: outside none none;
}

.byr_top_bar a > i {
  margin-right: 10px;
}

.byr_top_bar .fa-stack-1x.addin {
  left: 18px;
  top: 10px;
  color: #333;
}

.byr_search_container {
  padding-right: 60px;
  margin-top: -5px;
}

.byr_search {
  height: 28px;
  padding-left: 5px;
}

.nav-header {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-header:before, .nav-header:after {
  content: " ";
  display: table;
}

.nav-header:after {
  clear: both;
}

.nav-header > li {
  margin-right: 12px;
  float: left;
}

.nav-header > li > a,
.nav-header > li > .btn-group > a {
  padding: 0 12px;
  display: block;
  height: 34px;
  line-height: 34px;
  font-weight: 600;
}

.nav-header.pull-right > li {
  margin-right: 0;
  margin-left: 12px;
  float: left;
}

.nav-header .header-content {
  line-height: 34px;
}

.nav-header .header-search {
  width: 360px;
}

@media screen and (max-width: 767px) {
  .nav-header .header-search {
    display: none;
  }
  .nav-header .header-search.header-search-xs-visible {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    border-top: 1px solid #f9f9f9;
  }
  .nav-header .header-search.header-search-xs-visible > form {
    padding: 14px 14px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
  }
}

/* #f5f5f5 */
.byr_bottom_bar {
  position: fixed;
  bottom: 0px;
  height: 16px;
  line-height: 16px;
  left: 200px;
}

@media screen and (max-width: 767px) {
  .byr_bottom_bar {
    left: 0;
  }
}

.byr_copyright_footer {
  background-color: whitesmoke;
  font-size: 11px;
  color: #808080;
  padding-left: 5px;
}

/* #f5f5f5 */
.byr_sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 200px;
  background-color: #333;
  padding: 0;
  left: 0;
  z-index: 1000;
  opacity: 1;
  transition: all 0.28s ease-out;
}

@media (max-width: 767px) {
  .byr_sidebar {
    z-index: 800;
    transform: translateX(0) translateY(-100%) translateZ(0);
    /* slide in left -100% */
    /* width: 100%; */
    width: 56px;
    opacity: 0;
  }
  .byr_sidebar.byr_open {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    height: 390px;
  }
}

.byr_sidebar_left_open {
  left: 200px;
}

@media (max-width: 767px) {
  .byr_sidebar_left_open {
    left: 360px;
  }
}

.byr_sidebar_menu_container {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .byr_sidebar_menu_container {
    padding-top: 6px;
    width: 100%;
  }
}

.byr_sidebar_menu {
  padding-left: 0;
}

.byr_sidebar_menu li {
  list-style: outside none none;
  font-weight: 500;
  font-size: 16px;
}

.byr_sidebar_menu li.byr_menu_item:hover,
.byr_sidebar_menu li.byr_menu_item:focus {
  background: rgba(0, 0, 0, 0.2);
}

.byr_sidebar_menu li.byr_menu_item:hover a,
.byr_sidebar_menu li.byr_menu_item:focus a {
  color: #fff;
}

.byr_sidebar_menu .active {
  background: rgba(0, 0, 0, 0.2);
}

.byr_sidebar_menu a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
}

.byr_sidebar_menu a > i {
  color: rgba(255, 255, 255, 0.2);
  margin-right: 10px;
}

.byr_sidebar_menu a:hover > i,
.byr_sidebar_menu a:focus > i {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.byr_sidebar_menu .byr_menu_divider {
  color: rgba(255, 255, 255, 0.5);
  padding: 24px 8px 8px 8px;
}

.byr_sidebar_menu .byr_menu_item {
  padding: 8px;
}

@media (max-width: 767px) {
  .byr_sidebar_menu .byr_menu_item {
    width: 56px;
    height: 56px;
  }
}

.byr_sidebar_menu .byr_menu_icon {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.byr_sidebar_menu .byr_menu_button {
  /* only on mobile */
  padding: 6px;
  text-align: center;
  color: white;
  border-radius: 6px;
}

.byr_sidebar_menu .byr_menu_button.active.theme_gregoire {
  background-color: #1296D8;
}

.byr_sidebar_menu .byr_menu_button.active.theme_jeux {
  background-color: #1BCCAE;
}

.byr_sidebar_menu .byr_menu_button.active.theme_design {
  background-color: #735EDB;
}

.byr_sidebar_menu .byr_menu_button.active.theme_blog {
  background-color: #CE4E65;
}

.byr_sidebar_menu .byr_menu_button.active.theme_boutique {
  background-color: #97C13D;
}

.byr_sidebar_menu .byr_menu_button.active.theme_contact {
  background-color: #E38800;
}

.byr_sidebar_menu .fa-stack {
  line-height: 0px;
  height: 0px;
  top: -4px;
}

.byr_sidebar_menu i.fa-stack {
  font-size: 20px;
  line-height: 0px;
  height: 0px;
  left: 1px;
}

.byr_sidebar_menu .fa-stack-1x.addin {
  font-size: 12px;
  left: 2px;
  top: 10px;
}

.byr_logo {
  max-height: 48px;
}

#byr_sidebar_header {
  text-align: center;
  height: 90px;
  background-color: #222;
  line-height: 90px;
}

@media (max-width: 767px) {
  #byr_sidebar_header {
    background-color: white;
    height: 49px;
    line-height: 49px;
  }
}

/* #f5f5f5 */
.byr_table {
  margin-bottom: 0;
}

.table_list_head {
  background: white;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin-bottom: 0px;
}

.table_list_head .fa {
  font-size: 16px;
}

.byr_table > tbody > tr > td {
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.byr_table > tbody > tr > td.noWidth {
  padding: 0px;
}

.table > thead > tr > th {
  padding-bottom: 10px;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #dddddd;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list > li {
  position: relative;
}

.list-timeline {
  position: relative;
  padding-top: 10px;
}

.list-timeline > li {
  margin-bottom: 10px;
}

.list-timeline .list-timeline-time {
  margin: 0 -20px;
  padding: 10px 20px 10px 40px;
  min-height: 40px;
  text-align: right;
  color: #999;
  font-size: 13px;
  font-style: italic;
  background-color: #f9f9f9;
  border-radius: 2px;
}

.list-timeline .list-timeline-icon {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #bbb;
}

.list-timeline .list-timeline-content {
  padding: 10px 10px 1px;
}

.list-timeline .list-timeline-content > p:first-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .list-timeline {
    padding-top: 30px;
  }
  .list-timeline:before {
    position: absolute;
    top: 0;
    left: 120px;
    bottom: 0;
    display: block;
    width: 3px;
    content: "";
    background-color: #ddd;
    z-index: 1;
  }
  .list-timeline > li {
    min-height: 40px;
    z-index: 2;
  }
  .list-timeline > li:last-child {
    margin-bottom: 0;
  }
  .list-timeline .list-timeline-time {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    width: 90px;
    background-color: transparent;
  }
  .list-timeline .list-timeline-icon {
    top: 3px;
    left: 102px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    z-index: 2 !important;
  }
  .list-timeline .list-timeline-content {
    padding-left: 160px;
  }
}

.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

/* #f5f5f5 */
/* ============================================================================= IMAGES / GALLERY */
.img-link {
  display: inline-block;
  transition: transform 0.15s ease-out;
}

.img-link:hover {
  transform: rotate(1deg);
}

.img-container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.img-container .img-options {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: none;
  transition: all 0.25s ease-out;
}

.img-container .img-options-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}

.img-container > img {
  transition: transform 0.35s ease-out;
}

.img-container:hover .img-options {
  opacity: 1;
  visibility: visible;
}

.img-container.fx-img-zoom-in:hover > img {
  transform: scale(1.2);
}

.img-container.fx-img-rotate-r:hover > img {
  transform: scale(1.4) rotate(8deg);
}

.img-container.fx-img-rotate-l:hover > img {
  transform: scale(1.4) rotate(-8deg);
}

.img-container.fx-opt-slide-top .img-options {
  transform: translateY(100%);
}

.img-container.fx-opt-slide-top:hover .img-options {
  transform: translateY(0);
}

.img-container.fx-opt-slide-right .img-options {
  transform: translateX(-100%);
}

.img-container.fx-opt-slide-right:hover .img-options {
  transform: translateX(0);
}

.img-container.fx-opt-slide-down .img-options {
  transform: translateY(-100%);
}

.img-container.fx-opt-slide-down:hover .img-options {
  transform: translateY(0);
}

.img-container.fx-opt-slide-left .img-options {
  transform: translateX(100%);
}

.img-container.fx-opt-slide-left:hover .img-options {
  transform: translateX(0);
}

.img-container.fx-opt-zoom-in .img-options {
  transform: scale(0);
}

.img-container.fx-opt-zoom-in:hover .img-options {
  transform: scale(1);
}

.img-container.fx-opt-zoom-out .img-options {
  transform: scale(2);
}

.img-container.fx-opt-zoom-out:hover .img-options {
  transform: scale(1);
}

.gallery {
  display: inline-block;
}

.gallery .gallery_item {
  display: inline-block;
}

.gallery .img_thumb_container {
  position: relative;
  background-color: #ddd;
  width: 90px;
  height: 90px;
  text-align: center;
  margin: 5px;
  overflow: hidden;
}

.gallery .img_thumb_container.fancy {
  width: 80px;
  height: 80px;
}

.gallery .img_thumb {
  max-width: none;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery .img_thumb_link:hover {
  border: 2px solid #333;
  cursor: pointer;
}

.gallery .img_thumb_description {
  display: flex;
  margin-left: 5px;
}

.gallery_moxi {
  display: inline-block;
}

.gallery_moxi .img_thumb_container {
  position: relative;
  float: left;
  background-color: #ddd;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 80px;
  margin: 5px;
  overflow: hidden;
}

.gallery_moxi .img_thumb_container.fancy {
  width: 80px;
  height: 80px;
}

.gallery_moxi .img_thumb {
  max-width: none;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery_moxi .img_thumb_link {
  border: 2px solid #ddd;
}

.gallery_moxi .img_thumb_link:hover {
  border: 2px solid #333;
  cursor: pointer;
}

.gallery_moxi .img_thumb_link.selected {
  border: 2px solid #333;
}

.list_group_root {
  padding: 15px;
}

.list_group {
  margin-top: 5px;
  list-style-type: none;
  padding: 0;
  padding-left: 20px;
}

.list_item {
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-radius: 4px;
  border: #bbb 1px solid;
  margin-bottom: 5px;
}

.list_item.no_child {
  padding-left: 25px;
}

.list_item .list_deploy {
  min-width: 25px;
}

.list_item:last-child {
  border: none;
}

/* #f5f5f5 */
.share_container {
  left: 10px;
}

@media (min-width: 767px) {
  .share_container {
    position: fixed;
    display: grid;
    top: 100px;
  }
}

@media (max-width: 767px) {
  .share_container {
    position: relative;
    display: flex;
  }
  .share_container a {
    display: block;
  }
}

.share_icon {
  margin-left: 15px;
  vertical-align: middle;
  line-height: 30px;
}

.social_links ul {
  margin: 0;
  padding: 0;
}

.social_links ul li {
  list-style-type: none;
}

a.social-button {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  margin: 4px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #f0f0f0;
  overflow: hidden;
  padding: 0px;
}

a.social-button.facebook-button {
  background-color: #3b5998;
}

a.social-button.twitter-button {
  background-color: #4099ff;
}

a.social-button.googleplus-button {
  background-color: #dd4b39;
}

a.social-button.pinterest-button {
  background-color: #c8232c;
}

a.social-button.email-button {
  background-color: #35c05f;
  font-size: 10px;
}

a.social-button.reddit-button {
  background-color: #7ebbde;
  font-size: 10px;
}

a.social-button:hover {
  text-decoration: none;
}

a.social-button.twitter-button:hover {
  background-color: #303030;
}

a.social-button.facebook-button:hover {
  background-color: #303030;
}

a.social-button.googleplus-button:hover {
  background-color: #303030;
}

a.social-button.pinterest-button:hover {
  background-color: #303030;
}

a.social-button.email-button:hover {
  background-color: #303030;
}

a.social-button.stumbleupon-button {
  background-color: #EB4823;
  font-size: 10px;
}

a.social-button.stumbleupon-button:hover {
  background-color: #EB4823;
}

a.social-button.reddit-button:hover {
  background-color: #7ebbde;
}

/* #f5f5f5 */
.byr_form.label_right .byr_control_label {
  text-align: right;
}

.byr_form_group {
  margin-bottom: 10px;
}

.byr_form_group:before {
  display: table;
  content: " ";
}

.byr_form_group:after {
  display: table;
  content: " ";
  clear: both;
}

.byr_form_group .byr_form_special_mention {
  text-align: right;
  font-size: 10px;
  font-style: italic;
}

.byr_control_label {
  font-weight: normal;
  padding-right: 0px;
  padding-left: 10px;
  margin-bottom: 0px;
  line-height: 20px;
}

.byr_input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #dddddd;
  outline: none;
  line-height: 20px;
  padding-left: 5px;
}

select.byr_input {
  min-height: 20px;
  padding-left: 0px;
}

.input-group-addon {
  border: none;
  background-color: white;
  padding: 4px 4px;
}

legend {
  margin-bottom: 10px;
  padding-right: 15px;
  font-size: 18px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #dddddd;
}

/* #f5f5f5 */
/* ================================================== page */
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

.follow {
  position: fixed;
  top: 100px;
  right: 0px;
  cursor: pointer;
  z-index: 2000;
}

@media (max-width: 767px) {
  .follow {
    top: 60px;
  }
}

.follow_form {
  padding: 10px;
  margin-bottom: 10px;
  position: fixed;
  right: 0px;
  width: 280px;
  background: #eee;
  z-index: 2000;
}

/* ================================================== page */
.web_nav_witdh {
  width: 15%;
}

.web_page {
  margin-left: 15%;
  margin-right: 15%;
  min-height: 820px;
  padding-top: 100px;
}

.web_page p {
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .web_page {
    margin-left: 0%;
    margin-right: 0%;
    min-height: 500px;
    padding-top: 50px;
  }
}

@media (min-width: 480px) {
  .web_page_next_previous {
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
  }
}

.web_left_margin {
  width: 20px;
}

@media (max-width: 767px) {
  .web_left_margin {
    width: 10px;
  }
}

.web_right_margin {
  width: 20px;
}

@media (max-width: 767px) {
  .web_right_margin {
    width: 10px;
  }
}

/* ================================================== cookies */
.cookies_alert {
  position: fixed;
  bottom: 0px;
  background-color: #555;
  color: white;
  margin: 12px;
  padding: 12px;
  z-index: 10000;
}

/* ================================================== navbar */
.navbar {
  margin-left: 15%;
  margin-right: 15%;
}

.navbar:after {
  content: unset;
}

@media (max-width: 767px) {
  .navbar {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ================================================== navbar_menu */
.navbar_menu {
  display: table;
  width: 100%;
}

.navbar_menu_part {
  display: table-cell;
}

.navbar_menu_container {
  /* width: 768px; */
  width: 1338px;
}

/* ================================================== nav */
.nav:before {
  content: unset;
}

.nav:after {
  content: unset;
}

/* ================================================== navbar-nav */
.navbar-nav {
  display: table;
  width: 100%;
}

.navbar-nav > li {
  display: table-cell;
  float: none;
  text-align: center;
  vertical-align: middle;
}

.navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #0f192a;
}

/* ================================================== navbar_menu */
.navbar_menu {
  display: table;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.navbar_menu_part {
  display: table-cell;
}

.navbar_menu_container {
  /* width: 768px; */
  width: 1338px;
}

/* ================================================== nav-pills */
.web_nav {
  display: flex;
  width: 100%;
  position: fixed;
  border-bottom: 1px solid #ccc;
  background-color: white;
}

.web_nav_pills {
  text-align: center;
  flex: 1;
  height: 45px;
  width: 100px;
  border-radius: 6px;
  background-color: #272727;
  padding: 10px;
  margin: 20px;
}

.web_nav_pills.active, .web_nav_pills:hover {
  cursor: pointer;
}

.web_nav_pills.active.theme_gregoire, .web_nav_pills:hover.theme_gregoire {
  background-color: #1296D8;
}

.web_nav_pills.active.theme_jeux, .web_nav_pills:hover.theme_jeux {
  background-color: #1BCCAE;
}

.web_nav_pills.active.theme_design, .web_nav_pills:hover.theme_design {
  background-color: #735EDB;
}

.web_nav_pills.active.theme_blog, .web_nav_pills:hover.theme_blog {
  background-color: #CE4E65;
}

.web_nav_pills.active.theme_boutique, .web_nav_pills:hover.theme_boutique {
  background-color: #97C13D;
}

.web_nav_pills.active.theme_contact, .web_nav_pills:hover.theme_contact {
  background-color: #E38800;
}

/* ================================================== tags */
a.tag:hover {
  text-decoration: none;
}

a.tag:active {
  text-decoration: none;
}

.tag {
  padding: 5px 10px 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 50px;
  color: white;
  width: max-content;
  font-weight: bold;
}

.tag.theme_gregoire {
  color: #1296D8;
  border: 1px solid #1296D8;
}

.tag.theme_jeux {
  color: #1BCCAE;
  border: 1px solid #1BCCAE;
}

.tag.theme_design {
  color: #735EDB;
  border: 1px solid #735EDB;
}

.tag.theme_blog {
  color: #CE4E65;
  border: 1px solid #CE4E65;
}

.tag.theme_boutique {
  color: #97C13D;
  border: 1px solid #97C13D;
}

.tag.theme_contact {
  color: #E38800;
  border: 1px solid #E38800;
}

.tag.active {
  color: white;
}

.tag.active.theme_gregoire {
  background-color: #1296D8;
}

.tag.active.theme_jeux {
  background-color: #1BCCAE;
}

.tag.active.theme_design {
  background-color: #735EDB;
}

.tag.active.theme_blog {
  background-color: #CE4E65;
}

.tag.active.theme_boutique {
  background-color: #97C13D;
}

.tag.active.theme_contact {
  background-color: #E38800;
}

/* ================================================== gategory */
.gategory {
  display: flex;
  flex-wrap: wrap;
}

.gategory .gategory_item {
  cursor: pointer;
  position: relative;
  text-align: center;
  background-color: #C4C4C4;
  z-index: 0;
  flex: 1;
  margin: 15px;
  flex-basis: 20%;
  max-width: 25%;
}

@media (max-width: 767px) {
  .gategory .gategory_item {
    margin-bottom: 8px;
  }
}

.gategory .gategory_item .gategory_fadedbox {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding-top: 20%;
}

.gategory .gategory_item .gategory_illustration {
  width: 100%;
}

.gategory .gategory_item .gategory_title {
  transition: all 300ms ease-out;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  font-size: 2vh;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.3s;
  margin: 10px;
}

.gategory .gategory_item:hover .gategory_fadedbox {
  opacity: 0.80;
}

.gategory .gategory_item:hover .gategory_title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.gategory .gategory_title_mob {
  display: none;
}

@media (max-width: 767px) {
  .gategory .gategory_title_mob {
    color: #555;
    font-size: 11px;
    display: block;
    margin-bottom: 8px;
  }
}

/* ================================================== fabcss */
.web_top_bar {
  position: fixed;
  background-color: white;
  z-index: 100;
}

.web_logo {
  height: 58px;
  margin-left: 20px;
  top: 0px;
  margin-top: 14px;
}

@media (max-width: 767px) {
  .web_logo {
    height: 38px;
    margin: 0px;
  }
}

.fabcss_float_right {
  float: right;
  margin: 10px;
}

@media (max-width: 767px) {
  .fabcss_float_right {
    float: unset;
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.fabcss_page_margin {
  width: 20px;
}

@media (max-width: 767px) {
  .fabcss_page_margin {
    width: 20px;
  }
}

.fabcss_page_margin_blog {
  width: 15%;
}

@media (max-width: 767px) {
  .fabcss_page_margin_blog {
    width: 8%;
  }
}

@media (max-width: 767px) {
  .fabcss_hide_on_mobile {
    display: none;
  }
}

.fabcss_footer {
  height: 100%;
  background-color: #202020;
  color: white;
  line-height: 18px;
}

@media (max-width: 767px) {
  .fabcss_footer {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 12px;
    line-height: 20px;
  }
  .fabcss_footer p {
    line-height: 20px;
  }
}

.fabcss_footer_copyright {
  color: #555;
  font-size: 11px;
}

.fabcss_footer_topmargin {
  height: 20px;
}

@media (max-width: 767px) {
  .fabcss_footer_topmargin {
    height: 10px;
  }
}

.fabcss_ico_footer {
  background-image: url("fal fa-shipping-fast");
}

.fabcss_home_background {
  background-image: url("../../DATA/img/837f5c2b55275345cc73c3918277274384f4e3dd");
}

/* ================================================== overrides */
a {
  color: #0165a6;
  text-decoration: none;
}

/* override bootstrap */
.navbar {
  margin-bottom: 0px;
  background-color: white;
  border: none;
}

.navbar-footer {
  margin-left: 0px;
  margin-right: 0px;
}
/*# sourceMappingURL=main.css.map */