@font-face {
    font-family: "ns900";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/NotoSans-ExtraBold.ttf") format("truetype"); /* non-IE */
}
@font-face {
    font-family: "ns700";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/NotoSans-Bold.ttf") format("truetype"); /* non-IE */
}
@font-face {
    font-family: "ns600";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/NotoSans-SemiBold.ttf") format("truetype"); /* non-IE */
}
@font-face {
    font-family: "ns500";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/NotoSans-Medium.ttf") format("truetype"); /* non-IE */
}
@font-face {
    font-family: "ns400";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/NotoSans-Regular.ttf") format("truetype"); /* non-IE */
}
@font-face {
    font-family: "ns300";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/NotoSans-Light.ttf") format("truetype"); /* non-IE */
}

.ns900 {
    font-family: ns900;
}
.ns800 {
    font-family: ns800;
}
.ns700 {
    font-family: ns700;
}
.ns600 {
    font-family: ns600;
}
.ns500 {
    font-family: ns500;
}
.ns400 {
    font-family: ns400;
}
.ns300 {
    font-family: ns300;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
    font-family: 'ns600', sans-serif;
}


.screen-tweak {
  width: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    background-color: #1d1e1f;
    color: #000;
}
*, ::after, ::before {
    box-sizing: border-box;
}

a, a:link, a:hover, a:focus, a:active, button {
    cursor: pointer;
    text-decoration: none;
    color: black;
    outline: none;
}
input:focus {
    outline: none;
}

.atm-container {
    width: 1024px;
    height: 768px;
    background-color: #FFF;
    margin: 75px auto 0;
    position: relative;
    overflow: hidden;
}

.allpoint-header {
    background-color: #FFF;
    height: 90px;
    padding: 15px 0px 15px 30px;
    border-bottom: 1px solid #D8D8D8;
}

.allpoint-header img {
    max-height: 60px;
}

h2.screen-title {
    font-size: 34px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3;
    padding: 0 50px;
    font-family: ns600;
}
h2.screen-title small {
    display: block;
    font-size: 20px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: 12px;
    color: #4A4A4A;
    font-family: ns500;
}
h2.screen-title-long {
    font-size: 30px;
    padding: 0 60px;
    line-height: 2;
    margin-bottom: 36px;
    text-align: center;
    line-height: 1.4;
}
h2.s-t-x {
        margin-bottom: 58px;
        padding: 40px 50px 0;
}

.selected-account {
    text-align: center;
    font-size: 20px;
    font-family: ns500;
    padding-top: 10px;
}
.selected-account strong {
    font-family: ns600;
}

.content-body {
    height: 588px;
}
.content-body.footerless {
    height: 668px; /* 678 is more accurate, but this moves it up a little */
}
.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 5px /* to prevent any text from getting the chop */
}

.vertical-align-code {
    position: relative;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 5px /* to prevent any text from getting the chop */
}



/* BUTTONS START */
.button-container {
    text-align: center;
}

button {
    font-size: 25px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'ns600', sans-serif;
    color: #FFF;
    outline: none;
}

.content-body button {
    /* height: 100px;
    width: 294px; */
    text-align: center;
    background-color: #0e253a;
    margin: 0 10px 20px;
}

button.ghost-button-textfield {
    height: 100px;
    width: 294px;
    text-align: center;
    border: 3px solid #0e253a;
    color: #0e253a;
    background-color: transparent;
}
button.ghost-button-textfield.disabled {
    opacity: .3;
}  

button.solid-button-textfield {
    background-color: #0e253a;
    border: 3px solid #0e253a;
    color: #FFF;
    height: 100px;
    width: 294px;
}
button.solid-button-textfield.disabled {
    opacity: .3;
}

.slowroll {
    opacity: 1;
    transition: opacity .25s;
}

button.menu-button {
    height: 200px;
    width: 293px;
    margin: 10px;
    border: 3px solid #0e253a;
    padding: 30px 0px 0px 30px; 
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: top left;
    position: relative;
}

.menu-button-text {
    font-size: 34px !important;
    text-align: left;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
}

.large-option {
    width: 405px;
    position: relative;
}
.l-o-1 {
    float: left;
    margin-left: 80px;
}
.l-o-2 {
    float: right;
    margin-right: 80px;
}
.l-o-2:after {
    content: "";
    position: absolute;
    width: 1px;
    background: #979797;
    top: 0;
    bottom: 0;
    left: -27px;
}
.large-option h3 {
    padding: 10px 0;
    color: #4A4A4A;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    text-transform: uppercase;
}
.option-list {
    background-color: #f7f7f7;
    border-bottom: 1px solid #979797;
    color: #4A4A4A;
    font-size: 22px;
    line-height: 44px;
    text-align: center;
    padding: 25px 0;
}
.large-option h4 {
    color: #4A4A4A;
    font-size: 30px;
    line-height: 45px;
    text-align: center; 
    padding: 20px 0;   
}
.large-option button {
    height: 60px;
}
.l-o-2 h3,
.l-o-2 h4 {
    color: #0e253a;
} 

.insert-card-img {
    width: 256px;
}
.button-left-box {
    float: left;
    padding: 0 0 0 30px;
}
.button-left-box2 {
    float: left;
    position: absolute;
    top: 295px; padding: 0 0 0 30px;
}

.button-row {
    margin-bottom: 30px;
}

.cardless-option-btn {
    height: 200px;
    width: 293px;
    border-radius: 5px;
    background-color: #0e253a;
    display: inline-block;
    color: white;
    font-size: 34px;
    padding: 20px 0 0 28px;
    text-align: left;
    margin: 0 10px;
}

.small-text {
    font-size: .65em;
    font-weight: 100;
}

.cardless-option-btn-outline {
    height: 120px;
    width: 293px;
    border-radius: 5px;
    background-color: #fff;
    display: inline-block;
    color: green;
    font-size: 20px;
    padding: 38px 0 0 28px;
    text-align: left;
    margin: 0 10px;
	border: 1px solid #0e253a; vertical-align: top;
}

.cardless-option-btn-outline2 {
height: 120px;
width: 293px;
border-radius: 5px;
background-color:
#0e253a;
display: inline-block;
color: white;
font-size: 26px;
padding: 38px 20px 0 0px;
text-align: right;
margin: 0 10px;
}

.cardless-option-btn-outline img {
    width: 70%; display: block;
  margin-left: auto;
  margin-right: auto;
}

.cardless-option-btn-outline2 img {
    padding-right: 10px;
}

.cardless-option-btn img {
    display: block;
    margin-bottom: 38px;
}

.svg-style{display: block; margin-bottom: 20px !important; width: 35%;}
.cardless .take-cash-container,
.deposit .take-card-container {
    margin: 0 98px 0 0;
}

.show-password-link {
    display: block;
    position: absolute;
    height: 60px;
    width: 60px;
    padding-top: 16px;
    right: 226px;
    bottom: 40px;
}


/* FOOTER START */
.footer {
    border-top: 1px solid #D8D8D8;
    padding: 0;
    height: 90px;
}

.footer-button {
    height: 89px;
    /* padding: 26px 30px 0; if flexbox doesn't work */
    min-width: 220px;
    font-size: 18px;
    font-weight: 600;
    color: #0e253a;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-b-left {
    float: left;
    border-right: 1px solid #D8D8D8;
}

.f-b-right {
    border-left: 1px solid #D8D8D8;
    float: right;
}





.footer-button-img-container {
    width: 50px;
}
rect.st1 {
    fill: red;
}
.st0 {
    stroke: red;
    fill: red;

}


.footer-button-img-container {
    /* float: left; consider if flexbox doesn't work */
}
.footer-button-img-container img {
    height: 33px;
    margin-right: 10px;
}
.footer-button-text {
    padding-bottom: 2px;
}

.idle-footer {
    padding: 20px 30px;
    height: 100px;
}
.cl-footer {
    background-color: #0e253a;
}

.cardless-transaction-img {
    float: left;
}

.cl-footer-text {
    float: left;
    color: #FFFFFF;
    font-family: ns400;
    line-height: 16px;
    font-size: 24px;
    margin-left: 20px;
    line-height: 30px;
}

.cl-footer-text small {
    font-size: 18px;
    display: block;
    font-family: ns400;
}

.cl-btn {
    height: 57px;
    width: 218px;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    background-color: #24552F;
    float: right;
    color: white;
    text-align: center;
    padding-top: 15px;
    font-family: ns600;
    font-size: 22px;
}

.insert-cash-img {
    width: 200px;
    display: block;
    margin: 0 auto 24px;
}

/* MAIN MENU START */

.account-name {
    font-size: 18px;
    font-family: ns700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 40px 0px 12px 0px;
}

.account-amount {
    font-size: 30px;
    font-family: ns400;
}

.view-all-accounts {
    padding-top: 40px;
    font-size: 18px;
    font-weight: 800;
    color: #0e253a;
    width: 200px;
}

/* MAIN MENU END */

form {
    text-align: center;
}

.form_input {
    width: 607px;
    height: 100px;
    border: 3px solid #CCCCCC;
    border-radius: 5px;
    font-size: 60px;
    text-align: center;
    margin-bottom:20px;
    padding-bottom: 14px;
}

#form_input_pin {
    letter-spacing: 15px;
    color: transparent;
    text-shadow: 0 0 0 #000;
}

#form_input_withdraw {
    font-family: ns600;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 1px;
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.loading {
    height: 180px;
    width: 180px;
    margin: 0 auto;
    background-image: url("images/loading.gif");
    background-repeat: no-repeat;
    background-size: contain;
}

/*  These IDs are used for main menu image on button placement */
#view-balance {
    background-image: url(images/menu-balances.svg);
    background-size: 57px 57px;
    padding-top: 39px;
    height: 424px;
}
#view-balance .menu-button-text {
    padding-bottom: 178px;
}


#get-cash {
    background-image: url(images/menu-get-cash.svg);
    background-size: 65px 50px;
    padding-top: 39px;
}

#fast-cash {
    background-image: url(images/menu-fast-cash.svg);
    background-size: 89px 37px;
    padding-top: 40px;
    margin-left: 15px;
}

#deposit {
    background-image: url(images/menu-deposit.svg);
    background-size: 72px 44px;
    padding-top: 46px;
    margin-top: 15px;
}

#transfer {
    background-image: url(images/menu-transfer.svg);
    background-size: 56px 56px;
    padding-top: 41px;
    margin-left: 15px;
    
}

.progress-bar-background {
    position: absolute;
    left: 0;
    right: 0;
    height: 7px;
    background-color: #EDEDED;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
}

#twenty-five {
    background-image: url(images/progress-bar-25.gif);
}

#fifty {
    background-image: url(images/progress-bar-50.gif);
}

#fifty-active {
    background-image: url(images/progress-bar-50-completed.gif);
}

#seventy-five {
    background-image: url(images/progress-bar-75.gif);
}

#seventy-five-active {
    background-image: url(images/progress-bar-75-completed.gif);
}

#complete {
    background-image: url(images/progress-bar-complete.gif);
}


/* INSERT CARD START */

.insert-card {
    height: 60px;
    float: right; width: 400px;
}

.insert-cart-img-container {
    float: left;    
}

.insert-cart-img-container img {
    margin: 13px 15px 0 0;
    width: 47px;
    height: 34px;
}

.insert-card-label {
    font-size: 22px;
    font-family: ns600;
    white-space: nowrap;
    padding-top: 19px;
}

#button-cardless-transaction {
    border: 2px solid #0e253a;
    background-color: #FFF;
    color: #0e253a;
    float: left;
    height: 60px;
    padding-right: 24px;
    padding-left: 55px;
    background-image: url(images/cardless-transaction.svg);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 11px 12px;
    text-align: right;
    font-family: ns600;
    font-size: 22px;
}
.main-menu_left-container {
    width: 365px;
    float: left;
    padding: 0 0 0 50px;
}
.main-menu_right-container {
    margin-left: 365px;
}

.confirm-amount-box {
    background: #0e253a;
    color: white;
    width: 293px;
    margin: 0 auto;
    text-align: center;
    font-family: ns500;
    font-size: 60px;
    border-radius: 5px;
    padding: 56px 0;
    margin-bottom: 20px;
}

.main-menu_left-container-np {
    width: 330px;
    float: left;
}

.main-menu_right-container {
    margin-left: 330px;
}

/* Switches start */ 
.switch-text {
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 7px 0px 0px 75px;
    width: 300px;
    font-family: ns500;
}
  
.switch-text-show {
    display:none;
}
.switch {
    position: relative;
    display: block;
    width: 58px;
    height: 34px;
    margin-bottom: 12px;
}
  
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0e253a;
    -webkit-transition: .8s;
    transition: .4fs;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 6px;
    bottom: 3px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input + .slider {
    border: 2px solid #0e253a;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    background-color: #FFF;
  }
  
/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}
  
.slider.round:before {
    border-radius: 50%;
    background-color: #FFF;
  }
/* Switches end */ 
  
/* MAIN MENU END */

.fast-cash-container-row {
    margin: 0 auto;
    width: 939px;
}

.fast-cash-button {
    float: left;
    width: 293px;
    height: 175px;
    background-color: #0e253a;
    color: #FFF;
    font-size: 60px;
    font-family: ns500;
    border: 2px solid #0e253a;
}
.fast-cash-button.other-amount {
    font-size: 34px;
    background: white;
    color: #0e253a;
}

.a {
    float: left;
    width: 120px;
    height: 62px;
}
.a1 {
    width: 167px;
}
.deposit .a1 {
    width: 135px;
}
.a2,
.a4 {
    width: 60px;
}
.a3 {
    font-size: 34px;
    text-align: center;
    width: 78px;
    padding-top: 15px;
}
.deposit .a3 {
    width: 60px;
    font-family: ns500;
}
.a5 {
    font-size: 28px;
    width: 90px;
    padding-top: 15px;
}
.a button {
    border: none;
}
.plus,
.minus {
    height: 60px;
    width: 60px;
    margin: 0 !important;
}

.minus-button {
    display: block;
    background: green;
    height: 62px;
    width: 62px;
}

.bill-container-row {
    width: 365px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}
.deposit .bill-container-row {
    width: 405px;
    font-family: ns500;
}

.deposit .screen-title small {
    position: relative;
    width: 779px;
    font-family: ns500;
    font-size: 30px;
    line-height: 45px;
    margin: 0 auto;
    padding-top: 20px;
    color: #4a4a4a;
    font-size: 22px;
}


.minus-img {
    background-image: url(images/-button.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;

}
.minus-img.disabled {
    opacity: .3;
    cursor: default;
}
.plus-img {
    background-image: url(images/Plusbutton.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;
}

.cash-total {
    font-size: 34px;
    padding-top: 20px;
}
.cash-total span {
    font-family: ns500;
}
.cash-total small {
    font-size: 24px;
}

#plus {
    background-image: url(images/Plusbutton.svg);
}

.bill-container {
    width: 106px;
    height: 59px;
    background-image: url(images/bill.svg);
    background-repeat: no-repeat;
    text-align: center;
    font-size: 26px;
    color: #006342;
    font-weight: bold;
    padding-top: 16px;
    /* margin: 40px 60px 0px 0px; */
}

.bill-controls {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #FFF;
}

.select-bill-button {
    width: 60px;
    height: 60px;
    background-color: #0e253a;
    color: #FFF;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;
    display: inline-block;
    padding: 0;
    margin: 0 !important;
    border: 3px solid #0e253a;
}

.bill-amount {
    width: 60px;
    height: 60px;
    background-color: red;
    display: inline-block;
    color: #FFF;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    
    cursor: none;
    color: #000;
    border: 1px solid #FFF;
}

.total-amount-checkmark {
    height: 34px;
    width: 34px;
    position: absolute;
    right: 0;
    bottom: 24px;
    right: 290px;
}

#minus {
    background-image: url(images/-button.svg);
}

#plus {
    background-image: url(images/Plusbutton.svg);
}

#zero {
    background-image: url(images/0.svg);
}

#one {
    background-image: url(images/1.svg);
}

#two {
    background-image: url(images/2.svg);
}

.get-cash-button {
    width: 300px;
    height: 89px;
    float: right;
    background-color: #0e253a;
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#get-cash-button-disabled {
    opacity: .3;
}

.ellipse-animation {
    height: 9px;
    width: 38px;
    background-image: url("images/ellipse-animation.gif");
    background-repeat: no-repeat;
    background-size: contain;
}

.completing-request-container {
    background-color: #FFF;
    width: 850px;
    margin: 0 auto;
    text-align: center;
}

.take-card-container {
    width: 215px;
    height: 270px;
    display: inline-block;
}
.take-cash-container {
    background-color: #FFF;
    width: 215px;
    height: 270px;
    display: inline-block;
    margin: 0 98px;
}
.take-receipt-container {
    background-color: #FFF;
    width: 215px;
    height: 270px;
    display: inline-block;
}
.take-receipt-container-single {
    background-color: #FFF;
    width: 215px;
    height: 270px;
    display: block; margin: 0 auto 24px;
}

.take-card {
    background-color: #F7F7F7;
    border-radius: 50%;
    background-image: url("images/take-card.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 65%;
    width: 215px;
    height: 215px;
    display: inline-block;
}

.take-cash {
    background-color: #F7F7F7;
    border-radius: 50%;
    background-image: url("images/take-cash.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 65%;
    width: 215px;
    height: 215px;
    display: inline-block;
}

.take-receipt {
    background-color: #F7F7F7;
    border-radius: 50%;
    background-image: url("images/take-receipt.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 65%;
    width: 215px;
    height: 215px;
    display: inline-block;
}

#take-card-complete-gif {
    background-image: url("images/take-card.gif");
    background-size: 85%;
}
#checkmark-complete {
    background-image: url("images/checkmark.gif");
    background-size: 85%;
}
#take-cash-complete-gif {
    background-image: url("images/take-cash.gif");
    background-size: 85%;
}
#take-cash-container-inactive {
    opacity: .35;
}

#take-receipt-container-inactive {
    opacity: .35;
}
#take-receipt-complete-gif {
    background-image: url("images/take-receipt.gif");
    background-size: 85%;
}

.completing-request-copy {
    text-align: center;
    padding: 20px 0px 0px 0px;
    width: 215px;
}

#completing-request-copy-inactive {
    opacity: .6;
}

.completing-request-copy1 {
    text-align: center;
    padding-top: 20px;
}

.checkbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    /* font-size: 16px; */
  }
  
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
.checkmark {
    position: absolute;
    left: 0;
    height: 26px;
    width: 26px;
    border: 2px solid #0e253a;
    border-radius: 3px;
    margin-top: -4px;
}
  
.checkbox input:checked ~ .checkmark {
    background-color: #0e253a;
  }
  
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
.checkbox input:checked ~ .checkmark:after {
    display: inline-block;
}
  
.checkbox .checkmark:after {
    left: 6px;
    top: 1px;
    width: 9px;
    height: 14px;
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@keyframes fadeIn2 {
    0% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
    
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

/** Basic styles for an animated element */
.scene_element {
    animation-duration: 0.5s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
}

/** An element that fades in part 2*/
.scene_element--fadein2 {
    animation-name: fadeIn2;
}

/** An element that fades in */
.scene_element--fadein {
    animation-name: fadeIn;
}

/** An element that fades in and slides up */
.scene_element--fadeinup {
    animation-name: fadeInUp;
}

/** An element that fades in and slides from the right */
.scene_element--fadeinright {
    animation-name: fadeInRight;
}

/** An element that fades in and slides from the left */
.scene_element--fadeinleft {
    animation-name: fadeInLeft;
}    

.is-exiting .scene_element {
    animation-direction: alternate-reverse;
}


/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
 .waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0,0,0,0.2);
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255,255,255,0.45)
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244,67,54,0.7)
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255,235,59,0.7)
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255,152,0,0.7)
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156,39,176,0.7)
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76,175,80,0.7)
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0,150,136,0.7)
}

.waves-effect input[type="button"],.waves-effect input[type="reset"],.waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none
}

.waves-effect img {
    position: relative;
    z-index: -1
}

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%)
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none
}

.waves-block {
    display: block
}

.waves-effect .waves-ripple {
    z-index: -1
}