﻿/*md-toast.md-success-toast-theme .md-toast-content {
      background-color: green;
    }*/
md-toast.md-success-toast-theme .md-toast-content {
    background-color: #155FAA;
}

md-toast.md-error-toast-theme .md-toast-content {
    background-color: maroon;
}

md-toast {
    right: calc(50vw - 150px);
    z-index: 10000;
    /*top: 100px;
        position: absolute;*/
}


#md-whiteframe {
    background: #fff;
    margin: 20px;
    padding: 20px;
}

md-tooltip .md-background {
    border-radius: inherit;
}

md-tooltip .md-content {
    height: auto;
    width: 400px;
    max-width: 400px;
    padding: 8px;
    white-space: initial;
}

@media screen and (min-width: 600px) {
    md-tooltip .md-content {
        font-size: 14px;
        height: auto;
        width: 300px;
        padding: 8px;
        max-width: 300px;
    }
}


.md-select-value {
    /*display: inline-block !important;*/
    width: 100% !important;
    height: 30px !important;
    padding: 4px 10px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

    .md-select-value:focus {
        border-color: #66afe9 !important;
        outline: 0 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    }

    .md-select-value::-moz-placeholder {
        color: #999 !important;
        opacity: 1 !important;
    }

    .md-select-value:-ms-input-placeholder {
        color: #999 !important;
    }

    .md-select-value::-webkit-input-placeholder {
        color: #999 !important;
    }

.md-input {
    width: 100% !important;
    height: 38px !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

.hint {
    /* Position the hint */
    /*position: absolute;
    left: 2px;
    right: auto;
    bottom: 7px;*/
    /* Copy styles from ng-messages */
    font-size: 12px;
    line-height: 14px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    /* Set our own color */
    color: grey;
}


    .hint.ng-hide,
    .hint.ng-enter,
    .hint.ng-leave.ng-leave-active {
        bottom: 26px;
        opacity: 0;
    }

        .hint.ng-leave,
        .hint.ng-enter.ng-enter-active {
            bottom: 7px;
            opacity: 1;
        }

/*md-input-container > label{
        padding-top: 10px !important;
    }*/
md-tab-content {
    background-color: #fff;
}

md-content {
    background-color: #fff;
}

md-input-container .labelInput {
    top: -20px !important;
    left: 2px !important;
    font-weight: normal !important;
    color: #757575;
    line-height: 14px !important;
    font-size: 14px !important;
}

.md-input:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

.ng-md-icon-primary {
    fill: #1BB7A0;
    -webkit-transition: fill 750ms ease-in-out;
    -moz-transition: fill 750ms ease-in-out;
    -o-transition: fill 750ms ease-in-out;
    transition: fill 750ms ease-in-out;
}

.ng-md-icon-info {
    fill: #56bdf1;
    -webkit-transition: fill 750ms ease-in-out;
    -moz-transition: fill 750ms ease-in-out;
    -o-transition: fill 750ms ease-in-out;
    transition: fill 750ms ease-in-out;
}

.ng-md-icon-warm {
    fill: #F3C536;
    -webkit-transition: fill 750ms ease-in-out;
    -moz-transition: fill 750ms ease-in-out;
    -o-transition: fill 750ms ease-in-out;
    transition: fill 750ms ease-in-out;
}

.ng-md-icon-white {
    fill: #FFFFFF;
    -webkit-transition: fill 750ms ease-in-out;
    -moz-transition: fill 750ms ease-in-out;
    -o-transition: fill 750ms ease-in-out;
    transition: fill 750ms ease-in-out;
}

.ng-md-icon-danger {
    fill: #FA7B58;
    -webkit-transition: fill 750ms ease-in-out;
    -moz-transition: fill 750ms ease-in-out;
    -o-transition: fill 750ms ease-in-out;
    transition: fill 750ms ease-in-out;
}

.ng-md-icon-default {
    fill: #B5B5B5;
    -webkit-transition: fill 750ms ease-in-out;
    -moz-transition: fill 750ms ease-in-out;
    -o-transition: fill 750ms ease-in-out;
    transition: fill 750ms ease-in-out;
}

.ng-md-icon-success {
    fill: #37AC37;
    -webkit-transition: fill 750ms ease-in-out;
    -moz-transition: fill 750ms ease-in-out;
    -o-transition: fill 750ms ease-in-out;
    transition: fill 750ms ease-in-out;
}

.ng-md-icon-blue {
    fill: #4862A3;
    -webkit-transition: fill 750ms ease-in-out;
    -moz-transition: fill 750ms ease-in-out;
    -o-transition: fill 750ms ease-in-out;
    transition: fill 750ms ease-in-out;
}


.ng-md-icon-danger, ng-md-icon-success, .ng-md-icon-default, .ng-md-icon-info, .ng-md-icon-white, .ng-md-icon-warm, .ng-md-icon-primary, ng-md-icon-blue > svg {
    -webkit-transition: width 750ms ease-in-out, height 750ms ease-in-out;
    -moz-transition: width 750ms ease-in-out, height 750ms ease-in-out;
    -o-transition: width 750ms ease-in-out, height 750ms ease-in-out;
    transition: width 750ms ease-in-out, height 750ms ease-in-out;
}

textarea.md-input {
    height: 100px !important;
}
