﻿/* META-STORE PAGE */

.block.full{
    height: 100%;
}

.block.full.no-bottom-padding{
    padding-bottom: 0;
}

.block.full.no-bottom-margin{
    margin-bottom: 0;
}

.breadcrumb{
    opacity: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
}

#modal-keyboard-shortcuts-cheatsheet .modal-body{
    height: 700px;
    overflow-y: scroll;
}

.list-group.kbd > a.list-group-item{
    cursor: default;
}

kbd{
    float: right;
}

.meta-store-search-container{
    padding-right: 0px;
}

.meta-store-search-filters .btn-group{
    padding: 0px 10px 10px 10px;
}

.text-inline{
    display: inline;
    vertical-align: bottom;
    padding: 0px 5px;
}

.bc-push{
    padding: 20px 0;
}

.add-new{
    margin-left: 40px;
}

.add-new i{
    vertical-align: middle;
}

.bc-push .text-inline{
    vertical-align: sub;
}

.inline-btn-group{
    vertical-align: top;
}

.top-right-button{
    padding-right: 18px;
    padding-top: 9px;
    cursor: pointer;
}

.col-sm-3 .top-right-button{
    padding-right: 3px;
}

.top-right-button i:hover, .add-new i:hover{
    -webkit-filter: saturate(3);
    filter: saturate(3);
}

.top-right-button i:active, .add-new i:active{
    -webkit-filter: saturate(0);
    filter: saturate(0);
}

.top-right-button a.disabled{
    opacity: 0.4;
    cursor: not-allowed;
}

.top-right-button a.disabled i:hover{
    -webkit-filter: saturate(1);
    filter: saturate(1);
}

#ko-search-results-data .list-group{
    overflow-y: auto;
    max-height: 570px;
}

/* #ko-search-results-data .list-group[class*="pagination"]{ */
#ko-search-results-data #series-column .list-group,
#ko-search-results-data #movies-column .list-group,
#ko-search-results-data #leagues-column .list-group,
#ko-search-results-data #teams-column .list-group,
#ko-search-results-data #cast-column .list-group{
    max-height: 540px;
}

.list-group-item-text{
    display: inline;
}

.entry-edit{
    
}

.col-sm-3, .col-sm-4, .col-sm-6, .col-sm-9, .col-sm-12{
    transition: width .5s;
}

.pagination{
    margin: 0 0 10px 0;
}

.modal-content .btn-group{
    /*padding-top: 10px;*/
}

input[type="number"]{
    /*width: 50px;*/
    text-align: center;
}

.mini-number-field{
    width: 50px;
}

#season-number, #episode-number{
    width: 50px;
}

fieldset legend{
    padding: 0px 0 10px;
}

#series-column, #season-column, #episode-column, #movies-column, #meta-column, #teams-column, #leagues-column, #subleagues-column, #cast-column{
    display: none;
}

.meta{
    display: none;
}

.badge-label{
    float: right;
    margin-right: 5px;
}

a.list-group-item.active .label.label-default{
    background-color: #666666;
}

a.list-group-item.active .text-info {
    color: #fff;
}

.block-title + #meta-column-container,
.modal-body > #meta-column-container
{
    overflow-x: hidden;
    overflow-y: auto;
    /*height: 520px;*/
}

.meta #meta-column-container{
    height: 520px;
}

.modal-body > #meta-column-container{
    /*height: 680px;*/
    height: calc(70vh + 20px);
}

#construction-view-modal-content .modal-body .form-bordered{
    margin: -10px 0 0 0;
}

#construction-view-modal-content .modal-body > .form-bordered{
    position: relative;
    margin: -15px;
}

.dl-custom dt{
    width: auto;
}

.dl-custom dd{
    margin-left: 250px;
}

.block-fullscreen #meta-column-container{
    height: 770px;
}

@media (max-width: 992px){
    #meta-right {
        visibility: hidden;
    }
}

.inner-breadcrumb:after{
    content: "\203a";
    color: #EFB159;
    font-weight: bold;
    padding: 0 5px;
}

.search-match{
    /*background-color: yellow;*/
    border-bottom: 1px solid #EFB159;
}

.edit-expandable{
    display: none;
}

#new-event-clients-tabs .tab-pane .col-sm-6.remove-padding:nth-child(odd){
      padding-right: 10px !important;
}

#new-event-clients-tabs .tab-pane .col-sm-6.remove-padding:nth-child(even) {
    padding-left: 10px !important;
}

/*#new-event-clients-tabs .tab-pane .col-sm-6.remove-padding:last-child{
    padding-top: 10px !important;
}*/

.top-push{
    margin-top: 20px !important;
}

.bottom-push{
    margin-bottom: 5px !important;
}

.bottom-push-x2{
    padding-bottom: 10px !important;
}

.bottom-push-x4{
    padding-bottom: 20px !important;
}

.numeric-field-align-fix{
    margin-top: 8px;
}

.movies-properties .control-label {
    padding-top: 0;
}

.bootstrap-timepicker{
    width: 100px;
}

.adaptive-label{
    opacity: 0;
}

.form-bordered .form-group:last-child{
    border-bottom: none;
}

/*.edit-fullscreen{
    display: none;
}*/

/*@media(max-width:1200px){
    .edit-fullscreen{
        display: block;
    }

    .edit-expandable{
        display: none;
    }
}*/

#content-filter .btn:nth-child(odd){
   border-bottom-left-radius: 4px !important;
   border-top-left-radius: 4px !important;
}

#content-filter .btn:nth-child(even){
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.cast-input-group input[type="text"]{
    border-right-width: 0;
    border-left-width: 0;
}

.cast-input-group .input-group-addon {
    padding: 0;
    min-width: 0;
    width: 0;
}

.parental-level-up .fa-level-up{
    padding: 4px;
    font-weight: bold;
}

.numeric-field-big{
    padding: 5px;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice { /* Disabled Multiple Select2 Tags Color */
    background-color: #999;
}

.dropup > .dropdown-toggle{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.dataTable th, .dataTable td{
    text-align: center;
}

.mini-spinner{
    display: none;
}

#meta-tab-images.active ~ .meta-properties{
    display: none;
}

.person-image{
    width: 64px;
    height: 64px;
}

.footer-bordered{
    margin-top: 20px;
}

#meta-column-footer{
    border-top: 1px dashed #eaedf1;
}

.popover-title-text{
    font-weight: 600;
}

.popover{
    width: auto;
    max-width: 600px;
}

.event-store-poster{
    width: 64px;
    height: auto;
}

/* LISTINGS PAGE */

.listings-header{
    margin-left: -5px;
    padding-bottom: 40px !important;
}

.listings-controls{
    background-color: rgb(233, 233, 233);
    position: fixed;
    z-index: 300;
    top: 51px;
    padding-top: 10px;
    min-width: 100%;
}

.listings-controls.listings-page{
    padding-bottom: 13px;
}

.listings-controls .form-group{
    margin-bottom: 0;
}

.text-inline-middle{
    display: inline;
    vertical-align: middle;
    padding: 0px 5px;
}

.listings-control-set{
    width: auto;
    /*max-width: 250px;*/
}

@media only screen and (max-width : 1200px) {
    .modal-dialog{
        width: 860px;
    }

    .control-set-label{
        display: none;
    }

    #listings-refresh{
        display: none;
    }

    /*.selected-events-actions{
        float: left !important;
        padding: 5px 15px;
    }*/
}

.selected-events-actions{
    padding-right: 35px;
}

#listings-select-channel{ /* force width to col-lg */
    width: 16.66666667%;
    max-width: 250px;
}

#listings-select-date{
    min-width: 240px;
}

.listings-container{
    margin: 0 -5px;
}

.listings-container.opaque{
    opacity: .5;
}

.event-info{
    padding-top: 10px;
}

.event-info p{
    min-width: 150px;
}

@media only screen and (min-width : 1200px) and (max-width : 1600px) {
    .col-lg-1.event-info p{
        min-width: 110px;
    }
}

.modified-event.hidden{
    display: none !important;
}

.event-parental{
    /*white-space: pre;*/
    max-width: none;
}

.fa-middle-size{
    font-size: 1.7em;
}

p.slim{
    /*margin: 0 !important;
    height: 30px !important;*/
    margin-bottom: 10px;
}

p.search-slim{
    margin: 0 !important;
    height: 50px !important;
}

.event-title{
    font-weight: 600;
}

.event-short-description {
    word-wrap: break-word;
}

.live-event, .repeated-event{
    font-size: 13px;
    font-weight: bold;
    border: 2px solid;
    border-radius: 4px;
    padding: 0 2px;
}

.listings-row{
    transition: .5s;
    border-bottom: 1px solid #7cb402;
    display: flex;
}

.listings-row:nth-child(odd){
    background-color: #f9f9f9;
}

.listings-row.borderless{
    border: 0 !important;
    transition: none;
}

.listings-row.borderless:not(.overlap):hover{
    background-color: #D7CFCF;
}

.listings-row.shadow {
    box-shadow: 0 10px 5px rgba(153, 153, 153, .7);
}

.listings-row.shadow.overlap + .listings-row { /* Fix for odd rows with background-color */
    box-shadow: inset 0 10px 5px rgba(153, 153, 153, .7);
}

.listings-row.shadow.overlap + .listings-row + .listings-row.gap { /* Fix for overlap-slot-gap case */
    box-shadow: inset 0 10px 5px rgba(153, 153, 153, .7);
}

.listings-row.gap{
    background-color: rgba(255, 106, 0, 0.1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
}

.listings-row.gap:hover{ /* Fix for hover on gap on slim view mode */
    background-color: rgba(255, 106, 0, 0.1) !important;
}

.listings-row.overlap{
    background-color: rgba(255, 106, 0, 0.1);
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.5) 50%);
    background-size: 50px 50px;
}

.listings-row.overlap .empty-slot{
    border-top-color: #F2EEEB;
    border-bottom-color: #F2EEEB;
}

.listings-row.other-day{
    opacity: .5;
}

.listings-row.other-day * {
    font-style: italic;
}

.listings-row.other-day .event-actions {
    visibility: hidden;
}

/*.listings-row > .col-xs-12{
    outline: 2px dashed red;
}*/

.event-actions{
    align-self: center;
    text-align: center;
    min-width: 200px;
}

.event-content.valign + .event-actions > .event-primary-actions{
    padding-top: 5px;
}

.event-content.valign + .event-actions > .event-secondary-actions {
    padding-bottom: 5px;
}

.btn-sm .fa-flag{ /* FontAwesome FIX */
    width: 9.8px;
}

.fa-eye{ /* FontAwesome FIX */
    width: 11px;
}

@media print{
    .event-info, .event-actions{
        display: none;
    }
}

.quick-add-input{
    width: 100%;
    font-size: 3em;
    padding: 10px 20px;
    border-width: 0 0 1px 0;
    border-radius: 4px;
    box-shadow: 0 10px 10px #555;
}

.no-bottom-radius{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.quick-add-input ~ .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.inline-spinner{
    display: none;
    position: absolute;
    top: 8px;
    right: 30px;
}

.custom-autocomplete{
    position: absolute;
    left: 110px;
}

#listings-refresh{
    padding: 2px 0;
}

#listings-refresh .btn{
    border-radius: 50%;
}

.popover-title{
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
}

.inline-spinner .fa-pulse{
    -webkit-animation: fa-spin .5s infinite steps(8);
    animation: fa-spin .5s infinite steps(8);
}

.animation-fadeInQuick {
    //animation-duration: 0ms;
    -webkit-animation-duration: 0.15s;
    -webkit-animation-timing-function: ease-out;
}

/* DASHBOARD PAGE */

.log-sidebar{
    overflow: hidden;
}

@media only screen and (max-width : 768px) {
    /* Mobile View */

    .listings-header{
        margin-left: 0;
        padding-bottom: 0;
    }

    .listings-controls{
        position: relative;
        margin-top: -10px;
        padding-top: 20px;
    }

    .listings-row{
        flex-direction: column;
    }

    .event-info{
        text-align: center;
        padding-top: 10px;
    }

    .event-actions{
        padding: 10px 0;
    }

}

.slot-properties:hover{
    outline: 1px dashed #999 ;
    cursor: pointer;
}

.slot-properties:active{
    outline-color: #666;
}

.event-start-time{
    font-weight: bold;
}

.event-end-time{
    color: #aaa;
}

.btn-primary.prevDay, .btn-primary.nextDay{
    border-color: #e8e1da;
}

td.focused.day {
    background-color: #eee;
}

.flagged{
    transition: .5s;
    background-color: #ffffbd !important;
}

.empty-slot{
    border-top: 2px solid #f00;
    border-bottom: 2px solid #f00;
    margin-top: -2px;
    margin-bottom: -2px;
    display: none;
}

.event-content{
    
}

.event-content.valign{
    align-self: center;
}

.event-cast{
    padding-bottom: 10px;
}

.event-content .event-cast span:not(.cast-role){
    font-style: italic;
    color: #999;
}

.cast-role{
    font-style: italic;
    cursor: default;
}

.lang-a, .lang-b{

}

.event-poster{
    width: 150px;
    height: auto;
    padding: 10px 0;
}

.img-thumb{
    display: block;
    padding-bottom: 200px;
    position: relative;
}

.img-thumb > .img-responsive, .img-thumb > a > .img-responsive{
    max-width: 90%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.gallery-image.img-thumb img{
    user-select: none;
}

.carousel-caption {
    bottom: 0;
}

.carousel-caption *{
    user-select: none;
}

.carousel-caption .badge{
    background: rgba(0, 0, 0, 0.5);
}

.portrait-caption, .block.block-fullscreen .carousel-caption:not(.portrait-caption){
    bottom: -20px !important;
}

.checked-hover{
    transition: none;
    background-color: #DBFBCF !important;
}

.checked{
    background-color: #82F157 !important;
}

.checked.flagged{
    outline: 3px solid #9D9C3B;
}

.empty-day{
    display: none;
}

.control-label{
    display: block;
    text-align: center !important;
    white-space: nowrap;
}

.control-label + div:not(.select2-container){
    text-align: center;
}

/* SEARCH PAGE */

.search-header{
    margin-left: -5px;
    padding-bottom: 127px !important;
}

.search-select-channels{
    max-height: 80px;
    overflow: auto;
    position: absolute;
    top: 1px;
    left: 10px;
}

.listings-controls-level-2{
    background-color: rgb(233, 233, 233);
    position: fixed;
    top: 97px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 200;
    width: 100%;
}

#search-filters .btn-group{
    padding: 0 5px;
}

.listings-controls-level-3{
    display: none;
    background-color: rgb(233, 233, 233);
    position: fixed;
    top: 143px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 100;
    width: 100%;
}

#events-actions .btn-group{
    padding: 0 5px;
}

#results-count{
    display: inline;
    vertical-align: middle;
    padding: 0 10px;
}

#searching{
    display: none;
}

.middle-label{
    line-height: 30px;
}

/* IMPORT PAGE */

#importing, #import-success-message{
    display: none;
}

#recent-imports{
    margin: 10px 0;
}

.old-import:hover .import-stamp{
    visibility: visible;
}

#import-configuration-btn i{
    margin-top: 4px;
}

/* STAGING PAGE */

.grey-bg{
    background-color: #fcfbfa;
}

.widget-shadow{
    box-shadow: 0px 0px 30px #999;
}

#unmatched-entries tbody tr, #imports-by-channel tbody tr, #channels-table tbody tr {
    cursor: pointer;
}

#unmatched-entries{
    display: none;
}

#staging-entries, #staging-matched{
    transition: .5s;
}

#staging-imported, #staging-matched{
    display: none;
}

#staging-matched #meta-column-container{
    overflow-x: hidden;
    overflow-y: auto;
    height: 635px;
}

#staging-breadcrumb{
    margin: 0;
    padding: 0;
    position: relative;
    padding-bottom: 10px;
    margin-top: -10px;
}

/* TEMPLATES PAGE */

#days{
    min-width: 380px;
    max-width: 420px;
}

/* Switch to proui themed-background class and override striped table background-color */

tr.themed-background{ 
    background-color: #ccc !important;
}

tr.themed-background *{
    /*color: #eee;*/
}

#unmatched-imports, #no-imports{
    display: none;
}

.centered-spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    z-index: 999;
}

.centered-spinner.fixed-spinner{
    position: fixed;
}

.search-results-column .centered-spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    z-index: 999;
}

#staging-matched .centered-spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 999;
}

.search-results-column.col-sm-12 .result-in-secondary-language,
.search-results-column.col-sm-12 .language-divider{
    display: inline-block !important;
}

.search-results-column .block-title{
    overflow: auto;
}

@media(max-width:1507px){
    #episode-column.col-sm-3 .top-right-button {
        padding: 0px 30px 5px 0px;
    }
}

.meta .loading-spinner.centered-spinner {
    margin-top: -50px;
    margin-left: -50px;
}

.modal .loading-spinner.centered-spinner,
#reports-header ~ .loading-spinner.centered-spinner{
    margin-top: -100px;
    margin-left: -100px;
    display: none;
}

/* PROCESSES QUEUE PAGE */

.table-responsive .centered-spinner{
    margin: auto;
}

#table-container{
    max-height: 720px;
}

table#processes tr{
    height: 55px;
}

table#processes tbody tr{
    cursor: pointer;
}

.active-process{
    background-color: #fff7c6 !important;
}

.selected-process, .table-hover tr.selected-process td{
    background-color: #dae8f2 !important;
}

.inline-block{
    display: inline-block;
}

.search-count{
    padding: 5px 20px 0 0;
}

.btn-baseline{
    vertical-align: baseline;
}

/* SETTINGS PAGE */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

#settings-navigation, #channel-types {
    margin-bottom: 35px;
}

#channels-header {
    margin-bottom: 10px;
}

.no-row-margin .row {
    margin-left: 0;
    margin-right: 0;
}

table#channel-imports-table th {
    font-size: 14px;
}

#group-details #meta-column-container {
    height: 120px;
}

/* GENERIC RULES */

/* FIX FOR ALTERNATIVE DISABLED BUTTONS */
.btn-alt.disabled{
    color: #fff;
    transition: .5s;
}

.text-counter:not(.text-danger){
    color: #ccc;
}

.opaque{
    opacity: .5;
}

.auto-width{
    width: auto;
}

.modal-buttons-align-fix{
    padding-right: 5px;
}

.transparent-modal{
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.transparent-modal .modal-header{
    border-bottom-color: transparent;
}

.transparent-modal .modal-footer{
    border-top-color: transparent;
    background-color: transparent;
}

.last-btn{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.centered-table th, .centered-table td{
    text-align: center;
}

.break-word{
    word-wrap: break-word;
}

.no-margin-top{
    margin-top: 0;
}

/* Custom Checkboxes */

input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label{
  font-size: 1.5em;
  -webkit-user-select: none;
  cursor: pointer;
}
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

input[type=checkbox]:checked + label:before { content: "\f046"; } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 7.5px; } /* allow space for check mark */
input[type=checkbox]:checked + label { color: #7db831;  }

.zoom{
    zoom: 1.5;
}

.inline-datepicker-bg .datepicker table tr td.day:hover:not(.active),
.inline-datepicker-bg .datepicker table tr th:hover:not(.active),
.inline-datepicker-bg .datepicker-days .day:hover:not(.active),
.inline-datepicker-bg .datepicker-months .month:hover:not(.active),
.inline-datepicker-bg .datepicker-years .year:hover:not(.active)
{
    background: #ddd;
}

.datepicker-inline {
    margin: 0 auto;
}

.invisible-btn{
    opacity: 0;
    cursor: not-allowed;
    pointer-events: none;
}

.event-expand, .event-shrink{
    position: absolute;
    top: -20px;
    left: 40px;
}

.font-style-normal{
    font-style: normal !important;
}

.tabbed-table-container{
    max-height: 670px;
}

#sidebar-alt{
    z-index: 1000;
}

.modal-body .nav-tabs{
    padding: 0 15px !important;
}

.event-properties label{
    display: block;
}

.exact-search-block{
    margin-top: 5px;
}

.exact-search-block .checkbox{
    margin: 0;
}

.no-sort{
    cursor: default !important;
    background: none !important;
}

.text-validation-error::selection {
    background: #e74c3c;
    color: #fff;
}

/* GENERIC ANIMATIONS */

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    /*visibility: hidden;*/
    display: none;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
  transition: ease;
}