@charset "UTF-8";
/*----------------------------------------------------------------------------------- */
/*  Mixins/variables */
/*----------------------------------------------------------------------------------- */
.inline {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/*----------------------------------------------------------------------------------- */
/*  Document Setup */
/*----------------------------------------------------------------------------------- */
* {
  outline: 0 !important;
}

html,
body {
  width: 100%;
}

html {
  height: 100%;
}

body {
  color: #666666;
  min-height: 100%;
}
body.page-header-fixed {
  /*padding-top: 125px;*/
  padding-top: 52px;
}
body.page-header-payments {
  padding-top: 15px;
}

body.layout-boxed .container-fluid.main-content {
  max-width: 1200px;
  margin: 0 auto;
}
body.bg-1 {
  background: #e8e8e8;
}
body.bg-2 {
  background: url(../images/bg-2.png) repeat 0 0;
}
body.bg-3 {
  background: url(../images/bg-3.png) repeat 0 0;
}
body.bg-4 {
  background: url(../images/bg-4.png) repeat 0 0;
}
body.bg-5 {
  background: url(../images/bg-5.png) repeat 0 0;
}

.main-content {
  padding-top: 10px;
  padding-bottom: 45px;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 215px;
}

@media (max-width: 991px) {
  .main-content {
    padding-top: 0px;
    padding-bottom: 35px;
  }
}

/* Hide the side bar on mobile/tablets and let the main container sit in the place of the sidebar */
/* sm */
@media (max-width: 768px) {
  .main-content {
    margin-left: 0px;
  }
  .sidebar {
    width: 0px;
    background-color: #860808 !important;
  }
  .navbar {
    left: 0px;
  }
}

.main-content > .row > .col-xs-12 {
  padding: 0px;
  margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 15px;
  font-weight: 300;
}

h3 {
  line-height: 1.4em;
}

p.lead {
  font-weight: 300;
}

strong {
  font-weight: 700;
}

a {
  color: #007aff;
}
a:hover {
  color: #666666;
  text-decoration: none;
}

ul.no-style {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

li {
  margin-bottom: 5px;
}

blockquote {
  margin-bottom: 30px;
}
blockquote p {
  margin-bottom: 10px;
}
blockquote.pull-right {
  text-align: right;
}

dl {
  margin: 0 0 20px;
}
dl dd {
  margin-bottom: 15px;
}

::-moz-selection {
  background: #007aff;
  color: white;
  text-shadow: none;
}

::selection {
  background: #007aff;
  color: white;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 16px;
}

::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

::-webkit-scrollbar-track {
  background: #dddddd;
  background: rgba(0, 0, 0, 0.05);
}

/*----------------------------------------------------------------------------------- */
/*  Background color helper classes */
/*----------------------------------------------------------------------------------- */
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-muted {
  color: white;
}

.bg-primary {
  background-color: #007aff;
}

.bg-success {
  background-color: #60c560;
}

.bg-info {
  background-color: #5bc0de;
}

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

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

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

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

/*----------------------------------------------------------------------------------- */
/*  Login 1 */
/*----------------------------------------------------------------------------------- */
body.login1 {
  padding: 0;
  background: url(../images/login-blurry-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
body.login1.signup .login-container {
  margin-top: -215px;
  height: 430px;
}
body.login1 .login-wrapper {
  width: 100%;
  height: 100%;
}
body.login1 .login-container {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 40px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin-bottom: 15px;
  width: 380px;
  height: 380px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -190px 0 0 -190px;
  opacity: 0;
  -webkit-transition: all 1s 0.5s;
  -moz-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}
body.login1 .login-container.active {
  opacity: 1;
}
body.login1 .login-container img {
  margin: 10px auto 30px;
}
body.login1 .login-container .form-group {
  position: relative;
  margin-bottom: 0;
}
body.login1 .login-container input.form-control {
  height: 48px;
  font-size: 15px;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d6d6d6;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
body.login1 .login-container .form-options {
  margin: 20px 0 30px;
}
body.login1 .login-container .form-options .checkbox {
  display: inline-block;
}
body.login1 .login-container input[type="submit"] {
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0.5;
  font-family: "FontAwesome";
  background: transparent;
  color: #888888;
  border: 2px solid #888888;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-left: 7px;
  line-height: 24px;
}
body.login1 .login-container input[type="submit"]:hover {
  opacity: 1;
}
body.login1 .login-container .social-login {
  margin-bottom: 25px;
}
body.login1 .login-container .social-login > .btn {
  width: 49%;
  margin: 0;
}
body.login1 .login-container .social-login .facebook {
  background-color: #335397;
  border-color: #335397;
}
body.login1 .login-container .social-login .facebook:hover {
  background-color: transparent;
  color: #335397;
}
body.login1 .login-container .social-login .twitter {
  background-color: #00c7f7;
  border-color: #00c7f7;
}
body.login1 .login-container .social-login .twitter:hover {
  background-color: transparent;
  color: #00c7f7;
}
body.login1 .login-container p.signup {
  margin-bottom: 0;
}

/*----------------------------------------------------------------------------------- */
/*  Login 2 */
/*----------------------------------------------------------------------------------- */
body.login2 {
  /*padding: 30px 0 0;*/
  background: #eeeeee;
}
body.login2 .login-wrapper {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}
body.login2 .login-wrapper img {
  margin: 40px auto;
}
body.login2 .login-wrapper .input-group-addon {
  padding: 8px 0;
  background: #e3e3e3;
  min-width: 48px;
  text-align: center;
}
body.login2 .login-wrapper .input-group-addon i.falock {
  font-size: 18px;
}
body.login2 .login-wrapper input.form-control {
  height: 48px;
  font-size: 15px;
  box-shadow: none;
}
body.login2 .login-wrapper .checkbox {
  margin-bottom: 30px;
}
body.login2 .login-wrapper input[type="submit"] {
  padding: 10px 0 12px;
  margin: 20px 0 30px;
}
body.login2 .login-wrapper input[type="submit"]:hover {
  background: transparent;
}
body.login2 .login-wrapper .social-login {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}
body.login2 .login-wrapper .social-login > .btn {
  width: 49%;
  margin: 0;
}
body.login2 .login-wrapper .social-login .facebook {
  background-color: #335397;
  border-color: #335397;
}
body.login2 .login-wrapper .social-login .facebook:hover {
  background-color: transparent;
  color: #335397;
}
body.login2 .login-wrapper .social-login .twitter {
  background-color: #00c7f7;
  border-color: #00c7f7;
}
body.login2 .login-wrapper .social-login .twitter:hover {
  background-color: transparent;
  color: #00c7f7;
}

/*----------------------------------------------------------------------------------- */
/*  Header Styles */
/*----------------------------------------------------------------------------------- */
.no-boxshadow .navbar {
  border-bottom: 1px solid #dddddd;
}
.navbar {
  background: #0d8bf2;
  box-shadow: 0px 2px 5px 0px #555555;
  padding: 0px;
  min-height: 45px;
  left: 0px;
  border: 0px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar .current_context_logo {
  height: 40px;
  width: 40px;
  margin: 3px;
  border-radius: 2px;
}
.navbar .current_context_name {
  height: 46px;
  padding: 10px;
  text-align: left;
  color: white;
  font-size: 20px;
}
.navbar .btn_content_switcher {
  margin: 6px;
}
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
  background-color: transparent !important;
}
.navbar .container-fluid.top-bar {
  height: 46px;
  padding: 0px 10px 0px 0px;
  width: 100%;
  float: left;
}
.navbar .container-fluid.top-bar .navbar-toggle {
  position: absolute;
  top: 6px;
  left: 10px;
  color: #007aff;
  height: 32px;
  padding: 8px 12px;
  margin: 0;
  background-color: transparent;
  border: 0px solid #dddddd;
  border-radius: 4px;
}
.navbar .container-fluid.top-bar .navbar-toggle .icon-bar {
  background-color: #ffffff;
  width: 22px;
  height: 2px;
  display: block;
  margin-bottom: 4px;
}
.navbar .container-fluid.top-bar .logo {
  height: 16px;
  float: left;
  margin: 5px 10px 0 0;
}
@media (min--moz-device-pixel-ratio: 1.3),
  (-o-min-device-pixel-ratio: 2.6 / 2),
  (-webkit-min-device-pixel-ratio: 1.3),
  (min-device-pixel-ratio: 1.3),
  (min-resolution: 1.3dppx) {
  .navbar .container-fluid.top-bar .logo {
    background-size: 54px 16px;
  }
}
.navbar .container-fluid.top-bar form {
  margin-top: 6px;
}
.navbar .container-fluid.top-bar form .form-control {
  height: 30px;
  border-color: #e6e6e6;
  box-shadow: none;
  background: white url("../images/icon-search.png") no-repeat center left;
  padding-left: 24px;
  margin-top: 1px;
  width: 200px;
}
@media (min--moz-device-pixel-ratio: 1.3),
  (-o-min-device-pixel-ratio: 2.6 / 2),
  (-webkit-min-device-pixel-ratio: 1.3),
  (min-device-pixel-ratio: 1.3),
  (min-resolution: 1.3dppx) {
  .navbar .container-fluid.top-bar form .form-control {
    background-image: url("../images/fasearch@2x.png");
    background-size: 18px 12px;
  }
}
.navbar .container-fluid.top-bar form .form-control:focus {
  border-color: #007aff;
}
.navbar .container-fluid.top-bar .nav {
  height: 100%;
  position: relative;
  z-index: 100;
}
.navbar .container-fluid.top-bar .nav > li {
  height: 100%;
  margin-right: 5px;
  float: left;
}
.navbar .container-fluid.top-bar .nav > li > a {
  display: block;
  height: 45px;
  line-height: 25px;
  padding: 8px 5px 9px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar .container-fluid.top-bar .nav > li > a:hover {
  background: #f8f8f8;
  background: rgba(0, 0, 0, 0.04);
}
.navbar .container-fluid.top-bar .nav > li > a p.counter {
  position: absolute;
  top: 5px;
  left: 0px;
  height: 18px;
  min-width: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: #e62828;
  text-align: center;
  line-height: 17px;
  color: white;
  font-size: 11px;
}
.navbar .container-fluid.top-bar .nav > li.open > a,
.navbar .container-fluid.top-bar .nav > li.active > a,
.navbar .container-fluid.top-bar .nav > li.open.active > a {
  background-color: #0a6fc2;
}
.navbar .container-fluid.top-bar .nav > li.open > a span,
.navbar .container-fluid.top-bar .nav > li.active > a span,
.navbar .container-fluid.top-bar .nav > li.open.active > a span {
  color: #fff;
}
.navbar .container-fluid.top-bar .nav > li.settings .settings-link span {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 12px;
}
.navbar .container-fluid.top-bar .nav > li.settings .settings-link.blue span {
  background: #007aff;
}
.navbar .container-fluid.top-bar .nav > li.settings .settings-link.green span {
  background: #60c560;
}
.navbar .container-fluid.top-bar .nav > li.settings .settings-link.orange span {
  background: #f0ad4e;
}
.navbar
  .container-fluid.top-bar
  .nav
  > li.settings
  .settings-link.magenta
  span {
  background: #c741c9;
}
.navbar .container-fluid.top-bar .nav > li.settings .settings-link.gray span {
  background: #999999;
}
.navbar .container-fluid.top-bar .nav > li.user {
  width: auto;
  margin-left: 5px;
  margin-right: 0;
}
.navbar .container-fluid.top-bar .nav > li.user > a {
  padding: 5px 10px 6px;
  color: #999999;
}
.navbar .container-fluid.top-bar .nav > li.user img {
  border-radius: 10%;
}
.navbar .container-fluid.top-bar .nav > li.user .caret {
  vertical-align: middle;
  margin: -2px 0 0 8px;
  border-top-color: #999999;
}
.navbar .container-fluid.main-nav {
  height: 35px;
  float: left;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar .container-fluid.main-nav .nav-collapse {
  width: 100%;
}
.navbar .container-fluid.main-nav .nav-collapse .nav {
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0;
}
.navbar .container-fluid.main-nav .nav-collapse .nav > li {
  float: none;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
.navbar .container-fluid.main-nav .nav-collapse .nav > li > a {
  display: block;
  height: 100%;
  text-align: center;
  padding: 10px 5px 9px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .navbar .container-fluid.main-nav .nav-collapse .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .navbar .container-fluid.main-nav .nav-collapse .nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.navbar .container-fluid.main-nav .nav-collapse .nav > li > a span {
  font-size: 28px;
  width: 28px;
  height: 28px;
  display: block;
  margin: 0 auto 2px;
}
.navbar .container-fluid.main-nav .nav-collapse .nav > li > a .caret {
  margin-left: 6px;
  margin-right: -6px;
  border-top-color: #999999;
}
.navbar .container-fluid.main-nav .nav-collapse .nav > li > a.current {
  color: #007aff;
}
.navbar .container-fluid.main-nav .nav-collapse .nav > li > a.current span {
  color: #007aff;
}
.navbar .container-fluid.main-nav .nav-collapse .nav > li > a.current .caret {
  border-top-color: #007aff;
}
.navbar .container-fluid.main-nav .nav-collapse .nav > li > a:hover {
  background: #f8f8f8;
  background: rgba(0, 0, 0, 0.04);
}
.navbar .container-fluid.main-nav .nav-collapse .nav > li .dropdown-menu {
  text-align: left;
}
.navbar .nav > li > a {
  padding: 0;
}
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
  display: none;
}
.navbar.scroll-hide.closed {
  top: -45px;
}

/*MATERIAL DESIGN TABS*/
.nav-bar-tabs > li > a::after {
  content: "";
  background: #085391;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.nav-bar-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
  transform: scale(1);
}
/*.tab-nav > li > a::after { background: #fff none repeat scroll 0% 0%; color: #fff; }*/
.tab-pane {
  padding: 15px 0;
}
/* xs */
.tab-content {
  padding: 10px;
}
/* md */
@media (min-width: 992px) {
  .tab-content {
    padding: 20px;
  }
}
li.tab-major-section.active {
  background-color: #0a6fc2;
  box-shadow: inset 0px 0px 100px 0px #090909e2;
}

/*----------------------------------------------------------------------------------- */
/*  Style selector */
/*----------------------------------------------------------------------------------- */
.quick-menu-selector {
  position: fixed;
  top: 150px;
  right: -242px;
  width: 240px;
  z-index: 100;
  background: white;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.quick-menu-selector .quick-menu-selector-container {
  position: relative;
  padding: 15px;
}
.quick-menu-selector .quick-menu-selector-container .quick-menu-toggle {
  position: absolute;
  right: 100%;
  top: -1px;
  background: white;
  border-radius: 5px 0 0 5px;
  width: 48px;
  height: 46px;
  text-align: center;
  border: 1px solid #dddddd;
  border-right: 0;
  cursor: pointer;
}
.quick-menu-selector .quick-menu-selector-container .quick-menu-toggle span {
  font-size: 28px;
  line-height: 44px;
  color: #888888;
  margin-left: -2px;
}
.quick-menu-selector
  .quick-menu-selector-container
  .quick-menu-toggle:hover
  span {
  color: #007aff;
}
.quick-menu-selector .quick-menu-selector-container h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.quick-menu-selector .quick-menu-selector-container select {
  margin-bottom: 20px;
  width: 100%;
  height: 30px;
  background: transparent;
  border-color: #cccccc;
}
.quick-menu-selector .quick-menu-selector-container ul {
  list-quick-menu: none;
  padding: 0;
  margin: 0;
}
.quick-menu-selector .quick-menu-selector-container ul li {
  float: left;
  width: 30px;
  margin-right: 10px;
}
.quick-menu-selector .quick-menu-selector-container ul li a {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/*----------------------------------------------------------------------------------- */
/*  Page Titles */
/*----------------------------------------------------------------------------------- */
.page-title {
  padding: 0 20px;
}
.page-title h1 {
  margin-bottom: 25px;
  color: #5e5e5e;
  font-weight: 300;
}

@media (max-width: 768px) {
  .visible-xs {
    display: block !important;
  }
}

/*----------------------------------------------------------------------------------- */
/*  Buttons */
/*----------------------------------------------------------------------------------- */
.btn {
  font-weight: 300;
  margin: 0 5px 5px 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
  border-radius: 3px;
}
.btn.active {
  box-shadow: none;
}
.btn .caret {
  margin: -2px 0 0 6px;
}
/*  .btn [class^="fa"], .btn[class*="fa"] {
    display: inline-block;
    margin-right: 8px; }*/

.btn-default,
.btn-default.disabled,
.btn-default[disabled] {
  background: #bbbbbb;
  border-color: #bbbbbb;
  color: white;
}
.btn-default .caret {
  border-top-color: white;
}
.btn-default:hover,
.btn-default.active {
  background: transparent;
  color: #aaaaaa;
  border-color: #bbbbbb;
}
.btn-default:hover .caret,
.btn-default.active .caret {
  border-top-color: #bbbbbb;
}

.btn-primary {
  background: #007aff;
  border-color: #007aff;
}
.btn-primary:hover,
.btn-primary.active {
  background: transparent;
  color: #007aff;
  border-color: #007aff;
}
.btn-primary:hover .caret,
.btn-primary.active .caret {
  border-top-color: #007aff;
}

.btn-success {
  /*background: #60c560;
    border-color: #60c560; */
  background: #009688;
  border-color: #009688;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #009688;
  border-color: #398439;
}
.btn-success:hover,
.btn-success.active {
  background: transparent;
  color: #009688;
  border-color: #009688;
}
.btn-success:hover .caret,
.btn-success.active .caret {
  border-top-color: #bbbbbb;
}

.btn-info:hover,
.btn-info.active {
  background: transparent;
  color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover .caret,
.btn-info.active .caret {
  border-top-color: #5bc0de;
}

.btn-warning:hover,
.btn-warning.active {
  background: transparent;
  color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover .caret,
.btn-warning.active .caret {
  border-top-color: #f0ad4e;
}

.btn-danger:hover,
.btn-danger.active {
  background: transparent;
  color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover .caret,
.btn-danger.active .caret {
  border-top-color: #d9534f;
}

.btn-magenta {
  background: #d94084;
  border-color: #d94084;
  color: white;
}
.btn-magenta:hover,
.btn-magenta.active {
  background: transparent;
  color: #d94084;
  border-color: #d94084;
}
.btn-magenta:hover .caret,
.btn-magenta.active .caret {
  border-top-color: #d94084;
}

.btn-default-outline,
.btn-primary-outline,
.btn-success-outline,
.btn-info-outline,
.btn-warning-outline,
.btn-danger-outline {
  background: transparent;
}

.btn-default-outline {
  color: #999999;
  border: 1px solid #bbbbbb;
}
.btn-default-outline .caret {
  border-top-color: #bbbbbb;
}
.btn-default-outline:hover,
.btn-default-outline.active {
  background: #bbbbbb;
  color: white;
}
.btn-default-outline:hover .caret,
.btn-default-outline.active .caret {
  border-top-color: white;
}

.btn-primary-outline {
  color: #007aff;
  border: 1px solid #007aff;
}
.btn-primary-outline .caret {
  border-top-color: #007aff;
}
.btn-primary-outline:hover,
.btn-primary-outline.active {
  background: #007aff;
  color: white;
}
.btn-primary-outline:hover .caret,
.btn-primary-outline.active .caret {
  border-top-color: white;
}

.btn-success-outline {
  color: #009688;
  border: 1px solid #009688;
}
.btn-success-outline .caret {
  border-top-color: #009688;
}
.btn-success-outline:hover,
.btn-success-outline.active {
  background: #009688;
  color: white;
}
.btn-success-outline:hover .caret,
.btn-success-outline.active .caret {
  border-top-color: white;
}
/* sos success */
.btn-success-outline-sos {
  color: #fff;
  /*background-color: #FFF;*/
  /*background: linear-gradient(#FFF, #60c560);*/
  background: linear-gradient(#60c560, #60c560);
  font-weight: bold;
  font-size: 68px;
  -webkit-box-shadow: 8px 8px 4px -2px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: 8px 8px 4px -2px rgba(0, 0, 0, 0.82);
  box-shadow: 8px 8px 4px -2px rgba(0, 0, 0, 0.82);
}
.btn-success-outline-sos:hover,
.btn-success-outline-sos.active {
  background: linear-gradient(#60c560, #60c560);
  /*background: linear-gradient(#FFF, #60c560);*/
  color: #fff;
  -webkit-box-shadow: 8px 8px 4px -2px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: 8px 8px 4px -2px rgba(0, 0, 0, 0.82);
  box-shadow: 8px 8px 4px -2px rgba(0, 0, 0, 0.82);
}

.btn-info-outline {
  color: #5bc0de;
  border: 1px solid #5bc0de;
}
.btn-info-outline .caret {
  border-top-color: #5bc0de;
}
.btn-info-outline:hover,
.btn-info-outline.active {
  background: #5bc0de;
  color: white;
}
.btn-info-outline:hover .caret,
.btn-info-outline.active .caret {
  border-top-color: white;
}

.btn-warning-outline {
  color: #f0ad4e;
  border: 1px solid #f0ad4e;
}
.btn-warning-outline .caret {
  border-top-color: #f0ad4e;
}
.btn-warning-outline:hover,
.btn-warning-outline.active {
  background: #f0ad4e;
  color: white;
}
.btn-warning-outline:hover .caret,
.btn-warning-outline.active .caret {
  border-top-color: white;
}

.btn-danger-outline {
  color: #d9534f;
  border: 1px solid #d9534f;
}
.btn-danger-outline .caret {
  border-top-color: #d9534f;
}
.btn-danger-outline:hover,
.btn-danger-outline.active {
  background: #d9534f;
  color: white;
}
.btn-danger-outline-sos {
  color: #fff;
  background-color: #d9534f;
  background: linear-gradient(#d9534f, #d9534f);
  font-weight: bold;
  font-size: 68px;
  border: 3px solid #d9534f;
  -webkit-box-shadow: 5px 5px 4px -2px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: 5px 5px 4px -2px rgba(0, 0, 0, 0.82);
  box-shadow: 5px 5px 4px -2px rgba(0, 0, 0, 0.82);
}
.btn-danger-outline-sos:hover,
.btn-danger-outline-sos.active {
  font-size: 68px;
  background-color: #d9534f;
  background: linear-gradient(#d9534f, #d9534f);
  color: white;
  -webkit-box-shadow: 5px 5px 4px -2px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: 5px 5px 4px -2px rgba(0, 0, 0, 0.82);
  box-shadow: 5px 5px 4px -2px rgba(0, 0, 0, 0.82);
}
.btn-danger-outline:hover .caret,
.btn-danger-outline.active .caret {
  border-top-color: white;
}

.btn-magenta-outline {
  color: #d94084;
  border: 1px solid #d94084;
}
.btn-magenta-outline .caret {
  border-top-color: #d94084;
}
.btn-magenta-outline:hover,
.btn-magenta-outline.active {
  background: #d94084;
  color: white;
}
.btn-magenta-outline:hover .caret,
.btn-magenta-outline.active .caret {
  border-top-color: white;
}

.btn-group {
  /*margin: 0 5px 5px 0; */
}
.btn-group.pull-right {
  margin-right: 0;
}
.btn-group > .btn {
  margin: 0;
}
.btn-group > .btn + .dropdown-toggle {
  margin-left: 1px;
}
.btn-group > .btn + .dropdown-toggle .caret {
  margin-left: 0;
}
.btn-group > .btn + .dropdown-toggle[class^="-outline"],
.btn-group > .btn + .dropdown-toggle[class*="-outline"] {
  margin-left: -1px;
}
.btn-group.dropup .btn .caret {
  border-bottom-color: white;
}
.btn-group.dropup .btn:hover[class^="-outline"] .caret,
.btn-group.dropup .btn:hover[class*="-outline"] .caret {
  border-bottom-color: white;
}
.btn-group.dropup .btn-default:hover .caret,
.btn-group.dropup .btn-default-outline .caret {
  border-bottom-color: #bbbbbb;
}
.btn-group.dropup .btn-primary:hover .caret,
.btn-group.dropup .btn-primary-outline .caret {
  border-bottom-color: #007aff;
}
.btn-group.dropup .btn-success:hover .caret,
.btn-group.dropup .btn-success-outline .caret {
  border-bottom-color: #60c560;
}
.btn-group.dropup .btn-info:hover .caret,
.btn-group.dropup .btn-info-outline .caret {
  border-bottom-color: #5bc0de;
}
.btn-group.dropup .btn-warning:hover .caret,
.btn-group.dropup .btn-warning-outline .caret {
  border-bottom-color: #f0ad4e;
}
.btn-group.dropup .btn-danger:hover .caret,
.btn-group.dropup .btn-danger-outline .caret {
  border-bottom-color: #d9534f;
}

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

/*----------------------------------------------------------------------------------- */
/*  Dropdowns */
/*----------------------------------------------------------------------------------- */
.dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dddddd;
  padding: 0;
  min-width: 120px;
  max-width: 300px;
  max-height: 60vh;
  overflow: auto;
}
.dropdown-menu > li {
  margin: 0;
}
.dropdown-menu > li > a {
  padding: 9px 15px 9px 2px;
  border-bottom: 1px solid #e2e2e2;
  color: #999999;
  font-size: 12px;
  margin-left: 14px;
  line-height: 30px !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a.current {
  border-bottom-color: #007aff;
  color: #007aff;
  background: transparent;
}
.dropdown-menu > li > a i {
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
}
.dropdown-menu > li:last-child > a {
  border: 0;
}
.dropdown-menu > li .notifications {
  margin: -1px -4px 0 0 !important;
  float: right;
}
.dropdown-menu > li p {
  margin: 0 60px 0 0;
}

.messages img {
  border-radius: 10%;
  margin-right: 14px;
}

/*----------------------------------------------------------------------------------- */
/*  DataTables */
/*----------------------------------------------------------------------------------- */
/*.dataTable th {
  padding-right: 20px;
  position: relative;
  font-weight: normal; }
  .dataTable th.sorting {
    color: #007aff;
    cursor: pointer;
    position: relative; }
    .dataTable th.sorting:after, .dataTable th.sorting:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      right: 12px;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
    .dataTable th.sorting:after {
      top: 22px;
      border-top: 5px solid #007aff; }
    .dataTable th.sorting:before {
      top: 14px;
      border-bottom: 5px solid #007aff; }
  .dataTable th.sorting_asc {
    color: #007aff;
    cursor: pointer;
    position: relative; }
    .dataTable th.sorting_asc:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      right: 12px;
      top: 18px;
      border-bottom: 5px solid #007aff !important;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
  .dataTable th.sorting_desc {
    color: #007aff;
    cursor: pointer;
    position: relative; }
    .dataTable th.sorting_desc:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      right: 12px;
      top: 18px;
      border-top: 5px solid #007aff !important;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
*/
th:active {
  outline: none;
}

#add-row {
  margin-right: 0;
}

/*----------------------------------------------------------------------------------- */
/*  Tables */
/*----------------------------------------------------------------------------------- */
.table {
  margin-bottom: 10px;
}
.table th {
  font-size: 14px;
}
.table td {
  font-size: 14px;
}
.table td.actions {
  width: 90px;
  padding-right: 0;
}
.table td.actions .action-buttons {
  width: 80px;
  margin: 0;
}
.table td.actions .action-buttons a:last-child {
  margin-right: 0;
}
.table tfoot > tr > td {
  border-top: 0;
}
.table tfoot > tr:first-child > td {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
}

.boxshadow .table input[type="checkbox"] + span:before,
.boxshadow .table input[type="radio"] + span:before {
  margin-right: 0;
  margin-left: 0;
}

.check {
  width: 20px;
}

.check-header .sorting {
  display: none;
}

.table > thead > tr > th {
  border-bottom: 2px solid #dddddd;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  vertical-align: top;
}

.table-actions {
  margin: 0 6px 0 6px;
}

/*----------------------------------------------------------------------------------- */
/*  Labels */
/*----------------------------------------------------------------------------------- */
.label {
  font-size: 85%;
  line-height: 1.4;
  font-weight: 300;
  border-radius: 0px;
  margin: 0 5px;
  display: inline-block;
}
.label.label-success {
  background-color: #60c560;
}

.label-container {
  min-height: 160px !important;
}
.label-container h3 {
  margin-bottom: 25px;
}
.label-container .label {
  font-weight: 300;
}

.label-primary {
  background-color: #007aff;
}

/*----------------------------------------------------------------------------------- */
/*  Wells */
/*----------------------------------------------------------------------------------- */
.well {
  padding: 15px 15px 1px;
  border: 0;
  background-color: #dadada;
  background-color: rgba(0, 0, 0, 0.06);
  margin-bottom: 0;
  box-shadow: none;
  color: #555555;
}

/*----------------------------------------------------------------------------------- */
/*  Modal Styles */
/*----------------------------------------------------------------------------------- */
.modal {
  overflow-y: hidden;
}

.modal-open .modal {
  overflow-y: scroll;
}

.modal-open .modal-shiftfix,
.modal-open .modal-shiftfix .navbar-fixed-top,
.modal-open .modal-shiftfix .navbar-fixed-bottom {
  overflow-y: scroll;
}

.help-dialog-body {
  max-height: 50vh;
  overflow: auto;
}

/*----------------------------------------------------------------------------------- */
/*  List groups */
/*----------------------------------------------------------------------------------- */
.list-group {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
}
.list-group .list-group-item.active a,
.list-group .list-group-item.active:hover a,
.list-group .list-group-item.active:focus a {
  color: white;
  background-color: #007aff;
}
.list-group .list-group-item.active p,
.list-group .list-group-item.active:hover p,
.list-group .list-group-item.active:focus p {
  border-bottom: 0;
}
.list-group .list-group-item.active .badge,
.list-group .list-group-item.active:hover .badge,
.list-group .list-group-item.active:focus .badge {
  color: #007aff;
  background-color: white;
}

.list-group-item {
  border: 0;
  margin-bottom: 0;
  padding: 0;
}
.list-group-item a {
  color: #666666;
  display: block;
  padding: 0 0 0 15px;
}
.list-group-item a:hover {
  background-color: #f2f2f2;
}
.list-group-item p {
  margin-bottom: 0;
  padding: 10px 15px 10px 0;
  border-bottom: 1px solid #dddddd;
}
.list-group-item .badge {
  float: right;
}
.list-group-item:first-child {
  border-radius: 0;
}
.list-group-item:last-child {
  border-radius: 0;
}
.list-group-item:last-child p {
  border-bottom: 0;
}

/*----------------------------------------------------------------------------------- */
/*  Widget-Container */
/*----------------------------------------------------------------------------------- */
.widget-container {
  min-height: 320px;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.widget-container.fluid-height {
  height: auto;
  min-height: 0;
}
.widget-container.small {
  min-height: 120px;
  height: 200px;
}
.widget-container.gallery {
  min-height: 400px;
}
.widget-container .heading {
  background: rgba(255, 255, 255, 0.94);
  /*min-height: 50px;*/
  height: 50px;
  padding: 15px 5px;
  color: #007aff;
  font-size: 15px;
  width: 100%;
  font-weight: 400;
  margin: 0;
}
.widget-container .heading [class^="fa"],
.widget-container .heading [class*="fa"] {
  margin-right: 10px;
  font-size: 14px;
}
.widget-container .heading [class^="fa"].pull-right,
.widget-container .heading [class*="fa"].pull-right {
  margin-right: 0px;
  margin-left: 15px;
  opacity: 0.35;
  font-size: 1.1em;
}
.widget-container .heading [class^="fa"]:hover,
.widget-container .heading [class*="fa"]:hover {
  cursor: pointer;
  opacity: 1;
}
.widget-container .tabs {
  background: whitesmoke;
  border-bottom: 1px solid #dddddd;
}
.widget-container .widget-content {
  width: 100%;
}
.widget-container.scrollable {
  position: relative;
  height: 400px;
  padding-top: 50px;
}
.widget-container.scrollable.chat-home {
  height: 427px;
}
.widget-container.scrollable .heading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.widget-container.scrollable .shadow {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
.widget-container.scrollable .widget-content {
  height: 100%;
  position: relative;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.padded {
  padding: 15px;
}

/*----------------------------------------------------------------------------------- */
/*  Statistics Figures */
/*----------------------------------------------------------------------------------- */
.stats-container {
  min-height: 110px;
  height: 120px;
  text-align: center;
}
.stats-container [class^="col-"],
.stats-container [class*="col-"] {
  border-right: 1px solid #e6e6e6;
  height: 100%;
  margin-bottom: 0;
}
.stats-container [class^="col-"]:last-child,
.stats-container [class*="col-"]:last-child {
  border-right: 0;
}
.stats-container [class^="col-"] .number,
.stats-container [class*="col-"] .number {
  font-size: 3.8em;
  font-weight: 100;
  color: #007aff;
  line-height: 1.4em;
  padding-top: 8px;
  letter-spacing: -0.06em;
}
.stats-container [class^="col-"] .number .icon,
.stats-container [class*="col-"] .number .icon {
  background: url("../images/info-data-sprite.png") no-repeat left top;
  width: 50px;
  height: 38px;
  display: inline-block;
  vertical-align: top;
  margin: 20px 12px 0 0;
}
@media (min--moz-device-pixel-ratio: 1.3),
  (-o-min-device-pixel-ratio: 2.6 / 2),
  (-webkit-min-device-pixel-ratio: 1.3),
  (min-device-pixel-ratio: 1.3),
  (min-resolution: 1.3dppx) {
  .stats-container [class^="col-"] .number .icon,
  .stats-container [class*="col-"] .number .icon {
    background-image: url("../images/info-data-sprite@2x.png");
    background-size: 200px 190px;
  }
}
.stats-container [class^="col-"] .number .icon.visitors,
.stats-container [class*="col-"] .number .icon.visitors {
  background-position: -50px top;
}
.stats-container [class^="col-"] .number .icon.money,
.stats-container [class*="col-"] .number .icon.money {
  background-position: -100px top;
}
.stats-container [class^="col-"] .number .icon.chat-bubbles,
.stats-container [class*="col-"] .number .icon.chat-bubbles {
  background-position: -150px top;
}
.stats-container [class^="col-"] .text,
.stats-container [class*="col-"] .text {
  font-weight: 300;
  color: #999999;
}

/*----------------------------------------------------------------------------------- */
/*  jQuery Sparkline Tooltip fix */
/*----------------------------------------------------------------------------------- */
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*----------------------------------------------------------------------------------- */
/*  Line Charts */
/*----------------------------------------------------------------------------------- */
.line-chart {
  width: 100%;
}
.line-chart .chart-text-axis {
  margin: 4px 0 0 !important;
}
.line-chart .chart-text-axis li {
  width: 8.33% !important;
  margin: 0 !important;
}

.pie-chart {
  text-align: center;
}
.pie-chart #pie-chart {
  display: inline-block;
  vertical-align: middle;
}
.pie-chart ul.chart-key {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding: 0;
  margin: 0 0 0 30px;
}
.pie-chart ul.chart-key li {
  margin: 10px 0;
  color: #888888;
}
.pie-chart ul.chart-key li span {
  width: 20px;
  height: 15px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.pie-chart ul.chart-key li span.green {
  background: #81e970;
}
.pie-chart ul.chart-key li span.orange {
  background: #f5af50;
}
.pie-chart ul.chart-key li span.red {
  background: #f46f50;
}
.pie-chart ul.chart-key li span.blue {
  background: #a0eeed;
}

/*----------------------------------------------------------------------------------- */
/*  Weather Widget */
/*----------------------------------------------------------------------------------- */
.weather {
  background: #5bc0de;
  color: white;
  min-height: 100px;
  height: 200px;
}
.weather .heading {
  background: transparent;
  font-weight: 300;
  color: white;
}
.weather .padded {
  padding: 0 10px 0 0;
}
.weather .padded .row > div {
  border-right: 1px solid #89d1e6;
  padding-top: 20px;
  height: 200px;
  margin-bottom: 0;
}
.weather .padded .row > div:last-child {
  border: 0;
}
.weather .padded .row > div canvas {
  display: block;
  margin: 20px auto 14px;
}
.weather .padded .row > div .number {
  font-size: 40px;
  color: white;
  font-weight: 300;
  letter-spacing: -0.05em;
  display: inline-block;
  vertical-align: middle;
}
.weather .padded .row > div .number small {
  font-size: 70%;
  margin: 2px 0 0 4px;
  display: inline-block;
}
.weather .padded .row > div.today canvas {
  display: inline-block;
  margin: 0 10px 0 6px;
  vertical-align: middle;
}
.weather .padded .row > div.today .number {
  font-size: 80px;
  display: inline-block;
}
.weather .padded .row > div.today .number small {
  margin: 12px 0 0 5px;
}
.weather .padded .row > div.today p {
  margin-bottom: 6px;
}
.weather .padded .row > div p {
  margin: 0;
}
.weather .padded .row > div p.location {
  margin: 5px 0 0;
}

/*----------------------------------------------------------------------------------- */
/*  jQuery Easy Pie Chart */
/*----------------------------------------------------------------------------------- */
.easyPieChart {
  position: relative;
  text-align: center;
  margin: 5px auto 27px;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.pie-number {
  font-size: 4.5em;
  font-weight: 100;
  letter-spacing: -0.05em;
  color: #bbbbbb;
}

.pie-text {
  text-align: center;
  padding: 8px 0 14px 0;
}

/*----------------------------------------------------------------------------------- */
/*  Stats Styles */
/*----------------------------------------------------------------------------------- */
.chart-list {
  text-decoration: none;
  display: inline;
  padding: 0 2px 0 0;
}

.chart-list-item {
  width: 55px;
  text-align: left;
}

.chart-number {
  font-size: 2.5em;
  font-weight: 100;
}

.bar-chart-widget {
  text-align: center;
}
.bar-chart-widget .bar-chart-info {
  display: inline-block;
  vertical-align: middle;
  margin: 0 40px 14px -21px;
  text-align: center;
}
.bar-chart-widget .bar-chart-info.visible-lg {
  display: inline-block !important;
}
.bar-chart-widget .bar-chart-info p {
  font-weight: 300;
  color: #bbbbbb;
}
.bar-chart-widget .bar-chart-info .chart-number {
  font-size: 4em;
  font-weight: 100;
  color: #60c560;
  line-height: 1.2em;
}
.bar-chart-widget .bar-chart-info .chart-number i {
  margin: 12px 10px 0 0;
  opacity: 0.5;
  font-size: 0.9em;
  display: inline-block;
  vertical-align: top;
}
.bar-chart-widget .bar-chart-info .chart-text {
  font-size: 0.8em;
  font-weight: 400;
  color: #888888;
}

.chart-graph {
  display: inline-block;
  vertical-align: middle;
}
.chart-graph .chart-text-axis {
  padding: 0 0 0 5px;
  width: 100%;
  margin: 6px 0 0;
  list-style: none;
}
.chart-graph .chart-text-axis li {
  font-size: 0.7em;
  font-weight: 400;
  text-align: center;
  width: 12px;
  margin-right: 6px;
  float: left;
  color: #aaaaaa;
}

/*----------------------------------------------------------------------------------- */
/*  Morris Charts */
/*----------------------------------------------------------------------------------- */
.morris-hover.morris-default-style {
  background: white;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #bbbbbb;
}

/*----------------------------------------------------------------------------------- */
/*  Social Dashboard */
/*----------------------------------------------------------------------------------- */
.social-wrapper #hidden-items {
  display: none;
}
.social-wrapper #social-container {
  margin: 0 auto;
  max-width: 100%;
}
.social-wrapper #social-container .item {
  width: 350px;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin: 10px;
  float: left;
}
.social-wrapper #social-container .item-hidden {
  display: none;
}
.social-wrapper #social-container .share-widget {
  background: #f8f8f8;
  font-weight: 200;
  padding-top: 3px;
  height: 180px;
}
.social-wrapper #social-container .share-widget textarea {
  height: 94px;
  resize: none;
}
.social-wrapper #social-container .share-widget .share-options {
  text-align: center;
  cursor: pointer;
  margin: 0;
}
.social-wrapper #social-container .share-widget .share-options:hover,
.social-wrapper #social-container .share-widget .share-options.active {
  color: #007aff;
}
.social-wrapper #social-container .share-widget .share-options p {
  margin-bottom: 0;
}
.social-wrapper #social-container img.social-avatar {
  border-radius: 10%;
  margin-right: 15px;
}
.social-wrapper #social-container .profile-widget {
  height: 180px;
  padding: 5px;
  position: relative;
}
.social-wrapper #social-container .profile-widget .profile-info {
  padding: 0;
  margin: 0;
}
.social-wrapper #social-container .profile-widget .profile-info .social-avatar {
  margin-right: 20px;
}
.social-wrapper #social-container .profile-widget .profile-info .user-name {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 6px;
}
.social-wrapper
  #social-container
  .profile-widget
  .profile-info
  .profile-details {
  display: inline-block;
}
.social-wrapper
  #social-container
  .profile-widget
  .profile-info
  .profile-details
  p {
  font-size: 13px;
  margin-bottom: 2px;
  color: #999999;
  font-weight: 300;
}
.social-wrapper
  #social-container
  .profile-widget
  .profile-info
  .profile-details
  em {
  font-size: 13px;
  color: #999999;
  font-weight: 300;
}
.social-wrapper
  #social-container
  .profile-widget
  .profile-info
  .profile-details
  em
  i {
  margin-right: 6px;
}
.social-wrapper #social-container .profile-widget .profile-stats {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
}
.social-wrapper #social-container .profile-widget .profile-stats > div {
  height: 100%;
  border-left: 1px solid #e0e0e0;
  padding: 0px;
  margin: 0px;
  text-align: center;
  padding-top: 6px;
  color: #999999;
}
.social-wrapper
  #social-container
  .profile-widget
  .profile-stats
  > div:first-child {
  border-left: 0px;
}
.social-wrapper #social-container .profile-widget .profile-stats > div h2 {
  font-weight: 100;
  margin-bottom: 5px;
}
.social-wrapper #social-container .profile-widget .profile-stats > div p {
  font-weight: 300;
}
.social-wrapper #social-container .social-entry p.content {
  font-size: 14px;
  font-weight: 300;
  margin: 15px 0;
}
.social-wrapper #social-container .social-entry .padded p.content {
  margin-top: 0;
}
.social-wrapper #social-container .social-entry .profile-info .social-avatar {
  margin-right: 14px;
}
.social-wrapper #social-container .social-entry .profile-info .user-name {
  font-size: 18px;
  font-weight: 300;
  margin: 2px 0 6px;
}
.social-wrapper #social-container .social-entry .profile-info + p.content {
  margin-top: 15px;
}
.social-wrapper #social-container .social-entry .profile-details {
  display: inline-block;
}
.social-wrapper #social-container .social-entry .profile-details p {
  font-size: 13px;
  margin-bottom: 2px;
  color: #999999;
}
.social-wrapper #social-container .social-entry .profile-details em {
  font-size: 13px;
  color: #999999;
  font-weight: 300;
}
.social-wrapper #social-container .social-entry .profile-details em i {
  margin-right: 6px;
}
.social-wrapper #social-container .social-entry .social-content-media {
  display: block;
}
.social-wrapper #social-container .social-entry .btn {
  margin: 0 2px 0 0;
  cursor: pointer;
  font-size: 14px;
  padding: 2px 8px;
}
.social-wrapper #social-container .social-entry .btn i {
  margin-right: 0;
  font-size: 14px;
}
.social-wrapper #social-container .social-entry .comments {
  background: #f6f6f6;
  margin-top: 5px;
  padding-top: 15px;
}
.social-wrapper #social-container .social-entry .comments .social-avatar {
  margin-right: 12px;
}
.social-wrapper #social-container .social-entry .comments p.content {
  margin: 8px 0 22px;
}
.social-wrapper #social-container .social-entry .comments .form-group {
  margin-bottom: 0px;
}
.social-wrapper #load-more {
  margin-top: 20px;
  padding-bottom: 12px;
  padding-top: 8px;
}

/*----------------------------------------------------------------------------------- */
/*  Social Communities Widget */
/*----------------------------------------------------------------------------------- */
.social-widget {
  font-weight: 200;
  color: white;
  text-align: center;
  height: 120px;
  padding-top: 14px;
}
.social-widget.twitter {
  background-color: #00b2f1;
}
.social-widget.facebook {
  background-color: #517fa4;
}
.social-widget.pinterest {
  background-color: #e54c42;
}
.social-widget.instagram {
  background-color: #f0ad4e;
}
.social-widget.dribbble {
  background-color: #ea4c89;
}
.social-widget [class^="fa"],
.social-widget [class*=" fa"] {
  vertical-align: middle;
  font-size: 70px;
  margin: 0 10px 0 -20px;
}
.social-widget .social-data {
  text-align: center;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.social-widget .social-data h1 {
  font-weight: 100;
  font-size: 60px;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------------------- */
/*  Gallery with Captions */
/*----------------------------------------------------------------------------------- */
.gallery-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gallery-grid li {
  float: left;
  width: 25%;
  padding: 10px;
  position: relative;
}
.gallery-grid li figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.gallery-grid li figure img {
  max-width: 100%;
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.gallery-grid li .caption {
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: -90px;
  left: 0px;
  padding: 15px 20px 20px;
  background: black;
  color: white;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.gallery-grid li .caption h3 {
  margin: 0;
  padding: 0;
  color: white;
  font-weight: 100;
}
.gallery-grid li .caption span {
  margin-top: 5px;
  display: inline-block;
}
.gallery-grid li .caption a {
  margin: 0 0 0 15px;
  border: 1px solid white;
}
.gallery-grid li:hover figure img {
  top: -50px;
}
.gallery-grid li:hover .caption {
  bottom: 0px;
}

@media (max-width: 1200px) {
  .gallery-grid li {
    width: 33.33%;
  }
}
@media (max-width: 900px) {
  .gallery-grid li {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .gallery-grid li {
    width: 100%;
    margin: 0 0 15px;
  }
}
/*----------------------------------------------------------------------------------- */
/*  Gallery with Filter */
/*----------------------------------------------------------------------------------- */
.gallery-filters a.selected {
  background: #007aff;
  color: white;
}

.gallery-item {
  width: 200px;
  height: 150px;
  /*margin: 10px;*/
  position: relative;
  background: black;
}
.gallery-item img {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gallery-item .actions {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 36px;
  margin-top: -18px;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gallery-item .actions i {
  display: inline-block;
  margin: 0 4px;
  font-size: 18px;
  color: white;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 35px;
  border: 1px solid white;
  border-radius: 50%;
  vertical-align: top;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.gallery-item .actions i:hover {
  background: white;
  color: #333333;
}
.gallery-item .actions i.fa-search-plus {
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  margin-top: -7px;
}
.gallery-item:hover img {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.gallery-item:hover .actions {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media (max-width: 450px) {
  .gallery-item {
    width: 280px;
    height: 210px;
    margin: 0 0 15px;
  }
}
/*----------------------------------------------------------------------------------- */
/*  Carousel */
/*----------------------------------------------------------------------------------- */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
  background: rgba(0, 0, 0, 0.06);
  opacity: 1;
  width: 10%;
}
.carousel-control.left:hover,
.carousel-control.right:hover {
  background: rgba(0, 0, 0, 0.25);
}

.carousel-control .glyphicon,
.carousel-control .fa {
  position: absolute;
  top: 50%;
  /* left: 50%; */
  z-index: 5;
  display: inline-block;
  height: 40px;
  font-size: 40px;
  margin-top: -20px;
  margin-left: -10px;
}

.carousel-control .fa-angle-right {
  margin-left: -5px;
}

.carousel-indicators li {
  margin: 1px 5px;
}
.carousel-indicators li.active {
  margin: 0 5px;
}

/*----------------------------------------------------------------------------------- */
/*  List widget */
/*----------------------------------------------------------------------------------- */
.list ul {
  list-style: none;
  padding-left: 15px;
  margin: 0;
}
.list ul li {
  padding: 10px 15px 12px 2px;
  border-bottom: 1px solid #e2e2e2;
  margin: 0;
}
.list ul li:last-child {
  border: 0;
}
.list ul li:only-child {
  border-bottom: 1px solid #e2e2e2;
}
.list ul li img {
  margin-right: 10px;
}

/*----------------------------------------------------------------------------------- */
/*  Task widget */
/*----------------------------------------------------------------------------------- */
.task-widget ul li {
  padding: 0;
}
.task-widget ul li label {
  font-weight: normal;
  margin: 0;
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 10px 15px 12px 10px;
}
.task-widget ul li label:hover {
  background-color: #f6f6f6;
}
.task-widget input[type="checkbox"]:checked + .task-checkbox {
  color: #007aff;
}

.opacity .task-widget input[type="checkbox"] + span:before,
.opacity .task-widget input[type="radio"] + span:before {
  margin-left: 0px;
}

/*----------------------------------------------------------------------------------- */
/*  Ratings widget */
/*----------------------------------------------------------------------------------- */
.rating-widget ul li {
  padding-bottom: 4px;
}
.rating-widget ul li .reviewer-info {
  margin-bottom: 10px;
}
.rating-widget ul li .reviewer-info img {
  margin-right: 8px;
}
.rating-widget ul li .reviewer-info em {
  color: #aaaaaa;
  font-size: 0.85em;
  margin-left: 4px;
}
.rating-widget ul li .reviewer-info .star-rating i {
  margin-left: 2px;
  font-size: 20px;
  color: #cccccc;
}
.rating-widget ul li .reviewer-info .star-rating i.fastar,
.rating-widget ul li .reviewer-info .star-rating i.fastar-half-empty {
  color: #f7c310;
}

/*----------------------------------------------------------------------------------- */
/*  Rollodex Styles */
/*----------------------------------------------------------------------------------- */
.rollodex {
  height: 500px !important;
}
.rollodex img {
  border-radius: 50%;
}
.rollodex ul li:only-child {
  border: 0;
}

.roll-title {
  background: #efefef;
  width: 100%;
  text-align: center;
  padding: 2px 0 2px 0;
  margin: 1px 0 1px 0;
}

.roll-item {
  padding: 20px 0 20px 0;
}

/*----------------------------------------------------------------------------------- */
/*  Chat widget */
/*----------------------------------------------------------------------------------- */
.chat {
  padding-bottom: 52px;
}
.chat .widget-content {
  padding-right: 20px;
  background-color: white;
}
.chat .widget-content .scrollbar-path-vertical {
  bottom: 56px !important;
}
.chat .widget-content ul {
  list-style: none;
  padding: 0;
}
.chat .widget-content ul li {
  margin-bottom: 14px;
  padding-left: 40px;
  padding-right: 80px;
  position: relative;
}
.chat .widget-content ul li:last-child {
  margin-bottom: 0;
}
.chat .widget-content ul li img {
  position: absolute;
  bottom: -2px;
  left: 0;
  border-radius: 50%;
}
.chat .widget-content ul li .bubble {
  padding: 12px 15px;
  background: #e5e5ea;
  border-radius: 15px;
  position: relative;
}
.chat .widget-content ul li .bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5px;
  background: url("../images/chat-left.png") left top no-repeat;
  width: 13px;
  height: 13px;
  display: block;
}
@media (min--moz-device-pixel-ratio: 1.3),
  (-o-min-device-pixel-ratio: 2.6 / 2),
  (-webkit-min-device-pixel-ratio: 1.3),
  (min-device-pixel-ratio: 1.3),
  (min-resolution: 1.3dppx) {
  .chat .widget-content ul li .bubble:after {
    background-image: url("../images/chat-left@2x.png");
    background-size: 13px 13px;
  }
}
.chat .widget-content ul li .bubble .user-name {
  font-size: 1.1em;
  margin-bottom: 8px;
  display: inline-block;
}
.chat .widget-content ul li .bubble p.message {
  font-size: 0.95em;
  margin-bottom: 12px;
  color: #333333;
}
.chat .widget-content ul li .bubble .time {
  font-size: 0.8em;
  color: #888888;
  margin-bottom: 0;
}
.chat .widget-content ul li.current-user {
  padding-right: 40px;
  padding-left: 80px;
}
.chat .widget-content ul li.current-user img {
  right: 0;
  left: auto;
}
.chat .widget-content ul li.current-user .bubble {
  background: #178efe;
}
.chat .widget-content ul li.current-user .bubble:after {
  background: url("../images/chat-right.png") left top no-repeat;
  left: auto;
  right: -6px;
}
@media (min--moz-device-pixel-ratio: 1.3),
  (-o-min-device-pixel-ratio: 2.6 / 2),
  (-webkit-min-device-pixel-ratio: 1.3),
  (min-device-pixel-ratio: 1.3),
  (min-resolution: 1.3dppx) {
  .chat .widget-content ul li.current-user .bubble:after {
    background-image: url("../images/chat-right@2x.png");
    background-size: 13px 13px;
  }
}
.chat .widget-content ul li.current-user p,
.chat .widget-content ul li.current-user a {
  color: white !important;
}
.chat .widget-content ul li.current-user .time {
  opacity: 0.75;
}
.chat .post-message {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52px;
  padding: 8px 60px 8px 8px;
  background: #f2f2f2;
  border-top: 1px solid #cccccc;
}
.chat .post-message input[type="text"] {
  width: 100%;
  height: 100%;
}
.chat .post-message input[type="submit"] {
  position: absolute;
  top: 12px;
  right: 10px;
  margin: 0;
  border: 0;
  background: transparent;
  color: #007aff;
  font-weight: 600;
  font-size: 14px;
}

.widget-container.chat-page {
  height: 700px;
  padding: 0 0 102px 222px;
  position: relative;
  background-color: #f2f2f2;
}
.widget-container.chat-page .contact-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 222px;
  height: 100%;
  border-right: 1px solid #dddddd;
  padding-top: 50px;
}
.widget-container.chat-page .contact-list .heading {
  background-color: transparent;
  color: #777777;
  border-bottom: 1px solid #d6d6d6;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 14px;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.widget-container.chat-page .contact-list .heading i {
  margin-top: 4px;
  font-size: 1em;
}
.widget-container.chat-page .contact-list ul {
  list-style: none;
  padding-left: 15px;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.widget-container.chat-page .contact-list ul li {
  border-bottom: 1px solid #d6d6d6;
  margin: 0;
}
.widget-container.chat-page .contact-list ul li a {
  display: block;
  position: relative;
  left: -15px;
  width: 220px;
  padding-left: 15px;
  padding: 8px 0 8px 15px;
  color: #888888;
}
.widget-container.chat-page .contact-list ul li a:hover {
  background-color: #e6e6e6;
  color: #666666;
}
.widget-container.chat-page .contact-list ul li img {
  border-radius: 50%;
  margin-right: 10px;
}
.widget-container.chat-page .contact-list ul li i {
  font-size: 12px;
  float: right;
  margin: 9px 20px 0 0;
}
.widget-container.chat-page > .heading {
  position: relative !important;
}
.widget-container.chat-page .post-message {
  position: relative;
}

/*----------------------------------------------------------------------------------- */
/*  Icons */
/*----------------------------------------------------------------------------------- */
.icons .row {
  margin: 0 !important;
}
.icons .row [class^="col-"],
.icons .row [class*="col-"] {
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  margin-bottom: 0 !important;
  color: #666666;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.icons .row [class^="col-"] [class^="fa"],
.icons .row [class^="col-"] [class*="fa"],
.icons .row [class*="col-"] [class^="fa"],
.icons .row [class*="col-"] [class*="fa"] {
  width: 32px;
  font-size: 14px;
  text-align: right;
  margin-right: 20px;
  vertical-align: middle;
  -webkit-transition: all 0.12s;
  -moz-transition: all 0.12s;
  transition: all 0.12s;
}
.icons .row [class^="col-"] .glyphicon,
.icons .row [class*="col-"] .glyphicon {
  margin-top: -5px;
  width: 32px;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.12s;
  -moz-transition: all 0.12s;
  transition: all 0.12s;
}
.icons .row [class^="col-"]:hover,
.icons .row [class*="col-"]:hover {
  background-color: #f6f6f6;
}
.icons .row [class^="col-"]:hover [class^="fa"],
.icons .row [class^="col-"]:hover [class*="fa"],
.icons .row [class^="col-"]:hover .glyphicon,
.icons .row [class*="col-"]:hover [class^="fa"],
.icons .row [class*="col-"]:hover [class*="fa"],
.icons .row [class*="col-"]:hover .glyphicon {
  font-size: 28px;
}
.icons .row [class^="col-"]:hover .glyphicon,
.icons .row [class*="col-"]:hover .glyphicon {
  margin-top: -8px;
}

/*----------------------------------------------------------------------------------- */
/*  Grid Structure */
/*----------------------------------------------------------------------------------- */
.grid-structure .row .widget-container {
  color: #999999;
  padding: 10px 15px 12px;
  min-height: 0;
}

/*----------------------------------------------------------------------------------- */
/*  jQuery Map Styles */
/*----------------------------------------------------------------------------------- */
.map {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.jqvmap-label {
  position: absolute;
  display: none;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  color: #666666;
  font-size: smaller;
  font-weight: 300;
  padding: 4px 6px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.jqvmap-zoomin,
.jqvmap-zoomout {
  position: absolute;
  left: 10px;
  border-radius: 0px;
  background: #c2c2c2;
  padding: 8px 6px;
  color: white;
  width: 22px;
  height: 22px;
  cursor: pointer;
  line-height: 5px;
  text-align: center;
}
.jqvmap-zoomin:hover,
.jqvmap-zoomin :active,
.jqvmap-zoomout:hover,
.jqvmap-zoomout :active {
  background: #007aff;
}

.jqvmap-zoomin {
  top: 10px;
}

.jqvmap-zoomout {
  top: 36px;
}

.jqvmap-region {
  cursor: pointer;
}

.jqvmap-ajax_response {
  width: 100%;
  height: 500px;
}

/*----------------------------------------------------------------------------------- */
/*  Form styles */
/*----------------------------------------------------------------------------------- */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  font-weight: normal;
}
label.error {
  color: #d9534f;
  margin-top: 5px;
  margin-left: 5px;
}

input[type="text"] {
  box-shadow: none !important;
}

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

.form-control {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.form-control:focus {
  border-color: #007aff;
  box-shadow: none;
}
.form-control.has-error,
.form-control.error {
  border-color: #d9534f;
}
.form-control.has-success,
.form-control.success {
  border-color: #60c560;
}
.form-group [class^="col-"],
.form-group [class*="col-"] {
  margin-bottom: 0;
}
.form-group label {
  margin-bottom: 5px;
}

.input-group-btn > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.opacity .radio,
.opacity .checkbox {
  margin: 0 0 10px;
}
.opacity .radio-inline,
.opacity .checkbox-inline {
  padding-top: 9px;
  margin-right: 20px;
}
.opacity .radio-inline + .radio-inline,
.opacity .radio-inline + .checkbox-inline,
.opacity .checkbox-inline + .radio-inline,
.opacity .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
.opacity input[type="checkbox"],
.opacity input[type="radio"] {
  display: none;
}
.opacity input[type="checkbox"] + span:before,
.opacity input[type="radio"] + span:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  /*margin-left: -20px;*/
  background: white;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
}
.opacity input[type="checkbox"]:checked + span:before {
  background: #007aff url("/images/checkmark.png") no-repeat center center;
  border-color: #007aff;
}
@media (min--moz-device-pixel-ratio: 1.3),
  (-o-min-device-pixel-ratio: 2.6 / 2),
  (-webkit-min-device-pixel-ratio: 1.3),
  (min-device-pixel-ratio: 1.3),
  (min-resolution: 1.3dppx) {
  .opacity input[type="checkbox"]:checked + span:before {
    background-image: url("/images/checkmark@2x.png");
    background-size: 14px 14px;
  }
}
.opacity input[type="radio"] {
  display: none;
}
.opacity input[type="radio"] + span {
  position: relative;
}
.opacity input[type="radio"] + span:before {
  border-radius: 50%;
}
.opacity input[type="radio"]:checked + span:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 5px;
  background-color: #007aff;
  border-radius: 50%;
  display: block;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #f0ad4e;
}
.has-warning .form-control {
  border-color: #f0ad4e;
}

.has-error .help-block,
.has-error .control-label {
  color: #d9534f;
}
.has-error .form-control {
  border-color: #d9534f;
}

.has-success .help-block,
.has-success .control-label {
  color: #60c560;
}
.has-success .form-control {
  border-color: #60c560;
}

.radio + .radio:last-child,
.checkbox + .checkbox:last-child {
  margin-bottom: 0;
}

.form-photo {
  margin: 4px 0 12px;
}

/*----------------------------------------------------------------------------------- */
/*  iOS 7 Toggle switch */
/*----------------------------------------------------------------------------------- */
.check-ios {
  visibility: hidden;
}

.holder {
  width: 56px;
  height: 28px;
  position: relative;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.holder span {
  background-color: #e2e2e2;
  display: block;
  height: 30px;
  width: 54px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.holder span:after {
  background-color: white;
  content: "";
  display: block;
  height: 28px;
  width: 52px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 2;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.holder label {
  background: white;
  cursor: pointer;
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.check-ios:checked ~ span {
  background-color: #4fd065;
}
.check-ios:checked ~ span:after {
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}
.check-ios:checked + label {
  left: 25px;
}

/*----------------------------------------------------------------------------------- */
/*  Drag and drop */
/*----------------------------------------------------------------------------------- */
.single-file-drop {
  text-align: center;
  border: 2px dashed #dddddd;
}
.single-file-drop h4 {
  padding: 50px 0 45px;
  line-height: 1.4;
}
.single-file-drop img {
  max-width: 100%;
}
.single-file-drop.profile-drop {
  display: inline-block;
  min-width: 200px;
  height: 200px;
  margin: 4px 0 8px;
  overflow: hidden;
  position: relative;
}
.single-file-drop.profile-drop h4 {
  padding-top: 70px;
}
.single-file-drop.profile-drop img {
  max-width: none;
  height: 200px;
}

/*----------------------------------------------------------------------------------- */
/*  Custom image upload button */
/*----------------------------------------------------------------------------------- */
.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  direction: ltr;
}
.btn-file + .fileupload-preview {
  padding: 0 5px 0 10px;
  vertical-align: middle;
}

.fileupload .form-control {
  height: 34px;
  display: inline-block;
  box-shadow: none;
}
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}
.fileupload .img-thumbnail {
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.fileupload .img-thumbnail > img {
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
.fileupload .btn {
  vertical-align: middle;
  margin: 0 2px 0 -1px;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}

.fileupload-inline .fileupload-controls {
  display: inline;
}

.fileupload-new .input-append .btn-file {
  border-radius: 0 3px 3px 0;
}

.thumbnail-borderless .img-thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.fileupload-new.thumbnail-borderless .im-thumbnail {
  border: 1px solid #dddddd;
}

.fileupload .fileupload-preview + .close {
  vertical-align: middle;
}

.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}
.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}
.control-group.warning .fileupload .img-thumbnail {
  border-color: #a47e3c;
}
.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}
.control-group.error .fileupload .img-thumbnail {
  border-color: #b94a48;
}
.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}
.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}
.control-group.success .fileupload .img-thumbnail {
  border-color: #468847;
}

/*----------------------------------------------------------------------------------- */
/*  select2 Dropdowns */
/*----------------------------------------------------------------------------------- */
.select2-container {
  width: 100%;
  height: 36px;
}
.select2-container .select2-choice {
  height: 100%;
}
.select2-container .select2-choice > .select2-chosen {
  height: 100%;
  line-height: 33px;
}
.select2-container .select2-choice .select2-arrow {
  width: 34px;
  text-align: center;
}
.select2-container .select2-choice .select2-arrow b {
  background: none;
  width: 0;
  height: 0;
  margin: 8px 0 0 -2px;
  display: inline-block;
  vertical-align: middle;
  border-top: 4px solid #444444;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border-color: #007aff;
}

.select2-container-multi .select2-choices {
  background: white;
  border-color: #cccccc;
  border-radius: 4px;
  padding-top: 2px;
}

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Tooltip Styles */
/*----------------------------------------------------------------------------------- */
.tooltip-inner {
  border-radius: 0px;
  padding: 8px;
}

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Progress Bar */
/*----------------------------------------------------------------------------------- */
.progress {
  height: 12px;
  box-shadow: none;
  border-radius: 10px;
  background-color: #f2f2f2;
}
.progress .progress-bar {
  box-shadow: none;
  background-color: #007aff;
}
.progress .progress-bar-success {
  background-color: #60c560;
}
.progress .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress .progress-bar-danger {
  background-color: #d9534f;
}

/*----------------------------------------------------------------------------------- */
/*  jQuery UI Slider */
/*----------------------------------------------------------------------------------- */
.slider-container {
  margin-bottom: 25px;
}

.ui-slider {
  background-color: #e2e2e2;
  height: 4px;
  border-radius: 2px;
  position: relative;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 2px;
  top: 0;
  height: 100%;
}

.ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 28px;
  height: 28px;
  top: -13px;
  margin-left: -14px;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 3px 4px rgba(0, 0, 0, 0.1);
}

.ui-widget-header {
  background-color: #007aff;
}

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Well */
/*----------------------------------------------------------------------------------- */
.well {
  min-height: 38px;
}

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Emphasis Classes */
/*----------------------------------------------------------------------------------- */
.text-primary {
  color: #007aff;
}

.text-success {
  color: #60c560;
}

.text-info {
  color: #5bc0de;
}

.text-warning {
  color: #f0ad4e;
}

.text-danger {
  color: #d9534f;
}

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Accordion */
/*----------------------------------------------------------------------------------- */
.panel {
  box-shadow: none;
}

.panel-heading {
  padding: 0;
  border-radius: 0;
  background-color: #f8f8f8;
}
.panel-heading .panel-toggle {
  background: #f9fafa;
}

.panel-title {
  font-size: 16px;
}
.panel-title > a {
  font-weight: 300;
  padding: 8px 15px 10px;
  display: block;
}
.panel-title > a .caret {
  margin-top: 5px;
  border-bottom: 5px solid #999999;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.panel-title > a.collapsed .caret {
  border-top: 5px solid #999999;
  border-bottom: 5px solid transparent;
  margin-top: 10px;
}
.panel-title:hover {
  color: #007aff;
}

.accordion-group {
  margin: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #f1f1f1;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0px;
  border: 0;
  border-top: 1px solid #e1e1e1;
}
.panel-group .panel + .panel {
  margin-top: 0;
}

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Modal Styles */
/*----------------------------------------------------------------------------------- */
.modal-content {
  border-radius: 0px;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.94);
  border: 0;
}

.modal-footer .btn {
  margin: 0 10px 0px 0;
}

.modal-footer {
  border: 0px;
  padding: 19px 20px 30px;
}

.modal-header {
  background: #f1f1f1;
}

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Tab Styles */
/*----------------------------------------------------------------------------------- */
.nav-tabs > li > a {
  border-radius: 0px;
}

.nav-tabs {
  margin-top: -8px;
}

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Alert Styles */
/*----------------------------------------------------------------------------------- */
.alert {
  border-radius: 0px;
  margin: 3px !important;
}

button.close {
  margin-left: 18px;
}

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Pagination */
/*----------------------------------------------------------------------------------- */
.pagination {
  margin: 12px 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: #007aff;
}

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Badge Styles */
/*----------------------------------------------------------------------------------- */
.badge {
  background-color: #aaaaaa;
  font-weight: 400;
}

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Breadcrumb */
/*----------------------------------------------------------------------------------- */
.breadcrumb {
  padding: 9px 15px 6px;
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Popover */
/*----------------------------------------------------------------------------------- */
.popover {
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.92);
  padding: 0;
}

.popover-title {
  border-radius: 0px;
  color: #007aff;
  margin-left: 14px;
  background: none;
  padding-left: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.popover-content {
  padding: 0px;
  margin-left: 14px;
  padding: 12px 15px 12px 0;
}

/*----------------------------------------------------------------------------------- */
/*  Fancybox */
/*----------------------------------------------------------------------------------- */
.fancybox-skin {
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4) !important;
  background: white;
  background: rgba(255, 255, 255, 0.9);
}
.fancybox-skin .fancybox-prev span,
.fancybox-skin .fancybox-next span {
  background: none;
  font-family: "FontAwesome";
  font-size: 40px;
  left: 50%;
  right: auto;
  width: 16px;
  height: 56px;
  margin: -28px 0 0 -8px;
}
.fancybox-skin .fancybox-prev span:before,
.fancybox-skin .fancybox-next span:before {
  color: white;
}
.fancybox-skin .fancybox-prev {
  left: -80px;
}
.fancybox-skin .fancybox-prev span:before {
  content: "\f104";
}
.fancybox-skin .fancybox-next {
  right: -80px;
}
.fancybox-skin .fancybox-next span:before {
  content: "\f105";
}
.fancybox-skin .fancybox-close {
  background: none;
  font-family: "FontAwesome";
  font-size: 38px;
  color: white;
  top: -15px;
  right: -55px;
  opacity: 0.6;
}
.fancybox-skin .fancybox-close:hover {
  opacity: 1;
}
.fancybox-skin .fancybox-close:before {
  content: "×";
}

.fancybox-nav {
  width: 60px;
}

.fancybox-nav span {
  visibility: visible;
  opacity: 0.5;
}

.fancybox-nav:hover span {
  opacity: 1;
}

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

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Tab Styles */
/*----------------------------------------------------------------------------------- */
.nav-tabs > li > a {
  border-radius: 0px;
}

/*----------------------------------------------------------------------------------- */
/*  Bootstrap Alert Styles */
/*----------------------------------------------------------------------------------- */
.alert {
  border-radius: 0px;
  padding: 15px;
}
.alert .close {
  line-height: 17px;
}

/*----------------------------------------------------------------------------------- */
/*  Full Calendar */
/*----------------------------------------------------------------------------------- */
#calendar {
  margin-top: 5px;
}

.fc-button-today {
  display: none;
}

.fc-event {
  opacity: 0.85;
}
.fc-event.label-primary {
  background-color: #d6eaff;
  border-left: 2px solid #007aff;
  color: #007aff;
}
.fc-event.label-success {
  background-color: #dff3df;
  border-left: 2px solid #60c560;
  color: #60c560;
}
.fc-event.label-default {
  background-color: #e6e6e6;
  border-left: 2px solid #999999;
  color: #666666;
}
.fc-event.label-info {
  background-color: #e3f4f9;
  border-left: 2px solid #5bc0de;
  color: #49a4bf;
}
.fc-event.label-warning {
  background-color: #fdf3e4;
  border-left: 2px solid #f0ad4e;
  color: #f0ad4e;
}
.fc-event.label-danger {
  background-color: #fbefee;
  border-left: 2px solid #d9534f;
  color: #d9534f;
}

.fc-event-hori {
  margin: 0 2px 4px;
}

#external-events input[type="text"],
#external-events .select2-container {
  margin-bottom: 10px;
}

#event_box {
  margin: 15px 0 10px;
}
#event_box .label {
  margin: 0 8px 8px 0;
  cursor: move;
}
#event_box .label.label-primary {
  background-color: #d6eaff;
  border-left: 2px solid #007aff;
  color: #007aff;
}
#event_box .label.label-success {
  background-color: #dff3df;
  border-left: 2px solid #60c560;
  color: #60c560;
}
#event_box .label.label-default {
  background-color: #e6e6e6;
  border-left: 2px solid #999999;
  color: #666666;
}
#event_box .label.label-info {
  background-color: #e3f4f9;
  border-left: 2px solid #5bc0de;
  color: #49a4bf;
}
#event_box .label.label-warning {
  background-color: #fdf3e4;
  border-left: 2px solid #f0ad4e;
  color: #f0ad4e;
}
#event_box .label.label-danger {
  background-color: #fbefee;
  border-left: 2px solid #d9534f;
  color: #d9534f;
}

/*----------------------------------------------------------------------------------- */
/*  Responsive Styles */
/*----------------------------------------------------------------------------------- */
/*.row { margin: 0 10px 0; }*/
.row .row {
  margin: 0 -8px 0;
}
.row + .row {
  margin-top: 20px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  /*padding: 0 5px;*/
}

.hideme {
  display: none;
}

/*.hidden-xs {
  display: inline-block; }*/

/*----------------------------------------------------------------------------------- */
/*  Filter/Advanced Search */
/*----------------------------------------------------------------------------------- */
.selected-filters {
  padding: 10px 10px 12px;
  margin-bottom: 15px;
}
.selected-filters .label {
  margin: 0 8px 0 0;
}
.selected-filters .label [class^="fa"],
.selected-filters .label [class*="fa"] {
  margin-left: 6px;
  cursor: pointer;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 7px solid white;
  float: right;
  clear: both;
  margin-right: -8px;
  margin-top: 5px;
}

.table-filters {
  margin-bottom: 20px;
}
.table-filters tbody tr td.filter-category {
  text-align: center;
  color: white;
  border-bottom: 1px solid white;
}
.table-filters tbody tr td.filter-category [class^="fa"],
.table-filters tbody tr td.filter-category [class*="fa"] {
  font-size: 24px;
}
.table-filters tbody tr td.blue {
  background: #5bc0de;
}
.table-filters tbody tr td.green {
  background: #60c560;
}
.table-filters tbody tr td.orange {
  background: #f59b3b;
}
.table-filters tbody tr td.red {
  background: #d9534f;
}
.table-filters tbody tr td.magenta {
  background: #d94084;
}
.table-filters tbody tr td.inactive {
  background: #8e8e93;
}
.table-filters tbody tr td.white {
  background: #aaa;
}
.table-filters tbody tr td h3 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: 300 !important;
}
.table-filters tbody tr td .success {
  color: #60c560;
}
.table-filters tbody tr td .danger {
  color: #d9534f;
}
.table-filters tbody:last-child td.filter-category {
  border-bottom: 0;
}

.filter-categories .btn-group {
  margin: 0;
  display: block;
}
.filter-categories .btn-group .btn {
  font-size: 14px;
  font-weight: 300 !important;
  text-align: left;
  border-radius: 4px !important;
  margin: 0 0 10px;
}
.filter-categories .btn-group .btn [class^="fa"],
.filter-categories .btn-group .btn [class*="fa"] {
  margin: 0 5px 0 0;
  width: 45px;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}

/*----------------------------------------------------------------------------------- */
/*  WYSIWYG */
/*----------------------------------------------------------------------------------- */
.text-editor-toolbar .btn {
  float: left;
}
.text-editor-toolbar .btn [class^="fa"],
.text-editor-toolbar .btn [class*="fa"] {
  margin-right: 0;
  font-size: 14px;
}
.text-editor-toolbar .btn-group > .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.text-editor-toolbar .btn-group > .dropdown-toggle {
  border-radius: 4px !important;
}
.text-editor-toolbar .btn-group .add-link {
  border-radius: 4px 0 0 4px !important;
  border-right: 0;
}
.text-editor-toolbar .btn-group #pictureBtn {
  border-radius: 4px;
}
.text-editor-toolbar .btn-group #pictureBtn + input[type="file"] {
  z-index: 10 !important;
  height: 34px !important;
}

#editor {
  overflow-y: scroll;
  height: 314px;
  width: 100%;
  background: white;
  padding: 10px 12px;
  border: 1px solid #cccccc;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  border-radius: 5px;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  transition: border 0.3s;
}
#editor:focus {
  border: 1px solid #007aff;
}
#editor .btn [class^="fa"] {
  margin-right: 0px !important;
}

.voice-container {
  height: 30px;
  width: 34px;
  float: left;
  text-align: center;
  padding-top: 4px;
}
.voice-container #voiceBtn {
  width: 18px;
  color: transparent;
  background-color: transparent;
  transform: scale(1.75);
  -webkit-transform: scale(1.75);
  -moz-transform: scale(1.75);
  border: 0;
  cursor: pointer;
  box-shadow: none;
  opacity: 0.65;
}
.voice-container #voiceBtn:hover {
  opacity: 1;
}

/*----------------------------------------------------------------------------------- */
/*  Timeline */
/*----------------------------------------------------------------------------------- */
ul.timeline {
  list-style: none;
  position: relative;
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
  overflow: hidden;
}
ul.timeline:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background-color: #d2d2d2;
  height: 100%;
  width: 4px;
  border-radius: 2px;
  display: block;
}
@media (max-width: 768px) {
  ul.timeline:after {
    background-color: transparent !important;
    width: 0px;
  }
}
ul.timeline li {
  padding-left: 50%;
  position: relative;
  z-index: 10;
}
ul.timeline li .timeline-time {
  position: absolute;
  right: 50%;
  top: 31px;
  text-align: right;
  margin-right: 40px;
  font-size: 16px;
  line-height: 1.3;
}
ul.timeline li .timeline-time strong {
  display: block;
  text-transform: uppercase;
  color: #999999;
  font-size: 11px;
  font-weight: 400;
}
ul.timeline li .timeline-icon {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 3px;
}
ul.timeline li .timeline-icon > div {
  border-radius: 50%;
  line-height: 34px;
  font-size: 16px;
}
ul.timeline li .timeline-content {
  background-color: white;
  padding: 15px 15px 1px;
  margin-left: 40px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
ul.timeline li .timeline-content:after,
ul.timeline li .timeline-content:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
ul.timeline li .timeline-content:after {
  top: 38px;
  left: -20px;
  border: 10px solid transparent;
  border-right: 10px solid #ededed;
}
ul.timeline li .timeline-content:before {
  top: 36px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #ededed;
}
ul.timeline li .timeline-content h2 {
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 1.2;
}
ul.timeline li .timeline-content.image,
ul.timeline li .timeline-content.video {
  padding: 15px 10px 10px;
}
ul.timeline li .timeline-content.image h2,
ul.timeline li .timeline-content.video h2 {
  padding: 0 5px 15px;
  margin-bottom: 0;
}
ul.timeline li .timeline-content.image p,
ul.timeline li .timeline-content.video p {
  padding: 15px 5px;
}
ul.timeline li .timeline-content.image img,
ul.timeline li .timeline-content.video img {
  width: 100%;
}
ul.timeline li .timeline-content.image img + p,
ul.timeline li .timeline-content.image .fluid-width-video-wrapper + p,
ul.timeline li .timeline-content.video img + p,
ul.timeline li .timeline-content.video .fluid-width-video-wrapper + p {
  padding-bottom: 0;
}
ul.timeline li:nth-child(odd) {
  padding-left: 0;
  padding-right: 50%;
}
ul.timeline li:nth-child(odd) .timeline-time {
  right: auto;
  left: 50%;
  text-align: left;
  margin-right: 0;
  margin-left: 40px;
}
ul.timeline li:nth-child(odd) .timeline-content {
  margin-right: 40px;
  margin-left: 0;
}
ul.timeline li:nth-child(odd) .timeline-content:after {
  left: auto;
  right: -20px;
  border: 10px solid transparent;
  border-left: 10px solid white;
}
ul.timeline li:nth-child(odd) .timeline-content:before {
  left: auto;
  right: -24px;
  border: 12px solid transparent;
  border-left: 12px solid #dddddd;
}
ul.timeline.animated li .timeline-content {
  opacity: 0;
  left: 20px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
ul.timeline.animated li:nth-child(odd) .timeline-content {
  left: -20px;
}
ul.timeline.animated li.active .timeline-content {
  opacity: 1;
  left: 0;
}
ul.timeline.animated li.active:nth-child(odd) .timeline-content {
  left: 0;
}

ul.timeline {
  padding: 15px 10px;
}
ul.timeline:after {
  left: 28px;
}
ul.timeline li {
  padding-left: 0;
  margin-bottom: 16px;
}
ul.timeline li .timeline-time {
  position: relative;
  right: auto;
  top: 0;
  text-align: left;
  margin: 0 0 6px 56px;
}
ul.timeline li .timeline-time strong {
  display: inline-block;
  margin-right: 10px;
}
ul.timeline li .timeline-icon {
  top: 52px;
  left: -2px;
  margin-left: 0;
}
ul.timeline li .timeline-content {
  margin-left: 56px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
ul.timeline li:nth-child(odd) {
  padding-right: 0;
}
ul.timeline li:nth-child(odd) .timeline-time {
  position: relative;
  right: auto;
  left: auto;
  top: 0;
  text-align: left;
  margin: 0 0 6px 56px;
}
ul.timeline li:nth-child(odd) .timeline-content {
  margin-right: 0;
  margin-left: 55px;
}
ul.timeline li:nth-child(odd) .timeline-content:after {
  right: auto;
  left: -20px;
  border: 10px solid transparent;
  border-right: 10px solid #ededed;
}
ul.timeline li:nth-child(odd) .timeline-content:before {
  right: auto;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #ededed;
}
ul.timeline.animated li:nth-child(odd) .timeline-content {
  left: 20px;
}
ul.timeline.animated li.active:nth-child(odd) .timeline-content {
  left: 0;
}

/*----------------------------------------------------------------------------------- */
/*  Messages */
/*----------------------------------------------------------------------------------- */
.compose-btn {
  margin-bottom: 10px;
}

.messages {
  /*height: 650px;*/
  left: -250px;
  width: 290px;
}
.messages .widget-container {
  height: 100%;
}
.messages .message-list {
  padding: 0;
  height: 100%;
}
.messages .message-list .list-group {
  box-shadow: none;
  margin: 0;
  border-right: 1px solid #dddddd;
  height: 100%;
  overflow-y: auto;
}
.messages .message-list .list-group .list-group-item:last-child p {
  border-bottom: 1px solid #dddddd;
}
.messages .message-list .list-group .list-group-item a {
  position: relative;
}
.messages .message-list .list-group .list-group-item a .status {
  width: 10px;
  height: 10px;
  float: left;
  border-radius: 50%;
  margin-top: 13px;
}
.messages .message-list .list-group .list-group-item a .status.unread {
  background-color: #007aff;
}
.messages .message-list .list-group .list-group-item a .favorite {
  position: absolute;
  left: 13px;
  top: 30px;
  display: none;
}
.messages .message-list .list-group .list-group-item a .favorite.fa-star-o {
  color: #aaaaaa;
}
.messages .message-list .list-group .list-group-item a .favorite.fa-star {
  color: #f0ad44;
  display: block;
}
.messages .message-list .list-group .list-group-item a h2 {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 10px 0 20px;
  margin-bottom: 4px;
}
.messages .message-list .list-group .list-group-item a h2 span {
  float: right;
  font-size: 12px;
  font-weight: 400;
}
.messages .message-list .list-group .list-group-item a p {
  padding-top: 0;
  padding-left: 20px;
  font-size: 13px;
}
.messages .message-list .list-group .list-group-item:hover a .favorite {
  display: block;
}
.messages .message-content {
  padding: 0;
  height: 100%;
  overflow-y: auto;
  padding-left: 20px;
}
.messages .message-content .message-header {
  position: relative;
  padding: 15px 15px 5px 0;
  border-bottom: 1px solid #dddddd;
}
.messages .message-content .message-header .date {
  font-size: 13px;
}
.messages .message-content .message-header .message-actions {
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin: 0 0 0 -64px;
}
.messages .message-content .message-header .message-actions .btn {
  font-size: 14px;
  width: 32px;
  padding: 0;
  background: white;
  height: 24px;
  line-height: 1.6;
}
.messages .message-content .message-header .message-actions .btn:hover {
  background: #bbbbbb;
}
.messages .message-content .message-header .message-actions .btn .fa {
  margin: 0;
}
.messages .message-content .message-text {
  padding: 30px 15px 15px 0;
}

/*----------------------------------------------------------------------------------- */
/*  Pricing Tables */
/*----------------------------------------------------------------------------------- */
.pricing-table [class^="col-"],
.pricing-table [class*="col-"] {
  padding-top: 20px;
}
.pricing-table [class^="col-"].featured,
.pricing-table [class*="col-"].featured {
  padding-top: 0;
}
.pricing-table [class^="col-"].featured .widget-container,
.pricing-table [class*="col-"].featured .widget-container {
  padding: 20px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.pricing-table [class^="col-"] .widget-container.red,
.pricing-table [class*="col-"] .widget-container.red {
  border-top: 6px solid #d9534f;
}
.pricing-table [class^="col-"] .widget-container.blue,
.pricing-table [class*="col-"] .widget-container.blue {
  border-top: 6px solid #007aff;
}
.pricing-table [class^="col-"] .widget-container.green,
.pricing-table [class*="col-"] .widget-container.green {
  border-top: 6px solid #60c560;
}
.pricing-table [class^="col-"] .widget-container.orange,
.pricing-table [class*="col-"] .widget-container.orange {
  border-top: 6px solid #f0ad4e;
}
.pricing-table [class^="col-"] .widget-container h1,
.pricing-table [class*="col-"] .widget-container h1 {
  text-transform: uppercase;
  font-size: 16px;
  color: #bbbbbb;
  font-weight: 400;
}
.pricing-table [class^="col-"] .widget-container h2,
.pricing-table [class*="col-"] .widget-container h2 {
  font-size: 46px;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
}
.pricing-table [class^="col-"] .widget-container h2 span,
.pricing-table [class*="col-"] .widget-container h2 span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
.pricing-table [class^="col-"] .widget-container .btn,
.pricing-table [class*="col-"] .widget-container .btn {
  margin-bottom: 0;
}
.pricing-table [class^="col-"] .widget-container table th,
.pricing-table [class^="col-"] .widget-container table td,
.pricing-table [class*="col-"] .widget-container table th,
.pricing-table [class*="col-"] .widget-container table td {
  text-align: center;
  height: 40px;
}
.pricing-table [class^="col-"] .widget-container table th.red,
.pricing-table [class^="col-"] .widget-container table td.red,
.pricing-table [class*="col-"] .widget-container table th.red,
.pricing-table [class*="col-"] .widget-container table td.red {
  border-top: 6px solid #d9534f;
}
.pricing-table [class^="col-"] .widget-container table th.blue,
.pricing-table [class^="col-"] .widget-container table td.blue,
.pricing-table [class*="col-"] .widget-container table th.blue,
.pricing-table [class*="col-"] .widget-container table td.blue {
  border-top: 6px solid #007aff;
}
.pricing-table [class^="col-"] .widget-container table th.green,
.pricing-table [class^="col-"] .widget-container table td.green,
.pricing-table [class*="col-"] .widget-container table th.green,
.pricing-table [class*="col-"] .widget-container table td.green {
  border-top: 6px solid #60c560;
}
.pricing-table [class^="col-"] .widget-container table th.orange,
.pricing-table [class^="col-"] .widget-container table td.orange,
.pricing-table [class*="col-"] .widget-container table th.orange,
.pricing-table [class*="col-"] .widget-container table td.orange {
  border-top: 6px solid #f0ad4e;
}
.pricing-table [class^="col-"] .widget-container table th h2,
.pricing-table [class^="col-"] .widget-container table td h2,
.pricing-table [class*="col-"] .widget-container table th h2,
.pricing-table [class*="col-"] .widget-container table td h2 {
  font-size: 22px;
  margin: 5px 0;
}
.pricing-table [class^="col-"] .widget-container table th .fa,
.pricing-table [class^="col-"] .widget-container table td .fa,
.pricing-table [class*="col-"] .widget-container table th .fa,
.pricing-table [class*="col-"] .widget-container table td .fa {
  color: #60c560;
  font-size: 22px;
}
.pricing-table .pricing-categories {
  padding-top: 77px;
}
.pricing-table .pricing-categories td {
  height: 40px;
}

/*----------------------------------------------------------------------------------- */
/*  Invoice */
/*----------------------------------------------------------------------------------- */
.invoice .invoice-header img {
  margin-top: 20px;
}
.invoice .invoice-header h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
.invoice .invoice-header p {
  color: #aaaaaa;
  margin: 0;
}
.invoice .well {
  padding-top: 10px;
  padding-right: 0;
}
.invoice .well strong {
  font-size: 85%;
  color: #888888;
  border-bottom: 1px solid #c6c6c6;
  display: block;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.invoice .invoice-table {
  margin: 0;
}
.invoice .invoice-table h4 {
  font-weight: 400;
  margin-bottom: 0;
}

/*----------------------------------------------------------------------------------- */
/*  Marketing Page */
/*----------------------------------------------------------------------------------- */
.hero {
  background: #007aff;
  margin-top: -30px;
  padding: 100px 0 420px 0;
  text-align: center;
  margin-bottom: 0px;
  background: url(../images/mark-bg.gif);
  background-size: cover;
  overflow: hidden;
  max-height: 780px;
}
.hero .btn {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px;
  padding-left: 60px;
  padding-right: 60px;
}
.hero h1 {
  font-size: 3.2em;
  color: #333333;
  font-weight: 200;
}
.hero p {
  font-size: 1.5em;
  color: #333333;
  padding-bottom: 12px;
}
.hero img {
  width: 842px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  clear: both;
  display: block;
}

/* Section pages styles */
section {
  text-align: center;
  background-color: whitesmoke;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin: 0 auto;
}

#about {
  background: white;
  padding-top: 80px;
  padding-bottom: 100px;
}
#about h1 {
  font-size: 3em;
  font-weight: 200;
  line-height: 1.4em;
}
#about p {
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.4em;
  font-weight: 200;
}
#about img {
  width: 50%;
  margin-top: 40px;
}
#about b {
  color: #007aff;
}
#about i {
  font-size: 4em;
  padding-top: 42px;
  padding-bottom: 16px;
  opacity: 0.5;
  transition: 400ms;
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#about i:hover {
  opacity: 1;
  color: #007aff;
  transition: 400ms;
  text-shadow: none;
}

#features {
  background: #e8e8e8;
  padding-top: 40px;
  padding-bottom: 0px;
}
#features h1 {
  font-size: 3em;
  font-weight: 200;
  text-align: left;
  line-height: 1.2em;
  padding-top: 40px;
}
#features p {
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.4em;
  font-weight: 200;
  text-align: left;
}
#features b {
  color: #007aff;
}
#features img {
  width: 100%;
}
#features i {
  font-size: 3.2em;
  padding-top: 52px;
  padding-bottom: 5px;
  opacity: 0.5;
}
#features i:hover {
  opacity: 1;
  color: #007aff;
}
#features .markunit p {
  font-size: 1.2em;
  font-weight: 200;
  text-align: center;
}

#extra {
  background: #f1f1f1;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: left;
}
#extra h1 {
  font-size: 3em;
  font-weight: 100;
  text-align: center;
}
#extra h2 {
  font-size: 1.6em;
  text-align: left;
  font-weight: 400;
}
#extra p {
  text-align: left;
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 200;
}
#extra b {
  color: #007aff;
}
#extra i {
  font-size: 3.4em;
  padding-top: 42px;
  padding-bottom: 16px;
  opacity: 0.5;
  text-align: left;
}
#extra i:hover {
  opacity: 1;
  color: #007aff;
}

#quotes .blue {
  background: #007aff;
}
#quotes .carousel-inner > .item > img,
#quotes .carousel-inner > .item > a > img {
  width: 100%;
}
#quotes .carousel-control.left,
#quotes .carousel-control.right {
  background: none;
  background: rgba(0, 0, 0, 0.06);
  opacity: 1;
  width: 10%;
}
#quotes .carousel-control.left:hover,
#quotes .carousel-control.right:hover {
  background: rgba(0, 0, 0, 0.25);
}
#quotes .carousel-control .glyphicon,
#quotes .carousel-control .faangle-left,
#quotes .carousel-control .faangle-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  height: 40px;
  font-size: 40px;
  margin-top: -20px;
  margin-left: -10px;
}
#quotes .carousel-indicators li {
  margin: 1px 5px;
}
#quotes .carousel-indicators li.active {
  margin: 0 5px;
}

/*----------------------------------------------------------------------------------- */
/*  404 Page */
/*----------------------------------------------------------------------------------- */
body.fourofour {
  background-color: #007aff;
  padding: 0;
  position: relative;
}
body.fourofour .fourofour-container {
  max-width: 400px;
  width: 400px;
  text-align: center;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -200px;
}
body.fourofour .fourofour-container h1 {
  font-size: 200px;
  font-weight: 100;
  text-shadow: #0062cc 1px 1px, #0062cc 2px 2px, #0062cc 3px 3px,
    #0062cd 4px 4px, #0062cd 5px 5px, #0062cd 6px 6px, #0062cd 7px 7px,
    #0062ce 8px 8px, #0063ce 9px 9px, #0063ce 10px 10px, #0063ce 11px 11px,
    #0063cf 12px 12px, #0063cf 13px 13px, #0063cf 14px 14px, #0063cf 15px 15px,
    #0063d0 16px 16px, #0064d0 17px 17px, #0064d0 18px 18px, #0064d0 19px 19px,
    #0064d1 20px 20px, #0064d1 21px 21px, #0064d1 22px 22px, #0064d1 23px 23px,
    #0064d2 24px 24px, #0065d2 25px 25px, #0065d2 26px 26px, #0065d2 27px 27px,
    #0065d3 28px 28px, #0065d3 29px 29px, #0065d3 30px 30px, #0065d3 31px 31px,
    #0065d4 32px 32px, #0065d4 33px 33px, #0066d4 34px 34px, #0066d4 35px 35px,
    #0066d5 36px 36px, #0066d5 37px 37px, #0066d5 38px 38px, #0066d5 39px 39px,
    #0066d6 40px 40px, #0066d6 41px 41px, #0067d6 42px 42px, #0067d6 43px 43px,
    #0067d7 44px 44px, #0067d7 45px 45px, #0067d7 46px 46px, #0067d7 47px 47px,
    #0067d8 48px 48px, #0067d8 49px 49px, #0068d8 50px 50px, #0068d9 51px 51px,
    #0068d9 52px 52px, #0068d9 53px 53px, #0068d9 54px 54px, #0068da 55px 55px,
    #0068da 56px 56px, #0068da 57px 57px, #0068da 58px 58px, #0069db 59px 59px,
    #0069db 60px 60px, #0069db 61px 61px, #0069db 62px 62px, #0069dc 63px 63px,
    #0069dc 64px 64px, #0069dc 65px 65px, #0069dc 66px 66px, #006add 67px 67px,
    #006add 68px 68px, #006add 69px 69px, #006add 70px 70px, #006ade 71px 71px,
    #006ade 72px 72px, #006ade 73px 73px, #006ade 74px 74px, #006bdf 75px 75px,
    #006bdf 76px 76px, #006bdf 77px 77px, #006bdf 78px 78px, #006be0 79px 79px,
    #006be0 80px 80px, #006be0 81px 81px, #006be0 82px 82px, #006be1 83px 83px,
    #006ce1 84px 84px, #006ce1 85px 85px, #006ce1 86px 86px, #006ce2 87px 87px,
    #006ce2 88px 88px, #006ce2 89px 89px, #006ce2 90px 90px, #006ce3 91px 91px,
    #006de3 92px 92px, #006de3 93px 93px, #006de3 94px 94px, #006de4 95px 95px,
    #006de4 96px 96px, #006de4 97px 97px, #006de4 98px 98px, #006de5 99px 99px,
    #006ee5 100px 100px, #006ee5 101px 101px, #006ee6 102px 102px,
    #006ee6 103px 103px, #006ee6 104px 104px, #006ee6 105px 105px,
    #006ee7 106px 106px, #006ee7 107px 107px, #006ee7 108px 108px,
    #006fe7 109px 109px, #006fe8 110px 110px, #006fe8 111px 111px,
    #006fe8 112px 112px, #006fe8 113px 113px, #006fe9 114px 114px,
    #006fe9 115px 115px, #006fe9 116px 116px, #0070e9 117px 117px,
    #0070ea 118px 118px, #0070ea 119px 119px, #0070ea 120px 120px,
    #0070ea 121px 121px, #0070eb 122px 122px, #0070eb 123px 123px,
    #0070eb 124px 124px, #0071eb 125px 125px, #0071ec 126px 126px,
    #0071ec 127px 127px, #0071ec 128px 128px, #0071ec 129px 129px,
    #0071ed 130px 130px, #0071ed 131px 131px, #0071ed 132px 132px,
    #0071ed 133px 133px, #0072ee 134px 134px, #0072ee 135px 135px,
    #0072ee 136px 136px, #0072ee 137px 137px, #0072ef 138px 138px,
    #0072ef 139px 139px, #0072ef 140px 140px, #0072ef 141px 141px,
    #0073f0 142px 142px, #0073f0 143px 143px, #0073f0 144px 144px,
    #0073f0 145px 145px, #0073f1 146px 146px, #0073f1 147px 147px,
    #0073f1 148px 148px, #0073f1 149px 149px, #0074f2 150px 150px,
    #0074f2 151px 151px, #0074f2 152px 152px, #0074f3 153px 153px,
    #0074f3 154px 154px, #0074f3 155px 155px, #0074f3 156px 156px,
    #0074f4 157px 157px, #0074f4 158px 158px, #0075f4 159px 159px,
    #0075f4 160px 160px, #0075f5 161px 161px, #0075f5 162px 162px,
    #0075f5 163px 163px, #0075f5 164px 164px, #0075f6 165px 165px,
    #0075f6 166px 166px, #0076f6 167px 167px, #0076f6 168px 168px,
    #0076f7 169px 169px, #0076f7 170px 170px, #0076f7 171px 171px,
    #0076f7 172px 172px, #0076f8 173px 173px, #0076f8 174px 174px,
    #0077f8 175px 175px, #0077f8 176px 176px, #0077f9 177px 177px,
    #0077f9 178px 178px, #0077f9 179px 179px, #0077f9 180px 180px,
    #0077fa 181px 181px, #0077fa 182px 182px, #0077fa 183px 183px,
    #0078fa 184px 184px, #0078fb 185px 185px, #0078fb 186px 186px,
    #0078fb 187px 187px, #0078fb 188px 188px, #0078fc 189px 189px,
    #0078fc 190px 190px, #0078fc 191px 191px, #0079fc 192px 192px,
    #0079fd 193px 193px, #0079fd 194px 194px, #0079fd 195px 195px,
    #0079fd 196px 196px, #0079fe 197px 197px, #0079fe 198px 198px,
    #0079fe 199px 199px, #007aff 200px 200px;
}
body.fourofour .fourofour-container h2 {
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 40px;
}
body.fourofour .fourofour-container a.btn {
  border-color: white;
  color: white;
}
body.fourofour .fourofour-container a.btn:hover {
  color: #007aff;
  background-color: white;
}
body.fourofour.bg-danger {
  background-color: #d9534f;
}
body.fourofour.bg-danger h1 {
  text-shadow: #b84743 1px 1px, #b84743 2px 2px, #b84743 3px 3px,
    #b84743 4px 4px, #b84743 5px 5px, #b84743 6px 6px, #b94743 7px 7px,
    #b94743 8px 8px, #b94743 9px 9px, #b94743 10px 10px, #b94743 11px 11px,
    #b94743 12px 12px, #ba4743 13px 13px, #ba4743 14px 14px, #ba4743 15px 15px,
    #ba4743 16px 16px, #ba4844 17px 17px, #ba4844 18px 18px, #bb4844 19px 19px,
    #bb4844 20px 20px, #bb4844 21px 21px, #bb4844 22px 22px, #bb4844 23px 23px,
    #bb4844 24px 24px, #bc4844 25px 25px, #bc4844 26px 26px, #bc4844 27px 27px,
    #bc4844 28px 28px, #bc4844 29px 29px, #bc4844 30px 30px, #bd4844 31px 31px,
    #bd4844 32px 32px, #bd4844 33px 33px, #bd4945 34px 34px, #bd4945 35px 35px,
    #bd4945 36px 36px, #be4945 37px 37px, #be4945 38px 38px, #be4945 39px 39px,
    #be4945 40px 40px, #be4945 41px 41px, #be4945 42px 42px, #bf4945 43px 43px,
    #bf4945 44px 44px, #bf4945 45px 45px, #bf4945 46px 46px, #bf4945 47px 47px,
    #bf4945 48px 48px, #c04945 49px 49px, #c04a46 50px 50px, #c04a46 51px 51px,
    #c04a46 52px 52px, #c04a46 53px 53px, #c04a46 54px 54px, #c14a46 55px 55px,
    #c14a46 56px 56px, #c14a46 57px 57px, #c14a46 58px 58px, #c14a46 59px 59px,
    #c14a46 60px 60px, #c24a46 61px 61px, #c24a46 62px 62px, #c24a46 63px 63px,
    #c24a46 64px 64px, #c24a46 65px 65px, #c24a46 66px 66px, #c34b47 67px 67px,
    #c34b47 68px 68px, #c34b47 69px 69px, #c34b47 70px 70px, #c34b47 71px 71px,
    #c34b47 72px 72px, #c44b47 73px 73px, #c44b47 74px 74px, #c44b47 75px 75px,
    #c44b47 76px 76px, #c44b47 77px 77px, #c44b47 78px 78px, #c54b47 79px 79px,
    #c54b47 80px 80px, #c54b47 81px 81px, #c54b47 82px 82px, #c54b47 83px 83px,
    #c54c48 84px 84px, #c64c48 85px 85px, #c64c48 86px 86px, #c64c48 87px 87px,
    #c64c48 88px 88px, #c64c48 89px 89px, #c64c48 90px 90px, #c74c48 91px 91px,
    #c74c48 92px 92px, #c74c48 93px 93px, #c74c48 94px 94px, #c74c48 95px 95px,
    #c74c48 96px 96px, #c84c48 97px 97px, #c84c48 98px 98px, #c84c48 99px 99px,
    #c84d49 100px 100px, #c84d49 101px 101px, #c84d49 102px 102px,
    #c84d49 103px 103px, #c94d49 104px 104px, #c94d49 105px 105px,
    #c94d49 106px 106px, #c94d49 107px 107px, #c94d49 108px 108px,
    #c94d49 109px 109px, #ca4d49 110px 110px, #ca4d49 111px 111px,
    #ca4d49 112px 112px, #ca4d49 113px 113px, #ca4d49 114px 114px,
    #ca4d49 115px 115px, #cb4d49 116px 116px, #cb4e4a 117px 117px,
    #cb4e4a 118px 118px, #cb4e4a 119px 119px, #cb4e4a 120px 120px,
    #cb4e4a 121px 121px, #cc4e4a 122px 122px, #cc4e4a 123px 123px,
    #cc4e4a 124px 124px, #cc4e4a 125px 125px, #cc4e4a 126px 126px,
    #cc4e4a 127px 127px, #cd4e4a 128px 128px, #cd4e4a 129px 129px,
    #cd4e4a 130px 130px, #cd4e4a 131px 131px, #cd4e4a 132px 132px,
    #cd4e4a 133px 133px, #ce4f4b 134px 134px, #ce4f4b 135px 135px,
    #ce4f4b 136px 136px, #ce4f4b 137px 137px, #ce4f4b 138px 138px,
    #ce4f4b 139px 139px, #cf4f4b 140px 140px, #cf4f4b 141px 141px,
    #cf4f4b 142px 142px, #cf4f4b 143px 143px, #cf4f4b 144px 144px,
    #cf4f4b 145px 145px, #d04f4b 146px 146px, #d04f4b 147px 147px,
    #d04f4b 148px 148px, #d04f4b 149px 149px, #d0504c 150px 150px,
    #d0504c 151px 151px, #d1504c 152px 152px, #d1504c 153px 153px,
    #d1504c 154px 154px, #d1504c 155px 155px, #d1504c 156px 156px,
    #d1504c 157px 157px, #d2504c 158px 158px, #d2504c 159px 159px,
    #d2504c 160px 160px, #d2504c 161px 161px, #d2504c 162px 162px,
    #d2504c 163px 163px, #d3504c 164px 164px, #d3504c 165px 165px,
    #d3504c 166px 166px, #d3514d 167px 167px, #d3514d 168px 168px,
    #d3514d 169px 169px, #d4514d 170px 170px, #d4514d 171px 171px,
    #d4514d 172px 172px, #d4514d 173px 173px, #d4514d 174px 174px,
    #d4514d 175px 175px, #d5514d 176px 176px, #d5514d 177px 177px,
    #d5514d 178px 178px, #d5514d 179px 179px, #d5514d 180px 180px,
    #d5514d 181px 181px, #d6514d 182px 182px, #d6514d 183px 183px,
    #d6524e 184px 184px, #d6524e 185px 185px, #d6524e 186px 186px,
    #d6524e 187px 187px, #d7524e 188px 188px, #d7524e 189px 189px,
    #d7524e 190px 190px, #d7524e 191px 191px, #d7524e 192px 192px,
    #d7524e 193px 193px, #d8524e 194px 194px, #d8524e 195px 195px,
    #d8524e 196px 196px, #d8524e 197px 197px, #d8524e 198px 198px,
    #d8524e 199px 199px, #d9534f 200px 200px;
}
body.fourofour.bg-danger a.btn:hover {
  color: #d9534f;
}
/*----------------------------------------------------------------------------------- */
/*  coming soon Page */
/*----------------------------------------------------------------------------------- */

body.comingsoon {
  background-color: #007aff;
  padding: 0;
  position: relative;
}
body.comingsoon .comingsoon-container {
  text-align: center;
  color: white;
}
body.comingsoon .comingsoon-container h1 {
  font-size: 100px;
  font-weight: 100;
  text-shadow: #0062cc 1px 1px, #0062cc 2px 2px, #0062cc 3px 3px,
    #0062cd 4px 4px, #0062cd 5px 5px, #0062cd 6px 6px, #0062cd 7px 7px,
    #0062ce 8px 8px, #0063ce 9px 9px, #0063ce 10px 10px, #0063ce 11px 11px,
    #0063cf 12px 12px, #0063cf 13px 13px, #0063cf 14px 14px, #0063cf 15px 15px,
    #0063d0 16px 16px, #0064d0 17px 17px, #0064d0 18px 18px, #0064d0 19px 19px,
    #0064d1 20px 20px, #0064d1 21px 21px, #0064d1 22px 22px, #0064d1 23px 23px,
    #0064d2 24px 24px, #0065d2 25px 25px, #0065d2 26px 26px, #0065d2 27px 27px,
    #0065d3 28px 28px, #0065d3 29px 29px, #0065d3 30px 30px, #0065d3 31px 31px,
    #0065d4 32px 32px, #0065d4 33px 33px, #0066d4 34px 34px, #0066d4 35px 35px,
    #0066d5 36px 36px, #0066d5 37px 37px, #0066d5 38px 38px, #0066d5 39px 39px,
    #0066d6 40px 40px, #0066d6 41px 41px, #0067d6 42px 42px, #0067d6 43px 43px,
    #0067d7 44px 44px, #0067d7 45px 45px, #0067d7 46px 46px, #0067d7 47px 47px,
    #0067d8 48px 48px, #0067d8 49px 49px, #0068d8 50px 50px, #0068d9 51px 51px,
    #0068d9 52px 52px, #0068d9 53px 53px, #0068d9 54px 54px, #0068da 55px 55px,
    #0068da 56px 56px, #0068da 57px 57px, #0068da 58px 58px, #0069db 59px 59px,
    #0069db 60px 60px, #0069db 61px 61px, #0069db 62px 62px, #0069dc 63px 63px,
    #0069dc 64px 64px, #0069dc 65px 65px, #0069dc 66px 66px, #006add 67px 67px,
    #006add 68px 68px, #006add 69px 69px, #006add 70px 70px, #006ade 71px 71px,
    #006ade 72px 72px, #006ade 73px 73px, #006ade 74px 74px, #006bdf 75px 75px,
    #006bdf 76px 76px, #006bdf 77px 77px, #006bdf 78px 78px, #006be0 79px 79px,
    #006be0 80px 80px, #006be0 81px 81px, #006be0 82px 82px, #006be1 83px 83px,
    #006ce1 84px 84px, #006ce1 85px 85px, #006ce1 86px 86px, #006ce2 87px 87px,
    #006ce2 88px 88px, #006ce2 89px 89px, #006ce2 90px 90px, #006ce3 91px 91px,
    #006de3 92px 92px, #006de3 93px 93px, #006de3 94px 94px, #006de4 95px 95px,
    #006de4 96px 96px, #006de4 97px 97px, #006de4 98px 98px, #006de5 99px 99px,
    #006ee5 100px 100px, #006ee5 101px 101px, #006ee6 102px 102px,
    #006ee6 103px 103px, #006ee6 104px 104px, #006ee6 105px 105px,
    #006ee7 106px 106px, #006ee7 107px 107px, #006ee7 108px 108px,
    #006fe7 109px 109px, #006fe8 110px 110px, #006fe8 111px 111px,
    #006fe8 112px 112px, #006fe8 113px 113px, #006fe9 114px 114px,
    #006fe9 115px 115px, #006fe9 116px 116px, #0070e9 117px 117px,
    #0070ea 118px 118px, #0070ea 119px 119px, #0070ea 120px 120px,
    #0070ea 121px 121px, #0070eb 122px 122px, #0070eb 123px 123px,
    #0070eb 124px 124px, #0071eb 125px 125px, #0071ec 126px 126px,
    #0071ec 127px 127px, #0071ec 128px 128px, #0071ec 129px 129px,
    #0071ed 130px 130px, #0071ed 131px 131px, #0071ed 132px 132px,
    #0071ed 133px 133px, #0072ee 134px 134px, #0072ee 135px 135px,
    #0072ee 136px 136px, #0072ee 137px 137px, #0072ef 138px 138px,
    #0072ef 139px 139px, #0072ef 140px 140px, #0072ef 141px 141px,
    #0073f0 142px 142px, #0073f0 143px 143px, #0073f0 144px 144px,
    #0073f0 145px 145px, #0073f1 146px 146px, #0073f1 147px 147px,
    #0073f1 148px 148px, #0073f1 149px 149px, #0074f2 150px 150px,
    #0074f2 151px 151px, #0074f2 152px 152px, #0074f3 153px 153px,
    #0074f3 154px 154px, #0074f3 155px 155px, #0074f3 156px 156px,
    #0074f4 157px 157px, #0074f4 158px 158px, #0075f4 159px 159px,
    #0075f4 160px 160px, #0075f5 161px 161px, #0075f5 162px 162px,
    #0075f5 163px 163px, #0075f5 164px 164px, #0075f6 165px 165px,
    #0075f6 166px 166px, #0076f6 167px 167px, #0076f6 168px 168px,
    #0076f7 169px 169px, #0076f7 170px 170px, #0076f7 171px 171px,
    #0076f7 172px 172px, #0076f8 173px 173px, #0076f8 174px 174px,
    #0077f8 175px 175px, #0077f8 176px 176px, #0077f9 177px 177px,
    #0077f9 178px 178px, #0077f9 179px 179px, #0077f9 180px 180px,
    #0077fa 181px 181px, #0077fa 182px 182px, #0077fa 183px 183px,
    #0078fa 184px 184px, #0078fb 185px 185px, #0078fb 186px 186px,
    #0078fb 187px 187px, #0078fb 188px 188px, #0078fc 189px 189px,
    #0078fc 190px 190px, #0078fc 191px 191px, #0079fc 192px 192px,
    #0079fd 193px 193px, #0079fd 194px 194px, #0079fd 195px 195px,
    #0079fd 196px 196px, #0079fe 197px 197px, #0079fe 198px 198px,
    #0079fe 199px 199px, #007aff 200px 200px;
}
body.comingsoon .comingsoon-container h2 {
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 10px;
}
body.comingsoon .comingsoon-container a.btn {
  border-color: white;
  color: white;
}
body.comingsoon .comingsoon-container a.btn:hover {
  color: #007aff;
  background-color: white;
}
body.comingsoon.bg-danger {
  background-color: #d9534f;
}
body.comingsoon.bg-danger h1 {
  text-shadow: #b84743 1px 1px, #b84743 2px 2px, #b84743 3px 3px,
    #b84743 4px 4px, #b84743 5px 5px, #b84743 6px 6px, #b94743 7px 7px,
    #b94743 8px 8px, #b94743 9px 9px, #b94743 10px 10px, #b94743 11px 11px,
    #b94743 12px 12px, #ba4743 13px 13px, #ba4743 14px 14px, #ba4743 15px 15px,
    #ba4743 16px 16px, #ba4844 17px 17px, #ba4844 18px 18px, #bb4844 19px 19px,
    #bb4844 20px 20px, #bb4844 21px 21px, #bb4844 22px 22px, #bb4844 23px 23px,
    #bb4844 24px 24px, #bc4844 25px 25px, #bc4844 26px 26px, #bc4844 27px 27px,
    #bc4844 28px 28px, #bc4844 29px 29px, #bc4844 30px 30px, #bd4844 31px 31px,
    #bd4844 32px 32px, #bd4844 33px 33px, #bd4945 34px 34px, #bd4945 35px 35px,
    #bd4945 36px 36px, #be4945 37px 37px, #be4945 38px 38px, #be4945 39px 39px,
    #be4945 40px 40px, #be4945 41px 41px, #be4945 42px 42px, #bf4945 43px 43px,
    #bf4945 44px 44px, #bf4945 45px 45px, #bf4945 46px 46px, #bf4945 47px 47px,
    #bf4945 48px 48px, #c04945 49px 49px, #c04a46 50px 50px, #c04a46 51px 51px,
    #c04a46 52px 52px, #c04a46 53px 53px, #c04a46 54px 54px, #c14a46 55px 55px,
    #c14a46 56px 56px, #c14a46 57px 57px, #c14a46 58px 58px, #c14a46 59px 59px,
    #c14a46 60px 60px, #c24a46 61px 61px, #c24a46 62px 62px, #c24a46 63px 63px,
    #c24a46 64px 64px, #c24a46 65px 65px, #c24a46 66px 66px, #c34b47 67px 67px,
    #c34b47 68px 68px, #c34b47 69px 69px, #c34b47 70px 70px, #c34b47 71px 71px,
    #c34b47 72px 72px, #c44b47 73px 73px, #c44b47 74px 74px, #c44b47 75px 75px,
    #c44b47 76px 76px, #c44b47 77px 77px, #c44b47 78px 78px, #c54b47 79px 79px,
    #c54b47 80px 80px, #c54b47 81px 81px, #c54b47 82px 82px, #c54b47 83px 83px,
    #c54c48 84px 84px, #c64c48 85px 85px, #c64c48 86px 86px, #c64c48 87px 87px,
    #c64c48 88px 88px, #c64c48 89px 89px, #c64c48 90px 90px, #c74c48 91px 91px,
    #c74c48 92px 92px, #c74c48 93px 93px, #c74c48 94px 94px, #c74c48 95px 95px,
    #c74c48 96px 96px, #c84c48 97px 97px, #c84c48 98px 98px, #c84c48 99px 99px,
    #c84d49 100px 100px, #c84d49 101px 101px, #c84d49 102px 102px,
    #c84d49 103px 103px, #c94d49 104px 104px, #c94d49 105px 105px,
    #c94d49 106px 106px, #c94d49 107px 107px, #c94d49 108px 108px,
    #c94d49 109px 109px, #ca4d49 110px 110px, #ca4d49 111px 111px,
    #ca4d49 112px 112px, #ca4d49 113px 113px, #ca4d49 114px 114px,
    #ca4d49 115px 115px, #cb4d49 116px 116px, #cb4e4a 117px 117px,
    #cb4e4a 118px 118px, #cb4e4a 119px 119px, #cb4e4a 120px 120px,
    #cb4e4a 121px 121px, #cc4e4a 122px 122px, #cc4e4a 123px 123px,
    #cc4e4a 124px 124px, #cc4e4a 125px 125px, #cc4e4a 126px 126px,
    #cc4e4a 127px 127px, #cd4e4a 128px 128px, #cd4e4a 129px 129px,
    #cd4e4a 130px 130px, #cd4e4a 131px 131px, #cd4e4a 132px 132px,
    #cd4e4a 133px 133px, #ce4f4b 134px 134px, #ce4f4b 135px 135px,
    #ce4f4b 136px 136px, #ce4f4b 137px 137px, #ce4f4b 138px 138px,
    #ce4f4b 139px 139px, #cf4f4b 140px 140px, #cf4f4b 141px 141px,
    #cf4f4b 142px 142px, #cf4f4b 143px 143px, #cf4f4b 144px 144px,
    #cf4f4b 145px 145px, #d04f4b 146px 146px, #d04f4b 147px 147px,
    #d04f4b 148px 148px, #d04f4b 149px 149px, #d0504c 150px 150px,
    #d0504c 151px 151px, #d1504c 152px 152px, #d1504c 153px 153px,
    #d1504c 154px 154px, #d1504c 155px 155px, #d1504c 156px 156px,
    #d1504c 157px 157px, #d2504c 158px 158px, #d2504c 159px 159px,
    #d2504c 160px 160px, #d2504c 161px 161px, #d2504c 162px 162px,
    #d2504c 163px 163px, #d3504c 164px 164px, #d3504c 165px 165px,
    #d3504c 166px 166px, #d3514d 167px 167px, #d3514d 168px 168px,
    #d3514d 169px 169px, #d4514d 170px 170px, #d4514d 171px 171px,
    #d4514d 172px 172px, #d4514d 173px 173px, #d4514d 174px 174px,
    #d4514d 175px 175px, #d5514d 176px 176px, #d5514d 177px 177px,
    #d5514d 178px 178px, #d5514d 179px 179px, #d5514d 180px 180px,
    #d5514d 181px 181px, #d6514d 182px 182px, #d6514d 183px 183px,
    #d6524e 184px 184px, #d6524e 185px 185px, #d6524e 186px 186px,
    #d6524e 187px 187px, #d7524e 188px 188px, #d7524e 189px 189px,
    #d7524e 190px 190px, #d7524e 191px 191px, #d7524e 192px 192px,
    #d7524e 193px 193px, #d8524e 194px 194px, #d8524e 195px 195px,
    #d8524e 196px 196px, #d8524e 197px 197px, #d8524e 198px 198px,
    #d8524e 199px 199px, #d9534f 200px 200px;
}
body.comingsoon.bg-danger a.btn:hover {
  color: #d9534f;
}

/*----------------------------------------------------------------------------------- */
/*  Mobile Styles */
/*----------------------------------------------------------------------------------- */
@media (max-width: 1200px) {
  .row + .row {
    margin-top: 0;
  }

  [class*="col-sm"],
  [class*="col-md"],
  [class*="col-lg"],
  [class*="col-xs"] {
    margin-bottom: 5px;
  }
}
@media (max-width: 979px) {
  .stats-container {
    height: 110px;
  }
  .stats-container [class^="col-"],
  .stats-container [class*="col-"] {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 12px;
    height: auto;
  }
}
@media (max-width: 768px) {
  html.nav-open {
    overflow: hidden;
  }

  /*    body {
        padding: 0 !important; }*/
  body.nav-open {
    overflow: hidden;
  }
  body.nav-open .navbar,
  body.nav-open .container-fluid.main-content {
    left: 185px;
  }
  body.nav-open .container-fluid.main-nav {
    left: 0;
  }

  /*    .container-fluid.main-content {
        position: relative;
        padding-top: 100px;
        padding-top: 85px;
        left: 0;
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        transition: left 0.3s; }*/

  .navbar {
    /*height: 45px !important;*/
    /*position: relative;*/
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
  }
  .navbar .container-fluid.top-bar {
    border-bottom: 0;
  }
  .navbar .container-fluid.top-bar .logo {
    /*float: right;*/
    margin: 4px 0px 0 0;
  }
  .navbar .container-fluid.main-nav {
    position: fixed;
    left: -240px;
    top: 0;
    padding-top: 0 !important;
    height: 100%;
    width: 240px;
    background: #dddddd;
    box-shadow: inset -4px 0 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .navbar .container-fluid.main-nav .nav-collapse .nav {
    padding-left: 15px;
    text-align: left;
  }
  .navbar .container-fluid.main-nav .nav-collapse .nav > li {
    /*display: block;*/
    text-align: left;
    margin: 0;
    /*background-color: transparent !important; */
  }
  .navbar .container-fluid.main-nav .nav-collapse .nav > li > .dropdown-menu {
    position: relative;
    background: none;
    box-shadow: none;
    margin: 0;
    width: 100%;
    float: none;
    border-bottom: 1px solid #aaaaaa;
    text-align: left;
  }
  .navbar
    .container-fluid.main-nav
    .nav-collapse
    .nav
    > li
    > .dropdown-menu
    li
    a {
    border-color: #aaaaaa;
    margin-left: 15px;
    color: #777777;
  }
  .navbar
    .container-fluid.main-nav
    .nav-collapse
    .nav
    > li
    > .dropdown-menu
    li
    a.current {
    border-bottom-color: #007aff;
    color: #007aff;
  }
  .navbar
    .container-fluid.main-nav
    .nav-collapse
    .nav
    > li
    > .dropdown-menu
    li
    a:hover,
  .navbar
    .container-fluid.main-nav
    .nav-collapse
    .nav
    > li
    > .dropdown-menu
    li
    a:active {
    color: black;
    border-bottom-color: black;
  }
  .navbar .container-fluid.main-nav .nav-collapse .nav > li > a {
    /*display: block;
        text-align: left;
        padding: 0;
        font-size: 14px;
        line-height: 44px;
        height: 46px;
        color: #777777;
        border-bottom: 1px solid #aaaaaa;
        background-color: transparent !important; */
  }
  .navbar .container-fluid.main-nav .nav-collapse .nav > li > a:hover,
  .navbar .container-fluid.main-nav .nav-collapse .nav > li > a:active {
    color: black;
    border-bottom-color: black;
  }
  .navbar .container-fluid.main-nav .nav-collapse .nav > li > a span {
    display: block;
    float: left;
    margin: 8px 15px 0 0;
    background-position: left -140px;
  }
  .navbar .container-fluid.main-nav .nav-collapse .nav > li > a .caret {
    float: right;
    margin: 20px 15px 0 0;
  }
  .navbar .container-fluid.main-nav .nav-collapse .nav > li > a.current {
    color: #007aff;
    border-bottom-color: #007aff;
  }
  .navbar .container-fluid.main-nav .nav-collapse .nav > li > a.current span {
    background-position: left -28px;
  }
  .navbar .container-fluid.main-nav .nav-collapse .nav > li > a.current .caret {
    border-top-color: #007aff;
  }
  .navbar .container-fluid.main-nav .nav-collapse .nav > li > a:hover {
    background: #eeeeee;
    background: rgba(0, 0, 0, 0.04);
  }
  .navbar .container-fluid.main-nav .nav-collapse .nav > li.open > a .caret,
  .navbar .container-fluid.main-nav .nav-collapse .nav > li.active > a .caret,
  .navbar
    .container-fluid.main-nav
    .nav-collapse
    .nav
    > li.open.active
    > a
    .caret {
    border-bottom: 4px solid #999999;
    border-top-color: transparent;
    margin-top: 16px;
  }

  .widget-container > div .heading {
    padding-left: 5px;
  }

  .pricing-table [class^="col-"],
  .pricing-table [class*="col-"] {
    padding-top: 0px;
  }
  .pricing-table [class^="col-"].featured .widget-container,
  .pricing-table [class*="col-"].featured .widget-container {
    padding: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .pricing-table .pricing-categories {
    padding-top: 58px;
  }

  .messages {
    height: auto;
  }
  .messages > .widget-container {
    background: transparent;
    box-shadow: none;
  }
  .messages .message-list {
    height: 400px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .messages .message-content {
    background: white;
    height: auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
  }
  .messages .message-content .message-header {
    padding-bottom: 15px;
  }
  .messages .message-content .message-header .date {
    float: none !important;
  }
}
@media (max-width: 600px) {
  body.login1 {
    padding: 15px;
    background-size: auto;
  }
  body.login1.signup .login-container {
    height: auto;
    margin-top: 0;
  }
  body.login1 .login-container {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: auto;
    padding: 25px;
  }
  body.login1 .login-container img {
    margin-bottom: 20px;
  }
  body.login1 .login-container input[type="submit"] {
    margin-bottom: 20px;
  }
  body.login1 .login-container .form-options {
    margin: 15px 0 15px;
  }
  body.login1 .login-container .social-login {
    margin-bottom: 15px;
  }
  body.login1 .login-container .social-login > .btn {
    width: 100%;
    margin-bottom: 6px;
  }
  body.login1 .login-container p.signup a {
    display: block;
  }

  body.login2 {
    padding-top: 0px;
  }
  body.login2 .login-wrapper {
    padding: 4px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px !important;
  }
  body.login2 .login-wrapper img {
    margin: 30px auto;
  }
  body.login2 .login-wrapper input[type="submit"] {
    margin-bottom: 20px;
  }
  body.login2 .login-wrapper .social-login {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  body.login2 .login-wrapper .social-login > .btn {
    width: 100%;
    margin-bottom: 6px;
  }

  .style-selector .style-selector-container .style-toggle {
    display: none;
  }

  .page-title {
    padding: 0 10px;
  }
  .page-title h1 {
    margin-bottom: 12px;
  }

  /* removed to make mobile use more of the screen, it also makes isotope blocks be right against each other.
    /*.row { margin: 0; }*/

  .fc-header-right {
    display: none;
  }

  .task-widget li.label {
    display: none;
  }

  .padded {
    padding: 10px;
  }

  .table th {
    font-size: 13px;
  }

  .dataTables_length,
  .dataTables_filter,
  .dataTables_info,
  .paginate_button.first,
  .paginate_button.last {
    /*display: none;*/
  }

  .pie-chart ul.chart-key {
    margin: 15px 0 10px;
    padding: 0;
    width: 100%;
  }
  .pie-chart ul.chart-key li {
    display: inline-block;
    margin: 4px 10px;
  }

  #composite-chart-1 canvas {
    width: 100% !important;
  }

  .social-wrapper {
    padding: 0 2px;
  }
  .social-wrapper .item {
    width: 100% !important;
    margin-bottom: 15px !important;
  }

  .nav-tabs > li > a > [class*="fa"] {
    margin-right: 0 !important;
  }
  .nav-tabs > li > a > [class*="fa"] + span {
    display: none;
  }

  body.fourofour .fourofour-container {
    max-width: 320px;
    width: 320px;
    margin: -190px 0 0 -160px;
  }
  body.fourofour .fourofour-container h1 {
    font-size: 160px;
  }
  body.fourofour .fourofour-container h2 {
    font-size: 28px;
  }

  .widget-container.chat-page {
    padding: 0;
    height: auto;
    margin-bottom: 45px;
  }
  .widget-container.chat-page .contact-list {
    display: none;
  }
  .widget-container.chat-page .post-message {
    position: fixed;
    bottom: 0;
    left: 0;
  }

  .chat .widget-content {
    padding-right: 10px;
  }
  .chat .widget-content ul li {
    padding-right: 0;
  }
  .chat .widget-content ul li.current-user {
    padding-left: 0;
  }

  ul.timeline {
    padding: 15px 10px;
  }
  ul.timeline:after {
    left: 28px;
  }
  ul.timeline li {
    padding-left: 0;
    margin-bottom: 16px;
  }
  ul.timeline li .timeline-time {
    position: relative;
    right: auto;
    top: 0;
    text-align: left;
    margin: 0 0 6px 0px;
  }
  ul.timeline li .timeline-time strong {
    display: inline-block;
    margin-right: 10px;
  }
  ul.timeline li .timeline-icon {
    top: 52px;
    left: -2px;
    margin-left: 0;
  }
  ul.timeline li .timeline-content {
    margin-left: 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  ul.timeline li:nth-child(odd) {
    padding-right: 0;
  }
  ul.timeline li:nth-child(odd) .timeline-time {
    position: relative;
    right: auto;
    left: auto;
    top: 0;
    text-align: left;
    margin: 0 0 6px 56px;
  }
  ul.timeline li:nth-child(odd) .timeline-content {
    margin-right: 0;
    margin-left: 0px;
  }
  ul.timeline li:nth-child(odd) .timeline-content:after {
    right: auto;
    left: -20px;
    border: 10px solid transparent;
    border-right: 10px solid #ededed;
  }
  ul.timeline li:nth-child(odd) .timeline-content:before {
    right: auto;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #ededed;
  }
  ul.timeline.animated li:nth-child(odd) .timeline-content {
    left: 20px;
  }
  ul.timeline.animated li.active:nth-child(odd) .timeline-content {
    left: 0;
  }
}
/* custom counter class for menu buttons */
.nav a p.counter {
  position: absolute;
  top: 5px;
  left: 25px;
  height: 18px;
  min-width: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: #e62828;
  text-align: center;
  line-height: 17px;
  color: white;
  font-size: 11px;
}

.wrapword {
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap; /*Chrome & Safari */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* css-3 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal;
}

/*----------------------------------------------------------------------------------- */
/*  Generic Loader */
/*----------------------------------------------------------------------------------- */

.generic-loader {
  position: fixed;
  z-index: 10000;
  background-color: #000;
  margin: 0 auto;
  padding-top: 120px;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0.5;
  top: 0px;
}
.generic-loader p {
  font-size: 24pt;
}
.generic-loader p i {
  font-size: 150pt;
}

/*----------------------------------------------------------------------------------- */
/*  Generic Alert */
/*----------------------------------------------------------------------------------- */

.comune_alert {
  position: absolute;
  bottom: 5px;
  z-index: 99999;
  margin: 5px auto;
}

/*----------------------------------------------------------------------------------- */
/*  Bottom context bar */
/*----------------------------------------------------------------------------------- */

.bottom_nav_bar {
  display: table;
  table-layout: fixed;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 35px;
  background-color: #0a6fc2;
  box-shadow: 2px 2px 2px 2px #555555;
  z-index: 9999;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}

.bottom_nav_bar .tab_option {
  text-align: center;
  height: 35px;
  padding-top: 10px;
  color: #fff !important;
}

.bottom_nav_bar .active {
  background-color: #085391;
}

/*----------------------------------------------------------------------------------- */
/*  Store customisation */
/*----------------------------------------------------------------------------------- */

.store_feature_photo-xs {
  background-image: url("http://placehold.it/170x160");
  background-repeat: no-repeat;
  background-position: top;
  height: 170px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.store_feature_photo-md {
  background-image: url("http://placehold.it/350x260");
  background-position: top;
  background-repeat: no-repeat;
  height: 170px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.store_product_listing {
  border: 1px solid #eee;
  border-radius: 4%;
  margin: 3px;
  overflow: hidden;
}
/*----------------------------------------------------------------------------------- */
/*  Notification balloon customisation */
/*----------------------------------------------------------------------------------- */
div p.counter {
  position: absolute;
  top: 5px;
  left: 0px;
  height: 18px;
  min-width: 18px;
  padding: 0 5px 0 2px;
  border-radius: 9px;
  background: #e62828;
  text-align: center;
  line-height: 17px;
  color: white;
  font-size: 11px;
  font-weight: bold;
}
/*----------------------------------------------------------------------------------- */
/*  Isotope widget sizing */
/*----------------------------------------------------------------------------------- */

.dash-widget {
  width: 33.33%;
  margin-bottom: 10px;
}
.dash-widget > .row {
  margin: 0px;
}
@media (max-width: 1280px) {
  .dash-widget {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .dash-widget {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .dash-widget {
    width: 100%;
    margin: 0 0 15px;
  }
}

/*----------------------------------------------------------------------------------- */
/*  Isotope widget sizing x2*/
/*----------------------------------------------------------------------------------- */
.dash-widgetx2 {
  width: 66.66%;
  margin-bottom: 10px;
}
.dash-widgetx2 > .row {
  margin: 0px;
}
@media (max-width: 1280px) {
  .dash-widgetx2 {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .dash-widgetx2 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .dash-widgetx2 {
    width: 100%;
    margin: 0 0 15px;
  }
}

/*----------------------------------------------------------------------------------- */
/*  Isotope widget sizing x3*/
/*----------------------------------------------------------------------------------- */
.dash-widgetx3 {
  width: 100%;
  margin-bottom: 10px;
}
.dash-widgetx3 > .row {
  margin: 0px;
}
/*----------------------------------------------------------------------------------- */
/*  Page titles*/
/*----------------------------------------------------------------------------------- */

#group_menu_name_lg {
  font-size: 12pt;
  position: relative;
  top: 6px;
}

.mobile_page_title {
  text-align: left;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 580px;
  position: relative;
  top: -2px;
}

@media (max-width: 700px) {
  .mobile_page_title {
    width: 400px;
  }
}
@media (max-width: 600px) {
  .mobile_page_title {
    width: 300px;
  }
}
@media (max-width: 414px) {
  .mobile_page_title {
    width: 185px;
  }
}
@media (max-width: 360px) {
  .mobile_page_title {
    width: 150px;
  }
}
@media (max-width: 320px) {
  .mobile_page_title {
    width: 130px;
  }
}

/*----------------------------------------------------------------------------------- */
/*  Cascading comments
/*----------------------------------------------------------------------------------- */
.comment-row {
  min-height: 81px;
  padding: 5px 0px 5px 5px;
  margin-bottom: 5px;
  margin-left: 40px;
  border-left: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-radius: 0px 0px 5px 5px;
}

@media (max-width: 1280px) {
  .comment-row {
    margin-left: 30px;
  }
}
@media (max-width: 900px) {
  .comment-row {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .comment-row {
    margin-left: 10px;
  }
}

.odd_comment {
  background-color: #fff;
}
.even_comment {
  background-color: #f2f2f2;
  border-left: solid 1px #ccc;
  border-top: solid 0px #fff;
  border-bottom: solid 1px #ccc;
}

.forum-post-comments > .list-view {
  margin-left: -40px;
}

@media (max-width: 1280px) {
  .forum-post-comments > .list-view {
    margin-left: -30px;
  }
}
@media (max-width: 900px) {
  .forum-post-comments > .list-view {
    margin-left: -20px;
  }
}
@media (max-width: 768px) {
  .forum-post-comments > .list-view {
    margin-left: -10px;
  }
}

.forum-post-comments {
  margin-top: 0px !important;
}
/*----------------------------------------------------------------------------------- */
/*  Notifications
/*----------------------------------------------------------------------------------- */
li.notification {
  cursor: pointer;
  padding: 3px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: #d9edf7;
  max-height: 60px;
  height: 60px;
}

li.read {
  background-color: #fff !important;
}

li.notification:hover {
  background-color: #eee !important;
}

.notification_date {
  font-size: 1em;
  color: #ccc;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: fixed !important;
    max-height: 84vh;
    overflow: auto;
    left: 0 !important;
    top: 46px !important;
    max-width: 100vw !important;
    width: 100vw !important;

    margin-top: 0;
    border-radius: 0;
    border: 1px solid #dddddd;
    padding: 0;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.96);
  }
}

/*----------------------------------------------------------------------------------- */
/*  OCompetitions
/*----------------------------------------------------------------------------------- */
@media (max-width: 1920px) {
  .entered-list-col {
    height: 15vw;
  }
}
@media (max-width: 991px) {
  .entered-list-col {
    height: 15vw;
  }
}
@media (max-width: 768px) {
  .entered-list-col {
    height: 23vw;
  }
}

@media (max-width: 1920px) {
  .eligible-list-col {
    height: 30vw;
  }
}
@media (max-width: 1200px) {
  .eligible-list-col {
    height: 40vw;
  }
}
@media (max-width: 991px) {
  .eligible-list-col {
    height: 55vw;
  }
}
@media (max-width: 768px) {
  .eligible-list-col {
    height: 85vw;
  }
}

.scroll-show {
  overflow-y: auto;
}

.scroll-show::-webkit-scrollbar {
  /*width: auto;*/
}

.clean {
  padding: 0px !important;
  margin: 0px !important;
}

.entry-list {
  height: calc((100vh - 240px) / 3);
}

@media (max-width: 991px) {
  .entry-list {
    height: calc((100vh - 212px) / 3);
  }
}

.item-list {
  height: calc(2 * (100vh - 240px) / 3);
}

@media (max-width: 991px) {
  .item-list {
    height: calc(2 * (100vh - 212px) / 3);
  }
}

.leaderboard-scroll {
  overflow-y: auto;
  height: calc(100vh - 180px);
  padding: 0px;
  margin: 0px;
}

@media (max-width: 991px) {
  .leaderboard-scroll {
    overflow-y: auto;
    height: calc(100vh - 160px);
  }
}

.leaderboard-first {
  max-height: calc(100vh - 250px);
}

@media (max-width: 991px) {
  .leaderboard-first {
    max-height: calc(100vh - 150px);
  }
}

.leaderboard-second {
  max-height: calc(100vh - 300px);
}

.vote-content {
  min-height: calc(100vh - 177px);
}

@media (max-width: 991px) {
  .vote-content {
    min-height: calc(100vh - 157px);
  }
}

.vote-done {
  max-height: calc(100vh - 142px);
}

@media (max-width: 991px) {
  .vote-done {
    max-height: calc(100vh - 122px);
  }
}

.competition-admin {
  min-height: calc(100vh - 222px);
  max-height: calc(100vh - 222px);
}

@media (max-width: 991px) {
  .competition-admin {
    min-height: calc(100vh - 192px);
    max-height: calc(100vh - 192px);
  }
}

/*----------------------------------------------------------------------------------- */
/*  CONTENT
/*----------------------------------------------------------------------------------- */

.content {
  overflow: hidden;
  max-height: inherit;
  height: inherit;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

div.content div {
  margin: 0px;
  padding: 0px;
}

div.content h4 {
  padding: 10px 10px 0px 10px;
  margin-bottom: 5px;
}

div.content h3 {
  padding: 10px 10px 0px 10px;
  margin-bottom: 5px;
}

div.content span {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  color: #666;
}

@media (max-width: 767px) {
  div.content span {
    padding-left: 0px;
    padding-right: 0px;
  }
}

div.content a,
div.content button {
  margin: 0px 10px 10px 10px;
}

@media (max-width: 767px) {
  div.content a,
  div.content button {
    margin: 0px 5px 5px 5px;
  }
}

.content-scroll {
  overflow-y: auto;
  height: calc(100vh - 140px);
}

@media (max-width: 991px) {
  .content-scroll {
    overflow-y: auto;
    height: calc(100vh - 120px);
  }
}

/*----------------------------------------------------------------------------------- */
/*  Tile
/*----------------------------------------------------------------------------------- */

.tile {
  background: white;
  border-bottom: 1px solid #b3b3b3;
}

/*----------------------------------------------------------------------------------- */
/*  Tile to card
/*----------------------------------------------------------------------------------- */

.tile-to-card {
  background: white;
  border-bottom: 1px solid #b3b3b3;
  /*max-height: 80px;
    height: 80px;*/
  min-height: 80px;
}

@media (min-width: 768px) {
  /*CARD*/
  .tile-to-card {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24),
      0 -1px 3px rgba(0, 0, 0, 0.12);
    transition: all 0.2s ease-in-out;
    margin-bottom: 3px !important;
    margin-top: 2px !important;
    border-bottom: none;
  }

  .tile-to-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23),
      0 -1px 3px rgba(0, 0, 0, 0.12);
  }
}

@media (min-width: 992px) {
  .tile-to-card {
    margin-bottom: 10px !important;
  }
}

.tile-to-card > div {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

.tile-to-card > div.row {
  margin: 0px;
  padding: 0px;
  height: auto !important;
  overflow: hidden;
}

@media (max-width: 767px) {
  .tile-to-card > div {
    border-radius: 0px !important;
  }
}

.card-wrapper {
  padding: 0 5px 0px 5px;
  margin: 0px;
}

@media (max-width: 768px) {
  .card-wrapper {
    padding: 0px;
    margin: 0px;
  }
}
/*----------------------------------------------------------------------------------- */
/*  Card
/*----------------------------------------------------------------------------------- */

.card {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px !important;
}

.card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card > div {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .first-card {
    margin-top: 5px;
  }
}

/*----------------------------------------------------------------------------------- */
/*  Product
/*----------------------------------------------------------------------------------- */

@media (min-width: 768px) {
  .product {
    /*min-height: 350px;*/
    /*height: 350px;*/
  }
}

.product > div {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .product > div {
    height: 100%;
  }
}

/*----------------------------------------------------------------------------------- */
/*  LIGHTBOX
/*----------------------------------------------------------------------------------- */

.lightbox {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  box-sizing: border-box;
}

.lightbox img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.lightbox .comment {
  /*width: 50%;*/
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  text-align: left !important;
  font-size: 1em !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
  color: #eee !important;
  z-index: 10001 !important;
  border: 0 !important;
}

.comment .comment-content {
  margin-left: 10px;
  margin-top: 10px;
  font-size: 12px;
}

.comment .comment-name {
  margin-top: 10px;
  margin-left: 10px;
}

.comment .comment-count {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 10px;
}

.lightbox .comment-wrapper {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  position: absolute;
  z-index: 10001;
  top: 0;
  overflow-y: scroll;
}

.lightbox_bottom_nav_bar {
  display: table;
  table-layout: fixed;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 35px;
  background-color: #333;
  box-shadow: 2px 2px 2px 2px #555555;
  z-index: 10002;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}

.lightbox_tab_option {
  text-align: center;
  height: 35px;
  padding-top: 10px;
  color: #fff !important;
}

/*----------------------------------------------------------------------------------- */
/*  Breeding
/*----------------------------------------------------------------------------------- */

/* CREATE */
/* xs */
.breeding-create {
  padding-top: 5px;
  padding-bottom: 5px;
}
.breeding-create [class*="col-xs"] {
  margin-top: 0px;
  margin-bottom: 0px;
}
.breeding-create .alert {
  margin-bottom: 8px !important;
}
.breeding-create .form-group {
  margin-bottom: 5px;
}
.breeding-create .animal-card {
  min-height: calc(100vh - 215px);
  max-height: calc(100vh - 215px);
  height: calc(100vh - 215px);
}
.breeding-create .placeholder {
  border-style: dashed;
  border-width: 2px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.breeding-create .placeholder > .btn {
  width: 80%;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.breeding-create .male {
  border-color: #6bc5e1;
  background-color: #eaf7fb;
}
.breeding-create .female {
  border-color: #ff4dc6;
  background-color: #ffe6f7;
}
.breeding-create .animal-card > .btn {
  margin: 0px;
}
.breeding-create .animal-card > .animal-details {
  min-height: calc(100vh - 237px);
  max-height: calc(100vh - 237px);
  height: calc(100vh - 237px);
  position: relative;
}
.breeding-create .animal-card > .animal-details > .animal-picture {
  min-height: 30%;
  max-height: 30%;
  height: 30%;
}
.breeding-create .animal-card > .animal-details > .animal-picture > span {
  position: absolute;
  top: 0px;
  left: 3px;
  right: 3px;
  color: #000000;
  text-align: left;
  text-shadow: 1px 1px 3px #fff, -1px 1px 3px #fff, 1px -1px 3px #fff,
    -1px -1px 3px #fff;
  font-size: 1.1em;
  font-weight: bold;
  overflow-wrap: break-word;
}
.breeding-create .animal-card > .animal-details > .col-xs-12 {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 0.8em;
  white-space: normal;
  overflow: hidden;
}
.breeding-create .animal-card > .animal-details > .species {
  max-height: 9%;
  height: 9%;
}
.breeding-create .animal-card > .animal-details > .color {
  max-height: 14%;
  height: 14%;
}
.breeding-create .animal-card > .animal-details > .phenotype {
  max-height: 14%;
  height: 14%;
}
.breeding-create .animal-card > .animal-details > .genotype {
  max-height: 14%;
  height: 14%;
}
.breeding-create .animal-card > .animal-details > .tags {
  max-height: 9%;
  height: 9%;
}
.breeding-create .animal-card > .animal-details > .father {
  max-height: 5%;
  height: 5%;
}
.breeding-create .animal-card > .animal-details > .mother {
  max-height: 5%;
  height: 5%;
}
.breeding-create .tile-to-card {
  height: 21vh;
  max-height: 21vh;
  margin-bottom: 5px !important;
}
.breeding-create .tile-to-card > .preview-image {
  margin: 0;
  padding: 0;
  height: inherit;
  background-color: #666;
  position: relative;
}
.breeding-create .tile-to-card > .preview-image > .animal-name {
  position: absolute;
  top: 0px;
  left: 3px;
  right: 3px;
  color: #000000;
  text-align: left;
  text-shadow: 1px 1px 3px #fff, -1px 1px 3px #fff, 1px -1px 3px #fff,
    -1px -1px 3px #fff;
  font-size: 1.1em;
  font-weight: bold;
  overflow-wrap: break-word;
}
.breeding-create .tile-to-card > .preview-image > .select-button {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 5px;
}
.breeding-create .tile-to-card > .preview-image > .select-button > .btn {
  margin: 0px;
}
.breeding-create .tile-to-card > .content {
  padding-left: 2px;
}
.breeding-create .tile-to-card > .content > .species {
  display: block;
  font-size: 1em;
  font-weight: bold;
  max-height: 3vh;
  height: 3vh;
  white-space: normal;
  margin: 0px;
  overflow: hidden;
}
.breeding-create .tile-to-card > .content > .color {
  display: block;
  font-size: 0.8em;
  max-height: 6vh;
  height: 6vh;
  white-space: normal;
  margin: 0px;
  overflow: hidden;
}
.breeding-create .tile-to-card > .content > .phenotype {
  display: block;
  font-size: 0.8em;
  max-height: 6vh;
  height: 6vh;
  white-space: normal;
  margin: 0px;
  overflow: hidden;
}
.breeding-create .tile-to-card > .content > .genotype {
  display: block;
  font-size: 0.8em;
  max-height: 6vh;
  height: 6vh;
  white-space: normal;
  margin: 0px;
  overflow: hidden;
}

/* sm */
@media (min-width: 768px) {
  .breeding-create {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .breeding-create .animal-card {
    min-height: calc(100vh - 225px);
    max-height: calc(100vh - 225px);
    height: calc(100vh - 225px);
  }
  .breeding-create .animal-card > .animal-details {
    min-height: calc(100vh - 259px);
    max-height: calc(100vh - 259px);
    height: calc(100vh - 259px);
  }
  .breeding-create .animal-card > .animal-details > .animal-picture > span {
    left: 5px;
    right: 5px;
    font-size: 1.5em;
  }
  .breeding-create .tile-to-card > .preview-image > .animal-name {
    left: 5px;
    right: 5px;
    font-size: 1.5em;
  }
  .breeding-create .animal-card > .animal-details > .col-xs-12 {
    font-size: 1.1em;
  }
  .breeding-create .tile-to-card > .content {
    padding-left: 0px;
    padding-top: 5px;
  }
  .breeding-create .tile-to-card > .content > .species {
    font-size: 1.2em;
  }
  .breeding-create .tile-to-card > .content > .color {
    font-size: 1em;
  }
  .breeding-create .tile-to-card > .content > .phenotype {
    font-size: 1em;
  }
  .breeding-create .tile-to-card > .content > .genotype {
    font-size: 1em;
  }
}
/* md */
@media (min-width: 992px) {
  .breeding-create .animal-card {
    min-height: calc(100vh - 245px);
    max-height: calc(100vh - 245px);
    height: calc(100vh - 245px);
  }
  .breeding-create .animal-card > .animal-details {
    min-height: calc(100vh - 279px);
    max-height: calc(100vh - 279px);
    height: calc(100vh - 279px);
  }
  .breeding-create .animal-card > .animal-details > .animal-picture > span {
    font-size: 1.2em;
  }
  .breeding-create .tile-to-card > .preview-image > .animal-name {
    font-size: 1.1em;
  }
  .breeding-create .animal-card > .animal-details > .col-xs-12 {
    font-size: 0.9em;
  }
  .breeding-create .tile-to-card > .content > .species {
    font-size: 1em;
  }
  .breeding-create .tile-to-card > .content > .color {
    font-size: 0.8em;
  }
  .breeding-create .tile-to-card > .content > .phenotype {
    font-size: 0.8em;
  }
  .breeding-create .tile-to-card > .content > .genotype {
    font-size: 0.8em;
  }
}
/* lg */
@media (min-width: 1200px) {
  .breeding-create .animal-card > .animal-details > .animal-picture > span {
    font-size: 1.2em;
  }
  .breeding-create .tile-to-card > .preview-image > .animal-name {
    font-size: 1.5em;
  }
  .breeding-create .animal-card > .animal-details > .col-xs-12 {
    font-size: 1em;
  }
  .breeding-create .tile-to-card > .content > .species {
    font-size: 1.2em;
  }
  .breeding-create .tile-to-card > .content > .color {
    font-size: 1em;
  }
  .breeding-create .tile-to-card > .content > .phenotype {
    font-size: 1em;
  }
  .breeding-create .tile-to-card > .content > .genotype {
    font-size: 1em;
  }
}

/* INDEX */
/* xs */
.breeding-list {
  max-height: calc(100vh - 189px);
  min-height: calc(100vh - 189px);
  overflow-y: auto;
  margin-top: 5px;
}
.breeding-list .tile-to-card {
  margin-bottom: 2px;
}
/* sm */
@media (min-width: 768px) {
  .breeding-list {
    max-height: calc(100vh - 199px);
    min-height: calc(100vh - 199px);
  }
}
/* md */
@media (min-width: 992px) {
  .breeding-list {
    max-height: calc(100vh - 219px);
    min-height: calc(100vh - 219px);
  }
}
/* lg */
@media (min-width: 1200px) {
  .breeding-list {
    max-height: calc(100vh - 216px);
    min-height: calc(100vh - 216px);
  }
}

/* VIEW */
/* xs */
.breeding-view {
  padding: 10px;
}
.breeding-view .header-row a {
  margin-right: 0px;
}
.breeding-view .picture-row .animal-picture {
  min-height: 25vh;
  max-height: 25vh;
  border: solid 1px #ccc;
}
.breeding-view .picture-row .animal-picture .picture-name {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #000000;
  text-align: center;
  text-shadow: 1px 1px 3px #fff, -1px 1px 3px #fff, 1px -1px 3px #fff,
    -1px -1px 3px #fff;
  font-size: 1.3em;
}
.breeding-view .picture-row .animal-picture .animal-button {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 5px;
  padding: 5px;
}

.breeding-view .buttons-row {
  margin-top: 5px;
}
.breeding-view .buttons-row .col-xs-12 {
  margin: 0px;
}
.breeding-view .buttons-row .col-xs-6 {
  margin: 0px;
}
.breeding-view .buttons-row button {
  margin: 0px;
}
.breeding-view .embryo-list {
  max-height: calc(75vh - 275px);
  min-height: calc(75vh - 275px);
  overflow-y: auto;
  border: solid 1px #ccc;
}
.breeding-view .embryo-list .tile-to-card {
  max-height: 38px;
  min-height: 38px;
}
.breeding-view .embryo-list .tile-to-card .controls {
  padding: 7px 4px 8px 4px;
}
.breeding-view .embryo-list .tile-to-card .status-change {
  margin: 0px 0px 5px 0px;
}
.breeding-view .embryo-list .tile-to-card .index {
  padding: 10px 0px;
  font-size: 0.8em;
  text-align: center;
}
.breeding-view .embryo-list .tile-to-card .date {
  padding: 10px 0px;
  font-size: 0.8em;
  text-align: center;
}
/* sm */
@media (min-width: 768px) {
  .breeding-view .picture-row .animal-picture {
    min-height: 30vh;
    max-height: 30vh;
    border: solid 1px #ccc;
  }
  .breeding-view .embryo-list {
    max-height: calc(70vh - 293px);
    min-height: calc(70vh - 293px);
    padding-top: 5px;
  }
  .breeding-view .embryo-list .tile-to-card .date {
    font-size: 1em;
  }
  .breeding-view .embryo-list .tile-to-card .index {
    font-size: 1em;
  }
}
/* md */
@media (min-width: 992px) {
  .breeding-view {
    padding: 15px;
  }
  .breeding-view .embryo-list {
    max-height: calc(70vh - 323px);
    min-height: calc(70vh - 323px);
  }
  .breeding-view .embryo-list .tile-to-card .index {
    font-size: 1em;
  }
  .breeding-view .embryo-list .tile-to-card .date {
    font-size: 1em;
  }
}
/* lg */
@media (min-width: 1200px) {
  .breeding-view .picture-row {
    margin-top: 5px;
  }
  .breeding-view .search-row {
    margin-top: 5px;
  }
  .breeding-view .embryo-row {
    margin-top: 5px;
  }
  .breeding-view .embryo-list {
    max-height: calc(70vh - 323px);
    min-height: calc(70vh - 323px);
  }
}

/* ITEM PROFILE */
/* xs */
.profile-breeding-list {
  max-height: 300px;
  min-height: 300px;
  overflow-y: auto;
  margin-top: 5px;
}
.profile-breeding-list .tile-to-card {
  margin-bottom: 2px;
}
/* sm */
@media (min-width: 768px) {
  .profile-breeding-list {
    max-height: 400px;
    min-height: 400px;
  }
}
/* md */
@media (min-width: 992px) {
  .profile-breeding-list {
    max-height: 450px;
    min-height: 450px;
  }
}
/* lg */
@media (min-width: 1200px) {
  .profile-breeding-list {
    max-height: 450px;
    min-height: 450px;
  }
}

/* CUSTOM SELECT MODAL */
/* xs */
.selector-modal {
  display: none;
  position: fixed;
  top: 86px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  /*height: calc(100vh - 121px);*/
  background-color: #fff;
  z-index: 999;
}

.selector-modal .list {
  max-height: calc(100vh - 213px);
  min-height: calc(100vh - 213px);
  overflow-y: auto;
  border-radius: 3px;
  border: solid 1px ghostwhite;
  padding-top: 5px;
}

.selector-modal .c-list {
  max-height: calc(100vh - 260px);
  min-height: calc(100vh - 260px);
  overflow-y: auto;
  border-radius: 3px;
  border: solid 1px ghostwhite;
  padding-top: 5px;
}
.selector-modal .female-list {
  max-height: calc(100vh - 213px);
  min-height: calc(100vh - 213px);
  overflow-y: auto;
  border-radius: 3px;
  border: solid 1px ghostwhite;
  padding-top: 5px;
}
/* sm */
@media (min-width: 768px) {
  .selector-modal {
    /*height: calc(100vh - 121px);*/
  }
  .selector-modal .list {
    max-height: calc(100vh - 303px);
    min-height: calc(100vh - 303px);
  }
}
/* md */
@media (min-width: 992px) {
  .selector-modal {
    /*height: calc(100vh - 143px);*/
  }
  .selector-modal .list {
    max-height: calc(100vh - 323px);
    min-height: calc(100vh - 323px);
  }
}
/* lg */
@media (min-width: 1200px) {
  .selector-modal {
    /*height: calc(100vh - 143px);*/
  }
}

/*----------------------------------------------------------------------------------- */
/*  Item import
/*----------------------------------------------------------------------------------- */
/* xs */
.item-import-error-list {
  height: 39vh;
  overflow-y: scroll;
}

/* sm */
@media (min-width: 768px) {
  .item-import-error-list {
    height: 50vh;
  }
}
/* md */
@media (min-width: 992px) {
  .item-import-error-list {
    height: 50vh;
  }
}
/* lg */
@media (min-width: 1200px) {
  .item-import-error-list {
    height: 55vh;
  }
}

/*----------------------------------------------------------------------------------- */
/*  Order management
/*----------------------------------------------------------------------------------- */
/* xs */
.orders-list {
  max-height: calc(100vh - 350px);
  min-height: calc(100vh - 350px);
  overflow-y: auto;
  margin-top: 5px;
}
.order-modal {
  width: 95vw;
}
/* md */
@media (min-width: 992px) {
  .order-modal {
    width: 90vw;
  }
}
/* lg */
@media (min-width: 1200px) {
  .order-modal {
    width: 80vw;
  }
}

/*----------------------------------------------------------------------------------- */
/*  Product list
/*----------------------------------------------------------------------------------- */
/* xs */
.product-list {
  max-height: calc(100vh - 189px);
  min-height: calc(100vh - 189px);
  overflow-y: auto;
  margin-top: 5px;
}
/* sm */
@media (min-width: 768px) {
  .product-list {
    max-height: calc(100vh - 199px);
    min-height: calc(100vh - 199px);
  }
}
/* md */
@media (min-width: 992px) {
  .product-list {
    max-height: calc(100vh - 219px);
    min-height: calc(100vh - 219px);
  }
}
/* lg */
@media (min-width: 1200px) {
  .product-list {
    max-height: calc(100vh - 295px);
    min-height: calc(100vh - 295px);
  }
}

/*----------------------------------------------------------------------------------- */
/*  Content list
/*----------------------------------------------------------------------------------- */
/* xs */
.content-list {
  max-height: calc(100vh - 189px);
  min-height: calc(100vh - 189px);
  overflow-y: auto;
  margin-top: 5px;
}
/* sm */
@media (min-width: 768px) {
  .content-list {
    max-height: calc(100vh - 243px);
    min-height: calc(100vh - 243px);
  }
}
/* md */
@media (min-width: 992px) {
  .content-list {
    max-height: calc(100vh - 265px);
    min-height: calc(100vh - 265px);
  }
}
/* lg */
@media (min-width: 1200px) {
  .content-list {
    max-height: calc(100vh - 250px);
    min-height: calc(100vh - 250px);
  }
}

/*----------------------------------------------------------------------------------- */
/*  Conversation list
/*----------------------------------------------------------------------------------- */
/* xs */
.conversation-list {
  max-height: calc(100vh - 194px);
  min-height: calc(100vh - 194px);
  overflow-y: auto;
  margin-top: 5px;
}
/* sm */
@media (min-width: 768px) {
  .conversation-list {
    max-height: calc(100vh - 204px);
    min-height: calc(100vh - 204px);
  }
}
/* md */
@media (min-width: 992px) {
  .conversation-list {
    max-height: calc(100vh - 225px);
    min-height: calc(100vh - 225px);
  }
}
/* lg */
@media (min-width: 1200px) {
  .conversation-list {
    max-height: calc(100vh - 235px);
    min-height: calc(100vh - 235px);
  }
}

/* xs */
.conversation-item {
  display: block;
  text-align: left;
  font-size: small;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 3px;
}
/* md */
@media (min-width: 992px) {
  .conversation-item {
    font-size: medium;
    padding-top: 0px;
  }
}
/* lg */
@media (min-width: 1200px) {
  .conversation-item {
    font-size: larger;
  }
}

/*----------------------------------------------------------------------------------- */
/*  Participant list
/*----------------------------------------------------------------------------------- */
/* xs */
.participant-list {
  max-height: calc(100vh - 390px);
  min-height: calc(100vh - 390px);
  overflow-y: auto;
  margin-top: 5px !important;
  margin-left: -2px !important;
  margin-right: -2px !important;
  border: solid 1px #ccc;
  border-radius: 5px;
  padding-top: 5px;
  padding-right: 5px;
}
/* sm */
@media (min-width: 768px) {
  .participant-list {
    max-height: calc(100vh - 400px);
    min-height: calc(100vh - 400px);
    padding-right: 0px;
  }
}
/* md */
@media (min-width: 992px) {
  .participant-list {
    max-height: calc(100vh - 420px);
    min-height: calc(100vh - 420px);
  }
}
/* lg */
@media (min-width: 1200px) {
  .participant-list {
    max-height: calc(100vh - 455px);
    min-height: calc(100vh - 455px);
  }
}

.small-card {
  padding: 14px 10px;
  min-height: 50px;
  height: 50px;
  border-bottom: 0px;
}

/* xs */
.participant-item {
  display: block;
  text-align: left;
  font-size: small;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 3px;
}
/* md */
@media (min-width: 992px) {
  .participant-item {
    font-size: medium;
    padding-top: 0px;
  }
}
/* lg */
@media (min-width: 1200px) {
  .participant-item {
    font-size: larger;
  }
}

/*----------------------------------------------------------------------------------- */
/*  Sidebar nav */
/*----------------------------------------------------------------------------------- */
.main-nav .sidebar {
  z-index: 1030;
  font-size: 18px;
}

body.sidebar-nav {
  padding: 50px 0 0 0px;
}
body.sidebar-nav .navbar {
  height: 45px !important;
}
body.sidebar-nav .navbar.scroll-hide.closed {
  top: 0;
}
body.sidebar-nav .navbar .container-fluid.top-bar {
  border-bottom: 0;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
body.sidebar-nav .navbar .container-fluid.main-nav {
  position: fixed;
  z-index: 1 !important;
  top: 0;
  height: 100%;
  width: 200px;
  background: #dddddd;
  box-shadow: inset -4px 0 0 rgba(0, 0, 0, 0.05);
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  padding-top: 0px;
}
body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav {
  padding-left: 0px;
  text-align: left;
}
body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li {
  display: block;
  text-align: left;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: transparent !important;
}
body.sidebar-nav
  .navbar
  .container-fluid.main-nav
  .nav-collapse
  .nav
  > li
  > .dropdown-menu {
  position: relative;
  background: none;
  box-shadow: none;
  margin: 0;
  width: 100%;
  float: none;
  border-bottom: 1px solid #aaaaaa;
  text-align: left;
}
body.sidebar-nav
  .navbar
  .container-fluid.main-nav
  .nav-collapse
  .nav
  > li
  > .dropdown-menu
  li
  a {
  border-color: #aaaaaa;
  margin-left: 15px;
  color: #777777;
}
body.sidebar-nav
  .navbar
  .container-fluid.main-nav
  .nav-collapse
  .nav
  > li
  > .dropdown-menu
  li
  a.current {
  border-bottom-color: #007aff;
  color: #007aff;
}
body.sidebar-nav
  .navbar
  .container-fluid.main-nav
  .nav-collapse
  .nav
  > li
  > .dropdown-menu
  li
  a:hover,
body.sidebar-nav
  .navbar
  .container-fluid.main-nav
  .nav-collapse
  .nav
  > li
  > .dropdown-menu
  li
  a:active {
  color: black;
  border-bottom-color: black;
}
body.sidebar-nav .navbar .container-fluid.main-nav .nav-collapse .nav > li > a {
  display: block;
  text-align: left;
  padding: 0;
  font-size: 18px;
  line-height: 44px;
  height: 46px;
  color: #777777;
  border-bottom: 1px solid #aaaaaa;
  background-color: transparent !important;
}
body.sidebar-nav
  .navbar
  .container-fluid.main-nav
  .nav-collapse
  .nav
  > li
  > a:hover,
body.sidebar-nav
  .navbar
  .container-fluid.main-nav
  .nav-collapse
  .nav
  > li
  > a:active {
  color: black;
  border-bottom-color: black;
}
body.sidebar-nav
  .navbar
  .container-fluid.main-nav
  .nav-collapse
  .nav
  > li
  > a
  span {
  display: block;
  float: left;
  margin: 8px 15px 0 0;
  background-position: left -140px;
}
body.sidebar-nav
  .navbar
  .container-fluid.main-nav
  .nav-collapse
  .nav
  > li
  > a
  .caret {
  float: right;
  margin: 20px 15px 0 0;
}
body.sidebar-nav
  .navbar
  .container-fluid.main-nav
  .nav-collapse
  .nav
  > li
  > a.current {
  color: #007aff;
  border-bottom-color: #007aff;
}
body.sidebar-nav
  .navbar
  .container-fluid.main-nav
  .nav-collapse
  .nav
  > li
  > a.current
  span {
  background-position: left -28px;
}
body.sidebar-nav
  .navbar
  .container-fluid.main-nav
  .nav-collapse
  .nav
  > li
  > a.current
  .caret {
  border-top-color: #007aff;
}
body.sidebar-nav
  .navbar
  .container-fluid.main-nav
  .nav-collapse
  .nav
  > li
  > a:hover {
  background: #eeeeee;
  background: rgba(0, 0, 0, 0.04);
}
body.sidebar-nav
  .navbar
  .container-fluid.main-nav
  .nav-collapse
  .nav
  > li.open
  > a
  .caret,
body.sidebar-nav
  .navbar
  .container-fluid.main-nav
  .nav-collapse
  .nav
  > li.active
  > a
  .caret,
body.sidebar-nav
  .navbar
  .container-fluid.main-nav
  .nav-collapse
  .nav
  > li.open.active
  > a
  .caret {
  border-bottom: 4px solid #999999;
  border-top-color: transparent;
  margin-top: 16px;
}

/*  font awesome coloring like bootstrap.
/*----------------------------------------------------------------------------------- */
i.danger,
i.danger,
i.danger,
i.danger,
i.danger,
i.danger {
  color: #b12025;
}

i.success,
i.success,
i.success,
i.success,
i.success,
i.success {
  color: #25ad84;
}

/*----------------------------------------------------------------------------------- */
/*  Social Media Campaigns
/*----------------------------------------------------------------------------------- */
/* xs */
.smc-list {
  max-height: calc(100vh - 180px);
  min-height: calc(100vh - 180px);
  overflow-y: auto;
  margin-top: 5px;
}
.smc-list-item {
  padding: 10px 0px;
  min-height: 180px;
  height: 180px;
}
.smc-list-item-template {
  display: block;
  text-align: left;
  font-size: medium;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 70px;
  height: 70px;
}
.smc-list-item-frame {
  min-height: 70px;
  height: 70px;
}
.smc-modal {
  width: 90vw;
}
.smc-modal-tab {
  border-width: 0px 1px 1px 1px;
  border-color: #ddd;
  border-style: solid;
}
.smc-modal-frames-list {
  height: 55vh;
  max-height: 55vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.smc-modal-available-frames-list {
  height: 55vh;
  max-height: 55vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.smc-modal-frames-list-item {
  width: calc(((90vw - 42px) / 3) - 18px);
  height: calc(((90vw - 42px) / 3) - 18px);
  -webkit-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.82);
  box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.82);
}
.smc-modal-frames-list-item:hover {
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.82);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.82);
}
.smc-modal-frames-list-item > i {
  margin: calc((((90vw - 42px) / 3) - 18px - 10vh - 6px) / 2);
  font-size: 10vh;
  line-height: 10vh;
  width: 10vh;
  height: 10vh;
  color: #ddd;
}
.smc-modal-groups-list {
  height: 50vh;
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.smc-modal-groups-list-item {
  width: calc(((90vw - 42px) / 2) - 18px);
  height: calc((((90vw - 42px) / 2) - 18px) / 2);
  border-width: 1px;
  border-color: #ddd;
  border-style: solid;
  -webkit-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.82);
  box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.82);
}
.smc-modal-groups-list-item:hover {
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.82);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.82);
}
.smc-modal-groups-list-item [class^="col-"],
.smc-modal-groups-list-item .row {
  margin: 0px;
  padding: 0px;
}
.smc-modal-groups-list-item > i {
  margin-top: calc((((((90vw - 42px) / 2) - 18px) / 2) - 10vh) / 2);
  margin-bottom: calc((((((90vw - 42px) / 2) - 18px) / 2) - 10vh) / 2);
  margin-left: calc((((90vw - 42px) / 2) - 18px - 10vh) / 2);
  margin-right: calc((((90vw - 42px) / 2) - 18px - 10vh) / 2);
  font-size: 10vh;
  line-height: 10vh;
  width: 10vh;
  color: #ddd;
}
.smc-modal-groups-list-item-logo {
  width: calc((((90vw - 42px) / 2) - 22px) / 2);
  height: calc((((90vw - 42px) / 2) - 22px) / 2);
  border-width: 0px 1px 0px 0px;
  border-color: #ddd;
  border-style: solid;
}
.smc-modal-list-item-util {
  border-width: 3px;
  border-color: #ddd;
  border-style: dashed;
}
.smc-modal-message-input-list {
  height: 20vh;
  max-height: 20vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.smc-modal-message-preview {
  height: 20vh;
  max-height: 20vh;
  overflow-y: auto;
}
.smc-remove-frame-button {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0px;
}
.smc-frame-sorting-priority-button.increase {
  position: absolute;
  bottom: 15px;
  left: 15px;
  margin: 0px;
}
.smc-frame-sorting-priority-button.decrease {
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin: 0px;
}
.smc-remove-group-button {
  position: absolute;
  bottom: 15px;
  right: 10px;
  margin: 0px;
}
/* md */
@media (min-width: 992px) {
  .smc-modal {
    width: 800px;
  }
  .smc-list {
    max-height: calc(100vh - 200px);
    min-height: calc(100vh - 200px);
  }
  .smc-modal-frames-list-item {
    width: calc(((800px - 42px) / 3) - 22px);
    height: calc(((800px - 42px) / 3) - 22px);
  }
  .smc-modal-frames-list-item > i {
    margin: calc((((800px - 42px) / 3) - 22px - 10vh - 6px) / 2);
  }
  .smc-modal-groups-list-item {
    width: calc(((800px - 42px) / 2) - 27px);
    height: calc((((800px - 42px) / 2) - 27px) / 2);
  }
  .smc-modal-groups-list-item > i {
    margin-top: calc((((((800px - 42px) / 2) - 38px) / 2) - 10vh) / 2);
    margin-bottom: calc((((((800px - 42px) / 2) - 38px) / 2) - 10vh) / 2);
    margin-left: calc((((800px - 42px) / 2) - 33px - 10vh) / 2);
    margin-right: calc((((800px - 42px) / 2) - 33px - 10vh) / 2);
  }
  .smc-modal-groups-list-item-logo {
    width: calc((((800px - 42px) / 2) - 31px) / 2);
    height: calc((((800px - 42px) / 2) - 31px) / 2);
  }
  .smc-remove-group-button {
    bottom: 15px;
    right: 20px;
  }
}
/* lg */
@media (min-width: 1200px) {
  .smc-list-item {
    min-height: 170px;
    height: 170px;
  }
}

.frames-list {
  max-height: calc(100vh - 180px);
  min-height: calc(100vh - 180px);
  overflow-y: auto;
  margin-top: 5px;
}
/* md */
@media (min-width: 992px) {
  .frames-list {
    max-height: calc(100vh - 200px);
    min-height: calc(100vh - 200px);
  }
}

.yiiLog {
  margin: 50px;
  margin-left: 250px;
  width: 70vw;
}

/* When a mobile devices is used change the view a little bit for the view to scale correctly */
@media (max-width: 768px) {
  .main-content-mobile {
    margin-left: 0px;
  }
  .sidebar {
    width: 0px;
    background-color: #860808 !important;
    display: none;
  }
  .navbar {
    left: 0px;
  }
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: inline;
  }
}

/* Share Buttons Styling Sharingbuttons.io*/

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 4px;
}

.resp-sharing-button {
  border-radius: 3px;
  transition: 25ms ease-out;
  padding: 0.6em 0.75em;
  /* font-family: Helvetica Neue,Helvetica,Arial,sans-serif; */
  font-size: 18px;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: baseline;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}

.resp-sharing-button--tumblr {
  background-color: #35465c;
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
}

.resp-sharing-button--google:hover {
  background-color: #c23321;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293;
}

.resp-sharing-button--email {
  background-color: #777;
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c;
}

.resp-sharing-button--whatsapp {
  background-color: #25d366;
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}

.resp-sharing-button--hackernews {
  background-color: #ff6600;
}
.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
  background-color: #fb6200;
}

.resp-sharing-button--vk {
  background-color: #507299;
}

.resp-sharing-button--vk:hover {
  background-color: #43648c;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--whatsapp {
  background-color: #25d366;
  border-color: #25d366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1da851;
  border-color: #1da851;
}

.resp-sharing-button--telegram {
  background-color: #54a9eb;
}

.resp-sharing-button--telegram:hover {
  background-color: #4b97d1;
}

/* Car Scan image box images sizes */
.vehicle-modal-list-item {
  width: calc(((27vw) / 3) - 22px);
  height: calc(((27vw) / 3) - 22px);
}

@media (max-width: 768px) {
  .vehicle-modal-list-item {
    width: calc(((95vw) / 3) - 22px);
    height: calc(((95vw) / 3) - 22px);
  }
}

.vehicle-sorting-priority-button.increase {
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin: 0px;
}
.vehicle-sorting-priority-button.decrease {
  position: absolute;
  bottom: 15px;
  left: 15px;
  margin: 0px;
}
.image-remove-button {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0px;
}

.disabledLinkTemp {
  color: grey;
  cursor: pointer;
}
