﻿.pageheader {
    padding: 20px 16px 40px 16px;
}

.pageicon {
    /*width: 44px;*/
    font-size: 42px;
    padding: 15px;
    border: 4px solid #616161;
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 0px;
    box-sizing: initial;
}

.pagetitle {
    margin-left: 90px;
    padding-top: 10px;
    padding-bottom: 5px;
}

    .pagetitle h5 {
        margin: 0px;
        text-transform: uppercase;
        font-size: 11px;
        color: #999;
    }

    .pagetitle h1 {
        margin: 0px;
        font-family: 'RobotoLight', 'Helvetica Neue', Helvetica, sans-serif;
        font-size: 32px;
        margin-left: -2px;
    }

.panel-color-list li span:hover, selected-pane {
    border-style: solid;
    border-width: 3px;
}

.align-isright {
    text-align: right !important;
}
.align-isleft {
    text-align: left !important;
}

.btn {
    font-weight: 400 !important;
}

/* PAGE HEADER STYLE */
.panel-bluegray .pageicon, .panel-bluegray .pagetitle h1 {
    color: #607d8b;
}

.panel-bluegray .pageicon {
    border: 4px solid #607d8b;
}

.panel-indigo .pageicon, .panel-indigo .pagetitle h1 {
    color: #3f51b5;
}

.panel-indigo .pageicon {
    border: 4px solid #3f51b5;
}

.panel-indigo .pageicon {
    border: 4px solid #3f51b5;
}

#Announcement {
    visibility: visible;
    display: block;
    opacity: 1 !important;
    transform: translateY(0px);
}

    #Announcement.panel {
        visibility: visible;
        display: block;
        opacity: 1 !important;
        transform: translateY(0px);
    }
/* END PAGE HEADER STYLE */

/* THUMBNAIL STYLE */
.thumbnail.sidebar-indigo {
    background-color: #1a237e;
}
/* END THUMBNAIL STYLE */

.navbar-yellow h3 {
    color: #f9a825 !important;
}

.selected-theme {
    width: 50px !important;
    height: 50px !important;
}

.default-theme {
    width: 30px !important;
    height: 30px !important;
}

.navbar-indigo h3, .navbar-amber h3, .navbar-red h3, .navbar-light-green h3, .navbar-green h3, .navbar-black h3, .navbar-deep-orange h3 {
    color: white;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.vertical-middle {
    text-align: center;
    vertical-align: middle !important;
}

.vertical-left {
    text-align: left;
    vertical-align: middle !important;
}

.no-margin {
    margin: 0px !important;
}

/***************************************Mail Box***************************************/

.mail-list li:nth-child(odd) {
    background-color: #F6F6F6;
}

.mail-list li {
    border-radius: 5px !important;
    padding: 10px;
    cursor: pointer;
    color: #888;
}

    .mail-list li:before, .mail-list li:after {
        display: table;
        content: " ";
    }

    .mail-list li:after {
        clear: both;
    }

    .mail-list li div.tools {
        width: 70px;
        white-space: nowrap;
        float: left;
    }

    .mail-list li div.sender {
        width: 20%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .mail-list li div.message {
        width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .mail-list li div.time {
        width: 18%;
        text-align: right;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .mail-list li div[class*="icheckbox"] {
        margin-left: 0px !important;
    }

    .mail-list li i.star {
        font-size: 20px;
        color: #ccc;
    }

        .mail-list li i.star:hover {
            color: #FFAB00;
        }

        .mail-list li i.star.selected {
            color: #FFAB00;
        }

    .mail-list li div.message .label {
        padding: 0px 5px;
        font-weight: normal;
    }

/*progress approval*/
ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ol.progtrckr li {
        display: inline-block;
        text-align: center;
        line-height: 3em;
    }

    ol.progtrckr[data-progtrckr-steps="2"] li {
        width: 49%;
    }

    ol.progtrckr[data-progtrckr-steps="3"] li {
        width: 33%;
    }

    ol.progtrckr[data-progtrckr-steps="4"] li {
        width: 24%;
    }

    ol.progtrckr[data-progtrckr-steps="5"] li {
        width: 19%;
    }

    ol.progtrckr[data-progtrckr-steps="6"] li {
        width: 16%;
    }

    ol.progtrckr[data-progtrckr-steps="7"] li {
        width: 14%;
    }

    ol.progtrckr[data-progtrckr-steps="8"] li {
        width: 12%;
    }

    ol.progtrckr[data-progtrckr-steps="9"] li {
        width: 11%;
    }

    ol.progtrckr li.progtrckr-progress {
        color: black;
        border-bottom: 10px solid #e8a740;
        font-style: italic;
        width: 33%;
    }

    ol.progtrckr li.progtrckr-done {
        color: black;
        border-bottom: 10px solid yellowgreen;
        font-style: italic;
        width: 33%;
    }

    ol.progtrckr li.progtrckr-todo {
        color: silver;
        border-bottom: 10px solid silver;
        font-style: italic;
        width: 33%;
    }

    ol.progtrckr li:after {
        content: "\00a0\00a0";
    }

    ol.progtrckr li:before {
        position: relative;
        bottom: -2.5em;
        float: left;
        left: 50%;
        line-height: 1em;
    }

    ol.progtrckr li.progtrckr-done:before {
        content: "\2713";
        color: white;
        background-color: yellowgreen;
        height: 2.2em;
        width: 2.2em;
        line-height: 2.2em;
        border: none;
        border-radius: 1.2em;
        bottom: -35px;
    }

    ol.progtrckr li.progtrckr-todo:before {
        content: "\2713";
        color: white;
        background-color: silver;
        height: 2.2em;
        width: 2.2em;
        line-height: 2.2em;
        border: none;
        border-radius: 1.2em;
        bottom: -35px;
    }

    ol.progtrckr li.progtrckr-progress:before {
        content: "\2713";
        color: white;
        background-color: #e8a740;
        height: 2.2em;
        width: 2.2em;
        line-height: 2.2em;
        border: none;
        border-radius: 1.2em;
        bottom: -35px;
    }

.bottom-space {
    margin-bottom: 50px !important;
}


/*Approval togle*/
.drop-div {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}

.drop-label {
    float: left;
}

.drop-menu {
    float: right;
    /*margin: 0px 20px 0px 20px;*/
    background: url(triple-dots.png) no-repeat right center;
    padding-right: 20px;
}

.drop-margin {
    margin-top: 30px;
}
/*COMPARE ROW APPROVAL*/
.list-danger {
    color: #b94a48 !important;
    background-color: #f2dede !important;
    border-color: #eed3d7 !important;
    font-weight: bold !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.clear {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    position: absolute;
    right: 30px;
    top: 4px;
}

.header-image {
    height: 64px;
    width: 64px;
    font-size: 28px;
    line-height: 64px;
}

.display-block {
    display: block;
}

.header-menu-user {
    display: block;
    padding: 0 20px !important;
    clear: both;
    font-weight: normal;
    line-height: 1.45;
    color: #616161;
    white-space: nowrap;
}

    .header-menu-user a {
        color: #03a9f4 !important;
    }

        .header-menu-user a:hover, a:focus {
            color: #03a9f4 !important;
            text-decoration: none;
        }


tags-input {
    display: block;
}

    tags-input *, tags-input *:before, tags-input *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    tags-input .host {
        position: relative;
        margin-top: 5px;
        margin-bottom: 5px;
        height: 100%;
    }

        tags-input .host:active {
            outline: none;
        }

    tags-input .tags {
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
        padding: 1px;
        overflow: hidden;
        word-wrap: break-word;
        cursor: text;
        background-color: #fff;
        border: 1px solid darkgray;
        box-shadow: 1px 1px 1px 0 lightgray inset;
        height: 100%;
    }

        tags-input .tags.focused {
            outline: none;
            -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
            -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
            box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
        }

        tags-input .tags .tag-list {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

        tags-input .tags .tag-item {
            margin: 2px;
            padding: 0 5px;
            display: inline-block;
            float: left;
            /*font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;*/
            height: 26px;
            line-height: 25px;
            border: 1px solid #acacac;
            /*border-radius: 3px;*/
            background: -webkit-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
            background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
        }

            tags-input .tags .tag-item.selected {
                background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
                background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
            }

            tags-input .tags .tag-item .remove-button {
                margin: 0 0 0 5px;
                padding: 0;
                border: none;
                background: none;
                cursor: pointer;
                /*vertical-align: middle;*/
                /*font: bold 16px Arial, sans-serif;*/
                color: #585858;
            }

                tags-input .tags .tag-item .remove-button:active {
                    color: #ff0000;
                }

        tags-input .tags .input {
            border: 0;
            outline: none;
            margin: 2px;
            padding: 0;
            padding-left: 5px;
            float: left;
            height: 26px;
            /*font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        }

            tags-input .tags .input.invalid-tag {
                color: #ff0000;
            }

            tags-input .tags .input::-ms-clear {
                display: none;
            }

    tags-input.ng-invalid .tags {
        -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
        -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
        box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
    }

    tags-input[disabled] .host:focus {
        outline: none;
    }

    tags-input[disabled] .tags {
        background-color: #eee;
        cursor: default;
    }

        tags-input[disabled] .tags .tag-item {
            opacity: 0.65;
            background: -webkit-linear-gradient(top, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
            background: linear-gradient(to bottom, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
        }

            tags-input[disabled] .tags .tag-item .remove-button {
                cursor: default;
            }

                tags-input[disabled] .tags .tag-item .remove-button:active {
                    color: #585858;
                }

        tags-input[disabled] .tags .input {
            background-color: #eee;
            cursor: default;
        }

    tags-input .autocomplete {
        margin-top: 5px;
        position: absolute;
        padding: 5px 0;
        z-index: 999;
        width: 100%;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

        tags-input .autocomplete .suggestion-list {
            margin: 0;
            padding: 0;
            list-style-type: none;
            max-height: 280px;
            overflow-y: auto;
            position: relative;
        }

        tags-input .autocomplete .suggestion-item {
            padding: 5px 10px;
            cursor: pointer;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            /*font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;*/
            color: #000;
            background-color: #fff;
        }

            tags-input .autocomplete .suggestion-item.selected {
                color: #fff;
                background-color: #0097cf;
            }

                tags-input .autocomplete .suggestion-item.selected em {
                    color: #fff;
                    background-color: #0097cf;
                }

            tags-input .autocomplete .suggestion-item em {
                /*font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;*/
                color: #000;
                background-color: #fff;
            }

/*# sourceMappingURL=ng-tags-input.css.map */


tags-input {
    box-shadow: none;
    border: none;
    padding: 0;
    min-height: 34px;
}

    tags-input .host {
        margin: 0;
    }

    tags-input .tags {
        -moz-appearance: none;
        -webkit-appearance: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

        tags-input .tags .tag-item {
            color: #fff;
            background: #2196F3;
            border: 1px solid #2196F3;
            /*border-radius: 4px;*/
        }

            tags-input .tags .tag-item.selected {
                color: #fff;
                background: #d9534f;
                border: 1px solid #d43f3a;
            }

            tags-input .tags .tag-item .remove-button:hover {
                text-decoration: none;
            }

        tags-input .tags.focused {
            border: 1px solid #66afe9;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        }

    tags-input .autocomplete {
        border-radius: 4px;
    }

        tags-input .autocomplete .suggestion-item.selected {
            color: #262626;
            background-color: #f5f5f5;
        }

            tags-input .autocomplete .suggestion-item.selected em {
                color: #262626;
                background-color: #f5f5f5;
            }

        tags-input .autocomplete .suggestion-item em {
            color: #000;
            background-color: #fff;
        }

    tags-input.ng-invalid .tags {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

    tags-input[disabled] .tags {
        background-color: #eee;
    }

        tags-input[disabled] .tags .tag-item {
            background: #337ab7;
            opacity: 0.65;
        }

        tags-input[disabled] .tags .input {
            background-color: #eee;
        }

.input-group tags-input {
    padding: 0;
    display: table-cell;
}

    .input-group tags-input:not(:first-child) .tags {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group tags-input:not(:last-child) .tags {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.input-group-lg tags-input:first-child .tags {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.input-group-lg tags-input:last-child .tags {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.input-group-sm tags-input:first-child .tags {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.input-group-sm tags-input:last-child .tags {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

tags-input.ti-input-lg, .input-group-lg tags-input {
    min-height: 46px;
}

    tags-input.ti-input-lg .tags, .input-group-lg tags-input .tags {
        border-radius: 6px;
    }

        tags-input.ti-input-lg .tags .tag-item, .input-group-lg tags-input .tags .tag-item {
            height: 38px;
            line-height: 37px;
            /*font-size: 18px;*/
            border-radius: 6px;
        }

            tags-input.ti-input-lg .tags .tag-item .remove-button, .input-group-lg tags-input .tags .tag-item .remove-button {
                /*font-size: 20px;*/
            }

        tags-input.ti-input-lg .tags .input, .input-group-lg tags-input .tags .input {
            height: 38px;
            /*font-size: 18px;*/
        }

tags-input.ti-input-sm, .input-group-sm tags-input {
    min-height: 30px;
}

    tags-input.ti-input-sm .tags, .input-group-sm tags-input .tags {
        border-radius: 3px;
    }

        tags-input.ti-input-sm .tags .tag-item, .input-group-sm tags-input .tags .tag-item {
            height: 22px;
            line-height: 21px;
            /*font-size: 12px;*/
            border-radius: 3px;
        }

            tags-input.ti-input-sm .tags .tag-item .remove-button, .input-group-sm tags-input .tags .tag-item .remove-button {
                /*font-size: 16px;*/
            }

        tags-input.ti-input-sm .tags .input, .input-group-sm tags-input .tags .input {
            height: 22px;
            /*font-size: 12px;*/
        }

.has-feedback tags-input .tags {
    padding-right: 30px;
}

.has-success tags-input .tags {
    border-color: #3c763d;
}

    .has-success tags-input .tags.focused {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-error tags-input .tags {
    border-color: #a94442;
}

    .has-error tags-input .tags.focused {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-warning tags-input .tags {
    border-color: #8a6d3b;
}

    .has-warning tags-input .tags.focused {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

#idlogin .panel.panel-inverse {
    border-color: #757575;
}

    #idlogin .panel.panel-inverse .panel-footer {
        color: #fafafa !important;
        background-color: #757575 !important;
        border-color: #757575 !important;
    }

        #idlogin .panel.panel-inverse .panel-footer h2 {
            color: #fafafa;
        }

            #idlogin .panel.panel-inverse .panel-footer h2 i.separator {
                background-color: rgba(250, 250, 250, 0.125);
            }

#idlogin .panel.panel-blue .panel-footer {
    color: #e3f2fd !important;
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
}

    #idlogin .panel.panel-blue .panel-footer h2 {
        color: #e3f2fd;
    }

        #idlogin .panel.panel-blue .panel-footer h2 i.separator {
            background-color: rgba(227, 242, 253, 0.125);
        }
/*# sourceMappingURL=ng-tags-input.bootstrap.css.map */

/*adding Nav Tabs*/
#submenulang > li > a,
#submenulang > li > a:focus {
    border: none;
    color: #9e9e9e;
    font-weight: 700;
    padding: 0 16px;
    line-height: 48px;
    border-radius: 0;
}

    #submenulang > li > a:hover {
        color: #212121;
        background: none;
    }

#submenulang li.active a {
    background: #fff;
    font-weight: 700;
    color: #9e9e9e;
    box-shadow: none;
}

#submenulang li.active:hover > a {
    color: #212121 !important;
    background: #fff;
}

.abstract {
    background-color: #e4ecfa;
}

.total {
    background-color: #cbebff;
}

.abstractafter {
    background-color: #ffffdc;
}

.panelfullscreen {
    width: 100%;
    margin-top: 170px;
}

.yesFullScreenChart {
    max-height: 90%;
    height: 90%;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.notFullScreenChart {
    max-height: 600px;
}

.yesFullScreennontuple {
    max-height: 800px;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.yesFullScreen {
    max-height: 600px;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.notFullScreen {
    max-height: 400px;
}

:-webkit-full-screen {
    width: 100%;
}

:-moz-full-screen {
    width: 100%;
}


:-ms-full-screen {
    width: 100%;
}


:-o-full-screen {
    width: 100%;
}


:full-screen {
    width: 100%;
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #333;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

table th {
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    border-top: 2px solid #d3ddff;
    border-bottom: 1px solid #d3ddff !important;
    color: #039;
}

table td {
    font-size: 12px;
    font-weight: normal;
    padding: 8px;
    color: #000;
}

.fullscreen {
    margin-top: 5px;
    width: 100%;
    height: 100%;
}

    .fullscreen #tblInstance {
        height: 700px;
        max-height: 800px;
    }

#tblInstance {
    height: 450px;
}

/*Hover Effect*/
.view {
    width: 404px;
    height: 200px;
    margin: 10px;
    float: left;
    border: 5px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center;
}

.view-dashboard {
    margin: 10px;
    float: left;
    border: 5px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center;
}

    .view-dashboard .mask, .view .content {
        width: 100%;
        height: 300px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

.view .mask, .view .content {
    width: 404px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}

.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}

    .view a.info:hover {
        -webkit-box-shadow: 0 0 5px #000;
        -moz-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
    }

.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(219,127,8, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/*End Hover Effect*/
/*Hover Effect Dashboard*/
.view-dashboard {
    float: left;
    border: 5px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}

    .view-dashboard .mask, .view .content {
        width: 100%;
        height: 300px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .view-dashboard img {
        display: block;
        position: relative;
    }

    .view-dashboard h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        margin: 0 0 0 0;
    }

    .view-dashboard p {
        font-family: Georgia, serif;
        font-style: italic;
        font-size: 14px;
        position: relative;
        color: #fff;
        padding: 10px 20px 20px;
        text-align: center;
    }

    .view-dashboard a.info {
        display: inline-block;
        text-decoration: none;
        padding: 15px 14px;
        background: #000;
        color: #fff;
        text-transform: uppercase;
        -webkit-box-shadow: 0 0 1px #000;
        -moz-box-shadow: 0 0 1px #000;
        box-shadow: 0 0 1px #000;
    }

        .view-dashboard a.info:hover {
            -webkit-box-shadow: 0 0 5px #000;
            -moz-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;
        }

.view-first-dashboard img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first-dashboard .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(0,0,0, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.view-first-dashboard h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first-dashboard p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first-dashboard:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.view-first-dashboard a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first-dashboard:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first-dashboard:hover h2,
.view-first-dashboard:hover p,
.view-first-dashboard:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/*End Hover Effect Dashboard*/
.panel-Dashboard {
    margin: 5px 0px 5px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    display: block;
    background-color: #fff;
}

    .panel-Dashboard .panel-heading-Dashboard {
        color: #9e9e9e;
        background-color: #fff;
        padding: 0px 0px 0px 0px;
        line-height: 48px;
    }

        .panel-Dashboard .panel-heading-Dashboard h2 {
            color: #9e9e9e;
            font-size: 14px;
            font-weight: 700;
            padding: 14px 0 14px;
            margin: 0;
            line-height: 20px;
        }
/*Li Style*/
.nav__item {
    line-height: 1;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    color: currentColor;
    border: 0;
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin-bottom: 10px;
}

    .nav__item:focus {
        outline: none;
    }
/*** Zahi ***/

.nav--zahi .nav__item {
    width: 2em;
    height: 2em;
}

    .nav--zahi .nav__item::before,
    .nav--zahi .nav__item::after {
        content: '';
        position: absolute;
    }

    .nav--zahi .nav__item:not(:last-child)::before {
        top: calc(2em - 9px);
        left: 5px;
        width: 2px;
        height: calc(2em - 12px);
        background: #98322a;
    }

    .nav--zahi .nav__item::after {
        top: 50%;
        left: 0;
        width: 24px;
        height: 24px;
        margin: -5px 0 0 0;
        border: 2px solid #e6e6e6;
        border-radius: 50%;
        background: #3f51b5;
        -webkit-transition: -webkit-transform 0.3s, border-color 0.3s, border-width 0.3s, background 0.3s;
        transition: transform 0.3s, border-color 0.3s, border-width 0.3s, background 0.3s;
    }

.nav--zahi .nav__item--current::after {
    border-width: 1px;
    border-color: #fff;
    -webkit-transform: scale3d(1.6,1.6,1);
    transform: scale3d(1.6,1.6,1);
}

.nav--zahi .nav__item:not(.nav__item--current):focus::after,
.nav--zahi .nav__item:not(.nav__item--current):hover::after {
    border-color: #3f51b5;
    background: #e6e6e6;
}

.nav--zahi .nav__item-title {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.5;
    display: block;
    position: relative;
    padding: 0 0 0 2.5em;
    white-space: nowrap;
    opacity: 0.3;
    color: #fff;
    font-size: 18px;
    -webkit-transition: opacity 0.3s, color 0.3s;
    transition: opacity 0.3s, color 0.3s;
}

.nav--zahi .nav__item:not(.nav__item--current):focus .nav__item-title,
.nav--zahi .nav__item:not(.nav__item--current):hover .nav__item-title {
    opacity: 0.5;
}

.nav--zahi .nav__item--current .nav__item-title {
    opacity: 1;
    color: #fff;
}
/*** Etefu ***/

.nav--etefu .nav__item {
    width: 2.5em;
    height: 3em;
    margin: 1em 0;
}

.nav--etefu .nav__item-inner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 0.5em;
    height: 100%;
    margin: 0 0 0 1em;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.nav--etefu .nav__item:not(.nav__item--current):focus .nav__item-inner,
.nav--etefu .nav__item:not(.nav__item--current):hover .nav__item-inner {
    opacity: 1;
}

.nav--etefu .nav__item-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: silver;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.nav--etefu .nav__item--current .nav__item-inner::before {
    opacity: 1;
    color: #757575;
    background-color: #757575;
    /*-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);*/
}

.nav--etefu .nav__item-title::before {
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 115%;
    width: 130px;
    font-size: 16px;
    opacity: 0;
    color: silver;
    font-family: 'Roboto Condensed', sans-serif;
}

.nav--etefu .nav__item-title {
    position: absolute;
    top: 10px;
    left: 115%;
    width: 130px;
    font-size: 16px;
    opacity: 1;
    color: silver;
    font-family: 'Segoe UI', sans-serif;
    /*-webkit-transform: rotate3d(0,0,1,90deg) translate3d(1em,0,0);
	transform: rotate3d(0,0,1,90deg) translate3d(1em,0,0);*/
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.nav--etefu .nav__item--current .nav__item-title {
    opacity: 1;
    color: #757575;
    font-size: 18px;
    /*-webkit-transform: rotate3d(0,0,1,90deg);
	transform: rotate3d(0,0,1,90deg);*/
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

    .fade-scale.in {
        opacity: 1;
        transform: scale(1);
    }
/*Spinner*/
/*<div id="squaresWaveG">
	<div id="squaresWaveG_1" class="squaresWaveG"></div>
	<div id="squaresWaveG_2" class="squaresWaveG"></div>
	<div id="squaresWaveG_3" class="squaresWaveG"></div>
	<div id="squaresWaveG_4" class="squaresWaveG"></div>
	<div id="squaresWaveG_5" class="squaresWaveG"></div>
	<div id="squaresWaveG_6" class="squaresWaveG"></div>
	<div id="squaresWaveG_7" class="squaresWaveG"></div>
	<div id="squaresWaveG_8" class="squaresWaveG"></div>
</div>*/
#squaresWaveG {
    position: relative;
    width: 234px;
    height: 28px;
    margin: auto;
}

#squaresWaveGSm {
    position: relative;
    width: 234px;
    height: 12px;
    margin: auto;
}

.squaresWaveGSM {
    position: absolute;
    top: 0;
    background-color: rgb(104,116,252);
    width: 12px;
    height: 12px;
    animation-name: bounce_squaresWaveG;
    -o-animation-name: bounce_squaresWaveG;
    -ms-animation-name: bounce_squaresWaveG;
    -webkit-animation-name: bounce_squaresWaveG;
    -moz-animation-name: bounce_squaresWaveG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

.squaresWaveG {
    position: absolute;
    top: 0;
    background-color: rgb(104,116,252);
    width: 28px;
    height: 28px;
    animation-name: bounce_squaresWaveG;
    -o-animation-name: bounce_squaresWaveG;
    -ms-animation-name: bounce_squaresWaveG;
    -webkit-animation-name: bounce_squaresWaveG;
    -moz-animation-name: bounce_squaresWaveG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#squaresWaveG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#squaresWaveG_2 {
    left: 29px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#squaresWaveG_3 {
    left: 58px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#squaresWaveG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#squaresWaveG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#squaresWaveG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#squaresWaveG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#squaresWaveG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}



@keyframes bounce_squaresWaveG {
    0% {
        background-color: rgb(31,7,212);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes bounce_squaresWaveG {
    0% {
        background-color: rgb(31,7,212);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes bounce_squaresWaveG {
    0% {
        background-color: rgb(31,7,212);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_squaresWaveG {
    0% {
        background-color: rgb(31,7,212);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes bounce_squaresWaveG {
    0% {
        background-color: rgb(31,7,212);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}
/*<div class="windows8">
	<div class="wBall" id="wBall_1">
		<div class="wInnerBall"></div>
	</div>
	<div class="wBall" id="wBall_2">
		<div class="wInnerBall"></div>
	</div>
	<div class="wBall" id="wBall_3">
		<div class="wInnerBall"></div>
	</div>
	<div class="wBall" id="wBall_4">
		<div class="wInnerBall"></div>
	</div>
	<div class="wBall" id="wBall_5">
		<div class="wInnerBall"></div>
	</div>
</div>*/

.windows8 {
    position: relative;
    width: 78px;
    height: 78px;
    margin: auto;
}

    .windows8 .wBall {
        position: absolute;
        width: 74px;
        height: 74px;
        opacity: 0;
        transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        animation: orbit 6.96s infinite;
        -o-animation: orbit 6.96s infinite;
        -ms-animation: orbit 6.96s infinite;
        -webkit-animation: orbit 6.96s infinite;
        -moz-animation: orbit 6.96s infinite;
    }

        .windows8 .wBall .wInnerBall {
            position: absolute;
            width: 10px;
            height: 10px;
            background: rgb(5,39,173);
            left: 0px;
            top: 0px;
            border-radius: 10px;
        }

    .windows8 #wBall_1 {
        animation-delay: 1.52s;
        -o-animation-delay: 1.52s;
        -ms-animation-delay: 1.52s;
        -webkit-animation-delay: 1.52s;
        -moz-animation-delay: 1.52s;
    }

    .windows8 #wBall_2 {
        animation-delay: 0.3s;
        -o-animation-delay: 0.3s;
        -ms-animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
    }

    .windows8 #wBall_3 {
        animation-delay: 0.61s;
        -o-animation-delay: 0.61s;
        -ms-animation-delay: 0.61s;
        -webkit-animation-delay: 0.61s;
        -moz-animation-delay: 0.61s;
    }

    .windows8 #wBall_4 {
        animation-delay: 0.91s;
        -o-animation-delay: 0.91s;
        -ms-animation-delay: 0.91s;
        -webkit-animation-delay: 0.91s;
        -moz-animation-delay: 0.91s;
    }

    .windows8 #wBall_5 {
        animation-delay: 1.22s;
        -o-animation-delay: 1.22s;
        -ms-animation-delay: 1.22s;
        -webkit-animation-delay: 1.22s;
        -moz-animation-delay: 1.22s;
    }



@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }

    76% {
        opacity: 0;
        transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0%;
    }

    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }

    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }

    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }

    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}
/*Loader Text*/
#fountainG {
    position: relative;
    width: 156px;
    height: 19px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: rgb(85,88,175);
    width: 19px;
    height: 19px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 2.86s;
    -o-animation-duration: 2.86s;
    -ms-animation-duration: 2.86s;
    -webkit-animation-duration: 2.86s;
    -moz-animation-duration: 2.86s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 1.14s;
    -o-animation-delay: 1.14s;
    -ms-animation-delay: 1.14s;
    -webkit-animation-delay: 1.14s;
    -moz-animation-delay: 1.14s;
}

#fountainG_2 {
    left: 19px;
    animation-delay: 1.43s;
    -o-animation-delay: 1.43s;
    -ms-animation-delay: 1.43s;
    -webkit-animation-delay: 1.43s;
    -moz-animation-delay: 1.43s;
}

#fountainG_3 {
    left: 39px;
    animation-delay: 1.72s;
    -o-animation-delay: 1.72s;
    -ms-animation-delay: 1.72s;
    -webkit-animation-delay: 1.72s;
    -moz-animation-delay: 1.72s;
}

#fountainG_4 {
    left: 58px;
    animation-delay: 2s;
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
}

#fountainG_5 {
    left: 78px;
    animation-delay: 2.29s;
    -o-animation-delay: 2.29s;
    -ms-animation-delay: 2.29s;
    -webkit-animation-delay: 2.29s;
    -moz-animation-delay: 2.29s;
}

#fountainG_6 {
    left: 97px;
    animation-delay: 2.57s;
    -o-animation-delay: 2.57s;
    -ms-animation-delay: 2.57s;
    -webkit-animation-delay: 2.57s;
    -moz-animation-delay: 2.57s;
}

#fountainG_7 {
    left: 117px;
    animation-delay: 2.86s;
    -o-animation-delay: 2.86s;
    -ms-animation-delay: 2.86s;
    -webkit-animation-delay: 2.86s;
    -moz-animation-delay: 2.86s;
}

#fountainG_8 {
    left: 136px;
    animation-delay: 3.15s;
    -o-animation-delay: 3.15s;
    -ms-animation-delay: 3.15s;
    -webkit-animation-delay: 3.15s;
    -moz-animation-delay: 3.15s;
}



@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: rgb(85,88,175);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(85,88,175);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(85,88,175);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(85,88,175);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(85,88,175);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

.gauge {
    vertical-align: middle;
    /*width: 50%;*/
}

.tileItemDashboard {
    margin: 20px;
}

    .tileItemDashboard .ultileItemDashboard {
        list-style-type: none;
        width: 400px;
    }

        .tileItemDashboard .ultileItemDashboard .litileItemDashboard {
            padding: 10px;
            overflow: auto;
        }

            .tileItemDashboard .ultileItemDashboard .litileItemDashboard:hover {
                background: #eee;
                cursor: pointer;
            }

            .tileItemDashboard .ultileItemDashboard .litileItemDashboard h3 {
                font: 18px/1.5 Segoe UI;
                /*font-family:'Segoe UI'*/
            }

            .tileItemDashboard .ultileItemDashboard .litileItemDashboard img {
                float: left;
                margin: 0 15px 0 0;
            }

            .tileItemDashboard .ultileItemDashboard .litileItemDashboard i {
                font-size: 2.7em;
            }

            .tileItemDashboard .ultileItemDashboard .litileItemDashboard p i {
                font: bold 14px/1.5 Segoe UI;
                font-style: italic;
            }

.centered-text {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.odd {
    background-color: #fcfcfc;
}

.logger {
    padding: 7px;
    margin: 2px;
    border: 1px solid transparent;
}

.logger-success {
    color: #7cb342;
    background-color: #dcedc8;
    border-color: #9ccc65;
}

.logger-info {
    color: #00acc1;
    background-color: #b2ebf2;
    border-color: #26c6da;
}

.logger-warning {
    color: #787373;
    background-color: #ffecb3;
    border-color: #ffca28;
}

.logger-error {
    color: #ebe9e9;
    background-color: #f9bdbb;
    border-color: #e84e40;
}

.windows8 {
    position: relative;
    width: 78px;
    height: 78px;
    margin: auto;
}

    .windows8 .wBall {
        position: absolute;
        width: 74px;
        height: 74px;
        opacity: 0;
        transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        animation: orbit 6.96s infinite;
        -o-animation: orbit 6.96s infinite;
        -ms-animation: orbit 6.96s infinite;
        -webkit-animation: orbit 6.96s infinite;
        -moz-animation: orbit 6.96s infinite;
    }

        .windows8 .wBall .wInnerBall {
            position: absolute;
            width: 10px;
            height: 10px;
            background: rgb(5,53,247);
            left: 0px;
            top: 0px;
            border-radius: 10px;
        }

        .windows8 .wBall .wInnerBall {
            position: absolute;
            width: 10px;
            height: 10px;
            background: rgb(5,53,247);
            left: 0px;
            top: 0px;
            border-radius: 10px;
        }

    .windows8 #wBall_1 {
        animation-delay: 1.52s;
        -o-animation-delay: 1.52s;
        -ms-animation-delay: 1.52s;
        -webkit-animation-delay: 1.52s;
        -moz-animation-delay: 1.52s;
    }

    .windows8 #wBall_2 {
        animation-delay: 0.3s;
        -o-animation-delay: 0.3s;
        -ms-animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
    }

    .windows8 #wBall_3 {
        animation-delay: 0.61s;
        -o-animation-delay: 0.61s;
        -ms-animation-delay: 0.61s;
        -webkit-animation-delay: 0.61s;
        -moz-animation-delay: 0.61s;
    }

    .windows8 #wBall_4 {
        animation-delay: 0.91s;
        -o-animation-delay: 0.91s;
        -ms-animation-delay: 0.91s;
        -webkit-animation-delay: 0.91s;
        -moz-animation-delay: 0.91s;
    }

    .windows8 #wBall_5 {
        animation-delay: 1.22s;
        -o-animation-delay: 1.22s;
        -ms-animation-delay: 1.22s;
        -webkit-animation-delay: 1.22s;
        -moz-animation-delay: 1.22s;
    }



@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }

    76% {
        opacity: 0;
        transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0%;
    }

    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }

    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }

    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }

    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

.select-search-Header {
    /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */
}

    .select-search-Header .select-header-searchbox {
        border: none;
        outline: none;
        height: 100%;
        width: 100%;
        padding: 0;
    }

    .select-search-Header .select-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;
    }

    .select-search-Header md-content._md {
        max-height: 240px;
    }

md-list-item, md-list-item {
    min-height: 48px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

md-list-item, md-list-item {
    min-height: 20px;
    height: 25px;
}

.md-autocomplete-suggestions-container {
    z-index: 100000 !important; /* any number of choice > 1050*/
    pointer-events: all !important;
}

.chipsdemoCustomInputs md-content.autocomplete {
    min-height: 200px;
}

.chipsdemoCustomInputs input[type=number] {
    width: 110px;
}

.chipsdemoCustomInputs .veggie-option {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 0 8px;
}

    .chipsdemoCustomInputs .veggie-option .md-item-text {
        padding: 8px;
        background: #f0f0f0;
        border-radius: 3px;
    }

        .chipsdemoCustomInputs .veggie-option .md-item-text h3,
        .chipsdemoCustomInputs .veggie-option .md-item-text p {
            padding: 0;
            margin: 0;
        }

md-list-item {
    height: 2em;
    min-height: initial;
}

.autocomplete-custom-template li {
    border-bottom: 1px solid #ccc;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    white-space: normal;
}

    .autocomplete-custom-template li:last-child {
        border-bottom-width: 0;
    }

.autocomplete-custom-template .item-title,
.autocomplete-custom-template .item-metadata {
    display: block;
    line-height: 2;
    vertical-align: middle;
}

    .autocomplete-custom-template .item-title md-icon {
        height: 24px;
        width: 24px;
    }

.mdlistitemactive {
    background: #cbebff;
}

.md-button.md-fab.md-very-mini {
    line-height: 24px;
    width: 24px;
    height: 24px;
}

.no-margin-no-padding {
    margin: 0 !important;
    padding: 0 !important;
}

.rz-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.45;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rz-btn-sm {
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.35;
    border-radius: 2px;
}

.rz-btn-transparent {
    background-color: #fafafa !important;
    color: #616161;
}

    .rz-btn-transparent:hover,
    .rz-btn-transparent:focus,
    .rz-btn-transparent.focus,
    .rz-btn-transparent:active,
    .rz-btn-transparent.active {
        color: #616161;
        background-color: #e1e1e1;
        border-bottom-color: #c1c1c1;
    }
/*ScrollBar Style*/
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    /*background-color: #3F51B5;*/
    /*background-color: rgba(245, 245, 245, 0.6);*/
}

*::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #F5F5F5;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
    /*background-color: #3F51B5;*/
}

*::-webkit-scrollbar-thumb {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.6);
	background-color: rgba(85, 85, 85, 0.6);*/
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
    background-color: #3F51B5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%),;
    /*color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent))*/
}
/*END ScrollBar Style*/
.bottomSheetdemoBasicUsage .md-inline-list-icon-label {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -10px;
    height: 24px;
    vertical-align: middle;
}

.bottomSheetdemoBasicUsage .md-grid-item-content {
    height: 90px;
    padding-top: 10px;
}

    .bottomSheetdemoBasicUsage .md-grid-item-content md-icon {
        height: 48px;
        width: 48px;
    }

.bottomSheetdemoBasicUsage .md-grid-text {
    padding-bottom: 5px;
}

.bottomSheetdemoBasicUsage md-list-item, .bottomSheetdemoBasicUsage md-list-item .md-list-item-inner {
    min-height: 48px;
}

.bottomSheetdemoBasicUsage h2 {
    line-height: 36px;
    padding-top: 10px;
}

.bottomSheetdemoBasicUsage .md-subheader .md-subheader-inner {
    padding: 0;
}

.bottomSheetdemoBasicUsage md-toast .md-toast-content {
    background-color: #B14141;
}

.bottomSheetdemoBasicUsage md-toast > * {
    font-weight: bolder;
}

.check {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    width: 25px;
}

.check-bg {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

fieldset .fieldset-standard {
    border-style: solid;
    border-width: 1px;
}

legend {
    color: #3F51B5;
}

    legend code {
        color: #3F51B5;
        font-weight: normal;
    }

.ipsum {
    color: saddlebrown;
}

.sqlMain {
    color: rgb(31,7,212);
}

.sqlQuery {
    color: rgba(0, 0, 0, 0.2);
}

.tables {
    color: #399feb;
}

.function {
    color: rgba(255, 0, 0, 0.6);
}

.checkboxdemoSelectAll .demo-legend {
    color: #3F51B5;
    font-size: 16px;
}

.checkboxdemoSelectAll .demo-fieldset {
    /*border-style: solid;
  border-width: 1px;
  height: 100%;*/
}

.checkboxdemoSelectAll .demo-select-all-checkboxes {
    padding-left: 30px;
}

.validationfieldset {
    margin-top: 35px !important;
}

    .validationfieldset .validationfieldset-legend {
        font-size: 18px;
        color: rgb(85,88,175);
        font-style: italic;
        margin-bottom: 10px !important;
    }

    .validationfieldset .validationfieldset-fieldset {
        margin-bottom: 0 !important;
        display: block;
        border-style: solid;
        border-width: 1px;
        height: 100%;
    }

.validationCondfieldset {
    margin-left: 13px !important;
}

    .validationCondfieldset .validationCondfieldset-legend {
        font-size: 18px;
        color: rgb(85,88,175);
    }

    .validationCondfieldset .validationCondfieldset-fieldset {
        margin-bottom: 0 !important;
        display: block;
        border-style: solid;
        border-width: 1px;
        height: 100%;
    }

fieldset {
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}

legend {
    display: block;
    -webkit-padding-start: 2px;
    -webkit-padding-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}


fieldset {
    padding-top: 10px;
    min-width: -webkit-min-content;
}

legend {
    margin-top: -33px;
    float: left;
    background: rgb(250,250,250);
    width: 82%;
}

    legend + * {
        clear: both;
    }

.node-rect {
    stroke: black;
    stroke-width: 2;
}

.mouseover-node-rect {
    stroke: black;
    stroke-width: 4;
}

.selected-node-rect {
    stroke: red;
    stroke-width: 3;
}

.connector-circle {
    fill: white;
    stroke: black;
    stroke-width: 2;
}

.mouseover-connector-circle {
    fill: white;
    stroke: black;
    stroke-width: 3;
}

/*
Style for connections.
*/

.connection {
}

.connection-line {
    stroke: gray;
    stroke-width: 2;
    fill: transparent;
}

.mouseover-connection-line {
    stroke: gray;
    stroke-width: 6;
    fill: transparent;
}

.selected-connection-line {
    stroke: red;
    stroke-width: 4;
    fill: transparent;
}

.connection-endpoint {
    fill: gray;
}

.selected-connection-endpoint {
    fill: red;
}

.mouseover-connection-endpoint {
    fill: gray;
}

.connection-name {
    fill: black;
}

.selected-connection-name {
    fill: red;
}

.mouseover-connection-name {
    fill: gray;
}
/*
Style for the connection being dragged out.
*/

.dragging-connection {
    pointer-events: none;
}

.dragging-connection-line {
    stroke: gray;
    stroke-width: 3;
    fill: transparent;
}

.dragging-connection-endpoint {
    fill: gray;
}

/*
The element (in this case the SVG element) that contains the draggable elements.
*/

.draggable-container {
    border: solid 1px white;
}

/*
Drag selection rectangle.
*/

.drag-selection-rect {
    stroke: blue;
    stroke-width: 2;
    fill: transparent;
}


.chipsdemoCustomInputs md-content.autocomplete {
    min-height: 200px;
}

.chipsdemoCustomInputs input[type=number] {
    width: 110px;
}

.chipsdemoCustomInputs .veggie-option {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 0 8px;
}

    .chipsdemoCustomInputs .veggie-option .md-item-text {
        padding: 8px;
        background: #f0f0f0;
        border-radius: 3px;
    }

        .chipsdemoCustomInputs .veggie-option .md-item-text h3,
        .chipsdemoCustomInputs .veggie-option .md-item-text p {
            padding: 0;
            margin: 0;
        }

.circular-progress-button {
    height: 36px;
}

    .circular-progress-button > md-progress-circular {
        margin: auto;
        margin-top: -6px; /* If circular does not appear at the center, change this value. */
    }

        .circular-progress-button > md-progress-circular .md-half-circle {
            border-top-color: white !important;
        }

        .circular-progress-button > md-progress-circular .md-left > .md-half-circle {
            border-left-color: white;
        }

        .circular-progress-button > md-progress-circular .md-right > .md-half-circle {
            border-right-color: white;
        }


/* ANIMATIONS
============================================================================= */

/*@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes disappear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.page-content.ng-enter {
  animation: 2s appear;
}

.page-content.ng-leave {
  animation: 1s disappear;
}*/
/*.page-content.ng-enter         { animation:slideOutLeft .1s both ease-in; }
.page-content.ng-leave         { animation:slideInRight .1s both ease-in; }*/


input[pw-show-hide] + span {
  cursor: pointer;
  float:left;
  /*top:50%;*/
  margin-top: 10px;
  /*display: inline-block;*/
  /*margin-left: .5ch;*/
  margin-left: .9ch;
  text-transform: uppercase;
  /*width: 4.5ch;*/
  text-align: right;
  line-height: 1;
  vertical-align: middle;
  small {
    font-size: .9em;
    opacity: .5;
  }
}