@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,700);/* $blue: #021f47; */

/*CI Lufthansa */

/* $blue2:#28458e; */

/*CI Lufthansa */

/*CI Lufthansa */

/* $gray: #ced4da; */

/*CI Lufthansa */

/* $darkgray: #999; */

/*CI Lufthansa */

/*CI Lufthansa */

/*$bgHeaderFooter: #021f47;
$bgNavAct: #28458e;*/

/*CI Lufthansa */

/*CI Lufthansa */

/*$secondary: #868e96;*/

/*CI Lufthansa */

/*
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px)
// Medium devices (tablets, 768px and up)
@media (min-width: 768px)
// Large devices (desktops, 992px and up)
@media (min-width: 992px)
// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) 
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) 
// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) 
// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) 
// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px)
*/

/*
==========================================================
==========================================================

Bootstrap 4 Admin Template

https://bootstrapious.com/p/admin-template

==========================================================
==========================================================
*/

/*
* ==========================================================
*     GENERAL STYLES
* ==========================================================
*/

.h1,
h1 {
  font-size: 1.5rem;
  /*font-weight: 700;*/
  font-family: "lufthansa_office_headbold", "Nunito", sans-serif;
}

.h2,
h2 {
  font-size: 1.2rem;
  /*font-weight: 700;*/
  font-family: "lufthansa_office_headbold", "Nunito", sans-serif;
}

.h3,
h3 {
  font-size: 1.1rem;
  /*font-weight: 700;*/
  font-family: "lufthansa_office_headbold", "Nunito", sans-serif;
}

.h4,
h4 {
  font-size: 1.1rem;
  /*font-weight: 700;*/
  font-family: "lufthansa_office_headbold", "Nunito", sans-serif;
}

.h5,
h5 {
  font-size: 1.0rem;
  /*font-weight: 400;*/
  font-family: "lufthansa_office_headregular", "Nunito", sans-serif;
}

a,
i,
span {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a {
  color: #05164D;
}

a:hover,
a:focus,
i:hover,
i:focus,
span:hover,
span:focus {
  text-decoration: none;
}

.btn-link {
  color: #05164D;
}

section {
  padding: 30px 0;
}

canvas {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.table td,
.table th {
  padding: 1rem .75rem .75rem .75rem;
}

.container-fluid {
  padding: 0 30px;
}

@media (max-width: 575px) {
  .container-fluid {
    padding: 0 15px;
  }
}

table {
  color: #05164D;
}

table td i {
  margin-right: 15px;
}

*[class*="icon-"] {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

b,
strong {
  font-family: "lufthansa_office_textbold", "Nunito", sans-serif;
  font-weight: normal;
}

h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong {
  font-family: "lufthansa_office_headbold", "Nunito", sans-serif;
}

button,
input {
  outline: none !important;
}

/*remove arrows in input type number*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Show number picker on focus*/

input[type=number]:focus::-webkit-inner-spin-button,
input[type=number]:focus::-webkit-outer-spin-button,
input[type=number]:hover::-webkit-inner-spin-button,
input[type=number]:hover::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*Firefox:*/

/*Hide number picker*/

input[type=number] {
  -moz-appearance: textfield;
}

/* Show number picker on focus*/

input[type=number]:focus,
input[type=number]:hover {
  -moz-appearance: textfield;
}

.card {
  margin-bottom: 30px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
}

.card-header {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 1rem 1.25rem .755rem 1.25rem;
}

.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.card-header h4 .badge {
  padding: 5px 10px 2px 10px;
  line-height: 1.5;
  margin-left: 10px;
  margin-top: -3px;
}

@media (max-width: 767.98px) {
  .card-header,
  .card-body {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.breadcrumb-holder {
  background: #fff;
  margin-top: -30px;
  margin-bottom: 30px;
}

.breadcrumb {
  background: #fff;
  position: relative;
  z-index: 7;
  border-radius: 0;
  padding: 15px 0 10px 0;
  margin-bottom: 0;
}

.breadcrumb li.breadcrumb-item {
  color: #0086A3;
  font-weight: 300;
}

.breadcrumb li.active {
  color: #787878;
  font-weight: 300;
}

/*=== Helpers ===*/

.text-bold {
  /*font-weight: 700;*/
  font-family: "lufthansa_office_textbold", "Nunito", sans-serif;
}

.text-normal {
  /*font-weight: 700;*/
  font-family: "lufthansa_office_textregular", "Nunito", sans-serif;
}

.head-bold {
  /*font-weight: 700;*/
  font-family: "lufthansa_office_headbold", "Nunito", sans-serif;
}

.head-normal {
  /*font-weight: 700;*/
  font-family: "lufthansa_office_headregular", "Nunito", sans-serif;
}

.text-small {
  font-size: 0.8rem;
}

.text-xsmall {
  font-size: 0.75rem;
}

small {
  font-size: 0.75rem;
}

.bg-red {
  background: #ff7676 !important;
  color: #fff;
}

.bg-red:hover {
  color: #fff;
}

.bg-blue {
  background: #05164D !important;
  color: #fff;
}

.bg-blue:hover {
  color: #fff;
}

.bg-blue2 {
  background: #0086A3 !important;
  color: #fff;
}

.bg-blue2:hover {
  color: #fff;
}

.bg-yellow {
  background: #FFAD00 !important;
  color: #fff;
}

.bg-yellow:hover {
  color: #fff;
}

.bg-green {
  background: #54e69d !important;
  color: #fff;
}

.bg-green:hover {
  color: #fff;
}

.bg-orange {
  background: #ffaa31 !important;
  color: #fff;
}

.bg-orange:hover {
  color: #fff;
}

.bg-violet {
  background: #796AEE !important;
  color: #fff;
}

.bg-violet:hover {
  color: #fff;
}

.bg-gray {
  background: #D4D4D4 !important;
}

.bg-darkgray {
  background: #787878 !important;
}

.bg-white {
  background: #fff !important;
}

.bg-sand {
  background: #EBE3D7 !important;
}

.text-red {
  color: #ff7676;
}

.text-red:hover {
  color: #ff7676;
}

.text-yellow {
  color: #FFAD00 !important;
}

.text-yellow:hover {
  color: #FFAD00;
}

.text-green {
  color: #54e69d;
}

.text-green:hover {
  color: #54e69d;
}

.text-orange {
  color: #ffaa31;
}

.text-orange:hover {
  color: #ffaa31;
}

.text-violet {
  color: #796AEE;
}

.text-violet:hover {
  color: #796AEE;
}

.text-blue {
  color: #05164D;
}

.text-blue:hover {
  color: #05164D;
}

.text-blue2 {
  color: #0086A3;
}

.text-blue2:hover {
  color: #0086A3;
}

.text-gray {
  color: #D4D4D4;
}

.text-gray:hover {
  color: #D4D4D4;
}

.text-darkgray {
  color: #787878;
}

.text-darkgray:hover {
  color: #787878;
}

.text-uppercase {
  letter-spacing: 0.2em;
}

.lh-2 {
  line-height: 2;
}

.page .text-white {
  color: #fff;
}

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

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

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

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

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

.align-left {
  text-align: left !important;
}

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

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-left-25 {
  margin-left: 25px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-right-25 {
  margin-right: 25px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-right-10 {
  margin-right: 10px;
}

.has-shadow {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
}

.badge {
  /*font-weight: 400;*/
  font-family: "lufthansa_office_textregular", "Nunito", sans-serif;
}

.badge-rounded {
  border-radius: 50px;
}

.list-group-item {
  border-right: 0;
  border-left: 0;
}

.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.btn {
  /*font-weight: 400;*/
  font-family: "lufthansa_office_textregular", "Nunito", sans-serif;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem 0.3rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem #D4D4D4;
  box-shadow: 0 0 0 0.2rem #D4D4D4;
}

.btn.disabled,
.btn:disabled {
  opacity: .65;
}

.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

.btn-primary {
  color: #fff;
  background-color: #0086A3;
  border-color: #0086A3;
}

.btn-primary:hover {
  color: #EBE3D7;
  background-color: #0086A3;
  border-color: #0086A3;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 106, 238, 0.5);
  box-shadow: 0 0 0 0.2rem #05164D;
}

.btn-fontawesome {
  border: none;
  background: none;
}

.btn-delete-icon {
  border: none;
  background: none;
  color: #ff7676;
  padding: 0;
}

.btn-text {
  font-family: "lufthansa_office_textbold", "Nunito", sans-serif !important;
}

.btn-cancel {
  color: #222222;
  background-color: #D4D4D4;
  border-color: #D4D4D4;
}

.btn-icon {
  color: #222222;
  background: none;
  padding: 0;
}

.btn-icon .icon {
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  min-width: 40px;
  max-width: 40px;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.ml-3,
.mx-3 {
  margin-left: 1.3rem !important;
}

.count {
  color: #0086A3;
}

.line-bottom-blue {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 3px;
  overflow: hidden;
  font-size: .75rem;
  background-color: #05164D;
  border-radius: .25rem;
}

.big-strong {
  font-size: 1.5em;
  /*font-weight: 400;*/
  font-family: "lufthansa_office_textbold", "Nunito", sans-serif;
}

/*
* ==========================================================
*     PAGING
* ==========================================================
*/

body {
  position: relative;
}

.page-link {
  color: #05164D;
  background-color: #fff;
  border: 1px solid #ced4da;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #0086A3;
  border-color: #0086A3;
}

/*
* ==========================================================
*     CONTENTS
* ==========================================================
*/

.tile-link {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 30;
}

.card-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.card-close .dropdown-toggle {
  color: #999;
  background: none;
  border: none;
}

.card-close .dropdown-toggle:after {
  display: none;
}

.card-close .dropdown-menu {
  border: none;
  min-width: auto;
  font-size: 0.9em;
  border-radius: 0;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1), -2px -2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1), -2px -2px 3px rgba(0, 0, 0, 0.1);
}

.card-close .dropdown-menu a {
  color: #999 !important;
}

.card-close .dropdown-menu a:hover {
  background: #2b90d9;
  color: #fff !important;
}

.card-close .dropdown-menu a i {
  margin-right: 10px;
  -webkit-transition: none;
  transition: none;
}

.content-inner {
  position: relative;
  width: calc(100% - 250px);
  min-height: calc(100vh - 70px);
  padding-bottom: 60px;
}

.content-inner.active {
  width: calc(100% - 90px);
}

/*
* ==========================================================
*     PAGE
* ==========================================================
*/

body {
  overflow-x: hidden;
  color: #222222;
  font-size: 1rem;
  font-family: "lufthansa_office_textregular", "Nunito", sans-serif;
  line-height: 1.5;
}

.page {
  overflow-x: hidden;
  background: #f8f9fa;
}

/*
* ==========================================================
*     HEADER
* ==========================================================
*/

header.page-header {
  padding: 20px 0 15px 0;
}

.page-header {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 8;
}

#logout-form {
  padding: 0;
  margin: 0;
}

.btn-logout {
  background: none;
  border: none;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

/*
* ==========================================================
*     FOOTER
* ==========================================================
*/

footer.main-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #05164D;
  color: #fff;
  padding: 20px 10px;
}

footer.main-footer a {
  color: inherit;
}

footer.main-footer p {
  margin: 0;
  font-size: 0.8em;
}

/* FOOTER MEDIAQUERIES  --------------------------------- */

@media (max-width: 575px) {
  footer.main-footer div[class*='col'] {
    text-align: center !important;
  }
}

section.charts div[class*="col-"] {
  margin-bottom: 30px;
}

section.charts header {
  padding: 30px 0;
}

section.charts div[class*="col-"] {
  margin-bottom: 0;
}

/*
* ==========================================================
*     LOGIN PAGE
* ==========================================================
*/

.login-page {
  position: relative;
}

.login-page::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}

.login-page .container {
  min-height: 100vh;
  z-index: 999;
  padding: 20px;
  position: relative;
}

.login-page .form-holder {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 50px;
}

.login-page .form-holder .info,
.login-page .form-holder .form {
  min-height: 70vh;
  padding: 40px;
  height: 100%;
}

.login-page .form-holder div[class*='col-'] {
  padding: 0;
}

.login-page .form-holder .info {
  background: #05164D;
  color: #fff;
}

.login-page .form-holder .info a {
  color: #fff;
}

.login-page .form-holder .info h1 {
  font-size: 2.5em;
  /*font-weight: 600;*/
  font-family: "lufthansa_office_headbold", "Nunito", sans-serif;
}

.login-page .form-holder .info p {
  font-weight: 300;
}

.login-page .form-holder .form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.login-page .form-holder .form .content {
  width: 100%;
}

.login-page .form-holder .form form {
  width: 100%;
  max-width: 400px;
}

.login-page .form-holder .form #login,
.login-page .form-holder .form #register {
  margin-bottom: 20px;
  cursor: pointer;
}

.login-page .form-holder .form a.forgot-pass,
.login-page .form-holder .form a.signup {
  font-size: 0.9em;
  color: #05164D;
}

.login-page .form-holder .form small {
  color: #787878;
}

.login-page .form-holder .form .terms-conditions label {
  cursor: pointer;
  color: #787878;
  font-size: 0.9em;
}

@media (max-width: 991px) {
  .login-page .info,
  .login-page .form {
    min-height: auto !important;
  }

  .login-page .info {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

/*
* ==========================================================
*     SIDEBAR
* ==========================================================
*/

nav.side-navbar {
  background: #fff;
  min-width: 250px;
  max-width: 250px;
  color: #686a76;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 9;
}

nav.side-navbar a {
  color: #0086A3;
  position: relative;
  font-size: 1em;
}

nav.side-navbar a[data-toggle="collapse"]::before {
  content: '\F104';
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 20px;
}

nav.side-navbar a[aria-expanded="true"] {
  background: #EEF5F9;
}

nav.side-navbar a[aria-expanded="true"]::before {
  content: '\F107';
}

nav.side-navbar a i {
  font-size: 1.2em;
  margin-right: 10px;
  -webkit-transition: none;
  transition: none;
}

nav.side-navbar .sidebar-header {
  padding: 30px 15px;
}

nav.side-navbar .avatar {
  width: 55px;
  height: 55px;
}

nav.side-navbar .title {
  margin-left: 10px;
}

nav.side-navbar .title h1 {
  color: #333;
}

nav.side-navbar .title p {
  font-size: 0.9em;
  font-weight: 200;
  margin-bottom: 0;
  color: #787878;
}

nav.side-navbar span.heading {
  text-transform: uppercase;
  /*font-weight: 400;*/
  font-family: "lufthansa_office_headregular", "Nunito", sans-serif;
  margin-left: 20px;
  color: #787878;
  font-size: 0.8em;
}

nav.side-navbar ul {
  padding: 15px 0;
}

nav.side-navbar ul li a {
  padding: 13px 15px  7px 15px;
  text-decoration: none;
  display: block;
  border-left: 4px solid transparent;
}

nav.side-navbar ul li a:hover {
  background: #0086A3;
  border-left: 4px solid #EBE3D7;
  color: #fff;
}

nav.side-navbar ul li li a {
  padding-left: 50px;
  background: #EEF5F9;
}

nav.side-navbar ul li.active > a {
  background: #0086A3;
  color: #fff;
  border-left: 4px solid #EBE3D7;
}

nav.side-navbar ul li.active > a:hover {
  background: #0086A3;
}

nav.side-navbar ul li li.active > a {
  background: #419bdd;
}

nav.side-navbar ul li ul {
  padding: 0;
}

nav.side-navbar.shrinked {
  min-width: 90px;
  max-width: 90px;
  text-align: center;
}

nav.side-navbar.shrinked span.heading {
  margin: 0;
}

nav.side-navbar.shrinked ul li a {
  padding: 15px 2px;
  border: none;
  font-size: 0.8em;
  color: #787878;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

nav.side-navbar.shrinked ul li a[data-toggle="collapse"]::before {
  content: '\F107';
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  position: absolute;
  top: auto;
  right: 50%;
  bottom: 0;
  left: auto;
}

nav.side-navbar.shrinked ul li a[data-toggle="collapse"][aria-expanded="true"]::before {
  content: '\F106';
}

nav.side-navbar.shrinked ul li a:hover {
  color: #EBE3D7;
  border: none;
}

nav.side-navbar.shrinked ul li a:hover i {
  color: #EBE3D7;
}

nav.side-navbar.shrinked ul li a i {
  margin-right: 0;
  margin-bottom: 2px;
  display: block;
  font-size: 1rem;
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

nav.side-navbar.shrinked ul li.active > a {
  color: #EBE3D7;
}

nav.side-navbar.shrinked ul li.active > a i {
  color: #EBE3D7;
}

nav.side-navbar.shrinked .sidebar-header .title {
  display: none;
}

/* SIDEBAR MEDIAQUERIES ----------------------------------- */

@media (max-width: 1199px) {
  nav.side-navbar {
    margin-left: -90px;
    min-width: 90px;
    max-width: 90px;
    text-align: center;
    overflow: hidden;
  }

  nav.side-navbar span.heading {
    margin: 0;
  }

  nav.side-navbar ul li a {
    padding: 15px 2px;
    border: none;
    font-size: 0.8em;
    color: #787878;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
  }

  nav.side-navbar ul li a[data-toggle="collapse"]::before {
    content: '\F107';
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    position: absolute;
    top: auto;
    right: 50%;
    bottom: 0;
    left: auto;
  }

  nav.side-navbar ul li a[data-toggle="collapse"][aria-expanded="true"]::before {
    content: '\F106';
  }

  nav.side-navbar ul li a:hover {
    color: #EBE3D7;
    border: none;
  }

  nav.side-navbar ul li a:hover i {
    color: #EBE3D7;
  }

  nav.side-navbar ul li a i {
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
    font-size: 1.6em;
    color: #333;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }

  nav.side-navbar ul li.active > a {
    color: #EBE3D7;
  }

  nav.side-navbar ul li.active > a i {
    color: #EBE3D7;
  }

  nav.side-navbar .sidebar-header .title {
    display: none;
  }

  nav.side-navbar.shrinked {
    margin-left: 0;
  }

  .content-inner {
    width: 100%;
  }

  .content-inner.active {
    width: calc(100% - 90px);
  }
}

/*
* ==========================================================
*     MAIN NAVBAR
* ==========================================================
*/

nav.navbar {
  background: #05164D;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  position: relative;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 10;
  padding-left: 0;
  padding-right: 0;
}

nav.navbar .badge {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}

nav.navbar .navbar-holder {
  width: 100%;
}

nav.navbar a {
  color: inherit;
}

nav.navbar .container-fluid {
  width: 100%;
}

nav.navbar .menu-btn {
  margin-right: 20px;
  font-size: 1.2em;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

nav.navbar .menu-btn span {
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 4px auto 0;
  -webkit-transition: all 0.3s cubic-bezier(0.81, -0.33, 0.345, 1.375);
  transition: all 0.3s cubic-bezier(0.81, -0.33, 0.345, 1.375);
}

nav.navbar .menu-btn span:nth-of-type(2)::after {
  -webkit-transform: rotate(145deg);
  transform: rotate(145deg);
  position: absolute;
  top: -2px;
  left: 0;
}

nav.navbar .menu-btn.active span:first-of-type {
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}

nav.navbar .menu-btn.active span:nth-of-type(2) {
  -webkit-transform: none;
  transform: none;
}

nav.navbar .menu-btn.active span:last-of-type {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}

nav.navbar .nav-link {
  position: relative;
}

nav.navbar .nav-link span.badge-corner {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  font-size: 0.7em;
}

nav.navbar .nav-link.language span {
  margin-left: .3rem;
  vertical-align: middle;
}

nav.navbar .nav-link.logout i {
  margin-left: 10px;
}

nav.navbar .nav-menu {
  margin-bottom: 0;
}

nav.navbar .search-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: #fff;
  z-index: 12;
  border-radius: 0;
  display: none;
}

nav.navbar .search-box .dismiss {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5em;
  color: #999;
}

nav.navbar .search-box form {
  height: 100%;
}

nav.navbar .search-box form input {
  height: 100%;
  border: none;
  padding: 20px;
}

nav.navbar .dropdown-toggle::after {
  border: none !important;
  content: '\F107';
  vertical-align: baseline;
  font-family: 'FontAwesome';
  margin-left: .3rem;
}

nav.navbar .dropdown-menu {
  right: 0;
  min-width: 250px;
  left: auto;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 15px 0;
  max-width: 400px;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
}

nav.navbar .dropdown-menu .dropdown-item {
  background: #fff;
  padding: 10px 20px;
  font-size: 0.8rem;
  width: 100%;
}

nav.navbar .dropdown-menu .dropdown-item:hover {
  background: #f5f5f5;
}

nav.navbar .dropdown-menu .dropdown-item i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #2b90d9;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

nav.navbar .dropdown-menu .dropdown-item small {
  margin-left: 40px;
}

nav.navbar .dropdown-menu span {
  position: static;
  font-size: 0.9em;
  color: #787878;
}

nav.navbar .dropdown-menu strong {
  /*font-weight: 700;*/
  font-family: "lufthansa_office_textbold", "Nunito", sans-serif;
}

nav.navbar .dropdown-menu .msg-profile {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

nav.navbar .dropdown-menu h3 {
  /*font-weight: 500;*/
  font-family: "lufthansa_office_headregular", "Nunito", sans-serif;
}

/* MAIN NAVBAR MEDIAQUERIES ----------------------------------- */

@media (max-width: 1199px) {
  nav.navbar .menu-btn {
    margin-right: 20px;
    font-size: 1.2em;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }

  nav.navbar .menu-btn span:first-of-type {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  nav.navbar .menu-btn span:nth-of-type(2) {
    -webkit-transform: none;
    transform: none;
  }

  nav.navbar .menu-btn span:nth-of-type(2)::before,
  nav.navbar .menu-btn span:nth-of-type(2)::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.navbar .menu-btn span:nth-of-type(2)::after {
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
    position: absolute;
    top: -2px;
    left: 0;
  }

  nav.navbar .menu-btn span:last-of-type {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  nav.navbar .menu-btn.active span:first-of-type {
    -webkit-transform: none;
    transform: none;
  }

  nav.navbar .menu-btn.active span:nth-of-type(2) {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  nav.navbar .menu-btn.active span:last-of-type {
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 575px) {
  nav.navbar {
    font-size: 14px;
  }

  nav.navbar .badge {
    width: 19px;
    height: 19px;
  }

  nav.navbar .nav-item > a {
    font-size: 13px;
  }

  nav.navbar .dropdown-menu {
    right: auto;
    left: -50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*
* ==========================================================
*     FORMS
* ==========================================================
*/

.form-control {
  height: calc(2.25rem + 2px);
  border: 1px solid #ced4da;
  border-radius: 0;
  padding: 0.75rem 0.75rem 0.375rem 0.75rem;
  color: #021f47;
}

.form-control::-moz-placeholder {
  font-size: 1em;
  font-family: "lufthansa_office_textregular", "Nunito", sans-serif, "Nunito", sans-serif;
  color: #cfcfcf;
}

.form-control::-webkit-input-placeholder {
  font-size: 1em;
  font-family: "lufthansa_office_textregular", "Nunito", sans-serif, "Nunito", sans-serif;
  color: #cfcfcf;
}

.form-control:-ms-input-placeholder {
  font-size: 1em;
  font-family: "lufthansa_office_textregular", "Nunito", sans-serif, "Nunito", sans-serif;
  color: #cfcfcf;
}

.form-control:focus {
  color: #222222;
  background-color: #fff;
  border-color: #222222;
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(43, 144, 217, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(43, 144, 217, 0.25);
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.date input {
  max-width: 150px;
  display: inline;
  margin-right: 5px;
}

.date span.add-on {
  display: inline;
}

textarea.form-control {
  height: auto;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

select.form-control option {
  color: #787878;
  font-family: 'Nunito';
}

.input-group .dropdown-menu {
  padding: 15px;
  border-radius: 0;
}

.input-group .dropdown-menu a {
  padding: 5px 0;
  color: inherit;
  text-decoration: none;
}

.input-group .dropdown-menu a:hover {
  color: #222222;
  background: none;
}

.input-group-text {
  color: #868e96;
  background: #f8f9fa;
  border-color: #dee2e6;
  border-radius: 0;
  padding: 0.375rem 0.75rem 0rem 0.75rem;
}

.input-group-text .checkbox-template,
.input-group-text .radio-template {
  -webkit-transform: none;
  transform: none;
}

.form-control-label {
  font-size: 1rem;
}

button,
input[type='submit'] {
  cursor: pointer;
  font-family: inherit;
  font-weight: 300 !important;
}

.input-group .dropdown-toggle {
  background: #f5f5f5;
}

.checkbox-template,
.radio-template {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}

.checkbox-template + label,
.radio-template + label {
  margin-left: 10px;
}

.checkbox-template::before,
.radio-template::before {
  margin-right: 10px;
  content: '';
  display: inline-block;
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #dae2e7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.checkbox-template::after,
.radio-template::after {
  content: '\F00C';
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 0.7em;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
}

.checkbox-template:checked::before,
.radio-template:checked::before {
  background: #222222;
}

.checkbox-template:checked::after,
.radio-template:checked::after {
  opacity: 1;
}

.radio-template::before {
  border-radius: 50%;
  -webkit-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
}

.radio-template::after {
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  content: '';
}

.radio-template:checked::after {
  background: #fff;
}

input.input-material {
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

input.input-material.is-invalid {
  border-color: #dc3545 !important;
}

input.input-material:focus {
  border-color: #222222;
}

input.input-material ~ label {
  color: #787878;
  position: absolute;
  top: 14px;
  left: 0;
  cursor: text;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 300;
}

input.input-material ~ label.active {
  font-size: 0.8rem;
  top: -10px;
  color: #222222;
}

input.input-material.is-invalid ~ label {
  color: #dc3545;
}

input.form-background-colored {
  background: #EEF5F9;
}

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

.modal-content {
  border-radius: 0;
}

.i-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.help-block {
  color: #021f47;
}

/*
* ==========================================================
*    Article
* ==========================================================
*/

.articles a {
  text-decoration: none !important;
  display: block;
}

.articles .badge {
  font-size: 0.7em;
  padding: 5px 10px;
  line-height: 1;
  margin-left: 10px;
}

.articles .item {
  padding: 0.75rem 20px;
}

.articles .item:nth-of-type(even) {
  background: #fafafa;
}

.articles .item .image {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  margin-right: 15px;
}

.articles .item h3 {
  margin-bottom: 0;
}

/*
* ==========================================================
*    Users
* ==========================================================
*/

.client .client-avatar {
  max-height: 150px;
  max-width: 150px;
  margin: 0 auto;
  position: relative;
}

.client .client-avatar .status {
  content: '';
  display: block;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.client .client-title {
  margin-top: 20px;
}

.client .client-title span {
  font-size: 0.9em;
  color: #D4D4D4;
  display: block;
}

.client .client-info {
  margin-top: 20px;
}

.client .client-info strong {
  /*font-weight: 700;*/
  font-family: "lufthansa_office_textbold", "Nunito", sans-serif;
}

@media (max-width: 767px) {
  #user-table .th-user-avatar {
    display: none !important;
  }

  #user-table .th-user-prename {
    display: none !important;
  }

  #user-table .th-user-name {
    display: none !important;
  }

  #user-table .th-user-phone {
    display: none !important;
  }

  #user-table .th-user-email {
    display: block;
    width: 100%;
  }

  #user-table .th-user-aktion {
    display: none;
  }

  #user-table .td-user-avatar {
    display: none !important;
  }

  #user-table .td-user-prename {
    display: none !important;
  }

  #user-table .td-user-name {
    display: none !important;
  }

  #user-table .td-user-phone {
    display: none !important;
  }

  #user-table .td-user-email {
    display: block;
    width: 100%;
  }

  #user-table .td-user-aktion {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #user-table .th-user-avatar {
    display: none !important;
  }

  #user-table .th-user-phone {
    display: none !important;
  }

  #user-table .th-user-aktion {
    width: 130px;
  }

  #user-table .td-user-avatar {
    display: none !important;
  }

  #user-table .td-user-phone {
    display: none !important;
  }

  #user-table .td-user-aktion {
    width: 130px;
  }
}

@media (min-width: 1024px) and (max-width: 1489px) {
  #user-table .th-user-aktion {
    width: 130px;
  }

  #user-table .td-user-aktion {
    width: 130px;
  }
}

/*
* ==========================================================
*   Categories
* ==========================================================
*/

#categories .category {
  margin: 20px 0;
}

#categories .category-item {
  cursor: pointer;
}

#categories .category-item i.fa-angle-down,
.category-item i.fa-angle-right {
  font-size: 1.3em !important;
  margin-left: -10px;
}

#categories .edit-category {
  margin-left: 25px;
  margin-right: 10px;
}

#categories .create-subcat {
  margin-right: 55px;
}

#categories .confirm-delete {
  margin-right: 25px;
}

@media (min-width: 768px) {
  #categories .category-title {
    max-width: 70%;
  }
}

/*
* ==========================================================
*   Blocks
* ==========================================================
*/

#blocksByCat .cat-active {
  /*font-weight: 700;*/
  font-family: "lufthansa_office_textbold", "Nunito", sans-serif;
}

#blocksByCat .edit-block {
  display: block;
}

#blocksByCat .active-collapse-nav-item {
  /*font-weight: 700;*/
  font-family: "lufthansa_office_textbold", "Nunito", sans-serif;
}

#blocksByCat .item {
  padding: 20px 1.3em 10px 1.3em;
}

#blocksByCat .item:nth-of-type(even) {
  background: #fafafa;
}

#blocksByCat .icon {
  margin-right: 15px;
  float: left;
}

#blocksByCat h5 {
  margin-bottom: 5px;
  color: #333;
  /*font-weight: 400;*/
  font-family: "lufthansa_office_headregular", "Nunito", sans-serif;
}

#blocksByCat p {
  font-size: 0.8em;
  margin-bottom: 0;
}

#blocksByCat .date {
  font-size: 0.9em;
  color: #787878;
}

#blocksByCat .title {
  margin-bottom: 0.25rem;
}

#blocksByCat i.fa-angle-down,
#blocksByCat i.fa-angle-right {
  font-size: 1.3em !important;
}

#blocksByCat span.heading {
  text-transform: uppercase;
  /*font-weight: 400;*/
  font-family: "lufthansa_office_headregular", "Nunito", sans-serif;
  margin-left: 20px;
  color: #787878;
  font-size: 0.8em;
}

#blocksByCat .category i.fa-angle-down,
#blocksByCat .category i.fa-angle-right {
  color: #787878;
}

/*
* ==========================================================
*   Proposal
* ==========================================================
*/

.proposalBlockItem {
  padding: .75rem;
  border-top: 1px solid #787878;
  display: block;
}

.proposalBlockItem:nth-of-type(even) {
  background: #fafafa;
}

#addExistingBlockForm .item {
  padding: 20px 0;
}

#addExistingBlockForm .item:nth-of-type(even) {
  background: #fafafa;
}

.customer-view-headline {
  color: #787878;
  font-size: 1.0rem;
  font-family: "lufthansa_office_headbold", "Nunito", sans-serif;
  padding: 0.5rem 0 0.25rem 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.customer-view-headline2 {
  font-family: "lufthansa_office_textbold", "Nunito", sans-serif;
}

@media (max-width: 767px) {
  #dashboard-table .th-proposal-date {
    display: none !important;
  }

  #dashboard-table .th-proposal-title {
    display: block;
    width: 100%;
  }

  #dashboard-table .th-proposal-aktion {
    display: none;
  }

  #dashboard-table .th-proposal-customer {
    display: none !important;
  }

  #dashboard-table .th-proposal-createdby {
    display: none !important;
  }

  #dashboard-table .td-proposal-date {
    display: none !important;
  }

  #dashboard-table .td-proposal-title {
    display: block;
    width: 100%;
  }

  #dashboard-table .td-proposal-customer {
    display: none !important;
  }

  #dashboard-table .td-proposal-createdby {
    display: none !important;
  }

  #dashboard-table .td-proposal-aktion {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1489px) {
  #dashboard-table .th-proposal-date {
    width: 120px;
  }

  #dashboard-table .th-proposal-customer {
    display: none !important;
  }

  #dashboard-table .th-proposal-createdby {
    display: none !important;
  }

  #dashboard-table .th-proposal-aktion {
    width: 180px;
  }

  #dashboard-table .td-proposal-date {
    width: 120px;
  }

  #dashboard-table .td-proposal-customer {
    display: none !important;
  }

  #dashboard-table .td-proposal-createdby {
    display: none !important;
  }

  #dashboard-table .td-proposal-aktion {
    width: 180px;
  }
}

.proposal-actions .btn-icon {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  word-wrap: break-word;
  word-break: break-word;
}

@media (min-width: 1490px) {
  .proposal-actions .btn-primary {
    margin-top: 20px;
  }
}

@media (max-width: 1489px) {
  .proposal-actions .btn-icon span.button-text {
    display: none;
  }

  .proposal-actions .btn-icon {
    float: left;
    display: inline-block;
  }
}

/*logs*/

.proposal-log {
  max-width: 200px;
}

.proposal-log .item {
  padding: 20px;
}

.proposal-log .item:nth-of-type(even) {
  background: #fafafa;
}

.proposal-log .icon {
  margin-right: 10px;
}

/*
* ==========================================================
*     Clean
* ==========================================================
*/

#clean .icon {
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  min-width: 40px;
  max-width: 40px;
  border-radius: 50%;
}

.cleanlist .item {
  padding: 20px 20px 10px 20px;
}

.cleanlist .item:nth-of-type(even) {
  background: #fafafa;
}

.cleanlist .col-item-1 {
  max-width: 5%;
  width: 5%;
}

.cleanlist .col-item-2 {
  max-width: 95%;
  width: 95%;
}

@media (min-width: 1199px) {
  .cleanlist .col-item-1 {
    max-width: 3%;
    width: 3%;
  }

  .cleanlist .col-item-2 {
    max-width: 97%;
    width: 97%;
  }
}

/*
* ==========================================================
*     DASHBOARD COUNTS SECTION
* ==========================================================
*/

section.dashboard-search-and-filter .icon {
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  min-width: 40px;
  max-width: 40px;
  border-radius: 50%;
}

section.dashboard-search-and-filter .title {
  font-size: 1.0em;
  color: #787878;
  margin: 9px 20px 0 20px;
}

section.dashboard-search-and-filter .number {
  font-size: 1.6em;
  margin-top: 5px;
}

section.dashboard-search-and-filter .number strong {
  font-family: "lufthansa_office_textbold", "Nunito", sans-serif;
}

section.dashboard-search-and-filter .row {
  padding: 17px 15px 20px 15px;
  margin: 0;
}

section.dashboard-search-and-filter input.date-input {
  max-width: 120px;
}

section.dashboard-search-and-filter .date-input {
  margin-bottom: 10px;
}

section.dashboard-search-and-filter div[class*='col-'] .item {
  border-right: 1px solid #D4D4D4;
  padding: 5px 0 2px 0;
}

section.dashboard-search-and-filter div[class*='col-']:last-of-type .item {
  border-right: none;
}

@media (max-width: 1199px) {
  section.dashboard-search-and-filter div[class*='col-'] .item {
    border-right: none !important;
  }
}

@media (min-width: 576px) {
  section.dashboard-search-and-filter .date {
    float: left;
    margin-right: 15px;
  }
}

@media (max-width: 1199px) {
  section.dashboard-search-and-filter .date-input {
    margin-bottom: 10px;
  }

  section.dashboard-search-and-filter select {
    min-width: 80%;
    max-width: 270px;
  }
}

@media (max-width: 767px) {
  section.dashboard-search-and-filter .title {
    margin-left: 0px;
  }

  section.dashboard-search-and-filter .title span {
    font-family: "lufthansa_office_textbold", "Nunito", sans-serif;
  }

  section.dashboard-search-and-filter .icon {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1544px) {
  section.dashboard-search-and-filter .item-col-1 {
    min-width: 30% !important;
    max-width: 30% !important;
  }

  section.dashboard-search-and-filter .item-col-2 {
    min-width: 30% !important;
    max-width: 30% !important;
  }

  section.dashboard-search-and-filter .item-col-3 {
    min-width: 40% !important;
    max-width: 40% !important;
  }

  section.dashboard-search-and-filter .item-col-3 .item {
    border-right: none !important;
  }

  section.dashboard-search-and-filter .item-col-4 {
    min-width: 100% !important;
    max-width: 100% !important;
    float: none;
  }

  section.dashboard-search-and-filter div[class*='col-'] .item {
    height: 100%;
  }
}

@media (min-width: 1545px) {
  section.dashboard-search-and-filter .item-col-4 .btn {
    margin-top: 30px;
    float: none;
    display: block !important;
  }
}

.dashboard-info {
  float: left;
}

.dashboard-info:first-child {
  margin-right: 10px;
}

.dashboard-info strong {
  font-family: "lufthansa_office_textbold", "Nunito", sans-serif;
  color: #222222;
  line-height: 1;
}

.dashboard-info small {
  color: #222222;
  text-transform: uppercase;
}

.dashboard-info .icon {
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  min-width: 40px;
  max-width: 40px;
  color: #fff;
  border-radius: 50%;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .dashboard-info {
    float: right;
    margin-top: -2px;
  }

  .dashboard-info:first-child {
    margin-left: 20px;
  }
}

/*
* ==========================================================
*   Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
* ==========================================================
*/

.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
  background-color: #fbf069\9;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
  background: #eee;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#f3e97a));
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active {
  background-color: #efe24b\9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(grey));
  background-image: linear-gradient(to bottom, #b3b3b3, grey);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
  background-color: grey;
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active {
  background-color: #666\9;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
  background-color: #039\9;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  background-color: #039\9;
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/*
* ==========================================================
*   Fancybox 3
* ==========================================================
*/

.fancybox-content {
  min-width: 60%;
}

