@import url("./base/variables.css");
@import url("./base/typography.css");
@import url("./base/buttons.css");
@import url("./components/form.css");
@import url("./components/navbar.css");
@import url("./components/header.css");

@import url("./popup.css");

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* icomoon fonts  css start*/
span.ownFonts {
    font-size: 16px;
    padding-left: 0 !important;
    vertical-align: middle;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?y46is9");
    src: url("../fonts/icomoon.eot?y46is9#iefix') format('embedded-opentype"), url("../fonts/icomoon.ttf?y46is9') format('truetype"), url("../fonts/icomoon.woff?y46is9') format('woff"), url("../fonts/icomoon.svg?y46is9#icomoon") format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.oct-btn-square {
    font-family: "Roboto", sans-serif;
    transition: ease-in-out .3s;
    border: transparent;
    border-radius: 4px;
    box-shadow: 4px 0 15px 0 rgb(222 222 222 / 25%);
    height: 40px;
    background: #663ACD;
    padding: 0px 27px;
    color: #ffffff;
    font-size: 15px;
}

.icon-attendance:before {
    content: "\e900";
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
}

.icon-leaves:before {
    content: "\e901";
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
}

.icon-my-actions:before {
    content: "\e902";
    color: #fff;
}
/* ------------------------- icomoon fonts  css end ----------------------------------------*/

span {
    font-size: 13px;
}

b {
    font-weight: bold !important;
}

table span {
    font-size: 12px;
}

h3 span {
    font-size: inherit;
}

h3 #lblDocStatus {
    padding-left: 5px;
}

.EmpImg {
    border-radius: 50%;
}

.CurrentMonth {
    top: 0px;
    position: relative;
    font-size: 14px;
    color: #2873fc;
    left: 6px;
}

.InvalidRow {
    color: red !important;
}

.NoPadding {
    padding: 0px !important;
}

table, table tbody {
    border: none !important;
}

table {
    border-collapse: separate !important;
    border-spacing: 0;
}

    table tbody {
        border-collapse: collapse !important;
    }

iframe {
    border: none;
}

.table {
    width: auto;
    margin-bottom: unset !important;
}

table td {
    border: none !important;
    padding: 0px 2px 0 4px !important;
}

table th {
    border: none !important;
    padding: 8px 2px 6px 4px !important;
}

    table th:first-child {
        border-top-left-radius: 6px;
        padding-left: 5px;
    }

    table th:last-child {
        border-top-right-radius: 6px;
        padding-right: 3px;
    }


.table-responsive table {
    width: 100%;
}

.table tr td span {
    word-break: break-word !important;
}

.table input:focus {
    box-shadow: none !important;
}

input[type="image"] {
    width: 16px !important;
    height: 16px !important;
    cursor: pointer;
}

textarea::placeholder {
    color: #869094 !important;
}

input[type=text]:read-only, textarea:read-only {
    background: #00000005 !important;
    cursor: not-allowed;
}

    input[type=text]:read-only::placeholder, textarea:read-only::placeholder {
        color: transparent !important;
    }

textarea {
    padding-top: 3px;
    min-height: 50px;
    resize: none;
}

.fa-calendar-alt {
    cursor: pointer !important;
}

.fa-percent {
    font-size: 14px;
}

.invisible, .Invisible {
    display: none !important;
}

.innerTableHalf {
    width: 50% !important;
}

.center {
    text-align: center !important;
}

a {
    color: #2873fc;
    text-decoration: none;
    background-color: transparent;
}

.ComboAction {
    width: 25px !important;
    background-color: transparent !important;
    border: none !important;
    background-image: url('/dist/images/ComboAction.png');
    background-repeat: no-repeat, repeat;
    background-position: right 0.3em top 50%, 0 0;
    background-size: 20px auto, 100%;
    filter: brightness(0);
}

.ProgressTemplate {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5002;
    width: 100%;
    height: 100%;
    overflow: visible;
    transition: 0.5s;
    background: rgba(255,255,255,0.5) url(/dist/images/Octane_Loader.svg) no-repeat center center;
}

.autocomplete_completionListElement {
    margin: 0px !important;
    border: 1px solid #799bd2;
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
    background: #fff;
    cursor: default;
    overflow: auto;
    max-height: 200px;
    height: auto;
    width: auto;
    font-size: 9pt;
    text-align: left;
    list-style-type: none;
    padding: 0px !important;
    left: -10px;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: #1e90ff;
    color: #fff;
    padding: 3px 1px 3px 5px;
}

/* AutoComplete item */
.autocomplete_listItem:nth-child(even) {
    background: #fff;
    padding: 3px 1px 3px 5px;
}

.autocomplete_listItem:nth-child(odd) {
    background: #f5f9fd;
    padding: 3px 1px 3px 5px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.Page-Container {
    height: 100% !important;
    width: 100% !important;
    max-height: unset !important;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
}

.Page-FixedHeightContent_Top, .Page-FixedHeightContent_Bottom {
    width: 100%;
    position: relative !important;
}

.Page-FlexibleHeightContent {
    width: 100%;
    flex: 1;
    -ms-flex: 1 0 0;
    position: relative !important;
}

    .Page-FlexibleHeightContent .GridContainer {
        position: absolute !important;
    }

#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

#Filter iframe {
    width: 810px;
    height: 460px;
    border: none;
    overflow: hidden;
}

.icon {
    cursor: pointer;
    -webkit-transition: color 333ms, -webkit-transform 333ms ease-out;
    transition: color 333ms, -webkit-transform 333ms ease-out;
    transition: transform 333ms ease-out, color 333ms;
    transition: transform 333ms ease-out, color 333ms, -webkit-transform 333ms ease-out;
    color: grey;
    margin-left: 10px;
    text-align: center;
    line-height: 1;
}

.ExpandCollapse.open {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

form .error {
    color: #ff0000 !important;
    border-color: #ff0000;
    font-size: 12px;
}

/* button css start */

td.actionButton {
    text-align: center;
}

    td.actionButton a {
        font-size: 12px;
        border-radius: 19px;
        font-family: "HK Grotesk", sans-serif;
        height: 26px;
        padding: 0 10px;
        display: inline-block;
        text-align: center;
        line-height: 24px;
        font-weight: 500;
    }

        td.actionButton a:hover {
            -webkit-transition: ease-in-out .3s;
            transition: ease-in-out .3s;
        }

.dropBtn a {
    border: 1px solid #ff6b6b;
    color: #ba5e1b;
}

    .dropBtn a:hover {
        background: #ff6b6b;
        color: #fff;
    }

.feedbackBtn a {
    border: 1px solid #597077;
    color: #597077;
}

    .feedbackBtn a:hover {
        background: #597077;
        color: #fff;
    }

.enrollBtn a {
    border: 1px solid #2873fc;
    color: #2873fc;
}

    .enrollBtn a:hover {
        background: #2873fc;
        color: #fff;
    }

div#userProfile ul li img,
div#userProfile ul li svg {
    margin-right: 8px;
}

a:hover {
    text-decoration: none;
}

a.close-modal {
    top: 15px !important;
    right: 22px !important;
}

.modal a {
    border: none !important;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.rightContentArea {
    margin: 0 20px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .rightContentArea .navbar {
        height: 64px;
        z-index: 10;
        padding-right: 0px;
    }

.navbar-header > ul > li {
    display: inline-block;
    padding-left: 32px;
    font-family: "HK Grotesk", sans-serif;
    position: relative;
}

.navbar-header ul li a {
    color: #869094;
}

.notificationNumber {
    position: absolute;
    top: -10px;
    right: -8px;
    background: #ff0000;
    color: #fff;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    padding: 0px 0px 4px 5px;
    font-size: 13px;
    font-weight: 500;
}

img.angle {
    padding-left: 11px;
    margin-top: 0px;
    padding-right: 11px;
}

.mainHeading {
    font-size: 24px;
    font-weight: 500;
    font-family: "HK Grotesk", sans-serif;
    margin-bottom: 0;
}

/* Style tab links */
/**/
.tab {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    font-family: "HK Grotesk", sans-serif;
    line-height: 1.5;
    font-weight: 300;
    color: #888;
    -webkit-font-smoothing: antialiased;
}

.tabsContainer {
    margin-top: 19px;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin-top: 8px;
}

    .tabs li {
        float: left;
        margin-right: 15px;
        list-style: none;
        height: 34px;
    }

    .tabs a {
        color: #98A7AD;
        color: #888;
        font-weight: 500;
        display: block;
        outline: none;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        font-size: 13px;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        line-height: 32px;
        font-family: "HK Grotesk", sans-serif;
        border-bottom: 2px solid transparent;
    }

.tabs_item {
    display: block;
}

    .tabs_item h4 {
        font-weight: bold;
        font-size: 20px;
    }

    .tabs_item:first-child {
        display: block;
    }

.tab_content {
    margin-top: 90px;
}

.current a {
    color: #1d343b;
    border-bottom: 2px solid #2873fc;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.sectionHeadingContainer {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px;
    margin-top: 2px;
}

.sectionHeading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .sectionHeading a svg {
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
    }

        .sectionHeading a svg path {
            fill: #2873fc;
        }

.backButton {
    width: 45px;
    height: 40px;
    overflow: hidden;
    padding: 0 8px;
    cursor: pointer;
    background: url(/dist/images/Back.svg) no-repeat left 8px top 10px;
    background-size: 22px;
    margin-right: 16px;
    position: relative;
}

    .backButton::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 25px;
        background-color: #D0D8DB;
        left: 42px;
        top: 8px;
    }

    .backButton:hover {
        filter: brightness(0.8);
    }

.sectionHeading h3 {
    font-family: "HK Grotesk", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #1d343b;
    margin-bottom: 0;
}

.detailLearn {
    color: #1d343b;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    font-family: "HK Grotesk", sans-serif;
    margin-bottom: 0;
}

button.oct-btn.oct-btn-success svg {
    height: 11px;
    vertical-align: middle;
    margin-right: 5px;
}

span.mandatorySign {
    color: #ff0000 !important;
    display: inline-block !important;
    line-height: 13px;
}

/* header Search bar  start*/
.search-field {
    background-color: transparent;
    background-image: url('../images/search.svg');
    background-position: 5px center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 29px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
    padding: 16px 0 16px 32px;
    border-radius: 6px;
}

    .search-field:focus {
        background-color: #fff;
        border: 1px solid #d5d5da;
        cursor: text;
        outline: 0;
        width: 230px;
    }

input[type="search"] {
    -webkit-appearance: textfield;
}

    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-results-button,
    input[type="search"]::-webkit-search-results-decoration {
        -webkit-appearance: none;
    }

/* header Search bar  end*/

/* Popup container */
.popup {
    padding: 0 16px 16px 16px;
    height: auto;
    position: absolute;
    -webkit-box-shadow: 0 0 30px 0 rgba(225, 206, 206, 0.25);
    box-shadow: 0 0 30px 0 rgba(225, 206, 206, 0.25);
    border: solid 1px #d0d8db;
    border-radius: 6px;
    margin-top: 16px;
    display: none;
    background: #fff;
}

.feedBack a.close-modal {
    height: 24px;
    width: 26px;
}

.popup.show {
    display: block;
}

.termsConditionsInner {
    height: 265px;
    overflow-y: scroll;
    font-size: 12px;
    padding-right: 13px;
}

div#userProfile {
    padding: 10px;
    right: 0;
    width: 200px;
    margin-top: 12px;
}

    div#userProfile > img {
        position: absolute;
        top: -12px;
        right: 45px;
    }

    div#userProfile span {
        color: #a5bfc7;
        font-size: 14px;
        display: block;
        margin-bottom: 8px;
        font-family: "HK Grotesk", sans-serif;
    }

    div#userProfile ul li {
        color: #a5bfc7;
        padding-left: 0;
        font-size: 14px;
        font-family: "HK Grotesk", sans-serif;
        margin-bottom: 8px;
    }

        div#userProfile ul li a {
            position: absolute;
            left: 36px;
            color: #869094 !important;
        }

div #userProfile {
    padding-bottom: 4px;
}

    div#userProfile ul {
        padding: 0;
    }

#notification {
    width: 360px;
    -webkit-transform: translateX(calc(-50% - 20px));
    transform: translateX(calc(-50% - 20px));
    z-index: 30;
    background: #fff;
    margin-top: 13px;
    left: 0;
}

    #notification img {
        position: absolute;
        top: -12px;
        left: 122px;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }

#userProfile i {
    position: absolute;
    content: "";
    top: -23px;
    right: 32px;
    text-align: center;
    font-size: 34px;
    color: #869194;
}

#notification .popupHeader i {
    position: absolute;
    content: "";
    top: -26px;
    right: -21px;
    left: 0;
    text-align: center;
    font-size: 39px;
    color: #869194;
}

.popupHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid #d0d8db;
}

.popupBody h3 {
    font-family: "HK Grotesk", sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-top: 17px;
}

.popupBody p {
    font-family: HK Grotesk;
    font-size: 12px;
    color: #869194;
}

div#notification h5 {
    font-family: "HK Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.popup ul li {
    list-style: none;
}

.popup ul hr {
    margin: 8px 0;
}

.popupHeading {
    color: #2873fc !important;
    font-size: 16px;
}

.approvalPopup p {
    font-size: 12px;
    font-weight: 500;
    list-style-type: none;
    font-family: "HK Grotesk", sans-serif;
    display: inline-block;
    margin-right: 32px;
    margin-top: 0px;
    color: #899396;
}

    .approvalPopup p span {
        display: block;
        font-size: 12px;
        color: #1d343b;
        font-family: "HK Grotesk", sans-serif;
        margin-top: 0px;
    }


/*octane popup css start*/
.octanePopup p {
    font-size: 14px;
    color: #2873fc;
    margin-top: 21px;
    font-family: "HK Grotesk", sans-serif;
    margin-bottom: 24px;
}

.octanePopup input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 16px 13px 0 0;
}

.closeBtn a {
    padding-top: 4px;
    font-size: 12px;
}

.octanePopup .checkBox label {
    color: #000000;
    font-size: 13px;
    font-family: "HK Grotesk", sans-serif;
    margin-top: 12px !important;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.ui-helper-hidden-accessible {
    display: none;
}

/* Popup Styling */
.blocker {
    z-index: 201 !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 5px;
    padding-left: inherit;
}

.modal {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 9px 15px 12px 15px !important;
    height: auto !important;
    max-width: unset !important;
    width: fit-content !important;
    height: fit-content !important;
}

/* responsive css start */
@media screen and (max-width: 1024px) {
    .LogIn {
        background-position: right bottom !important;
        background-size: 60% !important;
    }
}

@media screen and (max-width: 991px) {

    .rightSidebar {
        width: 100%;
    }

    .detailLearn {
        font-size: 25px;
    }
}

/* tables css start */

.innerTable {
    width: 99.7%;
    border-bottom: 1px solid #d0d8db;
    background: #fff;
}

    .innerTable td:first-child {
        border-left: 1px solid #dbe2e5;
    }

    .innerTable td:last-child {
        border-right: 1px solid #dbe2e5;
    }

table.innerTable td {
    height: 32px;
    padding-left: 10px;
    font-size: 12px;
    font-family: 'HK Grotesk', sans-serif;
    font-weight: normal;
    padding: 4px 8px;
}


tr {
    font-size: 13px;
    font-family: "HK Grotesk", sans-serif;
}

td,
th {
    text-align: left;
}

.innerTable tr {
    border-bottom: 1px solid #d0d8db;
}

span.user_review img {
    border-radius: 50%;
    margin-right: 8px;
    float: left;
}

.thOne {
    width: 120px;
}

.thTwo {
    width: 180px;
}

.thThree {
    width: 93px;
}

.thFour {
    width: 120px;
}

.thFive {
    width: 120px;
}

.thSix {
    width: 120px;
}

.thSeven {
    width: 120px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .subSection ul {
        display: -webkit-box;
    }

        .subSection ul li {
            padding-right: 16px !important;
            font-size: 12px !important;
        }
}

span.detailLearn a img {
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    margin-top: -3px;
}

span.detailLearn a:hover img {
    -webkit-transform: translateX(-31%);
    transform: translateX(-31%);
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
/* Responsive of learning end */

div.fields select {
    color: #000;
}

/* side bar toggle */
.toggleSideBar {
    position: absolute;
    content: "";
    right: 23px;
    bottom: 0;
}

    .toggleSideBar ul li {
        display: inline-block;
    }

        .toggleSideBar ul li a {
            color: #869094;
            font-size: 14px;
            font-family: "HK Grotesk", sans-serif;
            font-weight: 500;
        }

a#toggleRightSidebar .angle {
    margin-bottom: 6px;
    padding-left: 6px;
}

.popup .rightSidebar {
    margin-top: 20px;
    padding-left: 0;
    background: #fff;
    z-index: 55;
    width: 180px;
}

    .popup .rightSidebar p {
        margin-bottom: .5rem;
    }

div#toggledivSidebar {
    background: #fff;
    right: 0;
}

/* side bar end */

/* Date Picker Styling */
#ui-datepicker-div {
    border-radius: 6px;
    padding: 8px;
}

.ui-datepicker .ui-datepicker-header {
    border-radius: 6px;
    font-family: "HK Grotesk", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
}

.ui-datepicker .ui-datepicker-title {
    line-height: unset !important;
    text-align: unset !important;
    margin: 5px 0 0 0 !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: -1px !important;
    cursor: pointer;
    width: 32px !important;
    height: 32px !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: -1px !important;
}

.ui-datepicker .ui-datepicker-next {
    right: -1px !important;
}

.ui-state-hover {
    border: 1px solid #2873FC !important;
}

    .ui-state-hover .ui-icon {
        color: #2873FC !important;
    }

.ui-state-default {
    border: none !important;
}

.ui-datepicker td {
    padding: 2px !important;
}

.filters {
    display: flex;
    justify-content: space-around;
}

.table .thead-dark th {
    color: #fff;
    background-color: #4f485c;
    font-weight: 400;
    cursor: pointer;
    font-size: 13px;
    vertical-align: middle;
    text-transform: capitalize !important;
    height: 35px;
}

.table-responsive table tbody tr.thead-dark td {
    color: #fff !important;
}

.table-responsive tbody tr.thead-dark:hover td {
    color: #fff !important;
}

.tr-dark {
    border-color: #4f485c;
}

    .tr-dark td {
        color: #fff !important;
        background-color: #4f485c;
    }

        .tr-dark td span {
            font-family: sans-serif;
            font-size: 14px;
        }

        .tr-dark td .icon {
            color: inherit !important;
        }

        .tr-dark:hover td, .tr-dark td:hover, .tr-dark:hover span, .tr-dark:hover .icon {
            color: #fff !important;
            background-color: #4f485c;
        }

span.tableHeading {
    font-family: "HK Grotesk", sans-serif !important;
    font-weight: 500;
    font-size: 15px !important;
    color: #1d343b;
}

.table .thead-dark th i {
    float: right;
    line-height: 20px;
    color: #fff;
}

.table-striped tbody tr:nth-of-type(odd):not(.thead-dark):not(.EvenRow),
.table-striped tbody tr.OddRow,
#alertDetails table tr:nth-child(odd) {
    background-color: #f5f9fd;
}

.table-striped tbody tr:nth-of-type(even):not(.thead-dark):not(.OddRow),
.table-striped tbody tr.EvenRow,
#alertDetails table tr:nth-child(even) {
    background-color: #fff;
}

.table-striped tfoot tr {
    background-color: #dbe2e5 !important;
}

.table-hover tbody tr:hover {
    background-color: #d8ecff;
}

    .table-hover tbody tr:hover td {
        color: #000;
    }

thead tr {
    font-weight: 200;
    font-size: 14px;
    text-transform: uppercase;
}

.table td img {
    width: 26px;
    border-radius: 50%;
    margin-right: 16px;
    float: left;
}

/* login page css start */
.LogIn {
    padding-left: 118px;
    background-image: url(../images/workforce.svg);
    height: 100vh;
    background-position: right BOTTOM;
    background-repeat: no-repeat;
    background-size: 64%;
    overflow-x: hidden;
}

.loginContent {
    height: calc(100vh - 108px);
    align-items: center;
}

.row.logo img {
    margin: 48px 0 0 0;
}

.loginContent h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    font-family: "HK Grotesk", sans-serif;
    margin-bottom: 14px;
}

.loginContent p {
    color: #a19393;
    font-size: 19px;
    font-weight: 500;
    font-family: "HK Grotesk", sans-serif;
    margin-bottom: 32px;
}

.loginGroup {
    position: relative;
    margin-bottom: 25px;
}

    .loginGroup input, .loginGroup select {
        font-size: 14px;
        display: block;
        width: 320px;
        border: none;
        border: 1px solid #d0d8db;
        border-radius: 6px;
        height: 50px;
        padding: 0 14px;
        position: relative;
        background-color: #fff;
    }

        .loginGroup input:focus {
            outline: none;
        }

    /* LABEL ======================================= */
    .loginGroup label {
        color: #999;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 16px;
        top: 14px;
        font-size: 14px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        font-family: 'HK Grotesk', sans-serif;
    }

    /* Updated on 4/18/2019 By Seema */
    /* active state */
    .loginGroup input:focus ~ label, .loginGroup select:focus ~ label, .loginGroup select:valid ~ label,
    .loginGroup input:valid ~ label {
        top: -11px;
        font-size: 14px;
        color: #1d343b;
        background: #fff;
        vertical-align: top;
    }

input[type=checkbox] ~ label {
    top: -3px;
    position: relative;
    background: transparent;
    margin-left: 5px;
    font-size: 13px;
}

input[type=radio] ~ label {
    top: -3px;
    position: relative;
    background: transparent;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
}

.radioButtonStyling input[type=radio] {
    opacity: 0;
}

    .radioButtonStyling input[type=radio] + label::after {
        content: "";
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 3px solid #225cff;
        position: absolute;
        left: -20px;
        top: 1px;
    }

    .radioButtonStyling input[type=radio]:checked + label::before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #225cff;
        position: absolute;
        left: -15px;
        top: 6px;
    }


.loginBottom span {
    font-size: 14px;
    color: #5ec4ef;
    font-weight: normal;
    font-family: "HK Grotesk", sans-serif;
    text-align: center;
    display: inline-block;
    margin-left: 138px;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -32px;
    z-index: 2;
}

div#teamHistorycancel .fields {
    height: 120px;
}

div#teamHistorycancel {
    width: auto;
}

.field-icon:before {
    left: 282px;
    position: absolute;
}


/* radio css end */
.topLabel {
    display: block;
}

/* web-check-in css start  */
.WebCheckIn textarea {
    width: 100%;
}

.checkinStatus p img {
    vertical-align: top;
    margin-right: 4px;
}

.checkinStatus {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

    .checkinStatus p {
        color: #869194;
        font-size: 12px;
        font-family: "HK Grotesk", sans-serif;
        margin-bottom: 10px;
    }

        .checkinStatus p span {
            color: #000;
            font-size: 12px !important;
        }

.readOnly input {
    border: none;
}

.mapLocation p {
    margin: 0;
    font-size: 14px;
    color: #869194;
    font-family: "HK Grotesk", sans-serif;
    margin-top: 20px;
}

.mapLocation {
    text-align: right;
}

/* web-check-in css end  */


.addFilterButton li:last-child label {
    border-radius: 6px !important;
}

.tooltip {
    font-size: 12px;
}

.inputWidthAuto input {
    width: auto;
}

/* Updated on 4/18/2019 by Seema */
label.error {
    color: #ff0000 !important;
    font-size: 11px !important;
    display: none;
}

table input[type=text], table select, table textarea, .addFilterTablePopup table input[type=text], .addFilterTablePopup table select, .addFilterTablePopup table textarea {
    width: calc(100%) !important;
    position: relative;
    border-radius: 2px !important;
    padding: 0px 3px;
    font-size: 12px;
    border: 1px solid #dbe2e5;
    background-color: transparent !important;
}

table textarea, .addFilterTablePopup table textarea {
    min-height: 50px !important;
    height: calc(100%) !important;
    position: relative;
}

table select, .addFilterTablePopup table select {
    padding: 0 18px 0 0px;
    background-position: right 0em top 50%, 0 0;
}

table input[type=checkbox], .addFilterTablePopup table input[type=checkbox], table input[type=radio], .addFilterTablePopup table input[type=radio] {
    margin-top: 3px;
}

    table input[type=checkbox] ~ label, .addFilterTablePopup table input[type=checkbox] ~ label, table input[type=radio] ~ label, .addFilterTablePopup table input[type=radio] ~ label {
        margin-top: 3px;
    }

.addFilterTablePopup table img {
    width: 26px;
    border-radius: 50%;
    margin-right: 16px;
}

.addFilterTablePopup input.case {
    width: 70% !important;
}

.modal h4 {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 7px;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: normal;
}

    .modal h4 span {
        font-size: inherit !important;
    }


.modal a.close-modal {
    width: 24px;
    height: 24px;
    margin-top: -9px;
    margin-right: -16px;
}

.errorMessage {
    background: transparent;
    width: 500px;
    color: red;
}

.mt-4 {
    margin-top: 1.2rem !important;
}

.pt-4 {
    padding-top: 1.2rem !important;
}

.pb-4 {
    padding-bottom: 1.2rem !important;
}

.tab-content {
    padding-top: 0px;
    margin-top: 0px;
}

.addFilterTablePopup input[type=text], .addFilterTablePopup input[type=password], .addFilterTablePopup select {
    width: 186px !important;
    height: 32px;
}

.addFilterTablePopup textarea {
    width: 186px !important;
}

.uploadFileStyling span {
    position: absolute;
    left: 0;
    top: -25px;
    font-family: "HK Grotesk", sans-serif;
    font-size: 12px;
    color: #1d343b;
    margin-bottom: 4px;
}

label.file-msg i {
    padding-right: 10px;
}

input[type="text"]:disabled {
    background: #00000005;
    cursor: not-allowed;
}

textarea:disabled {
    background: #00000005;
    cursor: not-allowed;
}

select:disabled {
    background: #00000005;
    cursor: not-allowed;
}

/*---------------------------- attendance css start------------------------ */
#calendar {
    max-width: 100%;
}

.fc-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: 600;
    font-size: 12px;
}

.GridContainer, .SubWindowWrapper .SubWindowContainer .GridContainer {
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    position: relative !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    display: block;
}

.Content_Wrapper .GridContainer {
    width: 100% !important;
    margin: 0px !important;
}

.Content_Wrapper .GridView, .Content_Wrapper .GridHeader {
    margin-left: 2px !important;
}

.GridContainer table {
    width: auto !important;
    margin-bottom: 0 !important;
}

.GridContainer div {
    width: auto !important;
    height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    position: absolute !important;
    display: inline-block;
}

    .GridContainer div div {
        height: calc(100% - 38px) !important;
        padding: 0px !important;
        position: relative !important;
        overflow: auto;
    }

        .GridContainer div div div {
            width: auto !important;
            height: auto !important;
            position: relative !important;
            overflow: hidden;
        }

.GridContainer table div {
    display: block !important;
}

.GridHeader {
    padding: 0px;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    padding-right: 7px;
}

    .GridHeader tr {
        display: inline-flex;
        display: -moz-box;
    }

    .GridHeader tr {
        padding-right: 0 !important;
    }

table#GridView_Details {
    width: 100%;
    height: 100%;
}

    table#GridView_Details tr {
        width: 14.285%;
        /*height: calc(100% / 6);*/
    }

table.GridHeader tbody tr {
    width: 100%;
}

table.GridHeader tbody {
    width: 100%;
}

td.weakDays {
    width: 14.285%;
}

table#GridView_Details {
    width: 749px;
    background: #fff !important;
}

table.GridHeader th {
    background: #4f485c;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border: 0;
    height: 38px;
    padding: 10px 2px 0px 2px !important;
    font-family: "HK Grotesk", sans-serif;
}

.GridView_Calendar tr td img {
    width: 12px;
    height: 14px;
    vertical-align: bottom;
    margin: 0 4px;
}

td.weakDays {
    width: 107px;
    text-align: center;
}

div#Regularization {
    height: 400px;
    max-width: 640px !important;
}

/*-------------------------------- GridView ----------------------------*/
.GridView_Calendar {
    width: 735px;
    border: 1px solid #869194 !important;
    margin-top: 0px;
}

    .GridView_Calendar .GridView_EmptyRow,
    .GridView_Calendar .GridView_EmptyRow:hover {
        background: none !important;
    }

    .GridView_Calendar tr:hover {
        cursor: default;
        transition: all 200ms;
    }

    .GridView_Calendar tr {
        font-size: 9pt;
        color: #000;
        padding: 5px;
        width: 104.5px;
        height: 78px;
        float: left;
        margin: 0px;
    }

        .GridView_Calendar tr td {
            position: relative;
            width: 100%;
            height: 100%;
            display: block;
            border: none;
        }

            .GridView_Calendar tr td .Date {
                position: absolute;
                top: -2px;
                right: 30px;
                font-size: 15px;
                font-weight: normal;
                z-index: 1;
            }

            .GridView_Calendar tr td .Month {
                position: absolute;
                top: -1px;
                right: 3px;
                font-size: 14px;
                z-index: 1;
            }

            .GridView_Calendar tr td .InTime:before {
                position: absolute;
                left: -5px;
                top: 0px;
                content: ' ';
                height: 19px;
                width: 17px;
                background-image: url(/dist/images/CheckIn_Out.png);
                opacity: 0.6;
            }

            .GridView_Calendar tr td .InTime {
                position: absolute;
                bottom: 12px;
                left: 0px;
                font-size: 11px;
                z-index: 1;
                padding-left: 11px;
                height: 14px;
            }

            .GridView_Calendar tr td .OutTime:after {
                position: absolute;
                right: -5px;
                bottom: 0px;
                content: ' ';
                height: 19px;
                width: 17px;
                background-image: url(/dist/images/CheckIn_Out.png);
                opacity: 0.6;
            }

            .GridView_Calendar tr td .OutTime {
                position: absolute;
                bottom: -3px;
                right: 0px;
                font-size: 11px;
                z-index: 1;
                padding-right: 15px;
                height: 14px;
            }

        .GridView_Calendar tr.GridView_EmptyRow td .InTime:before,
        .GridView_Calendar tr.GridView_EmptyRow td .OutTime:after,
        .GridView_Calendar tr.GridView_EmptyRow td input[type='image'] {
            display: none;
        }

        .GridView_Calendar tr td .AtndStatus {
            position: absolute;
            top: 25px;
            left: 50%;
            transform: translate(-50%, 0);
            font-size: 15px;
            font-weight: normal;
            width: 100%;
            text-align: center;
            z-index: 1;
        }

span#showText {
    display: inline-block;
}
/*-------------------------------- GridView without BackGround ----------------------------*/
.GridView_NoTheme {
    padding: 0px 0px 1px 1px;
    border: none;
    width: auto;
    border-collapse: collapse;
}

    .GridView_NoTheme tr td {
        background: transparent;
        text-indent: 0;
        color: #000;
        padding: 1px 3px 1px 3px;
        white-space: nowrap;
        border: none;
        box-sizing: unset;
    }

.GridView_NoTheme_td {
    border-Top: none !important;
    border-bottom: none !important;
}
/*----------------------------------attendance css end ----------------------------*/

.GridView_NoTheme_2By1, .GridView_NoTheme_3By1 {
    padding: 0px 0px 1px 1px;
    border: none;
    width: auto;
}

    .GridView_NoTheme_2By1 tr td, .GridView_NoTheme_3By1 tr td {
        background: transparent;
        text-indent: 0;
        color: #000;
        padding: 1px 3px 1px 3px;
        white-space: nowrap;
        border: none;
    }

    .GridView_NoTheme_2By1 tr:nth-child(odd) {
        float: left;
        width: calc(50% - 5px);
    }

    .GridView_NoTheme_2By1 tr:nth-child(even) {
        float: right;
        width: calc(50% - 5px);
    }

    .GridView_NoTheme_3By1 tr {
        float: left;
        width: calc(33% - 5px);
    }

    .GridView_NoTheme_2By1 .CheckBox, .GridView_NoTheme_3By1 .CheckBox {
        padding: 2px !important;
        margin: 0 !important;
    }

.table-scroll {
    padding-top: 38px;
    max-width: 100%;
    overflow-x: auto;
    margin-bottom: 0px !important;
    display: inline-block;
    height: 100%;
    position: absolute;
}

    .table-scroll div {
        max-height: 100%;
        position: relative;
        overflow-y: auto;
        overflow-x: hidden;
        width: max-content;
    }

    .table-scroll table {
        margin-bottom: 0px !important;
    }

    .table-scroll .thead-dark {
        position: fixed;
        transform: translate(0,-100%);
        display: flex;
    }

    .table-scroll th div {
        width: 100%;
    }

.table-vscroll {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

    .table-vscroll div {
        height: 100%;
    }

    .table-vscroll table {
        display: flex;
        flex-flow: column;
        width: 100%;
        max-height: 100%;
    }

        .table-vscroll table thead {
            flex: 0 0 auto;
        }

        .table-vscroll table tbody {
            flex: 1 1 auto;
            display: block;
            overflow-y: auto;
            overflow-x: hidden;
            height: calc(100% - 35px);
        }

        .table-vscroll table tr {
            width: 100%;
            display: table;
            table-layout: fixed;
        }

.table-hscroll {
    overflow-x: auto !important;
}

.table-bordered {
    border: none !important;
}

    .table-bordered tbody tr td {
        border-bottom: 1px solid #dbe2e5 !important;
    }

        .table-bordered tbody tr td:first-child {
            border-left: 1px solid #dbe2e5 !important;
        }

        .table-bordered tbody tr td:last-child {
            border-right: 1px solid #dbe2e5 !important;
        }

table .table-bordered tbody tr td:last-child {
    border-right: none !important;
}

.table-bordered tr:first-child td {
    border-top: 1px solid #dbe2e5 !important;
}

table .table-bordered tr:first-child td {
    border-top: none !important;
}

table .table .icon {
    margin-top: 5px;
    margin-bottom: 5px;
}

table .table tr, table .table td {
    height: auto;
}

.table th,
.table td:not(:empty) {
    height: 35px;
    color: #597077;
    vertical-align: middle;
}

.table-transpose {
    border-collapse: collapse !important;
}

    .table-transpose tr {
        display: block !important;
        float: left !important;
    }

        .table-transpose tr td:first-child {
            border-top: 1px solid #dbe2e5;
        }

        .table-transpose tr:last-child td {
            border-right: 1px solid #dbe2e5;
        }

    .table-transpose tbody tr td:nth-of-type(even) {
        background-color: #f5f9fd;
    }

    .table-transpose th {
        display: block !important;
        height: 35px !important;
        border-radius: unset !important;
    }

    .table-transpose td {
        display: block !important;
        height: 35px !important;
        border: none;
        border-bottom: 1px solid #dbe2e5;
    }

.selectedRow td {
    background-color: #C3C3C3 !important;
}

/*----------------------------------dashboard css start ----------------------------*/
#dashboard {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    font-family: "HK Grotesk", sans-serif;
    line-height: 1.5;
    font-weight: 300;
    color: #888;
    -webkit-font-smoothing: antialiased;
}

div#topRow .col:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

div#topRow .col:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.dashboardHeaderTop {
    box-shadow: none;
}

.dashboardMenuPopup li svg {
    margin-right: 8px;
}

#dashboard h2 {
    font-size: 42px;
    font-weight: 300;
    color: #1d343b;
    font-family: "HK Grotesk", sans-serif;
}

    #dashboard h2 span {
        margin-left: 2px;
        color: #1d343b;
        font-family: "HK Grotesk", sans-serif;
        font-weight: 500;
        font-size: 14px;
    }


.col {
    height: auto;
}

#mainRow .col, #sideTop, #sideBottom {
    border-radius: 6px;
    border: solid 1px #e3e4e5;
}

#topRow {
    margin-bottom: 20px;
    height: 205px;
    border-radius: 6px;
    border-right: 0;
    width: calc(75% - 5px) !important;
}

    #topRow .col {
        background-color: #eff5fc;
        position: relative;
        max-height: 100%;
    }

        #topRow .col:not(:last-child):after {
            content: "";
            position: absolute;
            width: 1px;
            height: calc(100% - 50px);
            left: calc(100% - 1px);
            top: 25px;
            z-index: 2;
            background-color: #e3e4e5;
        }

#mainRow {
    margin: 0px -10px !important;
}

    #mainRow .cards {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 20px);
        flex: 0 0 calc(25% - 20px);
        max-width: calc(25% - 20px);
        margin: 10px;
    }

    #mainRow .cardContent .col-md-6:nth-child(2n+1) {
        padding-left: 0px;
        padding-right: 5px;
    }

    #mainRow .cardContent .col-md-6:nth-child(2n+2) {
        padding-left: 5px;
        padding-right: 0px;
    }

#sideTop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    margin-left: 20px;
    margin-bottom: 10px;
    height: 205px;
    -webkit-box-flex: 0;
}

#sideBottom {
    height: 275px;
}

#dashboard .cardHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e3e4e5;
}

    #dashboard .cardHeader h4 {
        color: #1d343b;
        font-size: 18px;
        font-weight: 500;
        font-family: "HK Grotesk", sans-serif;
        margin: 0;
    }

    #dashboard .cardHeader i {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        color: #1d343b;
    }

#dashboard #mainRow .cardHeader i {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    color: #9c9999;
}

#dashboard .cardContent {
    margin-top: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 57px);
    word-break: break-word;
}

    #dashboard .cardContent iframe {
        height: 100%;
        width: 100%;
    }

#dashboard #mainRow .col {
    height: 275px;
}

#dashboard .tab-pane {
    height: 100%;
}

#dashboard ul {
    padding: 0;
    list-style-type: none;
    font-size: 14px;
}

.cardContent .progress {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 8px;
    overflow: hidden;
    background-color: #eaeaea;
    border-radius: 10px;
    width: 83%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.progress-bar {
    background-image: -webkit-gradient(linear, left top, right top, from(#2faeba), to(#663acd));
    background-image: linear-gradient(to right, #4e7fef, #c6f3ff);
    border-radius: 10px;
}

.progressButton {
    color: #000;
    padding: 5px;
    border-radius: 6px;
    font-size: 12px;
    float: right;
    margin-top: -33px;
}

.QuickLinks .row {
    text-align: center;
    height: 50%;
    display: flex;
    align-items: center;
}

.QuickLinks p {
    color: #412e2e;
    font-size: 12px;
    margin-bottom: 8px;
}

.QuickLinks img {
    background-color: #bfbdbd;
    padding: 5px;
    border-radius: 5px;
}

.nav-tabs .nav-link {
    border: none;
    color: #5f6061;
    font-size: 14px;
}

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #1d343b;
        background-color: inherit;
        border-color: #2873fc !important;
        border-bottom: 2px solid #2873fc !important;
        border-left: none !important;
        border-top: none !important;
        border-right: none !important;
    }

.nav-tabs a {
    border: 1px solid transparent !important;
    padding: .2rem 1rem .5rem 1rem !important;
}

.DashboardInformation {
    margin-bottom: 0;
    padding-left: 0px;
    width: 100%;
}

    .DashboardInformation li {
        color: #000;
        font-size: 12px;
        font-family: "HK Grotesk", sans-serif;
        margin-bottom: 8px;
        border-bottom: 1px solid #e9f0f2;
        position: relative;
    }

        .DashboardInformation li.withImage {
            padding-left: 42px;
            padding-bottom: 8px;
            padding-right: 8px;
        }

        .DashboardInformation li img {
            height: 32px;
            width: 32px;
            border-radius: 5px;
            position: absolute;
            left: 0px;
        }

        .DashboardInformation li span.TopRow {
            margin-top: 0px;
            display: block;
            color: #2873fc !important;
            text-transform: uppercase;
        }

        .DashboardInformation li span {
            font-size: 11.5px;
            color: #000;
            display: block;
            font-weight:bold;
        }

            .DashboardInformation li span button {
                margin-left: 5px;
                height: 30px;
            }

.octOutlineButton {
    background: #fff;
    border: 1px solid #2873fc;
    color: #2873fc;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.MenuCardPopup {
    right: 0;
    top: 26px;
    z-index: 1;
    width: 195px;
}

.dashboardMenuPopup {
    padding: 0;
    margin: 0 !important;
}

    .dashboardMenuPopup li {
        color: #1d343b;
        font-size: 14px;
        font-weight: 500;
        font-family: "HK Grotesk", sans-serif;
        padding-top: 12px;
    }

        .dashboardMenuPopup li img {
            padding-right: 8px;
            filter: brightness(0);
        }

        .dashboardMenuPopup li a {
            color: #1d343b;
        }

            .dashboardMenuPopup li a:hover {
                color: #2873fc;
            }

/* Respondive css start */

@media screen and (max-width: 1339px) {
    /*.col-md-9 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }*/

    .innerContent > .col:first-child {
        max-width: 100% !important;
        margin-right: 21px;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 1;
        flex: 1 0 33%;
        max-width: 25%;
    }

    .innerContent > .col:nth-child(2) {
        max-width: 50% !important;
    }
}

.ui-state-highlight {
    background: transparent !important;
    border: 1px solid #e9f0f2 !important;
}

.carousel,
.carousel-inner,
.carousel-item,
.carousal-item-content {
    height: 100%;
}

.carousal-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.carousel-control-prev,
.carousel-control-next {
    width: 30px;
    height: 80px;
    background: #2873FC;
    color: #fff !important;
    opacity: 1;
    top: 50%;
    bottom: unset;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel-control-prev {
    border-radius: 0 6px 6px 0;
}

.carousel-control-next {
    border-radius: 6px 0 0 6px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
}

input.oct-btn {
    width: auto;
}

.cardHeader select {
    width: auto;
    border: none;
    height: 46px;
    padding: 0;
    background-image: none;
    -webkit-appearance: menulist;
    color: #1d343b;
    font-size: 18px;
    font-weight: 500;
    font-family: "HK Grotesk", sans-serif;
}
/*----------------------------------dashboard css end ----------------------------*/

/*------------------------------------ learning page css start-----------------------*/
th.viewAll {
    color: #2873fc;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding-right: 16px;
}

.subsecHeading {
    font-size: 18px;
}

.relavent {
    margin: 32px 0;
}

.mainSubSection {
    border: 1px solid #dbe2e5;
    padding: 24px;
    border-radius: 6px;
    margin-top: 30px;
}

.subSection a:hover img {
    -webkit-transform: translateX(31%);
    transform: translateX(31%);
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.subSection h3 {
    font-family: "HK Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #1d343b;
}

.subSection h5 {
    font-family: "HK Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #caccd7;
}

.subSection p {
   font-family: "HK Grotesk", sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding-top: 13px;
}

.subSection a {
    font-family: "HK Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2a98fe;
}

    .subSection a img {
        padding-left: 8px;
        transition: ease-in-out .3s;
    }

.subSection ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .subSection ul li {
        padding-right: 31px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: Roboto;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
    }

        .subSection ul li span {
            padding-right: 9px;
        }

.subSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.userName img {
    margin-top: 3px;
}

.userName {
    color: #1d343b;
    font-size: 20px;
    font-weight: 500;
    font-family: "HK Grotesk", sans-serif;
}

.viewallCourse {
    float: right;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 6px;
}

.startRatings {
    display: inline-block;
    padding: 0;
    margin-left: 15px;
}

    .startRatings li {
        display: inline-block;
        margin-right: 4px !important;
        margin-top: 0 !important;
    }

/*Feed back popup css start*/
.feedBack {
    max-width: 840px !important;
    padding: 8px 14px 12px 16px;
}

    .feedBack h4 {
       font-family: "HK Grotesk", sans-serif;
        font-size: 18px;
        color: #1d343b;
        border-bottom: 1px solid #00000017;
        padding-bottom: 18px;
        margin-bottom: 0;
    }

    .feedBack p {
        font-size: 14px;
        color: #2873fc;
        margin-top: 21px;
       font-family: "HK Grotesk", sans-serif;
        margin-bottom: 24px;
    }

    .feedBack input[type="checkbox"] {
        width: auto;
        height: auto;
        margin: 16px 13px 0 0;
    }

    .feedBack button#submitBtn {
        margin-top: 0px;
    }

.addFilterTablePopup .inputIcon {
    top: 19px;
}

.inputIcon i {
    margin-right: 0px;
}

    .inputIcon i.material-icons {
        margin-right: -5px;
    }

.feedBack .checkBox label {
    color: #869194;
    font-size: 14px;
   font-family: "HK Grotesk", sans-serif;
}

.feedBack .fields label {
    font-size: 14px;
   font-family: "HK Grotesk", sans-serif;
    color: #1d433b;
}

.content {
    height: auto;
    padding: 14px 14px 9px 14px;
    border-radius: 6px;
    border: solid 1px #dbe2e5;
    margin-bottom: 12px;
}

.tab-content.content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/*----------------------------------learning  css end ----------------------------*/


/*----------------------------------leave  css start ----------------------------*/
.approvalPopup ul {
    padding-left: 0;
    margin-bottom: auto;
    padding-right: 10px;
}

.popupHeading span {
    margin-right: 10px;
}

#approvalfilter {
    width: auto !important;
    max-width: unset !important;
}

.leaveSummary {
    border: 1px solid #e2eaed;
    margin: 0;
    border-radius: 6px;
    padding: 2px 12px;
    margin-bottom: 20px;
}

    .leaveSummary table td {
        border: transparent;
        padding-right: 24px;
        font-size: 12px;
        font-weight: 500;
        font-family: "HK Grotesk", sans-serif;
    }

    .leaveSummary table {
        margin-bottom: 0;
    }

        .leaveSummary table tr {
            height: 25px;
            padding: 0;
        }

            .leaveSummary table tr td {
                padding: 0px 6px !important;
            }

                .leaveSummary table tr td:nth-child(1) {
                    color: #a5bfc7;
                    font-weight: 600;
                    font-size: 12px;
                    font-family: "HK Grotesk", sans-serif;
                }

            .leaveSummary table tr:nth-child(1) {
                border-bottom: 2px solid #e2eaed;
            }

    .leaveSummary h4 {
        color: #1d343b;
        font-size: 14px;
        font-weight: 600;
        margin-top: 7px;
        line-height: 1.4;
        font-family: "HK Grotesk", sans-serif;
    }

    .leaveSummary .media-body {
        margin-left: 40px;
    }

.summaryLeave {
    width: auto;
    float: left;
    margin-right: 12px;
}

.summaryLeaveTable {
    overflow-x: auto;
}
/*----------------------------------leave  css end ----------------------------*/

.tab-pane {
    height: 357px;
}

.newInnerTabing {
    border: transparent;
    overflow-x: scroll;
    display: -webkit-box;
    overflow-y: hidden;
    margin-bottom: 8px;
}

    .newInnerTabing .nav-link.active {
        margin-bottom: 1px;
    }

    .newInnerTabing li a {
        font-size: 12px !important;
    }

.RadioButtonList_Tab_Container {
    position: relative;
}

.RadioButtonList_Tab {
    overflow-x: scroll;
    display: -webkit-box;
    width: calc(100% - 80px);
    overflow-y: hidden;
    margin-bottom: 8px;
    border-collapse: collapse;
    padding: 0px !important;
    border-spacing: 0;
}

    .RadioButtonList_Tab td {
        padding: 0px !important;
    }

        .RadioButtonList_Tab td span {
            display: block;
            height: 100%;
            cursor: pointer;
        }

    .RadioButtonList_Tab input[type=radio] {
        display: none;
    }

    .RadioButtonList_Tab label {
        font-size: 12px !important;
        top: 2px !important;
        cursor: pointer;
        padding: 2px 8px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .RadioButtonList_Tab td span label {
        cursor: not-allowed;
    }

    .RadioButtonList_Tab input[type=radio]:checked ~ label {
        margin-bottom: 1px;
        border-color: #2873fc !important;
        border-bottom: 2px solid #2873fc !important;
    }

.RadioButtonList_Tab_Container i {
    font-size: 28px !important;
    margin-right: 0px !important;
    margin-left: 5px !important;
}
/*----------------------------------my profile css start ----------------------------*/
.detailUser h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

    .detailUser h3 span {
        font-size: 12px;
        display: block;
        color: #000000;
        margin-top: 8px;
    }

button i.material-icons {
    font-size: 17px;
    margin-right: 0px;
}

table button i.material-icons {
    font-size: 17px;
    margin-right: 0px;
}

.radioBtn {
    display: inline-block !important;
}

.orgChart {
    width: 326px;
    height: auto;
    border: 1px solid #d0d8db;
    border-radius: 6px;
    padding: 16px;
    margin-left: 35%;
    margin-top: 48px;
}

    .orgChart h5 {
        color: #1c333b;
        font-size: 18px;
        margin-bottom: 4px;
    }

    .orgChart span {
        color: #caccd8;
        font-size: 14px;
    }

    .orgChart .media {
        position: relative;
    }

        .orgChart .media::after {
            position: absolute;
            content: "";
            background: #24c150;
            width: 12px;
            height: 12px;
            bottom: 3px;
            left: 59px;
            border-radius: 50%;
        }

select.ui-datepicker-year {
    padding: 0 6px;
    height: 24px;
    font-size: 12px !important;
    width: 67px !important;
    margin-top: 0px !important;
}

span.ui-datepicker-month {
    font-size: 14px;
    font-weight: 500;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    padding-top: 0px;
}
/*----------------------------------my profile css end ----------------------------*/


/*----------------------------------Form Progress css start ----------------------------*/
div.formProgress {
    width: 100%;
    padding: 10px 0px 0 0px;
    border-bottom: 1px solid #dbe2e5;
}

    div.formProgress .progress-bar {
        background: -webkit-gradient(linear, right top, left top, from(#589d6c), color-stop(39%, #6fc687));
        background: linear-gradient(to left, #589d6c, #6fc687 39%);
        border-radius: 12px;
    }


    div.formProgress .progress {
        height: 12px;
        border-radius: 12px;
    }

    div.formProgress ul {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
    }

        div.formProgress ul li {
            display: inline-block;
            color: #869194;
            font-size: 14px;
            font-weight: 500;
            font-family: "HK Grotesk", sans-serif;
            line-height: 24px;
            height: 24px;
            margin: 8px 0 15px 0;
        }

/*----------------------------------Recruitment css start ----------------------------*/
.align-right {
    text-align: right;
}

.pendingRequestDetail p {
    margin: 0 0 24px 0px;
}

.row.despcriptionDetail {
    margin-top: 8px;
}

    .row.despcriptionDetail P {
        display: block;
    }

.formFilled {
    color: #1d343b !important;
}

input[type='number'].error {
    border: 1px solid #ff0000 !important;
    height: 35px;
    font-size: 14px;
    border-radius: 6px;
    padding: 0 16px;
   font-family: "HK Grotesk", sans-serif;
    width: 100% !important;
}

input[type='number'] {
    height: 35px;
    font-size: 14px;
    border-radius: 6px;
    padding: 0 16px;
   font-family: "HK Grotesk", sans-serif;
    width: 100% !important;
    border: 1px solid #d0d8db;
}

.datePicker span img {
    margin-top: -5px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 25%;
    height: 23px;
    border: transparent;
    font-weight: 500;
    padding-left: 7px;
    font-size: 13px !important;
    padding: 0 0 0 9px;
    margin-bottom: 3px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center !important;
    width: 100%;
}

div#interviewSection span i {
    color: #8facf7;
    font-size: 22px;
}

/*----------------------------------Recruitment css end ----------------------------*/

/*----------------------------------Tax Info css start ----------------------------*/
.tableHeading {
    font-size: 16px;
    color: #1c333b;
    font-weight: bold;
   font-family: "HK Grotesk", sans-serif;
}

.fiscalContent li {
    font-size: 14px;
    color: #4e485c;
    line-height: 25px;
}

.table-responsive span {
    font-size: 14px;
    font-family: "HK Grotesk", sans-serif;
    
}
.table-responsive_n span {
    font-size: 11px;
    font-family: "HK Grotesk", sans-serif;
}

input:disabled {
    background: #00000005;
    cursor: not-allowed;
}

select:disabled {
    background: #00000005 !important;
    cursor: not-allowed;
    padding-right: 8px !important;
}

/*----------------------------------Timesheet css end ----------------------------*/
/*----------------------------------Travel css start ----------------------------*/
label.typeOfTravelLabel span {
    font-size: 12px;
}

.travelButton {
    border: 1px solid #dbe2e5;
    font-size: 14px;
    margin-right: 12px;
    color: #869194;
   font-family: "HK Grotesk", sans-serif;
}

    .travelButton:hover {
        border: 1px solid #2873fc;
        color: #2873fc;
    }

label.btn.travelButton.active {
    border-color: #2873fc;
    color: #2873fc;
}

/* Good Code Starts From Here*/
.typeOfTravelOption {
    float: left;
    margin-right: 16px;
}

input[name="typeOfTravel"] {
    display: none;
}

.typeOfTravelLabel {
    width: 72px;
    height: 63px;
    border-radius: 6px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #dbe2e5;
    background-color: #ffffff;
}

input[name="typeOfTravel"]:checked + label {
    border: solid 1px #2873fc;
}

    input[name="typeOfTravel"]:checked + label span {
        color: #2873fc;
    }

#oneWaySvg path,
#roundTripSvg .plane,
#multiCitySvg .plane {
    fill: #B9C9CD;
}

input[name="typeOfTravel"]:checked + label #oneWaySvg path,
input[name="typeOfTravel"]:checked + label #roundTripSvg .plane,
input[name="typeOfTravel"]:checked + label #multiCitySvg .plane {
    fill: #2873fc;
}

.travelDetails {
    clear: both;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 11px;
    color: #1d343b;
   font-family: "HK Grotesk", sans-serif;
}

#hideTicketRequired,
#hidemultiTicketRequired,
#hideHotelRequired,
#hideMultiHotelRequired,
#hideAdvancedRequired,
#hideMultiAdvancedRequired,
#roundTripticketRequired,
#roundTripHotelRequired,
#hideroundTripAdvancedRequired {
    display: none;
}

.travelImage::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 18px;
    right: -20px;
    top: 57%;
}

.oneWayImage:after {
    background-image: url("../../images/one-way.png");
}

.travelImage {
    position: relative;
}

.datePicker {
    width: 292px;
}

.roundTripImage:after {
    background-image: url("../../images/round-trip.png");
}

/*----------------------------------Travel css end ----------------------------*/
.inputTransparent table select, .inputTransparent table Input[type=text]:read-only, .inputTransparent table textarea:read-only, .inputTransparent table select:disabled {
    background-color: transparent !important;
    border: transparent;
}

.inputTransparent table Input[type=text], .inputTransparent table textarea {
    background-color: transparent !important;
}

    .inputTransparent table Input[type=text]:read-only:hover, .inputTransparent table textarea:read-only:hover, .inputTransparent table select:hover {
        border: transparent;
    }

table Input[type=text]:hover, table select:hover {
    border: 1px solid #e6e6e6;
}

h5.formHeading {
    color: #1d343b;
    font-size: 15px;
    margin-bottom: 2px;
    margin-top: 4px;
    font-family: "HK Grotesk", sans-serif;
}

h6 {
    margin-bottom: 3px;
}

.fileType input {
    width: auto;
}

.withoutTabing {
    margin-top: 56px;
}

li.nav-item a {
    color: #000;
}

.ui-widget-header {
    display: none;
}

/*--=========tooltip CSS start=============--*/
.tooltip_rel {
    -webkit-transition: all 240ms ease-in-out;
    -moz-transition: all 240ms ease-in-out;
    -ms-transition: all 240ms ease-in-out;
    -o-transition: all 240ms ease-in-out;
    transition: all 240ms ease-in-out;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

    .tooltip_rel:hover {
        -webkit-transition: all 240ms ease-in-out;
        -moz-transition: all 240ms ease-in-out;
        -ms-transition: all 240ms ease-in-out;
        -o-transition: all 240ms ease-in-out;
        transition: all 240ms ease-in-out;
        z-index: 10;
    }

.tool-tip {
    background: rgba(0,0,0,0.8);
    border: 1px solid #000;
    text-shadow: none;
    visibility: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    opacity: 0;
    z-index: 999 !important;
    padding: 0px;
    cursor: default;
    -webkit-transition: all 240ms ease-in-out;
    -moz-transition: all 240ms ease-in-out;
    -ms-transition: all 240ms ease-in-out;
    -o-transition: all 240ms ease-in-out;
    transition: all 240ms ease-in-out;
    height: max-content !important;
}

    :root .tool-tip, .tool-tip.top {
        margin-bottom: 30px; /* for Ie9 suport */
    }

@media all and (-ms-high-contrast:none) {
    .tool-tip.top {
        margin-bottom: 30px;
    }

    *::-ms-backdrop, .tool-tip.top {
        margin-bottom: 30px;
    }
    /* IE11 */
}

.tool-tip.top:after {
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -7px;
    content: ' ';
    height: 0px;
    width: 0px;
    border: 6px solid transparent;
    border-top-color: #000;
}

.tool-tip.right:after {
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translate(0,-50%);
    content: ' ';
    height: 0px;
    width: 0px;
    border: 6px solid transparent;
    border-right-color: #000;
}

.tool-tip.left:after {
    position: absolute;
    right: -12px;
    top: 50%;
    left: auto !important;
    transform: translate(0,-50%);
    content: ' ';
    height: 0px;
    width: 0px;
    border: 6px solid transparent;
    border-left-color: #000;
}
/* default heights, width and margin w/o Javscript */

.tool-tip.top {
    position: absolute !important;
    margin-left: 0px !important;
    overflow: inherit !important;
    top: auto;
    margin-bottom: 18px;
    transform: translate(-50%,0);
    width: 108px !important;
}

.tool-tip.right {
    position: absolute !important;
    display: inline-block !important;
    margin-left: 0px !important;
    overflow: inherit !important;
    left: 67% !important;
    top: 50% !important;
    transform: translate(0,-50%);
    width: 108px !important;
}

.tool-tip.left {
    position: absolute !important;
    display: inline-block !important;
    margin-left: 0px !important;
    overflow: inherit !important;
    right: 50% !important;
    top: 50% !important;
    transform: translate(0,-50%);
    width: 108px !important;
}
/* on hover of element containing tooltip default*/
.tool-tip .tool-tip-details {
    border-top: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    position: relative;
    width: 100%;
    border-spacing: 0;
}

    .tool-tip .tool-tip-details tr, .tool-tip .tool-tip-details tr :hover {
        background: transparent !important;
        color: #fff !important;
        height: auto !important;
    }

        .tool-tip .tool-tip-details tr td, .tool-tip-details tr td {
            background: transparent !important;
            color: #fff !important;
            display: table-cell !important;
            border-right: 1px solid #fff !important;
            border-bottom: 1px solid #fff !important;
            padding: 3px 2px !important;
            font-size: 11px !important;
            height: auto !important;
        }

        .tool-tip .tool-tip-details tr:nth-child(even) td:first-child, .tool-tip .tool-tip-details tr:nth-child(even) td:last-child, .tool-tip .tool-tip-details tr:nth-child(odd) td:first-child, .tool-tip .tool-tip-details tr:nth-child(odd) td:last-child {
            border-right: 1px solid #fff !important;
        }

*:not(.on-focus):hover > .tool-tip,
.on-focus input:focus + .tool-tip {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 240ms ease-in-out;
    -moz-transition: all 240ms ease-in-out;
    -ms-transition: all 240ms ease-in-out;
    -o-transition: all 240ms ease-in-out;
    transition: all 240ms ease-in-out;
}

/* tool tip slide out */
*:not(.on-focus) > .tool-tip.slideIn,
.on-focus > .tool-tip {
    display: block;
}

    .on-focus > .tool-tip.slideIn {
        z-index: -1;
    }

.on-focus > input:focus + .tool-tip.slideIn {
    z-index: 1;
}

/* top slideIn */
*:not(.on-focus) > .tool-tip.slideIn,
*:not(.on-focus) > .tool-tip.slideIn.top,
.on-focus > .tool-tip.slideIn,
.on-focus > .tool-tip.slideIn.top {
    bottom: 50%;
}

.tooltip-text {
    font-size: 11px;
    display: block;
    padding: 10px;
    color: #fff;
    height: max-content;
}

    .tooltip-text td {
        border: none !important;
    }

    .tooltip-text span {
        margin: 0px !important;
        padding: 0px 0px 0px 5px !important;
        top: 0px !important;
        font-size: 12px !important;
        font-weight: normal !important;
        text-align: left !important;
    }

    .tooltip-text p {
        margin: 0px 0px 5px;
        padding: 0px;
    }

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to left, #589d6c, #6fc687 39%);
}

/*ADDED FOR REPORT APPLICATION*/
.flex-ignore, .col-md-4-ignore {
    display: inline-block !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
}
