.clean{
  clear: both;
}
.noscroll{
  height: 100%;
  overflow: hidden;
}

.templates{
  display: none;
}

.longshadow{
  text-shadow: 0px 0px 0 #007088,1px 1px 0 #007088,2px 2px 0 #007088,3px 3px 0 #007088,4px 4px 0 #007088,5px 5px 0 #007088,6px 6px 0 #007088,7px 7px 0 #007088,8px 8px 0 #007088,9px 9px 0 #007088,10px 10px 0 #007088,11px 11px 0 #007088,12px 12px 0 #007088,13px 13px 0 #007088,14px 14px 0 #007088,15px 15px 0 #007088,16px 16px 0 #007088,17px 17px 0 #007088,18px 18px 0 #007088,19px 19px 0 #007088,20px 20px 0 #007088,21px 21px 0 #007088,22px 22px 0 #007088,23px 23px 0 #007088,24px 24px 0 #007088,25px 25px 0 #007088,26px 26px 0 #007088,27px 27px 0 #007088,28px 28px 0 #007088,30px 30px 0 transparent;
}

.raised{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  background: #fff;
}
.inverted{
  background: #333;
  color: #fff !important;
}
.inverted .osenice-head{
  color: #fff;
  border-color: #fff;
}
.inverted i{
  color: #fff;
  border-color: #fff;
}
.shadow{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.osenice-appear{
  animation: osenice-appear 5s;
}
@keyframes osenice-appear{
  0%{
    opacity: 0;
    transform: translateY(30px);
  }
  79%{
    opacity: 0;
  }
  80%{
    opacity: 0.5;
    transform: translateY(30px);
  }
  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}
.osenice-head{
  font-size: 24px;
  color: rgba(0, 0, 0, 0.61);
  border-bottom: 1px solid #eee;
  width: 100%;
  padding: 5px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-weight: 400;
}
.osenice-label{
  margin: 5px;
}
.osenice-roundbutton{
  border-radius: 50%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #00bcd4;
  border: 0px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.osenice-roundbutton-polygon{
  width: 100%;
  height: 100%;
  background: url('../img/header-module.png');
  border-radius: 50%;
}
.osenice-roundbutton .icon{
  margin: 0px !important;
}
/*.btn-osenice{
  color: #ffffff !important;
  background-color: #00bcd4 !important;
  border-color: #00a7ca !important;
}*/

.osenice-divider{
  border-top: 1px solid #ddd;
  margin: 15px 0px 5px;
}
.osenice-cleaner{
  width: 100%;
  display: block;
  clear: both;
}
.osenice-cleaner:after{
  content: ' ';
  display: table;
  clear: both;
}

.button-center, .btn-center{
  display: block !important;
  margin: 6px auto !important;
  left: 0;
  right: 0;
}
.button-bottom{
  position: absolute;
  bottom: 10px;
}

.osenice-loading{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin: auto;
}
.osenice-loading .icon{
  animation: loadingspin 1s linear infinite;
}
os-bold{
  font-weight: 500;
}

.osenice-jumbotron{
  width: 20%;
  min-width: 340px;
  position: fixed;
  left: 10px;
  bottom: 10px;
}
.osenice-jumbotron-cookies{
  margin: 0px !important;
  text-align: center;
}

.osenice-iselect-item{
  width: 30%;
  margin: 1.5%;
  margin-top: 0px;
  color: #fff;
  cursor: pointer;
  float: left;
  transition: all 0.6s;
  position: relative;
}
.osenice-iselect-item.active{
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.5);
  transform: translateY(-6px);
}
.osenice-iselect-item-head{
  width: 100%;
  height: 100px;
}
.osenice-iselect-item-head i{
  font-size: 50px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.osenice-iselect-item-description{
  width: 100%;
  padding: 5px 10px;
  background-color: #333;
}

@keyframes loadingspin{
  0%{transform: rotateZ(0deg);}
  100%{transform: rotateZ(360deg);}
}

.grid-stack > .grid-stack-item > .grid-stack-item-content.raised{
  overflow: hidden !important;
}
.body-grid-editmode{
  overflow: hidden !important;
}
