﻿body {
    font-family: 'Lato', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-size: 14px;
}

.no-pad {
    padding: 0 !important
}

.top10 {
    margin-top: 10px;
}

.ft-light-blue {
    color: #899ffb
}

.ft-blue {
    color: #0076ff
}
.ft-grey {
    color: #827e7e;
}

.ft-600 {
    font-weight: 600 !important
}

.bg-white {
    background: white;
}

.body-no-scroll {
    overflow: hidden;
}

.panel-white-shadow {
    min-height: 80vh;
    
}

.radius50 {
    border-radius: 50px;
}

.btn-round {
    /*background: #f4f4f4;*/
    border-radius: 20px !important;
    ;
}
/*.btn-round:hover {
     background: #f4f4f4;
    border-radius: 20px;
}*/
.v-align-middle {vertical-align:middle}

.ors-view {
    border-right: 1px solid #cbcbcb;
    padding-right: 10px;
}

.ors-list-view {
    padding-left: 10px
}

.mrtpad {
    position: relative;
    top: 4px;
}

.orsborde-right {
    border-right: 1px solid #cbcbcb;
    margin: 0 2px;
}
.ex-excel-img {
width:24px;
}
.btn-dark {
    background: #a5a7a9;
    border: 1px solid #a5a7a9;
    font-size: 13px;
    box-shadow: 2px 4px 3px #f5f5f5;
    color: #fff;
    margin-right:5px;
}

.btn-white {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 13px;
    box-shadow: 2px 4px 3px #f5f5f5;
}

.btn-dark:hover {
    color: #fff;
}

.material-icons {
    font-size: 18px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.tool-bar {
    padding: 5px 0;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 10px
}

.btn-list {
    float: left;
}

.btn-round.cre-pad5 {
    padding: 5px 5px
}

.select-area {
    float: left;
    width: 175px;
    position: relative;
}
    .select-area .btn-select{
        margin:0;
    }
    .btn-select {
        float: left;
        height: 35px;
        color: #212a5d;
        border: none;
        box-shadow: none;
        margin: 0 5px;
        background: url(../img/select_icon.png) 103% / 13% no-repeat;
        padding: 0;
        font-size: 13px;
        font-weight: bold;
    }

.box select {
    -webkit-appearance: menulist !important;
}

.btn-select:after {
    /* width: 10px;
    height: 10px; */
}

.top20 {
    padding-top: 20px
}

.s-checkbox input[type="checkbox"] {
    position: relative;
}

.s-checkbox .plain-checkbox:before {
    font-family: "FontAwesome";
    font-style: normal;
    width: 1em;
    height: 1em;
    font-size: 20px;
    content: '\f096';
    background: white;
}

.s-checkbox .plain-checkbox:checked:before {
    content: '\f14a';
    color: #009AFE;
}
.warning-text {
    color: #ffa000;
    font-weight: 600;
    font-size: 16px;
}






.select-area .btn-select:after {
    position: absolute;
    width: 1em;
    height: 1em;
    font-family: "FontAwesome";
    font-style: normal;
    content: '\f14a';
}
/* .select-area .fa-chevron-down {   
    position: absolute;
    right: 15px;
    top: 10px;
} */

.btn-select:focus {
    box-shadow: none;
    border-color: none;
}

.grid-heading {
    cursor: pointer;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
    background: #f5f6f8;
}

    .grid-heading.grid-active {
        background: none;
        border-bottom: none;
        margin-bottom: 15px
    }

        .grid-heading.grid-active .item-count {
            display: none
        }

    .grid-heading .selected {
        color: #212a5d;
    }

    .grid-heading .ors-view,
    .grid-heading .ors-list-view {
        font-weight: 700;
        padding: 0 8px;
        cursor: pointer;
    }

.grid-grid-table {
    margin-top: 15px;
}

.grid-table-body .list-inline > li {
    /*width: 28%;*/
    width: 18%;
    text-align: center;
    display: inline-block;
}

.toggle-th {
    background: #f9f9f9;
    border-radius: 4px 4px 0 0;
    border-right: 1px solid white;
    border-left: 1px solid white;
}

    .toggle-th::after {
        position: relative;
        top: 2px;
        font-family: 'Material Icons';
        font-style: normal;
        content: 'unfold_more';
        width: 10px;
        height: 1em;
        color: grey
    }

.grid-grid-table .table > tbody > tr > td {
    border-top: 1px solid #fff;
    border-right: 1px solid#fff;
}

.blue-side-border {
    border-left: 10px solid #a3c6f6;
    padding: 7px;
}

.grid-table-body tr.parent-row {
    background: #dae7ff;
}

    .grid-table-body tr.parent-row .count {
        background: #569bfc;
        padding: 6px 10px;
        border-radius: 50%;
        color: white;
    }

.grid-table-body tr.child-row .count {
    padding: 6px 10px;
    border-radius: 50%;
}

.grid-table-body tr.child-row {
    background: #f0f0f0;
}

/*ors side bar start*/

.slide-right {
    position: relative;
    z-index: 9999;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

.box {
    background: #fff;
    width: 80%;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    height: 100vh;
    padding: 0 10px;
    overflow: auto;
    z-index: 1400;
}

#fade-in {
    opacity: 0;
    transition: all 0.75s ease;
}

    #fade-in.show {
        opacity: 1;
    }

.slide-right .nav-tabs > li > a {
    color: #555;
    border: 0;
    border-bottom: 2px solid transparent;
}


.slide-right .nav-tabs > li.active > a,
.slide-right .nav-tabs > li.active > a:focus,
.slide-right .nav-tabs > li.active > a:hover {
    color: #4985F4;
    background: transparent;
    cursor: default;
    /*background-color: #fff;*/
    border: 0;
    border-bottom: 2px solid #4985F4;
}

.slide-right .nav-tabs > li > a:hover {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #4985F4;
}

/* 
    .slide-right .form-group {
    margin: 0px 15px 15px 0px;
    } */

.slide-right h3 {
    font-size: 13px;
    padding: 0px 0 5px 5px;
    font-weight: 600;
    color: #0b2360;
    margin-top: 0;
}

.slide-right label {
    font-size: 12px;
    font-weight: normal;
    color: #212a5d;
    padding: 0 0 0 5px;
}

.slide-right .txt-value {
    font-size: 12px;
    font-weight: 600;
}

.slide-right table.effort-detail tr td,
.slide-right table.effort-detail tr th {
    text-align: center;
}

.slide-right .form-control {
    background-color: white;
    height: calc(1.3em + 0.75rem + 2px);
    font-size: 13px;
    padding: 2px 12px;
    box-shadow: none;
}

.slide-right .dropdown-menu {
    border: 1px solid transparent;
}

    .slide-right .dropdown-menu li a {
        padding: 8px 20px;
        font-weight: 500;
        font-size: 13px;
    }

        .slide-right .dropdown-menu li a:focus,
        .slide-right .dropdown-menu li a:hover {
            color: #04c;
            text-decoration: none;
            background-color: transparent;
        }

.slide-right .nav-tabs {
    margin-bottom: 15px;
}

    .slide-right .nav-tabs > li {
        padding: 0;
    }

.slide-right .nav > li:first-child a {
    padding: 10px 15px 10px 5px;
}

.slide-right .bootstrap-select .btn {
    border-radius: 3px;
    border-color: #ccc;
    background-color: #fbfbf8;
    box-shadow: none;
}

.slide-right .form-control {
    background-color: #fbfbfb;
    height: calc(1.3em + 0.75rem + 10px);
    font-size: 13px;
}

.slide-right .bootstrap-select.btn-group .btn .filter-option {
    font-size: 13px;
}

.slide-right .form-inline {
    margin-bottom: 15px;
}

.slide-right .bottom-btn {
    position: fixed;
    bottom: 0;
    min-height: 55px;
    background: white;
    width: 100%;
}

.experience {
    /*min-height: 130px;*/
}

.button-bar {
    padding-top: 20px;
    padding-bottom: 8px;
}

.grey-border {
    border-bottom: 1px solid #ddd;
}

.close-block {
    padding-bottom: 20px;
}

.x-close {
    padding: 8px 0;
}

#editor-container {
    height: 150px;
    border-radius: 0 0 5px 5px;
}

.ql-toolbar.ql-snow {
    border-radius: 5px 5px 0 0;
}

span.close {
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    display: block;
    color: #000;
    margin: 10px;
}

.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
    top: 10px;
    height: auto;
}

.has-search .form-control-arrow {
    right: 10px;
    left: initial;
    color: #ccc;
    top: 10px;
    height: auto;
    position: absolute;
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
}


label.orsid {
    font-size: 16px;
    font-weight: 600;
    /*color: #ccc;*/
    line-height: 32px;
    padding: 0 0 0 4px;
}

.orsid {
    font-size: 14px;
    font-weight: 600;
    color: #ccc;
    padding: 0 10px;
}

.ors-title {
    border-bottom: 1px solid #e0e0e0;
}

.ors-skill {
    display: table-cell;
    width: 50%;
    padding: 0px 15px 0px 0;
}

.ors-instruction {
    display: table-cell;
    width: 30%;
    padding: 0px 0 0 15px;
}

.ors-skill {
    border-right: 1px solid #ccc;
}

.selectpicker.form-control {
    height: 34px !important;
}

/*ors side bar end*/
.save-to-view {
    color: grey;
    padding: 15px;
}

.choose-column {
    font-size: 14px;
    font-weight: 600;
    padding: 20px 0;
}

.column-display {
    width: 250px;
}

.filter-menu {
    /*min-width: 850px;*/
    /*border: 1px solid #bfbebe;*/
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-radius: 5px;
}

.list-inline > li {
    display: table-cell;
}

/*.filter-options {
    max-width: 850px;
    overflow-x: auto;
}*/

.filter-tool-bar {
    padding: 10px 0;
    /*border-bottom: 1px solid #F1F1F1;*/
    margin-bottom: 15px;
}

.filter-tool-text {
    font-size: 16px;
}

.filter-group {
    color: #c4c4c4;
    max-width: 1300px;
    overflow-x: auto;
    /*height:500px;*/
}

    .filter-group .f-header {
        padding: 6px 0;
        color: #776f6f;
        font-weight: 600;
        font-size: 14px;
        text-align:center;
    }

    .filter-group .list-items {
        background: #f5f5f5;
        color: black;
        text-align: center;
        border-bottom: 1px solid #b9b9b9;
        padding: 5px;
        margin-bottom: 4px;
        /* width: 125px; */
        white-space: nowrap;
        /*overflow: hidden;*/
        text-overflow: ellipsis;
    }

        .filter-group .list-items.selected {
            color: #74a3f5;
            background: #deeefd;
            border-bottom: 1px solid #deeefd;
        }

.customdate input[type=checkbox] {
    margin: 4px 0 -5px;
    outline:none;
}
.filter-group li:last-child .filter-options {
    width:190px;
}
.customdate>label{
    cursor:pointer;
}
.customdate-select {
    width: 130px;
    margin: 0 auto;
}
    .customdate-select label {
        color: #776f6f;
        display:block;
    }
    .customdate-select input {
        width: 130px;
    }
    .search-result {
        border-radius: 50px;
        width: 25%;
        padding: 6px;
        -webkit-transition: all 2s ease-in-out;
        transition: all 2s ease-in-out;
        display: none;
    }

    .search-result .form-control {
        border-radius: 50px;
        height: 30px;
    }

.opened {
    display: inline-block;
}

.search {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.search__wrapper {
    position: relative;
    display: inline-block;
}

.search__field {
    width: 32px;
    height: 32px;
    outline: none;
    color: transparent;
    padding: 0.35em 30px 0.35em 2px;
    border: 0px solid transparent;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-color: #f4f4f4;
    border-radius: 20px;
}

    .search__field:focus {
        border-bottom-color: #ccc;
        width: 100%;
        color: #2b2b2b;
        cursor: default;
        padding: 0 15px;
    }

        .search__field:focus ~ .search__icon {
            background-color: transparent;
            cursor: pointer;
            pointer-events: auto;
        }

.search__icon {
    position: absolute;
    top: 0;
    right: 0;
    /* background-color: #f4f4f4;*/
    background-color: #ffffff;
    width: 32px;
    height: 32px;
    text-align: center;
    border-color: transparent;
    border-radius: 50%;
    pointer-events: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
}

.search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-webkit-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field::-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.ors-approval {
    /*position: fixed;
    width: 94.5%;
    bottom: 20px;
    z-index:999;*/
    position: absolute;
    width: 55.5%;
    bottom: 60px;
    z-index: 999;
    left: 20%;
}

    .ors-approval .selection-count {
        background: #4a90e2;
        color: white;
        text-align: center;
        padding: 17px;
        border-radius: 2px;
        font-size: 40px;
    }

.ors-approval-content {
    background: white;
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.62);
    box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.62);
}

.ors-approval .s-text {
    vertical-align: middle;
    /* line-height: 89px; */
    font-size: 17px;
    font-weight: 300;
    padding-top: 30px;
    display: inline-block;
}

.ors-approval-content .item-text .i-icon {
    width: 40px;
    color: #4a90e2;
    padding: 7px 8px;
    margin: 20px auto 0;
    color: #4a90e2;
    border: 1px solid #4a90e2;
}

.ors-approval-content .item-text .i-text {
    font-weight: 600;
}

.ors-approval .input-group {
    margin-top: 20px;
}

.ors-approval .close-icon {
    vertical-align: middle;
    line-height: 89px;
    font-size: 16px;
    color: #000;
    text-align: center;
    width: 100%;
}

.ors-approval .border-left {
    border-left: 1px solid #d8d8d8;
}

.ors-approval .reject-text {
    position: absolute;
    top: 42px;
    right: 3px;
    color: #d0021b
}

.ors-approval .btn-danger {
    background-color: #d0021b;
    border-color: #d0021b;
}

/*Added styles in Bala System*/
.list-view-toggle .selected {
    font-weight: bold;
    color: #149ad0;
}

.c-pointer {
    cursor: pointer;
    font-size: 15px;
    padding-right: 6px;
}
.c-pointer img {
    cursor: pointer;
    font-size: 15px;
    padding-right: 3px;
    width:22px;
    height:22px;
    vertical-align:top;
}

.loader_1 img {
    position: absolute;
    z-index: 999;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.th {
    background: #f9f9f9;
    border-radius: 4px 4px 0 0;
    border-right: 1px solid white;
    border-left: 1px solid white;
}

div[disabled] {
    pointer-events: none;
    opacity: 0.7;
}

/*ors details*/
.back-to {
    margin-right: 10px;
    padding: 5px 25px !important;
    background: #f4f4f4;
}

.timeline-grid {
    padding: 10px 25px;
    border-radius: 6px;
    margin: 0;
}

    .timeline-grid .timeline-title {
        padding: 10px 0 20px;
        font-size: 16px;
        font-weight: bold;
    }

.timeline-list {
    position: relative;
}

    .timeline-list li {
        padding: 0;
        width: 22%;
        border-top: 1px dashed #bbd2ff;
    }

        .timeline-list li:before {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            top: -5px;
            border-radius: 50%;
            background: #bbd2ff;
        }

        .timeline-list li.marked:before {
            background: #0fd775;
        }

    .timeline-list .timeline-head, .timeline-list .timeline-date {
        font-size: 12px;
    }

    .timeline-list .timeline-date {
        padding-top: 4px;
    }

    .timeline-list .timeline-head {
        padding-top: 25px;
        width: 130px;
    }

    .timeline-list li {
        color: #bbd2ff;
    }

        .timeline-list li.marked {
            color: #00c103;            
        }
        .timeline-list li.markedRejected {
            color: #ff0500;            
        }
        .timeline-list li.markedPending {
            color: #ffe000;            
        }
            .timeline-list li.markedPending:before {
                color: #ffe000;
                animation: blinker 1s linear infinite;
            }
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.side-panel {
    padding: 5px 10px 10px 10px;
    box-shadow: 0px 0px 2px 1px #c5c5c5;
}

    .side-panel .nav-menu {
        border-bottom: 1px solid grey;
    }

        .side-panel .nav-menu li {
            font-weight: bold;
            cursor: pointer;
        }

    .side-panel .tabs {
        border-bottom: 1px solid #ddd;
    }

.tabs > li {
    float: left;
    margin-bottom: -1px;
}

    .tabs > li > a {
        color: black;
    }

    .tabs > li.active > a,
    .tabs > li.active > a:focus,
    .tabs > li.active > a:hover {
        color: #555;
        cursor: default;
        background-color: rgba(234, 219, 219, 0);
        border-bottom: 2px solid #2588fc;
    }

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee0;
}

.user-display {
    width: 35px;
    height: 35px;
    color: white;
    background: #e3425b;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    font-size: 18px;
}

.ors-heading-bar {
    padding: 40px 0px 15px;
}

    .ors-heading-bar .btn-round {
        padding: 5px 15px;
        color: #0a2058;
        margin-right: 15px;
        font-weight: 700;
        font-style: italic;
        background: lightgray;
        font-size: 12px;
    }
    

    .ors-heading-bar .btn-group-bar {
        padding-top: 25px;
    }

    .ors-heading-bar .hb-title {
        font-weight: 600;
    }

    .ors-heading-bar .hb-sub-title {
        color: #5d5355;
        font-weight: bold;
    }

.ors-list {
    padding: 15px 0 0 0;
}

.ors-details .grey-text {
    color: #808080;
    font-size: 13px;
}

.ors-details .table {
    margin: 25px 0;
}

.ors-details table td {
    background-color: #fdfdfd
}

    .ors-details table td.border-left {
        border-left: 5px solid #e0e0e0;
    }

.pad-tb {
    padding: 15px 0;
}

.pad-lr-15 {
    padding: 15px 0;
}

.bg-dark-blue {
    background: #0a2058;
    color: white
}
/*.table, tr td {
    border: 1px solid red
}

tbody {
    display: block;
    max-height: 160px;
    overflow-y: scroll;
}

    thead, tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

thead {
    width: 177px;
}

table {
    width: 200px;
}*/

/*added by santhiya*/
.errormsgvalidation {
    border: 1px solid red;
    background: #f9e6e6;
}

.btn.focus, .btn:focus, .btn:hover {
    box-shadow: none !important;
}

span.top_icon {
    display: inline-block;
    width: 6px;
    background-color: red;
    border-radius: 20px;
    height: 6px;
    content: "";
    position: absolute;
    top: 1px;
    right: 0px;
}
.filter-wrap{
    position:relative;
}
.drptop-icon {
    display: inline-block;
    width: 6px;
    background-color: red;
    border-radius: 20px;
    height: 6px;
    content: "";
    position: absolute;
    top: 0px;
    right: -4px;
}

.border-blue {
    border-left: 5px solid #3d71b7;
}

.border-grey {
    border-left: 5px solid #9b9b9d;
}

.viewicon {
    height: 30px;
}

.modal-inner {
    background-color: #fff;
    float: left;
}

.viewicon .list-inline > li {
    min-width: 150px;
}

.dropdown-icon {
    background-image: url('../ors_icons/ic-drop.svg');
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.search__icon:hover {
    background-color: #f4f4f4;
    border-radius: 50px;
    z-index: 999;
}

.eyeicon-outer {
    position: relative;
    width: 220px;
    top: -2px;
}

.eyeicon {
    width: 140px;
    max-width: 0;
    /*padding: 5px;*/
    transition: all .5s ease;
    /*position: absolute;*/
    right: 20px;
    box-sizing: border-box;
    opacity: 0;
    border: 0;
    background: transparent;
}

    .eyeicon.expanded {
        max-width: 140px;
        opacity: 1;
    }

.icon {
    width: 16px;
    height: 20px;
    /*background: red;
    position: absolute;*/
    right: 0;
}

.eyeicon:focus {
    outline: 0;
}

.customised {
    padding: 0;
}

/*view list navigation*/
.view-nav > li {
    display: inline-block;
    padding: 0 5px;
    height: 24px;
    cursor: pointer;
}

    .view-nav > li:nth-child(5) {
        padding: 0;
    }

    .view-nav > li > .dropdown, .view-nav > li > .dropup {
        top: 4px;
    }

ul.column-display > li {
    display: inline-block;
    width: 100%;
}

.list-icon {
    padding: 0 10px;
    line-height: 30px;
}

.default-view-btn {
    padding: 0px 15px;
    margin-top: -10px;
}

.default-txt {
    border-left: 1px solid #ccc;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 13px;
    min-width: 110px;
}

.default-view-btn:hover, .default-view-btn:focus {
    background-color: transparent;
}

.default-dropdown li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

    .default-dropdown li:last-child {
        border-bottom: 0;
    }

.recruiterdynamic ul.column-display > li {
    display: block;
}

.view-nav > li > a {
    color: #000;
}
/*.view-nav > li.hover-nav {
    text-align: center;
    vertical-align: middle;
}

    .view-nav > li.hover-nav:hover {
        background: #ccc;
        border-radius: 50px;
        height: 32px;
        width: 32px;
        text-align: center;
        vertical-align: middle;
    }

.view-nav > li > span {
    line-height: 25px;
    padding: 0;
}

.view-nav > li > div {
    line-height: 25px;
    padding: 0;
}*/
.dropdown-menu {
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.175);
}

.dropdown-hover li:hover {
    background-color: rgb(219,237,255);
}

.view-nav .tooltip {
    z-index: 99 !important;
}

.search__field::placeholder {
    padding: 0 10px;
    font-size: 13px;
}
/*.create_drpdwn_icon {
    position:relative;
    background-image:url(../ORS_Icons/location.png);
    width:18px;
    height:18px;
}*/

select.create_Locationdrpdwn_icon {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.create_Locationdrpdwn_icon {
    height: 22px;
    padding: 2px 7px;
    background: url(../ORS_Icons/location.png) 0 0 no-repeat;
    background-position: right;
    border: 1px dashed #ccc;
}

select.Create_Divdrpdwn_icon {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.Create_Divdrpdwn_icon {
    height: 22px;
    padding: 2px 24px 2px 7px !important;
    background: url(../ors_icons/division.png) 0 0 no-repeat;
    background-position: right;
    border: 1px dashed #ccc;
}

select.Create_Teamdrpdwn_icon {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

select.Create_Teamdrpdwn_icon {
    height: 22px;
    padding: 2px 24px 2px 7px !important;
    background: url(../ors_icons/team.png) 0 0 no-repeat;
    background-position: right;
    border: 1px dashed #ccc;
}

select.Request_drpdwn_icon {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.Request_drpdwn_icon {
    height: 33px !important;
    padding: 2px 7px 2px 31px !important;
    background: url(../ors_icons/requesttype.png) 0 0 no-repeat;
    background-color: #fff !important;
    background-position: 10px 6px;
    border-radius: 50px;
    box-shadow: 1px 2px 3px #f5f5f5 !important;
    border: 1px solid #eee;
    max-width: 180px;
    display:inline-block;
}

.Create_Teamdrpdwn_icon.input-has-value-style,
.Create_Divdrpdwn_icon.input-has-value-style, .create_Locationdrpdwn_icon.input-has-value-style {
    border: 2px solid red !important;
}

.view-nav li > a {
    color: #000;
}

.view-nav span > a {
    color: #000;
}

.c-page-header .breadcrumb {
    background-color: transparent;
    border-radius: 4px;
    padding: 8px 0px;
    margin: 0;
}

.ors-publish .ors-publish-level {
    font-weight: bold;
}

.ors-publish label {
    padding: 0;
    font-size: 14px;
}

.ors-publish-sec h3 {
    padding: 5px 0;
    margin: 0;
}

.ors-publish-sec p {
    font-size: 12px;
    font-weight: bold
}

.ors-publish-sec {
    border-bottom: 2px dashed #999;
}

.publish-job {
    border: 1px solid #999;
    border-radius: 5px;
    padding: 15px 10px;
    text-align: center;
    position: absolute;
    bottom: 70px;
    background: #FFF;
    display: none;
}

    .publish-job-content .form-group {
        margin-bottom: 15px;
        float: left;
    }

    .publish-job-content .form-group label {
        width: 30%;
        float: left;
    }

    .publish-job-content .form-group #publishDate {
        width: 60%;
        float: left;
    }

.pj-close {
    float: right;
    vertical-align: top;
    padding: 0;
    margin-top: -10px;
}

.swal2-popup #swal2-content {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.filter-scroll {
    max-height: 300px;
    overflow-y: auto;
}

    .filter-scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .filter-scroll::-webkit-scrollbar {
        width: 4px;
        background-color: #F5F5F5;
    }

    .filter-scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #6f6c6c;
    }

.dp-down-177 {
    min-width: 177px;
}
fieldset.scheduler-border {
    border: 1px groove #ccc !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 1em 1.5em !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: center !important;
}
.scheduler-border legend{
    border-bottom:0;
    width:110px;

}
.scheduler-border .user-name {
    font-size:12px;
}
.scheduler-border .user-division {
    font-size: 12px;
}
.scheduler-border .createby{
    font-size:11px;
}
.user-timestamp{
    font-size:12px;
}

.pscolors {
    width: 20px;
    height: 6px;
    border: 1px solid #ccc;
    background: #ccc;
    /*border-radius: 50%;*/
    display: inline-block;
    margin-right: 3px;
}
.pscolors:last-child {
    margin-right: 0;
}
.ps-darkgray {
    background: #827e7e;
    border: 1px solid #827e7e;
}
.ps-blue {
    background: #3d80bb;
    border: 1px solid #3d80bb;
}
.ps-yellow {
    background: yellow;
    border: 1px solid yellow;
}
.ps-orange {
    background: orange;
    border: 1px solid orange;
}
.ps-red {
    background: red;
    border: 1px solid red;
}
.ps-green {
    background: green;
    border: 1px solid green;
}

.filterpopup .modal-footer{
    border-top:0;
}
.filterpopup .modal-header{
    text-align:left;
}
.filterpopup .modal-header h4 {
    display: inline-block;
    text-align:left;
}
.switch-warp {
    padding-top: 20px;
}

.btn-rounded {
    border-radius: 20px;
}
.add-ors {
    background: #398439;
    font-size: 13px;
    padding: 4px 10px;
}

#myTeamfilter .modal-dialog, #pendingfilter .modal-dialog, #myrequestfilter .modal-dialog, #approvedfilter .modal-dialog {
    width: 1300px;
}
.filter-list-icon{
    position:relative;
    top:5px;
}
.excel-icon{
    position:relative;
    top:0 !important;
}
.material-icons.c-pointer {
    font-size: 20px;
}
.material-icons.ft-grey:hover {
    color: #0076ff
}
.cancel-fill {
    fill: #827e7e;
}
i.plusicon{
    font-size:22px !important;
}
.filterdropicon .drptop-icon {
    top: 0px;
    left: 20px;
}
#jobdetails textarea {
    height: 60px;
    resize: none;
}
 #otherinfo textarea {
    height: 90px;
    resize: none;
}
.export-txt {
    font-size: 11px;
    color: #999;
}
#reject .modal-body{
    padding:20px;
}
#reject .input-group-btn {
    top: 3px;
}
#reject .close-icon i {
    color: #000;
    vertical-align: top;
    line-height: 4px;
}
#reject .reject-text {
    text-align: right;
    padding: 0 87px 0 0;
}
#myTeamfilter .modal-content, #pendingfilter .modal-content, #myrequestfilter .modal-content, #approvedfilter .modal-content {
    min-height: 450px;
}


.ors-details table.subors thead {
    font-weight: bold;
    background: #ccc;
    text-transform: uppercase;
    border-left: 4px solid #ccc;
}
table.scrolldown {
    width: 100%;
    /* border-collapse: collapse; */
    border-spacing: 0;    
}
.mt-2{
    margin-top:1.5rem;
}
.alignEnd{
    display:flex;
    justify-content:flex-end;
}
.exportExcelBtn{
    float:right !important;
}
.ex-excel-img{
    cursor:pointer;
}
.assets-clearBtn {
    background-color: #9099b2;
    box-shadow: unset;
    color: #fff;
}

.assets-tabs.nav-tabs li.active a, .assets-tabs.nav-tabs li a:hover {
    background-color: #488ffe !important;
    color:#fff !important;
}

li.exportExcelBtn {
    margin-top: 0.4rem;
}

.assests-saveBtn {
    background-color: #488ffe;
    box-shadow: unset;
    color: #fff;
}

#jobdescription.ql-container.ql-snow {
    border: 0px !important;
}
#CommentsBox{
    width:500px;
}
#CommentsBox table tr td {
    width:200px;
    vertical-align:top;
}
    #CommentsBox table tr td:nth-child(2) {
        width:300px;

    }
#assetsinfo .tab-content .form-group input[type='checkbox'] + label:before {
    background-color: #0076ff;
    border: solid 1px #0076ff;
}
#assetsinfo .form-group:not(.rounded-checkbox) input[type='checkbox']:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 4px;
    height: 6px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

#assetsinfo .form-group:not(.rounded-checkbox) input[type='checkbox']:checked + label:after {
    top: 4px;
}

    img#sysimg {
        margin-top: unset;
    }
        /* To display the block as level element */
        /*table.scrolldown tbody, table.scrolldown thead {
        display: block;
    }

thead tr th {
    height: 40px;
    line-height: 40px;
}

table.scrolldown tbody {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

tbody td {
    width: 200px;
}
thead th {
    width: 201px;
}
td {
    text-align: center;
}*/
        .swal2-textarea {
    overflow-y: auto;
    resize: none;
}
@media only screen and (min-width: 1030px) and (max-width: 1366px) {
    .experience {
        min-height: 130px;
    }
}

.my-5 {
    margin:1.3rem auto;
}

.section-2 {
    padding-top:1rem;
}

.section-2 .form-group {
    margin-right:0.5rem;
}

    .section-2 .form-group label {
        text-align: left;
        white-space: nowrap;
    }
.box-label {
    text-align: left !important;
    padding-left: 1.5rem !important;
    font-weight: 600 !important;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

.px-5 {
    padding-left:2rem;
    padding-right:1.5rem;
}

.radio-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

    .radio-container .form-check-input {
        margin-right: 0.5rem !important;
        margin-top: 0 !important;
    }
.pb-5 {
    padding-bottom:1.3rem;
}
.candidate-SubORSDetails label {
    display: block;
    text-align: left;
}

.candidate-SubORSDetails #ddlOrsStatus {
    width:100% !important;
}

.candidate-SubORSDetails .btn:first-child {
    margin-right:1rem;
}

.candidate-SubORSDetails .close-btn.pull-right {
    margin-right: 1rem;
    cursor: pointer;
}