﻿.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;
}

.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;
}
/* 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;
}

.form.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;
}

.no-box {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0) !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: 30%;
        /*white-space: nowrap;*/
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .mail-list li div.lg-sender {
        width: 40%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .mail-list li div.message {
        width: 70%;
        /*white-space: nowrap;*/
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .mail-list li div.message2 {
        width: 70%;
        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: 3px 20px !important;
    clear: both;
    font-weight: normal;
    line-height: 1.45;
    color: #616161;
    white-space: nowrap;
}

/*.user-link a {
    color: #03a9f4;
}

    .user-link a:hover, a:focus {
        color: #03a9f4;
        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;
    }

button.btn {
    min-width: 70px !important;
}

.hrefdisabled {
    pointer-events: none;
    cursor: default;
    color: #616161;
}

.align-isleft {
    text-align: left !important;
}


.inside {
    display: inline-block;
}

.form-control-static .icheckbox_minimal-blue {
    margin-right: 10px !important;
}

.bottom-line {
    padding-bottom: 10px;
}

.mg-btn {
    margin: 10px 0px 33px 33px;
}

.mg-left {
    padding-left: 50px;
}

.mg-no-padding-left {
    padding-left: 0px !important;
}

.ui-select-multiple.ui-select-bootstrap {
    color: #616161;
    padding: 6px 6px;
    border: 1px solid #e0e0e0;
    padding: 5px 8px;
    color: #616161;
    background: #fff;
    box-shadow: none !important;
    min-height: 80px !important;
}
/*.panel-group {
    margin-bottom: 0px !important;
}*/
/*# sourceMappingURL=ng-tags-input.bootstrap.css.map */

.scanner-laser {
    position: absolute;
    margin: 20px;
    height: 30px;
    width: 30px;
    opacity: 0.5;
}

.laser-leftTop {
    top: 0;
    left: 0;
    border-top: solid red 5px;
    border-left: solid red 5px;
}

.laser-leftBottom {
    bottom: 0;
    left: 0;
    border-bottom: solid red 5px;
    border-left: solid red 5px;
}

.laser-rightTop {
    top: 0;
    right: 0;
    border-top: solid red 5px;
    border-right: solid red 5px;
}

.laser-rightBottom {
    bottom: 0;
    right: 0;
    border-bottom: solid red 5px;
    border-right: solid red 5px;
}

.input-sm {
    height: 32px !important;
}

.table-detail thead tr th {
    border-top: 1px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.control-table label {
    font-weight: 700;
}

.btn-sm-lg {
    padding: 5px 13px !important;
}

.selected-row {
    background-color: rgba(178, 235, 242, 0.180392) !important;
}

.editable-button {
    width: 150px;
}

.span-danger {
    color: red;
}

    .span-danger:hover {
        color: red;
    }

.sender-half {
    padding-top: 8px !important;
    width: 10% !important;
}

.dig-left {
    float: left !important;
}

.dig-right {
    float: right !important;
}

.size-half {
    width: 50% !important;
}

.padding-10 {
    padding: 10px !important;
}

.sender-full {
    padding-top: 8px !important;
    width: 20% !important;
}

.disable-href {
    pointer-events: none;
    cursor: default;
    color: black;
}

.modal-xxl {
    width: 85% !important;
}

@media (min-width: 992px) {
    .align-md-left {
        text-align: left !important;
    }
}

/*MARGIN*/
.mb-8 {
    margin-bottom: 8px;
}
/*END MARGIN*/
