﻿.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;
}

.align-iscenter {
    text-align: center !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;
}

.panel-footer {
    background-color: #E6E5E5 !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;
        }

.tree-overflow {
    white-space: nowrap;
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
/* Let's get this party started */
/*::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 54px;
  height: 54px;
}
::-webkit-scrollbar-thumb {
  background: #b0d6ff;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #66b3ff;
}
::-webkit-scrollbar-thumb:active {
  background: #8080ff;
}
::-webkit-scrollbar-track {
  background: transparent!important;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: transparent!important;
}
::-webkit-scrollbar-track:active {
  background: transparent !important;
}
::-webkit-scrollbar-corner {
  background: transparent;
}*/
.checkboxFive {
    width: 18px;
    margin: 0 15px;
    position: relative;
}

    .checkboxFive label {
        cursor: pointer;
        position: absolute;
        width: 18px;
        height: 18px;
        top: 0;
        left: 0;
        background: #fff;
        border: 1px solid #ddd;
    }

        .checkboxFive label:after {
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: #cdf7ff;
            top: 6px;
            left: 4px;
            border: 3px solid #2196F3;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        /**
 * Create the hover event of the tick
 */
        .checkboxFive label:hover {
            
            border: 1px solid #2196F3;
        }
    /**
 * Create the checkbox state for the tick
 */
    .checkboxFive input[type=checkbox]:checked + label:after {
        opacity: 1;
    }
  
/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #eceff1;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #2196f3;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

/*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);
	}
}
/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}
/* style icon */
/*.inner-addon i {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}*/

/* style icon */
.inner-addon a {
  position: absolute;
  padding: 7px;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* align icon */
/*.left-addon i  { left:  0px;}
.right-addon i { right: 0px;}*/

/* align icon */
.left-addon a  { left:  0px;}
.right-addon a { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.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;
}