/* reset */
* {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* render html5 elements as block 
   rendert html5 elemente als block  */

header, footer, section, aside, nav, article { display: block;}

body {
/*
background-color: #fff;
font-size: 0.95em;
font-family: Arial, SunSans-Regular, Sans-Serif;
*/
/*color:#564b47;*/
}

pre, code {
font-size: 1.3em;
}

/* obsolete - doesnt work in generic form */
/*
a {color: #ff6677;}
a:visited {color:#ff6677;}
a:hover {color: #564b47;}
a:active { color:#000000;}
*/

.menudivider1 {
  border-top: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;     
}

h1, h2 {
font-size:1.8em;
font-weight: normal;
padding-top: 20px;
}

h2.subjectpadding {
   font-size:1.8em;
   font-weight: normal;
   margin: 0px;
   padding: 0px;
   padding-top: 10px !important;
}

h2.nopadding {
   font-size:1.8em;
   font-weight: normal;
   margin: 0px;
   padding: 0px;
   padding-top: 0px !important;
}

h3.nopadding {
   font-size:1.3em;
   font-weight: normal;
   margin: 0px;
   padding: 0px;
   padding-top: 0px !important;
}

img.download {vertical-align:middle;}
img{border:none;}

/* HFHF TODO
p, pre{
padding:  0 0 10px;
line-height:1.5em;
}
*/

input, select, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input[type="text"] {
    font-size:14px
}

input[type="number"] {
    font-size:14px
}

.twodigit-input {
   width: 3em;
}


.fuelprice-input {
   width: 5em;
}


.tanknetz-fixed-input {
    width: 280px;
}

.alarmbuttons
{
    padding: 0 0 0.1em;
}

/* ---------- header, content, footer width -------------- */

/* HFHF TODO
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}
*/

/**********************************
Responsive navbar-brand image CSS
- Remove navbar-brand padding for firefox bug workaround
- add 100% height and width auto ... similar to how bootstrap img-responsive class works
***********************************/

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 50px;
  padding: 10px;
  width: auto;
}

/* EXAMPLE 3

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

.navbar-brand {
  height: 50px;
}

#pricingnavbar1 {
/*
   position: fixed;
*/
   z-index:995;
   border:0px;
   padding-bottom: 0px;
   margin-bottom: 0px;
}

#pricingnavbar1collapse {
   z-index: 900;
   padding-bottom: 0px;
   margin-bottom: 0px;
}

#pricealert1 {
}

@media screen and ( min-device-width: 1280px ) {

#pricingalertsheader1 {
 display: block;
}

#pricingalertsheader0 {
 display: none;
}

#pricingnavbar2 {
   /*margin-top: 50px;*/
   z-index: 990;
   border:0px;
}

#container {
   width: 100%;
}

.container-baselayout1 {
   margin-top: 0px;
}

.container-baselayout1-small {
   margin-top: 60px;
}

}

@media screen and ( min-device-width: 1px ) and ( max-device-width: 1279px ) {

#pricingnavbar1 {
 position: static;
};

#pricingnavbar2 {
 position: static;
};

#pricingalertsheader1 {
 display: none;
};

#pricingalertsheader0 {
 display: block;
};

.thhide {
 display: none;
};

}

#pricingalertsheader0 {
  margin-top:92px;
  border: 0px;
  z-index: 995;
}

#pricingalertsheader1 {
  margin-top:92px;
  z-index: 999;
}

.btnwithpaddingright1 {
    padding-right: 5px;
}

.btn-blocks
{
    width: 200px;  
}

.btn-alarmlink {
    margin: 5px auto;
}

.bgcolore5 {
   background-color: #81D4FA !important;
}

.bgcolore10 {
   background-color: #81adcb !important;
}

.bgcolordiesel {
   background-color: #81CBC4 !important;
}

.bgcolorsuperplus {
   background-color: #9cfaa3;
}

.bgcolorecodiesel {
   background-color: #9cfaf3;
}

.bgcolorpreisdiskrepanz {
   background-color: #ff5959;
}

.bgcolorpreisdiskrepanzlight {
   background-color: #ffa500;
}

.bgcolorpricegapoverpriced {
   background-color: #FF7F50;
}

.bgcolorpricegapunderpriced {
   background-color: #449D44;
}

.notices p {
    line-height:10px !important;
}

.haftungshinweis
{
    font-family:  Arial, sans-serif;
    color: red;
    font-size: 0.5em;
}

.genericerrortext
{
    color: red;
}

.tablecontainer {
    display:table;
    border-collapse: collapse;
    /*margin-bottom: 10px;*/
}

.tableheading {
     font-weight: bold;
     display:table-row;
     background-color:#C91622;
     text-align: center;
     line-height: 25px;
     font-size: 14px;
     font-family:georgia;
     color:#fff;

}

.tablerow {
     display:table-row;
     text-align: center;
}

.tablecol {
    display:table-cell;
    text-align: left;
    padding: 5px;
}

.coloravailable
{
    background-color: #00FF00;
}

.colornotavailable
{
    background-color: #FF5959;
}

.coloropen
{
    background-color: yellow;
}

.colorclosed
{
    background-color: cyan;
}

.colorunknownopening
{
    background-color: grey;
}

#subjectsalarm
{
    margin-top: 10px;
}

a.subjectlinknormal{color:#00FF00;}
a.subjectlinknormal:visited {color:#00FF00;}
a.subjectlinknormal:hover {color:#00FF00;}
a.subjectlinknormal:active { color:#00FF00;}


a.subjectlinkalarm{color:#FF5959;}
a.subjectlinkalarm:visited {color:#FF5959;}
a.subjectlinkalarm:hover {color:#FF5959;}
a.subjectlinkalarm:active { color:#FF5959;}

#subjectlinks
{
    float: left;
    margin-top: 10px;
}

/* ----------header for logo-------------- */
header {
    background: #bbb;
    width: 100%;
    left: 0;
    top: 0;
    height: 200px;
    max-height: 200px;
    border-bottom:1px solid #666;
    border-top:1px solid #666;
    /*top: -200px; 
    -webkit-transition: -webkit-transform 0.2s ease-out;*/
}

    .overview-menu-container
    {
        margin-top:10px;
        float:left;
        width:100%;
    }

    .overview-menu-left
    {
        float:left;
    }

    .overview-menu-right
    {
        float:right;
    }


section#content
{
    background-color: #fff;
    /*margin:0  auto;*/
    /*padding: 0px 20px 130px;*/
    padding: 0px 0px 130px;
}

/* ----------header for logo-------------- */
header {
    background: #bbb;
    width: 100%;
    left: 0;
    top: 0;
    height: 200px;
    max-height: 200px;
    border-bottom:1px solid #666;
    border-top:1px solid #666;
    /*top: -200px; 
    -webkit-transition: -webkit-transform 0.2s ease-out;*/
}

    .overview-menu-container
    {
        margin-top:10px;
        float:left;
        width:100%;
    }

    .overview-menu-left
    {
        float:left;
    }

    .overview-menu-right
    {
        float:right;
    }


section#content
{
    background-color: #fff;
    margin:0  auto;
    padding: 0px 20px 130px;
}
/*
@media screen and (min-device-width: 1024px)
{

header {
    background: #bbb;
    width: 100%;

    position: fixed;
    left: 0;
    top: 0;
    height: 200px;
    max-height: 200px;
    border-bottom:1px solid #666;
    border-top:1px solid #666;
    //top: -200px; 
    //-webkit-transition: -webkit-transform 0.2s ease-out;
}

section#content
{
    background-color: #fff;
    margin:0  auto;
    //padding: 200px 20px 130px;
    padding: 0px 20px 130px;
}

}
*/
header {
    background: #bbb;
    width: 100%;
    left: 0;
    top: 0;
    height: 200px;
    max-height: 200px;
    border-bottom:1px solid #666;
    border-top:1px solid #666;
    /*top: -200px; 
    -webkit-transition: -webkit-transform 0.2s ease-out;*/
}

header img { float: left; padding: 10px;}

header .inner{
    /*background:url(http://intensivstation.ch/assets/Uploads/html5-bw.png) no-repeat center right;*/
    }

/*style the main menu*/
.overviewMenu1 {
    margin:0;
    padding:0;
}

.overviewMenu1 li {
    list-style:none;
    float:left;
    /*font:12px Arial, Helvetica, sans-serif #111;*/
}

.overviewMenu1 li a:link, .overviewMenu1 li a:visited {
    display:block;
    text-decoration:none;
    background-color:#bbb;
    padding: 0.5em 2em;
    margin:0;
    border-right: 1px solid #fff;
    color:#111;
}

.overviewMenu1 li a:hover {
    background-color:#0CF;
}

/*style the sub menu*/
.overviewMenu1 li ul {
    position:absolute;
    visibility:hidden;
    border-top:1px solid #fff;
    margin:0;
    padding:0;
}

.overviewMenu1 li ul li {
    display:inline;
    float:none;
}

.overviewMenu1 li ul li a:link, .overviewMenu1 li ul li a:visited {
    background-color:#09F;
    width:auto;
}

.overviewMenu1 li ul li a:hover {
    background-color:#0CF;
}

/* ----------------- content--------------------- */
.limittable table {
    border: 2px solid #ddd;
}

.limittable td {
    padding: 5px;
    /*text-align: center;*/
    align-content: center;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.limittable tr:hover {background-color: #f5f5f5}

.logininput {
    width: 200px;
}

.print-only {
   position: absolute;
   left: -20000px;
}

.chart-container-print-0 {
    box-sizing: border-box;
    width: 220mm;
    height: 400px;
    padding: 20px 15px 25px 15px;
    margin: 15px auto 30px auto;
    border: 1px solid #ddd;
    background: #fff;
    background: linear-gradient(#f6f6f6 0, #fff 50px);
    background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.chart-container-print {
    box-sizing: border-box;
    width: 270mm;
    height: 70mm;
    padding: 20px 15px 25px 15px;
    margin: 15px 15px 5px 15px;
    border: 1px solid #ddd;
    background: #fff;
    background: linear-gradient(#f6f6f6 0, #fff 50px);
    background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.chart-container {
    box-sizing: border-box;
    /*width: 100%; *//*850px;*/
    height: 400px;
    padding: 20px 15px 25px 15px;
    margin: 15px auto 30px auto;
    border: 1px solid #ddd;
    background: #fff;
    background: linear-gradient(#f6f6f6 0, #fff 50px);
    background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.chart-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

@media print {
    div.do-not-print {display: none;}
    .print-only {
     /*position: relative;*/
     left: 0px;
    }
}

.scrollable-menu {
   height: auto;
   max-height: 300px;
   overflow-x: hidden;
}

.freezecontainer {
  width: 100%;
  height: 400px;
  overflow: scroll;
  position: relative;
}

.freezecontainer table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  position: absolute;
  width: 100%;
}

.freezecontainer th,
.freezecontainer td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  min-width: 100px;
  width: 100px;
  box-sizing: border-box;
  margin: 0;
}

.freezecontainer td {
  background: #fff;
}

.freezecontainer th, .increasetable-top-left {
 background: #eee;
}


.increasetable-top-left {
  text-align: right;
  font-weight:bold;
  line-height: 2em;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-weight:bold;
  line-height: 2em;
}

div.subjectcontainer > table{
    width: 100%;
}

div.subjectcontainer  > th{ 
  background: #333; 
  color: black; 
  font-weight: bold;
}

div.subjectcontainer > td, div.subjectcontainer > th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}

.relevantcompetitor {
   font-weight: bold !important;
}

.tableresp { 
    width: 100%; 
    overflow-x: auto;
}

.tableresp::-webkit-scrollbar{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.tableresp::-webkit-scrollbar-thumb{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

.thsubject {
   min-width: 150px;
   width: 35%;
}

.subjecttable {
  border: 1px;
  width: 100%; /* must have this set */
}

.pricingtable {
   text-align:center; 
   vertical-align:middle;
}

div.schedtimeset {
   border: 1px solid;
   border-radius: 10px;
}

li .dropdown-menu .menudropdownheader1 {
   font-size: 1.2em !important;
   font-weight: bold;
   color: #007086;
}

li .menudropdowntext1 {
   font-size: 0.75em;
}

#siteloader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

#siteloaderdiv {
  display: none;
}

.spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

#ex1Slider .slider-selection {
   background: #CABABA;
}

/*
 * Card component
 */

.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.profile-img-card {
    width: 100px;
    margin: 0 auto 10px;
    display: block;
}

.profile-img-card-buschkuehl {
    width: 250px;
    margin: 0 auto 10px;
    display: block;
}


/*
 * Form styles
 */

.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.navbar-fixed-second {
    margin-top: 50px !important;
    border-width: 0 0 1px
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: #337AB7;
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

.overwrite-filterdropdownmenu {
   max-width: 50em !important;
}

.configtable {
   width:100%;
   border-top: none !important;
   border-bottom: none !important;
}

.configtable td, 
.configtable tr,
.configtable th {
   border:2px solid black;
   border-collapse: collapse;
   text-align: left;
}

.configtable td,
.configtable tr,
.configtable th {
  padding:0.1em;
}

.configtable th {
   background:#eee !important;
   font-weight: bold;
}

.configtable th {
   position: sticky;
    position: -webkit-sticky;
    top: 0px;
    /*z-index: 999;*/
}

.configtable .submitbtnhidden {
      display: none;
}

.table-responsive {
  overflow-y: scroll;
  height: 600px;
}

.table-responsive-noresize {
  overflow-y: scroll;
}

@media screen and (max-width:700px) {
   
   .configtableheader {
      background:#eee !important;
      font-weight: bold;
   }

   .configtable, 
   .configtale tr,
   .configtable td {
      padding:0;
      border:1px solid black;
   }

   .configtable {
      border:none;
   }

   .configtable .submitbtnhidden {
      display: unset !important;
   }

   .configtable thead {
      display:none;
   }

   .configtable tr {
      float: left;
      width: 100%;
      margin-bottom: 2em;
   }

   .configtable td {
      float: left;
      width: 100%;
      padding:1em;
   }

   .configtable td::before {
      content:attr(data-label);
      width: 100%;
      float:left;
      padding:1em;
      font-weight: bold;
      margin:-1em 1em -1em -1em;
   }

   .configtablefull td::before {
      content:attr(data-label);
      width: 100%;
      float:left;
      padding:1em;
      font-weight: bold;
      margin:-1em 1em -1em -1em;
   }
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.datepicker-zindex {
   z-index: 99 !important;
}

