@font-face {
  font-family: 'genericadewetra';
  src: url('../../../portals/mydewetra/skin/fonts/Generica.eot');
  src: url('../../../portals/mydewetra/skin/fonts/Generica.eot#iefix') format('embedded-opentype'), url('../../../portals/mydewetra/skin/fonts/Generica.ttf') format('truetype'), url('../../../portals/mydewetra/skin/fonts/Generica.woff') format('woff'), url('../../../portals/mydewetra/skin/fonts/Generica.svg#dewetra') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}/* Variable */
/* Mixins */
/* Navbar Setting */
.header.navbar {
  border-bottom: none;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header.navbar .navbar-nav > li > a {
  font-size: 12px;
  line-height: 20px;
  color: #2d353c;
  font-weight: 600;
  padding: 25px 15px;
}
.header.navbar .navbar-nav > li.active > a,
.header.navbar .navbar-nav > li > a:hover,
.header.navbar .navbar-nav > li > a:focus {
  background: none;
}
/* Navbar Brand Logo & Text Setting */
/*.header .navbar-brand {
    padding: 25px 15px;
}*/
.brand-logo {
  float: left;
  border: 15px solid;
  border-color: #4DCACA #31A3A3 #1D8888;
  margin-right: 10px;
  margin-top: -5px;
  border-radius: 4px;
}
.brand-logo + .brand-text {
  margin-left: 42px;
  color: #2d353c;
  font-size: 20px;
  line-height: 20px;
  display: block;
}
/* Navbar Mobile Toggle */
.navbar-toggle {
  margin-top: 18px;
  margin-bottom: 18px;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* Navbar Default Setting  */
.header.navbar.navbar-default {
  background: #fff;
}
/* Navbar Transparent & Inverse Setting  */
.header.navbar.navbar-transparent {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header.navbar.navbar-transparent .navbar-nav > li > a,
.header.navbar.navbar-inverse .navbar-nav > li > a {
  color: #8F8E8E;
}
.header.navbar.navbar-transparent .brand-text,
.header.navbar.navbar-inverse .brand-text {
  color: #fff;
}
.navbar-transparent .navbar-toggle,
.navbar-inverse .navbar-toggle {
  border-color: #8F8E8E;
}
.navbar-transparent .navbar-toggle .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar {
  background: #8f8e8e;
}
/* Navbar Small Setting */
.header.navbar.navbar-small {
  border-bottom: none;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.header.navbar.navbar-small .navbar-brand,
.header.navbar.navbar-small .navbar-nav > li > a {
  padding: 15px;
}
.header.navbar.navbar-transparent.navbar-small {
  background: #fff;
}
.header.navbar.navbar-transparent.navbar-small .navbar-nav > li > a,
.header.navbar.navbar-transparent.navbar-small .brand-logo + .brand-text {
  color: #2d353c;
}
.navbar-small .navbar-toggle {
  border-color: #ddd;
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-small .navbar-toggle .icon-bar {
  background: #888;
}
/* Navbar Dropdown */
.navbar-nav > li.dropdown:hover > .dropdown-menu,
.navbar-nav > li.dropdown:focus > .dropdown-menu {
  display: block;
}
.navbar-nav .dropdown-menu {
  background: #333;
  font-size: 12px;
  padding: 0;
  margin-top: 0;
  border: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-nav .dropdown-menu > li > a {
  color: #999;
  padding: 10px 15px;
}
.navbar-nav .dropdown-menu > li.active > a,
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus {
  background: #222;
  color: #00acac;
}
.navbar-nav .dropdown-menu > li + li {
  border-top: 1px solid #444;
}
/* Content & content elements */
.content {
  padding: 60px 15px 75px;
}
.content .content-title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  margin-top: 0;
}
.content .content-title:after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  background: #242a30;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.content .content-desc {
  text-align: center;
  margin-bottom: 60px;
  color: #242a30;
}
.content.has-bg {
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
}
.content.has-bg .content-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.content.has-bg .content-bg:before {
  content: '';
  background: url('../../../apps/mydewetra/img/content-bg-cover.png');
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.content.has-bg .content-bg img {
  max-width: 100%;
}
.content.has-bg .content-title:after {
  background: #fff;
}
.content.has-bg .container {
  position: relative;
}
.content.has-bg .container .content-title {
  color: #fff;
}
.content.has-bg .container .content-desc {
  color: rgba(255, 255, 255, 0.6);
}
.content.has-bg h1,
.content.has-bg h2,
.content.has-bg h3,
.content.has-bg h4,
.content.has-bg h5,
.content.has-bg h6 {
  color: #fff;
}
/* Footer Element Setting */
.footer {
  padding: 60px 0;
  background: #242a30;
  text-align: center;
  -moz-box-shadow: inset 0 100px 80px -80px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0 100px 80px -80px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 100px 80px -80px rgba(0, 0, 0, 0.7);
}
.footer .footer-brand-logo {
  display: block;
  margin: 0 auto 10px;
  width: 40px;
  border: 20px solid;
  border-color: #4DCACA #31A3A3 #1D8888;
  border-radius: 4px;
}
.footer .footer-brand {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
}
.footer .social-list {
  margin: 30px 0 0;
  font-size: 20px;
}
/* Predefined Classes */
.row {
  margin: 0 -10px;
}
.row > [class*="col-"] {
  padding: 0 10px;
}
.m-auto {
  margin: 0 auto !important;
}
.wrapper {
  padding: 15px !important;
}
.semi-bold {
  font-weight: 600 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.f-w-100 {
  font-weight: 100 !important;
}
.f-w-200 {
  font-weight: 200 !important;
}
.f-w-300 {
  font-weight: 300 !important;
}
.f-w-400 {
  font-weight: 400 !important;
}
.f-w-500 {
  font-weight: 500 !important;
}
.f-w-600 {
  font-weight: 600 !important;
}
.f-w-700 {
  font-weight: 700 !important;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.pull-none {
  float: none !important;
}
/* LOOP - Row Space */
.row.row-space-30 {
  margin: 0 -15px !important;
}
.row.row-space-30 > [class*="col-"] {
  padding: 0 15px !important;
}
.row.row-space-28 {
  margin: 0 -14px !important;
}
.row.row-space-28 > [class*="col-"] {
  padding: 0 14px !important;
}
.row.row-space-26 {
  margin: 0 -13px !important;
}
.row.row-space-26 > [class*="col-"] {
  padding: 0 13px !important;
}
.row.row-space-24 {
  margin: 0 -12px !important;
}
.row.row-space-24 > [class*="col-"] {
  padding: 0 12px !important;
}
.row.row-space-22 {
  margin: 0 -11px !important;
}
.row.row-space-22 > [class*="col-"] {
  padding: 0 11px !important;
}
.row.row-space-20 {
  margin: 0 -10px !important;
}
.row.row-space-20 > [class*="col-"] {
  padding: 0 10px !important;
}
.row.row-space-18 {
  margin: 0 -9px !important;
}
.row.row-space-18 > [class*="col-"] {
  padding: 0 9px !important;
}
.row.row-space-16 {
  margin: 0 -8px !important;
}
.row.row-space-16 > [class*="col-"] {
  padding: 0 8px !important;
}
.row.row-space-14 {
  margin: 0 -7px !important;
}
.row.row-space-14 > [class*="col-"] {
  padding: 0 7px !important;
}
.row.row-space-12 {
  margin: 0 -6px !important;
}
.row.row-space-12 > [class*="col-"] {
  padding: 0 6px !important;
}
.row.row-space-10 {
  margin: 0 -5px !important;
}
.row.row-space-10 > [class*="col-"] {
  padding: 0 5px !important;
}
.row.row-space-8 {
  margin: 0 -4px !important;
}
.row.row-space-8 > [class*="col-"] {
  padding: 0 4px !important;
}
.row.row-space-6 {
  margin: 0 -3px !important;
}
.row.row-space-6 > [class*="col-"] {
  padding: 0 3px !important;
}
.row.row-space-4 {
  margin: 0 -2px !important;
}
.row.row-space-4 > [class*="col-"] {
  padding: 0 2px !important;
}
.row.row-space-2 {
  margin: 0 -1px !important;
}
.row.row-space-2 > [class*="col-"] {
  padding: 0 1px !important;
}
.row.row-space-0 {
  margin: 0 0px !important;
}
.row.row-space-0 > [class*="col-"] {
  padding: 0 0px !important;
}
/* LOOP - Margin & Padding */
.m-40 {
  margin: 40px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.m-39 {
  margin: 39px !important;
}
.m-t-39 {
  margin-top: 39px !important;
}
.m-r-39 {
  margin-right: 39px !important;
}
.m-b-39 {
  margin-bottom: 39px !important;
}
.m-l-39 {
  margin-left: 39px !important;
}
.p-39 {
  padding: 39px !important;
}
.p-t-39 {
  padding-top: 39px !important;
}
.p-r-39 {
  padding-right: 39px !important;
}
.p-b-39 {
  padding-bottom: 39px !important;
}
.p-l-39 {
  padding-left: 39px !important;
}
.m-38 {
  margin: 38px !important;
}
.m-t-38 {
  margin-top: 38px !important;
}
.m-r-38 {
  margin-right: 38px !important;
}
.m-b-38 {
  margin-bottom: 38px !important;
}
.m-l-38 {
  margin-left: 38px !important;
}
.p-38 {
  padding: 38px !important;
}
.p-t-38 {
  padding-top: 38px !important;
}
.p-r-38 {
  padding-right: 38px !important;
}
.p-b-38 {
  padding-bottom: 38px !important;
}
.p-l-38 {
  padding-left: 38px !important;
}
.m-37 {
  margin: 37px !important;
}
.m-t-37 {
  margin-top: 37px !important;
}
.m-r-37 {
  margin-right: 37px !important;
}
.m-b-37 {
  margin-bottom: 37px !important;
}
.m-l-37 {
  margin-left: 37px !important;
}
.p-37 {
  padding: 37px !important;
}
.p-t-37 {
  padding-top: 37px !important;
}
.p-r-37 {
  padding-right: 37px !important;
}
.p-b-37 {
  padding-bottom: 37px !important;
}
.p-l-37 {
  padding-left: 37px !important;
}
.m-36 {
  margin: 36px !important;
}
.m-t-36 {
  margin-top: 36px !important;
}
.m-r-36 {
  margin-right: 36px !important;
}
.m-b-36 {
  margin-bottom: 36px !important;
}
.m-l-36 {
  margin-left: 36px !important;
}
.p-36 {
  padding: 36px !important;
}
.p-t-36 {
  padding-top: 36px !important;
}
.p-r-36 {
  padding-right: 36px !important;
}
.p-b-36 {
  padding-bottom: 36px !important;
}
.p-l-36 {
  padding-left: 36px !important;
}
.m-35 {
  margin: 35px !important;
}
.m-t-35 {
  margin-top: 35px !important;
}
.m-r-35 {
  margin-right: 35px !important;
}
.m-b-35 {
  margin-bottom: 35px !important;
}
.m-l-35 {
  margin-left: 35px !important;
}
.p-35 {
  padding: 35px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.m-34 {
  margin: 34px !important;
}
.m-t-34 {
  margin-top: 34px !important;
}
.m-r-34 {
  margin-right: 34px !important;
}
.m-b-34 {
  margin-bottom: 34px !important;
}
.m-l-34 {
  margin-left: 34px !important;
}
.p-34 {
  padding: 34px !important;
}
.p-t-34 {
  padding-top: 34px !important;
}
.p-r-34 {
  padding-right: 34px !important;
}
.p-b-34 {
  padding-bottom: 34px !important;
}
.p-l-34 {
  padding-left: 34px !important;
}
.m-33 {
  margin: 33px !important;
}
.m-t-33 {
  margin-top: 33px !important;
}
.m-r-33 {
  margin-right: 33px !important;
}
.m-b-33 {
  margin-bottom: 33px !important;
}
.m-l-33 {
  margin-left: 33px !important;
}
.p-33 {
  padding: 33px !important;
}
.p-t-33 {
  padding-top: 33px !important;
}
.p-r-33 {
  padding-right: 33px !important;
}
.p-b-33 {
  padding-bottom: 33px !important;
}
.p-l-33 {
  padding-left: 33px !important;
}
.m-32 {
  margin: 32px !important;
}
.m-t-32 {
  margin-top: 32px !important;
}
.m-r-32 {
  margin-right: 32px !important;
}
.m-b-32 {
  margin-bottom: 32px !important;
}
.m-l-32 {
  margin-left: 32px !important;
}
.p-32 {
  padding: 32px !important;
}
.p-t-32 {
  padding-top: 32px !important;
}
.p-r-32 {
  padding-right: 32px !important;
}
.p-b-32 {
  padding-bottom: 32px !important;
}
.p-l-32 {
  padding-left: 32px !important;
}
.m-31 {
  margin: 31px !important;
}
.m-t-31 {
  margin-top: 31px !important;
}
.m-r-31 {
  margin-right: 31px !important;
}
.m-b-31 {
  margin-bottom: 31px !important;
}
.m-l-31 {
  margin-left: 31px !important;
}
.p-31 {
  padding: 31px !important;
}
.p-t-31 {
  padding-top: 31px !important;
}
.p-r-31 {
  padding-right: 31px !important;
}
.p-b-31 {
  padding-bottom: 31px !important;
}
.p-l-31 {
  padding-left: 31px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.m-29 {
  margin: 29px !important;
}
.m-t-29 {
  margin-top: 29px !important;
}
.m-r-29 {
  margin-right: 29px !important;
}
.m-b-29 {
  margin-bottom: 29px !important;
}
.m-l-29 {
  margin-left: 29px !important;
}
.p-29 {
  padding: 29px !important;
}
.p-t-29 {
  padding-top: 29px !important;
}
.p-r-29 {
  padding-right: 29px !important;
}
.p-b-29 {
  padding-bottom: 29px !important;
}
.p-l-29 {
  padding-left: 29px !important;
}
.m-28 {
  margin: 28px !important;
}
.m-t-28 {
  margin-top: 28px !important;
}
.m-r-28 {
  margin-right: 28px !important;
}
.m-b-28 {
  margin-bottom: 28px !important;
}
.m-l-28 {
  margin-left: 28px !important;
}
.p-28 {
  padding: 28px !important;
}
.p-t-28 {
  padding-top: 28px !important;
}
.p-r-28 {
  padding-right: 28px !important;
}
.p-b-28 {
  padding-bottom: 28px !important;
}
.p-l-28 {
  padding-left: 28px !important;
}
.m-27 {
  margin: 27px !important;
}
.m-t-27 {
  margin-top: 27px !important;
}
.m-r-27 {
  margin-right: 27px !important;
}
.m-b-27 {
  margin-bottom: 27px !important;
}
.m-l-27 {
  margin-left: 27px !important;
}
.p-27 {
  padding: 27px !important;
}
.p-t-27 {
  padding-top: 27px !important;
}
.p-r-27 {
  padding-right: 27px !important;
}
.p-b-27 {
  padding-bottom: 27px !important;
}
.p-l-27 {
  padding-left: 27px !important;
}
.m-26 {
  margin: 26px !important;
}
.m-t-26 {
  margin-top: 26px !important;
}
.m-r-26 {
  margin-right: 26px !important;
}
.m-b-26 {
  margin-bottom: 26px !important;
}
.m-l-26 {
  margin-left: 26px !important;
}
.p-26 {
  padding: 26px !important;
}
.p-t-26 {
  padding-top: 26px !important;
}
.p-r-26 {
  padding-right: 26px !important;
}
.p-b-26 {
  padding-bottom: 26px !important;
}
.p-l-26 {
  padding-left: 26px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.m-24 {
  margin: 24px !important;
}
.m-t-24 {
  margin-top: 24px !important;
}
.m-r-24 {
  margin-right: 24px !important;
}
.m-b-24 {
  margin-bottom: 24px !important;
}
.m-l-24 {
  margin-left: 24px !important;
}
.p-24 {
  padding: 24px !important;
}
.p-t-24 {
  padding-top: 24px !important;
}
.p-r-24 {
  padding-right: 24px !important;
}
.p-b-24 {
  padding-bottom: 24px !important;
}
.p-l-24 {
  padding-left: 24px !important;
}
.m-23 {
  margin: 23px !important;
}
.m-t-23 {
  margin-top: 23px !important;
}
.m-r-23 {
  margin-right: 23px !important;
}
.m-b-23 {
  margin-bottom: 23px !important;
}
.m-l-23 {
  margin-left: 23px !important;
}
.p-23 {
  padding: 23px !important;
}
.p-t-23 {
  padding-top: 23px !important;
}
.p-r-23 {
  padding-right: 23px !important;
}
.p-b-23 {
  padding-bottom: 23px !important;
}
.p-l-23 {
  padding-left: 23px !important;
}
.m-22 {
  margin: 22px !important;
}
.m-t-22 {
  margin-top: 22px !important;
}
.m-r-22 {
  margin-right: 22px !important;
}
.m-b-22 {
  margin-bottom: 22px !important;
}
.m-l-22 {
  margin-left: 22px !important;
}
.p-22 {
  padding: 22px !important;
}
.p-t-22 {
  padding-top: 22px !important;
}
.p-r-22 {
  padding-right: 22px !important;
}
.p-b-22 {
  padding-bottom: 22px !important;
}
.p-l-22 {
  padding-left: 22px !important;
}
.m-21 {
  margin: 21px !important;
}
.m-t-21 {
  margin-top: 21px !important;
}
.m-r-21 {
  margin-right: 21px !important;
}
.m-b-21 {
  margin-bottom: 21px !important;
}
.m-l-21 {
  margin-left: 21px !important;
}
.p-21 {
  padding: 21px !important;
}
.p-t-21 {
  padding-top: 21px !important;
}
.p-r-21 {
  padding-right: 21px !important;
}
.p-b-21 {
  padding-bottom: 21px !important;
}
.p-l-21 {
  padding-left: 21px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.m-19 {
  margin: 19px !important;
}
.m-t-19 {
  margin-top: 19px !important;
}
.m-r-19 {
  margin-right: 19px !important;
}
.m-b-19 {
  margin-bottom: 19px !important;
}
.m-l-19 {
  margin-left: 19px !important;
}
.p-19 {
  padding: 19px !important;
}
.p-t-19 {
  padding-top: 19px !important;
}
.p-r-19 {
  padding-right: 19px !important;
}
.p-b-19 {
  padding-bottom: 19px !important;
}
.p-l-19 {
  padding-left: 19px !important;
}
.m-18 {
  margin: 18px !important;
}
.m-t-18 {
  margin-top: 18px !important;
}
.m-r-18 {
  margin-right: 18px !important;
}
.m-b-18 {
  margin-bottom: 18px !important;
}
.m-l-18 {
  margin-left: 18px !important;
}
.p-18 {
  padding: 18px !important;
}
.p-t-18 {
  padding-top: 18px !important;
}
.p-r-18 {
  padding-right: 18px !important;
}
.p-b-18 {
  padding-bottom: 18px !important;
}
.p-l-18 {
  padding-left: 18px !important;
}
.m-17 {
  margin: 17px !important;
}
.m-t-17 {
  margin-top: 17px !important;
}
.m-r-17 {
  margin-right: 17px !important;
}
.m-b-17 {
  margin-bottom: 17px !important;
}
.m-l-17 {
  margin-left: 17px !important;
}
.p-17 {
  padding: 17px !important;
}
.p-t-17 {
  padding-top: 17px !important;
}
.p-r-17 {
  padding-right: 17px !important;
}
.p-b-17 {
  padding-bottom: 17px !important;
}
.p-l-17 {
  padding-left: 17px !important;
}
.m-16 {
  margin: 16px !important;
}
.m-t-16 {
  margin-top: 16px !important;
}
.m-r-16 {
  margin-right: 16px !important;
}
.m-b-16 {
  margin-bottom: 16px !important;
}
.m-l-16 {
  margin-left: 16px !important;
}
.p-16 {
  padding: 16px !important;
}
.p-t-16 {
  padding-top: 16px !important;
}
.p-r-16 {
  padding-right: 16px !important;
}
.p-b-16 {
  padding-bottom: 16px !important;
}
.p-l-16 {
  padding-left: 16px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.m-14 {
  margin: 14px !important;
}
.m-t-14 {
  margin-top: 14px !important;
}
.m-r-14 {
  margin-right: 14px !important;
}
.m-b-14 {
  margin-bottom: 14px !important;
}
.m-l-14 {
  margin-left: 14px !important;
}
.p-14 {
  padding: 14px !important;
}
.p-t-14 {
  padding-top: 14px !important;
}
.p-r-14 {
  padding-right: 14px !important;
}
.p-b-14 {
  padding-bottom: 14px !important;
}
.p-l-14 {
  padding-left: 14px !important;
}
.m-13 {
  margin: 13px !important;
}
.m-t-13 {
  margin-top: 13px !important;
}
.m-r-13 {
  margin-right: 13px !important;
}
.m-b-13 {
  margin-bottom: 13px !important;
}
.m-l-13 {
  margin-left: 13px !important;
}
.p-13 {
  padding: 13px !important;
}
.p-t-13 {
  padding-top: 13px !important;
}
.p-r-13 {
  padding-right: 13px !important;
}
.p-b-13 {
  padding-bottom: 13px !important;
}
.p-l-13 {
  padding-left: 13px !important;
}
.m-12 {
  margin: 12px !important;
}
.m-t-12 {
  margin-top: 12px !important;
}
.m-r-12 {
  margin-right: 12px !important;
}
.m-b-12 {
  margin-bottom: 12px !important;
}
.m-l-12 {
  margin-left: 12px !important;
}
.p-12 {
  padding: 12px !important;
}
.p-t-12 {
  padding-top: 12px !important;
}
.p-r-12 {
  padding-right: 12px !important;
}
.p-b-12 {
  padding-bottom: 12px !important;
}
.p-l-12 {
  padding-left: 12px !important;
}
.m-11 {
  margin: 11px !important;
}
.m-t-11 {
  margin-top: 11px !important;
}
.m-r-11 {
  margin-right: 11px !important;
}
.m-b-11 {
  margin-bottom: 11px !important;
}
.m-l-11 {
  margin-left: 11px !important;
}
.p-11 {
  padding: 11px !important;
}
.p-t-11 {
  padding-top: 11px !important;
}
.p-r-11 {
  padding-right: 11px !important;
}
.p-b-11 {
  padding-bottom: 11px !important;
}
.p-l-11 {
  padding-left: 11px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.m-9 {
  margin: 9px !important;
}
.m-t-9 {
  margin-top: 9px !important;
}
.m-r-9 {
  margin-right: 9px !important;
}
.m-b-9 {
  margin-bottom: 9px !important;
}
.m-l-9 {
  margin-left: 9px !important;
}
.p-9 {
  padding: 9px !important;
}
.p-t-9 {
  padding-top: 9px !important;
}
.p-r-9 {
  padding-right: 9px !important;
}
.p-b-9 {
  padding-bottom: 9px !important;
}
.p-l-9 {
  padding-left: 9px !important;
}
.m-8 {
  margin: 8px !important;
}
.m-t-8 {
  margin-top: 8px !important;
}
.m-r-8 {
  margin-right: 8px !important;
}
.m-b-8 {
  margin-bottom: 8px !important;
}
.m-l-8 {
  margin-left: 8px !important;
}
.p-8 {
  padding: 8px !important;
}
.p-t-8 {
  padding-top: 8px !important;
}
.p-r-8 {
  padding-right: 8px !important;
}
.p-b-8 {
  padding-bottom: 8px !important;
}
.p-l-8 {
  padding-left: 8px !important;
}
.m-7 {
  margin: 7px !important;
}
.m-t-7 {
  margin-top: 7px !important;
}
.m-r-7 {
  margin-right: 7px !important;
}
.m-b-7 {
  margin-bottom: 7px !important;
}
.m-l-7 {
  margin-left: 7px !important;
}
.p-7 {
  padding: 7px !important;
}
.p-t-7 {
  padding-top: 7px !important;
}
.p-r-7 {
  padding-right: 7px !important;
}
.p-b-7 {
  padding-bottom: 7px !important;
}
.p-l-7 {
  padding-left: 7px !important;
}
.m-6 {
  margin: 6px !important;
}
.m-t-6 {
  margin-top: 6px !important;
}
.m-r-6 {
  margin-right: 6px !important;
}
.m-b-6 {
  margin-bottom: 6px !important;
}
.m-l-6 {
  margin-left: 6px !important;
}
.p-6 {
  padding: 6px !important;
}
.p-t-6 {
  padding-top: 6px !important;
}
.p-r-6 {
  padding-right: 6px !important;
}
.p-b-6 {
  padding-bottom: 6px !important;
}
.p-l-6 {
  padding-left: 6px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.m-4 {
  margin: 4px !important;
}
.m-t-4 {
  margin-top: 4px !important;
}
.m-r-4 {
  margin-right: 4px !important;
}
.m-b-4 {
  margin-bottom: 4px !important;
}
.m-l-4 {
  margin-left: 4px !important;
}
.p-4 {
  padding: 4px !important;
}
.p-t-4 {
  padding-top: 4px !important;
}
.p-r-4 {
  padding-right: 4px !important;
}
.p-b-4 {
  padding-bottom: 4px !important;
}
.p-l-4 {
  padding-left: 4px !important;
}
.m-3 {
  margin: 3px !important;
}
.m-t-3 {
  margin-top: 3px !important;
}
.m-r-3 {
  margin-right: 3px !important;
}
.m-b-3 {
  margin-bottom: 3px !important;
}
.m-l-3 {
  margin-left: 3px !important;
}
.p-3 {
  padding: 3px !important;
}
.p-t-3 {
  padding-top: 3px !important;
}
.p-r-3 {
  padding-right: 3px !important;
}
.p-b-3 {
  padding-bottom: 3px !important;
}
.p-l-3 {
  padding-left: 3px !important;
}
.m-2 {
  margin: 2px !important;
}
.m-t-2 {
  margin-top: 2px !important;
}
.m-r-2 {
  margin-right: 2px !important;
}
.m-b-2 {
  margin-bottom: 2px !important;
}
.m-l-2 {
  margin-left: 2px !important;
}
.p-2 {
  padding: 2px !important;
}
.p-t-2 {
  padding-top: 2px !important;
}
.p-r-2 {
  padding-right: 2px !important;
}
.p-b-2 {
  padding-bottom: 2px !important;
}
.p-l-2 {
  padding-left: 2px !important;
}
.m-1 {
  margin: 1px !important;
}
.m-t-1 {
  margin-top: 1px !important;
}
.m-r-1 {
  margin-right: 1px !important;
}
.m-b-1 {
  margin-bottom: 1px !important;
}
.m-l-1 {
  margin-left: 1px !important;
}
.p-1 {
  padding: 1px !important;
}
.p-t-1 {
  padding-top: 1px !important;
}
.p-r-1 {
  padding-right: 1px !important;
}
.p-b-1 {
  padding-bottom: 1px !important;
}
.p-l-1 {
  padding-left: 1px !important;
}
.m-0 {
  margin: 0px !important;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-r-0 {
  margin-right: 0px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-l-0 {
  margin-left: 0px !important;
}
.p-0 {
  padding: 0px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
/* LOOP - Font Size */
.f-s-20 {
  font-size: 20px !important;
}
.f-s-19 {
  font-size: 19px !important;
}
.f-s-18 {
  font-size: 18px !important;
}
.f-s-17 {
  font-size: 17px !important;
}
.f-s-16 {
  font-size: 16px !important;
}
.f-s-15 {
  font-size: 15px !important;
}
.f-s-14 {
  font-size: 14px !important;
}
.f-s-13 {
  font-size: 13px !important;
}
.f-s-12 {
  font-size: 12px !important;
}
.f-s-11 {
  font-size: 11px !important;
}
.f-s-10 {
  font-size: 10px !important;
}
.f-s-9 {
  font-size: 9px !important;
}
.f-s-8 {
  font-size: 8px !important;
}
.table-valign-middle th,
.table-valign-middle td {
  vertical-align: middle !important;
}
.table-th-valign-middle th,
.table-td-valign-middle td {
  vertical-align: middle !important;
}
.table-valign-top th,
.table-valign-top td {
  vertical-align: top !important;
}
.table-th-valign-top th,
.table-td-valign-top td {
  vertical-align: top !important;
}
.table-valign-bottom th,
.table-valign-bottom td {
  vertical-align: bottom !important;
}
.table-th-valign-bottom th,
.table-td-valign-bottom td {
  vertical-align: bottom !important;
}
.vertical-box {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  height: 100%;
  width: 100%;
}
.vertical-box-column {
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.vertical-box-row {
  display: table-row;
  height: 100%;
}
.vertical-box-row > .vertical-box-cell {
  position: relative;
  height: 100%;
  width: 100%;
  float: none;
}
.vertical-box-row > .vertical-box-cell > .vertical-box-inner-cell {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.panel-expand .vertical-box .vertical-box-column {
  display: table-cell;
}
.page-content-full-height .content {
  position: absolute;
  left: 0;
  top: 54px;
  right: 0;
  bottom: -1px;
}
.no-rounded-corner {
  -webkit-background-clip: padding-box !important;
  -moz-background-clip: padding !important;
  background-clip: padding-box !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.rounded-corner {
  -webkit-background-clip: padding-box !important;
  -moz-background-clip: padding !important;
  background-clip: padding-box !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.no-border {
  border: 0 !important;
}
.border-top-1 {
  border-top: 1px solid #eee !important;
}
.border-right-1 {
  border-right: 1px solid #eee !important;
}
.border-bottom-1 {
  border-bottom: 1px solid #eee !important;
}
.border-left-1 {
  border-left: 1px solid #eee !important;
}
.no-box-shadow {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.text-inverse {
  color: #2d353c !important;
}
a.text-inverse:hover,
a.text-inverse:focus {
  color: #a9b5bf !important;
}
.text-success {
  color: #00acac !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #2dffff !important;
}
.text-info {
  color: #49b6d6 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b1e0ed !important;
}
.text-primary {
  color: #348fe2 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a4cdf2 !important;
}
.text-warning {
  color: #e3fa3e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f5fdba !important;
}
.text-danger {
  color: #ff5b57 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffd7d7 !important;
}
.text-white {
  color: #fff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #f0f3f4 !important;
}
.bg-white {
  background: #ffffff !important;
}
.bg-silver-lighter {
  background: #ffffff !important;
}
.bg-silver {
  background: #f0f3f4 !important;
}
.bg-silver-darker {
  background: #c4d0d4 !important;
}
.bg-black {
  background: #2d353c !important;
}
.bg-black-darker {
  background: #010202 !important;
}
.bg-black-lighter {
  background: #a9b5bf !important;
}
.bg-grey {
  background: #b6c2c9 !important;
}
.bg-grey-darker {
  background: #6d8593 !important;
}
.bg-grey-lighter {
  background: #ffffff !important;
}
.bg-red {
  background: #ff5b57 !important;
}
.bg-red-darker {
  background: #d70500 !important;
}
.bg-red-lighter {
  background: #ffd7d7 !important;
}
.bg-orange {
  background: #f59c1a !important;
}
.bg-orange-darker {
  background: #895406 !important;
}
.bg-orange-lighter {
  background: #fad194 !important;
}
.bg-yellow {
  background: #e3fa3e !important;
}
.bg-yellow-darker {
  background: #9eb405 !important;
}
.bg-yellow-lighter {
  background: #f5fdba !important;
}
.bg-green {
  background: #00acac !important;
}
.bg-green-darker {
  background: #002d2d !important;
}
.bg-green-lighter {
  background: #2dffff !important;
}
.bg-blue {
  background: #348fe2 !important;
}
.bg-blue-darker {
  background: #134e84 !important;
}
.bg-blue-lighter {
  background: #a4cdf2 !important;
}
.bg-aqua {
  background: #49b6d6 !important;
}
.bg-aqua-darker {
  background: #1d6b82 !important;
}
.bg-aqua-lighter {
  background: #b1e0ed !important;
}
.bg-purple {
  background: #727cb6 !important;
}
.bg-purple-darker {
  background: #39416f !important;
}
.bg-purple-lighter {
  background: #c6cae1 !important;
}
.no-bg {
  background: none !important;
}
.height-xs {
  height: 150px !important;
}
.height-sm {
  height: 300px !important;
}
.height-md {
  height: 450px !important;
}
.height-lg {
  height: 600px !important;
}
.height-full {
  height: 100% !important;
}
.height-50 {
  height: 50px !important;
}
.height-100 {
  height: 100px !important;
}
.height-150 {
  height: 150px !important;
}
.height-200 {
  height: 200px !important;
}
.height-250 {
  height: 250px !important;
}
.height-300 {
  height: 300px !important;
}
.height-350 {
  height: 350px !important;
}
.height-400 {
  height: 400px !important;
}
.height-450 {
  height: 450px !important;
}
.height-500 {
  height: 500px !important;
}
.height-550 {
  height: 550px !important;
}
.height-600 {
  height: 600px !important;
}
.width-xs {
  width: 150px !important;
}
.width-sm {
  width: 300px !important;
}
.width-md {
  width: 450px !important;
}
.width-lg {
  width: 600px !important;
}
.width-full {
  width: 100% !important;
}
.width-50 {
  width: 50px !important;
}
.width-100 {
  width: 100px !important;
}
.width-150 {
  width: 150px !important;
}
.width-200 {
  width: 200px !important;
}
.width-250 {
  width: 250px !important;
}
.width-300 {
  width: 300px !important;
}
.width-350 {
  width: 350px !important;
}
.width-400 {
  width: 400px !important;
}
.width-450 {
  width: 450px !important;
}
.width-500 {
  width: 500px !important;
}
.width-550 {
  width: 550px !important;
}
.width-600 {
  width: 600px !important;
}
.animated {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fade {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.fade.in {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.text-ellipsis {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.underline {
  border-bottom: 1px solid #e2e7eb !important;
}
/* Pace Loader Setting */
.pace-inactive {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.pace {
  background: #2d353c;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 1020;
}
.pace-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 2px;
  background: #00acac;
  -moz-transition: width 1s;
  -ms-transition: width 1s;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  z-index: 2000;
}
.pace:before {
  content: '';
  background: #242a30;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #00acac;
  border-left-color: #00acac;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Page Setting */
body.page-navbar-fixed-top {
  padding-top: 70px;
}
body.page-navbar-fixed-top-sm {
  padding-top: 51px;
}
/* Page Section List */
/* Home Element Setting */
.home {
  padding: 0 !important;
  color: #fff;
}
.home-content {
  z-index: 1020;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #8F8E8E;
  margin-top: -120px;
  padding: 0 15px;
  text-align: center;
}
.home-content h1,
.home-content h2,
.home-content h3,
.home-content h4 {
  color: #fff;
  margin: 0 0 30px;
  font-weight: 300;
}
.home-content h1 {
  font-size: 64px;
  font-weight: 600;
}
.home-content h3 {
  font-size: 32px;
}
.home-content p {
  margin-bottom: 60px;
}
.home-content a:hover,
.home-content a:focus {
  color: #fff;
}
.home-content .btn + .btn {
  margin-left: 15px;
}
/* About Us Author Setting */
.about-author {
  position: relative;
}
.about-author .quote {
  position: relative;
  padding: 30px 60px;
  margin-bottom: 15px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.about-author .quote:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 95px;
  border: 10px solid transparent;
  border-top-color: #f0f3f4;
  border-left-color: #f0f3f4;
}
.about-author .quote h3 {
  margin: 0;
  font-weight: 300;
  color: #707478;
  font-style: italic;
  line-height: 30px;
}
.about-author .fa.fa-quote-left,
.about-author .fa.fa-quote-right {
  font-size: 14px;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -14px;
  line-height: 28px;
  top: 30px;
  color: #D5D9DA;
}
.about-author .fa.fa-quote-right {
  left: auto;
  right: 30px;
  bottom: 30px;
  margin-top: 0;
  margin-bottom: -14px;
  top: auto;
}
.about-author .author {
  position: relative;
  text-align: right;
  padding-left: 100px;
  margin-bottom: 15px;
}
.about-author .author .image {
  position: absolute;
  left: -10px;
  top: -40px;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 50%;
  width: 100px;
  overflow: hidden;
}
.about-author .author .image img {
  max-width: 100%;
}
.about-author .author .info {
  color: #242a30;
  font-weight: 600;
  font-size: 14px;
}
.about-author .author .info small {
  display: block;
  color: #999;
  font-size: 12px;
  font-weight: normal;
}
.about-author .author .info a {
  font-weight: normal;
  font-size: 12px;
  display: block;
}
/* About Us Skills Setting */
.skills .skills-name {
  font-size: 12px;
  color: #242a30;
  margin-bottom: 5px;
  font-weight: 600;
}
/* About Us Milestone Setting */
.milestone {
  text-align: center;
}
.milestone .number {
  font-size: 42px;
  color: #fff;
  font-weight: 300;
}
.milestone .title {
  color: #8F8E8E;
}
.milestone-col + .milestone-col {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
/* Team Element Setting */
.team {
  text-align: center;
  padding: 0 30px;
}
.team .image {
  display: inline-block;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  overflow: hidden;
}
.team .image img {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}
.team .info {
  margin-top: 15px;
}
.team .name {
  margin-bottom: 5px;
}
.team .title {
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: 600;
}
.team p {
  margin-bottom: 15px;
}
.team .social a {
  border-radius: 300px;
  border: 1px solid #ccc;
  padding: 5px;
  width: 40px;
  height: 40px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  color: #ccc;
}
.team .social a + a {
  margin-left: 5px;
}
/* Quote Element Setting */
.quote {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.quote .fa-quote-left,
.quote .fa-quote-right {
  color: #fff;
  font-size: 14px;
  position: relative;
  top: -14px;
}
.quote small {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
}
/* Service Element Setting */
.service {
  margin-bottom: 30px;
}
.service .icon {
  float: left;
  width: 50px;
  height: 50px;
  background: #242a30;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.service .title {
  margin-bottom: 5px;
}
.service .icon + .info {
  margin-left: 70px;
}
.service.service-vertical {
  text-align: center;
}
.service.service-vertical .icon {
  float: none;
  margin: 0 auto 15px;
}
.service.service-vertical .info {
  margin: 0;
}
/*  Work Element Setting */
.work {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.work .image img {
  max-width: 100%;
}
.work:hover .desc,
.work:focus .desc {
  margin-top: -62px;
}
.work .desc {
  padding: 12px 15px;
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.7);
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.work .desc .desc-title {
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: 600;
}
.work .desc .desc-text {
  font-size: 12px;
  color: #ccc;
  display: block;
}
/* Action Box Element Setting */
.action-box h3 {
  margin-bottom: 5px;
  margin-top: 3px;
}
.action-box p {
  margin-bottom: 0px;
}
.action-box .icon-large {
  font-size: 48px;
  float: left;
  margin-right: 20px;
  line-height: 50px;
  width: 50px;
  text-align: center;
}
.action-box .btn {
  margin-top: -3px;
}
/* Testimonial Element Setting */
.testimonials {
  padding-bottom: 50px;
}
.testimonials .item {
  padding-top: 15px;
}
.testimonials .carousel-indicators {
  bottom: 0;
}
.testimonials blockquote {
  border: none;
  text-align: center;
  color: #fff;
  position: relative;
  font-weight: 300;
  margin-bottom: 15px;
}
.testimonials blockquote .fa-quote-left,
.testimonials blockquote .fa-quote-right {
  font-size: 28px;
  position: absolute;
  margin-left: 15px;
  margin-top: 15px;
  color: #8F8E8E;
}
.testimonials blockquote .fa-quote-left {
  margin-left: -43px;
  margin-top: -15px;
}
.testimonials .name {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}
.testimonials .name span {
  margin-left: 5px;
}
.testimonials .carousel-indicators li {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.testimonials .carousel-indicators li:hover,
.testimonials .carousel-indicators li:focus {
  background: rgba(255, 255, 255, 0.7);
}
.testimonials .carousel-indicators li.active {
  background: #fff;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 12px;
  height: 12px;
  margin: 1px 3px;
}
/* Pricing Element Setting */
.pricing-table {
  list-style-type: none;
  margin: 0 -10px;
  padding: 0;
  text-align: center;
}
.pricing-table > li {
  float: left;
  padding: 10px;
}
.pricing-table.col-4 > li {
  width: 25%;
}
.pricing-table.col-3 > li {
  width: 33.33333%;
}
.pricing-table .pricing-container {
  overflow: hidden;
  border-radius: 6px;
  background: #f0f3f4;
  box-shadow: 0 3px #b6c2c9;
}
.pricing-table h3 {
  background: #242a30;
  margin: 0;
  color: #fff;
  font-size: 14px;
  padding: 15px 30px;
}
.pricing-table .features {
  list-style-type: none;
  margin: 0;
  padding: 0 30px;
}
.pricing-table .features > li {
  padding: 10px 0;
}
.pricing-table .features > li + li {
  border-top: 1px solid #e2e7eb;
}
.pricing-table .price {
  width: 100%;
  display: table;
  background: #2d353c;
}
.pricing-table .price .price-figure {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  height: 80px;
}
.pricing-table .price .price-number {
  font-size: 28px;
  color: #00a3a3;
  display: block;
}
.pricing-table .price .price-tenure {
  font-size: 12px;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  text-align: center;
}
.pricing-table .footer {
  padding: 15px 20px;
}
.pricing-table .highlight {
  padding: 0px;
  margin-top: -30px;
}
.pricing-table .highlight .features > li {
  padding: 15px 0;
}
.pricing-table .highlight h3 {
  padding: 20px 30px;
}
.pricing-table .highlight .price .price-figure {
  height: 90px;
}
.pricing-table .highlight .price .price-number {
  color: #fff;
}
/* Component List */
/* Button */
.btn {
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-outline {
  color: #fff;
  border-width: 2px;
  border-color: #8F8E8E;
  background: none;
}
.btn.btn-outline :hover,
.btn.btn-outline :focus {
  border-color: #fff;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
.btn-icon,
.btn.btn-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
}
.btn-icon.btn-xs,
.btn.btn-icon.btn-xs {
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 16px;
}
.btn-icon.btn-sm,
.btn.btn-icon.btn-sm {
  width: 22px;
  height: 22px;
  font-size: 11px;
  line-height: 22px;
}
.btn-icon.btn-lg,
.btn.btn-icon.btn-lg {
  width: 34px;
  height: 34px;
  font-size: 17px;
  line-height: 34px;
}
.btn-icon > .pull-left,
.btn.btn-icon > .pull-left,
.btn-icon > .pull-right,
.btn.btn-icon > .pull-right {
  line-height: 1.42857143;
}
.btn-circle,
.btn.btn-circle {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn-scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 1020;
}
.page-with-right-sidebar .btn-scroll-to-top {
  left: 25px;
  right: auto;
}
.btn-block {
  padding-left: 12px;
  padding-right: 12px;
}
/* 
    Button Generator (inside _mixins.less) 
    ----------------
    .generate-button-styling(@buttonClassName; @defaultColor; @hoverColor;); 
*/
.btn.btn-default {
  color: #fff;
  background: #b6c2c9;
  border-color: #b6c2c9;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-default.active {
  background: #6d8593;
  border-color: #6d8593;
}
.open .dropdown-toggle.btn-default {
  background: #6d8593;
  border-color: #6d8593;
}
.btn-group .btn.btn-default:not(.active) + .btn.btn-default,
.input-group-btn .btn.btn-default:not(.active) + .btn.btn-default {
  border-left-color: #6d8593;
}
.btn.btn-default {
  color: white;
  background: #b6c2c9;
  border-color: #b6c2c9;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-default.active {
  background: #6d8593;
  border-color: #6d8593;
}
.open .dropdown-toggle.btn-default {
  background: #6d8593;
  border-color: #6d8593;
}
.btn-group .btn.btn-default:not(.active) + .btn.btn-default,
.input-group-btn .btn.btn-default:not(.active) + .btn.btn-default {
  border-left-color: #6d8593;
}
.btn.btn-inverse {
  color: #fff;
  background: #2d353c;
  border-color: #2d353c;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus,
.btn.btn-inverse:active,
.btn.btn-inverse.active {
  background: #010202;
  border-color: #010202;
}
.open .dropdown-toggle.btn-inverse {
  background: #010202;
  border-color: #010202;
}
.btn-group .btn.btn-inverse:not(.active) + .btn.btn-inverse,
.input-group-btn .btn.btn-inverse:not(.active) + .btn.btn-inverse {
  border-left-color: #010202;
}
.btn.btn-inverse {
  color: white;
  background: #2d353c;
  border-color: #2d353c;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus,
.btn.btn-inverse:active,
.btn.btn-inverse.active {
  background: #010202;
  border-color: #010202;
}
.open .dropdown-toggle.btn-inverse {
  background: #010202;
  border-color: #010202;
}
.btn-group .btn.btn-inverse:not(.active) + .btn.btn-inverse,
.input-group-btn .btn.btn-inverse:not(.active) + .btn.btn-inverse {
  border-left-color: #010202;
}
.btn.btn-primary {
  color: #fff;
  background: #348fe2;
  border-color: #348fe2;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
  background: #134e84;
  border-color: #134e84;
}
.open .dropdown-toggle.btn-primary {
  background: #134e84;
  border-color: #134e84;
}
.btn-group .btn.btn-primary:not(.active) + .btn.btn-primary,
.input-group-btn .btn.btn-primary:not(.active) + .btn.btn-primary {
  border-left-color: #134e84;
}
.btn.btn-primary {
  color: white;
  background: #348fe2;
  border-color: #348fe2;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
  background: #134e84;
  border-color: #134e84;
}
.open .dropdown-toggle.btn-primary {
  background: #134e84;
  border-color: #134e84;
}
.btn-group .btn.btn-primary:not(.active) + .btn.btn-primary,
.input-group-btn .btn.btn-primary:not(.active) + .btn.btn-primary {
  border-left-color: #134e84;
}
.btn.btn-success {
  color: #fff;
  background: #00acac;
  border-color: #00acac;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active {
  background: #002d2d;
  border-color: #002d2d;
}
.open .dropdown-toggle.btn-success {
  background: #002d2d;
  border-color: #002d2d;
}
.btn-group .btn.btn-success:not(.active) + .btn.btn-success,
.input-group-btn .btn.btn-success:not(.active) + .btn.btn-success {
  border-left-color: #002d2d;
}
.btn.btn-success {
  color: white;
  background: #00acac;
  border-color: #00acac;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active {
  background: #002d2d;
  border-color: #002d2d;
}
.open .dropdown-toggle.btn-success {
  background: #002d2d;
  border-color: #002d2d;
}
.btn-group .btn.btn-success:not(.active) + .btn.btn-success,
.input-group-btn .btn.btn-success:not(.active) + .btn.btn-success {
  border-left-color: #002d2d;
}
.btn.btn-warning {
  color: #fff;
  background: #f59c1a;
  border-color: #f59c1a;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning.active {
  background: #895406;
  border-color: #895406;
}
.open .dropdown-toggle.btn-warning {
  background: #895406;
  border-color: #895406;
}
.btn-group .btn.btn-warning:not(.active) + .btn.btn-warning,
.input-group-btn .btn.btn-warning:not(.active) + .btn.btn-warning {
  border-left-color: #895406;
}
.btn.btn-warning {
  color: white;
  background: #f59c1a;
  border-color: #f59c1a;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning.active {
  background: #895406;
  border-color: #895406;
}
.open .dropdown-toggle.btn-warning {
  background: #895406;
  border-color: #895406;
}
.btn-group .btn.btn-warning:not(.active) + .btn.btn-warning,
.input-group-btn .btn.btn-warning:not(.active) + .btn.btn-warning {
  border-left-color: #895406;
}
.btn.btn-danger {
  color: #fff;
  background: #ff5b57;
  border-color: #ff5b57;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.active {
  background: #d70500;
  border-color: #d70500;
}
.open .dropdown-toggle.btn-danger {
  background: #d70500;
  border-color: #d70500;
}
.btn-group .btn.btn-danger:not(.active) + .btn.btn-danger,
.input-group-btn .btn.btn-danger:not(.active) + .btn.btn-danger {
  border-left-color: #d70500;
}
.btn.btn-danger {
  color: white;
  background: #ff5b57;
  border-color: #ff5b57;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.active {
  background: #d70500;
  border-color: #d70500;
}
.open .dropdown-toggle.btn-danger {
  background: #d70500;
  border-color: #d70500;
}
.btn-group .btn.btn-danger:not(.active) + .btn.btn-danger,
.input-group-btn .btn.btn-danger:not(.active) + .btn.btn-danger {
  border-left-color: #d70500;
}
.btn.btn-info {
  color: #fff;
  background: #49b6d6;
  border-color: #49b6d6;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active {
  background: #1d6b82;
  border-color: #1d6b82;
}
.open .dropdown-toggle.btn-info {
  background: #1d6b82;
  border-color: #1d6b82;
}
.btn-group .btn.btn-info:not(.active) + .btn.btn-info,
.input-group-btn .btn.btn-info:not(.active) + .btn.btn-info {
  border-left-color: #1d6b82;
}
.btn.btn-info {
  color: white;
  background: #49b6d6;
  border-color: #49b6d6;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active {
  background: #1d6b82;
  border-color: #1d6b82;
}
.open .dropdown-toggle.btn-info {
  background: #1d6b82;
  border-color: #1d6b82;
}
.btn-group .btn.btn-info:not(.active) + .btn.btn-info,
.input-group-btn .btn.btn-info:not(.active) + .btn.btn-info {
  border-left-color: #1d6b82;
}
.btn.btn-white {
  font-weight: normal;
  color: #333;
  background: #fff;
  border-color: #e2e7eb;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active,
.btn.btn-white.active {
  background: #e2e7eb;
  border-color: #d8dde1;
}
.btn.btn-white.btn-white-without-border {
  border-color: #fff;
}
.btn.btn-white.btn-white-without-border.active,
.btn.btn-white.btn-white-without-border.active:hover,
.btn.btn-white.btn-white-without-border.active:focus {
  border-color: #ddd;
}
.btn.btn-white.btn-white-without-border:hover,
.btn.btn-white.btn-white-without-borderfocus {
  border-color: #eee;
}
.open .dropdown-toggle.btn-white {
  background: #e2e7eb;
  border-color: #d8dde1;
}
.btn-group .btn.btn-white:not(.active) + .btn.btn-white,
.input-group-btn .btn.btn-white:not(.active) + .btn.btn-white {
  border-left-color: #eee;
}
/* Form Elements */
.form-control {
  border: 2px solid #ccd0d4;
  font-size: 12px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control.input-white {
  background: #fff;
  border-color: #fff;
}
.form-control.input-white:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: #e5e9ed;
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.form-control[disabled]:focus,
.form-control[readonly]:focus,
fieldset[disabled] .form-control:focus {
  border: 1px solid #ccd0d4;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #9fa2a5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-horizontal.form-bordered .form-group {
  border-bottom: 1px solid #eee;
  margin: 0;
}
.form-horizontal.form-bordered .form-group:last-child {
  border-bottom: 0;
}
.form-horizontal.form-bordered .form-group > .control-label {
  padding: 22px 15px 15px;
}
.form-horizontal.form-bordered .form-group > div {
  padding: 15px;
}
.form-horizontal.form-bordered .form-group > div {
  border-left: 1px solid #eee;
}
.form-horizontal.form-bordered .form-group > .control-label {
  border-right: 1px solid #eee;
  margin-right: -1px;
}
.form-horizontal.form-bordered .has-feedback .form-control-feedback {
  top: 15px;
}
label {
  font-weight: 500;
}
.has-success .form-control,
.has-success .form-control:focus,
.has-warning .form-control,
.has-warning .form-control:focus,
.has-error .form-control,
.has-error .form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success .form-control-feedback {
  color: #00acac;
}
.has-success .form-control {
  border-color: #00acac;
}
.has-success .form-control:focus {
  border-color: #002d2d;
}
.has-success .form-control .has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning .form-control-feedback {
  color: #f59c1a;
}
.has-warning .form-control {
  border-color: #f59c1a;
}
.has-warning .form-control:focus {
  border-color: #895406;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .form-control-feedback {
  color: #ff5b57;
}
.has-error .form-control {
  border-color: #ff5b57;
}
.has-error .form-control:focus {
  border-color: #d70500;
}
.form-control-feedback {
  line-height: 34px;
}
select.form-control {
  border-color: #ccd0d4;
}
select[multiple].form-control {
  border-color: #ccd0d4;
}
.input-group-addon {
  background: #e2e7eb;
  border: none;
}
legend {
  padding-bottom: 3px;
  border-bottom: 1px solid #e2e7eb;
}
/* Progress bar */
.progress {
  height: 15px;
  overflow: visible;
  background: #e2e7eb;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.progress .progress-bar {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: relative;
}
.progress .progress-bar .progress-number {
  position: absolute;
  right: 0;
  bottom: 100%;
  background: #333;
  padding: 2px 6px 1px;
  margin-bottom: 5px;
  display: block;
  line-height: 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .progress-bar .progress-number :before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
  border: 5px solid transparent;
  border-top-color: #333;
}
.progress .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-xs {
  height: 5px;
}
.progress-xs .progress-bar {
  line-height: 5px;
}
.progress-sm {
  height: 10px;
}
.progress-sm .progress-bar {
  line-height: 10px;
}
.progress-lg {
  height: 30px;
}
.progress-lg .progress-bar {
  line-height: 30px;
}
.progress-bar {
  background: #348fe2;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar.progress-bar-success {
  background-color: #00acac;
}
.progress-bar.progress-bar-info {
  background-color: #49b6d6;
}
.progress-bar.progress-bar-warning {
  background-color: #f59c1a;
}
.progress-bar.progress-bar-danger {
  background-color: #ff5b57;
}
.progress-bar.progress-bar-inverse {
  background-color: #2d353c;
}
.progress-bar.progress-bar-purple {
  background-color: #727cb6;
}
/* Dropdown Menu */
.dropdown-menu {
  border: none;
  font-size: 12px;
  -moz-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
}
.dropdown-menu > li > a {
  padding: 5px 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #edf0f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #348fe2;
}
.dropdown-menu .divider {
  border-color: #eee;
}
.dropdown-menu.media-list {
  max-width: 280px;
  padding: 0;
}
.dropdown-menu.media-list p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.dropdown-menu.media-list .dropdown-header {
  padding: 10px 20px !important;
  background: #fafafa;
}
.dropdown-menu.media-list > .media {
  margin-top: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: -1px;
}
.dropdown-menu.media-list > .media > a {
  display: block;
  padding: 10px 20px !important;
}
.dropdown-menu.media-list > .media .media-object {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.dropdown-footer {
  padding: 10px 20px;
}
.dropdown-menu > li.dropdown-footer > a {
  padding: 0 !important;
  display: inline !important;
}
.dropdown-menu > li.dropdown-footer > a:hover,
.dropdown-menu > li.dropdown-footer > a:focus {
  background: none !important;
  text-decoration: underline !important;
}
/* Tooltip */
.tooltip-inner {
  padding: 4px 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* Alert */
.alert {
  border: none;
}
.alert.alert-success {
  background: #7cdda7;
}
.alert.alert-info {
  background: #93cfe5;
}
.alert.alert-danger {
  background: #f8b2b2;
}
.alert.alert-warning {
  background: #ffead0;
}
/* Note Setting */
.note {
  margin-bottom: 20px;
  padding: 15px;
  border-left: 3px solid;
}
.note.note-success {
  border-color: #4a8564;
  background: #b0ebca;
  color: #3c763d;
}
.note.note-success h1,
.note.note-success h2,
.note.note-success h3,
.note.note-success h4,
.note.note-success h5,
.note.note-success h6 {
  color: #3c763d;
}
.note.note-danger {
  border-color: #986e6e;
  background: #fbd1d1;
  color: #a94442;
}
.note.note-danger h1,
.note.note-danger h2,
.note.note-danger h3,
.note.note-danger h4,
.note.note-danger h5,
.note.note-danger h6 {
  color: #a94442;
}
.note.note-info {
  border-color: #587c89;
  background: #bee2ef;
  color: #31708f;
}
.note.note-info h1,
.note.note-info h2,
.note.note-info h3,
.note.note-info h4,
.note.note-info h5,
.note.note-info h6 {
  color: #31708f;
}
.note.note-warning {
  border-color: #9d9080;
  background: #fff2e3;
  color: #8a6d3b;
}
.note.note-warning h1,
.note.note-warning h2,
.note.note-warning h3,
.note.note-warning h4,
.note.note-warning h5,
.note.note-warning h6 {
  color: #8a6d3b;
}
/* Badge & Label Setting */
.badge {
  font-size: 75%;
  line-height: 1.25;
  font-weight: 600;
}
.label {
  font-size: 75%;
  font-weight: 600;
}
.badge.badge-square {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.badge.badge-default,
.label.label-default {
  background: #b6c2c9;
}
.badge.badge-danger,
.label.label-danger {
  background: #ff5b57;
}
.badge.badge-warning,
.label.label-warning {
  background: #f59c1a;
}
.badge.badge-success,
.label.label-success {
  background: #00acac;
}
.badge.badge-info,
.label.label-info {
  background: #49b6d6;
}
.badge.badge-primary,
.label.label-primary {
  background: #348fe2;
}
.badge.badge-inverse,
.label.label-inverse {
  background: #2d353c;
}
/* Pagination & pager */
.pager li > a,
.pager li > span,
.pagination > li > a {
  border-color: #e2e7eb;
  color: #010202;
}
.pager.pager-without-border li > a,
.pager.pager-without-border li > span,
.pagination.pagination-without-border > li > a {
  border-color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pager > .disabled > span,
.pager > .disabled > a {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  border-color: #ddd;
}
.pagination > li > a {
  color: #010202;
  margin-left: 5px;
  -webkit-background-clip: padding-box !important;
  -moz-background-clip: padding !important;
  background-clip: padding-box !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.pagination > li:first-child > a {
  margin-left: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  font-size: 10px;
  margin-left: 4px;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  font-size: 14px;
  margin-left: 6px;
}
.pager li > a:hover,
.pager li > a:focus,
.pager li > span:hover,
.pager li > span:focus,
.pagination > li > a:hover,
.pagination > li > a:focus {
  color: #010202;
  background: #e2e7eb;
  border-color: #d8dde1;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #010202 !important;
  border-color: #010202 !important;
}
/* Nav Setting */
.nav > li > a {
  color: #6e7179;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #333;
  background: #fafafa;
}
/* Nav Tabs */
.nav-tabs,
.nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: none !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  color: #010202;
}
.nav-tabs {
  background: #c1ccd1;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.nav-tabs.nav-tabs-inverse {
  background: #010202;
}
.nav-tabs.nav-justified > li > a {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.nav-tabs.nav-tabs-inverse > li.active > a,
.nav-tabs.nav-tabs-inverse > li.active > a:hover,
.nav-tabs.nav-tabs-inverse > li.active > a:focus {
  background: #fff;
}
.nav-tabs.nav-tabs-inverse > li > a:hover,
.nav-tabs.nav-tabs-inverse > li > a:focus {
  color: #fff;
  background: none;
}
.nav-tabs > li,
.nav-tabs.nav-justified > li {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  margin-right: 5px;
  line-height: 20px;
}
/* Nav Pills */
.nav-pills {
  margin-bottom: 10px;
}
.nav-pills > li + li {
  margin-left: 5px;
}
.nav-pills > li > a {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #010202;
}
.nav-stacked > li + li {
  margin-left: 0;
  margin-top: 5px;
}
/* Tab Content */
.tab-content {
  padding: 15px;
  margin-bottom: 20px;
  background: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nav-tabs + .tab-content {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
/* Panel */
.panel {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.panel.panel-no-rounded-corner .panel-heading,
.panel.panel-no-rounded-corner .panel-body,
.panel.panel-no-rounded-corner .panel-footer {
  -webkit-background-clip: padding-box !important;
  -moz-background-clip: padding !important;
  background-clip: padding-box !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.panel .tab-content {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.panel-heading {
  padding: 10px 15px;
  border: none;
}
.panel-heading + .table,
.panel-heading + .slimScrollDiv {
  border-top: 1px solid #eee;
}
.panel-heading .panel-heading-btn {
  float: right;
}
.panel-heading .panel-heading-btn > a {
  margin-left: 8px;
}
.panel-heading .btn-group .btn {
  margin-top: -7px;
}
.panel-heading .btn-group .btn.btn-sm {
  margin-top: -5px;
}
.panel-heading .btn-group .btn.btn-xs {
  margin-top: -1px;
}
.panel-heading .label.pull-left,
.panel-heading .label.pull-right {
  line-height: 15px;
}
.panel-heading .progress.pull-right,
.panel-heading .progress.pull-left {
  width: 40%;
  min-width: 120px;
}
.panel-heading + .alert {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.panel-heading .nav-tabs {
  margin-top: -10px;
  margin-right: -15px;
}
.panel-heading .nav-tabs > li > a {
  padding: 10px 15px;
  line-height: 20px;
}
.panel-with-tabs .panel-heading {
  background: #c1ccd1 !important;
  color: #333 !important;
}
.panel-title {
  line-height: 20px;
  font-size: 12px;
}
.panel-title .accordion-toggle {
  margin: -10px -15px;
  padding: 10px 15px;
}
.panel-title .accordion-toggle.accordion-toggle-styled .fa:before {
  content: '\f056';
}
.panel-title .accordion-toggle.accordion-toggle-styled.collapsed .fa:before {
  content: '\f055';
}
.panel-title .pull-right {
  line-height: 20px;
}
.panel-toolbar {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
  background: #fff;
}
.panel-toolbar + .form-control {
  margin: -1px 0 0;
  border-right: none;
  border-left: none;
}
.panel-group .panel {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control + .panel-footer {
  border-top: none;
}
.panel-body {
  padding: 15px;
}
.panel-body.no-border {
  border: none !important;
}
.panel-body.panel-table,
.panel-body.panel-form,
.panel-body.no-padding,
.panel-body.panel-full-width {
  padding: 0 !important;
}
.panel-body.with-table > .table {
  border: 0;
  margin: 0;
}
.panel-body.with-table > .table tr:last-child th,
.panel-body.with-table > .table tr:last-child td {
  border-bottom: 0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #eee;
}
.panel-footer {
  background: #fff;
  border-top: 1px solid #eee;
}
.panel-default > .panel-heading {
  background: #fafafa;
}
.panel-inverse > .panel-heading,
.panel-success > .panel-heading,
.panel-warning > .panel-heading,
.panel-danger > .panel-heading,
.panel-primary > .panel-heading,
.panel-info > .panel-heading {
  color: #fff;
}
.panel-inverse > .panel-heading {
  background: #010202;
}
.panel-success > .panel-heading {
  background: #002d2d;
}
.panel-warning > .panel-heading {
  background: #895406;
}
.panel-danger > .panel-heading {
  background: #d70500;
}
.panel-primary > .panel-heading {
  background: #134e84;
}
.panel-info > .panel-heading {
  background: #1d6b82;
}
/* Panel Expand */
.panel.panel-expand {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  z-index: 1080;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.panel.panel-expand .height-xs,
.panel.panel-expand .height-sm,
.panel.panel-expand .height-md,
.panel.panel-expand .height-lg,
.panel.panel-expand .height-full {
  height: 100% !important;
}
.panel.panel-expand > .panel-heading .fa.fa-expand:before {
  content: '\f066';
}
.panel.panel-expand > .panel-heading,
.panel.panel-expand > .panel-body {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.panel.panel-expand > .panel-body {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 40px;
  overflow-y: scroll;
  z-index: 1020;
}
.panel.panel-expand > .panel-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@keyframes panelExpand {
  from {
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
  }
  to {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@-webkit-keyframes panelExpand {
  from {
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
  }
  to {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
/* Panel loading */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.panel.panel-loading .panel-body {
  position: relative;
  z-index: 0;
}
.panel.panel-loading.panel-expand .panel-body {
  position: absolute;
}
.panel.panel-loading .panel-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -moz-animation: fadeIn 0.2s;
  -webkit-animation: fadeIn 0.2s;
  -o-animation: fadeIn 0.2s;
  animation: fadeIn 0.2s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  z-index: 1040;
}
/* Accordion Panel */
.panel-title a {
  display: block;
}
.panel-title a:hover,
.panel-title a:focus {
  text-decoration: none;
}
/* Table */
.table {
  border-color: #e2e7eb;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.table > thead > tr > th {
  color: #010202;
  font-weight: 600;
  border-bottom: 2px solid #e2e7eb !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-color: #e2e7eb;
  padding: 10px 15px;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 7px 15px;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: #e8ecf1 !important;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #f0f3f5;
}
.table.table-inverse > thead > tr > th,
.table.table-inverse > tbody > tr > th,
.table.table-inverse > tfoot > tr > th,
.table.table-inverse > thead > tr > td,
.table.table-inverse > tbody > tr > td,
.table.table-inverse > tfoot > tr > td {
  border-color: #999 !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.table.table-inverse,
.table.table-inverse > thead > tr > th,
.table.table-inverse > tbody > tr > th,
.table.table-inverse > tfoot > tr > th {
  color: #fff;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background: #dbf0f7;
  border-color: #b6e2ef;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background: #cceeee;
  border-color: #99dede;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background: #ffdedd;
  border-color: #ffbdbc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background: #fdebd1;
  border-color: #fbd7a3;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background: #f0f3f5;
  border-color: #e2e7e9;
}
/* Well */
.well {
  padding: 15px;
  background: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.well.well-sm {
  padding: 10px;
}
.well.well-lg {
  padding: 30px;
}
/* Jumbotron */
.jumbotron {
  background: #f0f3f4;
}
.jumbotron h1,
.jumbotron .h1 {
  font-size: 56px;
}
.jumbotron p {
  font-size: 18px;
}
/* List Group */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background: #348fe2;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #242a30;
}
.nav.nav-pills.nav-sm > li {
  margin: 0 0 3px;
}
.nav.nav-pills.nav-sm > li a {
  padding: 8px 10px;
  line-height: 1.5;
}
/* List Group Item Inverse Setting */
.list-group-item.list-group-item-inverse {
  background: #2d353c;
  border-color: #010202;
  color: #fff;
  font-weight: 300;
}
.list-group-item.list-group-item-inverse .label-inverse,
.list-group-item.list-group-item-inverse .badge-inverse {
  background: #010202;
  background: rgba(0, 0, 0, 0.4);
}
.list-group-item.list-group-item-inverse:hover,
.list-group-item.list-group-item-inverse:focus {
  color: #fff;
  background: #282F35;
}
/* Carousel */
.carousel .carousel-control .fa {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  text-align: center;
  line-height: 30px;
  margin-left: -15px;
}
.carousel .carousel-control.left .fa {
  margin-left: 15px;
}
/* Theme Panel */
.theme-panel {
  position: fixed;
  right: -180px;
  top: 200px;
  z-index: 1020;
  width: 180px;
  -moz-transition: right 0.2s linear;
  -ms-transition: right 0.2s linear;
  -webkit-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  transition: right 0.2s linear;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.theme-panel .theme-collapse-btn {
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px 0 0 4px;
  text-align: center;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.theme-panel .theme-panel-content {
  padding: 5px;
  background: #fff;
  position: relative;
  z-index: 1020;
}
.theme-panel .theme-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.theme-panel .theme-list > li {
  float: left;
}
.theme-panel .theme-list > li + li {
  margin-left: 5px;
}
.theme-panel .theme-list > li > a {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  display: block;
  position: relative;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.theme-panel .theme-list > li.active > a:before {
  content: '\f00c';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.theme-panel.active {
  right: 0;
}
/* Orange Theme */
.btn.btn-theme {
  background: #f59c1a;
  border-color: #f59c1a;
  color: #fff;
}
.btn.btn-theme .btn.btn-theme:hover,
.btn.btn-theme .btn.btn-theme:focus {
  background: #895406;
  border-color: #895406;
}
.header.navbar .navbar-nav > li.active > a,
.header.navbar .navbar-nav > li > a:hover,
.header.navbar .navbar-nav > li > a:focus,
.header.navbar.navbar-default .navbar-nav > li.active > a,
.header.navbar.navbar-default .navbar-nav > li > a:hover,
.header.navbar.navbar-default .navbar-nav > li > a:focus,
.header.navbar.navbar-transparent .navbar-nav > li.active > a,
.header.navbar.navbar-transparent .navbar-nav > li > a:hover,
.header.navbar.navbar-transparent .navbar-nav > li > a:focus,
.header.navbar.navbar-inverse .navbar-nav > li.active > a,
.header.navbar.navbar-inverse .navbar-nav > li > a:hover,
.header.navbar.navbar-inverse .navbar-nav > li > a:focus,
.header.navbar.navbar-transparent.navbar-small .navbar-nav > li.active > a,
.header.navbar.navbar-transparent.navbar-small .navbar-nav > li > a:hover,
.header.navbar.navbar-transparent.navbar-small .navbar-nav > li > a:focus,
.text-theme,
.navbar-nav .dropdown-menu > li.active > a,
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.pricing-table .price .price-number,
a {
  color: #f59c1a;
}
a:hover,
a:focus {
  color: #895406;
}
.pricing-table .highlight h3,
.pace-progress {
  background: #895406;
}
.pricing-table .highlight .price {
  background: #f59c1a;
}
.pace .pace-activity {
  border-top-color: #f59c1a;
  border-left-color: #f59c1a;
}
.brand-logo,
.footer .footer-brand-logo {
  border-color: #f59c1a #fad194 #895406;
}
/* Responsive Setting */
@media (max-width: 1200px) {
  .content.has-bg .content-bg img {
    max-height: 100%;
    max-width: inherit;
  }
  .content .content-desc {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header.navbar .navbar-nav > li > a {
    padding: 25px 10px;
  }
  .header.navbar.navbar-small .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-content h1 {
    font-size: 48px;
  }
  .home-content h3 {
    font-size: 24px;
  }
  .home-content h1,
  .home-content h2,
  .home-content h3,
  .home-content h4 {
    margin: 0 0 15px;
  }
  .home-content p {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .about-author .author {
    padding-left: 80px;
  }
  .about-author .author .image {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .header.navbar .navbar-nav > li > a {
    padding: 10px 15px;
  }
  .header.navbar.navbar-small .navbar-nav > li > a {
    padding: 10px 15px;
  }
  .header.navbar-small.navbar-transparent .navbar-collapse {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
  }
  .header.navbar-small.navbar-transparent .navbar-collapse .navbar-nav > li > a {
    color: #8F8E8E;
  }
  .navbar-transparent .navbar-collapse {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
  }
  .navbar-nav > li.dropdown:hover > .dropdown-menu,
  .navbar-nav > li.dropdown:focus > .dropdown-menu {
    display: none;
  }
  .navbar-nav > li.dropdown.open > .dropdown-menu,
  .navbar-nav > li.dropdown.open:hover > .dropdown-menu,
  .navbar-nav > li.dropdown.open:hover > .dropdown-menu {
    display: block;
    -webkit-animation: none;
    animation: none;
  }
  .navbar-nav > li.dropdown > .dropdown-menu {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
  }
  .navbar-default .navbar-nav > li.dropdown > .dropdown-menu,
  .navbar-default .navbar-nav > li.dropdown > .dropdown-menu > li + li {
    border-color: #e7e7e7;
  }
  .home-content h1 {
    font-size: 36px;
  }
  .home-content h3 {
    font-size: 18px;
  }
  .home-content h1,
  .home-content h2,
  .home-content h3,
  .home-content h4 {
    margin: 0 0 15px;
  }
  .home-content p {
    margin-bottom: 30px;
  }
  .milestone-col + .milestone-col {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 15px;
    padding-top: 15px !important;
  }
  .team {
    margin-bottom: 30px;
  }
  .action-box .btn {
    margin-top: 15px;
  }
  .pricing-table.col-4 > li,
  .pricing-table.col-3 > li {
    width: 100%;
  }
  .pricing-table .highlight {
    margin-top: 0 !important;
    padding: 10px !important;
  }
}
/*@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
*/
/*.gFontImport (@name, @weights, @subsets) {
  @import url('https://fonts.googleapis.com/css?family=@{name}:@{weights}&subset=@{subsets}');
}
.gFontImport("Open+Sans",400,latin);*/
/*

@font-face {
  font-family: 'genericadewetra';
  src:url('@{icon-font-path}Generica.eot');
  src:url('@{icon-font-path}Generica.eot#iefix') format('embedded-opentype'),
  url('@{icon-font-path}Generica.ttf') format('truetype'),
  url('@{icon-font-path}Generica.woff') format('woff'),
  url('@{icon-font-path}Generica.svg#dewetra') format('svg');
  font-weight: normal;
  font-style: normal;
}
@icon-font-path:'../../../portals/mydewetra/skin/fonts/';
*/
/* Variable */
/* Colori bg Header e Footer */
/*@body_text_color: #707478;*/
/*@heading_text_color: #707478;*/
/* Mixin DEDA */
/* Ellipsis */
/* Readmore */
.excerpt:not(.show) {
  /* non-webkit */
  max-height: 4.5rem;
  /* webkit */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  line-height: 1.5rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.excerpt + .readmore {
  background: #1F99CD;
  cursor: pointer;
  display: block;
}
.excerpt + .readmore:before {
  color: #ffffff;
  content: "read more";
  display: block;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.excerpt.show + .readmore:before {
  content: "read less";
}
.scenario_thumbs_mixin ::-webkit-scrollbar {
  height: calc((11px * 2) + 10px);
  width: calc((11px * 2) + 10px);
  background-color: rgba(255, 255, 255, 0);
}
.scenario_thumbs_mixin ::-webkit-scrollbar-track,
.scenario_thumbs_mixin ::-webkit-scrollbar-thumb {
  border: 10px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
}
.scenario_thumbs_mixin ::-webkit-scrollbar-track {
  background-color: #102030;
}
.scenario_thumbs_mixin ::-webkit-scrollbar-thumb {
  background-color: #f09301;
}
.scenario_thumbs_mixin ::-webkit-scrollbar-thumb:hover {
  border: 11px solid rgba(255, 255, 255, 0);
  background-color: #feaa26;
}
/* radius */
/* reflect */
/*
====================================================================
                template & skin AUTH - override
====================================================================
*/
.auth input,
.auth label,
.auth .btn {
  font-size: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.auth button {
  outline: 0;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.auth .btn {
  background-color: transparent;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.auth .btn a:hover {
  color: #000000;
}
.auth a {
  color: #f09301;
}
.auth a:hover,
.auth a:focus {
  color: #feaa26;
  cursor: pointer;
  text-decoration: blink;
}
.auth input {
  display: block;
  padding: 10px 10px 10px 5px;
  -webkit-box-sizing: 1px solid rgba(255, 255, 255, 0.4);
  -moz-box-sizing: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: 1px solid rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0);
}
.auth input .highlight lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes inputHighlighter{ 0%{background: initial;} 100%{width: 0%; background: transparent;}}
@-moz-keyframes inputHighlighter{ 0%{background: initial;} 100%{width: 0%; background: transparent;}}
@-o-keyframes inputHighlighter{ 0%{background: initial;} 100%{width: 0%; background: transparent;}}
@keyframes inputHighlighter{ 0%{background: initial;} 100%{width: 0%; background: transparent;}}
[not-existing] {
  zoom: 1;
}
.auth input.form-control {
  width: 100px;
}
.auth input.form-control[placeholder] {
  background: black;
  color: white;
}
.auth input.form-control[placeholder]:hover,
.auth input.form-control[placeholder]:focus,
.auth input.form-control[placeholder]:active {
  background: rgba(0, 0, 0, 0.8);
  color: #f09301;
}
.auth input.form-control:hover,
.auth input.form-control:focus {
  background-color: transparent;
  color: #f09301;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2 ease all;
  -ms-transition: 0.2 ease all;
  -webkit-transition: 0.2 ease all;
  -o-transition: 0.2 ease all;
  transition: 0.2 ease all;
}
.auth label {
  position: absolute;
  color: white;
  left: 5px;
  font-weight: 100;
  margin-top: 5px;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.auth label {
  display: none;
}
.auth .input-group {
  margin: auto 5px;
}
/*
 ====================================================================
         bubbles
 ====================================================================
 */
@media screen and (max-width: 768px) {
  .auth .dropdown.user_description {
    min-width: inherit;
  }
  .auth .acAuthSkin a.dropdown-toggle,
  .auth .acauthskin a.dropdown-toggle {
    display: inherit;
  }
  .auth-dropdown-menu {
    background: rgba(16, 32, 48, 0.75) !important;
    min-width: 300px!important;
  }
  .auth-dropdown-menu li a,
  .auth-dropdown-menu li span {
    color: #fff;
  }
  .auth .btn {
    padding: 2px 0;
  }
  .input-group {
    max-width: 25%;
    max-width: 23vw;
  }
  .navbar-nav .open .dropdown-menu {
    min-width: 300px;
    background: #102030;
  }
}
.navbar-toggle {
  padding: 0;
  color: white;
}
.navbar-nav > li.dropdown {
  min-height: unset;
  height: unset;
}
@media screen and (max-width: 640px) {
  .auth .btn {
    border: none;
  }
  .auth.dropdown-menu .divider + div {
    max-width: 300px;
    max-height: 300px;
    max-height: 40vh;
    max-height: 40%;
    overflow-y: auto;
  }
}
@media screen and (max-width: 480px) {
  .auth .flex-container {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .auth label {
    font-size: 1em;
  }
  .box_login_white .auth .flex-container {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    zoom: 1.5;
  }
}
.auth .navbar-user img {
  height: 2.8em;
  width: inherit;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.auth.outside {
  margin-right: 10px;
}
.auth.inside {
  margin-top: 5px;
  float: right;
}
.auth.inside + .dropdown-menu {
  padding: 1em;
  margin-right: 25px;
  max-width: min-content;
}
.auth.inside + .dropdown-menu .flex-item.flex-container,
.auth.inside + .dropdown-menu .user-block {
  max-height: 30vh;
  overflow-y: auto;
  min-width: 200px;
  flex-direction: column;
}
.auth .navbar-user img {
  height: 2.8em;
  width: inherit;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.auth .acauthnew a,
.auth .acAuthSkin a,
.auth .acauthskin a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.auth .acauthnew a .flex-container,
.auth .acAuthSkin a .flex-container,
.auth .acauthskin a .flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 25px;
}
.auth.dropdown-menu {
  background-color: rgba(16, 32, 48, 0.75);
}
.auth.dropdown-menu li span:first-child,
.auth.dropdown-menu div span:first-child {
  color: white;
}
.auth.dropdown-menu li a,
.auth.dropdown-menu div a {
  color: white;
}
.auth.dropdown-menu li a:hover,
.auth.dropdown-menu div a:hover,
.auth.dropdown-menu li a:focus,
.auth.dropdown-menu div a:focus {
  color: #f09301;
}
@media screen and (max-width: 768px) {
  .auth.dropdown-menu {
    background: rgba(16, 32, 48, 0.75) !important;
    min-width: 300px !important;
  }
  .auth.dropdown-menu li a,
  .auth.dropdown-menu div a,
  .auth.dropdown-menu li span,
  .auth.dropdown-menu div span {
    color: #fff;
  }
}
.login .home-content p {
  margin: 0;
  padding: 5px;
}
.login .btn-group a,
.login .btn-group p {
  margin: 0;
  min-height: 0;
}
.login input:focus,
.login input:valid {
  border: 1 px solid white;
}
.home-content .auth .btn {
  margin: 1em;
}
.auth li {
  list-style: none;
  list-style-type: none;
  display: inline-block;
  display: -moz-grid-line;
  padding-right: 1em;
}
.auth.nav li:first-child.dropdown a.dropdown-toggle {
  display: none;
}
.lang .dropdown-menu li p {
  float: right;
  margin-left: 1em;
}
.auth .hat_description {
  white-space: nowrap;
}
.nav .nav > li > a,
.navbar .nav > li > a,
.nav-nav > li > a,
.navbar-nav > li > a,
.nav-nav .open > li > a,
.navbar-nav .open > li > a,
.nav .open > li > a,
.navbar .open > li > a,
.nav .nav > a,
.navbar .nav > a,
.nav-nav > a,
.navbar-nav > a,
.nav-nav .open > a,
.navbar-nav .open > a,
.nav .open > a,
.navbar .open > a {
  background: inherit;
}
.nav .nav > li > a:hover,
.navbar .nav > li > a:hover,
.nav-nav > li > a:hover,
.navbar-nav > li > a:hover,
.nav-nav .open > li > a:hover,
.navbar-nav .open > li > a:hover,
.nav .open > li > a:hover,
.navbar .open > li > a:hover,
.nav .nav > a:hover,
.navbar .nav > a:hover,
.nav-nav > a:hover,
.navbar-nav > a:hover,
.nav-nav .open > a:hover,
.navbar-nav .open > a:hover,
.nav .open > a:hover,
.navbar .open > a:hover {
  background: inherit;
}
.nav .nav > li > a:focus,
.navbar .nav > li > a:focus,
.nav-nav > li > a:focus,
.navbar-nav > li > a:focus,
.nav-nav .open > li > a:focus,
.navbar-nav .open > li > a:focus,
.nav .open > li > a:focus,
.navbar .open > li > a:focus,
.nav .nav > a:focus,
.navbar .nav > a:focus,
.nav-nav > a:focus,
.navbar-nav > a:focus,
.nav-nav .open > a:focus,
.navbar-nav .open > a:focus,
.nav .open > a:focus,
.navbar .open > a:focus {
  background: inherit;
}
.header .flex-container {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.login .flex-container {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.auth .login .flex-container .flex-item {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.aclanguagenew .nofloat {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .auth .dropdown.user_description {
    min-width: inherit;
  }
}
@media screen and (max-width: 480px) {
  .auth .flex-container {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
/*
.gFontImport (@name, @weights, @subsets) {
  @import url('//fonts.googleapis.com/css?family=@{name}:@{weights}&subset=@{subsets}');
}
.gFontImport("Open+Sans",400,latin);
*/
@font-face {
  font-family: 'bebas';
  src: url('../../../portals//mydewetra/skin/fonts/BebasNeue.eot');
  src: url('../../../portals//mydewetra/skin/fonts/BebasNeue.eot#iefix') format('embedded-opentype'), url('../../../portals//mydewetra/skin/fonts/BebasNeue.ttf') format('truetype'), url('../../../portals//mydewetra/skin/fonts/BebasNeue.woff') format('woff'), url('../../../portals//mydewetra/skin/fonts/BebasNeue.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'genericadewetra';
  src: url('../../../portals//mydewetra/skin/fonts/Generica.eot');
  src: url('../../../portals//mydewetra/skin/fonts/Generica.eot#iefix') format('embedded-opentype'), url('../../../portals//mydewetra/skin/fonts/Generica.ttf') format('truetype'), url('../../../portals//mydewetra/skin/fonts/Generica.woff') format('woff'), url('../../../portals//mydewetra/skin/fonts/Generica.svg#dewetra') format('svg');
  font-weight: normal;
  font-style: normal;
}
.titip-default[class*="titip"][data-title]:before,
.titip-default > .titip-content:before {
  border-color: #302010;
}
.titip-default[class*="titip"][data-title]:after,
.titip-default > .titip-content {
  background-color: #302010;
  color: #eee;
}
.titip-default > .titip-content {
  border-color: #302010;
}
.titip-default[class*="titip"][data-title]:before,
.titip-default > .titip-content:before {
  border-color: #302010;
}
.titip-default[class*="titip"][data-title]:after,
.titip-default > .titip-content {
  background-color: #302010;
  color: #eee;
}
.titip-default > .titip-content {
  border-color: #302010;
}
.titip-default[class*="titip"][data-title]:before {
  border-color: #281b0d;
}
.titip-primary[class*="titip"][data-title]:before,
.titip-primary > .titip-content:before {
  border-color: #337ab7;
}
.titip-primary[class*="titip"][data-title]:after,
.titip-primary > .titip-content {
  background-color: #337ab7;
  color: #eee;
}
.titip-primary > .titip-content {
  border-color: #2e6da4;
}
.titip-primary[class*="titip"][data-title]:before,
.titip-primary > .titip-content:before {
  border-color: #337ab7;
}
.titip-primary[class*="titip"][data-title]:after,
.titip-primary > .titip-content {
  background-color: #337ab7;
  color: #eee;
}
.titip-primary > .titip-content {
  border-color: #2e6da4;
}
.titip-success[class*="titip"][data-title]:before,
.titip-success > .titip-content:before {
  border-color: #5cb85c;
}
.titip-success[class*="titip"][data-title]:after,
.titip-success > .titip-content {
  background-color: #5cb85c;
  color: #eee;
}
.titip-success > .titip-content {
  border-color: #4cae4c;
}
.titip-success[class*="titip"][data-title]:before,
.titip-success > .titip-content:before {
  border-color: #5cb85c;
}
.titip-success[class*="titip"][data-title]:after,
.titip-success > .titip-content {
  background-color: #5cb85c;
  color: #eee;
}
.titip-success > .titip-content {
  border-color: #4cae4c;
}
.titip-info[class*="titip"][data-title]:before,
.titip-info > .titip-content:before {
  border-color: #5bc0de;
}
.titip-info[class*="titip"][data-title]:after,
.titip-info > .titip-content {
  background-color: #5bc0de;
  color: #eee;
}
.titip-info > .titip-content {
  border-color: #46b8da;
}
.titip-info[class*="titip"][data-title]:before,
.titip-info > .titip-content:before {
  border-color: #5bc0de;
}
.titip-info[class*="titip"][data-title]:after,
.titip-info > .titip-content {
  background-color: #5bc0de;
  color: #eee;
}
.titip-info > .titip-content {
  border-color: #46b8da;
}
.titip-warning[class*="titip"][data-title]:before,
.titip-warning > .titip-content:before {
  border-color: #f0ad4e;
}
.titip-warning[class*="titip"][data-title]:after,
.titip-warning > .titip-content {
  background-color: #f0ad4e;
  color: #eee;
}
.titip-warning > .titip-content {
  border-color: #eea236;
}
.titip-warning[class*="titip"][data-title]:before,
.titip-warning > .titip-content:before {
  border-color: #f0ad4e;
}
.titip-warning[class*="titip"][data-title]:after,
.titip-warning > .titip-content {
  background-color: #f0ad4e;
  color: #eee;
}
.titip-warning > .titip-content {
  border-color: #eea236;
}
.titip-danger[class*="titip"][data-title]:before,
.titip-danger > .titip-content:before {
  border-color: #d9534f;
}
.titip-danger[class*="titip"][data-title]:after,
.titip-danger > .titip-content {
  background-color: #d9534f;
  color: #eee;
}
.titip-danger > .titip-content {
  border-color: #d43f3a;
}
.titip-danger[class*="titip"][data-title]:before,
.titip-danger > .titip-content:before {
  border-color: #d9534f;
}
.titip-danger[class*="titip"][data-title]:after,
.titip-danger > .titip-content {
  background-color: #d9534f;
  color: #eee;
}
.titip-danger > .titip-content {
  border-color: #d43f3a;
}
.titip-fade:before,
.titip-fade:after,
.titip-fade .titip-content {
  -moz-transition: opacity 0.3s linear, visibility 0.3s linear;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
  -o-transition: opacity 0.3s linear, visibility 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
.titip-flip:hover:before,
.titip-flip:hover:after,
.titip-flip:hover .titip-content {
  -moz-animation: flipYIn 0.3s linear;
  -webkit-animation: flipYIn 0.3s linear;
  -o-animation: flipYIn 0.3s linear;
  animation: flipYIn 0.3s linear;
}
.titip-flip-x:hover:before,
.titip-flip-x:hover:after,
.titip-flip-x:hover .titip-content {
  -moz-animation: flipXIn 0.3s linear;
  -webkit-animation: flipXIn 0.3s linear;
  -o-animation: flipXIn 0.3s linear;
  animation: flipXIn 0.3s linear;
}
.titip-swing:hover:before,
.titip-swing:hover:after,
.titip-swing:hover .titip-content {
  -moz-animation: swing 0.3s linear;
  -webkit-animation: swing 0.3s linear;
  -o-animation: swing 0.3s linear;
  animation: swing 0.3s linear;
}
.titip-rotate:hover:before,
.titip-rotate:hover:after,
.titip-rotate:hover .titip-content {
  -moz-animation: rotateLeftIn 0.3s linear;
  -webkit-animation: rotateLeftIn 0.3s linear;
  -o-animation: rotateLeftIn 0.3s linear;
  animation: rotateLeftIn 0.3s linear;
}
.titip-slide:hover:before,
.titip-slide:hover:after,
.titip-slide:hover .titip-content {
  -moz-animation: slideIn 0.3s linear;
  -webkit-animation: slideIn 0.3s linear;
  -o-animation: slideIn 0.3s linear;
  animation: slideIn 0.3s linear;
}
.titip-slide-up:hover:before,
.titip-slide-up:hover:after,
.titip-slide-up:hover .titip-content {
  -moz-animation: slideBottomIn 0.3s linear;
  -webkit-animation: slideBottomIn 0.3s linear;
  -o-animation: slideBottomIn 0.3s linear;
  animation: slideBottomIn 0.3s linear;
}
.titip-fall:hover:before,
.titip-fall:hover:after,
.titip-fall:hover .titip-content {
  -moz-animation: fallIn 0.3s linear;
  -webkit-animation: fallIn 0.3s linear;
  -o-animation: fallIn 0.3s linear;
  animation: fallIn 0.3s linear;
}
.titip-scale:hover:before,
.titip-scale:hover:after,
.titip-scale:hover .titip-content {
  -moz-animation: scaleIn 0.3s ease-in-out;
  -webkit-animation: scaleIn 0.3s ease-in-out;
  -o-animation: scaleIn 0.3s ease-in-out;
  animation: scaleIn 0.3s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.titip-alert:hover:before,
.titip-alert:hover:after,
.titip-alert:hover .titip-content {
  -moz-animation: redAlertIn 0.3s linear;
  -webkit-animation: redAlertIn 0.3s linear;
  -o-animation: redAlertIn 0.3s linear;
  animation: redAlertIn 0.3s linear;
}
.titip-pulse:hover:before,
.titip-pulse:hover:after,
.titip-pulse:hover .titip-content {
  -moz-animation: pulse 0.3s linear;
  -webkit-animation: pulse 0.3s linear;
  -o-animation: pulse 0.3s linear;
  animation: pulse 0.3s linear;
}
.titip-sing:hover:before,
.titip-sing:hover:after,
.titip-sing:hover .titip-content {
  -moz-animation: singIn 0.3s ease-in-out;
  -webkit-animation: singIn 0.3s ease-in-out;
  -o-animation: singIn 0.3s ease-in-out;
  animation: singIn 0.3s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
[class*="titip"] {
  position: relative;
  display: inline-block;
  cursor: help;
}
[class*="titip"][data-title]:before,
[class*="titip"][data-title]:after,
[class*="titip"] .titip-content {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9999;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[class*="titip"][data-title]:after,
.titip-content {
  background-color: #333333;
  color: #eeeeee;
  width: auto;
}
[class*="titip"][data-title]:before,
.titip-content:before {
  content: '';
  border: 8px solid #333333;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
* .titip-hidden[class*="titip"][data-title]:before,
* .titip-hidden[class*="titip"][data-title]:after,
* .titip-hidden .titip-content {
  visibility: hidden !important;
  opacity: 0  !important;
  filter: alpha(opacity=0) !important;
}
.titip-content {
  border: 1px solid #333333;
}
.titip-content:before,
.titip-content:after {
  position: absolute;
  z-index: 10000;
}
.titip-content:after {
  z-index: 9999;
  content: '';
  border-style: solid;
  border-color: inherit;
  border-width: 8px;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.titip-content.thick-border {
  border-width: 4px;
}
[class*="titip"][data-title]:after,
.titip-content {
  padding: 6px 9px 7px;
  font-size: 13px;
  line-height: 13px;
  text-shadow: none;
  white-space: nowrap;
  border-radius: 0;
  -moz-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.09);
  -webkit-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.09);
  box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.09);
}
.titip-xs[data-title]:after,
.titip-xs .titip-content {
  padding: 3px 5px 2px;
}
[data-title][class*="titip"]:after {
  content: attr(data-title);
}
.titip-active .titip-content,
[class*="titip"]:hover .titip-content,
[class*="titip"]:active .titip-content,
.titip-active[data-title]:before,
[class*="titip"]:hover[data-title]:before,
[class*="titip"]:active[data-title]:before,
.titip-active[data-title]:after,
[class*="titip"]:hover[data-title]:after,
[class*="titip"]:active[data-title]:after {
  opacity: 1;
  visibility: visible;
  filter: alpha(opacity=100);
}
[class*="titip-top"] > .titip-content,
[class*="titip-bottom"] > .titip-content,
[class*="titip-top"][data-title]:before,
[class*="titip-bottom"][data-title]:before,
[class*="titip-top"][data-title]:after,
[class*="titip-bottom"][data-title]:after {
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
[class*="titip-top"] > .titip-content:before,
[class*="titip-bottom"] > .titip-content:before,
[class*="titip-top"] > .titip-content:after,
[class*="titip-bottom"] > .titip-content:after,
[class*="titip-top"][data-title]:before,
[class*="titip-bottom"][data-title]:before {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
[class*="titip-top"] > .titip-content:before,
[class*="titip-bottom"] > .titip-content:before {
  left: 50%;
  margin-left: -4px;
}
[class*="titip-top"] > .titip-content:after,
[class*="titip-bottom"] > .titip-content:after {
  left: 50%;
  margin-left: -6px;
}
[class*="titip-top"] > .titip-content.thick-border:after,
[class*="titip-bottom"] > .titip-content.thick-border:after {
  margin-left: -9px;
}
.titip[data-title]:before,
.titip[data-title]:after,
.titip > .titip-content {
  top: 100%;
  margin-top: 5px;
  margin-left: 50%;
}
[class*="titip-top"] > .titip-content:before,
[class*="titip-top"] > .titip-content:after,
[class*="titip-top"][data-title]:before {
  border-bottom-color: transparent !important;
  border-width: 8px 4px 0;
}
[class*="titip-top"] > .titip-content:after {
  border-width: 9px 6px 0;
}
[class*="titip-top"] > .titip-content,
[class*="titip-top"][data-title]:after,
[class*="titip-top"][data-title]:before {
  bottom: 100%;
}
[class*="titip-top"][data-title]:before {
  margin-bottom: 2px;
}
[class*="titip-top"] > .titip-content,
[class*="titip-top"][data-title]:after {
  margin-bottom: 10px;
}
[class*="titip-top"] > .titip-content:before {
  bottom: -8px;
}
[class*="titip-top"] > .titip-content:after {
  bottom: -10px;
}
[class*="titip-top"] > .titip-content.thick-border {
  margin-bottom: 16px;
}
[class*="titip-top"] > .titip-content.thick-border:before {
  border-width: 10px 5px 0;
  bottom: -10px;
}
[class*="titip-top"] > .titip-content.thick-border:after {
  border-width: 15px 10px 0;
  bottom: -15px;
}
[class*="titip-bottom"] > .titip-content:before,
[class*="titip-bottom"] > .titip-content:after,
[class*="titip-bottom"][data-title]:before {
  border-top-color: transparent !important;
  border-width: 0 4px 8px;
}
[class*="titip-bottom"] > .titip-content:after {
  border-width: 0 6px 9px;
}
[class*="titip-bottom"] > .titip-content,
[class*="titip-bottom"][data-title]:after,
[class*="titip-bottom"][data-title]:before {
  top: 100%;
}
[class*="titip-bottom"][data-title]:before {
  margin-top: 2px;
}
[class*="titip-bottom"] > .titip-content,
[class*="titip-bottom"][data-title]:after {
  margin-top: 10px;
}
[class*="titip-bottom"] > .titip-content:before {
  top: -8px;
}
[class*="titip-bottom"] > .titip-content:after {
  top: -10px;
}
[class*="titip-bottom"] > .titip-content.thick-border {
  margin-top: 13px;
}
[class*="titip-bottom"] > .titip-content.thick-border:before {
  border-width: 0 5px 10px;
  top: -10px;
}
[class*="titip-bottom"] > .titip-content.thick-border:after {
  border-width: 0 10px 15px;
  top: -15px;
}
[class*="titip-top-left"] > .titip-content,
[class*="titip-bottom-left"] > .titip-content,
[class*="titip-top-right"] > .titip-content,
[class*="titip-bottom-right"] > .titip-content,
[class*="titip-top-left"][data-title]:before,
[class*="titip-bottom-left"][data-title]:before,
[class*="titip-top-right"][data-title]:before,
[class*="titip-bottom-right"][data-title]:before,
[class*="titip-top-left"][data-title]:after,
[class*="titip-bottom-left"][data-title]:after,
[class*="titip-top-right"][data-title]:after,
[class*="titip-bottom-right"][data-title]:after {
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
[class*="titip-top-left"][data-title]:before,
[class*="titip-bottom-left"][data-title]:before,
[class*="titip-top-left"][data-title]:after,
[class*="titip-bottom-left"][data-title]:after,
[class*="titip-top-left"] > .titip-content,
[class*="titip-bottom-left"] > .titip-content {
  left: auto;
  right: 0;
}
[class*="titip-top-left"][data-title]:before,
[class*="titip-bottom-left"][data-title]:before {
  right: 10px;
}
[class*="titip-top-left"] > .titip-content:before,
[class*="titip-bottom-left"] > .titip-content:before {
  left: auto;
  right: 14px;
}
[class*="titip-top-left"] > .titip-content:after,
[class*="titip-bottom-left"] > .titip-content:after {
  left: auto;
  right: 12px;
}
[class*="titip-top-left"] > .titip-content.thick-border:after,
[class*="titip-bottom-left"] > .titip-content.thick-border:after {
  right: 9px;
}
[class*="titip-top-right"][data-title]:before,
[class*="titip-bottom-right"][data-title]:before,
[class*="titip-top-right"][data-title]:after,
[class*="titip-bottom-right"][data-title]:after,
[class*="titip-top-right"] > .titip-content,
[class*="titip-bottom-right"] > .titip-content {
  right: auto;
  left: 0;
}
[class*="titip-top-right"][data-title]:before,
[class*="titip-bottom-right"][data-title]:before {
  left: 10px;
}
[class*="titip-top-right"] > .titip-content:before,
[class*="titip-bottom-right"] > .titip-content:before {
  left: 14px;
}
[class*="titip-top-right"] > .titip-content:after,
[class*="titip-bottom-right"] > .titip-content:after {
  left: 14px;
}
[class*="titip-left"] > .titip-content,
[class*="titip-right"] > .titip-content,
[class*="titip-left"][data-title]:before,
[class*="titip-right"][data-title]:before,
[class*="titip-left"][data-title]:after,
[class*="titip-right"][data-title]:after {
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
[class*="titip-left"] > .titip-content:before,
[class*="titip-right"] > .titip-content:before,
[class*="titip-left"] > .titip-content:after,
[class*="titip-right"] > .titip-content:after,
[class*="titip-left"][data-title]:before,
[class*="titip-right"][data-title]:before {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
[class*="titip-left"] > .titip-content:before,
[class*="titip-right"] > .titip-content:before {
  top: 50%;
  margin-top: -4px;
}
[class*="titip-left"] > .titip-content:after,
[class*="titip-right"] > .titip-content:after {
  top: 50%;
  margin-top: -6px;
}
[class*="titip-left"] > .titip-content.thick-border:after,
[class*="titip-right"] > .titip-content.thick-border:after {
  margin-top: -9px;
}
[class*="titip-left"] > .titip-content:before,
[class*="titip-left"] > .titip-content:after,
[class*="titip-left"][data-title]:before {
  border-right-color: transparent !important;
  border-width: 4px 0 4px 8px;
}
[class*="titip-left"] > .titip-content:after {
  border-width: 6px 0 6px 9px;
}
[class*="titip-left"] > .titip-content,
[class*="titip-left"][data-title]:after,
[class*="titip-left"][data-title]:before {
  right: 100%;
}
[class*="titip-left"][data-title]:before {
  margin-right: 2px;
}
[class*="titip-left"] > .titip-content,
[class*="titip-left"][data-title]:after {
  margin-right: 10px;
}
[class*="titip-left"] > .titip-content:before {
  right: -8px;
}
[class*="titip-left"] > .titip-content:after {
  right: -10px;
}
[class*="titip-left"] > .titip-content.thick-border {
  margin-right: 16px;
}
[class*="titip-left"] > .titip-content.thick-border:before {
  border-width: 5px 0px 5px 10px;
  right: -10px;
}
[class*="titip-left"] > .titip-content.thick-border:after {
  border-width: 10px 0px 10px 15px;
  right: -15px;
}
[class*="titip-right"] > .titip-content:before,
[class*="titip-right"] > .titip-content:after,
[class*="titip-right"][data-title]:before {
  border-left-color: transparent !important;
  border-width: 4px 8px 4px 0;
}
[class*="titip-right"] > .titip-content:after {
  border-width: 6px 9px 6px 0;
}
[class*="titip-right"] > .titip-content,
[class*="titip-right"][data-title]:after,
[class*="titip-right"][data-title]:before {
  left: 100%;
}
[class*="titip-right"][data-title]:before {
  margin-left: 2px;
}
[class*="titip-right"] > .titip-content,
[class*="titip-right"][data-title]:after {
  margin-left: 10px;
}
[class*="titip-right"] > .titip-content:before {
  left: -8px;
}
[class*="titip-right"] > .titip-content:after {
  left: -10px;
}
[class*="titip-right"] > .titip-content.thick-border {
  margin-left: 16px;
}
[class*="titip-right"] > .titip-content.thick-border:before {
  border-width: 5px 10px 5px 0px;
  left: -10px;
}
[class*="titip-right"] > .titip-content.thick-border:after {
  border-width: 10px 15px 10px 0px;
  left: -15px;
}
.titip-wrapped:after,
.titip-wrapped > .titip-content {
  height: auto;
  width: 170px !important;
  padding: 11px;
  line-height: 19px;
  white-space: normal !important;
  text-align: left;
}
.titip-wrapped-large:after,
.titip-wrapped-large > .titip-content {
  height: auto;
  width: 300px;
  padding: 11px;
  line-height: 19px;
  white-space: normal !important;
  text-align: left;
}
/*
====================================================================
  leaflet
====================================================================
*/
.leaflet-control-layers {
  background: #102030;
}
/*
====================================================================
                maintenante
====================================================================
*/
body .maintenance {
  text-align: center;
  padding: 100px;
  padding: 100px 5vw;
  font: 20px Helvetica, sans-serif;
  color: #333;
  background: #eeeeee;
  height: 100vh;
}
.maintenance h1 {
  font-size: 48px;
}
.maintenance article {
  display: block;
  text-align: left;
  max-width: 740px;
  margin: 0 auto;
  margin-top: 25vh;
}
.maintenance a {
  color: #dc8100;
  text-decoration: none;
}
.maintenance a:hover {
  color: #333;
  text-decoration: none;
}
.maintenance .svg-icon {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.maintenance .svg-icon-large {
  width: 6em;
  height: 6em;
  animation-duration: 6000ms;
  animation-name: spinLeft;
}
.maintenance .svg-icon-small {
  width: 4em;
  height: 4em;
  position: absolute;
  margin-left: -15px;
  margin-top: -25px;
  animation-duration: 4000ms;
  animation-name: spinRight;
}
.maintenance .svg-icon path,
.maintenance .svg-icon polygon,
.maintenance .svg-icon rect {
  fill: #CCCCCC;
}
.maintenance .svg-icon-small path {
  stroke: #CCCCCC;
  stroke-width: 0.3;
}
@keyframes spinLeft {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinRight {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
/*
====================================================================
                Customization
====================================================================
*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #f09301;
  border-radius: 4px;
  border: 1px inset rgba(45, 53, 60, 0.15);
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
  background: #feaa26;
}
::-webkit-scrollbar-track {
  background: #102030;
  border-radius: 4px;
  border: 1px inset rgba(45, 53, 60, 0.15);
}
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
  background: #102030;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/*

.slimScrollBar,
.K_main_backgroundcolor{
  background: @color;
}
.K_main_color {color:@color;}

*/
/*
=====================================================================
                            WAITIN LOADING
=====================================================================
*/
#waiting {
  padding: 1em;
  background: rgba(0, 0, 0, 0.8);
  color: #777777;
  text-align: center;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: fixed;
  overflow: hidden;
  z-index: 9999;
  top: 0;
  left: 0;
  /*
  Set the color of the icon
*/
}
#waiting h1 {
  margin: 3em 0;
  border-bottom: 1px dashed;
  padding-bottom: 1em;
  font-weight: lighter;
}
#waiting .loader {
  margin: 0 0 2em;
  height: 300px;
  width: 30%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
}
#waiting svg {
  width: 300px;
  height: 300px;
  margin: auto;
  text-align: center;
  /* path,
    rect {     fill: @color;    }*/
}
/*
================================
  titip
================================
*/
[data-title] {
  z-index: 1;
}
[data-title]:hover {
  z-index: 2;
}
/*
================================
      Custom Generic
================================
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 6px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: none;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
a {
  color: white;
}
a:hover,
a:focus {
  text-decoration: none;
}
p {
  margin-top: 5px;
}
.panel .nav > li > a {
  color: white;
  padding: 1em;
}
.panel .nav > li > a:hover,
.panel .nav > li > a:focus {
  background: #302010;
  color: #102030;
}
#header,
.app .footer {
  background: rgba(16, 32, 48, 0.75);
}
#header {
  border-bottom: solid 2px #f8f8f8;
  height: 4em;
  background: rgba(16, 32, 48, 0.75);
}
#header .navbar-brand {
  position: absolute;
  z-index: 1050;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#header .navbar-brand .img {
  width: 100%;
  height: 30px;
}
#header .navbar-brand span {
  white-space: nowrap;
}
/*
.navbar {
  .box-shadow(none);
  > li {
    float:left;
    z-index: 1020;
  }
  .nav .open,
  &-nav > li,
  &-nav > .open {
    > a {
      //padding: 5px 10px!important;
      &:hover,
      &:focus {
        .opacity(0.5);
        background: @shadeDark_01;

      }
      .open {
        background: @complementary;

      }
    }

    &-nav > li {
      > a {
        padding: @height/2 @font-size-base;
      }
    }
  }
  &-nav > li {
    padding:0;
    @media screen and (max-width: @screen-sm) {
      padding-left:0 ;
      padding-right: 0;
    }
  }
}
*/
/*
=====================================================================
                            common forms
=====================================================================
*/
#menu .inner,
#footer .inner {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(16, 32, 48, 0.75);
}
.menu .navbar-brand {
  -lh-property: 0;
margin-top:-webkit-calc(4em - 1em/2);
margin-top:-moz-calc(4em - 1em/2);
margin-top:calc(4em - 1em/2);
;
  z-index: 1030;
  position: absolute;
  color: #fff;
}
.menu .navbar-brand .logo {
  font-size: 1em;
  height: 1em;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
  padding: 0 1em;
}
.menu .navbar {
  z-index: 1050;
  box-shadow: inherit;
}
.menu .navbar > li > a {
  color: #302010;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .menu .navbar > li > a {
    margin: 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .menu .navbar > li > a {
    margin: 0 18px/2;
  }
}
@media screen and (max-width: 768px) {
  .menu .navbar > li > a {
    margin: 0 18px/4;
  }
}
@media screen and (max-width: 640px) {
  .menu .navbar > li > a {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .menu .navbar > li > a {
    padding-left: 0;
    padding-right: 0;
    transform: scale(0.75);
  }
}
.menu .navbar > li > a:hover,
.menu .navbar > li > a:focus {
  background: none;
  color: #f09301;
}
.menu .navbar > li > a:hover > p,
.menu .navbar > li > a:focus > p {
  color: #f09301;
}
.menu .navbar > li > a > p {
  color: white;
  font-size: 9pt;
  margin-top: 1.4em/4;
  text-shadow: 0 0 1px #102030;
  display: none;
}
.menu .navbar > li > a > i {
  font-size: 2em;
}
/*

====================================================================

            datetimepicker

===================================================================
*/
.datetimepicker {
  -webkit-box-sizing: 0 solid rgba(255, 255, 255, 0.6) !important;
  -moz-box-sizing: 0 solid rgba(255, 255, 255, 0.6) !important;
  box-sizing: 0 solid rgba(255, 255, 255, 0.6) !important;
  border: 0 solid rgba(255, 255, 255, 0.6) !important;
}
.datetimepicker .table > tr > th {
  border-bottom: none !important;
}
.datetimepicker td.day,
.datetimepicker td span.day,
.datetimepicker td.month,
.datetimepicker td span.month,
.datetimepicker td.year,
.datetimepicker td span.year,
.datetimepicker td.month,
.datetimepicker td span.month,
.datetimepicker td.hour,
.datetimepicker td span.hour,
.datetimepicker td.minute,
.datetimepicker td span.minute {
  color: #302010;
}
.datetimepicker td.day.past,
.datetimepicker td span.day.past,
.datetimepicker td.month.past,
.datetimepicker td span.month.past,
.datetimepicker td.year.past,
.datetimepicker td span.year.past,
.datetimepicker td.month.past,
.datetimepicker td span.month.past,
.datetimepicker td.hour.past,
.datetimepicker td span.hour.past,
.datetimepicker td.minute.past,
.datetimepicker td span.minute.past,
.datetimepicker td.day.future,
.datetimepicker td span.day.future,
.datetimepicker td.month.future,
.datetimepicker td span.month.future,
.datetimepicker td.year.future,
.datetimepicker td span.year.future,
.datetimepicker td.month.future,
.datetimepicker td span.month.future,
.datetimepicker td.hour.future,
.datetimepicker td span.hour.future,
.datetimepicker td.minute.future,
.datetimepicker td span.minute.future {
  color: rgba(48, 32, 16, 0.4) !important;
}
.datetimepicker td.day.active,
.datetimepicker td span.day.active,
.datetimepicker td.month.active,
.datetimepicker td span.month.active,
.datetimepicker td.year.active,
.datetimepicker td span.year.active,
.datetimepicker td.month.active,
.datetimepicker td span.month.active,
.datetimepicker td.hour.active,
.datetimepicker td span.hour.active,
.datetimepicker td.minute.active,
.datetimepicker td span.minute.active,
.datetimepicker td.day:hover,
.datetimepicker td span.day:hover,
.datetimepicker td.month:hover,
.datetimepicker td span.month:hover,
.datetimepicker td.year:hover,
.datetimepicker td span.year:hover,
.datetimepicker td.month:hover,
.datetimepicker td span.month:hover,
.datetimepicker td.hour:hover,
.datetimepicker td span.hour:hover,
.datetimepicker td.minute:hover,
.datetimepicker td span.minute:hover {
  background: #fec872 !important;
  color: #102030;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.datetimepicker td.day.active.active,
.datetimepicker td span.day.active.active,
.datetimepicker td.month.active.active,
.datetimepicker td span.month.active.active,
.datetimepicker td.year.active.active,
.datetimepicker td span.year.active.active,
.datetimepicker td.month.active.active,
.datetimepicker td span.month.active.active,
.datetimepicker td.hour.active.active,
.datetimepicker td span.hour.active.active,
.datetimepicker td.minute.active.active,
.datetimepicker td span.minute.active.active,
.datetimepicker td.day:hover.active,
.datetimepicker td span.day:hover.active,
.datetimepicker td.month:hover.active,
.datetimepicker td span.month:hover.active,
.datetimepicker td.year:hover.active,
.datetimepicker td span.year:hover.active,
.datetimepicker td.month:hover.active,
.datetimepicker td span.month:hover.active,
.datetimepicker td.hour:hover.active,
.datetimepicker td span.hour:hover.active,
.datetimepicker td.minute:hover.active,
.datetimepicker td span.minute:hover.active {
  background: #f09301 !important;
  color: #102030 !important;
}
.datetimepicker td.day.active.active:hover,
.datetimepicker td span.day.active.active:hover,
.datetimepicker td.month.active.active:hover,
.datetimepicker td span.month.active.active:hover,
.datetimepicker td.year.active.active:hover,
.datetimepicker td span.year.active.active:hover,
.datetimepicker td.month.active.active:hover,
.datetimepicker td span.month.active.active:hover,
.datetimepicker td.hour.active.active:hover,
.datetimepicker td span.hour.active.active:hover,
.datetimepicker td.minute.active.active:hover,
.datetimepicker td span.minute.active.active:hover,
.datetimepicker td.day:hover.active:hover,
.datetimepicker td span.day:hover.active:hover,
.datetimepicker td.month:hover.active:hover,
.datetimepicker td span.month:hover.active:hover,
.datetimepicker td.year:hover.active:hover,
.datetimepicker td span.year:hover.active:hover,
.datetimepicker td.month:hover.active:hover,
.datetimepicker td span.month:hover.active:hover,
.datetimepicker td.hour:hover.active:hover,
.datetimepicker td span.hour:hover.active:hover,
.datetimepicker td.minute:hover.active:hover,
.datetimepicker td span.minute:hover.active:hover {
  background: #feaa26 !important;
}
.datetimepicker th {
  background: #302010;
  color: #102030;
  -webkit-background-clip: padding-box !important;
  -moz-background-clip: padding !important;
  background-clip: padding-box !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.datetimepicker th:hover,
.datetimepicker th:not(i) {
  background: #302010;
  color: #2d353c;
}
.datetimepicker td,
.datetimepicker th {
  width: inherit !important;
  height: inherit !important;
  vertical-align: inherit !important;
  font-size: 1.33333333em;
}
.datetimepicker td {
  padding: 4px 8px !important;
}
.lang img {
  object-fit: fill;
}
/*
  .auth {
    .btn {
      &-group > .btn {
        &:first-child:not(:last-child):not(.dropdown-toggle) {
          .border-bottom-left-radius(5px);
          .border-top-left-radius(5px);
        }
        &:last-child:not(:first-child):not(.dropdown-toggle) {
          .border-bottom-right-radius(5px);
          .border-top-right-radius(5px);
        }
      }
      background-color: transparent;
      border: solid 1px fade(@color_01, 75%);
      @media screen and (max-width: @screen-md) {
        border:none;
      }
      &.navbar-toggle { margin:0;}
      &.dropdown-toggle {
        background-color: transparent;
        &:hover {

          background-color: @color_01;
        }
        & + .btn {
          background-color: @complementaryLight_01;
          border-color: @complementaryLight_01;

        }

        padding:@height-var/3.33;
      }
      &:hover {
        background-color: @complementaryLight_01;
        border-color: @complementaryLight_01;
      }
      &:focus {
        background-color: @complementaryLight_02;
      }

    }
    .login,
    .user {
      &.collapse.in {
        background: fade(@complementary, 75%);
      }
    }
    @media (min-width: 768px) {
      .navbar-collapse.collapse {
        .display(flex);
        border:none;
      }
    }

  }
  */
.auth input:focus ~ label,
.auth input:valid ~ label {
  color: #302010;
}
.auth .bar:after,
.auth .bar:before {
  background: #302010;
}
.media-pos {
  display: table-cell;
  vertical-align: middle;
}
.media-object {
  width: 32px;
}
.media-body {
  width: inherit;
}
.media-body h5,
.media-body h6 {
  margin: 0 1em;
}
/*
  =====================================================================
                  commons
  =====================================================================
  */
/*
  .app .header .logo,
  .dashboard .footer .logo {
    display: none;
  }
  */
.app {
  overflow-x: hidden;
}
.app.footer {
  z-index: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  text-align: center;
  color: #302010;
}
.dashboard .header .logo img {
  height: 2em;
}
.server-date {
  color: #302010;
}
.payoff p {
  color: white;
  line-height: 1em;
  text-align: left;
  margin-left: 0.2em;
  margin-top: -0.7em;
}
.payoff h4 {
  color: #302010;
  text-transform: uppercase;
  margin-left: 0;
}
.error-code {
  background: #000000;
}
.error-content,
#sidebar,
.sidebar-bg,
.footer {
  background: #102030;
}
@media (max-width: 768px) {
  #page-container.dashboard {
    padding-top: 4em;
  }
}
#page-container .content {
  padding-top: 0;
}
@media (min-width: 992px) {
  .modal-lg {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .modal-lg {
    width: 100%;
  }
  .modal-dialog {
    margin: 0;
  }
}
/*
=====================================================================
      Ritardo animazioni
=====================================================================
*/
.delay-001 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.delay-002 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.delay-003 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.delay-004 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.delay-005 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.delay-006 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.delay-008 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
/*
  ================================================================
              flex common
  ================================================================
  */
/*
.flex-container {
  .display(flex);
  .flex-direction(row);
  .flex-wrap(1);
  .justify-content(space-around);
  .align-content(stretch);
  .align-items(center);
  &.row {      .flex-direction(row);    }
  &.col {.flex-direction(column);}
  &.start {.justify-content(flex-start);}
  &.center{.align-content(flex-start);}
}
*/
/*
.flex-container {
  .display(flex);
  .flex-direction(row);
  .flex-wrap(1);
  .justify-content(space-around);
  .align-content(stretch);
  .align-items(center);
  &.row {      .flex-direction(row);    }
  &.col {
    .flex-direction(column);

  }
  &.center {.justify-content(center);

  }
  &.start{.justify-content(flex-start);}
  &.around {.justify-content(space-around);}
  &.between {.justify-content(space-between);}
  &.end{.justify-content(flex-end);}
  &.wrap {.flex-wrap(wrap);}
  &.nowrap {.flex-wrap(nowrap);}
  &.center,

  &.start {.align-items(flex-start);}
  &.end,
  &.between,
  &.around {.align-items(center);}
}


.flex-item {
  .order(1);
  .align-self(auto);
  .flex-grow(0);
  &.o2 {.order(2);}
  &.o3 {.order(3);}
  &.g1 {.flex-grow(1);}
  &.g2 {.flex-grow(2);}
  &.g3 {.flex-grow(3);}
  &.start {.align-self(flex-start);}
  &.end {.align-self(flex-end);}
  &.stretch {.align-self(stretch);}
}
*/
.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: 1;
  -ms-flex-wrap: 1;
  flex-wrap: 1;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-container.row {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-container.col {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-container.col.center,
.flex-container.col.middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-container.col.start {
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
.flex-container.col.end {
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-container.col.stretch {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex-container.col.baseline {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.flex-container.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-container.start {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-container.around {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-container.between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-container.end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-container.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-container.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-container.align__baseline {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.flex-container.stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.flex-container.responsive.row {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-container.responsive.col {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .flex-container.responsive.row {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container.responsive.col {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-container.responsive ._20,
  .flex-container.responsive ._80 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
.flex-item {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.flex-item.g1 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.flex-item.g2 {
  -webkit-flex-grow: 2;
  flex-grow: 2;
}
.flex-item.g3 {
  -webkit-flex-grow: 3;
  flex-grow: 3;
}
.flex-item.item_center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flex-item.item_stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.flex-item._80 {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2 1 80vw;
  -ms-flex: 2 1 80vw;
  flex: 2 1 80vw;
}
.flex-item._90 {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2 1 90vw;
  -ms-flex: 2 1 90vw;
  flex: 2 1 90vw;
}
.flex-item._20 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 2 20vw;
  -ms-flex: 1 2 20vw;
  flex: 1 2 20vw;
}
.flex-item._10 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 2 10vw;
  -ms-flex: 1 2 10vw;
  flex: 1 2 10vw;
}
.flex-item.item_start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.flex-item.item_end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.flex-item.item_end.right {
  text-align: right;
}
.flex-item.item_end.left {
  text-align: left;
}
.error .flex-container {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.error .flex-container .flex-item {
  margin: 10% auto;
  margin: 10vh 4vh;
}
svg:not(:root) {
  overflow: hidden;
  width: inherit;
  height: inherit;
}
[class*="ico-"] {
  /*svuoto logo fonts x immagini*/
  background-size: contain;
  background-repeat: no-repeat;
}
#header .full {
  width: 200px;
}
#header .mini {
  width: 32px;
  height: 32px;
  background-position: center;
}
.error-code {
  background-color: rgba(0, 0, 0, 0.9);
}
.error-content {
  padding-top: inherit;
}
.error .full {
  width: 320px;
  min-height: 100px;
}
.error .mini {
  width: 100px;
  min-height: 64px;
}
.full[class*="ico-"]:before,
.mini[class*="ico-"]:before {
  height: calc(4em - 2*1em);
}
.full[class*="ico-"]:before:before,
.mini[class*="ico-"]:before:before {
  content: '';
}
/* purgecss start ignore */
.full.ico-mydewetra {
  background-image: url('../../../portals//commons/img/logo/ico_mydewetra_color_long_whiteT@1x.svg');
}
.full.ico-seawetra {
  background-image: url('../../../portals/commons/img/logo/ico_seawetra_color_long_whiteT@1x_mydewetra.svg');
}
.full.ico-admin,
.full.ico-admin_03 {
  background-image: url('../../../portals//commons/img/logo/ico_admin_color_long@1x_mydewetra.svg');
}
.full.ico-dewetra {
  background-image: url('../../../portals//commons/img/logo/ico_dewetra_color_longW@1x_mydewetra.svg');
}
.full.ico-kumale_02 {
  background-image: url('../../../portals//commons/img/logo/ico_kumale_color_long_whiteT@1x_mydewetra.svg');
}
.full.ico-dewetra2report {
  background-image: url('../../../portals//commons/img/logo/ico_dewReport_color_long@1x_mydewetra.svg');
}
.full.ico-floodcat {
  background-image: url('../../../portals//commons/img/logo/ico_floodcat_color_longW@1x_mydewetra.svg');
}
.full.ico-webalert {
  background-image: url('../../../portals//commons/img/logo/ico_webalert_color_longW@1x_mydewetra.svg');
}
.full.ico-firealert {
  background-image: url('../../../portals//commons/img/logo/ico_firealert_color_long_whiteT@1x_mydewetra.svg');
}
.full.ico-firereport {
  background-image: url('../../../portals//commons/img/logo/ico_firereport_color_long_whiteT@1x_mydewetra.svg');
}
.full.ico-firebulletin {
  background-image: url('../../../portals//commons/img/logo/ico_fireB_long_color.svg');
}
.full.ico-propagator {
  background-image: url('../../../portals//commons/img/logo/ico_propagator_color_long_whiteT@1x_mydewetra.svg');
}
.full.ico-italert {
  background-image: url('../../../portals//commons/img/logo/ico_italert_color_long_whiteT@1x_mydewetra.svg');
}
.mini.ico-mydewetra {
  background-image: url('../../../portals//commons/img/logo/ico_mydewetra_color_mini@2x.png');
}
.mini.ico-seawetra {
  background-image: url('../../../portals/commons/img/logo/ico_seawetra_mini_whiteT@2x_mydewetra.png');
}
.mini.ico-dewetra {
  background-image: url('../../../portals//commons/img/logo/ico_dewetra_mini_colorT@2x_mydewetra.png');
}
.mini.ico-kumale_02 {
  background-image: url('../../../portals//commons/img/logo/ico_kumale_mini_colorT@2x_mydewetra.png');
}
.mini.ico-admin,
.mini.ico-admin_03 {
  background-image: url('../../../portals//commons/img/logo/ico_admin_mini_whiteT@2x_mydewetra.png');
}
.mini.ico-dewetra2report {
  background-image: url('../../../portals//commons/img/logo/ico_dewReport_mini_whiteT@2x_mydewetra.png');
}
.mini.ico-floodcat {
  background-image: url('../../../portals//commons/img/logo/ico_floodcat_color_mini@2x_mydewetra.png');
}
.mini.ico-webalert {
  background-image: url('../../../portals//commons/img/logo/ico_webalert_color_mini@2x_mydewetra.png');
}
.mini.ico-firealert {
  background-image: url('../../../portals//commons/img/logo/ico_firealert_mini_color_whiteT@2x_mydewetra.png');
}
.mini.ico-firereport {
  background-image: url('../../../portals//commons/img/logo/ico_firereport_mini_whiteT@2x_mydewetra.png');
}
.mini.ico-firebulletin {
  background-image: url('../../../portals//commons/img/logo/ico_fireB.png');
}
.mini.ico-propagator {
  background-image: url('../../../portals//commons/img/logo/ico_propagator_mini_colorT@2x_mydewetra.png');
}
.mini.ico-italert {
  background-image: url('../../../portals//commons/img/logo/ico_italert_mini_whiteT@2x_mydewetra.png');
}
.mini.ico-datalog {
  background-image: url('../../../portals//commons/img/logo/ico_datalog_mini_white@2x_mydewetra.png');
}
/* purgecss end ignore */
.btn.btn-scroll-to-top {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  bottom: 90px;
  right: 2em;
}
.wdgBox .MD_img_logo_title {
  max-height: 20px;
}
body {
  /*background-color: #5C5C5C !important;*/
  /*background-color: #3C454D !important;*/
  /*background: #ffffff !important;*/
  overflow-x: hidden;
}
/* Logo font-family */
/*
@font-face {
    font-family: 'Generica';
    src:url('../../../portals/dashboard/skin/fonts/Generica.eot?3e6ih0');
    src:url('../../../portals/dashboard/skin/fonts/Generica.eot?#iefix3e6ih0') format('embedded-opentype'),
    url('../../../portals/dashboard/skin/fonts/Generica.ttf?3e6ih0') format('truetype'),
    url('../../../portals/dashboard/skin/fonts/Generica.woff?3e6ih0') format('woff'),
    url('../../../portals/dashboard/skin/fonts/Generica.svg?3e6ih0#Generica') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
.content-title {
  color: orange;
}
.MD_sep {
  width: 60%;
  height: 10px;
  margin: auto;
  margin-bottom: 20px;
  border-bottom: solid 1px #c0c0c0;
}
.MD_alert_intro {
  position: absolute;
  width: 100% !important;
  min-height: 100%;
  /*background-color: #5C5C5C;*/
  background-color: #3C454D;
  z-index: 1040;
  /*margin-top: -50px;*/
}
.MD_alert_intro_logo {
  position: absolute!important;
  width: 75%!important;
  text-align: center;
  /*top:18%;*/
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1050;
  max-width: 600px;
  display: inline !important;
}
.MD_alert_intro_txt {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 42%;
  z-index: 1050;
  display: inline !important;
}
#MD_slug {
  font-size: 65px;
  color: #ffffff;
  font-family: 'Generica' !important;
}
.MD_alert_intro_panel {
  /*position:absolute;*/
  width: 90%;
  /*top:65%;*/
  color: #ffffff;
  display: inherit !important;
  margin: auto;
  /*background-color: rgba(255,255,255,0.7);*/
  padding: 10px;
  /*border:solid 1px #ffffff;*/
}
.MD_box_shadow {
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5);
}
.MD_img_logo_title {
  max-width: 18px;
}
.MD_max_height {
  max-height: 300px !important;
  overflow: hidden;
}
/*
===========================================================================
              Deda's Friend Kasa interventi di ottimizzazione
===========================================================================
*/
#about,
#work,
#service {
  margin-top: 35px;
}
#milestone {
  padding-top: 45px !important;
}
/*
===========================================================================
              Deda override pagina pubblica x navbar
===========================================================================
*/
#header {
  border-bottom: none;
  height: inherit;
  /*background: #222;*/
}
/*----------------------------------------------------------------------------------- */
/*  Scrollbar personalizzazione */
/*----------------------------------------------------------------------------------- */
::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #fafafa;
}
::-webkit-scrollbar-thumb:active {
  background: #fafafa;
}
::-webkit-scrollbar-track {
  background: rgba(16, 32, 48, 0.75);
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: rgba(16, 32, 48, 0.75);
}
::-webkit-scrollbar-track:active {
  background: rgba(16, 32, 48, 0.75);
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/*----------------------------------------------------------------------------------- */
/*  WebAlert 2.0 Legenda */
/*----------------------------------------------------------------------------------- */
.wa_legend {
  position: absolute;
  top: 30%;
  left: 30%;
  background: rgba(255, 255, 255, 0.7);
}
.wa_legend_no_display {
  display: none;
}
.wa_border_bottom {
  max-width: 50%;
  margin: auto;
  border-bottom: solid 1px #c0c0c0;
}
/*
.login .btn-group a,
.login .btn-group a p {
    margin: 0;

}
.login .home-content p {margin: 0; padding: 5px;}
*/
/*@import '../../../../apps/dewetra2/css/style.css';*/
.navbar-brand {
  padding: 10px 15px;
}
.navbar-brand img {
  max-height: 55px;
}
.footer .footer-brand img {
  max-height: 40px;
}
.center-wrapper {
  position: relative !important;
  transform: scale(0.5);
}
/*
.navbar-small .navbar-brand img
{
    max-height:30px;
}
*/
.low_margin_bottom {
  margin-bottom: 20px !important;
}
/*
===========================================================================
              Logo header su dashboard
===========================================================================
*/
#header {
  border: none;
  height: inherit;
}
/*#header .navbar-brand img {
    height: inherit;
}*/
.dashboard #header .navbar-brand img {
  height: 40px;
}
/*
===========================================================================
                 immagine content index centrata
===========================================================================
*/
.content.has-bg .content-bg img {
  min-height: 100%;
  min-width: 1000px;
  height: auto;
  width: 100%;
  margin: 0;
  text-align: center;
}
/* ****************************************************** */
/* BOX LOGIN                                              */
/* ****************************************************** */
.box_login_white {
  /*border:solid 1px #000000;*/
  background-color: rgba(255, 255, 255, 0.2);
  width: 50%;
  margin: auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  min-width: 400px;
  /*max-width: 500px;*/
  height: 5em;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.box_login_white .navbar-collapse {
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
}
.box_login_white .input-group {
  height: 50px;
}
.box_login_white label {
  color: #ffffff !important;
}
.btn-group a {
  /*background: #f59c1a !important;*/
  border-color: #ffffff !important;
  color: #ffffff !important;
  margin-bottom: 10px;
  margin-top: 0px;
  padding: 5px 5px;
}
.box_display_none {
  display: none;
}
.md_logo_start {
  /*max-width:70%;*/
  max-width: 90px;
  margin: auto;
}
.md_logo_footer {
  max-width: 100px;
  margin: auto;
  margin-right: 10px;
}
.md_logo_language {
  max-width: 18px !important;
}
/*mod login dashboard*/
.login .btn-group a {
  margin: 10px;
}
/*.login .flex-container {
    display:flex;
    align-content: stretch;
    justify-content: center;
}
.login .flex-item {
    align-self:center;
}*/
.login .flex-item input {
  line-height: 3;
}
.login .flex-item input:focus {
  /*border:1px solid white;*/
  padding: 0 20px;
}
.login .flex-item label {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 3;
}
/*
@media screen and (max-width: 767px), (orientation: portrait) {
    .login .flex-container {
        flex-direction: column;
    }
}*/
#content {
  padding-top: 0px;
}
.content.has-bg .content-bg:before {
  background: url('../../../apps/dashboard/img/commons/content-bg-cover.png');
}
/* Reset and overrides fonts
*/
body {
  background: #d9e0e7;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 1.4em;
}
.ie8 body {
  font-family: Tahoma, Geneva, sans-serif;
}
/*.startindex {
  h1, h2, h3, h4, h5, h6 {
    font-family: @title-font-family;
  }
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #004a7f;
  margin-top: 0;
  margin-bottom: 15px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  font-weight: 300;
  color: #7c7f83;
}
a {
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:focus {
  outline: none;
}
label {
  color: #010202;
}
p {
  font-size: 12px;
  line-height: 20px;
}
.row {
  margin: 0 -15px;
}
.row > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.contentAnimated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.content.has-bg h1,
.content.has-bg h2,
.content.has-bg h3,
.content.has-bg h4,
.content.has-bg h5,
.content.has-bg h6 {
  font-family: 'genericadewetra';
}
/*
-----------------------------------------------------------------------------------
  Personalizzazioni / Correzioni per tema
-----------------------------------------------------------------------------------
*/
.media {
  object-fit: contain;
  max-width: 150px;
  margin-top: inherit;
  margin: 0 10px;
}
.media-bck {
  width: 100%;
  height: auto;
  max-width: inherit;
}
.abs {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.home-content {
  top: inherit;
  padding: 5em 1em 0;
}
.home-content.main {
  height: 100vh;
  width: inherit;
  margin: auto;
  display: grid;
  align-items: center;
  justify-items: stretch;
}
#home.content.home {
  height: 100vh !important;
  overflow: hidden;
}
#home.content.home .content-bg img {
  object-fit: cover;
}
.home-content h1 {
  font-size: 4rem;
}
.home-content h3 {
  font-size: 2rem;
}
.home-content h1,
.home-content h2,
.home-content h3 {
  margin-bottom: 0px;
}
@media screen and (max-height: 550px) {
  .home-content .section-donors--img {
    transform: scale(0.5);
    margin: auto;
    padding: 0;
  }
  .home-content h1 {
    font-size: 3.5rem;
  }
  .home-content h3 {
    font-size: 2rem;
  }
}
@media screen and (max-height: 500px) {
  .home-content .logo--main {
    transform: translateY(-50px);
  }
}
@media screen and (max-width: 768px) {
  .home-content {
    width: 200px;
  }
}
@media screen and (max-height: 768px) {
}
.cl .crews {
  background: white;
  border-radius: 8px;
  width: 100px;
  object-fit: cover;
  height: 80px;
  padding: 3px;
}
.cl .navbar-small .crews {
  max-height: 42px;
  width: 78px;
  opacity: 0.5;
  transition: all 0.3s;
}
.cl h4 {
  color: #49b6d6 !important;
}
.cl .mainlogo-wrap {
  flex-wrap: nowrap;
  flex-direction: row;
}
.cl .mainlogo-wrap-container {
  flex-direction: column;
}
.cl .mainlogo-wrap,
.cl .mainlogo-wrap-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.cl .mainlogo-wrap .media,
.cl .mainlogo-wrap-container .media {
  width: 20vw;
  max-width: 150px;
}
.cl .logo--main {
  margin: auto;
  justify-content: center;
  align-items: center;
  width: 40vw;
  max-height: 200px;
  overflow: hidden;
  object-fit: cover;
}
.cl .white-box {
  border-radius: 20px;
  background-color: white;
  padding: 10px;
}
.cl .media-brand img:nth-child(4) {
  flex-grow: 2;
  margin-right: 20vw;
}
.volta .logo--main,
.world .logo--main {
  max-width: 30%;
  min-width: 250px;
  margin: auto;
}
.medstar .logo--main,
.ipa .logo--main {
  max-width: 75%;
  min-width: 200px;
  margin: auto;
  background: white;
  border-radius: 20px;
}
@media screen and (max-height: 550px) {
  .medstar .logo--main,
  .ipa .logo--main {
    max-width: 25%;
    padding: 10px;
    transform: translateY(-25px);
  }
}
.medstar #header .navbar-brand,
.ipa #header .navbar-brand {
  position: relative;
  margin: 0;
  padding: 0;
}
.medstar #header .navbar-brand img,
.ipa #header .navbar-brand img {
  height: 55px;
}
.medstar .header .flex-container.align-items-center,
.ipa .header .flex-container.align-items-center {
  align-items: center;
}
.ipa .section-intro--project {
  display: flex;
  flex-direction: column;
}
.ipa .section-intro--project h1 {
  color: #e2c321;
  font-size: 70px;
}
.ipa .section-intro--project h5 {
  color: red;
  font-size: 2em;
}
.ipa .section-intro--project h1,
.ipa .section-intro--project h5 {
  font-family: 'Arial ', Arial, sans-serif;
}
.world #header {
  border-bottom: solid 2px #f8f8f8;
  height: 4em;
}
.world #header .navbar-brand {
  padding: 0;
}
.world .footer--menu {
  float: unset;
  margin: auto;
}
.world .footer--menu > li {
  float: none !important;
}
/*
   =====================================================
   ----------------------------------------------------

              section generiche world

   ----------------------------------------------------
   =====================================================
  */
.section--title {
  font-family: sans-serif;
}
.section-donors--img.media {
  max-height: 100px;
}
.section-apps--blocks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-apps .work:hover .desc,
.section-apps .work:focus .desc {
  margin-top: -75px;
}
.section-char .service .icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  background: white;
}
.section-char .service .icon + .info {
  margin-left: inherit;
}
.section-char--img {
  width: 50px;
  height: 50px;
}
.section-char .title {
  font-family: 'genericadewetra';
  font-weight: bold;
  color: black;
  text-shadow: 0 0 1px black;
  letter-spacing: 0.05em;
}
.section-char .work .desc {
  margin-left: 6px;
}
.box_login_white {
  height: inherit;
  padding: 2em;
}
.auth #login.disable {
  opacity: 0.3;
  pointer-events: none;
}
.auth .check-element {
  margin-top: 10px;
}
.auth .check-element span {
  line-height: 1;
  text-align: left;
  font-size: 80%;
  padding-left: 10px;
}
/*
 =====================================================
 ----------------------------------------------------

        section generiche CL Cambodia Laos

 ----------------------------------------------------
 =====================================================
*/
.cl .row.custom {
  background: rgba(255, 255, 255, 0.5);
  grid-area: 8/1/9/2;
  height: 100%;
}
.cl .row.custom .media-brand {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.section-break .content-bg img {
  height: auto;
  width: 100vw;
  object-fit: cover;
}
.logo-partners {
  max-width: 75vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .logo-partners {
    max-width: inherit;
    justify-content: center !important;
  }
}
.logo-partners--img {
  max-height: 80px;
}
@media screen and (max-width: 992px) {
  .logo-partners--img {
    max-width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .logo-partners--img {
    max-width: 48px;
  }
}
.media-brand .media {
  max-height: 120px;
}
/*
-----------------------------------------------------------------------------------
  Media
-----------------------------------------------------------------------------------
*/
.header .navbar-header .navbar-toggle {
  padding: 1em;
  border: none;
}
.header .navbar-header .navbar-toggle .icon-bar {
  background: white;
}
@media screen and (max-width: 1200px) {
  .header .navbar-header .navbar-brand img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .header .navbar-header .navbar-brand img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.world .partner-list {
  position: absolute;
  bottom: 1em;
  left: 1em;
}
.world .footer {
  padding: 20px 0;
}
.world .footer .flex-container {
  display: flex;
  flex-wrap: nowrap;
  width: 98%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.world .footer .footer-disclaimer--txt {
  width: 95%;
  margin: auto;
  line-height: 1.1;
  font-size: 10px;
  color: grey;
}
/*
===========================
dewiki land page
===========================
*/
.landwiki {
  background: white;
}
.landwiki .list-group-item {
  border: none;
}
.landwiki .list-group-item .btn {
  border-radius: 10px;
  text-wrap: normal;
  white-space: pre-wrap;
}
.landwiki h1,
.landwiki h2,
.landwiki h3,
.landwiki h4,
.landwiki p {
  color: black !important;
}
.landwiki hr {
  border-color: rgba(0, 0, 0, 0.2);
}
.landwiki .aclanguagenewindex {
  display: flex;
  flex-direction: row;
}
.landwiki .aclanguagenewindex li {
  display: none;
}
.landwiki .aclanguagenewindex li:nth-child(2),
.landwiki .aclanguagenewindex li:nth-child(6) {
  display: flex;
}
.landwiki .aclanguagenewindex a {
  padding: 25px;
}
/*# sourceMappingURL=style.css.map */