﻿/* Misc defaults */
.seating-mode {
    margin-top: 10px;
}

    .seating-mode div:first-child {
        float: left;
    }

.seating-overview {
    text-align: center;
    background: #FFF;
    margin: 10px 0;
    padding: 10px 0;
}

.seating-overview img {
    max-width: 100%;
    height: auto;
}

a:hover {
    opacity: 0.8;
}

a.button,
a.button:link,
a.button:visited
 {
    display: block;
    text-decoration: none;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    color: #444;
    text-shadow: 0 1px 0 white;
    border: 1px solid #999;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.14);
    background: #FFF;
}

a.button.inline-button {
    display: inline-block
}

.mobile-only {
    display: none; 
}

.hidden {
    display: none;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

/* CartShopping */
#StepNavigationList #StepNavigationListItemCheckout {
    float: right;
}

.ParentEventHeader {
    padding: 0 1.5%; 
    margin-top: 20px;
}

.ParentEventHeader p {
    margin-top: 0;
}

.ParentEventHeader h2 {
    padding-top: 0;
}

/* ShoppingCart */
#ShoppingCart {
    margin: 20px 0 0 0;
    padding: 0 1.5%; 
}

    #ShoppingCart a {
        text-decoration: none;
        color: #000;
        padding: 6px 8px;
        background: #FFF;
        border: 1px solid #999;
        border-radius: 5px;
        font-size: 14px;
    }

    #ShoppingCart .cart {
        text-align: right;
    }

        #ShoppingCart .cart div {
            float: left;
            width: 100px;
        }

    #ShoppingCart .label {
        font-weight: bold;
    }

/* SelectEventTable */
#SelectEventTable {
    width: 100%;
    border-collapse: collapse;
}

    #SelectEventTable td {
        vertical-align: top;
        padding: 10px 0;
        border-bottom: 1px solid #CCC;
    }

        #SelectEventTable td.event-date,
        #SelectEventTable td.event-information,
        #SelectEventTable td.event-buy {
            padding-top: 25px;
        }

    #SelectEventTable .extra-info {
        margin-top: 15px;
    }

        #SelectEventTable .extra-info.hidden {
            display: none;
        }

    #SelectEventTable .event-date {
        width: 50px;
        text-align: center;
    }
    #SelectEventTable .event-date span {
        display: block;
    }

    #SelectEventTable .event-date .day {
        font-size: 24px;
    }

    #SelectEventTable .event-date .month {
        text-transform: uppercase;
    }

    #SelectEventTable ul {
        margin: 0;
        padding-left: 15px;
    }

    #SelectEventTable .event-image input {
        max-width: 130px !important;
    }

    #SelectEventTable .event-image {
        width: 130px;
    }

    #SelectEventTable .event-name a {
        font-size: 16px;
        text-decoration: none;
        font-weight: bold;
    }

/* Checkout */
#CheckoutTable td,
#CheckoutTable .DistributionHeaderCell {
    text-align: right;
    vertical-align: top;
}

    #CheckoutTable td.NameCell {
        text-align: left;
    }

    #CheckoutTable th.QuantityHeaderCell,
    #CheckoutTable td.QuantityCell {
        text-align: center;
    }

    #CheckoutTable td.QuantityCell a {
        text-decoration: none;
        display: inline-block;
    }

    .DistributionMethodLegendExt .closed {
   display: none;
}

.DistributionMethodLegendExt dt {
    cursor: pointer;
    font-weight: bold;
}

.DistributionMethodLegendExt dt:hover {
    opacity: 0.8;
}

.DistributionMethodLegendExt dt:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114 ";
    padding-left: 5px;
    font-size: 10px;
}

.DistributionMethodLegendExt dt.open:after {
    font-family: 'Glyphicons Halflings';
    content: "\e113 ";
    padding-left: 5px;
    font-size: 10px
}

.DistributionMethodLegendExt dl {
    margin: 0;
    padding: 5px 10px;
}

.DistributionMethodLegendExt select {
    padding: 4px;
    min-width: 150px;
}

/* DocumentContent */
#DocumentContent .event-description {
    margin-top: 0;
    max-width: 500px;
}

/* Misc wider page */
#DocumentWrapper {
    width: 100%;
}

#StepNavigationList {
    padding: 0;
}

#DocumentContent table {
    width: 100%;
}

/* Mobile */
@media all and (max-width: 500px) {
    .mobile-only {
        display: inline-block; 
    }

    /* SelectEventTable */
    #SelectEventTable,
    #DocumentContent .event-description {
        font-size: 12px; 
    }

    #SelectEventTable tr td {
        border: 0;
        padding: 0;
    }

    #SelectEventTable tr {
        display: block;
        position: relative; 
        clear: both; 
    }

    #SelectEventTable td {
        float: left;
        width: 100%;
        display: block; 
    }
        #SelectEventTable .event-image {
            display:none;
        }

        #SelectEventTable td.event-date {
           padding: 0;
           position: absolute;
           top: 4px; 
           left: 0; 
           width: 30px;
        }

        #SelectEventTable td.event-buy {
            padding-top: 0; 
        }

         #SelectEventTable td.event-buy a {
             margin: 0; 
             display: inline-block;
             position: absolute; 
             right: 0;
             top: 3px; 
         }

    #SelectEventTable td.event-information {
        border-bottom: 1px solid #ccc;
        padding: 0;
        margin-bottom: 10px;  
    }

    #SelectEventTable .event-information-wrapper {
         padding: 0 50px 10px 40px;
    }

    #SelectEventTable .event-name a {
        font-size: 14px;
    }
 
    .ParentEventHeader p {
        margin-bottom: 0; 
    }

    /* Checkout */
    #CheckoutTable tr.POSTableRow {
        display: block;
        border-bottom: 1px solid #CCC;
        clear: both;
        margin-bottom: 10px; 
        padding-bottom: 10px; 
    }

    #CheckoutTable td {
        float: left;
        width: 100%;
        text-align: left;
        border: none; 
        padding: 0; 
    }

    #CheckoutTable td.QuantityCell {
        text-align: left; 
    }

    #CheckoutTable .UnitPriceCell,
    #CheckoutTable td.SumTextCell,
    #CheckoutTable td.SumTextCell {
        width: 40%;
        border: none;
    }

    #CheckoutTable .RowTotalCell,
    #CheckoutTable td.FreightTotalSumCell,
    #CheckoutTable td.RowTotalSumCell {
        text-align: right; 
        width: 40%;
        float: right;
        border: none;
    }

    #CheckoutTable .UnitPriceCell,
    #CheckoutTable .RowTotalCell {
        display: block; 
    }

    #CheckoutTable .POSTableHeaderRow,
    #CheckoutTable .EmptyCell {
        display: none;
    }

    #CheckoutTable .EventNameCell {
        background: #efefef;
        font-weight: bold;
    }

    #ChekoutTableWrapper h2,
    .DistributionMethodLegendExt > div > strong {
        background: #000;
        color: #FFF;
        padding: 5px 5px;
        margin-bottom: 5px;
        display: block; 
        font-size: 17px; 
    }

    .DistributionMethodLegendExt dl {
        font-size: 12px; 
    }

    .DistributionMethodLegendExt > div > br {
        display: none; 
    }

    /* Steplist */
    #StepNavigationList {
        width: 80% !important; 
    }
    #StepNavigationList .StepNavigationListItem {
        width: 100%; 
        margin: 0 0 10px 0 !important; 
    }

    #StepNavigationList #StepNavigationListItemNext a,
    #StepNavigationList #StepNavigationListItemCheckout a {
        margin-bottom: 20px; 
    }

    .hide-on-mobile {
        display: none;
    }
}

.wait {
    position: relative;
}

/* http://tobiasahlin.com/spinkit/ */
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

@media only screen and (max-device-width: 500px) {
    .sk-circle {
        margin: 50px auto;
    }
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Pager */
.pagination-wrapper #page-nav {
    padding: 10px 0;
    display: none;
}

.pagination-wrapper #page-nav ul.simple-pagination {
    list-style: none;
}

.pagination-wrapper .simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0;
}

.pagination-wrapper .simple-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.pagination-wrapper .simple-pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.pagination-wrapper span.ellipse.clickable {
    cursor: pointer;
}

.pagination-wrapper .ellipse input {
    width: 3em;
}

/*------------------------------------*\
    Pager Light Theme Styles
\*------------------------------------*/

.light-theme a, .light-theme span {
    text-decoration: none;
    float: left;
    color: #666;
    font-size:14px;
    line-height:24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.light-theme a:hover {
    text-decoration: none;
    background: #FCFCFC;
}

.light-theme .current {
    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

/* Date picker */
#datepickerWrapper a.button {
    display: inline-block;
}

/* Messages */
.DocumentMessage {
    padding: 10px;
    margin: 10px 0;
    color: #000;
}

.DocumentMessage.WarningMessage {
    background-color: #feffec;
    border: 1px solid yellow;
}

.DocumentMessage.ErrorMessage {
    background-color: #ffcece;
    border: 1px solid red;
}

.DocumentMessage.InformationMessage {
    background-color: #d4ffcb;
    border: 1px solid green;
}

/* TpuInfoLookup */
@media only screen and (min-device-width: 500px) {

    #DocumentContent .TpuInfoLookupWrapper table {
        width: 50%;
    }
}

/* Form validation */
input.error {
    border: 1px solid red;
}

/* Onepage Checkout */
.checkout-section h2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    padding: 0;
    margin: 10px 0;
}

.checkout-section .section-wrapper {
    background: rgba(239, 239, 239, 0.5);
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;

}

.checkout-section .two-col.right {
    width: 80%;
    float: left;
}

.checkout-section .two-col.left {
    width: 20%;
    float: left;
}

.checkout-section dd {
    margin: 0;
}

.checkout-section dl {
    padding: 0;
    margin: 0;
}

.checkout-section #CheckoutTableWrapper {
    margin-bottom: 10px;
}

.checkout-section table.POSTable {
    padding-bottom: 0;
}

.checkout-section table.POSTable tr td {
    padding: 10px 10px 0 10px;
}

.checkout-section .POSTableFooterRow {
    font-size: 16px;
}

.checkout-section tr.POSTableCampaignRow {
    font-style: italic;
}

.checkout-section .POSTableDiscountRow {
   text-align: right;
}

.checkout-section table.POSTable tr.POSTableDiscountRow td {
    padding-bottom: 10px;
}

.checkout-section .POSTableDiscountRow input {
    display: inline-block;
    min-width: 200px;
}

.checkout-section .POSTableDiscountRow #btnDiscountCode {
    margin: 0;
    height: auto;
    line-height: inherit;
}

.checkout-section label {
    display: block;
    font-weight: bold;
}

.checkout-section .two-col.right input {
    display: block;
}

.checkout-section .ValidationSummary {
    color: #000 !important;
}

.checkout-terms {
    text-align: center;
    margin-bottom: 20px;
}

.checkout-terms a.button {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.checkout-terms #ctl00_mainContent_LinkButtonNext .spinner-wrapper {
    display: none;
}

.checkout-terms #ctl00_mainContent_LinkButtonNext.processing {
    cursor: not-allowed;
    opacity: 0.8;
}

.checkout-terms #ctl00_mainContent_LinkButtonNext.processing .spinner-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.checkout-terms #ctl00_mainContent_LinkButtonNext.processing .spinner-inner-wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.checkout-terms #ctl00_mainContent_LinkButtonNext svg {
    display: block;
    margin: 0 auto;
}

.checkout-terms #ctl00_mainContent_LinkButtonNext.processing span {
    display: none;
}

.checkout-section .POSTable th,
.checkout-section .POSTableHeaderRow,
.checkout-section table.POSTable,
.checkout-section table.POSTable tr td {
    background: none !important;
    color: inherit;
}

.checkout-section .POSTableHeaderRow th:first-of-type,
.checkout-section table.POSTable tr td:first-of-type   {
    padding-left: 0;
}

.checkout-section .POSTable th {
    padding-top: 0;
}

.checkout-section .UnitPriceHeaderCell,
.checkout-section .RowVATPortionHeaderCell,
.checkout-section .RowTotalHeaderCell {
    text-align: right;
}

.checkout-section .DocumentMessage {
    margin-top: 0;
}

#Swish #ShoppingCart,
#GXStepOnePageCheckout #ShoppingCart {
    display: none;
}

#GXStepOnePageCheckout #StepNavigationList {
    text-align: center;
}

#GXStepOnePageCheckout #StepNavigationList li {
    float: none !important;
    display: inline-block;
}

/* Payment onepagecheckout */
.creditcardInputWrapper .cardrow div {
    float: left;
}

.creditcardInputWrapper .row  {
    padding: 5px 0;
    position: relative;
}

.creditcardInputWrapper .col  {
    padding-right: 10px;
}

.creditcardInputWrapper .daterow .col {
    float: left;
}

.creditcardInputWrapper .daterow label {
    display: block;
}

.creditcardInputWrapper .cvv {
    width: 4em;
}

.creditcardInputWrapper label {
    font-weight: bold;
}

#cardNumberAddon {
    background-image: url('https://d31gy2s46asmh1.cloudfront.net/images/cards.png');
    background-position: 2px -121px, 260px -61px;
    background-size: 120px 361px, 120px 361px;
    background-repeat: no-repeat;
    width: 64px;
    height: 30px;
    position: absolute;
    left: 184px;
    top: 2px;
}
#cardNumberAddon.visa {
  background-position: 2px -163px, 260px -61px;
}
#cardNumberAddon.visa_electron {
  background-position: 2px -205px, 260px -61px;
}
#cardNumberAddon.mastercard {
  background-position: 2px -247px, 260px -61px;
}
#cardNumberAddon.maestro {
  background-position: 2px -289px, 260px -61px;
}
#cardNumberAddon.discover {
  background-position: 2px -331px, 260px -61px;
}
#cardNumberAddon.valid.visa {
  background-position: 2px -163px, 260px -87px;
}
#cardNumberAddon.valid.visa_electron {
  background-position: 2px -205px, 260px -87px;
}
#cardNumberAddon.valid.mastercard {
  background-position: 2px -247px, 260px -87px;
}
#cardNumberAddon.valid.maestro {
  background-position: 2px -289px, 260px -87px;
}
#cardNumberAddon.valid.discover {
  background-position: 2px -331px, 260px -87px;
}

#ctl00_mainContent_checkoutPaymentWrapper label {
    cursor: pointer;
}

.checkout-section .paymentlogo {
    display: block;
    float: right;
    margin: 0 0 10px 10px;
}
.checkout-section .paymentlogo.swish {
   height: 40px;
} 

.checkout-section .paymentlogowrapper {
    float: right;
    max-width: 140px;
}

.checkout-section .selected .paymentMethodWrapper {
    max-width: 500px;
}

.checkout-section .paymentmethod label {
    font-weight: bold;
}

.checkout-section .paymentmethod select {
    display: block;
}

.checkout-section #paymentMethodTable tr td {
    padding-bottom: 5px;
}

.checkout-section #paymentMethodTable tr:last-child td {
    padding-bottom: 0;
}

.checkout-section #PurchaserInformationTable td:first-child {
    width: 130px;
}

.checkout-section #PurchaserInformationTable td input,
.checkout-section #PurchaserInformationTable td input[type="text"],
.checkout-section #PurchaserInformationTable td select {
    width: 210px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.checkout-section #PurchaserInformationTable .intl-tel-input input {
    box-sizing: initial;
    padding-left: 52px;
    width: 156px;
}

.checkout-section #PurchaserInformationTable #ctl00_mainContent_AgreementEmail input,
.checkout-section #PurchaserInformationTable #ctl00_mainContent_AgreementEmail label {
    width: auto;
    display: inline;
}

.checkout-section #PurchaserInformationTable #ctl00_mainContent_AgreementEmail label {
    font-weight: normal;
}

/* Mobile checkout */
@media only screen and (max-device-width: 500px) {

    #GXStepOnePageCheckout #DocumentContent{
        font-size: 14px;
        line-height: 1.2;
    }

    .checkout-section .two-col.right,
    .checkout-section .two-col.left {
        width: 100%;
    }

    .checkout-section #PurchaserInformationTable td select,
    .checkout-section #PurchaserInformationTable td input,
    .checkout-section #PurchaserInformationTable td input[type="text"],
    .checkout-section #PurchaserInformationTable .intl-tel-input input  {
        width: 100%;
    }

    .checkout-section #PurchaserInformationTable td:first-child {
        width: 100%;
    }

    .checkout-section table.POSTable,
    .checkout-section table.POSTable tr td {
        background-color: transparent;
    }

     .checkout-section #CheckoutTable tr.POSTableRow,
     .checkout-section #CheckoutTable tr.POSTableFooterRow
     {
         padding-bottom: 10px;
         margin-bottom: 10px;
         border-bottom: 1px solid #ccc;
         display: block;
     }

    .checkout-section #PurchaserInformationTable #ctl00_mainContent_infoAgreementCell {
        display: inherit;
    }

    .checkout-section .paymentlogowrapper {
        float: none;
        max-width: 100%;
    }

    .checkout-section .paymentlogo {
        float: left;
        margin: 0 10px 5px 0;
    }
}


/* Spinner */
    @-webkit-keyframes uil-default-anim {
        0% {
            opacity: 1
        }
        100% {
            opacity: 0
        }
    }
    @keyframes uil-default-anim {
        0% {
            opacity: 1
        }
        100% {
            opacity: 0
        }
    }
    .uil-default-css > div:nth-of-type(1) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .uil-default-css > div:nth-of-type(2) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: -0.4166666666666667s;
        animation-delay: -0.4166666666666667s;
    }

    .uil-default-css > div:nth-of-type(3) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: -0.33333333333333337s;
        animation-delay: -0.33333333333333337s;
    }

    .uil-default-css > div:nth-of-type(4) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: -0.25s;
        animation-delay: -0.25s;
    }

    .uil-default-css > div:nth-of-type(5) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: -0.16666666666666669s;
        animation-delay: -0.16666666666666669s;
    }

    .uil-default-css > div:nth-of-type(6) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: -0.08333333333333331s;
        animation-delay: -0.08333333333333331s;
    }
    .uil-default-css > div:nth-of-type(7) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }
    .uil-default-css > div:nth-of-type(8) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: 0.08333333333333337s;
        animation-delay: 0.08333333333333337s;
    }
    .uil-default-css > div:nth-of-type(9) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: 0.16666666666666663s;
        animation-delay: 0.16666666666666663s;
    }
    .uil-default-css > div:nth-of-type(10) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: 0.25s;
        animation-delay: 0.25s;
    }
    .uil-default-css > div:nth-of-type(11) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: 0.33333333333333337s;
        animation-delay: 0.33333333333333337s;
    }
    .uil-default-css > div:nth-of-type(12) {
        -webkit-animation: uil-default-anim 1s linear infinite;
        animation: uil-default-anim 1s linear infinite;
        -webkit-animation-delay: 0.41666666666666663s;
        animation-delay: 0.41666666666666663s;
    }
    .uil-default-css {
        position: relative;
        background: none;
        width: 30px;
        height: 30px;
        margin: 0 auto;
    }
    .uil-default-css .part {
        top: 12px;
        left: 14px;
        width: 2px;
        height: 6px;
        background:#000;
        border-radius:10px;
        position:absolute;
    }