﻿/*custom.css changes*/

.app-menu.dropdown-menu {
    width: 340px; /*NewStyleSheetChanges*/
    right: 0;
    margin-top: 15px !important;
    left: auto;
    padding: 16px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
}

.noti-modal {
    z-index: 1081 !important; /*NewStyleSheetChanges*/
}

/*NewStyleSheetChanges*/
.btp-nav .small-nav .info a,
.btp-nav .small-nav .info p,
.btp-nav .small-nav .info div {
    font-size: 13px;
    color: #fff;
}

@media (max-width: 991.98px) {
    .btp-nav {
        justify-content: flex-start !important; /*NewStyleSheetChanges*/
        padding-top: 66px !important;
        height: 130px;
    }

        /*NewStyleSheetChanges*/
        .btp-nav .small-nav .info a,
        .btp-nav .small-nav .info p,
        .btp-nav .small-nav .info div {
            font-size: 11px;
            color: #fff;
        }
}

.detail-form .custom-input-group > .custom-input-group-append > button.btn {
    /*height: 35px !important;*/ /*NewStyleSheetChanges*/
    height: auto !important;
    padding: 0.1rem 0.75rem !important;
    border-color: #e8edf7 !important;
}


/*main.css changes*/

/*.btn {
    display: inline-block;
    font-weight: 500;
    color: #0a1d2e;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}*/

.custom-input-group > .custom-input-group-append > .btn,
.custom-input-group > .custom-input-group-append > .custom-input-group-text,
.custom-input-group > .custom-input-group-prepend:not(:first-child) > .btn,
.custom-input-group > .custom-input-group-prepend:not(:first-child) > .custom-input-group-text,
.custom-input-group > .custom-input-group-prepend:first-child > .btn:not(:first-child),
.custom-input-group > .custom-input-group-prepend:first-child > .custom-input-group-text:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    /*padding: 1.25rem;*/
    padding: 10px; /*NewStyleSheetChanges*/
}

.card-footer {
    /*padding: 0.75rem 1.25rem;*/
    padding: 0.75rem 0rem; /*NewStyleSheetChanges*/
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid #e8edf7;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1400 !important; /*PP 05/01/22 Popup on popup time z-index problem  */
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-backdrop.in {
    opacity: 0.3;
}

span.field-validation-error {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .775rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem;
}

.input-validation-error {
    border: 1px solid #dc3545 !important;
}

.padding-top-10 {
    padding-top: 10px;
}

.btp-table thead tr th {
    border-bottom: none !important;
    font-weight: 500;
    font-size: 14px;
    color: rgb(10 29 46 / 74%);
    border-top: none;
    position: sticky;
    top: 0;
    background: #e8edf7;
}

.bootstrap-dialog-footer-buttons {
    text-align: right;
}

.bootstrap-dialog-header {
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
}

.custom-input-clear-icon {
    /*position: absolute;
    left: 372px;
    top: 35px;*/
    border-top: 1px solid #e8edf7;
    border-bottom: 1px solid #e8edf7;
    height: 30px;
    float: left;
}



.custom-input-group {
    display: table;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .custom-input-group > :first-child {
        display: table-cell;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .custom-input-group > .custom-input-group-addon {
        display: table-cell;
        /*padding: 6px 12px;*/
        width: 39px;
        /*border: 1px solid #ccc;*/
        border: 0.001rem solid #ccc;
        border-left: 0px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: #eee;
        vertical-align: middle;
        border-radius: 0rem 0.25rem 0.25rem 0rem;
    }

    .custom-input-group > .input-group-append > button.btn {
        height: 32px !important;
        /*padding: 0.1rem 0.75rem !important;*/
        /*border-color: #e8edf7 !important;*/
    }

.metro-checkbox > label > span.check, .metro-radio > label > span.check, .checkbox-inline.metro-checkbox > span.check, .radio-inline.metro-radio > span.check {
    padding-left: 10px;
}

.table-responsive tr {
    cursor: pointer;
}

.inputSpan {
    /*position: absolute;*/
    right: 0px;
    width: 10%;
    float: left;
}

.input-single-selection {
    width: 90%;
    float: left;
    border-right: none !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-disable-Control {
    padding: 6px;
    margin-left: 5px;
    color: #333;
    border: 1px solid #ccc;
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
    height: 32px !important;
    position: relative;
}

#image-preview {
    height: 85px;
    position: relative;
    overflow: hidden;
    pointer-events: auto;
}

    #image-preview div {
        position: absolute;
        z-index: 5;
        opacity: 0.8;
        font-size: 12px;
        /*border: 1px solid #ccc;*/
        border: unset !important;
        height: 84px;
        cursor: pointer;
    }

        #image-preview div img {
            object-fit: fill;
            width: 100%;
            height: 82px;
            cursor: pointer;
        }

.imagecontrols {
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 23px !important;
    color: white;
    background-color: #0a79de;
    opacity: 1;
    z-index: 11;
    transform: translate(1%, 0%);
    display: none;
}

    .imagecontrols > span > input[type=file] {
        position: absolute;
        opacity: 0;
        z-index: 10;
        width: 16%;
        height: 20px;
        cursor: pointer;
        top: 0;
    }

.imageClass:hover .imagecontrols {
    display: block;
}

.clsNumeric, .headerNumericField, .ClassAmount, .ClassRate {
    text-align: right;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*Employee Menu - start*/
.employee-menu {
    width: 200px;
    height: 500px;
    height: auto !important;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    .employee-menu {
        width: 500px;
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .employee-menu {
        width: 700px;
        font-size: 12px;
    }
}
/*Employee Menu - end*/

.fade.in {
    /*opacity: 1;*/
}

.calendar-icon {
    height: 32px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    padding: 0px !important;
}

.height32 {
    height: 32px !important;
}

.small-calendar-icon {
    /*padding: unset;
    max-height: 22px;
    margin: 8px;*/
    height: 38px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0px !important;
}

.small-calendar-icon32 {
    /*padding: unset;
    max-height: 22px;
    margin: 8px;*/
    height: 32px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0px !important;
}

.label, div.label {
    color: black;
    margin-bottom: 0px;
    padding-left: 0px;
}

.bold {
    font-weight: bold;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.btn-main {
    color: #ffffff;
    background-color: #0a79de;
    border-color: #0a79de;
}

    .btn-main:hover,
    .btn-main:focus,
    .btn-main:active,
    .btn-main.active,
    .open .dropdown-toggle.btn-main {
        color: #ffffff;
        background-color: #0a79de;
        border-color: #0a79de;
    }

.metro-radio-horizontal {
    float: left;
}


.fileinput {
    margin-bottom: 9px;
    display: inline-block;
}

    .fileinput .form-control {
        padding-top: 7px;
        padding-bottom: 5px;
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        cursor: text;
    }

    .fileinput .thumbnail {
        overflow: hidden;
        display: inline-block;
        margin-bottom: 5px;
        vertical-align: middle;
        text-align: center;
    }

        .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 {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}

.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;
}

    .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;
    }

    .fileinput-new.input-group .btn-file.btn-lg, .fileinput-new .input-group .btn-file.btn-lg {
        border-radius: 0;
    }

.form-group.has-warning .fileinput .fileinput-preview {
    color: #ff8f32;
}

.form-group.has-warning .fileinput .thumbnail {
    border-color: #ff8f32;
}

.form-group.has-error .fileinput .fileinput-preview {
    color: #d24726;
}

.form-group.has-error .fileinput .thumbnail {
    border-color: #d24726;
}

.form-group.has-success .fileinput .fileinput-preview {
    color: #008a17;
}

.form-group.has-success .fileinput .thumbnail {
    border-color: #008a17;
}

.hide {
    display: none !important;
}

.progress {
    background-color: #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    color: #fff;
    background-color: #007fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #008a17;
    background-image: none;
}

.progress-bar-info {
    background-color: #8c0095;
    background-image: none;
}

.progress-bar-warning {
    background-color: #ff8f32;
    background-image: none;
}

.progress-bar-danger {
    background-color: #d24726;
    background-image: none;
}

.progress.progress-xs {
    height: 5px;
}

.progress.progress-sm {
    height: 10px;
}

.progress.progress-md {
    height: 15px;
}

.btn-reject {
    color: #ffffff !important;
    background-color: #657cb1;
    border-color: #657cb1 !important;
}

    .btn-reject:hover, .btn-reject:focus, .btn-reject:active, .btn-reject.active, .open .dropdown-toggle.btn-reject {
        background-color: #526dab !important;
    }

.btn-approve {
    color: #ffffff !important;
    background-color: #ce7f47 !important;
    border-color: #ce7f47 !important;
}

    .btn-approve:hover, .btn-approve:focus, .btn-approve:active, .btn-approve.active, .open .dropdown-toggle.btn-approve {
        background-color: #ad591d !important;
    }

.btn-edit {
    color: #ffffff !important;
    background-color: #f0ad4e !important;
    border-color: rgba(0,0,0,0.2) !important;
}

    .btn-edit:hover, .btn-edit:focus, .btn-edit:active, .btn-edit.active, .open .dropdown-toggle.btn-edit {
        background-color: #ce9340 !important;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #333;
        background-color: #ebebeb;
        border-color: #b8b8b8;
    }

    .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

/*cell status indicator start*/
/*reject*/
.indicator.indicator-red::before {
    background-color: #ff5858;
}

/*approved*/
.indicator.indicator-green::before {
    background-color: #98d85b;
}

/*draft*/
.indicator.indicator-orange::before {
    background-color: #ffa00a;
}

/*pending*/
.indicator.indicator-blue::before {
    background-color: #5e64ff;
}

/*none*/
.indicator.indicator-darkgrey::before {
    background-color: #b8c2cc;
}

.indicator.indicator-black::before {
    background-color: black;
}

.indicator::before {
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    margin: 0 4px 0 0px;
}
/*cell status indicator end*/

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../css/plugins/fonts/glyphicons-halflings-regular.woff) format('woff');
}

/*DayType Classes*/

div.day-type-1, .table-calendar tbody tr td.day-type-1 div.calendar-date-content, table.ss-container-table tbody td.day-type-1 {
    /*background-color: #fff;*/
    /*border-bottom: 4px solid #fff;*/
}

div.day-type-2, .table-calendar tbody tr td.day-type-2 div.calendar-date-content, table.ss-container-table tbody td.day-type-2 {
    /*background-color: #f800e5;*/
    border-bottom: 4px solid #f800e5;
}

div.day-type-3, .table-calendar tbody tr td.day-type-3 div.calendar-date-content, table.ss-container-table tbody td.day-type-3 {
    /*background-color: #f1263a;*/
    border-bottom: 4px solid #f1263a;
}

div.day-type-4, .table-calendar tbody tr td.day-type-4 div.calendar-date-content, table.ss-container-table tbody td.day-type-4 {
    /*background-color: #2efbde;*/
    border-bottom: 4px solid #2efbde;
}

div.day-type-5, .table-calendar tbody tr td.day-type-5 div.calendar-date-content, table.ss-container-table tbody td.day-type-5 {
    /*background-color: #f2ff1b;*/
    border-bottom: 4px solid #f2ff1b;
}

.table tbody tr td.bg-day-type-1 {
    background-color: #fff;
}

.table tbody tr td.bg-day-type-2 {
    background-color: #f800e5;
}

.table tbody tr td.bg-day-type-3 {
    background-color: #f1263a;
}

.table tbody tr td.bg-day-type-4 {
    background-color: #2efbde;
}

.table tbody tr td.bg-day-type-5 {
    background-color: #81e0d2;
}

.fa-thumbs-up {
    color: #98d85b;
}

.fa-thumbs-down {
    color: #ff5858;
}

/* Clocking Card Status & Action */
.assigned {
    color: blue;
}

.available {
    color: green;
}

.invalid {
    color: red;
}

.change {
    color: #f706d9;
}

.return {
    color: #755d5d;
}

/* TA Attendance Status Colour */
.attendance-manual-change {
    background-color: yellowgreen !important;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\1f4c5";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\1f4ce";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}
/*DG 05/08/2021 */
.sg-traversable.sg-current-field .input-group {
    flex-wrap: inherit !important;
}

/*.input-group {
    flex-wrap: inherit !important;
}*/


span.license-expire-notification {
    color: yellow;
    font-weight: bold;
    /*background-color: yellow;*/
    padding-left: 10px;
}

/*DG 23/08/2021 Delete Icon Show Proper*/
.sg-delete-column a {
    color: rgb(10 29 46 / 74%) !important;
}
/*DG 23/08/2021 Delete Icon Show Proper in supergrid*/
.delete-header .material-icons {
    vertical-align: bottom !important;
}

.text-center .material-icons {
    color: rgb(10 29 46 / 74%) !important;
}


/* PP/09/05/2022  Attendace register duty roster custom css start  */
.ss-header-name-width {
    width: 80px;
    vertical-align: middle !important;
}

.ss-header-date-width {
    width: 50px;
}

.ss-cell-date-width {
    white-space: nowrap;
}

.ss-container-div table tr td {
    min-width: 130px;
    text-align: left;
}

    .ss-container-div table tr td:nth-child(1) {
        min-width: 130px;
        text-align: left;
    }

    .ss-container-div table tr td:nth-child(2) {
        min-width: 130px;
        text-align: left;
    }

.ss-container-div {
    width: auto;
    height: 600px;
    overflow: scroll;
}

    .ss-container-div th {
        position: sticky;
        top: 0;
        background: #f7f8f9 !important;
        z-index: 2;
    }

        .ss-container-div th:nth-child(1),
        .ss-container-div td:nth-child(1) {
            position: sticky;
            left: 0;
            width: 150px;
            min-width: 150px;
        }

        .ss-container-div th:nth-child(2),
        .ss-container-div td:nth-child(2) {
            position: sticky;
            left: 150px;
            width: 50px;
            min-width: 50px;
        }

    .ss-container-div td:nth-child(1),
    .ss-container-div td:nth-child(2) {
        background: #f7f8f9;
    }
/* PP/09/05/2022  Attendace register duty roster custom css end */

.btp-login .brand .img-responsive {
    width: 366px!important;
    height: 90px!important;
}