﻿
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

button.md-icon-button.md-button.md-ink-ripple:hover {
    background-color: rgba(0,0,0,0.2);
    cursor: pointer !important;
}

.md-button {
    font-size: 13px !important;
}

html, body {
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

.registerToolbar {
    min-height: 50px;
    height: 50px;
    background-color: transparent !important;
}

body.md-default-theme, body, html.md-default-theme, html {
    background-color: transparent !important;
}


body {
    background: linear-gradient(#ff00a8, #e89af4);
    overflow: hidden;
}

.errorLog {
    color: red;
    font-size: 12px;
}

    .errorLog ul {
        list-style-type: none;
        padding: 0;
    }

.alert-danger {
    color: #ffffff !important;
    font-size: 14px !important;
    height: 35px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    background-color: #ff1100;
    margin: 5px;
}

    .alert-danger span {
        margin: auto;
    }

    .alert-danger ul {
        list-style-type: none;
        padding-left: 20px;
        margin: 0;
    }

.md-button.md-raised:not([disabled]) {
    box-shadow: none;
}

/*.inner {
    background-color: #000;
    color: #fff;
}*/

.inner h2 {
    font-size: 35px;
    margin: 0 0 32px 0;
    letter-spacing: 1px;
    font-weight: 500;
}

.inner h4 {
    font-size: 1.4em;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
    color: #000;
    font-weight: 300;
}

.inner img {
    vertical-align: middle;
}

.inner hr {
    border: 0;
    margin: 30px 0 !important;
    border-top: #ddd 1px solid;
    border-bottom: #fff 1px solid;
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.acrylic {
    flex: 1;
    position: relative;
    overflow: hidden;
}

    .acrylic::before {
        content: "";
        position: absolute;
        left: -8px;
        top: -8px;
        right: -8px;
        bottom: -8px;
        z-index: -1;
        background-blend-mode: exclusion;
        filter: blur(8px);
        -webkit-filter: blur(8px);
        filter: url(#blur);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='8');
    }

    .acrylic::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        background-color: rgba(255, 255, 255, 0.8);
    }

    .acrylic.medium::after {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .acrylic.medium-high::after {
        background-color: rgba(255, 255, 255, 0.6);
    }

[ui-view] {
    position: absolute;
    width: 400px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 440px;
    -moz-transition: all 0.45s cubic-bezier(0.35, 0.33, 0.25, 1.045);
    -o-transition: all 0.45s cubic-bezier(0.35, 0.33, 0.25, 1.045);
    -webkit-transition: all 0.45s cubic-bezier(0.35, 0.33, 0.25, 1.045);
    transition: all 0.45s cubic-bezier(0.35, 0.33, 0.25, 1.045);
    opacity: 1;
}

    [ui-view] .inner-wrapper {
        height: 100%;
        background-color: #FFF;
        /*border-radius: 5px;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14);*/
    }

    [ui-view].ng-enter {
        -moz-transform: translate(150%, 0%);
        -ms-transform: translate(150%, 0%);
        -webkit-transform: translate(150%, 0%);
        transform: translate(150%, 0%);
        opacity: 0;
    }

.view-back [ui-view].ng-enter {
    -moz-transform: translate(-150%, 0%);
    -ms-transform: translate(-150%, 0%);
    -webkit-transform: translate(-150%, 0%);
    transform: translate(-150%, 0%);
}

[ui-view].ng-enter-active {
    opacity: 1;
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.view-back [ui-view].ng-enter-active {
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

[ui-view].ng-leave {
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
}

.view-back [ui-view].ng-leave {
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.view-to-home [ui-view].ng-leave {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

[ui-view].ng-leave-active {
    -moz-transform: translate(-150%, 0%);
    -ms-transform: translate(-150%, 0%);
    -webkit-transform: translate(-150%, 0%);
    transform: translate(-150%, 0%);
    opacity: 0;
}

.view-back [ui-view].ng-leave-active {
    -moz-transform: translate(150%, 0%);
    -ms-transform: translate(150%, 0%);
    -webkit-transform: translate(150%, 0%);
    transform: translate(150%, 0%);
}

.view-to-home [ui-view].ng-leave-active {
    -moz-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
}



.msg-input-wrapper {
    position: absolute;
    width: 400px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 440px;
    opacity: 1;
}

    .msg-input-wrapper .inner-wrapper {
        height: 100%;
        background-color: #FFF;
    }

.actionOptions {
    text-align: center;
    bottom: 0;
    position: absolute;
    margin: auto;
    width: 100%;
    padding-bottom: 20px;
    left: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}