html {
  font-size: 14px; }

html, body {
  min-width: 320px;
  -ms-overflow-style: scrollbar; }

body {
  background-color: #f2f2f2;
  background-image: url("");
  background-size: cover;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #404041;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-attachment: fixed; }

body.home {
  background-image: url(""); }

body.form {
  background-image: url("../img/bg-img/form.jpg"); }

body.blog {
  background-image: none; }

h1 {
  font-weight: 400;
  color: #e0301e;
  font-family: Georgia, serif; }

h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  color: #e0301e;
  font-family: Arial, sans-serif; }

::selection {
  background-color: #e0301e;
  color: #fff; }

::-moz-selection {
  background-color: #e0301e;
  color: #fff; }

/* CONTAINER */
/*======================================*/
#container {
  min-height: calc(100vh - 28px);
  height: auto;
  position: relative;
  min-width: 290px; }

#container.boxed-layout {
  background-color: #e8e8e8; }

/* CONTENT */
/*======================================*/
#content-container {
  position: relative;
  padding-top: 65px;
  padding-bottom: 0;
  min-height: calc(100vh - 28px); }

/* FIXED FLUID GRID SYSTEM */
/*======================================*/
.fixed-fluid:after {
  content: '';
  display: block;
  clear: both; }
.fixed-fluid > .pull-xs-left {
  float: left;
  margin-right: 15px; }
.fixed-fluid > .pull-xs-right {
  float: right;
  margin-left: 15px; }
.fixed-fluid > .fixed-xs-160 {
  width: 160px; }
.fixed-fluid > .fixed-xs-200 {
  width: 200px; }
.fixed-fluid > .fixed-xs-250 {
  width: 250px; }
.fixed-fluid > .fixed-xs-300 {
  width: 300px; }
.fixed-fluid > .fixed-xs-350 {
  width: 350px; }
.fixed-fluid > .fluid {
  overflow: hidden; }

@media (min-width: 768px) {
  .fixed-fluid > .pull-sm-left {
    float: left;
    margin-right: 15px; }
  .fixed-fluid > .pull-sm-right {
    float: right;
    margin-left: 15px; }
  .fixed-fluid > .fixed-sm-160 {
    width: 160px; }
  .fixed-fluid > .fixed-sm-200 {
    width: 200px; }
  .fixed-fluid > .fixed-sm-250 {
    width: 250px; }
  .fixed-fluid > .fixed-sm-300 {
    width: 300px; }
  .fixed-fluid > .fixed-sm-350 {
    width: 350px; } }
@media (min-width: 992px) {
  .fixed-fluid > .pull-md-left {
    float: left;
    margin-right: 15px; }
  .fixed-fluid > .pull-md-right {
    float: right;
    margin-left: 15px; }
  .fixed-fluid > .fixed-md-160 {
    width: 160px; }
  .fixed-fluid > .fixed-md-200 {
    width: 200px; }
  .fixed-fluid > .fixed-md-250 {
    width: 250px; }
  .fixed-fluid > .fixed-md-300 {
    width: 300px; }
  .fixed-fluid > .fixed-md-350 {
    width: 350px; } }
@media (min-width: 1200px) {
  .fixed-fluid > .pull-lg-left {
    float: left;
    margin-right: 15px; }
  .fixed-fluid > .pull-lg-right {
    float: right;
    margin-left: 15px; }
  .fixed-fluid > .fixed-lg-160 {
    width: 160px; }
  .fixed-fluid > .fixed-lg-200 {
    width: 200px; }
  .fixed-fluid > .fixed-lg-250 {
    width: 250px; }
  .fixed-fluid > .fixed-lg-300 {
    width: 300px; }
  .fixed-fluid > .fixed-lg-350 {
    width: 350px; } }
#page-head {
  padding: 10px 0 20px 0;
  background-color: transparent;
  background-image: none; }

/* PAGE HEADER */
/*======================================*/
#page-title {
  padding: 20px 15px;
  width: 100%;
  color: #e0301e; }

.page-header {
  border: 0 none;
  font-family: Georgia, serif;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.1;
  color: #fff;
  padding: 0; }
  .page-header .label {
    margin-right: 0.5em; }

.page-header:not(.filters) {
  margin: 0 0 10px 0; }

/* PAGE CONTENT */
/*======================================*/
#page-content {
  padding: 0 15px; }

@media (min-width: 1200px) {
  #page-title {
    padding: 10px 20px; }

  #page-content {
    padding: 0 30px; } }
/* SEARCHBOX */
/*======================================*/
.searchbox {
  margin-right: -20px; }
  .searchbox button {
    border: 0;
    background: none;
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    font-size: 14px;
    z-index: 10; }
  .searchbox .custom-search-form {
    margin-right: -5px; }
    .searchbox .custom-search-form .input-group-btn {
      position: static; }
      .searchbox .custom-search-form .input-group-btn:before {
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        bottom: -1px;
        background-color: #e0301e;
        z-index: 10;
        left: 50%;
        right: 50%;
        transition: left 0.3s, right 0.3s; }
    .searchbox .custom-search-form input {
      background-color: transparent;
      border-color: transparent;
      padding-right: 30px; }
  .searchbox > .input-group.custom-search-form input {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .searchbox > .input-group input:focus ~ .input-group-btn:before {
    content: "";
    left: 0;
    right: 25px;
    transition: left 0.3s, right 0.3s; }

/* PAGE CONTENT - RESPONSIVE LAYOUT */
/*======================================*/
@media (min-width: 768px) {
  #content-container {
    padding-top: 65px; }

  #page-title {
    display: table;
    table-layout: fixed;
    padding-bottom: 0; }

  .page-header, .searchbox {
    display: table-cell;
    vertical-align: middle; }

  .searchbox {
    width: 300px; }
    .searchbox .form-control {
      background-color: transparent; } }
@media (min-width: 992px) {
  .searchbox {
    margin-right: -25px; }
    .searchbox .custom-search-form {
      margin-right: 0; } }
/* CLEAN ZONE (LOGIN, REGISTER, AND ERROR PAGES CONTAINER) */
/*======================================*/
.cls-container {
  background-color: #f2f2f2;
  text-align: center; }
  .cls-container, .cls-container a, .cls-container a:hover, .cls-container a:focus {
    color: #e0301e; }

/* Image background */
.bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .8;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .bg-img ~ .cls-content .panel {
    background-color: #fff;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15); }

/* Header */
.cls-header {
  position: relative;
  background-color: rgba(0, 0, 0, 0.03); }
  .cls-header.cls-header-lg .cls-brand .brand-icon {
    width: 60px;
    height: 60px; }
  #container.cls-container .cls-header .cls-header.cls-header-lg .cls-brand .brand-title {
    font-size: 27px; }

/* Brand */
.cls-brand {
  display: inline-block;
  padding: 5px 0; }
  .cls-brand .brand-icon {
    padding: 0; }
  .cls-header-lg .cls-brand {
    line-height: 60px; }
  .cls-header-sm .cls-brand {
    line-height: 1.42857; }
  #container.cls-container .cls-brand .brand-icon,
  #container.cls-container .cls-brand .brand-title {
    background-color: transparent;
    color: #e0301e;
    float: none;
    display: inline-block;
    line-height: 22px;
    font-size: 20px;
    font-weight: 400;
    padding: 5px;
    vertical-align: middle;
    width: auto; }

/* Content */
.cls-content {
  padding: 50px 15px 15px;
  padding-top: 10vh;
  position: relative; }
  .cls-content .error-code {
    font-size: 120px;
    font-weight: 400;
    margin-bottom: 50px; }
  .cls-content .error-search {
    max-width: 512px;
    margin: 0 auto; }
  .cls-content .cls-content-sm,
  .cls-content .cls-content-lg {
    width: 70%;
    min-width: 270px;
    margin: 0 auto;
    position: relative;
    background-color: transparent;
    border: 0;
    box-shadow: none; }

@media (min-width: 768px) {
  .cls-content .cls-content-sm {
    width: 350px; }

  .cls-content .cls-content-lg {
    width: 550px; } }
/* Boxed Layout */
/*======================================*/
@media (min-width: 1024px) {
  #container.boxed-layout, #container.boxed-layout.navbar-fixed #navbar {
    background-color: #637a8b;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover; }
  #container.boxed-layout .boxed, #container.boxed-layout #footer {
    max-width: 1128px;
    width: 1128px; }
  #container.boxed-layout .boxed {
    margin: 45px auto 0; }
  #container.boxed-layout #footer {
    margin: 0 auto;
    bottom: 0; }
  #container.boxed-layout > .boxed {
    position: relative;
    overflow: hidden; }
  #container.boxed-layout.reveal #content-container,
  #container.boxed-layout #content-container {
    min-height: 94vh; }
  #container.boxed-layout #aside-container {
    min-height: 100%; }
  #container.boxed-layout.mainnav-in:not(.slide) > #footer {
    left: 0;
    padding-left: 240px; }
  #container.boxed-layout.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix-top {
    left: 0; }
  #container.boxed-layout.mainnav-fixed.mainnav-in #mainnav-container {
    width: 240px;
    overflow: hidden; }
  #container.boxed-layout.mainnav-fixed.mainnav-out:not(.reveal) #mainnav-container {
    width: 0; }
  #container.boxed-layout.mainnav-fixed #mainnav-container.affix, #container.boxed-layout.mainnav-fixed #mainnav-container.affix-top {
    -webkit-transition-property: width;
    transition-property: width; }
  #container.boxed-layout.mainnav-fixed .boxed {
    margin-bottom: 0; }
  #container.boxed-layout.footer-fixed .boxed {
    margin-bottom: 0; } }
@media (min-width: 1900px) {
  #container.boxed-layout .boxed, #container.boxed-layout #footer {
    max-width: 1280px;
    width: 1280px; } }
/* Scrollbar */
/*======================================*/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .nano > .nano-content::-webkit-scrollbar {
      display: none; }
    .nano > .nano-content:focus {
      outline: 0 !important; }
  .nano > .nano-pane {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 4px;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.7s; }
    .nano > .nano-pane > .nano-slider {
      background-color: rgba(0, 116, 255, 0.5);
      position: relative;
      margin: 0;
      border-radius: 0;
      opacity: 0.85; }

.nano.nano-hide {
  display: none; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  opacity: 0.99; }

.pace .pace-progress,
.nano > .nano-pane > .nano-slider {
  background-color: #9d2215; }

.pace .pace-progress-inner {
  box-shadow: 0 0 10px #e0301e, 0 0 5px #e0301e; }
.pace .pace-activity {
  background-color: #e0301e; }

html {
  font-size: 14px; }

html, body {
  min-width: 320px;
  -ms-overflow-style: scrollbar; }

body {
  background-color: #f2f2f2;
  background-image: url("");
  background-size: cover;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #404041;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-attachment: fixed; }

body.home {
  background-image: url(""); }

body.form {
  background-image: url("../img/bg-img/form.jpg"); }

body.blog {
  background-image: none; }

h1 {
  font-weight: 400;
  color: #e0301e;
  font-family: Georgia, serif; }

h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  color: #e0301e;
  font-family: Arial, sans-serif; }

::selection {
  background-color: #e0301e;
  color: #fff; }

::-moz-selection {
  background-color: #e0301e;
  color: #fff; }

/* CONTAINER */
/*======================================*/
#container {
  min-height: calc(100vh - 28px);
  height: auto;
  position: relative;
  min-width: 290px; }

#container.boxed-layout {
  background-color: #e8e8e8; }

/* CONTENT */
/*======================================*/
#content-container {
  position: relative;
  padding-top: 65px;
  padding-bottom: 0;
  min-height: calc(100vh - 28px); }

/* FIXED FLUID GRID SYSTEM */
/*======================================*/
.fixed-fluid:after {
  content: '';
  display: block;
  clear: both; }
.fixed-fluid > .pull-xs-left {
  float: left;
  margin-right: 15px; }
.fixed-fluid > .pull-xs-right {
  float: right;
  margin-left: 15px; }
.fixed-fluid > .fixed-xs-160 {
  width: 160px; }
.fixed-fluid > .fixed-xs-200 {
  width: 200px; }
.fixed-fluid > .fixed-xs-250 {
  width: 250px; }
.fixed-fluid > .fixed-xs-300 {
  width: 300px; }
.fixed-fluid > .fixed-xs-350 {
  width: 350px; }
.fixed-fluid > .fluid {
  overflow: hidden; }

@media (min-width: 768px) {
  .fixed-fluid > .pull-sm-left {
    float: left;
    margin-right: 15px; }
  .fixed-fluid > .pull-sm-right {
    float: right;
    margin-left: 15px; }
  .fixed-fluid > .fixed-sm-160 {
    width: 160px; }
  .fixed-fluid > .fixed-sm-200 {
    width: 200px; }
  .fixed-fluid > .fixed-sm-250 {
    width: 250px; }
  .fixed-fluid > .fixed-sm-300 {
    width: 300px; }
  .fixed-fluid > .fixed-sm-350 {
    width: 350px; } }
@media (min-width: 992px) {
  .fixed-fluid > .pull-md-left {
    float: left;
    margin-right: 15px; }
  .fixed-fluid > .pull-md-right {
    float: right;
    margin-left: 15px; }
  .fixed-fluid > .fixed-md-160 {
    width: 160px; }
  .fixed-fluid > .fixed-md-200 {
    width: 200px; }
  .fixed-fluid > .fixed-md-250 {
    width: 250px; }
  .fixed-fluid > .fixed-md-300 {
    width: 300px; }
  .fixed-fluid > .fixed-md-350 {
    width: 350px; } }
@media (min-width: 1200px) {
  .fixed-fluid > .pull-lg-left {
    float: left;
    margin-right: 15px; }
  .fixed-fluid > .pull-lg-right {
    float: right;
    margin-left: 15px; }
  .fixed-fluid > .fixed-lg-160 {
    width: 160px; }
  .fixed-fluid > .fixed-lg-200 {
    width: 200px; }
  .fixed-fluid > .fixed-lg-250 {
    width: 250px; }
  .fixed-fluid > .fixed-lg-300 {
    width: 300px; }
  .fixed-fluid > .fixed-lg-350 {
    width: 350px; } }
#page-head {
  padding: 10px 0 20px 0;
  background-color: transparent;
  background-image: none; }

/* PAGE HEADER */
/*======================================*/
#page-title {
  padding: 20px 15px;
  width: 100%;
  color: #e0301e; }

.page-header {
  border: 0 none;
  font-family: Georgia, serif;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.1;
  color: #fff;
  padding: 0; }
  .page-header .label {
    margin-right: 0.5em; }

.page-header:not(.filters) {
  margin: 0 0 10px 0; }

/* PAGE CONTENT */
/*======================================*/
#page-content {
  padding: 0 15px; }

@media (min-width: 1200px) {
  #page-title {
    padding: 10px 20px; }

  #page-content {
    padding: 0 30px; } }
/* SEARCHBOX */
/*======================================*/
.searchbox {
  margin-right: -20px; }
  .searchbox button {
    border: 0;
    background: none;
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    font-size: 14px;
    z-index: 10; }
  .searchbox .custom-search-form {
    margin-right: -5px; }
    .searchbox .custom-search-form .input-group-btn {
      position: static; }
      .searchbox .custom-search-form .input-group-btn:before {
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        bottom: -1px;
        background-color: #e0301e;
        z-index: 10;
        left: 50%;
        right: 50%;
        transition: left 0.3s, right 0.3s; }
    .searchbox .custom-search-form input {
      background-color: transparent;
      border-color: transparent;
      padding-right: 30px; }
  .searchbox > .input-group.custom-search-form input {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .searchbox > .input-group input:focus ~ .input-group-btn:before {
    content: "";
    left: 0;
    right: 25px;
    transition: left 0.3s, right 0.3s; }

/* PAGE CONTENT - RESPONSIVE LAYOUT */
/*======================================*/
@media (min-width: 768px) {
  #content-container {
    padding-top: 65px; }

  #page-title {
    display: table;
    table-layout: fixed;
    padding-bottom: 0; }

  .page-header, .searchbox {
    display: table-cell;
    vertical-align: middle; }

  .searchbox {
    width: 300px; }
    .searchbox .form-control {
      background-color: transparent; } }
@media (min-width: 992px) {
  .searchbox {
    margin-right: -25px; }
    .searchbox .custom-search-form {
      margin-right: 0; } }
/* CLEAN ZONE (LOGIN, REGISTER, AND ERROR PAGES CONTAINER) */
/*======================================*/
.cls-container {
  background-color: #f2f2f2;
  text-align: center; }
  .cls-container, .cls-container a, .cls-container a:hover, .cls-container a:focus {
    color: #e0301e; }

/* Image background */
.bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .8;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .bg-img ~ .cls-content .panel {
    background-color: #fff;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15); }

/* Header */
.cls-header {
  position: relative;
  background-color: rgba(0, 0, 0, 0.03); }
  .cls-header.cls-header-lg .cls-brand .brand-icon {
    width: 60px;
    height: 60px; }
  #container.cls-container .cls-header .cls-header.cls-header-lg .cls-brand .brand-title {
    font-size: 27px; }

/* Brand */
.cls-brand {
  display: inline-block;
  padding: 5px 0; }
  .cls-brand .brand-icon {
    padding: 0; }
  .cls-header-lg .cls-brand {
    line-height: 60px; }
  .cls-header-sm .cls-brand {
    line-height: 1.42857; }
  #container.cls-container .cls-brand .brand-icon,
  #container.cls-container .cls-brand .brand-title {
    background-color: transparent;
    color: #e0301e;
    float: none;
    display: inline-block;
    line-height: 22px;
    font-size: 20px;
    font-weight: 400;
    padding: 5px;
    vertical-align: middle;
    width: auto; }

/* Content */
.cls-content {
  padding: 50px 15px 15px;
  padding-top: 10vh;
  position: relative; }
  .cls-content .error-code {
    font-size: 120px;
    font-weight: 400;
    margin-bottom: 50px; }
  .cls-content .error-search {
    max-width: 512px;
    margin: 0 auto; }
  .cls-content .cls-content-sm,
  .cls-content .cls-content-lg {
    width: 70%;
    min-width: 270px;
    margin: 0 auto;
    position: relative;
    background-color: transparent;
    border: 0;
    box-shadow: none; }

@media (min-width: 768px) {
  .cls-content .cls-content-sm {
    width: 350px; }

  .cls-content .cls-content-lg {
    width: 550px; } }
/* Boxed Layout */
/*======================================*/
@media (min-width: 1024px) {
  #container.boxed-layout, #container.boxed-layout.navbar-fixed #navbar {
    background-color: #637a8b;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover; }
  #container.boxed-layout .boxed, #container.boxed-layout #footer {
    max-width: 1128px;
    width: 1128px; }
  #container.boxed-layout .boxed {
    margin: 45px auto 0; }
  #container.boxed-layout #footer {
    margin: 0 auto;
    bottom: 0; }
  #container.boxed-layout > .boxed {
    position: relative;
    overflow: hidden; }
  #container.boxed-layout.reveal #content-container,
  #container.boxed-layout #content-container {
    min-height: 94vh; }
  #container.boxed-layout #aside-container {
    min-height: 100%; }
  #container.boxed-layout.mainnav-in:not(.slide) > #footer {
    left: 0;
    padding-left: 240px; }
  #container.boxed-layout.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix-top {
    left: 0; }
  #container.boxed-layout.mainnav-fixed.mainnav-in #mainnav-container {
    width: 240px;
    overflow: hidden; }
  #container.boxed-layout.mainnav-fixed.mainnav-out:not(.reveal) #mainnav-container {
    width: 0; }
  #container.boxed-layout.mainnav-fixed #mainnav-container.affix, #container.boxed-layout.mainnav-fixed #mainnav-container.affix-top {
    -webkit-transition-property: width;
    transition-property: width; }
  #container.boxed-layout.mainnav-fixed .boxed {
    margin-bottom: 0; }
  #container.boxed-layout.footer-fixed .boxed {
    margin-bottom: 0; } }
@media (min-width: 1900px) {
  #container.boxed-layout .boxed, #container.boxed-layout #footer {
    max-width: 1280px;
    width: 1280px; } }
/* Scrollbar */
/*======================================*/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .nano > .nano-content::-webkit-scrollbar {
      display: none; }
    .nano > .nano-content:focus {
      outline: 0 !important; }
  .nano > .nano-pane {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 4px;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.7s; }
    .nano > .nano-pane > .nano-slider {
      background-color: rgba(0, 116, 255, 0.5);
      position: relative;
      margin: 0;
      border-radius: 0;
      opacity: 0.85; }

.nano.nano-hide {
  display: none; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  opacity: 0.99; }

.pace .pace-progress,
.nano > .nano-pane > .nano-slider {
  background-color: #9d2215; }

.pace .pace-progress-inner {
  box-shadow: 0 0 10px #e0301e, 0 0 5px #e0301e; }
.pace .pace-activity {
  background-color: #e0301e; }

/* NAVBAR
/*====================================*/
#navbar {
  position: absolute;
  width: 100%;
  z-index: 20;
  background-color: #fff;
  box-shadow: 0 0 10px #333;
  left: 0;
  top: 0; }

.navbar-header {
  left: 0;
  position: relative;
  float: left;
  background-color: #fff; }

.navbar-content {
  position: relative;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3); }

.navbar-aside-icon > *:before {
  background-color: #404041;
  box-shadow: 0 0.45em 0 #404041, 0 0.9em 0 #404041; }

#container.mainnav-sm .navbar-content, #container.mainnav-lg .navbar-content {
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3); }
#container.push #navbar-container, #container.slide #navbar-container, #container.reveal #navbar-container {
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3); }
#container.push .navbar-content, #container.slide .navbar-content, #container.reveal .navbar-content {
  box-shadow: none; }

/* BRAND LOGO & TEXT
/*====================================*/
#logo {
  background: no-repeat center url("../img/pwc-logo.svg");
  position: relative; }

.logosize1 {
    width: 100px !important;
    height: 65px !important;
}

.logosize2 {
    width: 42px !important;
    height: 65px !important;
}

.nav > li > a.navbar-brand:focus,
.nav > li > a.navbar-brand:hover {
  background-color: transparent; }

.navbar-brand {
  background: #fff;
  padding: 0;
  height: 65px;
  position: relative;
  z-index: 20;
  margin-left: 16px; }
  .navbar-brand:hover, .navbar-brand:focus {
    background-color: transparent; }

.brand-title {
  display: block;
  line-height: 65px; }

.brand-icon {
  float: left; }

.brand-text {
  display: none;
  font-family: PwC Helvetica Neue !important;
  font-size: 16px;
  font-weight: 500 !important;
  color: #2d2d2d;
  white-space: nowrap; }

@media (min-width: 415px) {
  .brand-text {
    display: block; } }
/* NAVBAR ICON & BUTTON */
/*======================================*/
.navbar-icon-color, .navbar-top-links > li > a:focus:not(.mainnav-toggle) > i, .navbar-top-links > li > a:hover:not(.mainnav-toggle) > i {
  color: #fff;
  transition: color 0.4s; }

@media (max-width: 765px) {
  .navbar-top-links > li {
    position: static; } }
.navbar-top-links > li {
  float: left;
  position: static; }
  .navbar-top-links > li > a {
    display: table-cell;
    padding: 0 15px;
    vertical-align: middle;
    height: 65px;
    color: #404041;
    background-color: #fff;
    border-top: 3px solid transparent;
    transition: all 0.4s; }
    .navbar-top-links > li > a.active {
      background-color: #fff;
      color: #e0301e;
      border-top-color: #e0301e; }
    .navbar-top-links > li > a:not(.mainnav-toggle) > i {
      color: #404041;
      transition: color 0.4s; }
    .navbar-top-links > li > a:focus {
      background-color: transparent; }
    .navbar-top-links > li > a:hover {
      background-color: #fff;
      color: #e0301e;
      border-top-color: #e0301e;
      transition: all 0.4s; }
    .navbar-top-links > li > a > i {
      font-size: 24px;
      line-height: 1em;
      vertical-align: middle; }
.navbar-top-links li + li {
  border-right: 1px solid #fff; }
.navbar-top-links > .open > a,
.navbar-top-links > .open > a:focus {
  background-color: #e0301e;
  color: #fff;
  border-color: #e0301e; }
.navbar-top-links .dropdown-menu .panel-body {
  padding: 0; }
.navbar-top-links .dropdown-menu .nano:not(.scrollable) {
  max-height: 180px; }
  .navbar-top-links .dropdown-menu .nano:not(.scrollable) .nano-content {
    position: static; }
.navbar-top-links .tgl-menu-btn > a {
  color: #404041;
  background: #fff;
  width: auto;
  padding: 0;
  text-align: center; }
.navbar-top-links .tgl-menu-btn > a:hover,
.navbar-top-links .tgl-menu-btn > a:focus {
  background-color: #fff;
  color: #e0301e; }
.navbar-top-links .head-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .navbar-top-links .head-list li a {
    display: block;
    padding: 12px 15px;
    background: transparent;
    transition: background .3s; }
    .navbar-top-links .head-list li a h5 {
      font-size: 1em;
      font-weight: 400; }
    .navbar-top-links .head-list li a i {
      color: #e0301e; }
    .navbar-top-links .head-list li a [class^="bg-"] i,
    .navbar-top-links .head-list li a [class*=" bg-"] i {
      color: #fff; }
    .navbar-top-links .head-list li a:hover {
      background: rgba(0, 0, 0, 0.05);
      color: #404041; }
    .navbar-top-links .head-list li a > .media-body {
      vertical-align: middle; }
    .navbar-top-links .head-list li a.active {
      background-color: #e0301e;
      color: #fff;
      border-color: #e0301e; }

.badge-header {
  position: absolute;
  font-size: .85em;
  font-weight: normal;
  top: 50%;
  margin-top: -1.5em;
  min-width: 1.85em;
  padding: 3px 5px;
  right: 3px; }

.badge-header:empty {
  display: inline;
  border-radius: 50%;
  min-width: 0;
  padding: 5px;
  right: .55em;
  top: 2.2em;
  animation-iteration-count: 5; }

.navbar-top-links .dropdown-menu .nano {
  max-height: 265px; }

/* navbar-form */
/*======================================*/
.navbar-form {
  padding: 0;
  margin: 0; }
  .navbar-form .form-control.search {
    height: 40px;
    padding: 6px 40px 6px 12px;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24'><path fill='%23cccccc' d='M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z'/></svg>");
    background-position: right 10px center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    border-radius: 0; }
  .navbar-form.search-form a {
    padding-left: 16px;
    padding-right: 16px; }

.nav .search-form {
  display: none; }
  .nav .search-form input::-ms-clear {
    display: none; }

_:-ms-fullscreen,
:root .navbar-form .form-control {
  background-image: url(../img/magnify.png); }

.search-block {
  width: 100%;
  height: 3.571rem;
  background-color: #FFFFFF;
  border: 0.0625rem solid #d8d8d8;
  border-radius: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center; }
  .search-block.search-default {
    line-height: 1.42875rem; }
  .search-block.search-default-sm {
    height: 2rem;
    line-height: 1rem; }
    .search-block.search-default-sm .input-default {
      font-size: 0.875rem; }
  .search-block.search-global, .search-block.search-global-sm {
    height: 2.625rem; }
    .search-block.search-global.search-global-sm, .search-block.search-global-sm.search-global-sm {
      height: 2rem; }
      .search-block.search-global.search-global-sm .input-default, .search-block.search-global-sm.search-global-sm .input-default {
        font-size: 0.875rem; }
  .search-block .delete-wrapper {
    right: 0.75rem;
    position: relative;
    visibility: visible; }
    .search-block .delete-wrapper.display-none {
      display: none; }
  .search-block i {
    line-height: 1; }
    .search-block i.input-delete {
      position: relative;
      width: 1.1875rem;
      height: 1.1875rem;
      cursor: pointer; }
      .search-block i.input-delete.display-none {
        display: none; }
  .search-block .input-default {
    width: 99%;
    min-width: 2rem;
    padding-right: 1.125rem;
    font-size: 1.1875rem;
    color: #D8D8D8;
    line-height: 1; }
    .search-block .input-default.search-content {
      color: #333333;
      border: none;
      padding: 0; }
      .search-block .input-default.search-content:focus {
        outline: none; }
    .search-block .input-default::placeholder {
      color: #999999; }
  .search-block .search-btn {
    margin-bottom: 0;
    height: 2rem;
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
    display: flex;
    display: -webkit-flex;
    align-items: center; }
  .search-block .search-loader {
    left: 0;
    top: 0;
    display: inline-block;
    height: 1.375rem;
    width: 1.375rem;
    margin-right: 0.3125rem;
    font-size: 0.625rem;
    position: relative;
    border-radius: 50%;
    border: 0.1875rem solid #D04A02;
    border-top: none;
    border-right: none;
    border-bottom: none;
    -webkit-animation: load3 0.3s infinite linear;
    animation: load3 0.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }

.navbar-top-links li {
  /*display: flex;*/ }
.navbar-top-links > li.app-logo > a {
  padding: 0; }
.navbar-top-links > li.app-logo img {
  height: 40px;
  width: 53px;
  margin: 0.625rem; }
.navbar-top-links > li.app-name {
  display: none; }
  @media (min-width: 992px) {
    .navbar-top-links > li.app-name {
      display: inline-block; } }
  .navbar-top-links > li.app-name > a {
    padding: 0;
    font-family: Georgia, serif;
    font-size: 1.125rem;
    display: flex;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #404041;
    margin: .625rem 0;
    padding: .3125rem 1.25rem;
    height: 2.438rem;
    cursor: pointer;
    border-left: 1px solid #f2f2f2; }

.global-search {
  padding: 0;
  position: relative;
  margin-right: 0.625rem;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2; }
  .global-search .search-block {
    margin: 0.5625rem 0.625rem;
    border: none; }
    .global-search .search-block .search-btn {
      margin-bottom: 0; }

.search-toggle-md {
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  position: absolute;
  width: 100%;
  padding: 0 15px;
  opacity: 0;
  left: 0;
  z-index: -1; }

.global-search {
  z-index: -1;
  background-color: white;
  display: flex;
  justify-content: center;
  /*&.search-toggle-md {
      @include search-toggle(1920);
  }*/ }
  .global-search .search-block {
    max-width: 980px; }
  .global-search .search-toggle-btn {
    margin-left: 0.625rem;
    cursor: pointer;
    line-height: 4.75rem; }

.search-markup {
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998; }

.toggled .search-toggle-md {
  opacity: 1;
  z-index: 9999;
  width: 100%; }
.toggled .search-markup {
  display: block; }

/* DROPDOWN USER */
/*======================================*/
.img-user {
  width: 32px;
  height: 32px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }

#dropdown-user .ic-user {
  font-size: 1.5em;
  height: 65px;
  line-height: 65px; }

#dropdown-user > .dropdown-menu {
  width: 350px;
  border-radius: 5px 0 5px 5px;
}

.username {
  float: right;
  white-space: nowrap;
  line-height: 65px;
  margin: 0 10px; }

.navbar-top-links > li#dropdown-user > a,
.navbar-top-links > li#dropdown-user > a:hover {
  padding: 0 15.5px;
  background-color: #fff;
  border-color: #fff; }

.image-wrapper {
  width: 55px;
  height: auto; }
  .image-wrapper > .image {
    transition: all .5s;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100%;
    border-radius: 50%; }

#user-info > .image-wrapper {
  margin: 12px 0 0 15px; }

#about-list {
  position: relative;
  width: 100%;
  background-color: white;
  top: 0px;
  display: none; }
  #about-list > li > a.link {
    text-decoration: underline; }

/* NAVBAR RESPONSIVE */
/*======================================*/
@media (min-width: 768px) {
  #dropdown-user > .dropdown-toggle img {
    -webkit-transform: translateY(16.5px);
    -ms-transform: translateY(16.5px);
    transform: translateY(16.5px); }

  #navbar {
    background-color: #fff; }

  .navbar-header {
    background-color: #fff; }
    .navbar-header:before {
      content: '';
      position: absolute;
      display: block;
      height: 65px;
      background-color: #fff; }

  #container.mainnav-out .navbar-header:before {
    width: 0; }

  #container.mainnav-in .navbar-header:before {
    width: 100%; }

  #navbar-container {
    background-color: #fff; }

  .navbar-content {
    background-color: #fff; }

  #navbar .brand-title-logosize1 {
    padding: 0 1.5em 0 65px; }

  #navbar .brand-title-logosize2 {
    padding: 0 1.5em 0 46px;
  }

  #container.mainnav-in .brand-icon,
  #container.mainnav-sm .brand-icon,
  #container.mainnav-lg .brand-icon {
    background-color: transparent; }

  #container.effect .brand-title,
  #container.effect.mainnav-in .brand-title,
  #container.effect.mainnav-sm .brand-title,
  #container.effect.mainnav-lg .brand-title {
    transition: color 0.35s; }

  .navbar-middle {
    position: static; }

  .navbar-top-links > li > a {
    padding: 0 30px; }
  .navbar-top-links .tgl-menu-btn {
    position: static; }
    .navbar-top-links .tgl-menu-btn > a {
      color: #404041; }
    .navbar-top-links .tgl-menu-btn > a:hover,
    .navbar-top-links .tgl-menu-btn a:focus {
      background-color: #fff;
      color: #e0301e; } }
/* NAVBAR : FIXED */
/*======================================*/
#container.navbar-fixed > #navbar {
  position: fixed; }
  #container.navbar-fixed > #navbar .shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); }
#container.navbar-fixed .navbar-top-links .dropdown-menu .nano > .nano-content {
  position: absolute; }

.nav.navbar-top-links.pull-right > li#navbar-collapse {
  display: none; }

@media (max-width: 1199px) {
  .nav.navbar-top-links.pull-right > li#navbar-collapse {
    display: inline; } }
@media (max-width: 1199px) {
  .nav.navbar-top-links.pull-right > li:not(.dropdown) {
    display: none; } }
/* NAVIGATION */
/*======================================*/
#mainnav-container {
  position: absolute;
  width: 240px;
  left: -240px;
  padding-top: 65px;
  top: 0;
  bottom: 0;
  z-index: 15;
  min-height: 100%; }

#mainnav {
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  font-size: 0.875rem; }
  #mainnav .list-header {
    font-size: 1rem;
    font-weight: 700;
    color: #0d0d0e;
    margin-top: 20px; }
  #mainnav .list-divider {
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0; }
  #mainnav .list-divider.filter {
    background-color: #e0301e;
    height: 3px; }

#mainnav-menu-wrap {
  height: 100%; }

#container:not(.mainnav-sm) .mainnav-profile {
  margin-top: -20px; }

/* PROFILE WIDGET */
/*======================================*/
@media (min-width: 768px) {
  .mainnav-sm .mainnav-profile {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 0; } }
.mainnav-profile {
  color: #404041;
  opacity: 1;
  margin-bottom: 7px;
  max-height: 350px;
  overflow: hidden; }
  .mainnav-profile .mnp-name {
    color: #404041;
    margin: 0;
    font-size: 1em;
    font-weight: 400; }
  .mainnav-profile .dropdown-caret,
  .mainnav-profile .mnp-desc {
    font-size: .9em;
    color: #404041;
    opacity: 0.75; }
  .mainnav-profile .profile-wrap {
    padding: 30px 20px 12px;
    background-color: #fff; }

#mainnav .mainnav-profile .list-group {
  background-color: #fafafa;
  margin: 0; }
  #mainnav .mainnav-profile .list-group-item {
    color: #404041;
    padding: 12px 20px; }
    #mainnav .mainnav-profile .list-group-item:hover {
      color: #1a1a1a;
      background-color: transparent; }

/* NAVIGATION MENU */
/*======================================*/
#mainnav-menu ul,
.mainnav-widget ul,
.menu-popover ul,
.menu-popover .sub-menu ul {
  list-style: none;
  padding-left: 0;
  background: #fff; }

#mainnav li .arrow {
  float: right;
  padding-right: 0;
  color: #e0301e; }
#mainnav li .arrow:before {
  content: '';
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  display: inline-block;
  height: 0.4em;
  left: 0;
  position: relative;
  top: 0;
  width: 0.4em;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }
#mainnav li.show-list > a > .arrow:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#mainnav-menu a {
  display: block;
  color: #404041;
  background-color: #f2f2f2;
  padding: 12px 15.5px;
  transition: all .15s; }
  #mainnav-menu a strong {
    font-weight: 400; }
  #mainnav-menu a .badge,
  #mainnav-menu a .label {
    line-height: 1.15em;
    background-color: transparent;
    color: #404041;
    font-weight: 400; }
#mainnav-menu li.tgl-menu-btn a {
  color: #e0301e;
  background-color: #fff; }
  #mainnav-menu li.tgl-menu-btn a i:not(.arrow) {
    color: #e0301e; }
#mainnav-menu ul a {
  background-color: #fff; }
#mainnav-menu > li > a:hover, #mainnav-menu > li > a:active {
  color: #fff;
  background-color: transparent; }
#mainnav-menu > li > a.hover {
  color: #fff;
  background-color: white; }
#mainnav-menu > .active-link > a,
#mainnav-menu > .active-link > a:hover {
  color: #fff;
  padding-left: 20px;
  font-weight: 400;
  background-color: #e0301e;
  margin: 0 5px;
  padding-left: 13px;
  padding-right: 13px;
  border-radius: 3px; }
  #mainnav-menu > .active-link > a i,
  #mainnav-menu > .active-link > a:hover i {
    color: #fff; }
#mainnav-menu > .active-sub > a,
#mainnav-menu > .active-sub > a:hover {
  color: #fff;
  font-weight: 400;
  background-color: #e0301e;
  margin: 0 5px;
  padding-left: 13px;
  padding-right: 13px;
  border-radius: 3px; }
#mainnav-menu > .active-sub .active-sub > a,
#mainnav-menu > .active-sub .active-sub > a:hover {
  color: #fff;
  font-weight: 700; }
  #mainnav-menu > .active-sub .active-sub > a > .arrow:before,
  #mainnav-menu > .active-sub .active-sub > a:hover > .arrow:before {
    border-width: 0.15em 0.15em 0 0; }
#mainnav-menu .active:not(.active-sub) > a {
  color: #e0301e;
  background-color: #fff;
  border-left: solid 2px #e0301e; }
  #mainnav-menu .active:not(.active-sub) > a i:not(.arrow) {
    color: #e0301e; }
#mainnav-menu > .active .active > a {
  background-color: #e0301e;
  color: #fff; }
  #mainnav-menu > .active .active > a i:not(.arrow), #mainnav-menu > .active .active > a i.arrow {
    color: #fff; }
#mainnav-menu ul .list-header {
  padding: 10px 20px 12px 15.5px; }
#mainnav-menu ul ul a {
  padding: 10px 20px 12px 15.5px; }
#mainnav-menu i {
  padding: 0 10px 0 0;
  vertical-align: middle; }
#mainnav-menu i:not(.arrow) {
  font-size: 24px;
  line-height: 1;
  color: #e0301e; }
#mainnav-menu .hide-lg {
  display: none; }
#mainnav-menu.filter a {
  margin: 10px;
  padding: 2px 5.5px;
  border-radius: 24px;
  background-color: transparent; }
  #mainnav-menu.filter a .badge,
  #mainnav-menu.filter a .label {
    line-height: 1;
    background-color: transparent;
    color: #3c3c3c;
    font-weight: 400;
    font-size: .875rem;
    padding: 5px;
    min-width: 24px;
    border-radius: 24px;
    margin-top: -2px; }
#mainnav-menu.filter a:hover, #mainnav-menu.filter a:active, #mainnav-menu.filter a.active {
  background-color: #e0301e;
  color: #fff; }
  #mainnav-menu.filter a:hover i:not(.arrow), #mainnav-menu.filter a:hover .badge,
  #mainnav-menu.filter a:hover .label, #mainnav-menu.filter a:active i:not(.arrow), #mainnav-menu.filter a:active .badge,
  #mainnav-menu.filter a:active .label, #mainnav-menu.filter a.active i:not(.arrow), #mainnav-menu.filter a.active .badge,
  #mainnav-menu.filter a.active .label {
    color: #fff; }
#mainnav-menu.filter > .active-link > a,
#mainnav-menu.filter > .active-link > a:hover {
  margin: 10px;
  padding: 2px 5.5px;
  border-radius: 28px; }
#mainnav-menu.filter > .active-link .badge,
#mainnav-menu.filter > .active-link .label {
  background-color: transparent;
  color: #fff; }
#mainnav-menu.filter i:not(.arrow) {
  font-size: 18px;
  line-height: 1;
  color: #e0301e; }
#mainnav-menu.filter > .header > a {
  background-color: #fff; }
#mainnav-menu.filter > .header .badge,
#mainnav-menu.filter > .header .label {
  background-color: transparent;
  color: #e0301e; }
#mainnav-menu.filter > .header a:hover, #mainnav-menu.filter > .header a:active, #mainnav-menu.filter > .header a.active {
  background-color: #fff;
  color: #404041; }
  #mainnav-menu.filter > .header a:hover i:not(.arrow), #mainnav-menu.filter > .header a:active i:not(.arrow), #mainnav-menu.filter > .header a.active i:not(.arrow) {
    color: #e0301e;
    background: #fff; }
  #mainnav-menu.filter > .header a:hover .badge,
  #mainnav-menu.filter > .header a:hover .label, #mainnav-menu.filter > .header a:active .badge,
  #mainnav-menu.filter > .header a:active .label, #mainnav-menu.filter > .header a.active .badge,
  #mainnav-menu.filter > .header a.active .label {
    color: #fff;
    background: #e0301e; }

#mainnav-menu ul a,
.menu-popover .sub-menu ul a {
  padding: 10px 20px 12px 15.5px; }
  #mainnav-menu ul a:hover,
  .menu-popover .sub-menu ul a:hover {
    color: #fff;
    background-color: transparent; }
#mainnav-menu ul ul a:hover,
.menu-popover .sub-menu ul ul a:hover {
  color: #fff;
  background-color: transparent; }
#mainnav-menu ul .active-link a,
.menu-popover .sub-menu ul .active-link a {
  font-weight: 700;
  color: #fff; }

#container.mainnav-sm #mainnav-menu > .active-link > a,
#container.mainnav-sm #mainnav-menu > .active-link a:hover, #container.mainnav-sm #mainnav-menu > .active-sub > a,
#container.mainnav-sm #mainnav-menu > .active-sub a:hover {
  background-color: #e0301e;
  box-shadow: none; }

/* NAVIGATION - SHORTCUT BUTTONS */
/*======================================*/
#mainnav-shortcut {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 10px; }
  #mainnav-shortcut ul {
    width: 100%;
    margin: 0;
    padding: 0; }
  #mainnav-shortcut li {
    padding: 0;
    vertical-align: middle;
    text-align: center; }
  #mainnav-shortcut .shortcut-grid {
    display: table;
    border: 0;
    width: 100%;
    height: 1.7em;
    color: #404041; }
    #mainnav-shortcut .shortcut-grid > i {
      display: table-cell;
      vertical-align: middle;
      font-size: 14px; }
    #mainnav-shortcut .shortcut-grid > span {
      display: table-cell;
      vertical-align: middle; }
  #mainnav-shortcut .shortcut-wrap .shortcut-grid > .icon-wrap, #mainnav-shortcut .shortcut-wrap .shortcut-grid:hover > .icon-wrap {
    transition: all .3s; }
  #mainnav-shortcut .shortcut-wrap .shortcut-grid:hover > .icon-wrap {
    background-color: #e0301e;
    color: #fff; }

@media (min-width: 768px) {
  #container:not(.mainnav-sm) #mainnav-shortcut {
    margin-top: 15px;
    margin-bottom: 10px; }

  #container.mainnav-sm #mainnav-shortcut {
    max-height: 250px; }
    #container.mainnav-sm #mainnav-shortcut .shortcut-wrap .shortcut-grid {
      padding: 2px 8.5px; }
      #container.mainnav-sm #mainnav-shortcut .shortcut-wrap .shortcut-grid .icon-wrap {
        transform: translateY(5px); }
    #container.mainnav-sm #mainnav-shortcut > ul > li {
      width: 100%;
      text-align: left; }
      #container.mainnav-sm #mainnav-shortcut > ul > li .shortcut-grid {
        height: auto;
        display: block;
        padding: 12px 20.5px; }
      #container.mainnav-sm #mainnav-shortcut > ul > li i {
        font-size: 14px;
        line-height: 1.42857; }
    #container.mainnav-sm #mainnav-shortcut .shortcut-grid > .hide-sm {
      display: none; } }
/* NAVIGATION - WIDGET */
/*======================================*/
.mainnav-widget {
  color: #404041; }
  .mainnav-widget-content {
    padding: 10px 15px; }
  .mainnav-widget .show-small a {
    display: none; }

/* NAVIGATION - FIXED POSITION */
/*======================================*/
#container.mainnav-fixed #mainnav-container {
  position: fixed; }
#container.mainnav-fixed #mainnav {
  height: 100%;
  height: 100vh; }
  #container.mainnav-fixed #mainnav .nano-content {
    position: absolute; }

@media (min-width: 768px) {
  #container.mainnav-fixed.mainnav-lg #mainnav-menu-wrap {
    height: 100%; }
  #container.mainnav-fixed.mainnav-sm #mainnav-menu-wrap {
    height: 100%; }

  #container.mainnav-sm #mainnav .menu-popover .nano > .nano-content {
    top: auto;
    max-height: 100%;
    position: absolute; }
  #container.mainnav-sm #mainnav .menu-popover .nano-content {
    position: static; } }
/* MAIN NAVIGATION - AFFIX */
/*======================================*/
#container.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix {
  top: -65px;
  position: fixed; }
  #container.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix-top {
    top: 0;
    position: absolute; }
    #container.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix-top #mainnav-menu-wrap > .nano > .nano-content {
      bottom: 65px; }

/* MAIN NAVIGATION - EXPANDING  */
/* For large screen */
/*======================================*/
@media (min-width: 992px) {
  #container.mainnav-lg #mainnav-container {
    left: 0; } }
@media (min-width: 768px) {
  #container.mainnav-lg #footer,
  #container.mainnav-lg #content-container {
    padding-left: 240px; } }
/* Expanding with off canvas mode */
/*======================================*/
@media (min-width: 768px) and (max-width: 991px) {
  #container.mainnav-lg .tgl-menu-btn {
    right: 240px; }
  #container.mainnav-lg #mainnav-container {
    left: 0; }
  #container.mainnav-lg #mainnav-menu-wrap {
    height: 100%; } }
/* NAVIGATION - COLLAPSING  */
/*======================================*/
.menu-popover.popover > .popover-title,
.menu-popover.popover > .popover-content > .sub-menu > .nano-content,
.menu-popover.popover > .popover-content > .single-content {
  box-shadow: 10px 0 20px -5px rgba(0, 0, 0, 0.15); }

@media (min-width: 768px) {
  #mainnav-menu .list-header,
  #mainnav-menu .list-divider,
  #mainnav-menu .menu-title,
  #mainnav-menu .arrow,
  #mainnav-menu .menu-title > .label,
  #mainnav-menu .menu-title > .badge {
    opacity: 1; }
  .mainnav-sm #mainnav-menu .list-header,
  .mainnav-sm #mainnav-menu .list-divider,
  .mainnav-sm #mainnav-menu .menu-title,
  .mainnav-sm #mainnav-menu .arrow,
  .mainnav-sm #mainnav-menu .menu-title > .label,
  .mainnav-sm #mainnav-menu .menu-title > .badge {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    height: 0;
    opacity: 0; }

  #container.mainnav-sm .brand-icon {
    width: 100px;
    height: 65px; }
  #container.mainnav-sm .shortcut-grid:hover {
    transition: background-color 0.2s, padding-left 0.3s, box-shadow 0.4s; }
  #container.mainnav-sm ul:not(.shortcut-wrap) .shortcut-grid:hover,
  #container.mainnav-sm .popover.mainnav-shortcut {
    background-color: white;
    color: #fff; }
  #container.mainnav-sm .popover.mainnav-shortcut {
    box-shadow: 10px 0 20px -5px rgba(0, 0, 0, 0.15); }
  #container.mainnav-sm #mainnav-menu a {
    white-space: nowrap;
    position: relative;
    padding: 12px 0 12px 15.5px;
    margin: 0;
    border-radius: 0; }
    #container.mainnav-sm #mainnav-menu a .badge {
      margin-top: -1.5em; }
    #container.mainnav-sm #mainnav-menu a .badge {
      position: absolute;
      padding: 3px 7px;
      right: 2px;
      top: 25%; }
    #container.mainnav-sm #mainnav-menu a i {
      display: inline; }
  #container.mainnav-sm #mainnav-menu .active-link > a,
  #container.mainnav-sm #mainnav-menu .active-sub > a {
    color: #fff; }
  #container.mainnav-sm #mainnav-menu .collapse {
    display: none;
    height: 0; }
  #container.mainnav-sm #mainnav-container,
  #container.mainnav-sm #navbar .navbar-brand {
    width: 55px;
    left: 0; }
  #container.mainnav-sm #content-container,
  #container.mainnav-sm #footer {
    padding-left: 55px;
    left: 0; }
  #container.mainnav-sm #mainnav {
    position: relative; }
    #container.mainnav-sm #mainnav .mainnav-widget > .show-small a {
      display: block;
      color: #404041;
      padding: 12px 0 12px 20.5px; }
      #container.mainnav-sm #mainnav .mainnav-widget > .show-small a:hover {
        color: #fff;
        transition: background-color .2s, padding-left .3s, box-shadow .4s; }
    #container.mainnav-sm #mainnav .mainnav-widget > .hide-small {
      display: none; }
    #container.mainnav-sm #mainnav .mainnav-widget .hover {
      color: #fff;
      background-color: white; }

  .top-auto {
    top: auto; }

  /* NAVIGATION - POPOVER  */
  /*======================================*/
  #mainnav .menu-popover .nano > .nano-content {
    position: absolute; }

  #mainnav-menu ul ul a:hover,
  .menu-popover .sub-menu ul ul a:hover {
    background-color: rgba(0, 0, 0, 0.0005); }

  .menu-popover {
    left: 55px; }
    .menu-popover .sub-menu .pop-in {
      display: block;
      visibility: visible; }
    .menu-popover .sub-menu ul {
      background-color: #f7f7f7; }
      .menu-popover .sub-menu ul ul {
        background-color: #f2f2f2; }
        .menu-popover .sub-menu ul ul > li > a {
          padding-left: 27px; }
          .menu-popover .sub-menu ul ul > li > a:hover {
            color: #fff; }
      .menu-popover .sub-menu ul a:hover {
        color: #fff; }
      .menu-popover .sub-menu ul li > a {
        display: block;
        color: #404041;
        padding: 12px 17px; }
    .menu-popover .single-content {
      color: #fff;
      background-color: white; }
    .menu-popover.popover {
      width: 220px;
      padding: 0;
      border: 0;
      border-radius: 0 0 0 0;
      background-color: #fafafa;
      color: #fff;
      position: absolute;
      box-shadow: none;
      margin-left: 0; }
      .menu-popover.popover.in {
        -webkit-animation: fadeIn .3s;
        animation: fadeIn .3s; }
    .menu-popover > .popover-title {
      border: 0;
      border-radius: 0;
      padding: 14px 20px;
      background-color: white;
      font-size: 1.05em;
      font-weight: 400;
      position: relative;
      z-index: 20;
      color: #fff; }
      .menu-popover > .popover-title strong {
        font-weight: 300; }
    .menu-popover > .popover-content {
      padding: 0;
      width: 100%;
      position: absolute;
      border-radius: 0 0 0 0; }
      .menu-popover > .popover-content > .single-content {
        padding: 12px 14px;
        display: block;
        white-space: nowrap; }
        .menu-popover > .popover-content > .single-content strong {
          font-weight: 300; }
        .menu-popover > .popover-content > .single-content .label,
        .menu-popover > .popover-content > .single-content .badge {
          margin-left: 10px;
          float: none !important; }
    .menu-popover ul {
      width: 220px;
      margin-bottom: 0; }
    .menu-popover .mainnav-widget-content {
      background-color: white; }
      .menu-popover .mainnav-widget-content > .list-group {
        display: block;
        width: auto; } }
.popover.mainnav-shortcut {
  white-space: nowrap; }
  .popover.mainnav-shortcut .popover-content {
    padding: 12px 15px; }

.mainnav-sm .popover.mainnav-shortcut {
  display: block;
  border: 0;
  margin-top: -43.99998px;
  margin-left: -1px;
  padding: 0;
  box-shadow: none;
  overflow: hidden;
  width: auto;
  max-width: 300px;
  border-radius: 0 0 0 0;
  background-color: #fafafa;
  color: #fff;
  left: 55px; }
  .mainnav-sm .popover.mainnav-shortcut.in {
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s; }
    .mainnav-sm .popover.mainnav-shortcut.in .popover-content {
      height: 100%;
      margin: 0; }
  .mainnav-sm .popover.mainnav-shortcut > .arrow {
    display: none; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* NAVIGATION - OFFCANVAS */
/*======================================*/
#container.mainnav-out #content-container,
#container.mainnav-in #mainnav-container {
  left: 0; }

#container.mainnav-in #mainnav-menu-wrap {
  height: 100%; }

@media (min-width: 768px) {
  #container.mainnav-in.footer-fixed #footer,
  #container.mainnav-in #content-container,
  #container.mainnav-in #footer {
    left: 0;
    padding-left: 55px; }

  #container:not(.boxed-layout).mainnav-in.easeInBack #mainnav-container,
  #container:not(.boxed-layout).mainnav-in.easeOutBack #mainnav-container,
  #container:not(.boxed-layout).mainnav-in.easeInOutBack #mainnav-container,
  #container:not(.boxed-layout).mainnav-in.jumping #mainnav-container,
  #container:not(.boxed-layout).mainnav-out.easeInBack #mainnav-container,
  #container:not(.boxed-layout).mainnav-out.easeOutBack #mainnav-container,
  #container:not(.boxed-layout).mainnav-out.easeInOutBack #mainnav-container,
  #container:not(.boxed-layout).mainnav-out.jumping #mainnav-container {
    box-shadow: -20px 0 0 0 #fff; }

  #container.mainnav-in #navbar,
  #container.mainnav-in .navbar-header {
    left: 0; }
  #container.mainnav-in .tgl-menu-btn {
    right: 0; }
  #container.mainnav-in.aside-in #aside-container {
    right: -240px; }
  #container.mainnav-out .brand-title {
    background-color: transparent;
    color: #404041; } }
/* Reveal*/
/*======================================*/
@media (min-width: 768px) {
  #container.reveal #content-container {
    min-height: 100vh; }

  #container.mainnav-out.reveal #content-container,
  #container.mainnav-in.reveal #content-container {
    z-index: 20; }

  #container.mainnav-in.reveal.aside-in #aside-container {
    right: -240px; }

  #container.mainnav-in.reveal.aside-in #footer {
    left: 240px; }

  #container.mainnav-out.reveal #aside-container,
  #container.mainnav-in.reveal #aside-container {
    z-index: 20; }

  #container.mainnav-out.reveal.aside-left:not(.aside-in) #aside-container,
  #container.mainnav-in.reveal.aside-left:not(.aside-in) #aside-container {
    left: -240px; }

  #container.mainnav-out.reveal #footer,
  #container.mainnav-in.reveal #footer {
    z-index: 20; }

  #container.mainnav-out.reveal #mainnav-container {
    left: -240px; }

  #container.mainnav-in.reveal.slide .navbar-header:before,
  #container.mainnav-out.reveal.slide .navbar-header:before,
  #container.mainnav-out.reveal:not(.slide) #mainnav-container,
  #container.mainnav-in.reveal:not(.slide) #mainnav-container {
    left: 0;
    -webkit-transition-duration: 0;
    transition-duration: 0; } }
/* Slide in on top */
/*======================================*/
@media (min-width: 768px) {
  #container.mainnav-in.slide #navbar, #container.mainnav-in.slide #content-container, #container.mainnav-in.slide #footer {
    left: 0; }
  #container.mainnav-in.slide.aside-in.aside-left #aside-container {
    left: 0; }
  #container.mainnav-in.slide.aside-in #aside-container {
    right: 0; } }
.tgl-menu-btn.mobile {
  display: block; }

.tgl-menu-btn.desktop {
  display: none; }

@media (min-width: 767px) {
  .tgl-menu-btn.mobile {
    display: none; }

  .tgl-menu-btn.desktop {
    display: block; } }
#container.mainnav-sm #mainnav-menu a .badge {
  display: none; }

#mainnav-menu li ul li .active:not(.active-sub) > a {
  padding-left: 34px; }

/* FOOTER */
/*======================================*/
#footer {
  background-color: #6d6e71;
  color: #fff;
  font-size: 0.75rem;
  padding: 0;
  bottom: 0;
  z-index: 10;
  left: 0;
  right: 0; }
  #footer p {
    margin-bottom: 0;
    padding: 9px 15px;
    font-size: 0.75rem;
    line-height: 1;
    text-align: left; }

.footer-list {
  margin-bottom: 0; }
  .footer-list > li {
    vertical-align: top; }

/* FOOTER - FIXED POSITION */
/*======================================*/
#container.footer-fixed #footer {
  left: 0;
  position: fixed;
  bottom: 0;
  margin-top: -35px;
  z-index: 10; }

#footer .show-fixed {
  display: none; }
#footer .hide-fixed {
  display: block;
  height: 100%; }

#container.footer-fixed #footer .show-fixed {
  display: block;
  height: 100%; }
#container.footer-fixed #footer .hide-fixed {
  display: none; }

.collapsing {
  transition-duration: 10ms; }

/* ANIMATIONS */
/* -------------------------------------*/
@media (min-width: 768px) {
  .effect .mainnav-profile {
    transition: opacity 0.35s, max-height 0.55s; }
  .effect #mainnav-shortcut {
    transition: max-height 0.7s; }
    .effect #mainnav-shortcut li {
      transition: all 0.7s ease 0.1s; }
  .effect#container.mainnav-sm #mainnav-shortcut {
    transition: max-height 0.7s linear 0.2s; }
    .effect#container.mainnav-sm #mainnav-shortcut > ul > li {
      transition: all 0.5s ease; } }
.effect #navbar,
.effect #content-container,
.effect #mainnav-container,
.effect #aside-container,
.effect #footer,
.effect .navbar-brand,
.effect .navbar-content,
.effect .navbar-header:before {
  transition-property: width, padding, left, right;
  transition-duration: 0.35s; }
.effect .navbar-content {
  transition-property: margin-left; }
.effect #mainnav li .arrow:before {
  transition: transform 0.25s; }
.effect #mainnav li.show-list > a > .arrow:before {
  transition: transform 0.25s; }
.mainnav-sm .effect #mainnav-menu .list-header, .mainnav-sm .effect #mainnav-menu .list-divider, .mainnav-sm .effect #mainnav-menu .menu-title, .mainnav-sm .effect #mainnav-menu .arrow, .mainnav-sm .effect #mainnav-menu .menu-title > .label {
  transition: opacity 0.5s, padding 0.5s linear 0.5s, color 0.1s, margin 0.5s linear 0.5s;
  transition-timing-function: cubic-bezier(0.28, 1.02, 0.36, 1.145); }
.effect .collapsing {
  transition-duration: .4s; }

/* Variant */
/* -------------------------------------*/
.easeInQuart #navbar,
.easeInQuart #content-container,
.easeInQuart #mainnav-container,
.easeInQuart #aside-container,
.easeInQuart #footer,
.easeInQuart .collapsing,
.easeInQuart .navbar-brand,
.easeInQuart .navbar-content,
.easeInQuart .navbar-header:before {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.755, 0.045, 0.915, 0.135); }

.easeOutQuart #navbar,
.easeOutQuart #content-container,
.easeOutQuart #mainnav-container,
.easeOutQuart #aside-container,
.easeOutQuart #footer,
.easeOutQuart .collapsing,
.easeOutQuart .navbar-brand,
.easeOutQuart .navbar-content,
.easeOutQuart .navbar-header:before {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.015, 0.77, 0.04, 0.985); }

.easeInBack #navbar,
.easeInBack #content-container,
.easeInBack #mainnav-container,
.easeInBack #aside-container,
.easeInBack #footer,
.easeInBack .collapsing,
.easeInBack .navbar-brand,
.easeInBack .navbar-content,
.easeInBack .navbar-header:before {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.705, -0.155, 0.735, 0.045); }

.easeOutBack #navbar,
.easeOutBack #content-container,
.easeOutBack #mainnav-container,
.easeOutBack #aside-container,
.easeOutBack #footer,
.easeOutBack .collapsing,
.easeOutBack .navbar-brand,
.easeOutBack .navbar-content,
.easeOutBack .navbar-header:before {
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.28, 1.02, 0.36, 1.145); }

.easeInOutBack #navbar,
.easeInOutBack #content-container,
.easeInOutBack #mainnav-container,
.easeInOutBack #aside-container,
.easeInOutBack #footer,
.easeInOutBack .collapsing,
.easeInOutBack .navbar-brand,
.easeInOutBack .navbar-content,
.easeInOutBack .navbar-header:before {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(1, -0.28, 0, 1.275); }

.steps #navbar,
.steps #content-container,
.steps #mainnav-container,
.steps #aside-container,
.steps #footer,
.steps .collapsing,
.steps .navbar-brand,
.steps .navbar-content,
.steps .navbar-header:before {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 0.955, 1, 0.045); }

.jumping #navbar,
.jumping #content-container,
.jumping #mainnav-container,
.jumping #aside-container,
.jumping #footer,
.jumping .collapsing,
.jumping .navbar-brand,
.jumping .navbar-content,
.jumping .navbar-header:before {
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.135, 1.525, 0, 0.9); }

.rubber #navbar,
.rubber #content-container,
.rubber #mainnav-container,
.rubber #aside-container,
.rubber #footer,
.rubber .collapsing,
.rubber .navbar-brand,
.rubber .navbar-content,
.rubber .navbar-header:before {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1.65, 1, -0.6); }

#content-container .form-container {
  margin-top: 5px;
  margin-bottom: 30px;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px; }

@media (max-width: 768px) {
  #content-container .form-container {
    margin-top: 0;
    padding-left: 7.5px;
    padding-right: 7.5px; } }
.help-block {
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 5px; }

.panel.panel-main {
  margin: 15px 0; }
  .panel.panel-main > .panel-heading {
    position: relative;
    height: auto;
    padding: 0;
    color: #e0301e;
    box-shadow: 0 5px 0 #98b3bb;
    margin-bottom: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .panel.panel-main > .panel-heading > .panel-title {
      height: auto;
      color: #e0301e;
      font-weight: 700;
      font-style: italic;
      padding: 30px 20px 25px 20px;
      font-size: 1.875rem;
      line-height: 1;
      color: #e0301e;
      height: auto; }
    .panel.panel-main > .panel-heading + .panel-body {
      padding: 0; }
  .panel.panel-main .panel-body {
    color: #404041;
    font-size: 1rem;
    border: none; }
    .panel.panel-main .panel-body .row:last-child .form-group {
      margin-bottom: 0; }

.panel .accordion-toggle {
  display: block; }
  .panel .accordion-toggle:after {
        font-family: 'airplane';
        content: "\e81b";
        float: right;
    }
  .panel .accordion-toggle.collapsed:after {
        content: "\e815";
    }
.panel .list-group-item {
  padding: 19px 20px 9px 20px;
  line-height: 1; }

.label-left label {
  font-weight: bold;
  margin-bottom: 0; }
.label-left .control-wrap label {
  font-weight: normal; }

.tabs-view {
  display: inline-block;
  text-align: right;
  line-height: 1; }
  .tabs-view.nav-pills > li .view-btn {
    min-width: auto;
    padding: 5px 8px 5px 8px;
    margin: 5px 3px 0px 0;
    border-radius: 5px;
   }

.navs > li {
  text-decoration: none;
  list-style: none; }
  .navs > li.nav-pills > li > a {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px;
    margin: 0 3px 5px 0;
    border-radius: 34px; }
    .navs > li.nav-pills > li > a:focus, .navs > li.nav-pills > li > a:hover {
      color: #e0301e;
      background-color: #fff; }
  .navs > li.nav-pills > li.active > a, .navs > li.nav-pills > li.active > a:focus, .navs > li.nav-pills > li.active > a:hover {
    color: #e0301e;
    background-color: #fff; }

.cards-grid {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  padding-bottom: 30px; }

.cards-grid > .column {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top; }

@media (min-width: 768px) {
  .cards-grid > .column {
    width: 50%; } }
@media (min-width: 992px) {
  .cards-grid > .column {
    width: 33.3%; } }
@media (min-width: 1200px) {
  .cards-grid > .column {
    width: 20%; } }
.cards-grid .column .card {
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  background: #fff;
  padding: 0;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0px 18px 0px rgba(1, 1, 1, 0.19); }
.cards-grid .column .card > .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
  background: 0 0;
  margin: 0;
  padding: 10px;
  box-shadow: none;
  border-radius: 0; }
.cards-grid .column .card-img-cover {
  -webkit-transition: all .5s;
  transition: all .5s;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56.25%; }
.cards-grid .column .header {
  font-size: 1rem;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 44px;
  width: 100%; }
.cards-grid .column .meta {
  font-size: .875rem;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.125;
  margin-bottom: 5px; }
  .cards-grid .column .meta .bookmark {
    line-height: 1; }
    .cards-grid .column .meta .bookmark i {
      font-size: 18px; }
      .cards-grid .column .meta .bookmark i.mdi-bookmark {
        color: #e0301e; }
.cards-grid .column .meta-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.4); }
  .cards-grid .column .meta-group .meta {
    margin-bottom: 0; }
    .cards-grid .column .meta-group .meta i {
      font-size: 18px;
      vertical-align: middle; }
.cards-grid .column .author {
  display: flex;
  align-items: center; }
  .cards-grid .column .author .cover {
    width: 2rem;
    height: 2rem;
    margin-right: 5px; }
    .cards-grid .column .author .cover .image {
      transition: all .5s;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      padding-bottom: 100%;
      border-radius: 50%; }
  .cards-grid .column .author .name {
    font-size: .875rem; }

.grid .grid-sizer,
.grid .grid-item {
  width: 280px; }
.grid.small .grid-sizer, .grid.small .grid-item {
  width: 280px; }
.grid.middle .grid-sizer, .grid.middle .grid-item {
  width: 340px; }
.grid.large .grid-sizer, .grid.large .grid-item {
  width: 580px; }
.grid.extra-large .grid-sizer, .grid.extra-large .grid-item {
  width: 880px; }
.grid .card {
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  background: #fff;
  padding: 0;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0px 18px 0px rgba(1, 1, 1, 0.19);
  margin-bottom: 20px; }
  .grid .card > .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    background: 0 0;
    margin: 0;
    padding: 10px;
    box-shadow: none;
    border-radius: 0; }
  .grid .card .card-img-cover {
    -webkit-transition: all .5s;
    transition: all .5s;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 56.25%; }
  .grid .card .header {
    font-size: 1rem;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%; }
  .grid .card .meta {
    font-size: .875rem;
    line-height: 1.125;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 200px; }
    .grid .card .meta .bookmark {
      position: absolute;
      right: 7px;
      top: 5px;
      line-height: 1; }
      .grid .card .meta .bookmark i {
        font-size: 18px; }
        .grid .card .meta .bookmark i.mdi-bookmark {
          color: #e0301e; }
  .grid .card .meta-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.4); }
    .grid .card .meta-flex .meta {
      margin-bottom: 0; }
      .grid .card .meta-flex .meta i {
        font-size: 18px;
        vertical-align: middle;
        margin-right: 5px; }
  .grid .card .author {
    display: flex;
    align-items: center; }
    .grid .card .author .cover {
      width: 2rem;
      height: 2rem;
      margin-right: 5px; }
      .grid .card .author .cover .image {
        transition: all .5s;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 100%;
        border-radius: 50%; }
    .grid .card .author .name {
      font-size: .875rem; }

.filters .filter {
  background: transparent;
  color: #FFF;
  padding: 0 5px 0 13px;
  height: 26px;
  border-radius: 26px;
  border: 1px solid #fff;
  line-height: 1;
  font-size: .875rem;
  margin: 0 0 5px 0; }

.filters > .filter:first-of-type {
  margin-left: 10px; }

.filters .filter svg {
  width: 20px;
  height: 20px;
  vertical-align: middle; }

.filters .filter svg path {
  fill: #FFF; }

.panel.panel-results {
  margin-bottom: 0; }
  .panel.panel-results .nav-pagination {
    text-align: center;
    font-size: .875rem; }
    .panel.panel-results .nav-pagination .pagination {
      margin: 15px 0 10px 0; }
      .panel.panel-results .nav-pagination .pagination > li > a {
        border: none;
        padding: 5px 12px;
        border-radius: 15px;
        min-width: 30px;
        margin: 0 5px; }
  .panel.panel-results .list-group .list-group-item {
    border-left: none;
    border-right: none; }
  .panel.panel-results .list-group .header {
    font-size: 1.25rem;
    margin-bottom: 10px; }
    .panel.panel-results .list-group .header .keywords {
      color: #e0301e; }
  .panel.panel-results .list-group .description {
    margin-bottom: 10px; }
  .panel.panel-results .list-group .meta {
    font-size: .875rem;
    color: #6d6e71; }
    .panel.panel-results .list-group .meta > span + span:before {
      padding: 0 5px;
      color: #ccc;
      content: "\0399";
      color: #98b3bb; }

@media (min-width: 992px) {
  .results-container {
    max-width: 900px; } }
.results-container {
  padding-top: 15px;
  padding-bottom: 30px; }

.panel.panel-results {
  box-shadow: 0px 0px 18px 0px rgba(1, 1, 1, 0.2);
  margin-bottom: 20px; }

.posts-container {
  padding: 15px; }
  .posts-container .cards-grid {
    padding-bottom: 0; }
  .posts-container .cards-grid .column .card > .content .header {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 57px;
    width: 100%; }
  .posts-container .cards-grid .column .card > .content .meta {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.1;
    margin: 10px 0; }
    .posts-container .cards-grid .column .card > .content .meta.category {
      color: #e0301e;
      text-transform: uppercase; }
    .posts-container .cards-grid .column .card > .content .meta.group {
      display: flex; }
      .posts-container .cards-grid .column .card > .content .meta.group > span + span:before {
        padding: 0 10px;
        color: #ccc;
        content: "|"; }
  .posts-container .cards-grid .column .card > .content .icon {
    display: inline-flex; }
    .posts-container .cards-grid .column .card > .content .icon i + span {
      margin-left: 5px; }
  .posts-container .page-nav {
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center; }
    .posts-container .page-nav a,
    .posts-container .page-nav span, .posts-container .page-nav:first-child > div {
      border-radius: 50%; }
    .posts-container .page-nav a,
    .posts-container .page-nav span {
      border: 1px solid #ccc;
      margin: 0 5px;
      width: 34px;
      height: 34px;
      line-height: 34px;
      vertical-align: middle;
      text-align: center;
      color: #ccc;
      font-size: 1rem;
      font-weight: bold; }
      .posts-container .page-nav a > i,
      .posts-container .page-nav span > i {
        font-size: 24px; }
    .posts-container .page-nav a:hover {
      color: #fff;
      background-color: #404041;
      border-color: #404041; }
    .posts-container .page-nav .extend {
      border: none; }
    .posts-container .page-nav .current {
      border-color: #e0301e;
      background-color: #e0301e;
      color: #fff; }

.blog .page-footer {
  border-top: 1px solid #ccc;
  padding: 15px 0; }
  .blog .page-footer .btn-secondary {
    height: 34px;
    border-radius: 0; }
  .blog .page-footer .btn-icon {
    font-size: 16px; }
    .blog .page-footer .btn-icon i {
      font-size: 20px; }
  .blog .page-footer .input-group.subscribe {
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #e0301e; }
    .blog .page-footer .input-group.subscribe input.form-control {
      border-bottom-color: transparent; }
  .blog .page-footer .tags-content > a {
    margin: 0 5px 10px 0; }

@media (min-width: 1200px) {
  .blog .posts-container {
    padding: 30px; }
  .blog .page-footer {
    padding: 30px 15px; } }
/* BOOTSTRAP'S COMPONENTS */
/*======================================*/
.collapse {
  display: none; }

.jumbotron {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.07); }

.navbar-toggle .icon-bar {
  background-color: #aaaaaa; }

.canvas-responsive {
  max-width: 100%; }

a {
  text-decoration: none;
  color: #404041;
  outline: 0; }
  a:hover, a:focus {
    text-decoration: none;
    color: #333334;
    outline: 0 !important; }
  .l-btn:focus {
    text-decoration: none;
    color: #e0301e;
    outline: 0 !important; }
  .l-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #e0301e;
    outline: 0 !important; }

button, button:focus {
  outline: 0 !important; }

code {
  background-color: #e7e3f2;
  color: #ff0000;
  padding: 2px 7px;
  border-radius: 2px;
  font-size: 97%; }

kbd {
  border-radius: 2px;
  box-shadow: none; }

label {
  font-weight: normal; }

legend {
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  border-color: #eee; }

mark, .mark {
  background-color: #ffe3a2;
  color: #563c00;
  padding: 0.1em; }

.close {
  font-size: 15px; }

/* HORIZONTAL RULE */
/*======================================*/
hr {
  border-color: #ccc; }

.hr-wide {
  margin-left: -7.5px;
  margin-right: -7.5px; }
.hr-xs {
  margin: 5px 0; }
.hr-sm {
  margin: 10px 0; }

.new-section-xs {
  margin: 12px 0;
  min-height: 1px; }
.new-section-sm {
  margin: 25px 0;
  min-height: 1px; }
.new-section-md {
  margin: 50px 0;
  min-height: 1px; }
.new-section-lg {
  margin: 100px 0;
  min-height: 1px; }
.new-section-xl {
  margin: 150px 0;
  min-height: 1px; }

/* GRID-GUTTER */
/*======================================*/
.row {
  margin: 0 -7.5px; }

[class^="col-"]:not(.pad-no) {
  padding-left: 7.5px;
  padding-right: 7.5px; }

/* MEDIA */
/*======================================*/
.media-block .media-left {
  display: block;
  float: left; }
.media-block .media-right {
  float: right; }
.media-block .media-body {
  display: block;
  overflow: hidden;
  width: auto; }
.media-block:after {
  content: '';
  display: table;
  clear: both; }

.middle .media-left,
.middle .media-right,
.middle .media-body {
  vertical-align: middle; }

/* THUMBNAILS */
/*======================================*/
.thumbnail {
  border-radius: 0;
  border-color: #ccc; }

/* TABLES */
/*======================================*/
#container .table th {
  font-size: 1.05em;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  color: #e0301e; }
#container .table td {
  border-top: 1px solid rgba(0, 0, 0, 0.09); }
#container .table.table-vcenter th, #container .table.table-vcenter td {
  vertical-align: middle; }
#container .table .min-width {
  width: 1%;
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px; }
#container .table-bordered, #container .table-bordered td, #container .table-bordered th {
  border-color: rgba(0, 0, 0, 0.09); }
#container .table-striped > tbody > tr:nth-child(2n+1) {
  background-color: #f5f7f8; }
#container .table-hover > tbody > tr:hover {
  background-color: #eff3f3; }

/* FORM CONTROL  */
/*======================================*/
.form-control {
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
  transition-duration: .5s;
  background-image: none;
  background-clip: padding-box; }
  .form-control:focus {
    border-color: #e0301e;
    box-shadow: none;
    transition-duration: .5s; }
    .form-control:focus-feedback {
      z-index: 10; }

.has-error .form-control,
.has-warning .form-control,
.has-success .form-control {
  box-shadow: none; }

i.form-control-feedback {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.input-group-addon {
  border: 1px solid #e1e5ea;
  background-color: transparent;
  border-radius: 0; }

.form-horizontal .form-group {
  margin-left: 7.5px;
  margin-right: 7.5px; }

.has-feedback label ~ .form-control-feedback {
  top: 28px; }

.has-error .form-control-feedback, .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #fe6639; }

/* NAV PILLS */
/*======================================*/
.nav-pills > li > a {
  border-radius: 5px; }
.nav-pills > .active > a.btn-primary, .nav-pills > .active > a.btn-primary:hover, .nav-pills > .active > a.btn-primary:focus, .nav-pills > .active > a.btn-hover-primary:hover, .nav-pills > .active > a.btn-hover-primary:active, .nav-pills > .active > a.btn-hover-primary.active, .nav-pills > .active > a.btn.btn-active-primary:active, .nav-pills > .active > a.btn.btn-active-primary.active, .nav-pills > .dropdown.open.active > a.btn.btn-active-primary, .btn-group.open .nav-pills > .active > a.dropdown-toggle.btn.btn-active-primary, .nav-pills > .active > button.btn-primary, .nav-pills > .active > button.btn-primary:hover, .nav-pills > .active > button.btn-primary:focus, .nav-pills > .active > button.btn-hover-primary:hover, .nav-pills > .active > button.btn-hover-primary:active, .nav-pills > .active > button.btn-hover-primary.active, .nav-pills > .active > button.btn.btn-active-primary:active, .nav-pills > .active > button.btn.btn-active-primary.active, .nav-pills > .dropdown.open.active > button.btn.btn-active-primary, .btn-group.open .nav-pills > .active > button.dropdown-toggle.btn.btn-active-primary {
  color: #fff;
  background-color: #e0301e; }
.nav-pills > .active > a.btn-secondary, .nav-pills > .active > a.btn-secondary:hover, .nav-pills > .active > a.btn-secondary:focus, .nav-pills > .active > button.btn-secondary, .nav-pills > .active > button.btn-secondary:hover, .nav-pills > .active > button.btn-secondary:focus {
  color: #fff;
  background-color: #e0301e; }
.nav-tabs > li > a, .nav-tabs > li > button {
  border-radius: 0 0 0 0; }

/* LIST GROUP */
/*======================================*/
.list-group.bg-trans .list-group-item:not(.active):not(.disabled) {
  background-color: transparent;
  border-color: transparent;
  color: inherit; }
.list-group.bg-trans .list-group-item .disabled {
  opacity: 0.5; }
.list-group.bg-trans a.list-group-item:hover:not(.active) {
  background-color: rgba(0, 0, 0, 0.05); }
.list-group.bord-no .list-group-item {
  border-color: transparent; }
.list-group .list-divider {
  display: block; }

a.list-group-item, button.list-group-item, a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus, .list-group-item {
  color: #404041; }

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #e0301e; }

.list-group-item {
  border-color: rgba(0, 0, 0, 0.025);
  background-color: transparent; }
  .list-group-item-heading {
    margin-top: 5px; }
  .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: transparent;
    opacity: 0.5; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #e0301e;
    border-color: #e0301e;
    color: #fff; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #fff; }

a.list-group-item:hover, a.list-group-item:focus {
  background-color: rgba(0, 0, 0, 0.03); }

a.list-group-item-primary, .list-group-item-primary {
  background-color: #e54c3d;
  border-color: transparent;
  color: #fff; }
a.list-group-item-primary:hover, a.list-group-item-primary:focus {
  background-color: #e7594a;
  color: #fff; }

a.list-group-item-info, .list-group-item-info {
  background-color: #e54c3d;
  border-color: transparent;
  color: #ffffff; }
a.list-group-item-info:hover, a.list-group-item-info:focus {
  background-color: #e7594a;
  color: #ffffff; }

a.list-group-item-success, .list-group-item-success {
  background-color: #86c46b;
  border-color: transparent;
  color: #ffffff; }
a.list-group-item-success:hover, a.list-group-item-success:focus {
  background-color: #8fc876;
  color: #ffffff; }

a.list-group-item-warning, .list-group-item-warning {
  background-color: #f2bf5a;
  border-color: transparent;
  color: #ffffff; }
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  background-color: #f3c468;
  color: #ffffff; }

a.list-group-item-danger, .list-group-item-danger {
  background-color: #e75161;
  border-color: transparent;
  color: #ffffff; }
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  background-color: #e95f6d;
  color: #ffffff; }

a.list-group-item-mint, .list-group-item-mint {
  background-color: #1edbb6;
  border-color: transparent;
  color: #ffffff; }
a.list-group-item-mint:hover, a.list-group-item-mint:focus {
  background-color: #28e1bd;
  color: #ffffff; }

a.list-group-item-purple, .list-group-item-purple {
  background-color: #aa72c1;
  border-color: transparent;
  color: #ffffff; }
a.list-group-item-purple:hover, a.list-group-item-purple:focus {
  background-color: #b07cc6;
  color: #ffffff; }

a.list-group-item-pink, .list-group-item-pink {
  background-color: #ef6091;
  border-color: transparent;
  color: #ffffff; }
a.list-group-item-pink:hover, a.list-group-item-pink:focus {
  background-color: #f16e9a;
  color: #ffffff; }

a.list-group-item-dark, .list-group-item-dark {
  background-color: #415b75;
  border-color: transparent;
  color: #ffffff; }
a.list-group-item-dark:hover, a.list-group-item-dark:focus {
  background-color: #46637f;
  color: #ffffff; }

/* LABEL */
/*======================================*/
.label {
  border-radius: 0;
  font-weight: normal; }
  .label:empty {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: sub; }
  .label.label-fw {
    margin-right: 0.5em; }
  .labels .label {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px; }
  .label-md {
    font-size: 100%; }
  .label-table {
    display: inline-block;
    width: 80%;
    min-width: 8ex;
    font-size: 1em;
    max-width: 100px;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top; }

.label-default {
  background-color: #e3e8ee;
  color: #333; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #d3dbe4; }

.label-primary {
  background-color: #e0301e; }

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #ca2b1b; }

.label-info {
  background-color: #e0301e; }

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #ca2b1b; }

.label-success {
  background-color: #71ba51; }

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #64ad45; }

.label-warning {
  background-color: #efb239; }

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #eda921; }

.label-danger {
  background-color: #e33244; }

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #dd1e32; }

.label-mint {
  background-color: #1abc9c; }

.label-mint[href]:hover, .label-mint[href]:focus {
  background-color: #17a689; }

.label-purple {
  background-color: #9B59B6; }

.label-purple[href]:hover, .label-purple[href]:focus {
  background-color: #8f4bab; }

.label-pink {
  background-color: #ec407a; }

.label-pink[href]:hover, .label-pink[href]:focus {
  background-color: #ea296a; }

.label-dark {
  background-color: #34495e; }

.label-dark[href]:hover, .label-dark[href]:focus {
  background-color: #2b3c4e; }

/* BREADCRUMB */
/*======================================*/
.breadcrumb {
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0 15px;
  font-size: .81em; }
  .breadcrumb li, .breadcrumb li a {
    color: #272727;
    text-transform: uppercase;
    font-weight: 700; }
  .breadcrumb li a:hover {
    color: #e0301e;
    text-decoration: underline; }
  .breadcrumb > li + li:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1; }
  .breadcrumb .active {
    font-weight: 400;
    color: #404041; }

/* ALERTS */
/*======================================*/
.alert {
  border-radius: 0;
  border: 0;
  padding: 15px 2em 15px 15px;
  position: relative; }
  .alert .alert-link {
    text-decoration: underline;
    font-weight: 400; }
    .alert .alert-link:hover {
      text-decoration: underline; }

.alert .close {
  font-size: 12.5px;
  text-shadow: none;
  opacity: .7;
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px; }
.alert button.close {
  padding: 1px;
  border-radius: 20px;
  transition: all, 0.3s; }
  .alert button.close > span:not(.sr-only) {
    display: block;
    width: 1em;
    height: 1em;
    line-height: 0.8em; }
  .alert button.close:hover {
    opacity: .55; }
  .alert button.close:active {
    opacity: 0.3; }

.alert-primary {
  background-color: #dd5344;
  border-color: transparent;
  border-left: 3px solid #9a2418;
  color: #fff; }
  .alert-primary .close, .alert-primary .alert-link {
    color: #fff; }

.alert-info {
  background-color: #cd6055;
  border-color: transparent;
  border-left: 3px solid #8d2f25;
  color: #ffffff; }
  .alert-info .close, .alert-info .alert-link {
    color: #ffffff; }

.alert-success {
  background-color: #89bd72;
  border-color: transparent;
  border-left: 3px solid #508639;
  color: #ffffff; }
  .alert-success .close, .alert-success .alert-link {
    color: #ffffff; }

.alert-warning {
  background-color: #ebbd60;
  border-color: transparent;
  border-left: 3px solid #c88b14;
  color: #ffffff; }
  .alert-warning .close, .alert-warning .alert-link {
    color: #ffffff; }

.alert-danger {
  background-color: #e05866;
  border-color: transparent;
  border-left: 3px solid #ad1b2a;
  color: #ffffff; }
  .alert-danger .close, .alert-danger .alert-link {
    color: #ffffff; }

.alert-mint {
  background-color: #27d3b1;
  border-color: transparent;
  border-left: 3px solid #137763;
  color: #ffffff; }
  .alert-mint .close, .alert-mint .alert-link {
    color: #ffffff; }

.alert-purple {
  background-color: #a779ba;
  border-color: transparent;
  border-left: 3px solid #703e84;
  color: #ffffff; }
  .alert-purple .close, .alert-purple .alert-link {
    color: #ffffff; }

.alert-pink {
  background-color: #e96793;
  border-color: transparent;
  border-left: 3px solid #c81853;
  color: #ffffff; }
  .alert-pink .close, .alert-pink .alert-link {
    color: #ffffff; }

.alert-dark {
  background-color: #5b748e;
  border-color: transparent;
  border-left: 3px solid #2d3c4c;
  color: #ffffff; }
  .alert-dark .close, .alert-dark .alert-link {
    color: #ffffff; }

/* MODALS */
/*======================================*/
.modal {
  text-align: center; }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    margin-left: -1em;
    vertical-align: middle; }
  .modal.fade:not(.animated) .modal-dialog {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: all .5s linear .5s;
    transition: all .5s linear .5s; }
  .modal.fade.in:not(.animated) .modal-dialog {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .5s;
    transition: all .5s; }
  .bootbox.modal.in:not(.fade) {
    opacity: 1;
    transition: opacity, 0.5s; }
  .bootbox.modal:not(.fade) {
    opacity: 0;
    -webkit-transition: opacity .5s linear .5s;
    transition: opacity .5s linear .5s; }
  .modal-dialog {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    min-width: 90%; }
    .modal-dialog.animated {
      -webkit-animation-duration: .7s;
      animation-duration: .7s; }
    .modal-dialog .close {
      opacity: 1; }
      .modal-dialog .close:hover {
        color: #fff; }
  #preferences .modal-dialog .close:hover {
    color: #000; }
  .modal-header {
    padding: 15px;
    position: relative;
    border: 0; }
    .modal-header:after {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .modal-footer {
    background-color: transparent;
    color: #404041;
    border-color: rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .modal-title {
    font-size: 1.2em;
    color: #e0301e; }
  .modal-body {
    min-height: 90px; }
  .modal-body > .close, .modal-header > .close {
    top: 50%;
    margin-top: -.5em;
    right: 10px;
    left: auto;
    position: absolute;
    background-color: transparent; }
  .modal-body > .close {
    top: 10px;
    margin-top: 0; }
  .modal-content {
    box-shadow: none;
    border-radius: 5px; }
  .modal-footer {
    padding: 10px 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .modal-backdrop.in {
    opacity: 0.75; }

@media (min-width: 768px) {
  .modal-dialog {
    min-width: 0; } }
/* TOOLTIP */
/*======================================*/
.tooltip-inner {
  font-size: 14px;
  border-radius: 0;
  padding: 5px 10px;
  background-color: #34495e; }
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
  border-top-color: #34495e; }
.tooltip.right .tooltip-arrow {
  border-right-color: #34495e; }
.tooltip.left .tooltip-arrow {
  border-left-color: #34495e; }
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #34495e; }
.tooltip.in {
  opacity: 1; }
.tooltip h1, .tooltip h2, .tooltip h3, .tooltip h4, .tooltip h5, .tooltip h6, .tooltip .h1, .tooltip .h2, .tooltip .h3, .tooltip .h4, .tooltip .h5, .tooltip .h6 {
  color: inherit; }

/* POPOVER */
/*======================================*/
.popover {
  font-family: inherit;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #efefef;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  .popover-title {
    background-color: transparent;
    color: #e0301e;
    font-size: 1.2em;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 0 0 0 0; }
  .popover > .arrow {
    border-width: 9px; }
    .popover > .arrow:after {
      border-width: 9px; }
  .popover.left > .arrow {
    border-left-color: rgba(0, 0, 0, 0.07);
    right: -9px;
    margin-top: -9px; }
    .popover.left > .arrow:after {
      bottom: -9px; }
  .popover.right > .arrow {
    border-right-color: rgba(0, 0, 0, 0.07);
    left: -9px;
    margin-top: -9px; }
    .popover.right > .arrow:after {
      bottom: -9px; }
  .popover.top > .arrow {
    border-top-color: rgba(0, 0, 0, 0.07);
    bottom: -9px; }
    .popover.top > .arrow:after {
      margin-left: -9px; }
  .popover.bottom > .arrow {
    border-bottom-color: rgba(0, 0, 0, 0.07);
    top: -9px; }
    .popover.bottom > .arrow:after {
      margin-left: -9px; }
  .popover-content {
    padding: 10px 15px 20px; }

/* BADGES */
/*======================================*/
#container .badge {
  color: #fff;
  font-size: .9em;
  font-weight: 400; }

.badge:empty.badge-icon {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  padding: 0;
  min-width: 5px;
  margin: .5em;
  border-radius: 50%; }

.badge.badge-fw, .badge:empty.badge-fw {
  margin-right: 1em; }

.badge-stat {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0px 7px 0 0;
  box-shadow: 0 0 0 2px; }

.badge-default {
  background-color: #e3e8ee;
  color: #333; }

.badge-primary {
  background-color: #e0301e; }

.badge-info {
  background-color: #e0301e; }

.badge-success {
  background-color: #71ba51; }

.badge-warning {
  background-color: #efb239; }

.badge-danger {
  background-color: #e33244; }

.badge-mint {
  background-color: #1abc9c; }

.badge-purple {
  background-color: #9B59B6; }

.badge-pink {
  background-color: #ec407a; }

.badge-dark {
  background-color: #34495e; }

/* DROPDOWNS */
/*======================================*/
.dropdown-header {
  font-weight: 700;
  font-size: .75em;
  color: #e0301e;
  padding: 5px 20px 5px 10px;
  text-transform: uppercase; }
.dropdown-toggle > .dropdown-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 3px;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  vertical-align: middle; }
  .dropdown-toggle > .dropdown-caret.caret-up {
    border-width: 0 4px 6px 4px;
    border-bottom-color: initial;
    border-top-color: transparent; }

.dropdown-menu {
  font-size: 14px;
  border-radius: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 0;
  border: 0; }
  .dropdown-menu > li > a {
    color: #404041; }
  .dropdown-menu-right {
    left: auto;
    right: 0; }
  .dropup .dropdown-menu {
    box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.3); }
  .dropdown-menu:not(.head-list) > li > a {
    padding: 5px 10px; }
    .dropdown-menu:not(.head-list) > li > a:hover {
      background-color: #e0301e;
      color: #fff; }
  .dropdown-menu.with-arrow:before, .dropdown-menu.with-arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent; }
  .dropdown-menu.with-arrow:before {
    border-bottom: 7px solid #b3b3b3;
    margin: -7px 0 0 15px; }
  .dropdown-menu.with-arrow:after {
    border-bottom: 7px solid #fff;
    margin: -6px 0 0 15px; }
  .dropdown-menu-right.dropdown-menu.with-arrow:before {
    left: auto;
    right: 0;
    margin: -7px 25px 0 0; }
  .dropdown-menu-right.dropdown-menu.with-arrow:after {
    left: auto;
    right: 0;
    margin: -6px 25px 0 0; }

.dropdown-menu-sm {
  min-width: 220px; }
.dropdown-menu-md {
  min-width: 270px; }
.dropdown-menu-lg {
  min-width: 300px; }

.dropdown.open > .btn,
.btn-group.open .dropdown-toggle {
  box-shadow: none; }

/* WELLS */
/*======================================*/
.well {
  background-color: #efefef;
  border-color: #eaeaea;
  border-radius: 0;
  box-shadow: none; }

.well-xs {
  padding: 5px; }

/* PROGRESSBARS */
/*======================================*/
.progress {
  height: 12px;
  margin-bottom: 15px;
  border-radius: 0;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.1); }
  .progress-bar {
    font-size: 10px;
    line-height: 1.05em;
    background-color: #e0301e;
    box-shadow: none; }
  .progress-light-base {
    background-color: #fff; }
  .progress-dark-base {
    background-color: rgba(255, 255, 255, 0.2); }

.progress-xl {
  height: 30px;
  margin-bottom: 20px; }
  .progress-xl .progress-bar {
    font-size: 14px;
    line-height: 30px; }

.progress-lg {
  height: 20px;
  margin-bottom: 20px; }
  .progress-lg .progress-bar {
    font-size: 14px;
    line-height: 20px; }

.progress-md {
  height: 8px;
  margin-bottom: 5px; }
  .progress-md .progress-bar {
    font-size: 5px;
    line-height: 8px; }

.progress-sm {
  height: 4px;
  margin-bottom: 5px; }
  .progress-sm .progress-bar {
    font-size: 0;
    line-height: 4px; }

.progress-xs {
  height: 2px;
  margin-bottom: 10px; }
  .progress-xs .progress-bar {
    font-size: 0;
    line-height: 2px; }

.progress-bar-light {
  background-color: #fff; }

.progress-bar-primary {
  background-color: #e0301e; }

.progress-bar-info {
  background-color: #e0301e; }

.progress-bar-success {
  background-color: #71ba51; }

.progress-bar-warning {
  background-color: #efb239; }

.progress-bar-danger {
  background-color: #e33244; }

.progress-bar-mint {
  background-color: #1abc9c; }

.progress-bar-purple {
  background-color: #9B59B6; }

.progress-bar-pink {
  background-color: #ec407a; }

.progress-bar-dark {
  background-color: #34495e; }

/*======================================*/
/* PAGERS */
/*======================================*/
.pagination .disabled > a, .pagination .disabled > a:hover, .pagination .disabled > a:focus, .pagination .disabled > span, .pagination .disabled > span:hover, .pagination .disabled > span:focus {
  opacity: .7;
  border-color: #bfbfbf;
  box-shadow: none; }

.pager li > a:active, .pagination > li a:active {
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.3);
  background-color: #e0301e;
  color: #fff; }

.pager li > a:hover, .pager li > a:focus, .pagination > li a:hover, .pagination > li a:focus {
  background-color: #f2f2f2;
  border-color: #e0301e;
  color: #e0301e;
  box-shadow: inset 0 0 1px #e0301e, 0 3px 15px rgba(0, 0, 0, 0.25);
  z-index: 10;
  transition: all, 0.3s; }

.pager li > a {
  transition: all 0.3s; }
.pager li > a, .pager li > span {
  border-radius: 0;
  border-color: #bfbfbf; }
.pager.pager-rounded li > a, .pager.pager-rounded li > span {
  border-radius: 15px; }
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span, .pager .disabled > span:hover, .pager .disabled > span:focus {
  opacity: .7;
  border-color: #bfbfbf;
  box-shadow: none; }

/*======================================*/
/* PAGINATION */
/*======================================*/
.pagination > li > a, .pagination > li > span {
  color: inherit;
  border-color: #bfbfbf;
  transition: border-color, 0.3s; }
.pagination > li > span {
  cursor: default; }
  .pagination > li > span:hover {
    background-color: #f2f2f2; }
.pagination > li:first-child > a, .pagination > li:first-child span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.pagination > li:last-child > a, .pagination > li:last-child span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #e0301e;
  border-color: #e0301e; }

/* CAROUSEL                             */
/*======================================*/
.carousel-inner > .item {
  padding-top: 15px; }
.carousel-control.left, .carousel-control.right {
  background-image: none;
  background-repeat: no-repeat;
  color: inherit; }
.carousel-control, .carousel-control:focus {
  font-size: 1em;
  text-shadow: none;
  width: auto;
  padding: 10px;
  top: 0;
  bottom: 0;
  opacity: .5;
  transition: opacity 0.5s; }
.carousel-control.auto-hide {
  opacity: 0; }
.carousel-control:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle; }
.carousel-control i {
  position: relative;
  top: 0.25em; }
.carousel:hover .carousel-control {
  opacity: 1;
  transition: opacity 0.5s; }
.carousel-indicators.out {
  bottom: 0; }
  .carousel-indicators.out + .carousel-inner {
    padding-bottom: 30px; }
.carousel-indicators.square li {
  border-radius: 1px; }
.carousel-indicators > .active {
  background-color: transparent;
  box-shadow: inset 0 0 0 50px;
  border-color: transparent; }
.carousel-indicators > li {
  border-color: inherit; }

/* BLOCKQUOTE */
/*======================================*/
blockquote {
  border-left: 3px solid #d9d9d9; }

.bq-sm {
  font-size: 14px; }
.bq-open:before, .bq-close:after {
  color: #d9d9d9;
  content: '\201C';
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 5em;
  line-height: 0;
  margin: 0 .15em 0 0;
  vertical-align: -0.5em; }
.bq-close:after {
  content: '\201D';
  margin: 0 0 0 0.15em; }

/* FORM */
/*======================================*/
.form-horizontal .control-label {
  margin-bottom: 5px; }
  .form-horizontal .control-label.text-left {
    text-align: left; }

/* ACCORDION */
/*======================================*/
.panel > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0; }
.panel-group {
  margin-bottom: 35px; }
  .panel-group.accordion .panel {
    margin-bottom: 0; }
    .panel-group.accordion .panel-heading {
      border-radius: 0;
      height: auto; }
      .panel-group.accordion .panel-heading:after {
        border: 0; }
    .panel-group.accordion .panel-heading, .panel-group.accordion .panel-title {
      padding: 0; }
    .panel-group.accordion .panel-title {
      line-height: 40px; }
      .panel-group.accordion .panel-title a {
        display: block;
        color: inherit;
        text-transform: none;
        font-size: 14px;
        padding: 0 15px; }
        .panel-group.accordion .panel-title a:hover, .panel-group.accordion .panel-title a:focus {
          color: inherit; }
    .panel-group.accordion .panel:first-child, .panel-group.accordion .panel:first-child .panel-heading {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .panel-group.accordion .panel:last-child {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      overflow: hidden; }

/* TAB */
/*======================================*/
.tab-base {
  margin-bottom: 15px; }
  .tab-base .tab-content {
    background-color: #f2f2f2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 15px; }
    .tab-base .tab-content .tab-footer {
      background-color: #fafafa;
      color: #404041;
      border-color: whitesmoke;
      position: relative;
      margin: 0 -15px -15px -15px;
      padding: 10px 15px; }
  .tab-base .nav-tabs {
    border: 0; }
    .tab-base .nav-tabs > li:not(.active) > a {
      background-color: rgba(0, 0, 0, 0.03);
      transition: background-color, 0.3s; }
      .tab-base .nav-tabs > li:not(.active) > a:hover {
        background-color: rgba(255, 255, 255, 0.55);
        border-bottom-color: transparent;
        transition: background-color, 0.3s; }
    .tab-base .nav-tabs > .active > a, .tab-base .nav-tabs > .active a:hover, .tab-base .nav-tabs > .active > a:focus {
      border-color: transparent; }
    .tab-base .nav-tabs.tabs-right {
      text-align: right; }
      .tab-base .nav-tabs.tabs-right > li {
        float: none;
        display: inline-block;
        margin-right: -2px; }
.tab-footer:after {
  content: '';
  display: table;
  clear: both; }

.nav-tabs li a {
  border-radius: 0 0 0 0; }
.nav-tabs.tab-right {
  text-align: right; }
  .nav-tabs.tab-right > li {
    display: inline-block;
    text-align: left;
    float: none; }
    .nav-tabs.tab-right > li > a {
      margin-right: 0; }
.nav-tabs .label, .nav-tabs .badge {
  margin-left: 4px; }

.tab-stacked-left, .tab-stacked-right {
  display: table;
  height: 100%;
  width: 100%; }
  .tab-stacked-left .nav-tabs > li, .tab-stacked-right .nav-tabs > li {
    float: none;
    margin: 0; }
    .tab-stacked-left .nav-tabs > li > a, .tab-stacked-right .nav-tabs > li > a {
      margin: 0 0 2px; }
    .tab-stacked-left .nav-tabs > li:last-child > a, .tab-stacked-right .nav-tabs > li:last-child > a {
      margin-bottom: 0; }
  .tab-stacked-left .nav-tabs, .tab-stacked-left .tab-content, .tab-stacked-right .nav-tabs, .tab-stacked-right .tab-content {
    display: table-cell;
    vertical-align: top; }
  .tab-stacked-left .tab-content, .tab-stacked-right .tab-content {
    overflow: hidden; }
.tab-stacked-left .nav-tabs {
  width: 1%;
  border: 0; }
  .tab-stacked-left .nav-tabs > li a {
    border-right-color: transparent;
    border-radius: 0 0 0 0; }
  .tab-stacked-left .nav-tabs > .active > a:hover, .tab-stacked-left .nav-tabs > .active > a:focus {
    border-right-color: transparent; }
.tab-stacked-left.tab-base .nav-tabs > li:not(.active) a:hover {
  border-right-color: transparent; }
.tab-stacked-left .tab-content {
  border-left-color: transparent;
  border-radius: 0 0 0 0; }
.tab-stacked-right .nav-tabs {
  width: 1%;
  border: 0; }
  .tab-stacked-right .nav-tabs > li a {
    border-left-color: transparent;
    border-radius: 0 0 0 0; }
  .tab-stacked-right .nav-tabs > .active > a:hover, .tab-stacked-right .nav-tabs > .active > a:focus {
    border-left-color: transparent; }
.tab-stacked-right.tab-base .nav-tabs > li:not(.active) a:hover {
  border-left-color: transparent; }
.tab-stacked-right .tab-content {
  border-right-color: transparent;
  border-radius: 0 0 0 0; }

/* BACKGROUNDS */
/*======================================*/
.bg-trans {
  background-color: transparent; }

.bg-light {
  background-color: #f2f2f2; }
  .bg-light, .bg-light a {
    color: #404041; }
  .bg-light a:hover, .bg-light a:focus {
    color: #404041; }

.bg-gray-light {
  background-color: #f8f9fa; }
  .bg-gray-light, .bg-gray-light a {
    color: #404041; }
  .bg-gray-light a:hover, .bg-gray-light a:focus {
    color: #404041; }

.bg-gray {
  background-color: #e9eeef; }
  .bg-gray, .bg-gray a {
    color: #404041; }
  .bg-gray a:hover, .bg-gray a:focus {
    color: #404041; }

.bg-gray-dark {
  background-color: #cbd7da; }
  .bg-gray-dark, .bg-gray-dark a {
    color: #404041; }
  .bg-gray-dark a:hover, .bg-gray-dark a:focus {
    color: #404041; }

.bg-trans-light {
  background-color: rgba(255, 255, 255, 0.1); }
  .bg-trans-light, .bg-trans-light a {
    color: inherit; }
  .bg-trans-light a:hover, .bg-trans-light a:focus {
    color: inherit; }

.bg-trans-dark {
  background-color: rgba(0, 0, 0, 0.1); }
  .bg-trans-dark, .bg-trans-dark a {
    color: inherit; }
  .bg-trans-dark a:hover, .bg-trans-dark a:focus {
    color: inherit; }

.bg-primary {
  background-color: #e0301e; }
  .bg-primary, .bg-primary a {
    color: #fff; }
  .bg-primary a:hover, .bg-primary a:focus {
    color: #fff; }

.bg-pse-primary:before, .bg-pse-primary:after {
  background-color: #e0301e; }
  .bg-pse-primary:before, .bg-pse-primary:before a, .bg-pse-primary:after, .bg-pse-primary:after a {
    color: #fff; }
  .bg-pse-primary:before a:hover, .bg-pse-primary:before a:focus, .bg-pse-primary:after a:hover, .bg-pse-primary:after a:focus {
    color: #fff; }

.bg-secondary {
  background-color: #e0301e; }
  .bg-secondary, .bg-secondary a {
    color: #ffffff; }
  .bg-secondary a:hover, .bg-secondary a:focus {
    color: #ffffff; }

.bg-pse-secondary:before, .bg-pse-secondary:after {
  background-color: #e0301e; }
  .bg-pse-secondary:before, .bg-pse-secondary:before a, .bg-pse-secondary:after, .bg-pse-secondary:after a {
    color: #ffffff; }
  .bg-pse-secondary:before a:hover, .bg-pse-secondary:before a:focus, .bg-pse-secondary:after a:hover, .bg-pse-secondary:after a:focus {
    color: #ffffff; }

.bg-alt {
  background-color: #e0301e; }
  .bg-alt, .bg-alt a {
    color: #e0301e; }
  .bg-alt a:hover, .bg-alt a:focus {
    color: #e0301e; }

.bg-pse-alt:before, .bg-pse-alt:after {
  background-color: #e0301e; }
  .bg-pse-alt:before, .bg-pse-alt:before a, .bg-pse-alt:after, .bg-pse-alt:after a {
    color: #e0301e; }
  .bg-pse-alt:before a:hover, .bg-pse-alt:before a:focus, .bg-pse-alt:after a:hover, .bg-pse-alt:after a:focus {
    color: #e0301e; }

.bg-info {
  background-color: #e0301e; }
  .bg-info, .bg-info a {
    color: #ffffff; }
  .bg-info a:hover, .bg-info a:focus {
    color: #ffffff; }

.bg-success {
  background-color: #71ba51; }
  .bg-success, .bg-success a {
    color: #ffffff; }
  .bg-success a:hover, .bg-success a:focus {
    color: #ffffff; }

.bg-warning {
  background-color: #efb239; }
  .bg-warning, .bg-warning a {
    color: #ffffff; }
  .bg-warning a:hover, .bg-warning a:focus {
    color: #ffffff; }

.bg-danger {
  background-color: #e33244; }
  .bg-danger, .bg-danger a {
    color: #ffffff; }
  .bg-danger a:hover, .bg-danger a:focus {
    color: #ffffff; }

.bg-mint {
  background-color: #1abc9c; }
  .bg-mint, .bg-mint a {
    color: #ffffff; }
  .bg-mint a:hover, .bg-mint a:focus {
    color: #ffffff; }

.bg-purple {
  background-color: #9B59B6; }
  .bg-purple, .bg-purple a {
    color: #ffffff; }
  .bg-purple a:hover, .bg-purple a:focus {
    color: #ffffff; }

.bg-pink {
  background-color: #ec407a; }
  .bg-pink, .bg-pink a {
    color: #ffffff; }
  .bg-pink a:hover, .bg-pink a:focus {
    color: #ffffff; }

.bg-dark {
  background-color: #34495e; }
  .bg-dark, .bg-dark a {
    color: #ffffff; }
  .bg-dark a:hover, .bg-dark a:focus {
    color: #ffffff; }

/* TEXTS */
/*======================================*/
.text-light, a.text-light:hover, a.text-light:focus {
  color: #f2f2f2; }

.text-muted, a.text-muted:hover, a.text-muted:focus {
  color: #636365; }

.text-primary, a.text-primary:hover, a.text-primary:focus {
  color: #861d12; }

.text-info, a.text-info:hover, a.text-info:focus {
  color: #861d12; }

.text-success, a.text-success:hover, a.text-success:focus {
  color: #45762f; }

.text-warning, a.text-warning:hover, a.text-warning:focus {
  color: #b37c0f; }

.text-danger, a.text-danger:hover, a.text-danger:focus {
  color: #9a1523; }

.text-main, a.text-main:hover, a.text-main:focus {
  color: #e0301e; }

.text-mint, a.text-mint:hover, a.text-mint:focus {
  color: #0e6252; }

.text-purple, a.text-purple:hover, a.text-purple:focus {
  color: #623475; }

.text-pink, a.text-pink:hover, a.text-pink:focus {
  color: #b41249; }

.text-dark, a.text-dark:hover, a.text-dark:focus {
  color: #10161c; }

/* BUTTONS */
/*======================================*/
.btn {
  cursor: pointer;
  background-color: transparent;
  color: inherit;
  padding: 6px 12px;
  border-radius: 5px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.42857;
  vertical-align: middle;
  min-width: 100px;
  transition: all 0.25s; }
  .btn:not(.disabled):not(:disabled):hover {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25); }

/* Button Sizes */
/*---------------------------------*/
.btn-lg, .btn-icon.btn-lg {
  font-size: 18px;
  line-height: 1.33; }

.btn-sm, .btn-icon.btn-sm {
  font-size: 12px;
  line-height: 1.5; }

.btn-xs, .btn-icon.btn-xs {
  font-size: 12px;
  line-height: 1.5; }

/* Button Icon */
/*---------------------------------*/
.btn-icon {
  padding-left: 9px;
  padding-right: 9px;
  box-shadow: none; }
  .btn-icon > i, .btn-icon:before {
    display: inline-block;
    min-width: 1em; }
  .btn-icon > i:before {
    line-height: inherit; }

/* Button File */
/*---------------------------------*/
.btn-file {
  position: relative;
  overflow: hidden; }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block; }

/* Button Link */
/* --------------------------------- */
.btn-link {
  color: #e0301e;
  border-color: transparent; }
  .btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active {
    box-shadow: none;
    color: #fff;
    background-color: #e0301e; }
  .btn-link.disabled:hover, .btn-link.disabled:focus {
    text-decoration: none; }

/* Button Transparent */
/*---------------------------------*/
.btn-trans {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }
  .btn-trans:hover, .btn-trans:focus, .btn-trans:active, .btn-trans.active {
    background-color: #fff;
    color: #e0301e; }

.btn-default-basic, .btn-default, .btn-default:focus, .btn-hover-default:hover, .btn-hover-default:active, .btn-hover-default.active, .btn.btn-active-default:active, .btn.btn-active-default.active, .dropdown.open > .btn.btn-active-default, .btn-group.open .dropdown-toggle.btn.btn-active-default, .btn-default.disabled:hover, .btn-default:disabled:hover {
  background-color: #f2f2f2;
  border-color: #bfbfbf;
  color: #404041; }
.btn-default:hover, .btn-default:active, .btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #f2f2f2;
  border-color: #bfbfbf;
  color: #404041; }

.btn-primary-basic, .btn-primary, .btn-primary:focus, .btn-hover-primary:hover, .btn-hover-primary:active, .btn-hover-primary.active, .btn.btn-active-primary:active, .btn.btn-active-primary.active, .dropdown.open > .btn.btn-active-primary, .btn-group.open .dropdown-toggle.btn.btn-active-primary, .btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #e0301e;
  border-color: #e0301e;
  color: #fff; }
.btn-primary:hover, .btn-primary:active, .btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #e0301e;
  border-color: #e0301e;
  color: #fff; }

.btn-secondary-basic, .btn-secondary, .btn-secondary:focus, .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
  background-color: #e0301e;
  border-color: #e0301e;
  color: #ffffff; }
.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-color: #e0301e;
  border-color: #e0301e;
  color: #ffffff; }

.btn-alt-basic, .btn-alt, .btn-alt:focus, .btn-alt.disabled:hover, .btn-alt:disabled:hover {
  background-color: #e0301e;
  border-color: #e0301e;
  color: #e0301e; }
.btn-alt:hover, .btn-alt:active, .btn-alt.active,
.open > .dropdown-toggle.btn-alt {
  background-color: #e0301e;
  border-color: #e0301e;
  color: #e0301e; }

.btn-info-basic, .btn-info, .btn-info:focus, .btn-hover-info:hover, .btn-hover-info:active, .btn-hover-info.active, .btn.btn-active-info:active, .btn.btn-active-info.active, .dropdown.open > .btn.btn-active-info, .btn-group.open .dropdown-toggle.btn.btn-active-info, .btn-info.disabled:hover, .btn-info:disabled:hover {
  background-color: #e0301e;
  border-color: #e0301e;
  color: #ffffff; }
.btn-info:hover, .btn-info:active, .btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: #e0301e;
  border-color: #e0301e;
  color: #ffffff; }

.btn-success-basic, .btn-success, .btn-success:focus, .btn-hover-success:hover, .btn-hover-success:active, .btn-hover-success.active, .btn.btn-active-success:active, .btn.btn-active-success.active, .dropdown.open > .btn.btn-active-success, .btn-group.open .dropdown-toggle.btn.btn-active-success, .btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #71ba51;
  border-color: #71ba51;
  color: #ffffff; }
.btn-success:hover, .btn-success:active, .btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #71ba51;
  border-color: #71ba51;
  color: #ffffff; }

.btn-warning-basic, .btn-warning, .btn-warning:focus, .btn-hover-warning:hover, .btn-hover-warning:active, .btn-hover-warning.active, .btn.btn-active-warning:active, .btn.btn-active-warning.active, .dropdown.open > .btn.btn-active-warning, .btn-group.open .dropdown-toggle.btn.btn-active-warning, .btn-warning.disabled:hover, .btn-warning:disabled:hover {
  background-color: #efb239;
  border-color: #efb239;
  color: #ffffff; }
.btn-warning:hover, .btn-warning:active, .btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-color: #efb239;
  border-color: #efb239;
  color: #ffffff; }

.btn-danger-basic, .btn-danger, .btn-danger:focus, .btn-hover-danger:hover, .btn-hover-danger:active, .btn-hover-danger.active, .btn.btn-active-danger:active, .btn.btn-active-danger.active, .dropdown.open > .btn.btn-active-danger, .btn-group.open .dropdown-toggle.btn.btn-active-danger, .btn-danger.disabled:hover, .btn-danger:disabled:hover {
  background-color: #e33244;
  border-color: #e33244;
  color: #ffffff; }
.btn-danger:hover, .btn-danger:active, .btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-color: #e33244;
  border-color: #e33244;
  color: #ffffff; }

.btn-mint-basic, .btn-mint, .btn-mint:focus, .btn-hover-mint:hover, .btn-hover-mint:active, .btn-hover-mint.active, .btn.btn-active-mint:active, .btn.btn-active-mint.active, .dropdown.open > .btn.btn-active-mint, .btn-group.open .dropdown-toggle.btn.btn-active-mint, .btn-mint.disabled:hover, .btn-mint:disabled:hover {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: #ffffff; }
.btn-mint:hover, .btn-mint:active, .btn-mint.active,
.open > .dropdown-toggle.btn-mint {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: #ffffff; }

.btn-purple-basic, .btn-purple, .btn-purple:focus, .btn-hover-purple:hover, .btn-hover-purple:active, .btn-hover-purple.active, .btn.btn-active-purple:active, .btn.btn-active-purple.active, .dropdown.open > .btn.btn-active-purple, .btn-group.open .dropdown-toggle.btn.btn-active-purple, .btn-purple.disabled:hover, .btn-purple:disabled:hover {
  background-color: #9B59B6;
  border-color: #9B59B6;
  color: #ffffff; }
.btn-purple:hover, .btn-purple:active, .btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  background-color: #9B59B6;
  border-color: #9B59B6;
  color: #ffffff; }

.btn-pink-basic, .btn-pink, .btn-pink:focus, .btn-hover-pink:hover, .btn-hover-pink:active, .btn-hover-pink.active, .btn.btn-active-pink:active, .btn.btn-active-pink.active, .dropdown.open > .btn.btn-active-pink, .btn-group.open .dropdown-toggle.btn.btn-active-pink, .btn-pink.disabled:hover, .btn-pink:disabled:hover {
  background-color: #ec407a;
  border-color: #ec407a;
  color: #ffffff; }
.btn-pink:hover, .btn-pink:active, .btn-pink.active,
.open > .dropdown-toggle.btn-pink {
  background-color: #ec407a;
  border-color: #ec407a;
  color: #ffffff; }

.btn-dark-basic, .btn-dark, .btn-dark:focus, .btn-hover-dark:hover, .btn-hover-dark:active, .btn-hover-dark.active, .btn.btn-active-dark:active, .btn.btn-active-dark.active, .dropdown.open > .btn.btn-active-dark, .btn-group.open .dropdown-toggle.btn.btn-active-dark, .btn-dark.disabled:hover, .btn-dark:disabled:hover {
  background-color: #34495e;
  border-color: #34495e;
  color: #ffffff; }
.btn-dark:hover, .btn-dark:active, .btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-color: #34495e;
  border-color: #34495e;
  color: #ffffff; }

/*  
*  I don't know why this piece of code was written this way, 
*  but now I have a problem with style inconsistency, I will comment it out for a while. 
*  If it causes any problem, I need to redesign it
*/
/*.btn-group-vertical .btn:not(.btn-default),
.btn-group .btn:not(.btn-default){
    border-color: rgba(0,0,0,0.09)
}*/
.btn-lg, .btn-icon.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px; }

.btn-sm, .btn-icon.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px; }

.btn-xs, .btn-icon.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px; }

.btn-lg, .btn-icon.btn-lg, .btn-group-lg > .btn {
  border-radius: 0; }

.btn-lg, .btn-icon.btn-lg, .btn-group-sm > .btn,
.btn-lg,
.btn-icon.btn-lg, .btn-group-xs > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* Button Circle */
/*---------------------------------*/
.btn-circle {
  padding: 7px;
  border-radius: 50%; }

.btn-lg.btn-circle {
  padding: 17px; }

.btn-sm.btn-circle {
  padding: 7px; }

.btn-xs.btn-circle {
  padding: 4px; }

.btn-icon.btn-circle > i,
.btn-icon.btn-circle:before {
  display: block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4; }

/* Button Rounded */
/*---------------------------------*/
.btn-rounded {
  border-radius: 17px;
  overflow: hidden; }

.btn-lg.btn-rounded {
  border-radius: 30px; }

.btn-sm.btn-rounded {
  border-radius: 15px; }

.btn-xs.btn-rounded {
  border-radius: 10px; }

.btn-group.btn-rounded {
  overflow: hidden; }

/* Button Labeled */
/*---------------------------------*/
.btn-labeled,
.btn-labeled.fa {
  text-align: left; }

.btn-labeled:not(.btn-block):not(.form-icon) {
  font-family: inherit; }

.btn-block.btn-labeled:not(.form-icon) {
  font-family: inherit; }

.btn-labeled .btn-label,
.btn-labeled:before {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  width: 2em;
  line-height: 1.42857;
  margin: -0.25em 5px -0.23em -12px; }

.btn-labeled.fa {
  line-height: 1.42857; }

.btn-labeled.fa:before,
.btn-labeled .fa:before {
  font-family: FontAwesome; }

.btn-lg.btn-labeled {
  font-size: 17px; }
  .btn-lg.btn-labeled.fa {
    line-height: 1.33; }
.btn-lg.btn-labeled:before, .btn-lg .btn-label {
  font-size: 20px;
  margin-left: -16px; }

.btn-sm.btn-labeled {
  font-size: 11px; }
  .btn-sm.btn-labeled.fa {
    line-height: 1.42857; }
.btn-sm.btn-labeled:before, .btn-sm .btn-label {
  font-size: 14px;
  margin-left: -10px; }

.btn-xs.btn-labeled {
  font-size: 11px; }
  .btn-xs.btn-labeled.fa {
    line-height: 1.5; }
.btn-xs.btn-labeled:before, .btn-xs .btn-label {
  font-size: 12px;
  margin-left: -5px; }

/* PANELS */
/*======================================*/
.panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px; }
  .panel hr {
    border-color: rgba(0, 0, 0, 0.03); }
  .panel .panel-bg-cover {
    max-height: 180px;
    overflow: hidden; }
    .panel .panel-bg-cover img {
      min-width: 100%;
      min-height: 100%;
      background-size: cover; }
  .panel.remove {
    opacity: 0;
    transition: opacity, 0.5s; }
  .panel .alert {
    border-radius: 0; }

.panel.panel-bg-img {
  position: relative; }
.panel .panel-bg-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .panel .panel-bg-wrap > img {
    position: absolute;
    top: 0;
    left: 0; }
  .panel .panel-bg-wrap + .panel-body {
    position: relative; }

.panel-media {
  box-shadow: 0 -50px 20px -10px rgba(0, 0, 0, 0.2);
  padding: 10px 15px 15px 140px;
  position: relative; }
  .panel-media-img {
    position: absolute;
    width: 96px;
    height: 96px;
    left: 20px;
    top: -48px; }
  .panel-media-heading {
    color: #fff;
    position: absolute;
    top: -2.7em; }

.panel .panel-heading,
.panel > :first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.panel .panel-footer,
.panel > :last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.panel-body-full {
  margin-left: -20px;
  margin-right: -20px; }

.panel-body {
  padding: 15px 20px; }

.panel-trans {
  border-color: transparent;
  box-shadow: none;
  background-color: transparent; }

.panel-heading {
  position: relative;
  height: 50px;
  padding: 0;
  color: #e0301e; }

.panel-title {
  font-weight: normal;
  padding: 0 5px 0 5px;
  font-size: 1rem;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.panel-default.panel-colorful {
  background-color: #e6eced;
  color: #404041; }

.panel-default .panel-heading {
  background-color: #e6eced;
  border-color: #f5f7f8; }

.panel-footer {
  background-color: white;
  color: #404041;
  border-color: rgba(0, 0, 0, 0.02);
  position: relative; }

/* Colors */
/*---------------------------------*/
.panel-primary .panel-heading, .panel-primary .panel-footer, .panel-primary.panel-colorful {
  background-color: #e0301e;
  border-color: #e0301e;
  color: #fff; }
.panel-primary.panel-colorful {
  box-shadow: 0 1px 1px #861d12; }

.panel-info .panel-heading, .panel-info .panel-footer, .panel-info.panel-colorful {
  background-color: #e0301e;
  border-color: #e0301e;
  color: #ffffff; }
.panel-info.panel-colorful {
  box-shadow: 0 1px 1px #861d12; }

.panel-success .panel-heading, .panel-success .panel-footer, .panel-success.panel-colorful {
  background-color: #71ba51;
  border-color: #71ba51;
  color: #ffffff; }
.panel-success.panel-colorful {
  box-shadow: 0 1px 1px #45762f; }

.panel-warning .panel-heading, .panel-warning .panel-footer, .panel-warning.panel-colorful {
  background-color: #efb239;
  border-color: #efb239;
  color: #ffffff; }
.panel-warning.panel-colorful {
  box-shadow: 0 1px 1px #b37c0f; }

.panel-danger .panel-heading, .panel-danger .panel-footer, .panel-danger.panel-colorful {
  background-color: #e33244;
  border-color: #e33244;
  color: #ffffff; }
.panel-danger.panel-colorful {
  box-shadow: 0 1px 1px #9a1523; }

.panel-mint .panel-heading, .panel-mint .panel-footer, .panel-mint.panel-colorful {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: #ffffff; }
.panel-mint.panel-colorful {
  box-shadow: 0 1px 1px #0e6252; }

.panel-purple .panel-heading, .panel-purple .panel-footer, .panel-purple.panel-colorful {
  background-color: #9B59B6;
  border-color: #9B59B6;
  color: #ffffff; }
.panel-purple.panel-colorful {
  box-shadow: 0 1px 1px #623475; }

.panel-pink .panel-heading, .panel-pink .panel-footer, .panel-pink.panel-colorful {
  background-color: #ec407a;
  border-color: #ec407a;
  color: #ffffff; }
.panel-pink.panel-colorful {
  box-shadow: 0 1px 1px #b41249; }

.panel-dark .panel-heading, .panel-dark .panel-footer, .panel-dark.panel-colorful {
  background-color: #34495e;
  border-color: #34495e;
  color: #ffffff; }
.panel-dark.panel-colorful {
  box-shadow: 0 1px 1px #10161c; }

.panel > .panel-heading:after,
.panel.panel-colorful > .panel-heading:after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.panel-colorful > .panel-heading {
  border: 0; }

.panel-default > .panel-heading:after, .panel-primary > .panel-heading:after, .panel-info > .panel-heading:after,
.panel-success > .panel-heading:after, .panel-warning > .panel-heading:after, .panel-danger > .panel-heading:after,
.panel-purple > .panel-heading:after, .panel-pink > .panel-heading:after, .panel-dark > .panel-heading:after {
  display: none; }

/* Bordered */
/*---------------------------------*/
.panel-bordered-default, .panel-default.panel-bordered {
  border: 1px solid #bdcccf; }

.panel-bordered-primary, .panel-primary.panel-bordered {
  border: 1px solid #e0301e; }

.panel-bordered-info, .panel-info.panel-bordered {
  border: 1px solid #e0301e; }

.panel-bordered-success, .panel-success.panel-bordered {
  border: 1px solid #71ba51; }

.panel-bordered-warning, .panel-warning.panel-bordered {
  border: 1px solid #efb239; }

.panel-bordered-danger, .panel-danger.panel-bordered {
  border: 1px solid #e33244; }

.panel-bordered-mint, .panel-mint.panel-bordered {
  border: 1px solid #1abc9c; }

.panel-bordered-purple, .panel-purple.panel-bordered {
  border: 1px solid #9B59B6; }

.panel-bordered-pink, .panel-pink.panel-bordered {
  border: 1px solid #ec407a; }

.panel-bordered-dark, .panel-dark.panel-bordered {
  border: 1px solid #34495e; }

/* Panel Group */
/*---------------------------------*/
.panel-group .panel {
  border-radius: 0;
  margin-bottom: 20px; }
.panel-group > div {
  padding-left: 0;
  padding-right: 0; }
  .panel-group > div:first-child > .panel {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .panel-group > div:last-child > .panel {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
  .panel-group > div + div > .panel {
    margin-left: -1px; }

/* Panel Control */
/*---------------------------------*/
.panel-control {
  height: 100%;
  position: relative;
  float: right;
  padding: 0 15px; }
  .panel-control:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    left: -1em;
    position: relative; }
  .panel-control .btn {
    padding-left: 7px;
    padding-right: 7px; }
  .panel-control > i,
  .panel-control > .badge,
  .panel-control > label {
    vertical-align: middle; }
  .panel-control > .toggle-switch + label {
    vertical-align: baseline; }

/* Panel with tabs */
/*---------------------------------*/
.panel-control .nav-tabs {
  display: inline-block;
  height: 40px;
  margin-top: 10px;
  vertical-align: bottom;
  border: 0; }
  .panel-control .nav-tabs > li {
    margin-top: 1px;
    margin-right: 5px;
    height: 100%; }
    .panel-control .nav-tabs > li > a {
      border-radius: 0;
      margin-right: 0;
      height: 100%;
      line-height: 40px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      padding: 0 15px; }
    .panel-control .nav-tabs > li:not(.active) {
      background-color: transparent;
      opacity: .6; }
      .panel-control .nav-tabs > li:not(.active) a {
        border-bottom: 0;
        color: inherit; }
        .panel-control .nav-tabs > li:not(.active) a:hover {
          background-color: rgba(0, 0, 0, 0.15);
          border-color: transparent; }
  .panel-control .nav-tabs > .active > a {
    z-index: 10; }

/* Panel with progress bar */
/*---------------------------------*/
.panel-control .progress {
  min-width: 150px;
  margin: 0;
  display: inline-block;
  vertical-align: middle; }

/* Panel with switch */
/*---------------------------------*/
.panel-control .switchery {
  margin-left: 15px;
  vertical-align: middle; }

/* Panel with pager */
/*---------------------------------*/
.panel-control .pager {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0; }

/* Panel with pagination */
/*---------------------------------*/
.panel-control .pagination {
  margin: 0;
  border-radius: 0;
  vertical-align: middle; }
  .panel-control .pagination > li > a, .panel-control .pagination > li > span {
    padding: 0 10px;
    border: 0 0 0 0;
    border-color: rgba(0, 0, 0, 0.09);
    box-shadow: none;
    height: 100%;
    line-height: 30px; }
  .panel-control .pagination > li:not(.active):not(.disabled) > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.09); }
  .panel-control .pagination > .disabled > a, .panel-control .pagination > .disabled > a:hover, .panel-control .pagination > .disabled > a:active {
    border-color: rgba(0, 0, 0, 0.09); }

.panel-control .pagination > li:not(.active) > a, .pagination > li > a {
  background-color: transparent;
  color: inherit; }

.panel-control .pagination > li > a:hover, .pagination > li > a:focus {
  box-shadow: none; }

/* Panel with table */
/*---------------------------------*/
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border: 0; }

/* Panel with buttons */
/*---------------------------------*/
.panel-control .btn,
.panel-control .dropdown-toggle.btn {
  border: 0; }

.panel-control .open > .btn,
.panel-control .btn.active,
.panel-control .btn:active {
  box-shadow: none; }

.panel-control .btn-default {
  background-color: transparent;
  color: inherit; }

.panel-control > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.panel-control > .btn:last-child,
.panel-control > .btn-group:last-child > .btn:first-child {
  border-bottom-right-radius: 0; }

.layout-panel .panel-title,
.panel-htop .panel-title {
  height: 24px;
  line-height: 24px; }

.layout-panel .panel-body,
.layout-expand .panel-body,
.combo-p .panel-body,
.panel-htop .panel-body {
  padding: 0; }

.layout-panel .panel > .panel-body {
  padding: 0; }

.panel-htop .panel-body .panel-body {
  padding: 0; }

.messager-body.panel-body {
  padding: 15px; }

.layout-expand .panel-body .panel-title {
  line-height: initial; }

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
  background-color: #fff;
  border-color: #e0301e;
  color: #e0301e; }

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
  background-color: #e0301e;
  border-color: #e0301e;
  color: #fff; }

.panel-default .panel-default {
  padding: 0;
  margin-bottom: 16px; }

.panel.datagrid {
  background: #f2f2f2;
  box-shadow: none; }

.datagrid-body {
  background: #fff;
  overflow-x: scroll !important; }

.datagrid-header .datagrid-cell {
  background-color: #e0301e !important; }

.datagrid-view {
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.datagrid-wrap.panel-body {
  padding: 15px;
  border-radius: 5px;
  border-color: transparent;
  background: transparent; }

.datagrid-htable {
  background-color: #e0301e;
  color: #fff;
  font-weight: 700; }

.datagrid-btable,
.datagrid-ftable {
  color: #404041; }

.datagrid-header .datagrid-cell span {
  line-height: 1.42857143;
  font-size: 0.875rem; }

.datagrid-header + .datagrid-body > .datagrid-btable > tbody > .datagrid-row:nth-of-type(even) {
  background-color: #f2f2f2;
  color: #404041; }

.datagrid-header + .datagrid-body > .datagrid-btable > tbody > .datagrid-row:nth-of-type(odd) {
  background-color: #fff;
  color: #404041; }

.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
  margin: 0;
  padding: 8px 20px;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  height: auto;
  line-height: 1.42857143;
  font-size: 0.875rem; }

.datagrid-header-row > .datagrid-cell {
  background: #e0301e; }

.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
  border: none; }

.datagrid-header,
.datagrid-toolbar,
.datagrid-footer-inner {
  border: none;
  background-color: none;
  background: #fff; }

.datagrid-row-selected {
  background: #f7c8c4 !important;
  color: #404041; }

.datagrid-header-row td.datagrid-header-over .datagrid-cell {
  background-color: #e0301e !important;
  color: #fff !important; }

.datagrid-row-over {
  background-color: #f7c8c4 !important;
  color: #404041 !important; }

.datagrid-header td.datagrid-header-over {
  background-color: #e0301e !important;
  color: #fff !important; }

.datagrid-header + .datagrid-body > .datagrid-btable > tbody > .datagrid-row:nth-of-type(odd).datagrid-row-over, .datagrid-header + .datagrid-body > .datagrid-btable > tbody > .datagrid-row:nth-of-type(even).datagrid-row-over {
  background-color: #f7c8c4 !important;
  color: #404041 !important;
  cursor: pointer; }

.datagrid-sort .datagrid-sort-icon {
  background-image: none; }
  .datagrid-sort .datagrid-sort-icon:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    content: "\F54f";
    vertical-align: middle; }
.datagrid-sort.datagrid-sort-asc .datagrid-sort-icon {
  background-image: none; }
  .datagrid-sort.datagrid-sort-asc .datagrid-sort-icon:before {
    content: "\F140"; }
.datagrid-sort.datagrid-sort-desc .datagrid-sort-icon {
  background-image: none; }
  .datagrid-sort.datagrid-sort-desc .datagrid-sort-icon:before {
    content: "\F143"; }

.datagrid-view2 .datagrid-header-inner,
.datagrid-view2 .datagrid-htable,
.datagrid-view2 .datagrid-btable {
  width: 100%;
  max-width: 100%; }

.datagrid-pager {
  color: #404041;
  background: transparent;
  border-color: transparent;
  padding-top: 15px; }
  .datagrid-pager.pagination {
    border-radius: 0; }
    .datagrid-pager.pagination table {
      margin-left: -6px; }
  .datagrid-pager .pagination-num,
  .datagrid-pager .pagination-page-list {
    margin: 0 6px;
    width: auto;
    height: 30px;
    padding: 5px 0 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc; }
  .datagrid-pager .pagination-info {
    color: #404041;
    background: transparent;
    margin: 0;
    padding: 0; }
  .datagrid-pager .pagination-btn-separator {
    margin: 3px 3px 3px 4px; }
  .datagrid-pager .l-btn-left .l-btn-empty {
    margin: 0 2px;
    width: 16px; }
  .datagrid-pager .l-btn-plain:hover {
    background: #fff;
    color: #e0301e;
    border-color: #e0301e !important; }
  .datagrid-pager .l-btn-icon:before {
    display: inline-block;
    font: normal normal normal 16px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px; }
  .datagrid-pager .pagination-first:before {
    content: "\F600"; }
  .datagrid-pager .pagination-next:before {
    content: "\F142"; }
  .datagrid-pager .pagination-prev:before {
    content: "\F141"; }
  .datagrid-pager .pagination-last:before {
    content: "\F601"; }
  .datagrid-pager .pagination-load:before {
    content: "\F453"; }
  .datagrid-pager .pagination-first,
  .datagrid-pager .pagination-next,
  .datagrid-pager .pagination-prev,
  .datagrid-pager .pagination-last,
  .datagrid-pager .pagination-load {
    background-image: none; }

.datagrid a {
  text-decoration: underline; }

.datagrid-mask {
  background: #000;
  opacity: 0.5; }

.datagrid-mask-msg {
  font-size: 0;
  padding: 0;
  border: none;
  background: none; }

.datagrid-mask-msg, .pagination-loading {
  background-image: none; }

.datagrid-mask-msg:before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  color: #fff;
  content: "\F771";
  animation: mdi-spin 2s infinite linear; }

.pagination-loading:before {
  content: "\F771";
  animation: mdi-spin 2s infinite linear; }

.treegrid-tr-tree .datagrid-btable tr:nth-of-type(2n) {
  background-color: #fff;
  color: #2c2c2c; }

.treegrid-tr-tree .tree-more {
  background-color: #f0988f !important;
  color: #fff !important; }

.tree-expanded:before {
  content: "\F140"; }

.tree-collapsed:before {
  content: "\F142"; }

.tree-folder:before {
  content: "\F24b"; }

.tree-folder-open:before {
  content: "\F76f"; }

.tree-file:before {
  content: "\F214"; }

.tree-expanded, .tree-collapsed, .tree-folder, .tree-folder-open, .tree-file {
  background-image: none;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tree-title {
  font-size: 0.85rem; }

.no-icon .tree-file, .no-icon .tree-folder {
  display: none; }

.window .panel-title {
  color: #fff; }

.window-header.bg-primary {
  background-color: #e0301e; }

.window-header.bg-primary .panel-title {
  color: #fff;
  background-color: #e0301e; }

/* PRINT CONTENT */
/*======================================*/
@page {
  margin-top: 0;
  margin-bottom: 0; }
@media print {
  body, #container {
    background: transparent; }

  .boxed {
    width: 100%; }

  .panel {
    border-color: transparent;
    box-shadow: none; }

  #container .no-print, #demo-set,
  .print-content #mainnav-container,
  .print-content #aside-container,
  .print-content #navbar,
  .print-content #footer,
  .print-content .scroll-top {
    display: none; }

  #container.print-content #page-content, #container.print-content #content-container {
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

  .print-inline {
    display: inline; }
  .print-iblock {
    display: inline-block; }
  .print-block {
    display: block; }

  .no-print {
    display: none; } }
/* VERTICAL ALIGN */
/*======================================*/
.v-middle {
  vertical-align: middle; }
.v-top {
  vertical-align: top; }
.v-bottom {
  vertical-align: bottom; }
.v-baseline {
  vertical-align: baseline; }

/* TABLE TOOLBAR */
/*======================================*/
.table-toolbar-left,
.table-toolbar-right {
  text-align: center;
  padding-bottom: 10px; }

.table-toolbar-right > .form-group {
  display: inline-block;
  vertical-align: top;
  margin: 0; }

@media (min-width: 760px) {
  .table-toolbar-left {
    float: left;
    text-align: left; }

  .table-toolbar-right {
    text-align: right; } }
/* POSITIONS */
/*======================================*/
.pos-rel {
  position: relative; }
.pos-abs {
  position: absolute; }
.pos-fix {
  position: fixed; }
.pos-sta {
  position: static; }

/* MICS CLASS */
/*======================================*/
.list-group-striped > li:nth-child(odd), .list-group-striped > a:nth-child(odd):not(.active):not(.disabled) {
  background-color: rgba(0, 0, 0, 0.015);
  border-color: rgba(0, 0, 0, 0.015); }
.list-divider {
  margin: 15px 0;
  height: 1px; }
.list-header {
  font-weight: 300;
  padding: 10px 15px;
  position: relative; }
.list-item-sm {
  padding: 5px 15px; }
.list-item-lg {
  padding: 15px; }
.list-item-xl {
  padding: 20px 15px; }

/* BOX TYPE */
/*======================================*/
.box-block {
  display: block; }

.box-inline {
  display: inline-block; }

.box-vmiddle {
  display: inline-block;
  max-width: 500px;
  vertical-align: middle;
  margin-bottom: 15px; }

.box-vmiddle-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -15px; }

/* BORDER */
/*======================================*/
.bord-no {
  border: 0; }

.bord-all {
  border: 1px solid #ccc; }

.bord-top {
  border-top: 1px solid #ccc; }

.bord-btm {
  border-bottom: 1px solid #ccc; }

.bord-lft {
  border-left: 1px solid #ccc; }

.bord-rgt {
  border-right: 1px solid #ccc; }

.bord-ver {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.bord-hor {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc; }

/* TEXT */
/*======================================*/
.text-thin {
  font-weight: 300; }

.text-normal {
  font-weight: normal; }

.text-semibold {
  font-weight: 400; }

.text-bold {
  font-weight: 700; }

.text-gray-lighter {
  color: #666666; }

.text-5x,
.text-4x,
.text-5x,
.text-2x,
.text-lg,
.text-sm,
.text-xs {
  line-height: 1.25;
  font-size: 4em; }

.text-4x {
  font-size: 4em; }

.text-3x {
  font-size: 3em; }

.text-2x {
  font-size: 2em; }

.text-lg {
  font-size: 1.2em; }

.text-sm {
  font-size: .9em; }

.text-xs {
  font-size: .8em; }

.text-overflow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-unit {
  font-size: 15px;
  vertical-align: top;
  line-height: 1.5em; }

.unselectable {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .unselectable ::selection {
    background-color: transparent;
    color: inherit; }
  .unselectable ::-moz-selection {
    background-color: transparent;
    color: inherit; }

.text-justify {
  text-align: justify; }

.text-justify:after {
  content: '';
  display: inline-block;
  width: 100%; }

@media (min-width: 1200px) {
  .text-lg-right {
    text-align: right; }

  .text-lg-center {
    text-align: center; }

  .text-lg-left {
    text-align: left; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .text-md-right {
    text-align: right; }

  .text-md-center {
    text-align: center; }

  .text-md-left {
    text-align: left; } }
@media (min-width: 768px) and (max-width: 992px) {
  .text-sm-right {
    text-align: right; }

  .text-sm-center {
    text-align: center; }

  .text-sm-left {
    text-align: left; } }
@media (max-width: 760px) {
  .text-xs-right {
    text-align: right; }

  .text-xs-center {
    text-align: center; }

  .text-xs-left {
    text-align: left; } }
/* ICONS */
/*======================================*/
.icon-wrap {
  display: inline-block;
  padding: 10px;
  border-radius: 2px; }
  .icon-wrap i {
    display: block;
    line-height: 1em;
    text-align: center;
    position: relative;
    width: 1em;
    padding-top: 1em;
    vertical-align: middle; }
    .icon-wrap i:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .icon-wrap .icon-txt {
    display: block;
    line-height: 1em;
    text-align: center;
    position: relative;
    width: 1em;
    vertical-align: top; }

.icon-wrap-lg {
  padding: 20px; }

.icon-wrap-md {
  padding: 17px; }

.icon-wrap-sm {
  padding: 12px; }

.icon-wrap-xs {
  padding: 7px; }

.icon-circle {
  border-radius: 50%; }

.icon-lg {
  font-size: 1.333em;
  line-height: 1.095em;
  vertical-align: middle; }

.icon-fw {
  width: 1.33em;
  margin-right: 4px;
  text-align: center; }

.icon-2x {
  font-size: 2em;
  line-height: 1em; }

.icon-3x {
  font-size: 3em;
  line-height: 1em; }

.icon-4x {
  font-size: 4em;
  line-height: 1em; }

.icon-5x {
  font-size: 5em;
  line-height: 1em; }

/* IMAGES */
/*======================================*/
.img-mar {
  margin: 5px; }

.img-border {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1); }
  .img-border-light {
    box-shadow: 0 0 0 4px #fff; }

.img-xs {
  width: 32px;
  height: 32px; }

.img-md {
  width: 64px;
  height: 64px; }

.img-sm {
  width: 48px;
  height: 48px; }

.img-lg {
  width: 96px;
  height: 96px; }

.img-holder img {
  max-width: 100%;
  border-radius: 0; }

/* CONTENT MARGIN */
/*======================================*/
.mar-no {
  margin: 0; }

.mar-all {
  margin: 15px; }

.mar-top {
  margin-top: 15px; }

.mar-btm {
  margin-bottom: 15px; }

.mar-lft {
  margin-left: 15px; }

.mar-rgt {
  margin-right: 15px; }

.mar-hor {
  margin-left: 15px;
  margin-right: 15px; }

.mar-ver {
  margin-top: 15px;
  margin-bottom: 15px; }

/* CONTENT PADDING */
/*======================================*/
.pad-no {
  padding: 0; }

.pad-all {
  padding: 15px; }

.pad-top {
  padding-top: 15px; }

.pad-btm {
  padding-bottom: 15px; }

.pad-lft {
  padding-left: 15px; }

.pad-rgt {
  padding-right: 15px; }

.pad-hor {
  padding-left: 15px;
  padding-right: 15px; }

.pad-ver {
  padding-top: 15px;
  padding-bottom: 15px; }

/* DISABLED BUTTON */
/*======================================*/
a.disabled-link, a.disabled-link:visited,
a.disabled-link:active, a.disabled-link:hover {
  color: #aaa;
  cursor: default; }

/* EQUALIZE HEIGHTS */
/*======================================*/
.eq-height, .eq-height.eq-auto {
  display: table;
  table-layout: fixed;
  height: 100%;
  margin-bottom: 0;
  width: 100%; }
.eq-height.eq-auto {
  table-layout: auto; }
.eq-height .eq-box-xs {
  display: table-cell;
  height: 100%;
  vertical-align: top;
  float: none; }
.eq-height > * > .panel {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }
.eq-height [class*="eq-box"].eq-no-panel {
  padding-bottom: 0; }

.eq-min-width {
  width: 1%; }

.eq-no-panel:after {
  content: '';
  display: table;
  width: 100%;
  table-layout: fixed; }

@media (min-width: 1200px) {
  .eq-height .eq-box-lg {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    float: none;
    padding-bottom: 15px; }
    .eq-height .eq-box-lg .panel {
      margin-bottom: 0; } }
@media (min-width: 992px) {
  .eq-height .eq-box-md {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    float: none;
    padding-bottom: 15px; }
    .eq-height .eq-box-md .panel {
      margin-bottom: 0; } }
@media (min-width: 768px) {
  .eq-height .eq-box-sm {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    float: none;
    padding-bottom: 15px; }
    .eq-height .eq-box-sm .panel {
      margin-bottom: 0; } }
/* Card
/*====================================*/
.small .card,
.middle .card,
.large .card {
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  background: #fff;
  padding: 0;
  border: none;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px; }
  .small .card > .content,
  .middle .card > .content,
  .large .card > .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    background: 0 0;
    margin: 0;
    padding: 10px;
    box-shadow: none;
    border-radius: 0;
    width: 100%; }
  .small .card .meta,
  .middle .card .meta,
  .large .card .meta {
    font-size: 1rem;
    color: #2d2d2d;
    line-height: 1.125;
    margin-bottom: 10px; }
    .small .card .meta .bookmark,
    .middle .card .meta .bookmark,
    .large .card .meta .bookmark {
      position: absolute;
      right: 7px;
      top: 5px;
      line-height: 1; }
      .small .card .meta .bookmark .grid .card .meta .bookmark i,
      .middle .card .meta .bookmark .grid .card .meta .bookmark i,
      .large .card .meta .bookmark .grid .card .meta .bookmark i {
        font-size: 18px; }
  .small .card .card-img-cover,
  .middle .card .card-img-cover,
  .large .card .card-img-cover {
    -webkit-transition: all .5s;
    transition: all .5s;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 56.25%; }
  .small .card .header,
  .middle .card .header,
  .large .card .header {
    font-size: 1rem;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%; }
  .small .card .meta-flex,
  .middle .card .meta-flex,
  .large .card .meta-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.4); }
    .small .card .meta-flex .meta,
    .middle .card .meta-flex .meta,
    .large .card .meta-flex .meta {
      margin-bottom: 0; }
      .small .card .meta-flex .meta i,
      .middle .card .meta-flex .meta i,
      .large .card .meta-flex .meta i {
        font-size: 18px;
        vertical-align: middle;
        margin-right: 5px; }
  .small .card .author,
  .middle .card .author,
  .large .card .author {
    display: flex;
    align-items: center; }
    .small .card .author .cover,
    .middle .card .author .cover,
    .large .card .author .cover {
      width: 2rem;
      height: 2rem;
      margin-right: 5px; }
      .small .card .author .cover .image,
      .middle .card .author .cover .image,
      .large .card .author .cover .image {
        transition: all .5s;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 100%;
        border-radius: 50%; }
      .small .card .author .cover .name,
      .middle .card .author .cover .name,
      .large .card .author .cover .name {
        font-size: 1rem; }

.extra-large .card .content .date {
  height: 20px; }

/*
* i think it is useless and it is conflict with navgation's card.
* they should be unified.
*/
/*.small .grid-item,
.middle .grid-item,
.large .grid-item,
.extra-large .grid-item {
    width: 100%;
}*/
#tab-cards {
  padding-left: 15px;
  padding-right: 15px; }

.grid-demo.small .grid-item {
  width: 280px; }
.grid-demo.middle .grid-item {
  width: 340px; }
.grid-demo.large .grid-item {
  width: 580px; }
.grid-demo.extra-large .grid-item {
  width: 880px; }

@media (min-width: 768px) {
  .extra-large .card .content .meta {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; }

  .small .card {
    margin-bottom: 20px; } }
@media (max-width: 768px) {
  .small .card .card-img-cover,
  .middle .card .card-img-cover,
  .large .card .card-img-cover,
  .extra-large .card .card-img-cover {
    padding-bottom: 50%; }

  .extra-large .card .meta {
    display: none; }

  .extra-large .card .date,
  .extra-large .card .meta-group .meta {
    display: block; } }
#card2,
#card3,
#card4 {
  display: none; }

.middle .card .card-img-cover {
  padding-bottom: 40.6%; }

.large .card .card-img-cover {
  padding-bottom: 28.8%; }

.extra-large .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 0;
  background: #fff;
  padding: 0;
  border: none;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin: 0 auto 20px; }
  .extra-large .card > .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    background: 0 0;
    margin: 0;
    padding: 10px;
    box-shadow: none;
    border-radius: 0; }
  .extra-large .card .meta {
    font-size: 1rem;
    color: #2d2d2d;
    line-height: 1.125;
    margin-bottom: 10px; }
    .extra-large .card .meta .bookmark {
      position: absolute;
      right: 7px;
      top: 5px;
      line-height: 1; }
      .extra-large .card .meta .bookmark .grid .card .meta .bookmark i {
        font-size: 18px; }
  .extra-large .card .card-img-cover {
    -webkit-transition: all .5s;
    transition: all .5s;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 200px;
    width: 240px; }
  .extra-large .card .header {
    font-size: 1rem;
    margin-bottom: .5rem;
    margin-top: 1.5remn;
    width: 100%; }
  .extra-large .card .meta-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 1.2rem; }
    .extra-large .card .meta-flex .meta {
      margin-bottom: 0; }
      .extra-large .card .meta-flex .meta i {
        font-size: 18px;
        vertical-align: middle;
        margin-right: 5px; }
  .extra-large .card .author {
    display: flex;
    align-items: center; }
    .extra-large .card .author .cover {
      width: 2rem;
      height: 2rem;
      margin-right: 5px; }
      .extra-large .card .author .cover .image {
        transition: all .5s;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 100%;
        border-radius: 50%; }
      .extra-large .card .author .cover .name {
        font-size: 1rem;
        width: 50%; }

@media (max-width: 768px) {
  .extra-large .card {
    max-width: 100%;
    width: 100%; }
    .extra-large .card .meta-group {
      margin-top: 0; }
    .extra-large .card .content .card-img-cover {
      width: 100%;
      float: none;
      margin-right: 0;
      margin: 25px 0 0 0;
      padding-bottom: 80%; }
    .extra-large .card .content .date {
      position: absolute;
      top: 10px;
      width: 100%; }
      .extra-large .card .content .date .bookmark {
        top: -5px;
        right: 17px; }
    .extra-large .card .content .header {
      margin-top: 5px;
      margin-bottom: 5px; }
    .extra-large .card .meta {
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; } }
.extra-large .card .content .date {
  height: 20px;
  position: relative; }

.extra-large .card .meta .bookmark {
  position: absolute;
  right: 7px;
  top: 0px;
  line-height: 1; }

.meta-flex .p-tl,
.meta-flex .p-tr,
.meta-flex .p-bl,
.meta-flex .p-br {
  width: 50%; }
.meta-flex .p-tl img,
.meta-flex .p-tr img,
.meta-flex .p-bl img,
.meta-flex .p-br img {
  width: 100%; }

.p-tr > .meta > span:not(:last-child),
.p-tl > .meta > span:not(:last-child),
.p-bl > .meta > span:not(:last-child),
.p-br > .meta > span:not(:last-child),
.p-tr > .meta:not(:last-child),
.p-tl > .meta:not(:last-child),
.p-bl > .meta:not(:last-child),
.p-br > .meta:not(:last-child) {
  margin-right: 8px; }

.meta {
  word-wrap: break-word; }
  .meta img {
    width: 100%;
    height: 100px; }

.meta-flex .p-tr,
.meta-flex .p-br,
.meta-flex .p-tl,
.meta-flex .p-bl {
  display: flex;
  flex-wrap: wrap; }
.meta-flex .p-tr,
.meta-flex .p-br {
  justify-content: flex-end; }

.card-img-cover {
  margin: 10px 0;
  overflow: hidden; }

.meta-content .meta {
  overflow: hidden;
  display: block;
  margin-top: 10px; }

.meta-footer .cover {
  width: 2rem;
  height: 2rem;
  float: left; }
  .meta-footer .cover .image {
    transition: all .5s;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100%;
    border-radius: 50%; }
.meta-footer .name {
  float: left;
  margin-left: 5px;
  line-height: 2rem; }

.card .meta-header {
  margin-bottom: 10px; }

.cover-position-right .cover {
  order: 1; }

.cover-position-left .cover {
  order: 0; }

.cover {
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px; }

.nav > li > a.btn-primary:focus, .nav > li > a.btn-hover-primary:hover, .nav > li > a.btn-hover-primary:active, .nav > li > a.btn-hover-primary.active, .nav > li > a.btn.btn-active-primary:active, .nav > li > a.btn.btn-active-primary.active, .nav > li.dropdown.open > a.btn.btn-active-primary, .btn-group.open .nav > li > a.dropdown-toggle.btn.btn-active-primary, .nav > li > a.btn-primary:hover {
  background-color: #e0301e;
  color: #fff; }

.text-primary {
  color: #e0301e !important; }

.text-secondary {
  color: #e0301e !important; }

.text-trans {
  color: #fff !important; }

.text-alt {
  color: #e0301e !important; }

.section_line {
  border-bottom-color: #d04a02 !important; }

.label-left.has-feedback label ~ .form-control-feedback {
  top: 1px; }

.form-control-feedback {
  height: 26px !important;
  line-height: 26px !important;
  top: 1.5px; }

/*IE close*/
input::-ms-clear, input::-ms-reveal {
  display: none; }

/*
 * basic
 * --------------------------------------------------
 */
.btn-text {
  padding: 0 5px; }

.btn > i + .btn-text {
  display: none;
  padding-left: 0; }

@media (min-width: 768px) {
  .btn > i + .btn-text {
    display: inline; } }
a:focus {
  outline: none; }

.form-control:focus {
  border-color: #e0301e;
  outline: 0;
  box-shadow: none; }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none; }

.ml-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.text-bold {
  font-weight: 700; }

.text-sm {
  font-size: .9em; }

.text-xs {
  font-size: .8em; }

.text-overflow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*
 * Like and Share
 * --------------------------------------------------
 */
.btn-action::before {
  display: inline-block;
  border-radius: 4px 0 0 4px;
  box-sizing: content-box;
  width: 48px;
  height: 100%;
  position: absolute;
  content: "";
  cursor: pointer;
  top: 0;
  left: 0;
  border: none;
  text-overflow: clip;
  background: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 48px auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.btn-action i {
  color: white;
  font-size: 24px;
  margin: 0 0 0 12px;
  z-index: 20;
  position: relative; }

.btn-action span {
  position: absolute;
  left: 60px;
  font-size: 14px; }

.btn-action {
  width: 100%;
  border-radius: 3px;
  display: inline-block;
  box-sizing: content-box;
  position: relative;
  cursor: pointer;
  margin: 0px 0 4px 0;
  border: none;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  text-overflow: clip;
  background: #939598;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: none;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
  max-width: 136px; }
  .btn-action.like {
    background: #e0301e; }
  .btn-action.share {
    background: #e0301e; }

.btn-action:hover {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25); }

.btn-action-icon i {
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
.btn-action-icon.like i {
  color: #e0301e; }
.btn-action-icon.share i {
  color: #e0301e; }

/*
 * Dropdown
 * --------------------------------------------------
 */
.btn-dropdown {
  border-radius: 3px;
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative; }
  .btn-dropdown .caret {
    margin-left: 21px;
    margin-right: 5px;
    position: relative; }

.btn-dropdown::before {
  display: inline-block;
  border-radius: 0 3px 3px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 34px;
  height: 100%;
  position: absolute;
  content: "";
  cursor: pointer;
  top: 0;
  right: 0;
  border: none;
  color: rgba(0, 0, 0, 0.9);
  text-overflow: clip;
  background: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 48px auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.btn-link:hover, .btn-link:focus {
  text-decoration: none; }

/*
 * Text
 * --------------------------------------------------
 */
.address .form-control {
  margin-bottom: 5px; }

.phone .input-group {
  height: 34px; }

.phone .input-group-addon {
  background-color: #fff; }

.style.disabled,
.style[disabled],
.text-primary.disabled,
.text-primary[disabled]
.text-secondary.disabled,
.text-secondary[disabled]
.text-trans.disabled,
.text-trans[disabled]
.text-alt.disabled,
.text-alt[disabled],
.bg-primary.disabled,
.bg-primary[disabled],
.bg-secondary.disabled,
.bg-secondary[disabled]
.bg-alt.disabled,
.bg-alt[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

/*
* dm-form --> digital maker form
* avoid text overflow
* @2018-10-25 16:49:40
* change break-all to break-word for textarea. See #issue 20181024-01618
*/
.dm-form .form-group > label + div {
  word-break: break-word; }

/*
 * Checkbox
 * --------------------------------------------------
 */
.checkbox, .radio {
  margin-top: 7px;
  margin-bottom: 7px; }

.checkbox.checkbox-inline, .radio.radio-inline {
  margin-top: 7px;
  margin-bottom: 0; }

.checkbox-inline, .radio-inline {
  margin-right: 10px; }

.checkbox-orange input[type="checkbox"]:checked + label::before,
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: none; }

.checkbox {
  padding-left: 20px; }

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 2px;
  line-height: 18px; }

.checkboxs > .checkboxs-label + .checkbox {
  margin-top: 0; }

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  margin-left: -20px;
  color: #555555; }

.checkbox input[type="checkbox"] {
  opacity: 0; }

.checkbox input[type="checkbox"]:focus + label::before {
  outline: none; }

.checkbox input[type="checkbox"]:hover + label::before {
  border-color: #e0301e; }

.checkbox input[type="checkbox"]:checked + label::before {
  border-color: #e0301e;
  background-color: #e0301e; }

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'Material Design Icons';
  content: '\f12c';
  color: #fff;
  font-size: 18px; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.form-control[readonly], fieldset[readonly] .form-control {
  cursor: text; }

.form-control[readonly], .form-control[readonly], fieldset[readonly] .form-control {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 0; }

input[type=radio][readonly] + label, input[type=checkbox][readonly] + label {
  cursor: text; }

input[type=radio][readonly]:hover + label::before, input[type=checkbox][readonly]:hover + label::before {
  border-color: #ccc; }

input[type=radio]:checked[readonly]:hover + label::before, input[type=checkbox]:checked[readonly]:hover + label::before {
  border-color: #e0301e; }

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
  cursor: text;
  opacity: 1;
  padding-left: 0;
  padding-right: 0;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 0; }
  .bootstrap-select.btn-group.disabled .bs-caret, .bootstrap-select.btn-group > .disabled .bs-caret {
    display: none; }
  .bootstrap-select.btn-group.disabled.dropdown-toggle, .bootstrap-select.btn-group > .disabled.dropdown-toggle {
    padding-right: 0; }

#dz-previews > a[download] {
  display: block; }

.input-group[readonly] .input-group-addon {
  display: none; }

/*
 * Radio
 * --------------------------------------------------
 */
.radio {
  padding-left: 20px; }

.radios > .radios-label + .radio {
  margin-top: 0; }

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 2px;
  line-height: 18px; }

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }

.radio input:hover + label::before,
.radio input:checked + label::before {
  border-color: #e0301e; }

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 12px;
  height: 12px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #e0301e;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio:focus label::after {
  outline: none; }

.radio input[type="radio"] {
  opacity: 0; }

.radio input[type="radio"]:focus + label::before {
  outline: none; }

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

/*
 * Date (Require Bootstrap Datepicker)
 * --------------------------------------------------
 */
.input-daterange input {
  text-align: left; }

.datepicker table tbody tr td {
  border-radius: 50%;
  border: 1px solid transparent; }

.datepicker table {
  border-collapse: separate; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  font-weight: 400;
  width: 30px;
  height: 30px; }

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active {
  background: #e0301e;
  color: #fff; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #e7e7e8; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999; }

.datepicker table tr td.today {
  color: #e0301e;
  background-color: #fff;
  background-image: none;
  border-color: #e0301e; }

.datepicker table tr td.selected {
  color: #e0301e;
  background-color: #fff;
  background-image: none;
  border-color: #e0301e;
  text-shadow: none; }

.datepicker table tr td.selected.range-end {
  color: #333;
  background-color: #fff; }

.datepicker table tr td.range {
  background: #fdf4e5;
  border-color: #fdf4e5; }

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
  background: #fdf4e5; }

.datepicker table tr td.today:hover:hover {
  color: #000;
  background-color: #fff;
  background-image: none;
  border-color: #e0301e; }

.datepicker.dropdown-menu {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
  padding: 15px;
  font-size: .875rem; }

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0; }

.datepicker table thead th.dow {
  border-bottom: 1px solid #eee;
  border-radius: 0; }

.datepicker table tbody:before {
  content: '';
  display: block;
  height: 10px; }

.input-group.input-daterange .input-group-addon {
  border-color: transparent;
  font-weight: 700;
  background: transparent;
  color: #333; }

.input-daterange .input-group-addon.from {
  padding-left: 0; }

.input-group.input-daterange .form-control {
  border-radius: 4px !important; }

.prev .mdi,
.next .mdi {
  font-size: 1.5em; }

.datepicker th.datepicker-switch {
  font-size: 1.5em; }

.form-control.date {
  max-width: 242px; }

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #e0301e;
  border-color: #e0301e; }

/*
 * Adding a Timepicker to jQuery UI Datepicker
 * --------------------------------------------------
 */
.form-control.max-width {
  max-width: 242px; }

.ui-timepicker-div .ui-widget-header {
  display: none; }

.ui-timepicker-div dl dt {
  float: none;
  clear: none;
  padding: 0 0 0 12px; }

.ui-timepicker-div dl dd {
  margin: 15px 12px; }

.ui-timepicker-div .ui_tpicker_hour_slider .ui-slider-handle,
.ui-timepicker-div .ui_tpicker_minute_slider .ui-slider-handle {
  border: 1px solid #e0301e;
  background: #e0301e;
  border-radius: 50%; }

.ui-slider-horizontal.ui-widget.ui-widget-content {
  height: 1px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #c5c5c5; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.6em;
  margin-left: 0; }

.input-daterange input:last-child {
  border-radius: 4px; }

.ui-datepicker {
  font-family: Arial, sans-serif;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  border: none !important; }

/*
 * Dropdown
 * --------------------------------------------------
 */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #262626;
  background-color: #f5f5f5; }

/*bootstrap-select*/
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important; }

.btn-default:active:hover,
.open > .dropdown-toggle.btn-default:hover {
  box-shadow: none;
  background: #fff; }

.bootstrap-select .open > .dropdown-toggle.btn-default,
.bootstrap-select .open > .dropdown-toggle.btn-default:focus,
.bootstrap-select .open > .dropdown-toggle.btn-hover-default:hover,
.bootstrap-select .open > .dropdown-toggle.btn-hover-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-hover-default.active,
.bootstrap-select .open > .dropdown-toggle.btn.btn-active-default:active,
.bootstrap-select .open > .dropdown-toggle.btn.btn-active-default.active,
.bootstrap-select .dropdown.open > .dropdown-toggle.btn.btn-active-default,
.bootstrap-select .btn-group.open .open > .dropdown-toggle.btn.btn-active-default,
.btn-group.open .bootstrap-select .open > .dropdown-toggle.btn.btn-active-default,
.bootstrap-select .btn-default:hover,
.bootstrap-select .btn-default:focus,
.bootstrap-select .btn-hover-default:hover,
.bootstrap-select .btn-hover-default:active,
.bootstrap-select .btn-hover-default.active,
.bootstrap-select .btn.btn-active-default:active,
.bootstrap-select .btn.btn-active-default.active,
.bootstrap-select .dropdown.open > .btn.btn-active-default,
.bootstrap-select .btn-group.open .dropdown-toggle.btn.btn-active-default,
.btn-group.open .bootstrap-select .dropdown-toggle.btn.btn-active-default {
  background: #fff; }

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #333;
  background: #fff; }

.form-group.has-feedback .mdi-check:before,
.form-group.has-feedback .mdi-close:before {
  background: #fff; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  margin-top: 0; }

/*
 * File (Require dropzone)
 * --------------------------------------------------
 */
#dropzone {
  margin-bottom: 3rem; }

.dropzone {
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: white; }

.dropzone .dz-message {
  font-weight: 400; }

.dropzone .dz-message .note {
  font-size: 0.8em;
  font-weight: 200;
  display: block;
  margin-top: 1.4rem; }

.dropzone {
  min-height: 150px;
  border: 1px dashed #e0301e;
  background: #fff;
  padding: 15px; }

.dz-icon {
  color: #e0301e; }

.dz-text {
  color: #e0301e;
  font-weight: 700; }

.dz-dropzone-icon div {
  background: #fff;
  position: absolute;
  top: 80px;
  z-index: 99;
  border-radius: 50% !important;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  left: 2rem; }
  .dz-dropzone-icon div i {
    font-size: 1.5rem;
    color: #e0301e; }

.mar-no {
  margin: 0 !important; }

.pad-ver {
  padding-top: 7px;
  padding-bottom: 7px; }

.pad-top {
  padding-top: 15px; }

.bord-top {
  border-top: 1px solid #e9e9e9; }

.media-block .media-left {
  display: block;
  float: left; }

.media-block .media-right {
  float: right; }

.media-block .media-body {
  display: block;
  overflow: hidden;
  width: auto; }

.middle .media-left,
.middle .media-right,
.middle .media-body {
  vertical-align: middle; }

.progress {
  height: 12px;
  margin-bottom: 15px;
  border-radius: 0;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.1); }

.progress-bar {
  font-size: 10px;
  background-color: #42a5f5;
  line-height: 1.05em;
  box-shadow: none; }

.progress-light-base {
  background-color: #fff; }

.progress-dark-base {
  background-color: rgba(255, 255, 255, 0.2); }

.progress-xs {
  height: 2px;
  margin-bottom: 10px; }

.progress-xs .progress-bar {
  font-size: 0;
  line-height: 2px; }

.progress-bar-success {
  background-color: #8bc34a; }

/*
 * Label
 * --------------------------------------------------
 */
.label-left {
  display: flex;
  align-items: center; }
  .label-left label {
    margin-top: 0;
    margin-right: 15px; }
  .label-left .control {
    width: 100%; }
    .label-left .control textarea.form-control {
      margin-top: 0; }

textarea.form-control {
  margin-top: 7px; }

.required {
  display: inline-block; }

.form-horizontal .control-label {
  text-align: left; }

.has-error .control-label,
.has-success .control-label {
  color: #333; }

.form-group .required.control-label:after {
  content: "*";
  padding-left: 5px;
  color: #e0301e; }

label + form {
  margin-top: 7px; }

/*
 * Menu
 * --------------------------------------------------
 */
.menu {
  position: relative; }
  .menu .js-open {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 20;
    display: none;
    float: left; }
  .menu .js-add-component.btn-lg .caret {
    content: "";
    border-top: 0;
    border-bottom: 5px dashed; }
  .menu .btn-danger,
  .menu .btn-danger:hover,
  .menu .btn-danger.active,
  .menu .btn-danger:active,
  .menu .open > .dropdown-toggle.btn-danger,
  .menu .btn-danger.focus,
  .menu .btn-danger:focus,
  .menu .btn-hover-danger:hover,
  .menu .btn-hover-danger:active,
  .menu .btn-hover-danger.active,
  .menu .btn.btn-active-danger:active,
  .menu .btn.btn-active-danger.active,
  .menu .dropdown.open > .btn.btn-active-danger,
  .menu .btn-group.open .dropdown-toggle.btn.btn-active-danger,
  .btn-group.open .menu .dropdown-toggle.btn.btn-active-danger,
  .menu .btn-danger.active.focus,
  .menu .btn-danger.active:focus,
  .menu .active.btn-hover-danger:hover,
  .menu .active.btn-hover-danger:active,
  .menu .active.btn-hover-danger,
  .menu .active.btn.btn-active-danger,
  .menu .btn-group.open .active.dropdown-toggle.btn.btn-active-danger,
  .btn-group.open .menu .active.dropdown-toggle.btn.btn-active-danger,
  .menu .btn-danger.active:hover,
  .menu .btn-danger:active.focus,
  .menu .btn-danger:active:focus,
  .menu .btn-hover-danger:active:hover,
  .menu .btn-hover-danger:active,
  .menu .btn-hover-danger.active:active,
  .menu .btn.btn-active-danger:active,
  .menu .btn-group.open .dropdown-toggle.btn.btn-active-danger:active,
  .btn-group.open .menu .dropdown-toggle.btn.btn-active-danger:active,
  .menu .btn-danger:active:hover,
  .menu .open > .dropdown-toggle.btn-danger.focus,
  .menu .open > .dropdown-toggle.btn-danger:focus,
  .menu .open > .dropdown-toggle.btn-hover-danger:hover,
  .menu .open > .dropdown-toggle.btn-hover-danger:active,
  .menu .open > .dropdown-toggle.btn-hover-danger.active,
  .menu .open > .dropdown-toggle.btn.btn-active-danger:active,
  .menu .open > .dropdown-toggle.btn.btn-active-danger.active,
  .menu .dropdown.open > .dropdown-toggle.btn.btn-active-danger,
  .menu .btn-group.open .open > .dropdown-toggle.btn.btn-active-danger,
  .btn-group.open .menu .open > .dropdown-toggle.btn.btn-active-danger,
  .menu .open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #e0301e;
    border-color: #e0301e;
    box-shadow: none; }
  .menu .js-add-component .caret {
    margin-left: 4rem; }
  .menu .btn {
    text-align: left;
    border-radius: 2px;
    margin-bottom: 0.5rem;
    padding: 10px 16px; }
  .menu .btn-default,
  .menu .btn-default:hover {
    background-color: #e7e7e8;
    border-color: #e7e7e8; }
  .menu .btn-default.active.focus,
  .menu .btn-default.active:focus,
  .menu .active.btn-hover-default:hover,
  .menu .active.btn-hover-default:active,
  .menu .active.btn-hover-default,
  .menu .active.btn.btn-active-default,
  .menu .btn-group.open .active.dropdown-toggle.btn.btn-active-default,
  .btn-group.open .menu .active.dropdown-toggle.btn.btn-active-default,
  .menu .btn-default.active:hover,
  .menu .btn-default:active.focus,
  .menu .btn-default:active:focus,
  .menu .btn-hover-default:active:hover,
  .menu .btn-hover-default:active,
  .menu .btn-hover-default.active:active,
  .menu .btn.btn-active-default:active,
  .menu .btn-group.open .dropdown-toggle.btn.btn-active-default:active,
  .btn-group.open .menu .dropdown-toggle.btn.btn-active-default:active,
  .menu .btn-default:active:hover,
  .menu .open > .dropdown-toggle.btn-default.focus,
  .menu .open > .dropdown-toggle.btn-default:focus,
  .menu .open > .dropdown-toggle.btn-hover-default:hover,
  .menu .open > .dropdown-toggle.btn-hover-default:active,
  .menu .open > .dropdown-toggle.btn-hover-default.active,
  .menu .open > .dropdown-toggle.btn.btn-active-default:active,
  .menu .open > .dropdown-toggle.btn.btn-active-default.active,
  .menu .dropdown.open > .dropdown-toggle.btn.btn-active-default,
  .menu .btn-group.open .open > .dropdown-toggle.btn.btn-active-default,
  .btn-group.open .menu .open > .dropdown-toggle.btn.btn-active-default,
  .menu .open > .dropdown-toggle.btn-default:hover {
    background-color: #eb8c00;
    border-color: #eb8c00;
    color: #fff; }
  .menu .mt-0 {
    margin-top: 0; }
  .menu .caret {
    float: right;
    margin-top: 8px; }
  .menu .popover {
    width: 100%; }
  .menu .bg-grey {
    background-color: #e7e7e8; }
  .menu .dropdown-menu {
    width: 100%; }
  .menu .dropdown-menu > li > a {
    padding: 10px 16px; }
  .menu .border-bottom {
    border-bottom: 1px solid #ccc; }
  .menu .ui.grid.components {
    margin: 1rem 0;
    width: 100%;
    max-width: 720px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

/*
 * Number
 * --------------------------------------------------
 */
.number {
  position: relative; }
  .number .input-group {
    max-width: 156px; }
    .number .input-group .input-group-addon {
      background-color: #eee; }
      .number .input-group .input-group-addon.disabled, .number .input-group .input-group-addon.disabled:hover {
        cursor: not-allowed;
        background-color: #eee;
        color: #ccc; }
    .number .input-group .input-group-addon:hover {
      background-color: #e0301e;
      color: #fff; }

.number input[type=number]::-webkit-inner-spin-button,
.number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.number input[type=number] {
  -moz-appearance: textfield; }

.number input:focus {
  outline: 0; }

.number .minus,
.number .plus {
  cursor: pointer; }

.number .form-control {
  text-align: center; }

.number[readonly] .input-group-addon {
  display: none; }
.number[readonly] .form-control {
  background-color: transparent;
  background-color: #fff;
  color: #2c2c2c;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/*
 * Panel
 * --------------------------------------------------
 */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  font-size: .875rem; }

.panel .panel-heading {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border: none; }

.panel.panel-main .panel-default {
  margin-bottom: -10px; }

.panel.panel-main .panel-default .panel-heading {
  margin-top: -10px; }

.panel.panel-main .panel-default .panel-heading + .panel-body {
  margin-bottom: 20px; }

/*
 * Rating
 * --------------------------------------------------
 */
.rating {
  float: left; }

.rating > input {
  display: none; }

.rating > label:before {
  margin: 0 5px 0 0;
  line-height: 1;
  font-size: 1.5em;
  font-family: 'Material Design Icons';
  display: inline-block;
  content: "\f4ce"; }

.rating > label {
  color: #e7e7e8;
  float: right;
  margin-bottom: 0;
  cursor: pointer;
  margin-right: 0; }

.rating > input:checked ~ label,
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #dc6900; }

.control-wrap {
  position: relative; }

/*
 * Search Autocomplete
 * --------------------------------------------------
 */
.typeahead.dropdown-menu {
  width: calc(100% - 30px); }

/*
 * comments
 * --------------------------------------------------
 */
.comments-content .comments-body .comment-panel {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: .25rem; }
.comments-content .comment {
  border-top: 1px solid #ccc;
  padding-top: 1rem; }
  .comments-content .comment .list-inline.dot.small {
    font-size: 75%; }
.comments-content .replies {
  border-left: 2px solid #ccc;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }
.comments-content .reply + .reply {
  margin-top: 1rem;
  margin-bottom: 1rem; }
.comments-content .image-wrapper {
  margin-right: 10px; }
  .comments-content .image-wrapper.small {
    width: 38px; }
  .comments-content .image-wrapper.medium {
    width: 51px; }

.media-body p {
  line-height: 1.25;
  margin-bottom: 0; }

.form-reply textarea {
  margin-bottom: 10px; }

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%; }

.image-wrapper {
  width: 100px;
  height: auto; }

.image-wrapper.small {
  width: 40px; }

.image-wrapper.medium {
  width: 80px; }

.image-wrapper.large {
  width: 160px; }

.image-wrapper > .image.rounded {
  border-radius: 0.25rem; }

.image-wrapper > .image.circular {
  border-radius: 50%; }

.image-wrapper > .image {
  transition: all .5s;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.image-wrapper > .image {
  padding-bottom: 56.25%; }

.image-wrapper > .image.square {
  padding-bottom: 100%; }

/*
 * Styles for jQuery.ellipsis
 * --------------------------------------------------
 */
.ellip {
  display: block;
  height: 100%; }

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
  max-width: 100%; }

.form-button-container button {
  margin-left: 8px; }

.form-button-container .dropdown-menu {
  padding: 3px; }

.form-button-container .dropdown-menu li {
  margin-top: 1px; }

.form-button-container .form-container .btn {
  padding: .6rem 1.5rem;
  font-size: 1.2rem; }

@media (min-width: 768px) {
  .form-button-container .form-container .btn {
    min-width: 8.5rem; }

  .form-button-container .form-container .btn-group .btn {
    min-width: auto; } }
@media (max-width: 768px) {
  .DivBtn {
    display: flex;
    flex-wrap: wrap; }

  .DivBtn .btn {
    flex: 1;
    flex-basis: auto;
    margin: 0 8px 8px 8px; }

  .DivBtn.pull-right {
    float: none !important; } }

/* *, *:after, *:before {
  border-radius: 0px !important; } */
.form-group {
  margin-bottom: 20px; }

.tips {
  margin: 5px;
  font-size: 1.25rem;
  color: #c7c8ca;
  cursor: pointer; }

.tips-sm {
  margin: 5px;
  font-size: 1.25rem;
  color: #c7c8ca;
  cursor: pointer; }

.form-group-no-bottom-margin {
  margin-bottom: 5px; }

.form-control:not(.search) {
  background-color: #fff;
  color: #404041; }

.bootstrap-select .btn-default,
.bootstrap-select .btn-default:hover {
  background-color: #fff;
  color: #404041;
  box-shadow: none;
  border-color: #ccc; }

#mainnav-menu a {
  display: block;
  color: #404041;
  background-color: #fff;
  padding: 12px 15.5px;
  transition: all .15s;
  border-top: 1px solid #f2f2f2; }

#mainnav-menu > li > a:hover,
#mainnav-menu > li > a:active {
  color: #404041;
  background-color: #f2f2f2;
  box-shadow: inset 2px 0 0 0 #e0301e; }

#mainnav li .arrow {
  float: right;
  padding-right: 0;
  color: #404041; }

#mainnav-menu > .active .active > a,
#mainnav-menu ul a:hover {
  box-shadow: inset 2px 0 0 0 #e0301e;
  background-color: #f2f2f2;
  color: #e0301e; }

#mainnav-menu > .active .active > a i:not(.arrow),
#mainnav-menu > .active .active > a i.arrow {
  color: #e0301e; }

#mainnav-menu i:not(.arrow) {
  color: #404041; }

#mainnav-menu ul a:hover,
#mainnav-menu ul ul a:hover,
.menu-popover .sub-menu ul ul a:hover {
  box-shadow: inset 2px 0 0 0 #e0301e;
  background-color: #f2f2f2;
  color: #404041; }

#mainnav-menu ul a,
.menu-popover .sub-menu ul a {
  padding: 10px 12px 12px 24px;
  display: flex; }

#mainnav-menu ul a span {
  width: 100%; }

#mainnav-menu ul ul a {
  padding: 10px 12px 12px 36px; }

.menu-popover.popover > .popover-title {
  box-shadow: none;
  color: #404041;
  font-family: Arial, sans-serif; }

.menu-popover .sub-menu ul a:hover {
  color: #404041; }

.menu-popover.popover {
  margin-top: -2px; }

.menu-popover > .popover-title {
  background-color: #f2f2f2; }

.page-header {
  color: #404041; }

.cards-grid .column .card-img-cover,
.grid .card .card-img-cover {
  margin: 0 -10px; }

.panel.panel-main > .panel-heading > .panel-title {
  font-weight: 400;
  padding: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #e0301e;
  text-align: left;
  font-family: Georgia, serif;
  font-weight: 700; }

.panel-main .panel-default .panel-heading {
  margin: 0; }
.panel-main .panel-body {
  padding: 10px 15px; }

.panel-main .panel-main .panel-body {
  padding: 15px 0; }
.panel-main > .panel-heading > .panel-title {
  padding: 15px 0; }

.form-container {
  padding-bottom: 45px; }

.sticky-footer .form-container {
  padding-bottom: 0; }

.dropdown-menu:not(.head-list) > li > a:hover {
  background-color: #e0301e;
  color: #fff; }

.btn-alt {
  background-color: #e0301e;
  border-color: #e0301e;
  color: #ffffff;
  border-radius: 5px; }

.btn-alt:hover {
  background-color: #e0301e;
  border-color: #e0301e;
  color: #fff; }

.panel.panel-main > .panel-heading {
  position: relative;
  height: auto;
  padding: 0;
  color: #e0301e;
  box-shadow: none; }

.panel > .panel-heading:after,
.panel.panel-colorful > .panel-heading:after {
  border-bottom-color: transparent; }

.panel.panel-results .list-group .meta {
  font-size: .875rem;
  color: #6d6e71; }

.filters .filter {
  color: #404041;
  border: 1px solid #404041; }

.filters .filter svg path {
  fill: #404041; }

#mainnav-menu.filter a {
  border: none; }

#mainnav-menu.filter > .header > a {
  background-color: #fff;
  border-top: 1px solid #f2f2f2;
  padding-top: 10px;
  border-radius: 0; }

#mainnav-menu.filter > .header a:hover,
#mainnav-menu.filter > .header a:active,
#mainnav-menu.filter > .header a.active {
  box-shadow: none; }

#mainnav .list-divider.filter {
  display: none; }

#mainnav .list-header {
  font-size: 1rem;
  font-weight: 700;
  color: #0d0d0e;
  margin-top: 10px;
  padding: 5px 15px; }

#mainnav-menu.filter > .header > a {
  background-color: #f2f2f2;
  padding: 10px 15.5px;
  border-radius: 0;
  margin: 10px 0; }

.menu-popover .single-content {
  color: #404041;
  background-color: white; }

.btn-primary-basic,
.btn-primary,
.btn-primary:focus,
.btn-hover-primary:hover,
.btn-hover-primary:active,
.btn-hover-primary.active,
.btn.btn-active-primary:active,
.btn.btn-active-primary.active,
.dropdown.open > .btn.btn-active-primary,
.btn-group.open .dropdown-toggle.btn.btn-active-primary,
.btn-hover-primary:hover,
.btn-hover-primary:active,
.btn-hover-primary.active,
.btn.btn-active-primary:active,
.btn.btn-active-primary.active,
.dropdown.open > .btn.btn-active-primary,
.btn-group.open .dropdown-toggle.btn.btn-active-primary,
.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  color: #e0301e;
  border-color: #e0301e;
  background-color: #fff; }

.btn-primary.active.focus,
.btn-primary.active:focus,
.active.btn-hover-primary,
.active.btn.btn-active-primary,
.dropdown.open > .active.btn.btn-active-primary,
.btn-group.open .active.dropdown-toggle.btn.btn-active-primary,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-hover-primary:active,
.btn.btn-active-primary:active,
.dropdown.open > .btn.btn-active-primary:active,
.btn-group.open .dropdown-toggle.btn.btn-active-primary:active,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-hover-primary:hover,
.open > .dropdown-toggle.btn-hover-primary:active,
.open > .dropdown-toggle.btn-hover-primary.active,
.open > .dropdown-toggle.btn.btn-active-primary:active,
.open > .dropdown-toggle.btn.btn-active-primary.active,
.dropdown.open > .dropdown-toggle.btn.btn-active-primary,
.btn-group.open .open > .dropdown-toggle.btn.btn-active-primary,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #e0301e;
  border-color: #e0301e; }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #f2f2f2;
  border-color: #e0301e; }

@media (max-width: 767px) {
  .container.cover-container {
    margin-left: 15px;
    margin-right: 15px; } }
.page-header.filters {
  font-family: Arial, sans-serif;
  margin: 0; }

#page-content {
  padding: 0; }

@media (min-width: 1200px) {
  #page-content {
    padding: 0 15px; }

  #page-title {
    padding: 0 30px; } }
.datagrid-wrap.panel-body {
  font-family: Arial, sans-serif;
  padding-top: 0; }

.panel-title {
  font-family: Arial, sans-serif;
  font-weight: 700;
  padding: 0 15px; }

label + form {
  margin-top: 0; }

.pad-ver {
  padding-top: 0;
  padding-bottom: 0; }

textarea.form-control {
  margin-top: 0; }

.checkbox.checkbox-inline,
.radio.radio-inline {
  margin-top: 0;
  margin-bottom: 0; }

.checkbox,
.radio {
  margin-top: 0;
  margin-bottom: 7px; }

.bg-gradient {
  background-image: linear-gradient(45deg, #d04a02, #e0301e);
  padding: 15px;
  margin: 0 -15px; }

.cover-container h1,
.cover-container p.lead {
  text-align: left;
  color: #a4201c; }

.cover-container h1 {
  font-size: 2.5rem;
  font-weight: bold; }

.cover-container p.lead {
  font-size: 1.3rem;
  font-style: italic;
  font-family: Georgia, serif;
  margin-bottom: 30px; }

.cover-container {
  border-radius: 0;
  padding: 40px 30px; }

.btn-lg, .btn-icon.btn-lg {
  margin: 0 10px; }

.panel.panel-main .panel-default .panel-heading + .panel-body {
  margin-bottom: 10px; }

.card-style {
  width: 100%;
  overflow: hidden; }
  .card-style > ul {
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center; }
    .card-style > ul > li {
      float: left;
      list-style: none;
      border: solid 1px #e0301e;
      padding: .5rem 1.2rem;
      margin: 1rem; }

#mainnav {
  font-size: 1rem; }

.nav-pills > li {
  font-size: 1.2rem; }

h1.page-header {
  font-style: normal;
  color: #464646;
  font-family: Arial, sans-serif; }

h1.page-header strong {
  /*color: #d04a01;*/
  font-weight: 100; }

.bookmark i {
  font-size: 1.5rem; }

.bookmark i.mdi-star {
  color: #cf4b00; }

.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
  font-size: 1rem; }

.datagrid-header-row {
  height: 45px; }

.datagrid-pager .pagination-info {
  color: #a0a0a0;
  font-size: 1rem;
  position: relative;
  top: -1.5rem; }

.datagrid-pager .pagination-num,
.datagrid-pager .pagination-page-list {
  border-radius: 0; }

#mainnav-menu.filter > .header a.active {
  border-left: solid 3px #e0301e;
  border-top: none;
  background-color: #f2f2f2; }

#mainnav-menu.filter > .header > a {
  background: none; }

#mainnav-menu.filter a {
  margin: 10px 10px 10px 30px; }

.header > a.active > span.menu-title {
  color: #e1301e; }

#mainnav-menu.filter > .header > a {
  margin: 5px 0; }

.panel.panel-results .list-group .header {
  font-style: italic;
  font-family: Georgia; }

.page-header.filters {
  font-family: Georgia;
  margin: 0 auto;
  width: 870px;
  display: block; }

.filters .filter {
  background: #fff;
  border-color: #fff;
  font-style: normal;
  font-family: Arial, sans-serif; }

.panel.panel-main .panel-default .panel-heading .panel-title {
  background: #fff; }

.panel.panel-main .panel-default .panel-heading {
  display: none; }

.page-header {
  font-family: Arial, sans-serif; }

.panel.panel-main > .panel-heading > .panel-title {
  font-weight: 100; }

.picker_icon {
  display: inline-block;
  position: absolute;
  right: .75rem;
  top: 1.9rem;
  font-size: 1.8rem;
  padding: 0 5px;
  border-radius: 0px;
  cursor: pointer;
  color: #e0311e; }

.panel-default {
  border: solid 1px #E7E7E8; }

.page-header {
  font-family: Arial, sans-serif; }

/*
* The style here affects the modal style. 
*/
.bootstrap-dialog-footer-buttons .btn-primary {
  border-radius: 5px; }

.list-group-item::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 20px;
  cursor: pointer;
  margin: auto; }

@media (max-width: 768px) {
  .panel {
    padding: 0; } }
@media (max-width: 520px) {
  #dropdown-user .image-wrapper {
    width: 40px; }

  .navbar-form {
    padding: 0 5px; }

  #page-head .text-right {
    text-align: center;
    display: flex;
    justify-content: flex-start; }

  .card-style ul {
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center; }

  .card-style > ul > li {
    margin: 0 5px 20px 5px; }

  .tab-content {
    margin-top: 20px; } }
#page-head {
  padding: 10px 0 0 0; }

.card-style > ul > li:hover,
.card-style > ul > li:hover a,
.card-style > ul > li:focus {
  background: #e0301e;
  color: #fff;
  cursor: pointer; }

.datagrid-pager .pagination-info {
  display: none; }

.sticky-footer .panel {
  background-color: transparent; }

h4.panel-title .accordion-toggle:after {
  font-family: 'Material Design Icons';
  content: "\F143";
  float: right; }

.form-container > .panel-heading {
  background: #a32020;
  color: #fff;
  height: 34px; }

.form-container > .panel-heading a {
  color: #fff; }

.comments-content .comment {
  border-top: 0px solid #ccc;
  padding-top: 0rem; }

.panel .list-group-item {
  padding: 5px 20px; }

#mainnav {
  padding-top: 10px; }

.tabs-view a i.mdi-plus-circle,
.tabs-view a i.mdi-file-export {
  display: none; }

.dz-clickable i.mdi-plus {
  display: none; }

#footer a {
  color: #fff;
  text-decoration: underline; }

body.form {
  background-image: none;
  background-attachment: scroll;
  background-repeat: repeat-x;
  background-size: 80%; }

.btn:not(.disabled):not(:disabled):hover {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25); }

.btn[disabled],
.btn[disabled]:hover {
  background-color: #fff;
  border-color: #c5c5c5;
  color: #c5c5c5; }

.nav-pills.tabs-view > li .mdi:before {
  line-height: normal; }

.nav-pills > li.active > a {
  background-color: #e0301e; }

.sticky-wrapper {
  background: #fff;
  border: solid 1px #E7E7E8;
  border-top: 0;
  position: relative;
  top: -5px; }
  .sticky-wrapper .form-container {
    margin: 0;
    padding: 5px 20px; }

.control-wrap .bg-primary[disabled] {
  opacity: 1;
  background-color: #c5c5c5; }

.sticky-footer .form-container .btn {
  padding: 0.3rem 0.5rem; }

.panel-default > .panel-heading {
  height: auto;
  line-height: normal;
  background: #f5f5f5; }

.panel-default .panel-title {
  height: auto;
  line-height: normal;
  padding: 5px 15px; }

.x_panel_toolbox > li > a:hover {
  background-color: transparent; }

.text-primary {
  font-style: normal;
  color: #e0301e; }

.bootstrap-dialog-footer-buttons button {
  letter-spacing: 0; }

button.close {
  font-size: 1.8rem;
  font-weight: 100;
  text-shadow: 0 0px 0 #fff; }

.checkbox-inline, .radio-inline {
  margin-right: 10px; }

.radio label::before, .radio label::after {
  border-radius: 50%; }

.progress-bar-success {
  background-color: #ffb600; }

.el-input__inner {
  height: 34px;
  border-color: #ccc; }

.x_panel {
  margin-top: 1rem; }

.el-input__suffix {
  color: #404041; }

.el-cascader__label {
  padding: 0 25px 0 15px; }

input.el-input__inner::-webkit-input-placeholder {
  color: #404041; }

input.el-input__inner::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #404041; }

input.el-input__inner:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #404041; }

input.el-input__inner:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #404041; }

.dropzone .dz-preview.dz-image-preview {
  border: solid 1px #ccc;
  padding: 1rem; }

.x_content {
  margin-top: 0; }

.dpsearch-box .dpsearch-btn:hover {
  background: #e0311e; }

.dpsearch-box .dpsearch-btn {
  height: 42px; }

.dpsearch-box:hover {
  border-color: #ccc; }

.bootstrap-dialog-footer-buttons button {
  line-height: inherit; }

.dpsearch-box .dpfilter-btn:hover {
  background: #e0311e; }

.dropzone {
  border-radius: 0; }

.bootstrap-dialog .modal-header {
  border-radius: 0; }

.tree-title {
  font-size: 1rem; }

.qNotification {
  border-radius: 5px !important; }

.page-header span {
  font-family: Arial, sans-serif;
  color: #404041; }

h1.page-header {
  height: 46px;
  color: #7d7d7d;
  font-size: 14px; }

#page-title {
  padding: 5px 15px; }

@media (max-width: 768px) {
  h1.page-header {
    height: auto; }

  #page-title {
    padding: 10px 15px; } }
/*error-news*/
.error-news {
  font-size: 0.875rem;
  color: #2D2D2D;
  border: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-family: Arial, sans-serif; }

@media (min-width: 768px) {
  .error-news {
    font-size: 1rem;
    /* 16px on desktop */ } }
.error-news {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  margin-top: 55px; }

.error-news .contentBox1 {
  background-color: #D04A02;
  padding: 20px;
  color: #FFF; }

.error-news #lgo {
  position: absolute;
  top: 15px;
  width: 50px;
  height: 40px;
  background-image: url("../../../images/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.error-news h1 {
  font-size: 1.75rem;
  /* 28px on desktop */
  font-weight: normal;
  line-height: 1.3;
  margin: 10px 0 20px 0;
  font-family: Georgia, serif;
  color: #fff; }

.error-news p {
  font-size: 1rem;
  margin-bottom: 10px; }

.error-news a:link,
.error-news a:visited {
  color: #FFF;
  text-decoration: underline; }

.error-news a:hover {
  text-decoration: none; }

@media (min-width: 992px) {
  .error-news {
    width: 870px;
    margin-top: 40px; }

  .error-news .contentBox1 {
    position: relative;
    left: 83px;
    width: 700px; }

  .error-news #lgo {
    width: 94px;
    height: 72px;
    position: relative;
    top: 40px; } }
.error-body {
  background: #fff; }

.list-group {
  border-bottom: solid 1px #F2F2F2; }

.datagrid-view2 .datagrid-body {
  overflow-x: auto !important; }

.datagrid-cell-c3-Order {
  width: 60px !important; }

.datagrid-cell-c3-State {
  width: 60px !important; }

.bootstrap-dialog.type-warning .modal-header {
  background-color: #e0301e !important; }

.datagrid-header-row td div span {
  color: #fff; }

#container {
  min-height: calc(100vh - 28px); }

#content-container {
  min-height: calc(100vh - 28px); }

.en_skin_none {
  display: none; }

.cke_contents {
  min-height: calc(25vh - 0px); }

.label-left label {
  font-weight: bold; }

.dpsearch-box .btn-primary {
  border: 0 solid transparent; }

.has-feedback label ~ .form-control-feedback {
  top: 29px; }

.cover-container h1,
.brand-text {
  font-weight: normal; }

.navbar-form {
  display: none; }

.navbar-top-links > li > a:hover:not(.mainnav-toggle) > i {
  color: #e0301e;
  -webkit-transition: color 0.4s;
  transition: color 0.4s; }

@media (max-width: 768px) {
  .navbar-top-links > li > a {
    padding: 0 16px; } }
.navbar-top-links > li > a.active,
.navbar-top-links > li > a:hover {
  border-top-color: transparent;
  border-bottom: 3px solid #e0301e;
  border-top: 0; }

.navbar-top-links > li > a {
  border-top: 0;
  border-bottom: 3px solid transparent; }

@media (max-width: 520px) {
  .navbar-top-links .tgl-menu-btn > a {
    width: auto; } }
/* NAVBAR RESPONSIVE */
/*======================================*/
@media (min-width: 768px) {
  #navbar .brand-title {
    position: relative;
    /* right: 13px; */
  } 

  #navbar .brand-title-logosize1 {
    padding: 0 1.5em 0 65px; }

  #navbar .brand-title-logosize2 {
    padding: 0 1.5em 0 46px;
  }

  #navbar-container .brand-title {
    position: relative;
    /* right: 13px; */
  }

  #navbar-container .brand-title-logosize1 {
    padding: 0 1.5em 0 65px;
  }

  #navbar-container .brand-title-logosize2 {
    padding: 0 1.5em 0 46px;
  }
}
 @media (min-width: 1200px) {
    .brand-text-logosize1 {
        display: block;
        margin-left: 0;
        height: 1.5rem;
        line-height: 1.5rem;
    margin-top: 2.5rem; }

    .brand-text-logosize1:before {
        content: '|';
        padding-right: 1rem;
        margin-left: 12px;
    display: inline-block; } 
  }
@media (max-width: 1199px) {
  .brand-text {
    display: none; }

  .navbar-form {
    border: none;
    box-shadow: 0 0 0;
    padding-top: 0;
    padding-bottom: 0; } }
@media (max-width: 480px) {
  .navbar-top-links > li > a {
    padding: 0 5px;
    border-bottom: 3px solid transparent; }

  .navbar-top-links > li > a:hover {
    background-color: transparent !important;
    color: #404042;
    border-top: none !important;
    border-bottom: 3px solid #e0301e; }

  .navbar-top-links > li > a.active {
    border-top: none !important;
    border-bottom: 3px solid #e0301e; }

  body {
    min-width: 360px;
    overflow-x: auto; } }
#dropdown-user .image-wrapper > .image {
  border-radius: 50%; }

.label-left .checkbox {
  margin-left: 0;
  margin-right: 10px; }
.label-left .radio {
  margin-left: 0;
  margin-right: 10px; }

.navbar-form .form-control.search {
  background-position: left 10px center;
  padding-left: 40px;
  padding-right: 12px; }

.dpsearch-box .btn-primary {
  top: 0;
  right: 0;
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  color: #e0311e;
  background-color: transparent;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  transition: all 200ms ease-in-out;
  border-radius: 0px; }

button.dpsend {
  margin-right: 10px; }

button#dp-dialogbtn-showtype {
  float: left; }

button.dpsend.selected::after {
  opacity: 1;
  color: white;
  background: #e0311e; }

button.dpsend::after {
  position: absolute;
  content: attr(data-counter);
  line-height: 100%;
  opacity: 0;
  padding: 5px 8px;
  margin: -20px 0px 0px;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  border-image: initial;
  border-radius: 50%;
  transition: 0.1s linear; }

ul.dp-serach-dialog-list li.selected:before {
  content: "\F12C";
  display: inline-block;
  font: normal normal normal 10rem/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 2rem; }

.dp-loading-double-bounce .dp-loading-child, ul.dp-serach-dialog-list li.selected:before, button.dpsend::after, .list-group-item:before {
  border-radius: 50% !important; }

/* BEM support Func
 -------------------------- */
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Colors
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Background
-------------------------- */
/* Border
-------------------------- */
/* Box-shadow
-------------------------- */
/* Fill
-------------------------- */
/* Font
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* Message Box
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Break-point
--------------------------*/
.el-textarea {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 14px; }
  .el-textarea__inner {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #606266;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .el-textarea__inner::placeholder {
      color: #c0c4cc; }
    .el-textarea__inner:hover {
      border-color: #c0c4cc; }
    .el-textarea__inner:focus {
      outline: none;
      border-color: #e0301e; }
  .el-textarea.is-disabled .el-textarea__inner {
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed; }
    .el-textarea.is-disabled .el-textarea__inner::placeholder {
      color: #c0c4cc; }

.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%; }
  .el-input::-webkit-scrollbar {
    z-index: 11;
    width: 6px; }
    .el-input::-webkit-scrollbar:horizontal {
      height: 6px; }
    .el-input::-webkit-scrollbar-thumb {
      border-radius: 5px;
      width: 6px;
      background: #b4bccc; }
    .el-input::-webkit-scrollbar-corner {
      background: #fff; }
    .el-input::-webkit-scrollbar-track {
      background: #fff; }
      .el-input::-webkit-scrollbar-track-piece {
        background: #fff;
        width: 6px; }
  .el-input .el-input__clear {
    color: #c0c4cc;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .el-input .el-input__clear:hover {
      color: #909399; }
  .el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%; }
    .el-input__inner::placeholder {
      color: #c0c4cc; }
    .el-input__inner:hover {
      border-color: #c0c4cc; }
    .el-input__inner:focus {
      outline: none;
      border-color: #e0301e; }
  .el-input__suffix {
    position: absolute;
    height: 100%;
    right: 5px;
    top: 0;
    text-align: center;
    color: #c0c4cc;
    transition: all .3s;
    pointer-events: none; }
  .el-input__suffix-inner {
    pointer-events: all; }
  .el-input__prefix {
    position: absolute;
    height: 100%;
    left: 5px;
    top: 0;
    text-align: center;
    color: #c0c4cc;
    transition: all .3s; }
  .el-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    transition: all .3s;
    line-height: 40px; }
    .el-input__icon:after {
      content: '';
      height: 100%;
      width: 0;
      display: inline-block;
      vertical-align: middle; }
  .el-input__validateIcon {
    pointer-events: none; }
  .el-input.is-active .el-input__inner {
    outline: none;
    border-color: #e0301e; }
  .el-input.is-disabled .el-input__inner {
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed; }
    .el-input.is-disabled .el-input__inner::placeholder {
      color: #c0c4cc; }
  .el-input.is-disabled .el-input__icon {
    cursor: not-allowed; }
  .el-input--suffix .el-input__inner {
    padding-right: 30px; }
  .el-input--prefix .el-input__inner {
    padding-left: 30px; }
  .el-input--medium {
    font-size: 14px; }
    .el-input--medium .el-input__inner {
      height: 36px;
      line-height: 36px; }
    .el-input--medium .el-input__icon {
      line-height: 36px; }
  .el-input--small {
    font-size: 13px; }
    .el-input--small .el-input__inner {
      height: 32px;
      line-height: 32px; }
    .el-input--small .el-input__icon {
      line-height: 32px; }
  .el-input--mini {
    font-size: 12px; }
    .el-input--mini .el-input__inner {
      height: 28px;
      line-height: 28px; }
    .el-input--mini .el-input__icon {
      line-height: 28px; }

.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate; }
  .el-input-group > .el-input__inner {
    vertical-align: middle;
    display: table-cell; }
  .el-input-group__append, .el-input-group__prepend {
    background-color: #f5f7fa;
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    padding: 0 20px;
    width: 1px;
    white-space: nowrap; }
    .el-input-group__append:focus, .el-input-group__prepend:focus {
      outline: none; }
    .el-input-group__append .el-select,
    .el-input-group__append .el-button, .el-input-group__prepend .el-select,
    .el-input-group__prepend .el-button {
      display: inline-block;
      margin: -10px -20px; }
    .el-input-group__append button.el-button,
    .el-input-group__append div.el-select .el-input__inner,
    .el-input-group__append div.el-select:hover .el-input__inner, .el-input-group__prepend button.el-button,
    .el-input-group__prepend div.el-select .el-input__inner,
    .el-input-group__prepend div.el-select:hover .el-input__inner {
      border-color: transparent;
      background-color: transparent;
      color: inherit;
      border-top: 0;
      border-bottom: 0; }
    .el-input-group__append .el-button,
    .el-input-group__append .el-input, .el-input-group__prepend .el-button,
    .el-input-group__prepend .el-input {
      font-size: inherit; }
  .el-input-group__prepend {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .el-input-group__append {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .el-input-group--prepend .el-input__inner {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
    border-color: transparent; }
  .el-input-group--append .el-input__inner {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .el-input-group--append .el-select .el-input.is-focus .el-input__inner {
    border-color: transparent; }

/** disalbe default clear on IE */
.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

.el-popper .popper__arrow,
.el-popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }
.el-popper .popper__arrow {
  border-width: 6px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03)); }
.el-popper .popper__arrow::after {
  content: " ";
  border-width: 6px; }
.el-popper[x-placement^="top"] {
  margin-bottom: 12px; }
.el-popper[x-placement^="top"] .popper__arrow {
  bottom: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-color: #ebeef5;
  border-bottom-width: 0; }
  .el-popper[x-placement^="top"] .popper__arrow::after {
    bottom: 1px;
    margin-left: -6px;
    border-top-color: #fff;
    border-bottom-width: 0; }
.el-popper[x-placement^="bottom"] {
  margin-top: 12px; }
.el-popper[x-placement^="bottom"] .popper__arrow {
  top: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #ebeef5; }
  .el-popper[x-placement^="bottom"] .popper__arrow::after {
    top: 1px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.el-popper[x-placement^="right"] {
  margin-left: 12px; }
.el-popper[x-placement^="right"] .popper__arrow {
  top: 50%;
  left: -6px;
  margin-bottom: 3px;
  border-right-color: #ebeef5;
  border-left-width: 0; }
  .el-popper[x-placement^="right"] .popper__arrow::after {
    bottom: -6px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0; }
.el-popper[x-placement^="left"] {
  margin-right: 12px; }
.el-popper[x-placement^="left"] .popper__arrow {
  top: 50%;
  right: -6px;
  margin-bottom: 3px;
  border-right-width: 0;
  border-left-color: #ebeef5; }
  .el-popper[x-placement^="left"] .popper__arrow::after {
    right: 1px;
    bottom: -6px;
    margin-left: -6px;
    border-right-width: 0;
    border-left-color: #fff; }

.el-cascader {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 40px; }
  .el-cascader .el-input,
  .el-cascader .el-input__inner {
    cursor: pointer; }
  .el-cascader .el-input__icon {
    transition: none; }
  .el-cascader .el-icon-arrow-down {
    transition: transform .3s;
    font-size: 14px; }
    .el-cascader .el-icon-arrow-down.is-reverse {
      transform: rotateZ(180deg); }
  .el-cascader .el-icon-circle-close {
    z-index: 2;
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .el-cascader .el-icon-circle-close:hover {
      color: #909399; }
  .el-cascader__clearIcon {
    z-index: 2;
    position: relative; }
  .el-cascader__label {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0 25px 0 15px;
    color: #606266;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    text-align: left;
    font-size: inherit; }
    .el-cascader__label span {
      color: #000; }
  .el-cascader--medium {
    font-size: 14px;
    line-height: 36px; }
  .el-cascader--small {
    font-size: 13px;
    line-height: 32px; }
  .el-cascader--mini {
    font-size: 12px;
    line-height: 28px; }
  .el-cascader.is-disabled .el-cascader__label {
    z-index: 2;
    color: #c0c4cc; }

.el-cascader-menus {
  white-space: nowrap;
  background: #fff;
  position: absolute;
  margin: 5px 0;
  z-index: 2;
  border: solid 1px #e4e7ed;
  border-radius: 2px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); }

.el-cascader-menu {
  display: inline-block;
  vertical-align: top;
  height: 204px;
  overflow: auto;
  border-right: solid 1px #e4e7ed;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0;
  padding: 6px 0;
  min-width: 160px; }
  .el-cascader-menu:last-child {
    border-right: 0; }
  .el-cascader-menu__item {
    font-size: 14px;
    padding: 8px 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 1.5;
    box-sizing: border-box;
    cursor: pointer;
    outline: none; }
    .el-cascader-menu__item--extensible:after {
      font-family: 'element-icons';
      content: "\e604";
      font-size: 14px;
      color: #bfcbd9;
      position: absolute;
      right: 15px; }
    .el-cascader-menu__item.is-disabled {
      color: #c0c4cc;
      background-color: #fff;
      cursor: not-allowed; }
      .el-cascader-menu__item.is-disabled:hover {
        background-color: #fff; }
    .el-cascader-menu__item.is-active {
      color: #e0301e; }
    .el-cascader-menu__item:hover, .el-cascader-menu__item:focus:not(:active) {
      background-color: #f5f7fa; }
    .el-cascader-menu__item.selected {
      color: #fff;
      background-color: #f5f7fa; }
  .el-cascader-menu__item__keyword {
    font-weight: bold; }
  .el-cascader-menu--flexible {
    height: auto;
    max-height: 180px;
    overflow: auto; }
    .el-cascader-menu--flexible .el-cascader-menu__item {
      overflow: visible; }

@font-face{
  font-family:'PwC Helvetica Neue';
  font-style:normal;
  font-weight:bold;
  src:url("../../theme/element/fonts/appkit-font.woff2") format("woff2"),
  url("../../theme/element/fonts/appkit-font.woff") format("woff"),
  url("../../theme/element/fonts/appkit-font.ttf") format("ttf"),
  url("../../theme/element/fonts/appkit-font.eot") format("eot")
}
@font-face{
  font-family:'PwC Helvetica Neue';
  font-style:normal;
  font-weight:400;
  src:url("../../theme/element/fonts/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"),
  url("../../theme/element/fonts/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff"),
  url("../../theme/element/fonts/8f4a1705-214a-4dd0-80b8-72252c37e688.ttf") format("ttf"),
  url("../../theme/element/fonts/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot") format("eot")}

@font-face {
  font-family: 'element-icons';
  src: url("../../theme/element/fonts/element-icons.woff") format("woff"), url("../../theme/element/fonts/element-icons.ttf") format("truetype");
  /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  font-weight: normal;
  font-style: normal; }
[class^="el-icon-"], [class*=" el-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'element-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.el-icon-info:before {
  content: "\e61a"; }

.el-icon-error:before {
  content: "\e62c"; }

.el-icon-success:before {
  content: "\e62d"; }

.el-icon-warning:before {
  content: "\e62e"; }

.el-icon-question:before {
  content: "\e634"; }

.el-icon-back:before {
  content: "\e606"; }

.el-icon-arrow-left:before {
  content: "\e600"; }

.el-icon-arrow-down:before {
  content: "\e603"; }

.el-icon-arrow-right:before {
  content: "\e604"; }

.el-icon-arrow-up:before {
  content: "\e605"; }

.el-icon-caret-left:before {
  content: "\e60a"; }

.el-icon-caret-bottom:before {
  content: "\e60b"; }

.el-icon-caret-top:before {
  content: "\e60c"; }

.el-icon-caret-right:before {
  content: "\e60e"; }

.el-icon-d-arrow-left:before {
  content: "\e610"; }

.el-icon-d-arrow-right:before {
  content: "\e613"; }

.el-icon-minus:before {
  content: "\e621"; }

.el-icon-plus:before {
  content: "\e62b"; }

.el-icon-remove:before {
  content: "\e635"; }

.el-icon-circle-plus:before {
  content: "\e601"; }

.el-icon-remove-outline:before {
  content: "\e63c"; }

.el-icon-circle-plus-outline:before {
  content: "\e602"; }

.el-icon-close:before {
  content: "\e60f"; }

.el-icon-check:before {
  content: "\e611"; }

.el-icon-circle-close:before {
  content: "\e607"; }

.el-icon-circle-check:before {
  content: "\e639"; }

.el-icon-circle-close-outline:before {
  content: "\e609"; }

.el-icon-circle-check-outline:before {
  content: "\e63e"; }

.el-icon-zoom-out:before {
  content: "\e645"; }

.el-icon-zoom-in:before {
  content: "\e641"; }

.el-icon-d-caret:before {
  content: "\e615"; }

.el-icon-sort:before {
  content: "\e640"; }

.el-icon-sort-down:before {
  content: "\e630"; }

.el-icon-sort-up:before {
  content: "\e631"; }

.el-icon-tickets:before {
  content: "\e63f"; }

.el-icon-document:before {
  content: "\e614"; }

.el-icon-goods:before {
  content: "\e618"; }

.el-icon-sold-out:before {
  content: "\e63b"; }

.el-icon-news:before {
  content: "\e625"; }

.el-icon-message:before {
  content: "\e61b"; }

.el-icon-date:before {
  content: "\e608"; }

.el-icon-printer:before {
  content: "\e62f"; }

.el-icon-time:before {
  content: "\e642"; }

.el-icon-bell:before {
  content: "\e622"; }

.el-icon-mobile-phone:before {
  content: "\e624"; }

.el-icon-service:before {
  content: "\e63a"; }

.el-icon-view:before {
  content: "\e643"; }

.el-icon-menu:before {
  content: "\e620"; }

.el-icon-more:before {
  content: "\e646"; }

.el-icon-more-outline:before {
  content: "\e626"; }

.el-icon-star-on:before {
  content: "\e637"; }

.el-icon-star-off:before {
  content: "\e63d"; }

.el-icon-location:before {
  content: "\e61d"; }

.el-icon-location-outline:before {
  content: "\e61f"; }

.el-icon-phone:before {
  content: "\e627"; }

.el-icon-phone-outline:before {
  content: "\e628"; }

.el-icon-picture:before {
  content: "\e629"; }

.el-icon-picture-outline:before {
  content: "\e62a"; }

.el-icon-delete:before {
  content: "\e612"; }

.el-icon-search:before {
  content: "\e619"; }

.el-icon-edit:before {
  content: "\e61c"; }

.el-icon-edit-outline:before {
  content: "\e616"; }

.el-icon-rank:before {
  content: "\e632"; }

.el-icon-refresh:before {
  content: "\e633"; }

.el-icon-share:before {
  content: "\e636"; }

.el-icon-setting:before {
  content: "\e638"; }

.el-icon-upload:before {
  content: "\e60d"; }

.el-icon-upload2:before {
  content: "\e644"; }

.el-icon-download:before {
  content: "\e617"; }

.el-icon-loading:before {
  content: "\e61e"; }

.el-icon-loading {
  animation: rotating 2s linear infinite; }

.el-icon--right {
  margin-left: 5px; }

.el-icon--left {
  margin-right: 5px; }

@keyframes rotating {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }

/*# sourceMappingURL=style.css.map */
