body {
    background-color: #f0f0f0;
    overflow-x: hidden;
}
/* HEADER */
.main-header {
    margin-top: 0px;
    height: 65px;
    background: #434171;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.6);
}

.container-fluid {
    height: auto;
    width: 100%;
}

.header-container nav.navbar {
    display: flex;
    width: 100%;
}

.black-overlay{
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #000;
    z-index: 5;
    opacity: 0.8;
}


.search-bar > .select2-container--default .select2-selection--multiple {
    border-radius: 25px;
    overflow: hidden;
    height: 33px;
}

.search-bar > .select2-container--default .select2-selection--multiple .select2-selection__choice{
    border-radius: 25px;
}

.search-bar > .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    white-space: nowrap;
    display: flex;
    overflow: auto;
}

.select2-container--default .select2-selection--multiple {
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #7a33ff;
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] .tex-gra-lig{
    color: #dcdcdc;
}

.select2-results__option {
    font-family: 'Fira Sans', sans-serif;
}

.select2-container--default .select2-selection--multiple li.select2-selection__choice {
    margin-top: 3px;
    padding: 3px 10px !important;
}

#job-query {
    opacity: 0;
}

#places{
    width: 100%;
    border: 0;
    padding: 10px;
    outline: none;
    color: #293846;
    border-radius: 2px;
}

.view{
    position: absolute;
    width: 100%;
}

.container {
    width: 100%;
}
.navbar {
    border: 0;
}
.search-field {
    margin: 0;
}

.search-bar {
    width: 100%;
    position: relative;
}
.search-bar .close-drop{
    position: absolute;
    right: 2px;
    top: 2px;
    width: 29px;
    height: 29px;
    background-color: #ff426e;
    z-index: 1;
    border-radius: 25px;
    cursor: pointer;
    color: #fff;
}
.search-bar .close-drop div{
    height: 100%;
    width: 100%;
}
.select2 {
    width: 100% !important;
    min-width: 200px;
}
.profile-drop-wraper {
    height: 40px;
    margin-right: 40px;
    margin-top: 9px;
    margin-left: 30px;
}
.top-nav ul.top-menu>li {
    margin: 0px;
}
.top-nav img {
    width: 42px;
    left: -34px;
    position: absolute;
    top: -6px;
}
.profile-menu {
    margin-top: 0;
}

.grid.post-job-section {
    position: relative;
}

.position-coincidence{
    border: solid 1px #7a33ff;
}

/* GRID */
.post-job-section {
    margin-top: 120px;
    margin-bottom: 50px;
}

/* TALENT CARD */
#talents {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ui-selecting .talent-info, .ui-selected .talent-info {
    background-color: #7a33ff;
}

.ui-selected .talent-info .talent-updated{
    color: #fff;
}

.grid-item {
    margin: 0px 5px 25px;
    position: relative;
    float: left;
    width: 188px;
    display: inline-block;
    border-radius: 15px;
}

.grid-item:hover {
    z-index: 2;
    transform: scale(1.05);
}

.grid-item:hover > .talent-info{
    box-shadow: 0px 0px 70px #535b89;
}

.kanban .ui-selecting .talent-info .talent-name, .kanban .ui-selecting .talent-info .talent-age-thumb {
    color: #fff;
}
.kanban .ui-selecting .talent-info .talent-title, .kanban .ui-selecting .talent-info .talent-price {
    color: #c3c3c3 !important;
}
.kanban .ui-selected .talent-info .talent-name, .kanban .ui-selected .talent-info .talent-age-thumb {
    color: #fff;
}
.kanban .ui-selected .talent-info .talent-title, .kanban .ui-selected .talent-info .talent-price {
    color: #c3c3c3 !important;
}

.kanban-card:hover > .talent-info .talent-name{
    top: 0px !important;
}

.kanban-list{
    float: left;
    display: table;
    margin: 5px;
    background-color: #f7f7f7;
    border-radius: 3px;
    position: relative;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.kanban{
    width: 285px !important;
    padding: 10px 7px;
    height: 550px;
    margin: 0px;
    overflow-y: scroll;
    display: block !important;
}

.kanban-title{
    height: 35px;
    margin: 0px;
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
    border-radius: 5px 5px 0px 0px;
    margin-left: 15px;
    margin-top: 5px;
    float: left;
}

.kanban-card{
    width: 260px;
    margin: 10px 5px;
    cursor: pointer;
}

.kanban-card-context-menu{
    z-index: 2;
    transform: scale(1.05);
    box-shadow: 0px 0px 70px #535b89;
}

.kanban-card .talent-hover{
    position: relative;
    width: 70%;
    float: right;
    background: none;
    height: 20px;
    padding-left: 8px;
    margin-top: 5px;
}

.kanban-card .talent-image figure{
    height: 60px;
    width: 60px;
    border-radius: 150px;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 0px 10px 0px #0000001f;
}

.kanban-card .talent-image figure .video-crop{
    border-radius: 150px;
}

.kanban-card .talent-image figure .video-crop video{
    width: 120px;
}

.kanban-card .talent-image{
    float: left;
    width: 30%;
    height: 85px;
}

.kaban-card .talent-image .video-crop {
    border-radius: 100px;
}

.kaban-card .talent-image .video-crop video {
    width: 110px;
    margin-left: -30px;
    margin-top: 0px;
}

.kanban-card .talent-name{
    font-size: 15px;
    text-align: left;
    top: 0px;
    color: #000;
    text-shadow: none;
    width: 70%;
    border-bottom: solid 1px #ccc;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    position: relative;
    padding-left: 8px;
}

.kanban-card .view-talent{
    width: 100%;
    color: #fff;
    top: 0px;
    left: 0px;
    height: 60px;
    border-radius: 100px;
    overflow: hidden;
    padding: 0px;
    height: 100%;
    opacity: 0;
}

.kanban-card .view-talent a{
    background-color: rgba(255, 255, 255, 0.6); 
}

.kanban-card .ui-selecting{
    background: #eaeaea !important;
    border: solid 1px #6548e3;
}

.kanban-card .ui-selected, .kanban-card .ui-selected{
    background: #eaeaea !important;
    border: solid 1px #6548e3;
}

.kanban-card .view-talent:hover{
    color: #fff;
}

.kanban-card .move-talent-name{
    opacity: 0;
}

.kanban-card .talent-title{
    color: #6548e3 !important;
    display: table;
    height: auto;
    margin-top: 8px;
    white-space: break-spaces;
}

.kanban-card .talent-price{
    color: #777 !important;
}

.kanban-card .talent-title, .kanban-card .talent-age-thumb, .kanban-card .talent-price{
    float: left;
    width: 70%;
    font-size: 12px;
    text-align: left;
    padding: 0px;
    background: none;
    color: #333;
    padding-left: 8px;
}


.responsive-card .talent-hover{
    position: relative;
    width: 70%;
    float: right;
    background: none;
    height: 20px;
    padding-left: 8px;
    margin-top: 5px;
}

.responsive-card .talent-info{
    height: 125px;
}

.responsive-card .talent-hover .options{
    display: none;
}

.responsive-card .talent-image figure{
    height: 60px;
    width: 60px;
    border-radius: 150px;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 0px 10px 0px #0000001f;
}

.responsive-card .talent-image{
    float: left;
    width: 40%;
    height: 85px;
}

.kaban-card .talent-image .video-crop {
    border-radius: 100px;
}

.kaban-card .talent-image .video-crop video {
    width: 110px;
    margin-left: -30px;
    margin-top: 0px;
}


.responsive-card:hover > .talent-info .talent-name{
    top: 0px !important;
}

.responsive-card .talent-name{
    font-size: 15px;
    text-align: left;
    top: 0px;
    color: #000;
    text-shadow: none;
    width: 60%;
    border-bottom: solid 1px #ccc;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    position: relative;
    padding-left: 8px;
}

.responsive-card .view-talent{
    width: 100%;
    top: 0px;
    height: 85px;
    opacity: 0;
}
.responsive-card .ui-selecting{
    background: #eaeaea !important;
    border: solid 1px #6548e3;
}
.responsive-card .ui-selected, .responsive-card .ui-selected{
    background: #eaeaea !important;
    border: solid 1px #6548e3;
}

.responsive-card .view-talent:hover{
    color: #fff;
}

.responsive-card .move-talent-name{
    opacity: 0;
}

.responsive-card .talent-title{
    color: #6548e3 !important;
    display: block;
    height: 25px;
    margin-top: 8px;
    overflow: hidden;
}

.responsive-card .talent-price{
    color: #777 !important;
}

.responsive-card .talent-title, .responsive-card .talent-age-thumb, .responsive-card .talent-price{
    float: left;
    width: 60%;
    font-size: 12px;
    text-align: left;
    padding: 0px;
    background: none;
    color: #333;
    padding-left: 8px;
}
@media (max-width: 1400px) {
    
    div#Container {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        width: calc(100vw - 235px);
        display: inline-flex;
        padding-top: 10px;
    }

}

@media (max-width: 1350px) {

    .kanban-card.grid-item {
        margin-top: 20px;
        width: calc(100% - 20px);
    }

}

@media (max-width: 767.98px) {
    div#Container {
        width: calc(100vw - 15px);
        padding-top: 22px;
    }
    .kanban-card.grid-item {
        width: calc(100% - 10px);
        margin-left: 5px;
    }
    .kanban-card .talent-pic {
        min-height: unset;
    }
}

.responsive-card .talent-skill-thumb,  .responsive-card .talent-language-thumb, .responsive-card .talent-updated{
    display: none;
}


.talent-tags{
    float: left;
    padding: 5px;
    background-color: #dedede;
    width: 100%;
    border-radius: 25px;
}

.tag{
    float: left;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    color: #fff;
}

.notes textarea{
    margin: 0px;
    outline: none;
    text-align: justify;
    resize: none;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    text-transform: lowercase;
    border: solid 1px #dcdcdc;
    height: 200px;
    color: #000000;
}

.notes .editedby{
    position: absolute;
    bottom: -25px;
    font-size: 11px;
    right: 0px;
    padding: 5px 10px 5px 10px;
    background-color: #6b6b6b;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}

.notes .status{
    position: absolute;
    bottom: 6px;
    right: 2px;
    font-size: 12px;
    border-radius: 100px;
    overflow: hidden;
}

.knb-bor{
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #7221fd;
    left: 0px;
}

.knb-header{
    position: relative;
    display: table;
    width: 100%;
}

.knb-list-count{
    float: right;
    height: 35px;
    margin-top: 5px;
}

.knb-list-count .circle{
    float: right;
    height: 25px;
    margin-right: 10px;
    border-radius: 25px;
    background-color: #828282;
    width: 25px;
    color: #fff;
    padding: 0px 8px;
}


.ui-sortable-helper{
    height: 130px;
    width: 260px;
}

.sortable-ghost {
    height: 130px;
    width: 260px;
    display: table;
    margin-bottom: 20px;
    padding: 0;
    background-color: #989898;
    border-radius: 5px;
    border-color: transparent;
}

.sidenav-toggle {
    position: fixed !important;
    width: 220px;
    z-index: 1;
    box-shadow: 0px 0px 40px -10px #000;
}

.metismenu li.filters.mar-top-50 {
    margin-top: 55px !important;
}

.metismenu li a {
    height: 55px;
    display: flex;
    align-items: center;
}


/* tabs */

.grid-nav-bar{
    display: flex;
    overflow: auto;
    justify-content: space-between;
    width: calc(100vw - 220px );
    position: fixed;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
}


.grid-nav-bar .sort{
    display: table;
    float: right;
}

.grid-nav-bar .sort .pd-title{
    height: 40px;
}

.pd-title{
    font-size: 12px;
    font-weight: 500;
    display: flex;
}

.pd-title .title{
    color: #263238;
    font-weight: 600;
    margin-left: 10px;
} 

.pd-title .option{
    display: flex;
    color: #fff;
}

.grid-nav-bar .pd-title {
    padding: 5px 20px;
    border-right: 1px solid #eaeaea;
}

.grid-nav-bar .pd-title.hover {
    cursor: pointer;
}

.grid-nav-bar .pd-title.hover.active {
    background: #ffffff;
}

.grid-nav-bar .pd-title.hover.inactive > .icon {
    background: #a9a9a9;
    box-shadow: none;
}

.grid-nav-bar .pd-title.hover:hover {
    background: #f0f0f0;
}

.grid-nav-bar .pd-title .icon {
    width: 30px;
    height: 30px;
    padding: 5px;
}

.icon{
    padding: 10px;
    border-radius: 35px;
    width: 40px;
    float: left;
    display: table;
    height: 40px;
    font-size: 15px;
}

/* filters overview */

.filters-overview{
    width: 100%;
    height: 55px;
    background-color: rgb(46, 46, 66);
    position: fixed;
    top: 65px;
    box-shadow: 0px 0px 40px -10px #000;
    z-index: 3;
}

.filters-overview ul{
    list-style: none;
    height: 55px;
    overflow-y: scroll;
    margin: 0;
    margin-right: 20px;
    align-items: center;
    display: flex;
    width: 100%;
    padding-left: 235px;
}

.filters-overview ul::-webkit-scrollbar { display: none; }
.filters-overview ul{
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.filters-overview ul li{
    background-color: #ffffff;
    padding: 0px 4px 0px 10px;
    border-radius: 25px;
    color: #4a4a4a;
    margin-left:5px;
    font-family: 'Fira Sans', sans-serif;
    height: 32px;
    display: flex;
    align-items: center;
}

.filters-overview ul li span{
    float: left;
    height: 25px;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filters-overview ul li:hover > .overview-remove{
    width: 25px;
    display: flex;
}

.offer-filter {
    position: absolute;
    text-align: center;
    width: 100%;
    top: -40px;
    height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.start-filter {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0px;
    height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.start-filter h1 { 
    font-family: 'Exo 2', sans-serif;
    margin: 0;
}

.start-filter img { 
    width: 30%;
}

.start-filter p {
    color: #9c9c9c;
    border-top: solid 1px #c5c5c5;
    padding: 10px;
    font-size: 17px;
}

.overview-remove{
    height: 25px;
    width: 0px;
    background-color: #ff3168;
    border-radius: 25px;
    color: #ffffff;
    cursor: pointer;
    float: left;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: 5px;
    display: none;
}

.overview-value{
    background-color: #5b358a;
    border-radius: 25px;
    color: #ffffff;
    margin-left: 5px;
    min-width: 25px;
    padding: 0px 10px;
    text-transform: uppercase;
}

.over-delete{
    margin-left: 5px;
    background-color: #e64376 !important;
}

.badges {
    padding: 3px;
    margin: 0;
    float: left;
    z-index: 1;
    width: 100%;
    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
    position: relative;
}

.badges:empty {
    display: none;
}

.bag-counter{
    background-color: #3E5163;
    padding: 1px;
    border-radius: 100px;
    color: #fff;
    width: 25px;
    height: 25px;
    float: right;
    text-align: center;
    margin-bottom: 5px;
    position: absolute;
    right: 10px;
    line-height: 25px;
}

.total-counter {
    background-color: #404b82;
    padding: 0px 30px;
    border-radius: 100px;
    color: #fff;
    width: 25px;
    height: 25px;
    float: right;
    text-align: center;
    margin-bottom: 5px;
    position: absolute;
    right: 10px;
    line-height: 25px;
}

.label {
    font-size: 14px;
    padding: 0px;
    cursor: help !important;
    margin-right: 2px;
    height: 20px;
    border-radius: 25px;
    width: 20px;
    overflow: hidden;
    float: left;
}
.total-experience{
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    z-index: 2;
    border-radius: 25px;
    color: #757575;
    font-family: 'Fira Sans', sans-serif;
    font-size: 13px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    float: right;
}

.total-score{
    position: absolute;
    left: 4px;
    top: 4px;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    z-index: 2;
    border-radius: 20%;
    color: #adadad;
    font-family: 'Fira Sans', sans-serif;
    font-size: 13px;
    box-shadow: 0px 5px 20px 0px #00000026;
    cursor: help;
}

.talent-image {
    position: relative;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.kanban-card .image-overlay {
    display: none;
}

.talent-image .image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5116421568627452) 23%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5116421568627452) 23%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.5116421568627452) 23%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

@media (max-width: 768px){
    .talent-image .image-overlay {
        display: none;
    }
}


.talent-info{
    border-radius: 15px;
    position: relative;
    float: left;
    padding: 8px;
    width: 100%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
    margin-top: 3px;
    background-color: #fff;
}

.talent-card:hover > .talent-info .talent-name{
    top: 115px;
}

.talent-card:hover > .talent-info .gray-filter{
    -webkit-filter:none;
    filter: none;
}

.talent-card:hover > .talent-info .gray-filter{
    -webkit-filter:none;
    filter: none;
}

.talent-card:hover > .talent-info .view-talent{
    display: block;
}

.view-talent{
    position: absolute;
    top: 147px;
    height: 30px;
    width: 91%;
    border-radius: 3px;
    color: #000;
    padding: 3px 3px 2px 3px;
    display: none;
    z-index: 2;
}

.view-talent a {
    background-color: #fff;
    border-radius: 3px;
    height: 100%;
    width: 100%;
    color: #000;
}

.view-talent a:hover{
    transform: scale3d(1.15, 1.15, 1.15);
    box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.3);
    color: #7a33ff;
}

.grid-item:hover .options {
    opacity: 1;
}

.talent-name {
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 140px;
    text-align: left;
    margin-left: 10px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.21);
    z-index: 1;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.letters {
    text-transform: capitalize;
}
.talent-image figure {
    display: block;
    margin: 0 auto;
    height: 170px;
    width: 100%;
    background-position: center;
    position: relative;
    background-size: 101%;
    z-index: 0;
    image-rendering: -webkit-optimize-contrast;
}
.talent-title {
    font-size: 12px;
    background-color: #7a33ff;
    padding: 5px;
    color: #fff;
    width: 100%;
    height: 31px;
    line-height: 1em;
    text-transform: capitalize;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    overflow: hidden;
}
.talent-age-thumb {
    font-size: 13px;
    background-color: #545c86;
    color: #fff;
    padding: 5px;
}
.talent-price {
    font-weight: bold;
    color: #777;
    background-color: #F3F3F3;
    padding: 5px;
}
.talent-price .price-title {
    font-weight: bold;
}

.video-crop{
    overflow: hidden;
    height: 100%;
}

video{
    width: 305px;
}

.language-progress, .skill-progress {
    list-style: none;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 0px;
    margin-top: 1px;
    margin-bottom: 1px;
    display: table;
    width: 100%;
    text-align: left;
}

.language-progress li, .skill-progress li {
    text-align: left;
    margin-bottom: 1px;
    border-radius: 3px;
    padding: 5px;
    display: table;
    padding-right: 7px;
    width: 100%;
    position: relative;
    height: 28px;
}

.language-progress li span, .skill-progress li span{
    padding: 3px 5px 3px 5px;
    background-color: rgba(0, 0, 0, 0.44);
    border-radius: 3px;
    margin-right: -5px;
    right: 7px;
    position: absolute;
    top: 2px;
}

.language_extra{
    width: 100px;
    border: dashed 1px #afafaf;
    background: transparent;
    height: 27px;
}

.skill-title::first-letter{
    text-transform: uppercase;
}

.skill-title{
    text-transform: lowercase;
    display: inline-block;
    margin: 0px;
}

/* LOADING*/
.load-more {
    width: 20%;
    padding: 5px 0px 5px 0px;
    bottom: 0px;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    background-color: #2ac56c;
    height: 40px;
    border-radius: 25px;
    color: #fff;
    box-shadow: inset 0px 2px 0px 0px #278c4f;
    -moz-box-shadow: inset 0px 2px 0px 0px #278c4f;
    -webkit-box-shadow: 0px 2px 0px 0px #248c4f;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 30px;
}
.loading {
    width: 100%;
    padding: 5px 0px 5px 0px;
    position: fixed;
    top: 0px;
    z-index: 10;
    margin: 0 auto;
    right: 0;
    height: 100%;
}
/* NAV BAR */
.navbar-default {
    background-color: #263238;
    border-color: #2f4050;
    overflow-y: scroll;
    top: 0px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-close{
    height: 230px;
    position: fixed;
    left: 0px;
    z-index: 5;
    width: 100%;
    overflow: hidden;
}
.nav-separator{
    margin: 0;
    opacity: 0.3;
}

.nav > li.active {
    background: #293846;
}
.filter-global-option{
    padding: 14px 15px 14px 15px !important;
    border-left: solid 1px #334d61;
}
.filter-global-option i{
    margin: 0px !important;
}
.nav > li > a {
    color: #fff;
    padding: 14px 20px 14px 25px;
    cursor: pointer;
}
.nav > li > a i {
    margin-right: 6px;
}
.nav > li.active > a.option > span.check {
    display: block !important;
}
.nav > li.filters.active:not(.all) > a {
    color: #ffffff;
    background-color: #263238;
}
.group{
    line-height: 13px;
}
.filter.active span,.filter.all.active span,.filter.option.accordion-level-2.active{
    color: #00d165 !important;
}
.nav-second-level li a {
    padding: 7px 35px 7px 10px;
    padding-left: 50px;
    height: 35px;
}
.nav-second-level li.filter.active a .check {
    margin-right: 5px;
}
.nav.nav-second-level.collapse[style] {
    height: auto !important;
}
.places-item{
    display: inherit !important;
}
.nav-second-level li, .nav-third-level li {
    border-bottom: none !important;
    display: table;
    width: 100%;
}
.jBox-content{
    padding:2px !important;
}

.new-group-swal{
    text-transform: uppercase;
    background-color: #693bff;
    padding: 1px 10px 2px 10px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif;
}

.swal2-modal h2{
    color: #fff;
}

.group-delete{
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #ff4d5d;
    color: #fff;
}
.metismenu .collapse.in {
    display: block;
}
.metismenu .collapse {
    display: none;
}
.metismenu .arrow {
    float: right;
    line-height: 1.42857;
}
.arrow {
    float: right;
}
.check {
    float: left;
    margin-top: -4px;
    margin-left: -30px;
}
.check img {
    width: 25px;
}

.contextmenu-item-input{
    background-color: transparent !important;
}

.contextmenu-item-cta{
    text-align: center;
    background-color: #6950ca;
    border-radius: 3px;
    margin: 5px 5px 0px;
    color: #fff;
}

.navbar-static-side {
    z-index: 4;
    position: fixed;
    padding-top: 65px;
}

.grid-nav-bar .filters{
    white-space: nowrap;
    display: flex;
}

.grid-nav-bar .sort {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

/* MEDIA */
@media (min-width: 768px){
    .navbar-static-side {
        width: 220px;
        padding-bottom: 100px;
    }
    .talents-wrapper {
        position: relative;
        padding: 0 0 0 220px;
        min-height: 1200px;
        width: 100%;
    }
}

@media (max-width: 1350px){
    .grid-item{
        margin: 0px 15px 30px;
        width: calc(100% / 4 - 30px);
    }    
}

@media (max-width: 1115px){
    .grid-item{
        margin: 0px 15px 30px;
        width: calc(100% / 3 - 30px);
    }    
}

@media (max-width: 991.98px){
    .profile-menu {
        position: absolute;
        top: 0px;
        right: 15px;
    }
    .search-field{
        width: 35%;
    }
    .grid-item{
        margin: 0px 15px 50px;
        width: calc(100% / 2 - 30px);
    }
    .grid-item:hover {
        z-index: 2;
        transform: scale(1);
        box-shadow: none;
        transition: 0;
    }
}

@media (max-width: 767.98px) {
    .select2-container--open .select2-dropdown {
        top: 112px !important;
    }
    .body{
        overflow: auto;
    }
    .navbar-default{
        position: fixed;
        z-index: 5;
        width: 100%;
    }
    .search-field {
        width: 100%;
        position: fixed;
        height: 50px;
        left: 0;
        top: 70px;
        padding: 9px 15px !important;
        background: #253237;
    }
    .search-field .select2-search__field {
        height: 40px;
    }
    .profile-menu {
        top: 0;
        right: 0;
    }
    .navbar-default {
        padding-top: 120px;
    }
    .navbar-close {
        height: 175px;
    }
    .sidenav-toggle {
        width: 100%;
        box-shadow: none;
    }
    .post-job-section {
        margin-top: 210px;
    }
    .load-more {
        width: 90%;
    }
    .options{
        opacity: 0;
    }
    .talent-name{
        margin-bottom: 30px;
    }
    .cv-options-menu{
        display: block;
    }
    .share-options{
     float: left;
     width: 100%; 
    }
    .metismenu{
        padding-bottom: 100px;
    }
    .options>div {
        bottom: 5px;
    }
    .start-filter img { 
        width: 100%;
    }
    .grid-nav-bar {
        width: 100%;
        margin-top: 5px;
        padding-top: 5px;
    }
}

@media (max-width: 520px) {
    .grid-item{
        margin: 0px 0px 15px;
        width: 100%;
    }
}

.contact-area{
    position: fixed;
    width: 60px;
    height: 60px;
    display: block;
    bottom: 20px;
    right: 20px;
    z-index: -1;
}

.talent-login {
    margin-top: 5px;
    border-bottom: 1px solid #dcdcde;
    height: 20px;
}

.login-title, .login-value {
    font-size: 12px;
    float: left;
    text-align: left;
}

.login-value {
    float: right;
}
.talent-updated {
    padding: 3px 3px;
    color: #949494;
}

.recent-search {
    border-bottom: 1px solid #334d60;
    padding-top: 20px !important;
    background: #292a3b !important;
}

.recent-search:hover { 
    background: #212d34 !important;
}

.search-title {
    width: 100%;
    color: #555;
    font-size: 13px;
    text-align: left;
    clear: both;
    float: none;
    background-color: #ffffff;
    border-radius: 2px 2px 0 0;
    padding: 10px;
    margin: 0;
    box-shadow: 0px 2px 10px 0px #0000002e;
    padding-left: 50px;
}

.vacancy-search-item .search-title {
    margin-bottom: 30px;    
}

.search-title hr {
    margin: 2px 0;
    padding: 0;
    border-top: 1px solid #d4d4d4;
}

.no-candidates {
    color: #9d9d9d;
    display: block;
    margin: 30px 0;
}

.search-title .search-title-wrapper {
    display: flex;
    align-items: center;
}

.search-title .search-title-kerywords {
    font-size: 17px;
    font-family: 'Exo 2', sans-serif;
    margin-left: 10px;
    color: #333;
}

.search-title .icon {
    left: 15px;
    display: inline-flex;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    color: #fff;
    background-color: #6746c7;
    align-items: center;
    justify-content: center;
    position: absolute;
    align-items: center;
}

.search-title .search-title-date {
    display: flex;
    background: #04cad9;
    color: #fff;
    padding: 3px 25px;
    border-radius: 3px;
}

.search-title .search-title-filters {
    margin-top: 0;
    padding-top: 5px;
}

.search-title .search-title-filters span {
    border-right: 1px solid #e5e5e5;
    padding-right: 3px;
    margin-right: 3px;
}

.offset-filter {
    margin-top: 90px;
}

.new-offer-btn{
    background: #6548e3;
    color: #fff;
    transition: all .3s;
    padding: 0 !important;
    width: 100%;
    height: 40px !important;
    border-radius: 2px;
}
.new-offer-btn:hover {
    background-color: #6548e3 !important; 
    color: #04cad9;
}

.new-offer-btn img{
    width: 40px;
    margin-right: 5px;
}

.search-location-heading {
    clear: both;
    float: none;
    background: #434171;
    margin: 0 0 25px;
    color: #fff;
    text-align: left;
    padding: 7px;
    
}
.search-location-heading span {
    font-weight: bold;
}

.vacancy-item {
    background: #e3e3e3;
    padding: 0;
    border-radius: 2px;
    padding-bottom: 5px;
    margin-bottom: 50px;
    float: none;
    clear: both;
    display: table;
    width: 100%;
    position: relative;
}

.talent-contents {
    margin-top: 55px;
}

.offers {
    padding: 10px;
    position: fixed;
    top: 120px;
    left: 220px;
    background-color: #eaeaea;
    width: calc(100vw - 220px);
    height: 100%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
    z-index: 1;
    overflow: auto;
    padding-bottom: 150px;
}

.offers table {
    padding: 10px 0;
}

table.dataTables-offers {
    display: inline-table;
    margin: 0 15px;
    width: calc(100% - 30px);
}

.table-responsive .close-btn {
    display: none;
}

@media (max-width: 1150px) {
    
    table.dataTables-offers {
        white-space: nowrap;
        display: block;
        overflow-x: auto;
    }
    .talent-hover{
        display: none;
    }
}

@media (max-width: 768px) {
    
    .offers {
        font-size: 12px;
        padding: 10px 0;
        top: 270px;
        left: 0;
        width: 100%;
    }
    
    .offers .table-responsive {
        padding: 10px 0;
    }

    table.dataTables-offers .first-name img {
        width: 120px;
    }

    .dataTables_paginate ul.pagination li a {
        height: 35px;
        padding: 0 8px;
    }

    .table-top-left label {
        display: flex;
        align-items: center;
    }

    .table-top-right label {
        display: flex;
        align-items: center;
    }
    
    .table-top-left label select {
        margin: 0 10px;
    }

    .table-top-right label input {
        margin-left: 28px !important;
    }

    div.dataTables_wrapper div.dataTables_info{
        white-space: break-spaces !important;
    }

    .table-responsive .close-btn {
        color: #757575;
        cursor: pointer;
        display: block;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1;
        position: absolute;
        right: 11px;
        text-shadow: 0 1px 0 #fff;
        top: 12px;
        z-index: 3;
    }

}

@media (max-width: 425px){
    .dataTables_paginate ul.pagination li a {
        padding: 0 4px;
    }
}

.offer-details-view{
    height: 30px;
    cursor: pointer;
}

.offer{
    width: 100%;
    height: 30px;
}

.offer-details{
    padding: 10px;
    background-color: #dadada;
    border-radius: 5px;
    color: #333;
    margin-left: 55px;
}

.offer-item{
    cursor: pointer;
}

.offer-item .option{
    height: auto !important;
}

.offer-name{
    float: left;
    height: 25px;
}

.search-terms{
    margin-bottom: 1px;
}

.offer-search-term{
    padding: 0px 6px 0px 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    height: 30px;
    margin-top: 1px;
}

.offer-place{
    padding: 0px 6px 0px 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    height: 30px;
    margin-top: 1px; 
}

.interested{
    background-color: #ffffff;
    border-radius: 3px;
    padding: 5px;
    height: 30px;
    box-shadow: 0px 0px 10px 0px #0000000d;
    position: relative;
}
.interested_pics{
    position: absolute;
    right: -5px;
    top: 0px;
}
.interested_pics img{
    width: 30px;
    border-radius: 100px;
    box-shadow: 0px 0px 3px 0px #0000007d;
    position: relative;
    margin-left: -25px;
}
.not-viewed-0{
    color: #ababab;
    font-weight: 900;
}
.not-viewed{
    color: #ff376d;
    font-weight: 900;
}


hr.status-separator {
    margin: 0px;
    border-top: .5px solid #434d57;
}

.margin-slider {
    margin: 0 8px;
}

.filters .slider {
    width: 100%;
}

.filters .slider .tooltip.top {
    display: none;
}

.filters .slider .slider-track {
    height: 2px;
}

.filters .slider-handle.min-slider-handle.round {
    width: 14px;
    height: 14px;
    background: #fff;
}

.filters .slider-handle.max-slider-handle.round {
    width: 14px;
    height: 14px;
    background: #fff;
}

.filters .slider-selection {
    background: #27c470;
    height: 4px !important;
    box-shadow: none;
    margin-top: -1px;
}

.restart-modal-content {
      
}

.restart-modal-content p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

.restart-modal-content .custom-input-03 {
    padding: 10px !important;
    font-size: 15px;
    font-weight: 400;
}

.btn.save-edit-tag {
    margin: 15px 0 !important;
    font-size: 13px;
    padding: 4px 9px;
    border-radius: 4px;
    margin: 18px 0px;
    background-color: #e6277e;
}

.btn.save-edit-tag .icon-small {
    padding: 10px;
    border-radius: 35px;
    width: 30px;
    float: left;
    height: 30px;
    overflow: hidden;
}

.btn.save-edit-tag .icon-small .cveditor-save-icon{
    margin-left: -6px;
    margin-top: -16px;
    width: 100%;
}

.company-alert-show-error {
    background: #ff5e64;
    color: #fff;
    padding: 10px;
    margin: 25px 10px;
    border-radius: 7px;
    box-shadow: 4px 0px 6px 2px rgba(0,0,0,0.1);
    display: none;
}

.modal-purple {
    background: #474775 !important;
    background: -moz-linear-gradient(top,  #474775 23%, #474775 38%, #5f5480 73%, #896a93 100%) !important;
    background: -webkit-linear-gradient(top,  #474775 23%,#474775 38%,#5f5480 73%,#896a93 100%) !important;
    background: linear-gradient(to bottom,  #474775 23%,#474775 38%,#5f5480 73%,#896a93 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474775', endColorstr='#896a93',GradientType=0 ) !important;
    z-index: 999999;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.6);
    
}

.modal-purple {
    border: 0;
    margin-top: 75px;
    border-radius: 5px;
}

.modal-purple .modal-content .modal-body {
    padding: 0;
}

.modal-purple .modal-content {
    border: 0;   
    max-width: 500px;
    background: transparent;
    margin: auto;
    box-shadow: none;
    padding: 45px 10px;
}

.modal-purple .modal-footer, .modal-purple .modal-header {
    margin: 0;
    padding: 0;
    border: 0;
}

.modal-purple button.close {
    margin: 10px 15px;
}

#jBox3 {
    max-width: 200px;
}
.overview-value .check {
    display: none;
}

.filter.offer-item .check {
    display: none;
}

.filter.offer-item.active .check {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0;
}

#offer-detail-button {
    display: none;
}
.offer-detail-container {
    position: relative;
}

.offer-detail-container .offer-detail{
    background-color: #fff;
    color: transparent;
    display: block;
    height: 100%;
    left: 220px;
    position: fixed;
    top: 209px;
    transition: all 0.3s ease-in-out;
    width: 0;
    padding: 0;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
    border-radius: 0 5px 5px 0;
}
.offer-detail h4 {
    margin-bottom: 20px;
}

.offer-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #e7e7e7;
}

.offer-col {
    padding: 0;
}

.offer-col p {
    margin-bottom: 0;
}

.offer-detail p {
    font-weight: 100;
}

.offer-detail.show-offer {
    padding: 10px 15px;
    width: 55% !important;
    color: inherit !important;
    z-index: 6;
}

.offer-detail.show-offer span.keyword  {
    display: inline;
    padding: 3px 10px;
    background-color: #7a33ff;
    transition: all 0.3s;
    border-radius: 4px;
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    margin-right: 0px;
}

div#offer-detail-button button {
    margin-left: 20px;
    margin-bottom: 5px;
}

.rejected {
    background-color: #ff7474 !important;
}

.rejected a, .rejected p {
    color: #fff;
} 

.reject-label {
    font-style: italic;
    font-size: 11px;
}

.offer-delete-tooltip{
    text-align: center;
    font-size: 16px;
}

.td-offer-archived{
    vertical-align: middle !important;
}

.btn-mb-2{
    margin-bottom: 2px;
}

.modal-invited{
    background: url('https://talentboxv2.s3.amazonaws.com/img/global/background-modal-clean.jpg');
    background-size: cover;
}

.modal-title-invited, .modal-label-invited{
    color: #fff;
}

.modal-btn-invited{
    color: #fff;
    background-color: #FC5F65;
}

.modal-footer-invited{
    text-align: center;
    border-top: 0;
}

.modal-header-invited{
    border-bottom: 0;
}

.btn-close-modal-invited{
    font-size: 36px;
    color: white;
}

.guest-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 20px;
}

.guest-menu li {
    display: inline-block;
    margin: 5px;
}

.guest-menu li a {
    color: #dcdbe5;
}

.guest-modal-copy {
    text-align: center;
    max-width: 400px;
    margin: auto;
}

.guest-modal.in {
    display: flex !important;
    align-items: center;
    justify-content: center;

}

.emulate-link {
    color: #fff;
    padding: 14px 20px 14px 25px;
    cursor: pointer;
    width: 100%;
    display: block;
}

ul.nav.nav-second-level li.empty {
    margin:8px 0;
}

ul.nav.nav-second-level li.empty span {
    padding-left: 25px;
    height: 35px;
    color: #a5a4a4;
}



@media (max-width: 520px) { 
    body {
        background: #fff !important;
    }

    .responsive-card .talent-image figure {
        height: 100px !important;
        width: 100px !important;
    }

    .responsive-card .talent-image{
        height: 105px !important;
    }
}

@media (min-width: 992px) {
    .pagination-numbers {
        padding-right: 90px;
    }
}

@media (max-width: 992px) {
    .table-pagination {
        text-align:center;
    }

    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
}

@media (max-width: 768px) {

    .table-pagination {
        height: 300px;
        margin-bottom: 20px;
    }

    .pagination-numbers {
        margin: 10px 0;
    }
    
}