/*Side menu*/
.collapsible-nav-animation {
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    overflow: hidden;
    padding: 0;
}

    .collapsible-nav-animation > li {
        background-color: white !important;
    }

.hint {
    /*position: absolute;*/
    left: 2px;
    right: auto;
    bottom: 7px;
    font-size: 10px;
    line-height: 14px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2) 0s;
    color: #D1CFCF;
}

md-input-container .md-errors-spacer {
    min-height: 0;
}

md-content.md-default-theme {
    background-color: #eee;
}

md-card {
    background-color: #fff;
}

    md-card h2:first-of-type {
        margin-top: 0;
    }

md-toolbar .md-button.md-default-theme {
    border-radius: 99%;
}

h2 {
    font-weight: 400;
}

.md-toolbar-tools-bottom {
    font-size: small;
}

    .md-toolbar-tools-bottom :last-child {
        opacity: 0.8;
    }

md-toolbar:not(.md-hue-1),
.md-fab {
    fill: #fff;
}

md-sidenav {
    fill: #737373;
}

    md-sidenav ng-md-icon {
        position: relative;
        top: 5px;
    }

md-tab-content {
    background-color: white;
    padding: 25px;
    border-top-style: solid;
    border-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.12)
}

.user-avatar {
    border-radius: 99%;
}

.animate-enter,
.animate-leave {
    -webkit-transition: 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000) all;
    -moz-transition: 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000) all;
    -ms-transition: 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000) all;
    -o-transition: 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000) all;
    transition: 450ms cubic-bezier(0.860, 0.000, 0.070, 1.000) all;
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

    .animate-leave.animate-leave-active,
    .animate-enter {
        opacity: 0;
        width: 0px;
        height: 0px;
    }

        .animate-enter.animate-enter-active,
        .animate-leave {
            opacity: 1;
            width: 150px;
            height: 30px;
        }

.lookup-container {
    padding-left: 0px !important;
    padding-right: 60px !important;
}

    .lookup-container > label {
        left: 0px !important;
    }

    .lookup-container > input {
        color: #FFFFFF !important;
    }

        .lookup-container > input.access-denied {
            color: rgba(0, 0, 0, 0.5) !important;
        }

    .lookup-container > a {
        position: absolute !important;
        left: 4px !important;
        top: 7.2px !important;
    }

.lookup-icon-container {
    margin: auto !important;
    background-repeat: no-repeat no-repeat !important;
    display: inline-block !important;
    vertical-align: middle !important;
    fill: currentcolor !important;
    height: 24px !important;
    position: absolute !important;
    top: 5px !important;
    right: auto !important;
}

    .lookup-icon-container > ng-md-icon {
        cursor: pointer !important;
    }

.input-container-pad-right > md-input-container {
    padding-right: 25px !important;
}

.input-container-pad-right > am-date-picker {
    padding-right: 25px !important;
}

.list-search-textbox {
    font-size: 13px;
    padding: 0px;
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.page {
    /*position: absolute;
	padding: 30px;
	background: #CBE0CF;
	text-align: left;
	width: 100%;
	height: 100%;*/
    position: absolute;
    margin-top: 60px;
}

    /* Slide animation */
    .page.slide {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .page.slide.ng-enter,
        .page.slide.ng-leave {
            -webkit-transition: all 1s ease;
            transition: all 1s ease;
        }

        .page.slide.ng-enter {
            left: 100%;
        }

        .page.slide.ng-enter-active {
            left: 0;
        }

        .page.slide.ng-leave {
            left: 0;
        }

        .page.slide.ng-leave-active {
            left: -100%;
        }

.reverse .page.slide.ng-enter {
    left: -100%;
}

.reverse .page.slide.ng-enter-active {
    left: 0;
}

.reverse .page.slide.ng-leave {
    left: 0;
}

.reverse .page.slide.ng-leave-active {
    left: 100%;
}

.page.pop {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .page.pop.ng-enter,
    .pop.ng-leave {
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .page.pop.ng-enter {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .page.pop.ng-enter-active,
    .page.pop.ng-leave,
    .page.pop.ng-leave-active {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .page.pop.ng-leave-active {
    }

.commonLabel {
    color: #212121 !important;
}

/*Avatar*/
.left-side-avatar {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .left-side-avatar li {
        float: left;
        padding: 0px;
        position: relative;
        overflow: hidden;
        margin: 0px !important;
    }

        .left-side-avatar li:hover .caption {
            opacity: 1;
            transform: translateY(-100px);
            -webkit-transform: translateY(-100px);
            -moz-transform: translateY(-100px);
            -ms-transform: translateY(-100px);
            -o-transform: translateY(-100px);
        }

    .left-side-avatar img {
        margin: 0px;
        padding: 0px;
        float: left;
        z-index: 4;
        width: 249px;
        height: 250px;
    }

    .left-side-avatar svg {
        margin-top: 14px;
        margin-right: 5px;
    }

    .left-side-avatar .caption {
        cursor: pointer;
        position: absolute;
        opacity: 0;
        top: 300px;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .left-side-avatar .blur {
        background-color: rgba(3, 3, 3, 0.46);
        height: 300px;
        width: 400px;
        z-index: 5;
        position: absolute;
    }

    .left-side-avatar .caption-text h1 {
        font-size: 12px;
    }

    .left-side-avatar .caption-text {
        z-index: 10;
        color: #fff;
        position: absolute;
        height: 300px;
        width: 250px;
        text-align: center;
        top: 0px;
    }

/*Search Condition*/
.searchcondition {
    transition: 1s linear all;
    -webkit-transition: 1s linear all;
}

    .searchcondition.ng-enter {
        position: relative;
        opacity: 0.0;
        height: 0;
        left: 800px;
    }

        .searchcondition.ng-enter.ng-enter-active {
            transition: all 0.5s ease;
            opacity: 1.0;
            left: 0;
        }

    .searchcondition.ng-leave {
        position: relative;
        opacity: 1.0;
        left: 0;
    }

        .searchcondition.ng-leave.ng-leave-active {
            transition: all 1s ease;
            opacity: 0.0;
            left: 70%;
            height: 0;
        }

/*Sql Field Names*/
.animate-hide {
    /*-webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
    -moz-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
    -o-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;*/
    transition: ease 0.5s;
    position: absolute;
    flex: auto;
    left: 70%;
    height: 450px;
    width: 400px;
}

    .animate-hide.ng-hide {
        left: 100%;
    }

.md-calendar-scroll-container {
    width: 100% !important;
}


md-table-pagination > span.label {
    color: #000000;
}
