﻿form.ng-submitted input.ng-invalid {
    border: 1px solid #f00;
}


.today-datas li {
    padding: 20px 14px;
    height: 9em;
}

/*#region Splash */
#splash-page {
    z-index: 99999 !important;
}

    #splash-page .bar {
        width: 100%;
    }

.page-splash {
    z-index: 99999 !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .6;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.page-splash-message {
    text-align: center;
    margin: 20% auto 0 auto;
    font-size: 150%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-text-shadow: 2px 2px #000000;
    /*text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);*/
    text-decoration: none;
    background-color: black;
    color: yellow;
    padding: 0;
    width: 20%;
}

.progress,
.page-progress-bar {
    margin: 30px 10% !important;
}

.ngplus-overlay-background {
    top: 0px;
    left: 0px;
    padding-left: 100px;
    position: absolute;
    z-index: 10000;
    height: 100%;
    width: 100%;
    background-color: #808080;
    opacity: 0.2;
}

.ngplus-overlay-content {
    position: absolute;
    /*border: 1px solid #000;*/
    /*background-color: #fff;*/
    font-weight: bold;
    height: 100px;
    width: 300px;
    height: 15em;
    width: 20em;
    z-index: 10000;
    text-align: center;
}

.page-spinner-message {
    text-align: center;
    font-size: 200%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: #F58A00;
    padding: 0;
}

    .page-spinner-message.page-spinner-message-subtle {
        margin: 30% auto 0 auto;
        font-size: 200%;
    }

.overlay-message {
    font-size: 200%;
}

.spinner {
    margin: 20% auto 0 auto;
    left: auto;
    top: auto !important;
}


/*#region Angular ng-include, ng-view, ng-repeat shuffle animations*/

.shuffle-animation.ng-enter,
.shuffle-animation.ng-leave {
    position: relative;
}

.shuffle-animation.ng-enter {
    -moz-transition: ease-out all 0.3s 0.4s;
    -o-transition: ease-out all 0.3s 0.4s;
    -webkit-transition: ease-out all 0.3s 0.4s;
    transition: ease-out all 0.3s 0.4s;
    left: 2em;
    opacity: 0;
}

    .shuffle-animation.ng-enter.ng-enter-active {
        left: 0;
        opacity: 1;
    }

.shuffle-animation.ng-leave {
    -moz-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
    left: 0;
    opacity: 1;
}

    .shuffle-animation.ng-leave.ng-leave-active {
        left: 2em;
        opacity: 0;
    }
/*#endregion*/

/*#region Angular ng-include, ng-view, ng-repeat fader animation */
.fader-animation.ng-enter,
.fader-animation.ng-leave,
.fader-animation.ng-move {
    position: relative;
}

.fader-animation.ng-enter,
.fader-animation.ng-leave {
    -webkit-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    -moz-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    -o-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    opacity: 1;
}

    .fader-animation.ng-enter,
    .fader-animation.ng-leave.ng-leave-active {
        opacity: 0;
    }

        .fader-animation.ng-enter.ng-enter-active {
            opacity: 1;
        }

.fader-animation.ng-move {
    opacity: 0.5;
}

    .fader-animation.ng-move.ng-move-active {
        opacity: 1;
    }

/*#endregion*/

/*#region Angular ng-show dissolve animation */
.dissolve-animation.ng-hide-remove,
.dissolve-animation.ng-hide-add {
    position: fixed !important;
    display: inline !important;
    -webkit-transition: 0.5s linear all;
    -moz-transition: 0.5s linear all;
    -o-transition: 0.5s linear all;
    transition: 0.5s linear all;
}

    .dissolve-animation.ng-hide-remove.ng-hide-remove-active,
    .dissolve-animation.ng-hide-add {
        opacity: 1;
    }

        .dissolve-animation.ng-hide-add.ng-hide-add-active,
        .dissolve-animation.ng-hide-remove {
            opacity: 0;
        }
/*#endregion */

/*#region toastr */
#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    margin: 4px auto;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    /*color: #ff0000;*/
    color: #a94442;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}


/* Styles for Controls */
.banglafont {
    font-family: SolaimanLipi,SutonnyOMJ,Siyam Rupali; /*,Arial,Vrinda,FallbackBengaliFont,Helvetica,sans-serif;*/
    font-size: 18px;
}


.large-Modal .modal-dialog {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;      
}

.datetimepicker-wrapper {
    vertical-align: middle;
    display: inline-block;
    overflow: scroll;
}

    .datetimepicker-wrapper > input {
        margin-bottom: 0 !important;
        width: 130px;
    }

    .datetimepicker-wrapper [ng-model=hours],
    .datetimepicker-wrapper [ng-model=minutes] {
        width: 46px !important;
    }



/* Style for form controls*/
.custom-required {
    color: red;
}

.custom-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;
    border: 1px groove #ccc;
    border-radius: 5px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    min-width: -webkit-min-content;
}


.custom-legend {
    font-size: 14px;
    font-style: italic;
    border: 0;
    color: blue;
    width: auto;
    margin-bottom: 5px;
}

.btn-calendar {
    margin-left: 0px;
    height: 25px;
    border: 1px groove #ccc;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }

select.tall {
    margin-top: -12px;
    margin-left: -5px;
    width: 340px;
    height: 110px;
}

.form-horizontal .form-group {
    margin-bottom: 6px;
}

.k-dropdown .k-dropdown-wrap {
    height: 23px;
    line-height: 1.4em;
}

span.k-input {
    padding-bottom: 0px;
    padding-top: 0px;
}


input.ng-pristine + ul#strength {
    display: none;
}

ul#strength {
    display: inline;
    list-style: none;
    margin: 0;
    margin-left: 15px;
    padding: 0;
    vertical-align: 2px;
}

.point:last {
    margin: 0 !important;
}

.point {
    background: #DDD;
    border-radius: 2px;
    display: inline-block;
    height: 5px;
    margin-right: 1px;
    width: 20px;
}

#footer {
    position: fixed;
    bottom: 5px;
}


/* Start AngularJS Dual Box */
.dualmultiselect label {
    margin: 5px;
}

.dualmultiselect .btn {
    margin: 5px;
}

.dualmultiselect .pool {
    border: 1px solid #999;
    border-radius: 4px;
    padding: 10px;
    margin: 5px;
    height: 250px;
    overflow-y: scroll;
}

    .dualmultiselect .pool ul {
        list-style: none;
        padding-left: 0px;
    }

        .dualmultiselect .pool ul li {
            width: 100%;
            padding: 4px 8px 4px 4px;
            border-bottom: 1px dotted #CFCFCF;
        }

            .dualmultiselect .pool ul li a:hover {
                text-decoration: none;
            }
/* End AngularJS Dual Box */


/* For File Upload Button */
.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        font-size: 23px;
        cursor: pointer;
        filter: alpha(opacity=0);
        opacity: 0;
        direction: ltr;
    }

.fileinput {
    display: inline-block;
    margin-bottom: 9px;
}

    .fileinput .form-control {
        display: inline-block;
        padding-top: 7px;
        padding-bottom: 5px;
        margin-bottom: 0;
        vertical-align: middle;
        cursor: text;
    }

    .fileinput .thumbnail {
        display: inline-block;
        margin-bottom: 5px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
    }

        .fileinput .thumbnail > img {
            max-height: 100%;
        }

    .fileinput .btn {
        vertical-align: middle;
    }

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
}

.fileinput-inline .fileinput-controls {
    display: inline;
}

.fileinput-filename {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.form-control .fileinput-filename {
    vertical-align: bottom;
}

.fileinput.input-group {
    display: table;
}

    .fileinput.input-group > * {
        position: relative;
        z-index: 2;
    }

    .fileinput.input-group > .btn-file {
        z-index: 1;
    }

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
    border-radius: 0 4px 4px 0;
}

    .fileinput-new.input-group .btn-file.btn-xs,
    .fileinput-new .input-group .btn-file.btn-xs,
    .fileinput-new.input-group .btn-file.btn-sm,
    .fileinput-new .input-group .btn-file.btn-sm {
        border-radius: 0 3px 3px 0;
    }

    .fileinput-new.input-group .btn-file.btn-lg,
    .fileinput-new .input-group .btn-file.btn-lg {
        border-radius: 0 6px 6px 0;
    }

.form-group.has-warning .fileinput .fileinput-preview {
    color: #8a6d3b;
}

.form-group.has-warning .fileinput .thumbnail {
    border-color: #faebcc;
}

.form-group.has-error .fileinput .fileinput-preview {
    color: #a94442;
}

.form-group.has-error .fileinput .thumbnail {
    border-color: #ebccd1;
}

.form-group.has-success .fileinput .fileinput-preview {
    color: #3c763d;
}

.form-group.has-success .fileinput .thumbnail {
    border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
    border-left: 0;
}
/* End For File Upload Button */


/* For POS Input Control */
.pos-control-label {
    margin-top: 1px;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 17px;
    font-weight: bold;
}

.pos-form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding-left: 4px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.42857143;
    color: hsl(0, 0%, 20%);
    background-color: hsl(0, 100%, 100%);
    background-image: none;
    border: 1px solid hsl(0, 2%, 53%);
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.textarea .pos.form-control {
    height: auto;
}

.pos-btn {
    display: inline-block;
    padding: 6px 6px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid hsla(0, 0%, 0%, 0);
    border-radius: 4px;
}


/* Tab Navigation */
.nav-tabs {
    margin: 0;
    padding: 0;
}

    .nav-tabs > li > a {
        background: #DADADA;
        border-radius: 0;
        border: solid 1px blue;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover {
        background: #F5F5F5;
    }

/* Tab Content */
.tab-pane {
    border-radius: 0;
    padding: 5px;
}


/* Kendo Multi-Select */
.k-multiselect-wrap {
    position: relative;
    border-width: 0;
    border-style: solid;
    border-radius: 0px;
    border-color: #c5c5c5;
    background-color: #FFF;
    min-height: 25px;
    border: 1px solid;
}

/* Kendo Dropdown Option Item Disable */
.tbd {
    color: #777777;
}

/* Angular Validation Class */

.invalid {
    border-left: 5px solid #a94442; /* red */
}

/*#startregion of oi.select */
oi-select {
    display: block;
    position: relative;
    width: 100%;
}

    oi-select .select-search {
        cursor: text;
        border: 1px solid #d9d9d9;
        background-color: #fff;
        overflow: hidden !important;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px;
    }

    oi-select .select-search-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
        padding: 2px 4px;
        list-style: none;
    }

    oi-select .select-search-list-item {
        font-size: 14px;
        margin: 2px 4px 2px 0;
        vertical-align: middle;
        white-space: normal;
    }

    oi-select .select-search-list-item_selection {
        cursor: pointer;
        background: #efefef;
        border-color: #ebebeb;
    }

        oi-select .select-search-list-item_selection:hover {
            border-color: #e5e5e5;
        }

        oi-select .select-search-list-item_selection:active,
        oi-select .select-search-list-item_selection.focused {
            border: 1px solid #fff;
            border-radius: 0;
            box-shadow: inset 0 0 10px 5px #fff;
        }

            oi-select .select-search-list-item_selection.focused .close {
                display: none;
            }

    oi-select .select-search-list-item_selection-remove {
        padding-left: 2px;
    }

    oi-select .select-search-list-item_loader {
        float: right;
        margin-top: 6px;
        width: 16px;
        height: 16px;
        background: top url("data:image/gif;base64,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");
    }

    oi-select .select-search-list-item_input {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 4px 0 5px 5px;
    }

        oi-select .select-search-list-item_input input {
            padding: 0;
            outline: 0;
            border: 0;
            width: 100%;
        }

    oi-select .select-search-list-item_hide {
        position: fixed;
        width: 0;
        height: 0;
        margin: 0;
        opacity: 0;
        pointer-events: none;
        text-indent: -9999em;
    }

    oi-select .select-dropdown {
        position: absolute;
        width: inherit;
        overflow-y: scroll;
        max-height: 100px;
        min-width: 160px;
        font-size: 14px;
        background-color: #fff;
        border-radius: 0 0 4px 4px;
        border: 1px solid #66afe9;
        border-top: 0;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
        background-clip: padding-box;
        z-index: 1000;
    }

    oi-select .select-dropdown-optgroup {
        margin: 0;
        padding: 0;
    }

    oi-select .select-dropdown-optgroup-header {
        font-weight: bolder;
        padding: 3px 10px;
    }

    oi-select .select-dropdown-optgroup-option {
        padding: 3px 20px;
    }

        oi-select .select-dropdown-optgroup-option.active:not(.disabled) {
            background-color: #f1f1f1;
            cursor: pointer;
        }

        oi-select .select-dropdown-optgroup-option.disabled {
            color: #aaa;
        }

    oi-select:not(.multiple) .select-search-list-item_selection {
        color: #000;
        width: 100%;
        border-color: #fff;
        text-align: left;
    }

        oi-select:not(.multiple) .select-search-list-item_selection:not(:active) {
            background: none;
        }

    oi-select:not(.multiple):not(.cleanMode) .select-search-list-item_selection-remove {
        display: none;
    }

    oi-select:not(.multiple):not(.cleanMode) .select-search:after {
        content: "";
        position: absolute;
        display: block;
        right: 10px;
        width: 0;
        height: 0;
        margin-top: -19px;
        border-color: #000 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 5px 0 5px;
    }

    oi-select[disabled="disabled"] .select-search {
        cursor: not-allowed;
        background: #eee;
        border: 1px solid #bdbdbd;
        opacity: 0.5;
    }

    oi-select[disabled="disabled"] .select-search-list-item_selection {
        cursor: not-allowed;
        box-shadow: none;
        border-color: transparent;
    }

    oi-select[disabled="disabled"] .select-search-list-item_selection-remove {
        visibility: hidden;
    }

    oi-select[disabled="disabled"] .select-search-list-item_input input:disabled {
        cursor: not-allowed;
        background: none;
    }

    oi-select.focused .select-search {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
    }

    oi-select.limited .select-search,
    oi-select.invalid-item .select-search,
    oi-select.limited .select-dropdown,
    oi-select.invalid-item .select-dropdown {
        border-color: #f1bc28;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(230,189,46,0.6);
    }

    oi-select.open .select-search {
        border-radius: 4px 4px 0 0;
        border-bottom: 1px solid rgba(0,0,0,0.075);
    }

    oi-select.open:not(.multiple) .select-search:after {
        border-color: transparent transparent #000 transparent;
        border-width: 0 5px 5px 5px;
    }

    oi-select.loading:not(.multiple) .select-search:after {
        border-width: 0;
    }

    oi-select.emptyList .select-dropdown-optgroup-option strong {
        font-weight: normal;
    }

.app-modal-window .modal-dialog {
    width: auto;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;    
}

/*#endregion of oi.select */


/*************  Table CSS *************/
.clsTable {
    width: 100%;
    padding-left: 20px;
    /*padding-right: 30px;*/
}

.clsthead {
    padding: 15px;
    width: 100%;
}

.clstd {
    padding: 5px;
    text-align: left;
    font-weight: 300;
    border: solid 1px #cecece;
}


/*************  Table CSS *************/
.clsTableMtex {
    width: 100%;
    /*padding-left: 20px;*/
    border-collapse: separate;
    background: #fff;
    border-radius: 5px;
    margin: 1px auto;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    /*padding-right: 30px;*/
}

.clstheadMtex {
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
    background-color: #5e738b;
    border-top: 1px solid #858d99;
    /*padding: 15px;*/
    width: 100%;
}

.clstdMtex {
    padding: 5px;
    text-align: left;
    font-weight: 300;
    border: solid 1px #cecece;
}

.custom-table-bordered th,.custom-table-bordered td{
    border:1px solid black!important
}

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
    background-image: none;
    background-position: 50% 50%;
    background-color: #ffffff;
    border-color: #dbdbdb;
    height: 22.5px;
}


.site-table-header {
    background-color: #578ebe;
    color: white;
}



/*********************** Start Approval Flow CSS ************************/

.grid_si {
    color: #ffffff;
    background-color: rgb(33, 150, 243);
    border-radius: 5px;
    height: 10px;
    padding: 5px;
}

.grid_ri {
    color: #fff;
    background-color: #f1bc28;
    border-radius: 5px;
    height: 10px;
    padding: 5px;
}

.grid_ra {
    color: white;
    background-color: rgb(0, 100, 0);
    border-radius: 5px;
    height: 10px;
    padding: 5px;
}

.grid_wt {
    color: yellow;
    background-color: rgb(74, 130, 245);
    border-radius: 5px;
    height: 10px;
    padding: 5px;
}

.grid_dn {
    color: #fff;
    background-color: rgb(76, 175, 80);
    border-radius: 5px;
    height: 10px;
    padding: 5px;
}

.grid_sr {
    color: #000000;
    background-color: rgb(178, 0, 255);
    border-radius: 5px;
    height: 10px;
    padding: 5px;
}

.grid_red {
    color: yellow;
    background-color: rgb(255, 0, 0);
    border-radius: 5px;
    height: 10px;
    padding: 5px;
}

/*********************** End Approval Flow CSS ************************/
