/*
    Created on : 13.03.2015, 09:22:21
    Author     : Kevin Ditscheid
*/
/*
.tx-ep-awards fieldset{
    margin-top: 16px;
}
.tx-ep-awards fieldset legend{
    padding: 0;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
}
.tx-ep-awards fieldset label.check, .tx-ep-awards fieldset label.check p {
    display: inline;
}
.tx-ep-awards fieldset input[type="text"],.tx-ep-awards fieldset input[type="url"]{
    width: 100%;
}
.tx-ep-awards fieldset textarea{
    width: 100%;
}
.tx-ep-awards .formrow{
    margin-bottom: 10px;
}
.tx-ep-awards .formrow .formcol{
    float: left;
    margin-right: 5px;
}
.tx-ep-awards .validationErrors{
    color: red;
}
.tx-ep-awards .notValid{
    background: #FF9F9F;
    border: red 1px solid;
}
.tx-ep-awards .formrow:after{
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.tx-ep-awards .readonly{
    color: #ccc;
    font-style: italic;
}
.tx-ep-awards .facebook,
.tx-ep-awards .twitter{
    width: 200px;
    height: 200px;
}
.tx-ep-awards .formrow .facebook,
.tx-ep-awards .formrow .twitter {
    width: unset;
    height: unset;
}
.tx-ep-awards .facebook a,
.tx-ep-awards .twitter a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    font-family: "FontAwesome";
    font-size: 200px;
    line-height: 200px;
}
.tx-ep-awards .facebook a{
    color: #3B5998;
}
.tx-ep-awards .facebook a:before{
    content: "\f082";
}
.tx-ep-awards .twitter a{
    color: #55ACEE;
}
.tx-ep-awards .twitter a:before{
    content: "\f081";
}
.tx-ep-awards .logout-link .more-link{
    background: none;
    border: none;
    font-size: 1em;
    line-height: 1;
    font-weight: bold;
    padding:0;
    cursor: pointer;
}
.tx-ep-awards .logout-link .more-link:before{
    content: "\f061";
    font-family: 'FontAwesome';
    margin-right: 0.125em;
    font-size: 14px;
    top: auto;
}
.ui-datepicker-calendar thead{
    background: transparent;
    color: #222;
}
.tx-ep-awards .error{
    display: block;
    color: red;
}
.tx-ep-awards fieldset ul{
    color: inherit;
}
.tx-ep-awards fieldset li{
    list-style-type: initial;
    margin-left: 20px;
}
.tx-ep-awards .columns .formrow{
    display: inline-block;
    width: 49%;
}

body .loading {
    position:fixed;
    top:0;
    left:0;
    height:100vh;
    width:100vw;
    background:rgba(0,0,0,0.4);
    overflow:hidden;
    z-index:1000;
}
body .loading div {
    margin:0 auto;
    height:calc(100% - 40px);
    display:flex;
    align-items: center;
    padding:20px;
}
body .loading > div p {
    margin:auto;
    padding:20px;
    background:#fff;
    border-radius:20px;
    text-align:center;
}
body .loading div .spinner {
    margin: 0;
    width: 70px;
    text-align: center;
    position: absolute;
    left: calc(50% - 70px);
    top: 75px;
    padding: 0;
}

body .loading div .spinner > div {
  width: 18px;
  height: 18px;
  background-color:#000;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

body .loading div .spinner > div:nth-child(2n) {
    background:#f00000;
}
body .loading div .spinner > div:nth-child(3n) {
    background:#ecc400;
}

body .loading div .spinner .bounce1 {

  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

body .loading div .spinner .bounce2 {

  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.map-gmap .infowindow .tx-ep-awards .column-6 {
    width:100%;
}
.map-gmap .infowindow .tx-ep-awards .column-6 input:not(#voteSumbit) {
    margin-bottom: 10px;
    width:calc(100% - 20px);
}
.map-gmap .infowindow .tx-ep-awards .column-6 .email-first {
    margin-bottom:0;
}

:not(.map-gmap) .give-vote-outer .column-6 input:not(#voteSumbit) {
    margin-bottom: 10px;
    width:calc(100% - 20px);
}
*/


