@import url('sm/sm_nxt.css');
@import url('sm/sm_chat.css');
@import url('sm/sm_rp.css');
@import url('sm/f.css');
@import url('sm/pika.css');
@import url('sm/sm_inline.css');
@import url('sm2.css');


@import url('lity.css');
@import url('react-s-alert/s-alert-default.css');
@import url('react-s-alert/s-alert-css-effects/bouncyflip.css');
@import url('react-s-alert/s-alert-css-effects/stackslide.css');

@import url( "sm/main.css");

@import url('new/sm_new.css');

@import url('new/badges.css');
@import url('new/buttons-s2.css');
@import url('new/labels.css');
@import url('new/tags.css');

@import url('iframe.css');
/*@import url('new/about.css');*/


.filterBG.open > ul > div > li {
    padding: 0px;
    padding-top: 5px;
    padding-left: 10px;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    min-width: 180px;
    cursor: pointer;
    color: #000000;
    background-color: #fff;
}

.filterBG.open > ul > div > li:hover {
    background-color: #BFBFBF;
    color: #fff;
}

#location-input {
    padding-left: 10px;
    border: none;
}

#location-input:focus {
    outline-width: 0;
}

.uploadBtn {
    font-family: ProximaNova;
    padding: 2px 30px;
    width: 90%;
    margin-left: 5%;
    cursor: pointer;
}



.pika-single {
    position: absolute !important;
}



.form-section-wrapper {
    font-family: ProximaNova;
    border: 1px solid black;
}

.new-form-input {
    height: 35px;
    width: 100%;
    margin-top: 5px;
    border: 1px solid black;
}

.upload-long {
    width: 100% !important;
    height: 25px !important;
    padding-top: 2px;
    cursor: pointer;
}


.section-btns {
    font-family: ProximaNova;
    text-align: center;
    width: 150px;
    /*margin-top: 5px;*/
    padding-top: 7px;
    height: 35px;
    font-size: 10pt;
    line-height: 1.42857143;
    cursor: pointer;
    background: #fff;

    border-radius: 5px!important;
    border: solid 1px lightgray;
    color: rgb(163,163,163);
}

.formInput{
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: solid 1px lightgray!important;
    color: rgb(163,163,163);
}

.formInput::-webkit-input-placeholder{
    color: rgb(163,163,163);
}

.fd-file{
    background: -webkit-linear-gradient(top, #e2e2e2 10%,#fefefe 32%,#fefefe 73%,#dbdbdb 97%);
    background: linear-gradient(to bottom, #e2e2e2 10%,#fefefe 32%,#fefefe 73%,#dbdbdb 97%);
    font-size: 12px;
    padding:5px 20px;
    border:1px solid rgb(200, 200,200);
    border-radius: 5px;
    font-weight: bold;
}

.fd-file:hover{
    color: rgb(60, 67, 68);
    background: -webkit-linear-gradient(top, #fcfff4 16%,#fcfff4 17%,#fcfff4 22%,#fcfff4 27%,#b3bead 56%,#fcfff4 93%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fcfff4 16%,#fcfff4 17%,#fcfff4 22%,#fcfff4 27%,#b3bead 56%,#fcfff4 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;
}

.formDropdown{
    width: 100%;
    resize: none;
    height: 32px;
    border-radius: 5px;
    border: solid 1px lightgray;
    color: rgb(163,163,163);
}

.formTags{
    margin-top:5px;
}

label{
    font-weight: 500;
}


/*.fd-file {*/
    /*width: 100%;*/
    /*height: 32px;*/
    /*border-radius: 5px;*/
    /*border: solid 1px lightgray;*/
/*}*/

.formComment{
    color: rgb(163,163,163);
}





.small-btn {
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.live-search-result {
    border: 1px solid black;
    padding-top: 20px;
    z-index: 1000;
    position: absolute;
    background-color: #ffffff;
}

.live-search-result-item {
    cursor: pointer;
}

/* ======== NEW DROPDOWN START ======== */
.new-dropdown {
    font-family: ProximaNova;
    position: relative;
    display: inline-block;
}

.new-dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.new-dropdown-content > div {
    cursor: pointer;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.new-dropdown-content > div:hover {
    background-color: #ddd;
}

/* ========= NEW DROPDOWN END ========= */

/* SUMMERNOTE FIX*/
button.note-btn.btn.btn-default.btn-sm {
    color: black;
    padding: 15px;
}

.full-width {
    width: 100%;
    resize: none;
}

div > label > sup {
    color: #d50016;
    margin-left: 5px;
}

.tooltip1 {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted #d54245;*/
}

.tooltip1 .tooltiptext1 {
    visibility: hidden;
    width: 150px;
    background-color: #d54245;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 40%;
    margin-left: -60px;
}

.tooltip1 .tooltiptext1::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    /*margin-left: -5px;*/
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #d54245 transparent;
}

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
}

.mg-l-10 {
    margin-left: 10px;
}

.no-background {
    background: transparent;
}

.aboutBlock{
    padding-left: 50px;
}

.jobInfoBlockM{
    display: none;
}

@media screen and (max-width: 989px) {

    .jobInfoBlockM{
        display: block;
    }

    .jobInfoBlockD{
        display: none;
    }
}

.ciBlock{
    display: inline-block;
    margin-bottom: 20px;
    height: 140px;
}

.new-slider-block {
    height: 400px;
}

.new-slider-top {
    border: 2px solid white;
    width: 100%;
    height: 300px;
}

.new-slider-bottom-block {
    display: inline-flex;
    width: 100%;
}

.new-slider-bottom > img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.new-slider-bottom {
    border: 2px solid white;
    width: 33.3%;
    height: 115px;
    transition: .5s ease;
}

.new-slider-bottom-right:hover {
    opacity: 0.3;
}

.new-slider-bottom-left:hover {
    opacity: 0.3;
}

.disabled-div-button {
    pointer-events: none;
    opacity: 0.4;
}

.design-display-img {
    position: relative;
}

.img-rm-btn{
    position: absolute;
    top: -14px;
    right: -10px;
    z-index: 100;
    text-align: center;
    cursor: pointer;
}


.img-rm-btn .fa{
    color: #ccc;
    font-size: 27px;
}

.exBtnsWr{
    float: right;
}

.exBtns{
    display: inline-block;
    float: right;
}

.expBtn{
    display: inline-block;
    font-size:12px;
    background: #dde2e7;
    color: #444;
    border-radius: 5px;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    margin-right: 5px;
    cursor: pointer;
}

.expLast{
    margin-right: 0px;
}

.expBtnActive{
    color: #fff;
    background: #2355FF;
}


.exAddBtn{
    display: inline-block;
    font-size:13px;
    line-height: 20px;
    background-color: transparent;
    border: 1px solid #e7e9eb;
    color: #999;
    border-radius: 5px;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    margin-right: 5px;
    cursor: pointer;
}

@media screen and (max-width: 991px) {

    .exAddBtn{
        margin-top: 15px;
    }

}

.exAddPanel{
    padding: 28px 14px;
    border: 1px solid #e7e9eb;
    margin: 28px 28px 14px;
    background: #f9f9fa;
    margin-bottom: 40px;
}

.exAddPanel label{
    color: #999;
    font-weight: 400;
    line-height: 30px;
}

.exWrapper{
    display: inline-block;
    table-layout: fixed;
    padding: 5px;
    text-align: left;
}

.experienceLogo{
    border-radius: 5px;
    border: 1px solid rgb(225,227,230 );
    display: inline-block;
    width: 60px;
}

.exPhotoBlock{
    vertical-align: top;
    width: 80px;
    height: 80px;
    display: inline-block;
    padding: 10px;
    border: 1px solid #eee;
    background-color: #f8f9fa;
    border-radius: 5px;
    margin-right: 20px;
    margin-top: -15px;
}

.exContentBlock{
    display: inline-block;
}


@media screen and (max-width: 698px) {

    .exContentBlock{
        width: 80%;
    }

}

@media screen and (max-width: 558px) {

    .exContentBlock{
        width: 70%;
    }

}

@media screen and (max-width: 458px) {

    .exContentBlock{
        width: 60%;
    }

}

.exCompanyName{
    padding-bottom: 15px;
    display: inline-block;
}

.exList{
    margin: 28px 28px 14px;
}

.exContentForm .formDropdown{
    background: transparent;
    width: 100px;
    color: #333;
}

.exContentForm .formDropdown .fa{
    color: rgb(163,163,163)
}

.exArrow{
    width: 0;
    height: 0;
    position: absolute;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #eee;
    margin-left: -1px;
    margin-top: -27px;
}
.exArrow2{
    width: 0;
    height: 0;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fbfbfc;
    margin-top: -25px;
    margin-left: 1px;
}

.exSelectedWr{
    text-align: center;
}

.exContentForm{
    background-color: #fbfbfc;
    padding: 15px;
    border: 1px solid #eee;
    width: 100%;
    box-sizing: border-box;
}

.exContentBlock .formInput{
    color: #333;
}

.exContentBlock.formInput::-webkit-input-placeholder{
    color: #333;
}

.formInputWr{
    margin-bottom: 10px;
}

.exContentForm label{
    color: #333;
    font-weight: 300;
    font-size:14px;
}

.yearRangeLabel{
    line-height: 40px;
    color: #333;
    font-weight: 300;
    font-size: 14px;
}

.experienceBlock{
    display: inline-block;
    vertical-align: top;
    margin: 3px;
}


.experienceName{
    display: block;
    font-size: 15px;
    color: #000;
    margin-bottom: 2px;
}

.experienceTitle{
    display: block;
    color: #000;
    font-size: 12px;
    margin-bottom: 2px;
}

.experiencePeriod{
    display: block;
    color: #8f8f8f;
    font-size: 11px;
}

.experienceDescription{
    display: block;
    font-size: 11px;
    color: #8f8f8f;
    margin-top: 10px;
}

.formSubmitBtn{
    background-color:#2355FF;
    font-size: 18px;
    color: #fff;

    font-family: ProximaNova;
    text-align: center;
    width: 150px;
    margin-top: 5px;
    height: 35px;
    font-size: 10pt;
    cursor: pointer;
    border-radius: 5px!important;
    border: solid 1px lightgray;
}


.liveSearch{
    margin-top:20px;
}


.eduCompanyIcon{
    border-radius: 5px!important;
    margin-right: 10px;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
    width: 10px!important;
}

button.note-btn.btn.btn-default.btn-sm{
    width: 10px!important;
    padding: 10px;
}


.live-search-result{
    width:94%;
    border:1px solid  #c3c3c3;
    border-radius: 5px;
    padding:15px;
}

.live-search-result b{
    font-weight: 500;
    color:#6d6c6c;
}