@keyframes loading {
    100% {
        width: 100%;
    }
}

#loading-bar{
    width: 0;
    height: 5px;
    background: #004f7c;
    margin-top: 3px;
}

div.event-img img {
    width:100%;
    max-width: 80px;
    height: auto;
}
.start-loading{
  animation: loading 3s ease;
}
form#odt-add-event-form .input-w-icon{
  position: relative;
}
form#odt-add-event-form .input-w-icon-append{
  float: right;
  border-left: 1px solid #e3e8ea;
  border-radius: 0;
}
form#odt-add-event-form #web-error{
  color: red;
  font-weight: normal;
  padding: 5px 10px;
  border-left: 3px solid red;
  display: none;
}
form#odt-add-event-form .input-w-icon-prepend{
  float: left;
  border-right: 1px solid #e3e8ea;
  border-radius: 0;
}
form#odt-add-event-form .input-w-icon-wrapper{
      position: relative;
      overflow: hidden;
}

form#odt-add-event-form .input-w-icon-prepend,
form#odt-add-event-form .input-w-icon-append{
  background: #EFEFEF;
  width: 44px;
  height: 38px;
  text-align: center;
  line-height: 2.6;
  font-weight: normal;
  font-size: 14px;
  color: #777;
}

.odt_event_filter {
  background: #f9f9f9;
  padding: 30px 15px;
}
.odt_event_filter div.add-event-btn {
  margin: -10px -15px -30px;
  padding-top: 15px;
  background: #fff;
}
.odt_event_filter label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 500;
}

.eventliste .col-lg-9.left-padding{
  padding-left:40px;
}
.eventliste .blog-entry.full{
  margin-bottom: 40px;
}

form#odt-add-event-form h5,
form#odt-add-event-form p{
	padding: 0;
	margin:0;
}
form#odt-add-event-form h5 {
    margin: 10px 0;
    font-size: 15px;
}

form#odt-add-event-form p{
  line-height: 2.9;
}
form#odt-add-event-form textarea{
	min-height: 100px;
	width: 100%;
	min-width: 100%;
	border: solid 1px #e1e1e1;
	padding: 10px;
}
form#odt-form input[type="date"]{
    height: 41px;
    min-width: 200px;
    padding-left: 20px;
    background: #FFF;
    border: solid 1px #e1e1e1;
    padding-left: 10px;
    font-size: 12px;
    color: #777;
    font-family: Cabin,"Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.0800em;
}
form#odt-add-event-form input[type="button"]{
	height: 41px;
	width: 100%;
	min-width: 100%;
}
form#odt-add-event-form input[type="file"]{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
form#odt-add-event-form .label {
	font-size: 15px;
	font-weight: 400;
	color: #333;
	background-color: #d0d0d0;
	display: inline-block;
	border-radius: 0;
	height: 41px;
	padding: 12px;
	cursor: pointer;
	border: 1px solid #d0d0d0;
  transition: all .4s;
}
form#odt-add-event-form .label:hover {
	color: #fff;
	background-color: #004F7C;
}
div.position-center{
  text-align: center;
  margin-top: 20px;
}
form#odt-add-event-form input,
form#odt-add-event-form select,
form#odt-add-event-form textarea,
form#odt-add-event-form input[type="date"]{
  width: 100%;
  min-width: 100%;
  height: 38px;
  padding-left: 20px;
  background: #eeee;
  border: 0;
  padding: 6px 12px !important;
  font-size: 14px;
  color: #777;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0800em;
  margin-bottom: 6px;
}
form#odt-add-event-form input[type="checkbox"]{
  width: initial;
  height: initial;
  min-width: initial;
  padding-left: initial;
  background: #initial;
  border: 0;
  padding: initial;
  color: #777;
}
@media screen and (min-width: 768px) {
  form#odt-add-event-form input,
  form#odt-add-event-form select,
  form#odt-add-event-form textarea,
  form#odt-add-event-form input[type="date"]{
    margin-bottom: 0px;
  }
}
a.add-event-btn{
	border: 1px solid #004F7C;
  /* border: none; */
	padding: 10px !important;
	display: inline-block;
	margin-bottom: 30px;
  width: 100%;
  text-align: center;
  background: #004F7C !important;
  color: #fff !important;
}
.post-text a.add-event-btn.edit{
  color: #fff !important;
  margin-top: 20px;
	text-decoration: none !important;
  padding:10px !important;
  max-width:300px !important;
}
a.add-event-btn.edit:hover{
  background: #fff !important;
  color: #004F7C !important;
}
a.add-event-btn:hover {
  background: #fff;
  color: #004F7C !important;
}
form#odt-add-event-form input[type="submit"] {
	background: #004F7C;
	color: #fff;
	box-shadow: none !important;
	border: 1px solid #004F7C;
	width: 100%;
	max-width: 150px;
	min-width: 100px;
	float:right;
	margin-bottom:50px;
}
form#odt-add-event-form input[type="submit"]:hover {
	background: #fff;
	color: #004F7C;
}

/* Bootstrap Hack */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
	margin-bottom: 5px;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 2.5px;
  padding-left: 2.5px;
}
