﻿/*Select2 Material Theme*/
/**
 * Basic styles
 */
/*body {
    overflow-x: hidden;
    overflow-y: scroll;
    max-width: 600px;
    margin: 2rem auto;
}*/

ul {
    margin: 0;
    padding: 0;
}

:focus {
    outline: none;
}

:disabled {
    background-color: transparent;
}

/**
 * Multiple Select2
 */
.select2-container--material {
    width: 100% !important;
    /**
   * Textbox
   */
    /**
   * Dropdown
   */
    /**
   * Options
   */
    /**
   * Focused textbox
   */
    /**
   * Disabled textbox
   */
}

    .select2-container--material ::-webkit-input-placeholder {
        color: inherit;
    }

    .select2-container--material ::-moz-placeholder {
        color: inherit;
    }

    .select2-container--material :-ms-input-placeholder {
        color: inherit;
    }

    .select2-container--material ::-ms-input-placeholder {
        color: inherit;
    }

    .select2-container--material ::placeholder {
        color: inherit;
    }

    .select2-container--material .select2-selection {
        /* @extend input */
        overflow: visible;
        font: inherit;
        touch-action: manipulation;
        margin: 0;
        line-height: inherit;
        border-radius: 0;
        box-sizing: inherit;
        /* @extend .form-control */
        display: block;
        width: 100%;
        color: #55595c;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        padding: 0.5rem 0 0.6rem;
        font-size: 1rem;
        line-height: 1.5;
        background-color: transparent;
        background-image: none;
        border-radius: 0;
        /*margin-top: 0.2rem;*/
        margin-bottom: 1rem;
        /* @extend input[type=text] */
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
        outline: 0;
        width: 100%;
        font-size: 1rem;
        box-shadow: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        min-height: 2.2rem;
    }

        .select2-container--material .select2-selection .select2-selection__rendered {
            padding-left: 0;
        }

    .select2-container--material .select2-selection--single .select2-selection__rendered {
        float: left;
    }

    .select2-container--material .select2-selection--single .select2-selection__arrow {
        float: right;
    }

    .select2-container--material .select2-selection--multiple {
        /**
   * Multiple selected options
   */
        /**
   * Multiple selected option clear button
   */
    }

        .select2-container--material .select2-selection--multiple .select2-selection__rendered {
            width: 100%;
        }

            .select2-container--material .select2-selection--multiple .select2-selection__rendered li {
                list-style: none;
            }

        .select2-container--material .select2-selection--multiple .select2-selection__choice {
            /* @extend .mdl-chip */
            height: 32px;
            line-height: 32px;
            padding: 0 12px;
            border: 0;
            border-radius: 16px;
            background-color: #dedede;
            display: inline-block;
            color: rgba(0, 0, 0, 0.87);
            margin: 2px 0;
            font-size: 0;
            white-space: nowrap;
            /* @extend .mdl-chip__text */
            font-size: 13px;
            vertical-align: middle;
            display: inline-block;
            float: left;
            margin-right: 8px;
            margin-bottom: 4px;
        }

        .select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
            /* Hide default content */
            font-size: 0;
            opacity: 0.38;
            cursor: pointer;
            float: right;
            margin-top: 4px;
            margin-right: -6px;
            margin-left: 6px;
            -webkit-transition: opacity;
            transition: opacity;
        }

            .select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
                content: "cancel";
                /* @extend .material-icons */
                font-family: "Material Icons";
                font-weight: normal;
                font-style: normal;
                font-size: 24px;
                line-height: 1;
                letter-spacing: normal;
                text-transform: none;
                display: inline-block;
                white-space: nowrap;
                word-wrap: normal;
                direction: ltr;
                -webkit-font-feature-settings: "liga";
                -webkit-font-smoothing: antialiased;
                color: #000;
            }

            .select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
                opacity: 0.54;
            }

    .select2-container--material .select2-search--inline .select2-search__field {
        width: 100%;
        margin-top: 0;
        /* Match input[type=text] */
        height: 34px;
        line-height: 1;
    }

    .select2-container--material .select2-dropdown {
        border: 0;
    }

        .select2-container--material .select2-dropdown .select2-search__field {
            min-height: 2.1rem;
            margin-bottom: 16px;
            border: 0;
            border-bottom: 1px solid #ccc;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .select2-container--material .select2-dropdown .select2-search__field:focus {
                border-bottom: 1px solid #4285f4;
                box-shadow: 0 1px 0 0 #4585f4;
            }

    .select2-container--material .select2-results__options {
        /* @extend .zf-shadow-depth* */
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        /* @extend .dropdown-content */
        background-color: #fff;
        margin: 0;
        min-width: 100px;
        max-height: 650px;
        overflow-y: auto;
        z-index: 999;
        will-change: width, height;
        /* @extend .dropdown-content inline styles */
    }

    .select2-container--material .select2-results__option {
        /* @extend .dropdown-content li */
        cursor: pointer;
        clear: both;
        color: rgba(0, 0, 0, 0.87);
        line-height: 1.5rem;
        text-align: left;
        text-transform: none;
        /* @extend .dropdown-content li>a, .dropdown-content li>span */
        font-size: 1.2rem;
        display: block;
        padding: 1rem;
        /**
   * Disabled options
   */
        /**
   * Selected option
   */
        /**
   * Active/hovered option
   */
    }

        .select2-container--material .select2-results__option[aria-disabled="true"] {
            /* @extend .select-dropdown li.disabled */
            color: rgba(0, 0, 0, 0.3);
            background-color: transparent !important;
            cursor: context-menu;
            /* @extend .disabled */
            cursor: not-allowed;
        }

        .select2-container--material .select2-results__option[aria-selected="true"] {
            /* @extend .dropdown-content li:active, .dropdow-content li:hover */
            color: #4285f4;
            background-color: #eee;
        }

    .select2-container--material .select2-results__option--highlighted[aria-selected] {
        background-color: #ddd;
    }

    .select2-container--material.select2-container--focus .select2-selection {
        /* @extend input[type=text]:focus */
        border-bottom: 1px solid #4285f4;
        box-shadow: 0 1px 0 0 #4585f4;
    }

    .select2-container--material.select2-container--disabled .select2-selection {
        /* @extend .select-wrapper input.select-dropdown:disabled */
        color: rgba(0, 0, 0, 0.3);
        cursor: default;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }

    .select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
        box-shadow: none;
    }

/*END Select2 Material Theme*/


.loginWidth {
    width: calc(100% + 260px) !important;
    float: none !important;
    margin-left: -260px;
}

.card-btn-close {
    color: black;
    cursor:pointer;
}

.warning-icon {
    position: absolute;
    color: #d98100;
}

.txtVendorWarning {
    padding-left: 30px;
    background-color: #ffffff;
    border: none;
    resize: none;
}

hr.divide {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    width: 98.8%;
    border-top: 1px solid #d4ebf2;
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
    padding: 10px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

    .material-icons.md-dark.md-inactive {
        color: rgba(0, 0, 0, 0.26);
    }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

    .material-icons.md-light.md-inactive {
        color: rgba(255, 255, 255, 0.3);
    }

.material-icons.green {
    color: #4caf50;
}

.material-icons.blue {
    color: #00bcd4;
}

.material-icons.red {
    color: #f44336;
}

.table{
    margin-bottom: 0px !important;

    }
.table thead tr th{
   
    padding: 10px !important;
}

    .table thead tr th a {
        color: #333333 !important;
    }


.hide
{
    display: none;
}

.trUnderline
{
    border-bottom: #ddd solid 1px;
}

.pal{
    padding: 20px !important;
}

.login-user-label{
    padding-left: 20px;
}

.btn-plus-minus{
    padding: 5px !important;
}

.flyout {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0px;
    background-color: #3C3C3C;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 5%;
}

.grid-card-btn-close {
    color: white;
}

/*body.loading > .modal {
    position: fixed;
    z-index: 1900;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8) url('../images/loader.gif') 50% 50% no-repeat;
    display: block;
}*/

#wrapper.loading > .modal {
    position: fixed;
    z-index: 1900;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8) url('../images/loader.gif') 50% 50% no-repeat;
    display: block;
}

.wait {
    position: relative;
    background: url("../images/loader.gif") center no-repeat !important;
}

.loading {
    background: rgba(255, 255, 255, 0.8) url('../images/loader.gif') 50% 50% no-repeat;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}


.admin-spend-red {
    background-color: #f2dede;
    color: #a94442;
}

.admin-spend-green {
    background-color: #d5f7c8;
    color: #488c6c;
}

.card-scroll {
    overflow: scroll;
}

.iconAlignSubNav
{
    line-height: 25px !important;
}

.hidden {
    display: none;
}


.select2-search--dropdown {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
   
}

.help-block {

    color: #f44336;
}

.has-danger > label {

    color: #f44336;
}

.select2-container--material.select2-container--open .select2-selection.has-danger {
    border-bottom: 1px solid #f44336 !important;
    box-shadow: 0 1px 0 0 #f44336 !important;
}

.select2-container--material.select2-container--focus .select2-selection.has-danger {
    border-bottom: 1px solid #f44336 !important;
    box-shadow: 0 1px 0 0 #f44336 !important;
}

.dashboard{
    background-color: #fafafa !important;
}

.ui-autocomplete-input {
    font-size: 14px;
    width: 479.65px;
    height: 36px;
    margin-bottom: 5px;
    padding-top: 2px;
    padding-top: 0px !important;
    z-index: 1511;
    position: relative;
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

#diagram {
    display: block;
}

.TagGradient {
    background: linear-gradient(60deg, #d6d6d6, rgba(0, 0, 0, 0.3)) !important;
}

.WaterGradient {
    background: linear-gradient(60deg, #26c6da, #00acc1) !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}

.ElectricityGradient {
    background: linear-gradient(60deg, #ef5350, #e53935) !important;
}

.WaterTagGradient {
    background: linear-gradient(60deg, rgba(0, 0, 0, 0.3), rgb(128, 128, 128)) !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.required {
    margin-left: 5px;
    width: 6px;
    height: 6px;
    background: #007ACC;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}


