﻿html, body {
    background: url('../Img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
}

.md-link {
    color: inherit;
    text-decoration: none;
}

.md-bg {
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.md-badge {
    position: relative;
}

    .md-badge[data-badge]:after {
        background: green;
        border-radius: 50%;
        box-shadow: 0 0 1px #333;
        color: white;
        content: attr(data-badge);
        font-size: .7em;
        height: 18px;
        line-height: 18px;
        position: absolute;
        right: -10px;
        text-align: center;
        top: -10px;
        width: 18px;
    }

md-toolbar.md-table-toolbar form {
    margin-bottom: 0;
    margin-left: 16px;
}

    md-toolbar.md-table-toolbar form > input:focus {
        outline: none;
    }

    md-toolbar.md-table-toolbar form > input {
        border: none;
        color: rgba(0, 0, 0, 0.87);
        margin: 0;
        width: 100%;
    }

.md-toolbar-tools md-input-container md-icon {
    top: 24px;
}

.md-toolbar-tools md-input-container .md-input {
    margin-top: 11px;
}

md-toast.md-success-toast-theme .md-toast-content {
    background-color: green;
}

    md-toast.md-success-toast-theme .md-toast-content md-icon {
        color: #ffffff;
    }

md-toast.md-error-toast-theme .md-toast-content {
    background-color: red;
}

    md-toast.md-error-toast-theme .md-toast-content md-icon {
        color: #ffffff;
    }

md-toast.md-warn-toast-theme .md-toast-content {
    background-color: #FFC107;
    color: #000000;
}

    md-toast.md-warn-toast-theme .md-toast-content md-icon {
        color: #000000;
    }


.md-timeline {
    background-image: url(../img/dot.png);
    background-repeat: repeat-y;
    background-position: center center;
}

ul.ivh-treeview ul.ivh-treeview {
    padding-left: 30px;
}

.selectFilterColumn .search-box {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0;
}

.selectFilterColumn .search-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
}

.selectFilterColumn md-content._md {
    max-height: 480px;
}

.md-icon-x16 {
    font-size: 16px;
    height: 16px;
    width: 16px;
}

.md-icon-x32 {
    font-size: 32px;
    height: 32px;
    width: 32px;
}

.md-icon-x48 {
    font-size: 48px;
    height: 48px;
    width: 48px;
}

.md-icon-x128 {
    font-size: 128px;
    height: 128px;
    width: 128px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
    border-color: silver;
}

.login-overlay {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 0;
    min-height: 100vh;
    background: #f5f5f5;
    transition: all .4s cubic-bezier(.175,.885,.335,1.05);
}

    .login-overlay:after {
        position: absolute;
        top: 0;
        width: 100%;
        height: 300px;
        left: 0;
        right: 0;
        background-image: url(../img/bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        content: "";
        box-shadow: 0 2px 4px 1px rgba(0,0,0,.14);
    }

    .login-overlay .logo {
        text-align: center;
        display: block;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        text-transform: uppercase;
        color: #fff;
        font-size: 48px;
        letter-spacing: 1px;
        top: 30px;
    }

        .login-overlay .logo img {
            width: 256px;
        }

    .login-overlay .form-container {
        position: relative;
        z-index: 1;
        top: 30px;
        width: 100%;
        margin: 0 auto;
    }

md-toolbar img.logo {
    height: 48px;
}

md-input-container.md-input-search {
    margin: 6px 14px 6px 14px;
}

    md-input-container.md-input-search label {
        display: none;
    }

    md-input-container.md-input-search .md-errors-spacer {
        display: none;
    }

md-dialog.fullscreen-dialog {
    max-width: 66%;
    max-height: 90%;
    width: 66%;
    height: 90%;
    z-index: 100
}

.md-removed {
    color: red;
    font-weight: bold;
}

.md-added {
    color: green;
    font-weight: bold;
}

.download-form {
    display: inline-block;
    position: relative;
    min-height: 36px;
    min-width: 0px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    /* Reset default button appearance */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

.pre-text {
    white-space: pre-wrap
}

.aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    margin: 8px;
    padding-bottom: 66%;
}

    .aspect-ratio object {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

.left-margin {
    margin-left: 1em;
}

.right-margin {
    margin-right: 1em;
}

.top-margin {
    margin-top: 1em;
}

.bottom-margin {
    margin-bottom: 1em;
}

.left-margin-half {
    margin-left: .5em;
}

.right-margin-half {
    margin-right: .5em;
}

.top-margin-half {
    margin-top: .5em;
}

.bottom-margin-half {
    margin-bottom: .5em;
}

.no-vertical-margin {
    margin-top: 0;
    margin-bottom: 0;
}

.ul-no-padding {
    padding-left: 1em;
}

.autocomplete-lookup-template li {
    border-bottom: 1px solid #ccc;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: normal;
}

    .autocomplete-lookup-template li:last-child {
        border-bottom-width: 0;
    }

.autocomplete-lookup-template .item-title,
.autocomplete-lookup-template .item-metadata {
    display: block;
    line-height: 2;
}

    .autocomplete-lookup-template .item-title md-icon {
        height: 18px;
        width: 18px;
    }

.data-box {
    background-color: #F8F8F8;
}

.items-box {
    background-color: #FFFFFF;
}

.white-text {
    color: #fff;
}

.silver-text {
    color: #BDBDBD;
}



.md-select-value span:first-child {
    visibility: collapse;
}

.md-select-value.md-select-placeholder span:first-child {
    visibility: visible;
}

.md-select-value .md-text {
    display: inline-block !important;
    float: left;
    clear: both;
    visibility: visible;
}

    .md-select-value .md-text:not(:last-child):after {
        content: '';
        margin: 0 5px 0 5px;
    }

th span.md-title {
    font-size: 1em;
}

.md-text-lighter {
    font-weight: 300;
}

.flag-icon {
    line-height: 2em;
    width: 2em;
}

md-list[dnd-list] {
}

    md-list[dnd-list] .dndDraggingSource {
        display: none;
    }

    md-list[dnd-list] .dndPlaceholder {
        border: 1px dashed #BDBDBD;
    }

    md-list[dnd-list] md-list-item {
    }

        md-list[dnd-list] md-list-item.selected {
            display: block;
        }
