﻿@font-face {
    font-family: 'montserratbold';
    
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff'), url('../fonts/montserrat-bold-webfont.ttf') format('truetype'), url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff'), url('../fonts/montserrat-light-webfont.ttf') format('truetype'), url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff'), url('../fonts/montserrat-regular-webfont.ttf') format('truetype'), url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemi_bold';
    src: url('../fonts/montserrat-semibold-webfont.eot');
    src: url('../fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('../fonts/montserrat-semibold-webfont.woff') format('woff'), url('../fonts/montserrat-semibold-webfont.ttf') format('truetype'), url('../fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratextrabold';
    src: url('../fonts/montserrat-extrabold-webfont.eot');
    src: url('../fonts/montserrat-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-extrabold-webfont.woff2') format('woff2'), url('../fonts/montserrat-extrabold-webfont.woff') format('woff'), url('../fonts/montserrat-extrabold-webfont.ttf') format('truetype'), url('../fonts/montserrat-extrabold-webfont.svg#montserratextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.btn-new, .btn-new:hover, .btn-new:focus {
    color: #FFF;
    background: #2dd0c6;
}
.btn-new {
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-family: "montserratregular";
    font-size: 14px;
    margin-bottom:5px;
    line-height: 28px;
    overflow: hidden;
    padding: 3px 23px;
    position: relative;
    text-transform: uppercase;
    border: 0;
}
.btn-new:after {
    background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
}
.btn-new:after {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.btn-new:hover:after {
    width: 100%;
}
/*New Design Css*/
.choose-or-write .selectize-input {
    border: 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
ul.list-inline {
    list-style:none;
}
    ul .list-inline li{
    display:inline-block;
    text-align:center;
}
.sspinner {
    text-align: center;
    position: absolute;
    top: 45%;
    left: 30%;
}

    .sspinner > div {
        width: 18px;
        height: 18px;
        background-color: #3eccd6;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .sspinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .sspinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.frm-lbl {
    color: #9299A5;
    letter-spacing: 0;
    font-weight: 500;
}

.mc-78 .modal-dialog {
    width: 78%;
}


[type="search"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

input[type="text"], input[type="search"], input[type="email"], input[type="number"] {
    font-weight: 300;
    font-size: 16px;
    color: #272727;
    letter-spacing: 0;
}

/**/

html, body, .main-div {
    min-height: 100% !important;
    height: 100%;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    color: #272727;
    background: #f2f2f2 !important;
    font-size: 14px !important;
    font-family: 'Ubuntu', sans-serif !important;
    min-width: 768px;
    width: auto !important;
}

.m-row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.img-circle {
    -o-object-fit: cover;
    object-fit: cover;
}

.va-sub {
    vertical-align: sub;
}

.lh-20 {
    line-height: 20px;
}

.b-0 {
    border: 0 !important;
}

.nav-tabs > li {
    margin-right: 20px !important;
}

a {
    text-decoration: none !important;
}

    a:hover, a:focus {
        outline: 0 !important;
    }

.text-white, .text-white:hover, .text-white:focus, .text-white:visited, .text-white:active {
    color: #fff;
}

.text-fade {
    color: #808080;
}

.theme-text {
    color: #3ECCD6;
}

.theme-color {
    color: #38bfc3;
}

.theme-bgColor {
    background: #3ECCD6;
    color: #fff;
}


    .theme-bgColor:hover {
        color: #fff !important;
        background-color: #3ECCD6 !important;
        border-color: #3ECCD6 !important;
    }

.theme-active {
    background: #38b7c0;
}

a .txt-theme {
    color: #3ECCD6;
    text-decoration: none;
}

.bg-white {
    color: #fff;
    -webkit-text-stroke: 1px #000;
}


.bg-color {
    color: #3ECCD6;
}

.fadeTxt {
    color: #747474;
}

.extra-fadeTxt {
    color: #b8b8b8;
}

.txt-theme {
    color: #3ECCD6;
    text-decoration: none;
}

    .txt-theme a {
        color: #3ECCD6;
    }

        .txt-theme a:hover {
            color: #3ECCD6;
            text-decoration: none;
        }

.btn-theme {
    background: #3ECCD6;
    color: #fff !important;
}

    .btn-theme a {
        background: #3ECCD6;
        color: #fff;
    }

        .btn-theme a:hover {
            background: #3ECCD6;
            color: #fff;
            text-decoration: none;
        }

.position-rel {
    position: relative;
}

.btnSorting {
    display: inline-block;
    padding: 1px 2px;
    margin-bottom: 0;
    color: #818181 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btnSorting:hover, .btnSorting:focus, .btnSorting:active {
        outline: 0;
    }


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px 6px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

[ui-view="main"] {
    height: 100%;
}

.right-sidebar .s-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ddd;
    z-index: 9;
    opacity: 0.5;
    cursor: pointer;
    display: none;
}

    .right-sidebar .s-overlay:hover {
        opacity: 0;
    }
/* Toggle Styles */
#wrapper {
    /*padding-left: 50px;*/
    /*padding-right: 250px;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    min-height: 700px;
    height: 100%;
}

    #wrapper.toggled {
        padding-left: 150px;
    }

    #wrapper.Rtoggled {
        padding-right: 0;
    }
/* Toggle Styles End! */



/*Page content start here!*/

/*.page-content {
    min-width: 100% !important;
    overflow-x: visible !important;
}*/

.well {
    min-width: 220px;
    /*min-width:20%;*/
    min-height: 20px;
    padding: 18px;
    margin-bottom: 20px;
    background-color: #fff !important;
    border: 1px solid #e3e3e3;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    text-align: center !important;
}

    .well h1, .well h2, .well h3, .well h4, .well h5, .well h6 {
        margin-top: 5px !important;
        margin-bottom: 10px !important;
    }


.box-heading {
    font-size: 19px;
    color: #747474;
    margin-top: 0;
    margin-bottom: 15px;
    text-indent: 10px;
    font-family: Ubuntu-L;
}

.add-heading {
    font-size: 24px;
    color: #4b4b4b;
}

.add-subheading {
    font-size: 20px;
    color: #4b4b4b;
}

.img-margin {
    margin-top: 35px;
    margin-bottom: 28px;
}

.img-margin-plus {
    margin-top: 50px;
}

.img-capAddCourse, .img-capInvite {
    color: #9e9e9e;
    font-size: 16px;
    font-family: Ubuntu-R;
}

.img-caption {
    color: #9e9e9e;
    font-size: 13px;
    font-family: Ubuntu-R;
}

.img-caption-font {
    font-size: 13px;
}

/*.main-body {
    margin-top:0 !important;
}*/

.main-content {
    margin-top: -8px;
}

.chat-content {
    float: left !important;
    width: 20% !important;
    padding-left: 5px;
    padding-right: 5px;
}

/*sub-menu start here!*/

.sub-menu {
    height: 104px;
    max-height: 104px;
    background: #FFF !important;
    margin-bottom: 20px !important;
    /*margin-top: 52px !important;*/
    /*margin-top: 35px !important;*/
    padding: 10px 15px !important;
    /*height: 100px !important;*/
    width: 101%;
    display: table;
}

    .sub-menu h3 {
        font-size: 33px;
        font-family: Ubuntu-L;
    }

    .sub-menu p {
        color: #808080;
    }

    .sub-menu .title {
        float: left;
        margin-right: 20px;
        /*margin-top: 14px;*/
    }

    .sub-menu .title1 {
        float: left;
        margin-right: 20px;
    }

    .sub-menu .title h3 {
        font-size: 33px;
        font-family: Ubuntu-L;
    }

    /*.sub-menu .date-time {
        margin-top: 29px;
        margin-bottom: -29px;
    }*/

    .sub-menu .date-box {
        float: left;
        min-width: 120px;
        padding-right: 25px;
    }

    .sub-menu .date-text {
        float: right;
        margin: -8px 0 0 10px;
    }

        .sub-menu .date-text h5 {
            margin-bottom: -1px !important;
            font-size: 13px;
            font-family: ubuntu-r;
        }

    .sub-menu .clander-back {
        background: #4dc5f9;
        color: #fff;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 4px;
        padding-top: 7px;
    }

    .sub-menu .time-box {
        float: left;
        min-width: 175px;
        padding-right: 10px;
    }

    .sub-menu .time-back {
        background: #feb252;
        color: #fff;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 4px;
        padding-top: 7px;
    }

    .sub-menu .time-text {
        float: right;
        margin: -8px 0 0 10px;
    }

        .sub-menu .time-text h5 {
            margin-bottom: -1px !important;
            font-size: 13px;
            font-family: ubuntu-r;
        }



.sub-menu-right {
    float: right;
    margin-top: 30px;
}

.sub-menu-right1 {
    float: right;
    /*margin-top: 45px;*/
}

/*sub menu css*/
.leave-course {
    float: right;
    /*padding-right: 15px;*/
    margin-top: 0;
}

    .leave-course .nav > li > a {
        position: relative;
        display: block;
        padding: 00;
    }

.btn-leave {
    padding: 1px 12px !important;
    margin-bottom: 0;
    font-size: 16px !important;
    line-height: 1.42857143;
    border: 1px solid #ded8d8;
    border-radius: 3px !important;
    position: absolute;
    height: 22px;
    right: -16px;
    top: 7px;
    color: #ddd;
}

    .btn-leave:hover {
        color: #292929;
    }
/*  /# sub-menu section end here*/
.padding-l-5 {
    padding-left: 5px !important;
}

.padding-l-10 {
    padding-left: 10px !important;
}

.padding-l-15 {
    padding-left: 15px !important;
}

.padding-r-5 {
    padding-right: 5px !important;
}

.padding-r-10 {
    padding-right: 10px !important;
}

.padding-r-15 {
    padding-right: 15px !important;
}

.padding-lr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.padding-lr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-lr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.padding-lr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.padding-tb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-tb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-tb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.padding-tb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.checkbox-text {
    float: right;
    margin-top: 3px;
}

.view-all {
    color: #3ECCD6;
    text-decoration: none;
}

    .view-all:hover {
        color: #3ECCD6;
        text-decoration: none;
    }

.left-panel-part {
    float: left;
}

.right-panel-part {
    float: right;
}
/*Modal popup*/

.modal-body p {
    line-height: 18px;
}

.modal-btn {
    background: #3ECCD6;
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.modal-footer {
    background: #EDEDED;
    padding: 15px;
    text-align: right;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.row1.vdivide [class*='col-']:not(:last-child):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 70px;
}


.glyphicon-heart, .glyphicon-heart:hover, .glyphicon-heart:focus {
    color: #3ECCD6 !important;
}

/**
 * Spinner
 */
.loader-container {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    display: none;
}

    .loader-container .loader {
        margin: 10em auto;
        font-size: 25px;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        position: relative;
        text-indent: -9999em;
        -webkit-animation: load5 1.1s infinite ease;
        animation: load5 1.1s infinite ease;
        z-index: 10000000 !important;
    }

@-webkit-keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

@keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}


.ui-select-search {
    cursor: text !important;
}

.match-body {
    background: #f2f2f2;
    padding-bottom: 10px;
    min-height: 470px;
}

.opacity-1 {
    opacity: 1 !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.lpadding {
    padding-left: 0;
}

.notif-menu {
    position: absolute;
    top: 85px;
    width: 360px;
    left: -120px;
    z-index: 1000;
    display: none;
    padding: 5px 0;
    margin: 2px 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding-bottom: 40px;
}

    .notif-menu:before {
        position: absolute;
        top: -10px;
        left: 170px;
        display: inline-block;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #ccc;
        border-left: 10px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .notif-menu:after {
        position: absolute;
        top: -9px;
        left: 171px;
        display: inline-block;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #ffffff;
        border-left: 9px solid transparent;
        content: '';
    }

    .notif-menu h4.head {
        color: #818181;
        font-size: 16px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: bold;
        padding-left: 20px;
        padding-right: 20px;
    }

    .notif-menu a.noti {
        float: left;
        width: 100%;
        padding: 5px 0;
        padding-left: 20px;
        padding-right: 20px;
    }

        .notif-menu a.noti.active {
            background: rgb(232, 244, 255);
        }

        .notif-menu a.noti .all-noti {
            padding-bottom: 10px;
            border-bottom: 1px solid #d9d9d9;
        }

    .notif-menu p.name {
        color: #333;
        font-weight: bold;
        font-size: 13px;
        margin: 0 10px 0 0;
        float: left;
        line-height: 17px;
    }

    .notif-menu span.name {
        color: #333;
        font-weight: bold;
        font-size: 13px;
        line-height: 17px;
    }

    .notif-menu span.time {
        font-size: 13px;
        color: #888;
        padding-left: 13px;
        background: url(/src/app/marketplace/images/dot.png) no-repeat;
        /*background-position: 12px 15px;*/
        background-size: 15px;
    }

    .notif-menu span.update {
        color: #888;
        font-size: 13px;
        line-height: 17px;
    }

        .notif-menu span.update span.forbooks {
            color: #38bfc3;
            font-size: 13px;
            font-weight: bold;
        }

.noti img.img-circle {
    width: 35px;
    height: 35px;
}
/*-----------Navigation Menus End------------------*/


/*Login, Register, forgot and signup common css*/
.popup-header {
    padding-top: 10px;
    padding-bottom: 35px;
}


.popuptitle {
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 20px;
    color: #636363;
    font-weight: 600;
    margin: 0;
}

.messageText {
    margin: 20px 0;
    display: block;
    clear: both;
    font-family: 'SourceSansPro-Regular', sans-serif;
    color: #636363;
    font-size: 15px;
    font-weight: 400;
}

.modal-content .log_field {
    width: 95%;
    height: 38px;
    background-color: none;
    font-size: 14px;
    color: #898787;
    font-weight: 400;
    padding: 0 10px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: solid 1px #d9d9d9;
}

    .modal-content .log_field:focus {
        border: solid 1px #3eccd6;
    }


.modal-content .btn-login {
    height: 39px;
    background-color: #3eccd6;
    margin: auto;
    display: block;
    padding: 0 30px;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .modal-content .btn-login:hover, a:hover {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.btn-login:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
}

.modal-content .btn-login:focus, .modal-content .btn-login:active {
    outline: 0;
}

.modal-content .midium {
    width: 45%;
}



.school {
    border: 1px solid #8496ba;
    height: 30px;
}

    .school:focus {
        border: 1px solid #8496ba;
    }

.gender input {
    margin: 4px 1px 00;
    float: left;
}

.gender label {
    font-family: 'SourceSansPro-Regular', sans-serif;
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    margin: 0 18px 0 3px;
    display: inline-block;
}
/*  /#Login, Register, forgot and signup common css*/

#scrollCourse {
    /*height: 430px;*/
    height: 386px;
    overflow-x: hidden;
}

#scrollMyCourse {
    /*height: 220px;*/
    height: 150px;
    /*overflow-x: hidden;*/
    overflow: auto;
}

#scrollAddCourse {
    /*height: 150px;*/
    height: 220px;
    /*overflow-x: hidden;*/
    overflow: auto;
}

.courses {
    position: relative;
}

.recent-course {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    width: 14px;
    height: 15px;
    font-size: 6px;
    background: #3ECCD6;
    padding-left: 4px;
    padding-bottom: 15px !important;
    border-radius: 50%;
}


    .recent-course:after {
        font-family: "Glyphicons Halflings";
        content: '\e013';
    }


.Addcoursepopup-Modal .modal-dialog {
    position: absolute;
    top: 5%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 650px;
}

.Addcoursepopup-Modal .modal-body {
    position: relative;
    padding: 0;
}

    .Addcoursepopup-Modal .modal-body .modal-title {
        padding: 10px 0 10px 0;
        font-size: 24px;
        line-height: 42px;
        color: #272727;
        font-family: Ubuntu-L;
    }

.Addcoursepopup-Modal .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid #999;
    border: 0 solid rgba(0,0,0,.2);
    border-radius: 3px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.Leavecourse-Modal .modal-dialog {
    position: absolute;
    top: 8%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
}

.Leavecourse-Modal .modal-body {
    position: relative;
    padding: 15px;
}

    .Leavecourse-Modal .modal-body .modal-title {
        padding: 10px 0 10px 0;
        font-family: Ubuntu-R;
    }

.Leavecourse-Modal .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid #999;
    border: 0 solid rgba(0,0,0,.2);
    border-radius: 3px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.Leavecourse-Modal .modal-body .leaveTxt {
    line-height: 21px;
    color: #b8b8b8;
    font-family: Ubuntu-R;
}

Openimage-Modal .modal-dialog {
    position: absolute;
    top: 8%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
}

.Openimage-Modal .modal-body {
    position: relative;
    padding: 15px;
}

    .Openimage-Modal .modal-body .modal-title {
        padding: 10px 0 10px 0;
        font-family: Ubuntu-R;
    }

.Openimage-Modal .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid #999;
    border: 0 solid rgba(0,0,0,.2);
    border-radius: 3px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.Openimage-Modal .modal-body .leaveTxt {
    line-height: 21px;
    color: #b8b8b8;
    font-family: Ubuntu-R;
}

.error {
    color: red;
}

.uploadfileFirst-Modal .modal-dialog {
    position: absolute;
    top: 8%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 550px !important;
}

.uploadfileFirst-Modal .modal-body {
    position: relative;
    padding: 15px;
}

    .uploadfileFirst-Modal .modal-body .modal-title {
        padding: 10px 0 10px 0;
        font-family: Ubuntu-R;
    }

.uploadfileFirst-Modal .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid #999;
    border: 0 solid rgba(0,0,0,.2);
    border-radius: 3px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.uploadfileFirst-Modal .modal-body .uploadFileTitle {
    font-size: 19px;
    text-align: center;
    font-family: Ubuntu-l;
}

.uploadfileFirst-Modal .modal-body .uploadCourseBox {
    width: 100%;
    color: #747474;
    padding: 10px 15px;
    margin: 20px auto;
    border: 1px solid #ddd;
    line-height: 21px;
    text-align: center;
    font-family: Ubuntu-R;
}

.uploadFileRight select {
    border: none;
    border-bottom: 1px solid #ddd;
}

    .uploadFileRight select:hover, .uploadFileRight select:focus, .uploadFileRight select:active {
        outline: 0;
    }

.modal-footer.invalid .validater {
    display: block !important;
}

.modal-footer.valid .validater {
    display: none !important;
}

.modal-footer.invalid .uploadcare-widget-status-ready .uploadcare-widget-button {
    display: none !important;
}

.uploadcare-widget-button {
    display: none;
    color: white;
    padding: .4em .6em;
    line-height: 1;
    margin: -1em 0;
    margin-right: .5ex;
    border-radius: .25em;
    background: #3ECCD6;
    cursor: default;
    white-space: nowrap;
}

.uploadcare-widget-button-open {
    padding: .5em .8em;
    background: #3ECCD6 !important;
    border-radius: 0 !important;
    cursor: pointer;
    content: 'NEXT' !important;
}

/*.uploadcare-widget-button-open:after {
        content: 'NEXT' !important;
    }*/

.uploadcare-widget-button .uploadcare-widget-button-open {
    text-indent: -9999px;
}

/*upload color-profile popup*/

.uploadFileLeft {
    font-size: 13px;
    text-align: right;
    color: #818181;
    font-family: Ubuntu-R;
}

.uploadFileRight {
    padding-bottom: 3px;
    /*border-bottom: 1px solid #ddd;*/
}

.drop-icon {
    position: absolute;
    right: 18px;
    top: 5px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #b8b8b8;
    border-left: 8px solid transparent;
}

.uploadFileRight input[type=text] {
    width: 100%;
    border: none !important;
    color: #b8b8b8;
    border-bottom: 1px solid #ddd !important;
}

.uploadFileRight input:focus, .uploadFileRight input:active, .uploadFileRight input:hover {
    outline: none;
}

.upload-info {
    padding-top: 0;
    color: #b8b8b8;
    font-size: 13px;
}
/*  /#upload color-profile popup*/

/*------------------------------ Backupload popup model -----------------------------*/

.backuplodcare-Modal .modal-dialog {
    position: absolute;
    top: 8%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 600px !important;
}

.backuplodcare-Modal .modal-body {
    position: relative;
    padding: 15px;
}

    .backuplodcare-Modal .modal-body .modal-title {
        padding: 10px 0 10px 0;
        font-family: Ubuntu-R;
    }

.backuplodcare-Modal .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid #999;
    border: 0 solid rgba(0,0,0,.2);
    border-radius: 3px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}


.uploadDetail-right select {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    background-color: transparent !important;
}

    .uploadDetail-right select:hover, .uploadDetail-right select:focus, .uploadDetail-right select:active {
        outline: 0;
    }


/*  Detail upload popup*/
.uploadDetail-right {
    position: relative;
}

.uploadDetail-rightTop {
    position: relative;
    border-left: 1px solid #ddd;
}

    .uploadDetail-rightTop .dropdown-icon {
        position: absolute;
        right: 20px;
        top: 5px;
        width: 0;
        height: 0;
        border-bottom: 8px solid #b8b8b8;
        border-left: 8px solid transparent;
    }

.uploadDetail-leftTop .delete {
    color: #3ECCD6;
    text-decoration: none;
    padding-left: 10px;
}

.uploadDetail-rightTop input[type=text] {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    background-color: transparent !important;
}

.uploadDetail-rightTop input:focus, .uploadDetail-rightTop input:active, .uploadDetail-rightTop input:hover {
    outline: none;
}

.uploadDetail-right input[type=text] {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    background-color: transparent !important;
}

.uploadDetail-right input:focus, .uploadDetail-right input:active, .uploadDetail-right input:hover {
    outline: none;
}

.uploadDetail-right .dropdown-icon {
    position: absolute;
    right: 20px;
    top: 5px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #b8b8b8;
    border-left: 8px solid transparent;
}

.row-uploadOne {
    border-bottom: 1px solid #eee;
    padding: 12px 0 12px 0 !important;
}

.row-uploadTwo {
    border-bottom: 1px solid #eee;
    padding: 12px 0 12px 0 !important;
    background: #f2f2f2;
}

.uploadCourseName {
    position: relative;
    margin-top: -2px;
}

    .uploadCourseName input[type="text"] {
        width: 100%;
        padding: 3px 10px;
        border: 1px solid #eee;
        border-radius: 4px;
        margin-top: -10px;
    }

        .uploadCourseName input[type="text"]:focus {
            outline: none !important;
            border: 1px solid #3ECCD6;
        }

    .uploadCourseName .editFile {
        color: #3ECCD6;
        text-decoration: none;
        padding-left: 10px;
    }

.course-progress {
    width: 55%;
    height: 7px;
    margin-bottom: 0;
}

.progress-bar-theme {
    background-color: #3ECCD6;
}

.copyright-text {
    padding: 15px;
    font-size: 9px;
    color: #b8b8b8;
    font-family: ubuntu-R;
}

.border-right {
    border-right: 1px solid #ddd;
}
/*  /#Detail upload popup*/

.allConnections img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 5px;
}


.fullInfo {
    float: left;
    /*padding: 8px;*/
    margin-right: 10px;
    padding-top: 0;
    /*background: #fff;*/
    /*box-shadow:0 1px 3px 0 #000;*/
}

    .fullInfo .iconImage {
        float: left;
        padding: 8px;
        background: #ededed;
        margin: 0 3px 0;
        padding-top: 4px;
        padding-bottom: 3px;
        border-radius: 4px;
    }

        .fullInfo .iconImage i {
            color: #777576;
            font-size: 16px;
        }

    .fullInfo .mainField {
        font-size: 13px;
        color: #b8b8b8;
    }



/*profile  Home Page*/
#outerBoxImg {
    float: left;
    width: 100px;
    /*height: 110px;*/
    overflow: no-display;
    position: relative;
}

    #outerBoxImg img {
        width: 100%;
        height: 110px;
        position: absolute;
        top: 40px;
    }

.profileNameOuter {
    padding: 20px 20px 0;
    margin: 0 0 0 10px;
    font-family: Ubuntu-L;
}

.profileName {
    font-size: 33px;
    line-height: 42px;
    color: #272727;
}


.profileSubheading {
    font-size: 19px;
    color: #747474;
}

.profileLine {
    float: left;
    border-left: 1px solid #747474;
    width: 1px;
    height: 20px;
    margin-top: 45px;
}

/*   /#profile  Home Page*/


/*myCourses search box*/

#myCoursesBox {
    position: relative;
}

    #myCoursesBox .srh-course-btn {
        position: absolute;
        top: 16px;
        right: 8px;
        padding: 0;
        background-color: #fff;
        border-radius: 3px;
        font-size: 15px;
    }





/*popup modal css*/
.CancelReq-Modal .modal-dialog {
    position: absolute;
    top: 8%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 310px;
}

.CancelReq-Modal .modal-body {
    position: relative;
    padding: 15px;
}

    .CancelReq-Modal .modal-body .modal-title {
        padding: 10px 0 10px 0;
        font-family: Ubuntu-R;
    }

.CancelReq-Modal .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid #999;
    border: 0 solid rgba(0,0,0,.2);
    border-radius: 3px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.CancelReq-Modal .modal-body .leaveTxt {
    line-height: 21px;
    color: #b8b8b8;
    font-family: Ubuntu-R;
}
/*  /#popup modal css*/


/*masonary_Grid*/
#masonary_Grid *, *:before, *:after {
    box-sizing: border-box !important;
}


#masonary_Grid .row {
    -moz-column-width: 18em;
    -webkit-column-width: 18em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}

#masonary_Grid .item {
    display: inline-block;
    padding: 0 !important;
    width: 100%;
}

#masonary_Grid .well {
    position: relative;
    display: block;
    text-align: left !important;
}

#removeRequest .nav > li > a {
    display: inline-block !important;
}

#cancelRequest .dropdown:hover .dropdown-menu {
    display: block !important;
}

.dropArrow {
    top: 35px;
    position: absolute;
}

#cancelRequest .dropArrow:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 49%;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;
}

#cancelRequest .dropArrow:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 50%;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

/*settings page*/

#deactivateAcc .navbar-nav > li > .dropdown-menu {
    margin-top: 15px;
    width: 200px;
    text-align: center;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

#deactivateAcc #deact:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 20%;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.2) transparent;
}

#deactivateAcc #deact:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 21%;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

#deactivateAcc .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent !important;
    border-color: inherit !important;
}


.part50 {
    float: left;
    width: 50%;
    padding: 0 1px;
    margin-top: 14px;
    font-size: 11px;
    color: #aaa;
    /*text-transform: uppercase;*/
    /*float: right;*/
}

.part51 {
    float: left;
    width: 65%;
    padding: 0 1px;
    margin-top: 14px;
    font-size: 10px;
    color: #aaa;
    text-transform: uppercase;
    /*float: right;*/
}


.part60 p {
    margin: 3px 0 0 0;
    color: #ccc;
    font-size: 8px;
    font-weight: bold;
}

.part40 {
    /*float: left;
    width: 40%;
    padding: 0 1px;*/
    float: left;
    width: 35%;
    padding: 0 1px;
    margin-top: 14px;
    font-size: 11px;
    color: #aaa;
    /*text-transform: uppercase;*/
}

.part47 {
    float: left;
    width: 47%;
    padding: 0 1px;
}

.part53 {
    float: left;
    width: 53%;
    padding: 0 1px;
}


.part60 {
    /*float: left;
    width: 60%;
    padding: 0 1px;
    text-align: left;*/
    float: left;
    width: 65%;
    padding: 0 1px;
    margin-top: 14px;
    font-size: 10px;
    color: #aaa;
    text-transform: uppercase;
}

.paddingTop-6 {
    padding: 6px 0 0;
}

.paddingTop-4 {
    padding: 4px 0 0;
}

ul.dropdown-menu li {
    cursor: pointer;
}

    ul.dropdown-menu li span.red {
        color: red;
    }

    ul.dropdown-menu li span.green {
        color: green;
    }

.settingInput {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

    .settingInput:hover, .settingInput:focus, .settingInput:active {
        outline: 0;
    }


/*end settings page*/


/*first time add course*/
.GetStarted-Modal .modal-dialog {
    position: absolute;
    top: 8%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 600px;
}

.GetStarted-Modal .modal-body {
    position: relative;
    padding: 0;
}

.GetStarted-Modal .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid #999;
    border: 0 solid rgba(0,0,0,.2);
    border-radius: 3px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.GetStarted-Modal .modal-header .modal-title {
    font-size: 24px;
    line-height: 42px;
    color: #272727;
    text-align: center;
    font-family: Ubuntu-L;
}

.addHome-ModelBox {
    background: #f2f2f2;
    padding: 16px;
    border-bottom: 1px solid #e5e5e5;
}

    .addHome-ModelBox .course-name {
        font-size: 16px;
        color: #747474;
        font-family: Ubuntu-R;
    }

    .addHome-ModelBox .author-days {
        font-size: 13px;
        color: #b8b8b8;
        font-family: Ubuntu-R;
    }

.addHome-Box {
    font-size: 16px;
}

    .addHome-Box .course-name {
        position: relative;
    }

        .addHome-Box .course-name h5 {
            font-size: 16px;
            font-family: Ubuntu-R;
        }

    .addHome-Box .course-author {
        font-size: 13px;
        color: #aaaaaa;
        margin-top: -10px;
        font-weight: normal;
        font-family: Ubuntu-R;
    }

    .addHome-Box .close-course {
        position: absolute;
        top: 18px;
        right: 0;
        font-size: 24px;
        font-weight: 100;
    }


    .addHome-Box li {
        list-style: none;
        margin-left: -40px;
        padding-left: 10px;
        padding-top: 1px;
        border-left: 3px solid #3ECCD6;
    }

        .addHome-Box li div {
            border-bottom: 1px solid #ddd !important;
        }

        .addHome-Box li:last-child div {
            border-bottom: none;
        }



.selectize-control.single .selectize-input, .selectize-dropdown.single {
    box-shadow: 0 0;
}

.app-b-border {
    border-bottom: 1px solid #E5E5E5;
}

[ng-controller="RegisterController"] .selectize-control.single .selectize-input, .selectize-dropdown.single {
    background: transparent !important;
    border-top: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
}

.selectize-input {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    padding: 5px 5px 5px 0 !important;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.selectize-dropdown .active {
    color: #272727 !important;
    background-color: #f2f2f2 !important;
}


.selectize-control.single .selectize-input:after {
    position: absolute;
    top: 9% !important;
    right: 12px !important;
    display: block;
    color: #b8b8b8;
    font-size: 14px;
    width: 10px !important;
    height: 10px !important;
    margin-top: 2px;
    cursor: pointer;
    border-color: none !important;
    border-style: none !important;
    border-width: 0 0 0 0 !important;
    font-family: "Glyphicons Halflings";
    content: '\e003';
}

.selectize-input::after {
    display: block;
    clear: left;
    content: ' ';
}

/*end*/
/*ask semester*/
.aboutCoursepopup-Modal .modal-dialog {
    position: absolute;
    top: 15%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 420px;
}

.aboutCoursepopup-Modal .modal-body {
    position: relative;
    padding: 0;
}

.aboutCoursepopup-Modal .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid #999;
    border: 0 solid rgba(0,0,0,.2);
    border-radius: 3px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.addCourse-left {
    font-size: 13px;
    color: #818181;
    text-align: right;
    margin-top: 2px;
    font-family: Ubuntu-R;
}

.addCourse-edit {
    padding-bottom: 3px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ddd;
    font-family: Ubuntu-R;
}

    .addCourse-edit:focus, .addCourse-edit:hover {
        outline: 0 !important;
    }

.addCourse-info {
    padding-top: 3px;
    color: #b8b8b8;
}




/*About course popup*/
.addCourseTime {
    float: left;
    color: #272727;
    margin-right: 15px;
    padding-bottom: 3px;
    font-family: ubuntu-R;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
        line-height: 22px;
        width: 106px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

        input[type=date]:focus, input[type=time]:focus, input[type=datetime-local]:focus, input[type=month]:focus {
            outline: 0 !important;
        }
}


.addCourse-week {
    width: 92%;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 3px;
}

    .addCourse-week span {
        padding: 4px;
        font-size: 15px;
        margin: 2px;
    }

/*end*/

/*earn points*/
.EarnPoints-Modal .modal-dialog {
    position: absolute;
    top: 8%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 610px !important;
}

.EarnPoints-Modal .modal-body {
    position: relative;
    padding: 15px;
    font-size: 13px;
}

    .EarnPoints-Modal .modal-body .modal-title {
        padding: 10px 0;
        font-family: Ubuntu-L;
    }

.EarnPoints-Modal .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid #999;
    border: 0 solid rgba(0,0,0,.2);
    border-radius: 3px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}


    .EarnPoints-Modal .modal-content .modal-footer {
        text-align: left;
    }

.coin-big {
    padding: 30px 0 20px;
}

.coin-subHead {
    font-size: 24px;
    padding: 20px 0 30px;
    text-align: center;
}

.paraHeading {
    margin-bottom: 10px;
    font-family: Ubuntu-R;
}
/*end*/

/*points*/
.point-Modal .modal-dialog {
    position: absolute;
    top: 8%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 400px !important;
}

.point-Modal .modal-body {
    position: relative;
    padding: 15px;
}

    .point-Modal .modal-body .modal-title {
        padding: 10px 0;
        font-family: Ubuntu-L;
    }

.point-Modal .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid #999;
    border: 0 solid rgba(0,0,0,.2);
    border-radius: 3px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.viewHeading {
    color: #666;
    font-family: Ubuntu-R;
}

.line {
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin: 0 0 10px 0;
}

.pointButton {
    padding: 0 0 20px 0;
    margin: auto;
    font-family: Ubuntu-R;
    font-size: 13px;
}

.row.vertical-divider {
    overflow: hidden;
}

    .row.vertical-divider > div[class^="col-"] {
        text-align: center;
        border-left: 2px solid #eee;
    }

    .row.vertical-divider div[class^="col-"]:first-child {
        border-left: none;
    }

    .row.vertical-divider div[class^="col-"]:last-child {
        border-right: none;
    }




/*horizontal line behind text*/
.fake-legend {
    height: 15px;
    width: 100%;
    border-bottom: solid 1px #ddd;
    text-align: center;
    margin: 1em 0;
}

    .fake-legend span {
        background: #fff;
        position: relative;
        top: 0;
        padding: 0 7px;
        line-height: 30px;
    }

.pointSpan {
    font-size: 12px;
    color: #feb252;
    padding: 3px;
}







/*gift card popup css*/

.outerDiv {
    float: left;
    padding: 20px 0;
}

.innerBox {
    border: 1px solid #ddd;
    padding: 20px;
}

    .innerBox .floatImg {
        float: left;
        width: 50px;
    }

    .innerBox .floatText {
        float: left;
        width: 160px;
    }

    .innerBox .floatRedeem {
        float: left;
        width: 70px;
    }

.btn-redeem {
    color: #2bde6b;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #2bde6b;
    border-radius: 5px;
    font-family: Ubuntu-R;
}

    .btn-redeem:hover {
        outline: 0;
        color: #fff;
        background: #2bde6b;
    }

/*  /#gift card popup css*/
/*end*/

.no-chatbar .chat-content {
    display: none;
}

.no-chatbar .main-content {
    width: 100%;
}

.no-chatbar .chatbar-toggle {
    opacity: 0;
}

.uploadcare-file-item_error .uploadcare-file-item__name {
    width: 35% !important;
}

.fileHelp-Modal {
    z-index: 99999 !important;
}

.fill-parent-w {
    width: 100%;
}

div.active:not(.progress-bar):not(.selectize-dropdown):not(.ui-select-choices-row):not(.tab-pane) {
    background: rgba(62, 204, 214, 0.06);
}

.image-content i {
    vertical-align: top;
    padding-top: 7px;
}

.image-content .name-wrap {
    padding-left: 5px;
    max-width: 125px;
    max-height: 40px;
    overflow: hidden;
    display: inline-block;
    overflow-wrap: normal;
    word-break: break-all;
}

.chatbox-image-file {
    min-height: 80px;
    max-height: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

    .chatbox-image-file .overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        border-radius: 5px;
        background: rgba(140, 123, 123, 0.58);
    }

        .chatbox-image-file .overlay i.fa-spin {
            position: absolute;
            left: 45%;
            top: 35%;
            color: #eee;
            font-size: 20px;
        }

    .chatbox-image-file img.shared {
        width: auto;
        height: 100%;
        overflow: hidden;
        margin: 0;
        margin-top: 0 !important;
    }

.file-upload-progress {
    background-color: initial;
    height: 100%;
}

.img-thumb .progress-bar {
    opacity: 0.5;
}

.chat-cont .inner-alt div.chattext {
    background: #f1f1f1;
    color: #666;
    padding: 5px 20px;
    margin: 10px 0 5px;
    border-radius: 3px;
    position: relative;
}

.chat-cont div.chattext {
    font-size: 12px;
    color: #999;
    float: left;
}

.chat-cont .inner-alt div.chattext .arrow {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -8px;
    right: auto;
    top: 3px;
    bottom: auto;
    border: 10px solid;
    border-color: transparent transparent #f1f1f1 transparent;
}

.media-left {
    padding-right: 10px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.selectize-control > .selectize-dropdown {
    z-index: 12;
}

.media-body.book-search-result i {
    font-size: 7px;
    vertical-align: middle;
    padding-bottom: 3px;
    color: #806A6A;
}

time.timeago {
    display: block;
    color: #999;
}

#allContent {
    clear: both;
}

.suggest-modal {
    margin-top: 60px;
}

.lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.row-eq-height-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.message-Modal {
    margin-top: 70px;
}

.text-black {
    color: #000;
}

.fixed {
    position: fixed;
}

.fixed-header-content {
    padding-top: 53px;
}

.fixed-header {
    width: 100%;
    position: fixed;
}

.list-new-book .books-result .book-result {
    border-bottom: 1px solid #ddd;
}

    .list-new-book .books-result .book-result:not(:first-child) {
        padding-top: 10px;
    }

.twitter-typeahead .tt-suggestion {
    -ms-word-break: break-all;
    word-break: break-all;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-l-20 {
    padding-left: 20px;
}

.mm-t-20 {
    margin-top: -20px;
}

.m-l-5 {
    margin-left: 5px;
}

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

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-35 {
    margin-left: 35px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-17 {
    margin-top: 17px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-65 {
    margin-top: 65px;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-2 {
    margin-bottom: 2px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-l-0 {
    margin-left: 0;
}

.m-r-0 {
    margin-right: 0;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-r-30 {
    margin-right: 30px;
}

.inline {
    display: inline;
}

.text-trim {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ul-inline li {
    display: inline;
}

.row-eqh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row-eqh > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

/*jobs*/

.job-details .modal-dialog {
    width: 70% !important;
    margin-top: 110px;
}

    .job-details .modal-dialog .modal-content {
        padding: 5px 15px;
    }

    .job-details .modal-dialog .applied-job-msg {
        min-height: 51px;
        background: #57C5A3;
        color: #fff;
        text-align: center;
        margin-top: -7px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        padding-top: 15px;
    }

    .job-details .modal-dialog .ncard {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .job-details .modal-dialog .close-wrap {
        margin-top: -38px;
        padding-bottom: 10px;
        margin-right: -55px;
    }

.jobs {
    margin: 12px;
}

    .jobs ul {
        list-style: none;
    }

        .jobs ul li:hover .btn-save-job {
            display: block;
        }

.btn-save-job-e {
    padding: 5px 10px !important;
}

.jobs ul li {
    padding: 15px 25px;
    background: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}

    .jobs ul li .btn-save-job {
        margin-top: 20px;
        float: right;
        display: none;
    }

    .jobs ul li h5 {
        text-transform: uppercase;
        font-weight: 600;
    }

.jobs a {
    border-bottom: 1px solid #e7e7e7;
    color: #888;
    display: block;
    padding: 15px 0;
}

.abs-right-btn {
    position: absolute;
    right: 15px;
    z-index: 999;
}

    .abs-right-btn button {
        width: 133px;
    }

.jobs ul li .job-timeago {
    font-size: 12px;
    float: right;
    color: #9299A5;
}

.job-locations.ui-select-container.ui-select-multiple.ui-select-bootstrap {
    height: auto !important;
    background-color: transparent;
    border: none;
}

.badge.saved-job {
    padding: 7px 13px;
    background: #B0C6DB;
}

.badge.applied-job {
    background: #76B8F5;
    padding: 7px 13px;
}

.badge.upcoming-interview {
    background: #0F6AC1;
    padding: 7px 13px;
}

.badge.invited-to-apply {
    background: #F25947;
    padding: 7px 13px;
}

.badge.job-value {
    padding: 7px 12px;
    background: #9299A5;
    border-radius: 5px;
}

/*end jobs*/



.m-card {
    background: #fff;
    position: relative;
    padding: 15px;
    font-size: 14px !important;
}

.company-intro {
    padding: 10px;
    border: 1px solid #eee;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.m-r-5 {
    margin-right: 5px;
}

.w-25p {
    width: 25px;
}

.w-100 {
    width: 100% !important;
}

.w-100p {
    width: 100px;
}

.twitter-typeahead {
    width: 100%;
}

small.counter {
    position: absolute;
    right: 20px;
    font-size: 12px;
    color: #9299A5;
    bottom: 2px;
}

.row-eq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row-eq > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.hw-58 {
    max-height: 58px;
    width: 58px;
}

.block {
    display: block !important;
}

.p-50 {
    padding: 50px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-60 {
    padding-top: 60px;
}

.p-9 {
    padding: 9px;
}

.a-input {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    padding: 0 3px !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.portfolio-image-file {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 15px;
}

    .portfolio-image-file img {
        width: 100%;
    }

.portfolio-file {
    margin-left: -110px;
    margin-top: -26px;
    opacity: 0;
}

/*jobs*/

#jobs-menu-wrapper {
    padding-left: 5px;
    background: #EDEDED;
    margin: 0 0 40px 0;
    margin: 0rem 0rem 4rem 0rem;
}

    #jobs-menu-wrapper #jobs-menu {
        padding: 0 15px;
        margin: auto;
    }

        #jobs-menu-wrapper #jobs-menu a.jobs-menu-item {
            position: relative;
            display: block;
            float: left;
            padding: 10px 0;
            margin: 0 20px 0 0;
            margin: 0rem 2rem 0rem 0rem;
            color: black;
            font-size: 15px;
            text-decoration: none;
            text-transform: uppercase;
            -moz-transition: none;
            -o-transition: none;
            -webkit-transition: none;
            transition: none;
        }

        #jobs-menu-wrapper #jobs-menu .jobs-menu-item.current, #jobs-menu-wrapper #jobs-menu .jobs-menu-item:hover {
            border-bottom: 3px solid #3ECCD6;
            padding: 10px 0 5px 0;
        }

.jobs li a.featured {
    color: #2a99d8;
}
/*end jobs*/


/*switch*/

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 30px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 25px;
        width: 25px;
        left: 0px;
        bottom: -1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
        box-shadow: 0 1px 1px rgba(0,0,0,.15);
        border: 1px solid #eee;
    }

input:checked + .slider {
    background-color: #3eccd6;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*end switch*/


ul.interview-messages {
    list-style: none;
}

    ul.interview-messages li {
        background: #eee;
        border-radius: 10px;
        margin-top: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }

        ul.interview-messages li img.media-object {
            width: 45px;
            height: 45px;
            -o-object-fit: cover;
            object-fit: cover;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

.interview-call-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(20, 20, 20, 0.92);
    z-index: 9999;
    top: 0;
    left: 0;
}

.interview-call-wrapper {
    width: 100%;
    height: 100%;
    text-align: center;
}

.call-controls {
    position: absolute;
    bottom: 6px;
    width: 250px;
    height: 60px;
    z-index:999999;
    padding: 0 4px;
    padding-left: 15px;
    background: rgba(14, 10, 10, 0.47);
    border-radius: 35px;
    left: 36%;
}

    .call-controls img.disconnect {
        background: #E71212;
        border-radius: 50%;
        padding: 20px 20px;
    }

    .call-controls img.c-connect {
        background: #5cb52e;
        border-radius: 50%;
        padding: 20px 20px;
    }

    .call-controls img {
        padding: 13px 20px;
        font-size: 30px;
        cursor: pointer;
        color: #fff;
    }
.call-duration-indicator {
    position: absolute;
    right: 10px;
    top: 10px;
}
.btn-resume-audio {
    position: absolute;
    left: 24px;
    top: 3px;
    color: #fff;
    font-size: 36px;
    -moz-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    -o-transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg);
    width: 47px;
    padding-left: 10px;
    cursor: pointer;
}
.interview-call-video {
    margin: 0 auto;
    margin-top: 50px;
    background: #1a1a1a;
    position: relative;
    max-width: 55%;
    min-height: 50%;
}

    .interview-call-video video {
        width: 100%;
    }

.interview-call-student-video {
    width: 150px;
    bottom: -5px;
    background: #ddd;
    position: absolute;
    right: 0;
}

    .interview-call-student-video video {
        width: 100%;
    }

.company-logo img {
    width: 100%;
}

nav#jobs-menu > div {
    display: inline-block;
    overflow: hidden;
    border-bottom: 2px solid #ddd;
}

.page-header {
    padding: 10px 20px;
    margin-top: 30px;
    padding-right: 30px;
}

    .page-header > h3 {
        margin-bottom: 20px;
        margin-left: 15px;
    }

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #272727;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #b4b4b4;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 180, 180, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 180, 180, 0.6);
    }

.ui-select-search::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.ui-select-search:-ms-input-placeholder {
    color: #999;
}

.ui-select-search::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

.form-control {
    box-shadow: none;
    /*border: 0;
    border-bottom: 1px solid #e0e0e0;*/
    resize: none;
}

    .form-control:active,
    .form-control:focus {
        box-shadow: none;
    }

input[type="search"] {
    padding-left: 20px;
}

.badge {
    padding: 7px 10px !important;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.inside-input {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #D2D7DE;
}

.bgt {
    background-color: transparent !important;
}

ul.job-types {
    list-style: none;
}

    ul.job-types li {
        display: inline-block;
        margin-top: 10px;
    }

        ul.job-types li.active > span {
            background-color: #DFE2E6;
        }

.rounded-chip {
    border: 1px solid #DEE0E4;
    border-radius: 15px;
    padding: 7px 10px;
    margin-right: 10px;
    font-size: 12px;
    display: block;
}

.c-i-light {
    color: #9299A5;
}

.default.navbar-default {
    min-width: inherit;
}

.welcome-slider {
    /*background-image: url(/images/welcome-bg.jpg);
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    padding: 100px 0;*/
    position: relative;
}

.welcome-slider-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.28);
}

.navbar-welcome {
    background-color: transparent;
    height: 51px;
    margin-bottom: 0;
    position: absolute;
}

    .navbar-welcome .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-welcome .navbar-brand {
        font-size: 30px;
        color: #fff;
        text-transform: uppercase;
    }

.st-home-unit {
    color: #fff;
    padding-top: 75px;
    padding-bottom: 25px;
}

    .st-home-unit .hero-title {
        font-size: 50px;
        margin: 25px 5px;
        padding-bottom: 10px;
    }

    .st-home-unit p {
        color: #fff;
        font-size: 16px;
        padding-bottom: 45px;
        font-weight: 600;
    }

    .st-home-unit .btn-theme {
        padding: 15px 20px;
        font-weight: 600;
    }

.welcome-slider > img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.welcome-part {
    padding-top: 60px;
    padding-bottom: 50px;
}

    .welcome-part > svg-icon {
        font-size: 40px;
        color: #9c9c9c;
    }

    .welcome-part .welcome-part-title {
        font-size: 28px;
        margin: 15px 0;
    }

    .welcome-part .welcome-part-description {
        padding: 0 20px;
        line-height: 25px;
    }

    .welcome-part .welcome-part-image img {
        width: 100%;
    }

.navbar-header.scrolled {
    background: #fff;
    -moz-box-shadow: 1px 1px 3px 1px #eee;
    -webkit-box-shadow: 1px 1px 3px 1px #eee;
    box-shadow: 1px 1px 3px 1px #eee;
}

.logo-blue {
    display: none !important;
}

.navbar-header.scrolled .navbar-brand .logo-blue {
    display: block !important;
}

.navbar-header.scrolled .navbar-brand .logo-white {
    display: none !important;
}

.navbar-header.scrolled .icon-bar {
    background-color: #000;
}

.welcome-part.highlighted {
    background: #29bdc7;
    color: #fff;
}

    .welcome-part.highlighted > i {
        color: #fff;
    }

    .welcome-part.highlighted .btn-default {
        padding: 15px 20px;
        font-weight: 600;
        margin-top: 40px;
    }

.t-copyright {
    margin-top: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-bottom: 40px;
}

ul.welcome-links {
    text-align: center;
}

    ul.welcome-links li a {
        color: #29bdc7;
    }

    ul.welcome-links li {
        padding: 10px 0;
    }

.welcome-links.hr {
    width: 80px;
    margin: 15px auto;
    border-top: 2px solid #ddd;
}

.cp {
    cursor: pointer;
}

.m-0 {
    margin: 0;
}

.m-b-0 {
    margin: 0 !important;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-0 {
    padding: 0 !important;
}

.f-300 {
    font-weight: 300 !important;
}

.f-500 {
    font-weight: 500 !important;
}

.f-600 {
    font-weight: 600 !important;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-35 {
    font-size: 35px !important;
}

.fsw-normal {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.c-main {
    color: #3eccd6 !important;
}

.c-green {
    color: #35BE1E;
}

.bg-w {
    background-color: #fff;
}

.nav-tabs > li > a {
    color: #A3ACBA;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    font-weight: 500;
    color: #272727;
}

.navbar-collapse .welcome-links {
    padding: 15px 0;
}

.welcome-social-links > a {
    margin-right: 15px;
}

.mob-login-wrapper {
    padding-top: 65px;
}

    .mob-login-wrapper form {
        padding: 40px 40px;
    }

    .mob-login-wrapper .mob-login-logo {
        margin-bottom: 15px;
    }

    .mob-login-wrapper .btn-theme {
        padding: 15px 60px;
    }



.ncard {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 5px;
    padding: 10px 10px;
}

    .ncard .ncard-body {
        overflow: hidden;
        padding-top: 10px;
    }

    .ncard .ncard-header {
        position: relative;
    }

        .ncard .ncard-header label {
            font-size: 11px;
            font-weight: 400;
            color: #9299A5;
            float: left;
        }
/*right sidebar css*/
body .right-sidebar {
    position: fixed;
    max-width: 290px;
    top: 0;
    margin-top: 50px;
    padding-right: 0;
    bottom: -180px !important;
}

.people-you-may-know ul.people-you-may-know-list, ul.connections-list {
    list-style: none;
}

ul.people-you-may-know-list .people-info span {
    margin-top: 5px;
}

ul.people-you-may-know-list .people-info {
    margin-left: 53px;
}

ul.people-you-may-know-list .people-item {
    clear: both;
}

    ul.people-you-may-know-list .people-item img {
        width: 50px;
        object-fit: cover;
        height: 50px;
    }

.ncard.people-you-may-know {
    margin-bottom: 0 !important;
}

.people-item .btn-connect-people {
    height: 30px;
    padding-top: 3px;
    margin-left: 5px;
    border: 2px solid #ccd0d5;
    border-radius: 5px;
    background-color: transparent;
    color: #3eccd6;
}

ul.connections-list {
    overflow: scroll;
    overflow-x: hidden;
}

    ul.connections-list .connection-item img.img-circle {
        width: 42px;
        height: 42px;
    }

.connection-item-wrapper {
    clear: both;
}

    .connection-item-wrapper > a, .connection-item-wrapper > a:hover {
        color: #000;
    }

    .connection-item-wrapper .connection-item {
        overflow: hidden;
    }

ul.connections-list .connection-item img.pull-right {
    margin-top: 8px;
}

ul.connections-list .connection-info {
    margin-left: 52px;
    padding-top: 10px;
    overflow: hidden;
}

.connections-search-wrapper {
    position: absolute;
    bottom: 0;
    border-top: 2px solid #E3E5E9;
    width: 100%;
    margin-left: -10px;
    padding-left: 10px;
}

    .connections-search-wrapper img {
        position: absolute;
        bottom: 9px;
    }

    .connections-search-wrapper input {
        padding-left: 20px;
        border-bottom: 0;
    }
/*end right sidebar css*/

.newscroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.newscroll::-webkit-scrollbar {
    width: 5px;
    /*background-color: #F5F5F5;*/
    background-color: darkgray;
}

.newscroll::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    /*background-color: #3ECCD6;*/
    background-color: darkgray;
}

.newscroll {
    /*max-height: 300px;*/
    overflow-y: scroll;
    overflow-x: hidden;
}

.ui-select-search::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.ui-select-search::-webkit-scrollbar {
    width: 5px;
    /*background-color: #F5F5F5;*/
    background-color: darkgray;
}

.ui-select-search::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    /*background-color: #3ECCD6;*/
    background-color: darkgray;
}


#footer {
    width: 100%;
    float: left;
    background: url('/src/app/welcome/images/footer-bg.jpg') repeat;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 9px 22px -12px #000 inset;
    -moz-box-shadow: 0 9px 22px -12px #000 inset;
    box-shadow: 0 9px 22px -12px #000 inset;
    display: table;
}

.app {
    width: 100%;
    float: left;
    margin: 0;
    padding: 30px 0;
    text-align: center;
}

    .app h2 {
        font-family: 'Ubuntu', sans-serif !important;
        font-size: 31px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        margin: 20px 0;
    }

    .app a {
        display: inline-block;
        vertical-align: middle;
        margin: 10px 15px;
    }

.footsocial {
    margin: 0;
}

    .footsocial ul li {
        list-style: none;
        display: inline-block;
        font-size: 35px;
        margin: 0 16px 0 0;
    }

        .footsocial ul li a {
            color: #fff;
            display: block;
        }

            .footsocial ul li a:hover {
                color: #2bc0ca;
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                transition: all 1s ease;
            }

ul.footlink {
    margin: 13px 0 0 0;
    float: right;
}

    ul.footlink li {
        list-style: none;
        display: inline-block;
        font-family: 'Ubuntu', sans-serif;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0 25px;
    }

        ul.footlink li a {
            color: #fff;
        }

            ul.footlink li a:hover {
                color: #2bc0ca;
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                -ms-transition: all 1s ease;
                transition: all 1s ea;
            }

.copyright {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    color: #abadb1;
    font-weight: 400;
    margin: 10px 0 5px 0;
    clear: both;
    text-align: center;
}

.download_apps {
    display: none;
}

    .download_apps img {
        width: 98%;
        margin-top: 20px;
        border-radius: 3px;
    }

#apple, #google {
    position: relative;
    float: left;
    width: 50%;
}

.overlay1, .overlay2 {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}


/*body {
        margin: 0 !important;
        padding: 0 !important;
        color: #272727;
        min-width: 1349px !important;
        width: 100%;
        background: #f2f2f2 !important;
        font-size: 16px !important;
        font-family: Ubuntu-L !important;
    }*/

/*body, .navbar-fixed-top, .navbar-fixed-bottom {
        min-width: 1048px;
    }*/

.setting-menu-top {
    position: absolute;
    top: -10px;
    right: 75px;
    color: #fff !important;
}

.open > .chat-menu > .badge-chat {
    display: none;
}

.open > .frnd-req-menu > .badge-frnd {
    display: none;
}

.messages-menu {
    position: absolute;
    top: 85px;
    width: 310px;
    left: -120px !important;
    z-index: 1000;
    display: none;
    padding: 5px 0;
    margin: 2px 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .messages-menu a.mess {
        float: left;
        padding: 10px 0 0;
    }

    .messages-menu:before {
        position: absolute;
        top: -10px;
        left: 215px;
        display: inline-block;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #ccc;
        border-left: 10px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .messages-menu:after {
        position: absolute;
        top: -9px;
        left: 216px;
        display: inline-block;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #ffffff;
        border-left: 9px solid transparent;
        content: '';
    }

    .messages-menu .all-mess {
        /*padding-bottom: 10px;*/
        border-bottom: 1px solid #d9d9d9;
    }

    .messages-menu h4.head {
        padding-left: 15px;
        color: #222;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
    }

    .messages-menu span.time {
        font-size: 13px;
        color: #888;
        padding-left: 13px;
        /*background: url('/src/app/home/Css/dot.png') no-repeat;*/
        background-position: 12px 15px;
        background-size: 15px;
    }

    .messages-menu p.name {
        color: #333;
        font-weight: bold;
        font-size: 13px;
        margin: 0 10px 0 0;
        float: left;
    }

    .messages-menu span.mess {
        color: #888;
        font-size: 13px;
    }

.request-menu {
    position: absolute;
    top: 85px;
    width: 350px;
    left: -80px !important;
    z-index: 1000;
    display: none;
    padding: 5px 0;
    margin: 2px 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .request-menu:before {
        position: absolute;
        top: -10px;
        left: 144px;
        display: inline-block;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #ccc;
        border-left: 10px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .request-menu:after {
        position: absolute;
        top: -9px;
        left: 145px;
        display: inline-block;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #ffffff;
        border-left: 9px solid transparent;
        content: '';
    }

    .request-menu a.reqs {
        float: left;
        width: 100%;
        border-left: 3px solid #38bfc3;
        padding: 5px 0;
        border-radius: 3px;
        margin-bottom: 10px;
    }

    .request-menu h4.head {
        color: #818181;
        font-size: 16px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .request-menu a.no-border {
        border-left: 0 !important;
    }

    .request-menu .col-md-3 {
        padding-top: 2px;
    }

    .request-menu .all-reqs p.name {
        padding: 12px 0 0;
        color: #333;
        font-weight: bold;
        font-size: 13px;
        float: left;
    }

    .request-menu .all-reqs span.add {
        background: url('/src/app/home/Css/add.png') no-repeat;
        width: 19px;
        height: 17px;
        float: right;
        margin: 13px 5px 0 2px;
    }

    .request-menu .all-reqs span.cross {
        background: url('/src/app/home/Css/cross.png') no-repeat;
        width: 19px;
        height: 17px;
        float: right;
        margin: 13px 0 0 2px;
    }

    .request-menu .all-reqs span.time {
        float: right;
        margin: 12px 10px 0 10px;
        font-size: 13px;
        color: #999;
    }

.recent-messages {
    margin-top: 5px !important;
}

.modal-body {
    margin-top: 50px !important;
}

.job-locations .ui-select-choices-row-inner {
    border-bottom: 1px solid #ddd;
}

.c-form-control {
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}

.btn-theme-light {
    color: #3eccd6 !important;
}

.btn-nsize {
    padding: 12px 30px;
}
/*js*/
.jsw-bg {
    background: url(/images/subscribe-bg.jpg);
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(1px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.jsw .row {
    margin: 0;
}

.jsw .jsw-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}

.jsw .jsw-content {
    padding-top: 125px;
}

.jsw .jsw-intro-text p {
    font-size: 20px;
    color: #fff;
    margin-top: 35px;
    line-height: 25px;
}

.jsw .jsw-logo {
    height: 40px;
}

.jsw .jsw-countdown-wrapper {
    margin-top: 30px;
}

.jsw .jsw-countdown-header h3 {
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.jsw .jsw-countdown {
    margin-top: 25px;
}

    .jsw .jsw-countdown .col-sm-3:after {
        content: ":";
        color: #fff;
        position: absolute;
        right: -5px;
        top: 15%;
        font-size: 50px;
    }

    .jsw .jsw-countdown .col-sm-3:last-child:after {
        content: "";
    }

.jsw .jsw-countdown-part span.jsw-countdown-text {
    display: block;
    font-size: 60px;
    color: #fff;
    text-align: center;
}

.jsw .jsw-countdown-part span.jsw-countdown-label {
    color: #fff;
    display: block;
    text-align: center;
}

.jsw .jsw-countdown .jsw-countdown-part {
    min-height: 90px;
    border: 2px solid #fff;
    border-radius: 5px;
}

.jsw .jsw-card {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    padding: 15px 25px;
    margin: 0 -20px;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
    .jsw .jsw-card {
        margin: 0 !important;
    }
}

.jsw .jsw-card-header {
    background: rgba(225, 227, 230, 0.32);
    margin: -15px -25px 0 -25px;
    border-radius: 5px;
    padding: 20px 25px;
}

    .jsw .jsw-card-header p.jsw-subscription-text {
        margin-left: 55px;
        font-size: 14px;
    }

.jsw form .jsw-form-label {
    font-weight: 400;
}

.jsw form .form-control {
    padding-left: 0;
}

.jsw form .selectize-input {
    border: 0;
    border-radius: 0;
    /*padding-left:0;*/
}

.jsw .jsw-card .jsw-card-body {
    padding-top: 20px;
}

/*/js*/
.c-secondary {
    color: #9299A5;
}

.interviews ul {
    list-style: none;
}

    .interviews ul li {
        margin-bottom: 30px;
    }

        .interviews ul li .interview-item {
            background: #fff;
            padding: 20px 20px;
            border-bottom: 1px solid #ddd;
        }

/*ssssssssssssss*/
.jobs-profile .row {
    margin-left: 0;
    margin-right: 0;
}

.jobs-profile .prof-pic {
    height: 75px;
    width: 75px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.jobs-profile .slider {
    height: 22px;
    width: 48px;
}

.jobs-profile label.switch {
    margin-right: -10px;
    margin-top: -3px;
}

.jobs-profile .pp-form .pp-form-lbl {
    font-size: 12px;
    font-weight: 400;
    color: #9299A5;
    margin-top: 10px;
    padding-left: 2px;
}

.jobs-profile .pp-form .form-group {
    margin-bottom: 30px;
    margin-top: 15px;
}

/*.jobs-profile .pp-form .form-control {
    padding-left: 0;
}*/

.jobs-profile input:checked + .slider {
    background-color: #3eccd6;
}

.jobs-profile .media-left {
    padding-right: 25px;
}

.jobs-profile .p-img-wrapper {
    width: 75px;
    margin: 0 auto;
}

.jobs-profile .pp-photo-overlay {
    position: absolute;
    bottom: 32px;
    width: 78px;
    height: 13px;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    display: none;
}

.jobs-profile .pp-photo:hover .pp-photo-overlay {
    display: block;
}

.jobs-profile .time-period-divider {
    position: absolute;
    right: 15px;
    top: 4px;
    font-size: 25px;
}

.jobs-profile .pp-change-photo {
    font-size: 12px;
    background: #ddd;
    display: block;
    margin-left: 14px;
    margin-right: 15px;
    padding: 3px 5px;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.84);
}

.jobs-profile .pp-card {
    padding: 12px 20px 0 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    margin-top: 15px;
}

.pp-presentation {
    margin-top: 15px;
}

.jobs-profile .pp-skills-card {
    overflow: visible;
}

.jobs-profile .pp-skills {
    overflow: hidden;
}

.about-me-actions {
    float: right;
    margin-top: -2px;
}

.jobs-profile .pp-empty-section {
    background-color: #fffef0;
}

.pp-card label {
    font-weight: normal;
}

.pp-card .pp-card-header {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.pp-card-footer {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 0;
    text-align: center;
    clear: both;
}

    .pp-card-footer .a-file-icon.c-main {
        font-weight: 500;
    }

.jobs-profile .pp-education-title {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.jobs-profile hr {
    margin: 25px -20px;
    border: 1px solid #eee;
    margin-bottom: 0;
    margin-top: 10px;
}

.jobs-profile .pp-education-degree {
    font-size: 14px;
    margin-bottom: 10px;
}

.jobs-profile .pp-education-period {
    display: block;
    font-size: 12px;
    color: #9299A5;
    margin-top: 10px;
    margin-bottom: 35px;
}

.jobs-profile .pp-add-about, .jobs-profile .pp-add-about .form-group {
    position: relative;
}

.firstsub .sub4 .f1 span {
    color: green;
    margin-left: 10px;
}

.jobs-profile .widget.educations, .jobs-profile .widget.experiences {
    border-top: 1px solid #ddd;
    margin: 0 -20px;
    padding: 10px 20px;
    padding-bottom: 0;
}

.jobs-profile .pp-position .pp-position-title {
    font-size: 24px;
    font-weight: 400;
}

.jobs-profile .pp-position .pp-position-company {
    font-size: 16px;
    font-weight: normal;
}

.pp-skill ul.pp-area-skills {
    list-style: none;
}

    .pp-skill ul.pp-area-skills li {
        display: inline-block;
        margin-top: 15px;
        margin-right: 5px;
    }

    .pp-skill ul.pp-area-skills .pp-area-skill {
        background-color: #E6E9EC;
        padding: 5px 10px;
        border-radius: 20px;
    }

.jobs-profile .pp-skill {
    margin-bottom: 25px;
}
/*

*/


.pp-interest ul.pp-area-skills {
    list-style: none;
}

.pp-interest ul.pp-area-interests li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 5px;
}

.pp-interest ul.pp-area-interests .pp-area-interest {
    background-color: #E6E9EC;
    padding: 5px 10px;
    border-radius: 20px;
}

.jobs-profile .pp-interest {
    margin-top: 25px;
    margin-bottom: 25px;
}

.pp-education .btn-edit-education, .pp-position .btn-edit-position, .btn-edit-portfolio {
    /*display: none;*/
    position: absolute;
    right: 35px;
    background: #fff;
    padding: 2px 5px;
}

.pp-add-about .btn-edit-about-me {
    display: none;
    position: absolute;
    right: 0;
    background: #fff;
    padding: 2px 5px;
}

.pp-skill .btn-edit-skill {
    display: none;
    position: absolute;
    right: 20px;
    background: #fff;
    padding: 2px 5px;
}

.pp-interest .btn-edit-interest {
    display: none;
    position: absolute;
    right: 20px;
    background: #fff;
    padding: 2px 5px;
}

.pp-education:hover .btn-edit-education, .pp-position:hover .btn-edit-position, .pp-add-about:hover .btn-edit-about-me, .pp-skill:hover .btn-edit-skill, .pp-interest:hover .btn-edit-interest {
    display: block;
}

.jobs-profile .pp-portfolio {
    margin-bottom: 30px;
}

.jobs-profile .portfolio-files > div {
    margin-bottom: 25px;
}

.jobs-profile div.pp-editable {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    min-width: 100px;
}

    .jobs-profile div.pp-editable:hover, .jobs-profile div.pp-editable:active, .jobs-profile div.pp-editable:focus, .jobs-profile div.pp-editable.active {
        border: 1px solid #ddd;
    }

    .jobs-profile div.pp-editable span {
        display: inline-block;
        width: 100%;
        min-width: 160px;
    }

.pp-editable input {
    border: 0;
    width: 100%;
}

[contenteditable=true]:empty:before {
    content: attr(placeholder);
    display: block;
    color: #9299A5;
    cursor: text;
}

.jobs-profile div.pp-editable img {
    position: absolute;
    display: none;
    right: 5px;
    top: 5px;
}

.jobs-profile div.pp-editable:hover img, .jobs-profile div.pp-editable:active img, .jobs-profile div.pp-editable:focus img, .jobs-profile div.pp-editable.active img {
    display: block;
}

.jobs-profile ul.image-attachments {
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 10px;
    list-style: none;
}

    .jobs-profile ul.image-attachments li .img-remove-overlay {
        display: none;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        background: rgba(0, 0, 0, 0.59);
    }

    .jobs-profile ul.image-attachments li {
        display: inline-block;
        padding-right: 0;
        padding-bottom: 10px;
    }

        .jobs-profile ul.image-attachments li:hover .img-remove-overlay {
            display: block;
        }

        .jobs-profile ul.image-attachments li .img-remove-overlay span {
            display: block;
            margin-top: 40%;
            cursor: pointer;
            color: #eee;
        }

        .jobs-profile ul.image-attachments li img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 50% 20%;
        }

.jobs-profile ul.audio-attachments {
    margin-left: -15px;
    margin-right: -15px;
    list-style: none;
}

    .jobs-profile ul.audio-attachments li {
        display: block;
    }

        .jobs-profile ul.audio-attachments li .audio-track {
            background: #F2F2F2;
            padding: 20px 0;
            margin-bottom: 10px;
        }



.jobs-profile ul.video-attachments {
    margin-left: -15px;
    margin-right: -15px;
    list-style: none;
}

    .jobs-profile ul.video-attachments li {
        display: inline-block;
    }

        .jobs-profile ul.video-attachments li .video-clip video {
            width: 100%;
        }

.jobs-profile ul.file-attachments {
    margin-left: -15px;
    margin-right: -15px;
    list-style: none;
}

    .jobs-profile ul.file-attachments li {
        display: inline-block;
    }

        .jobs-profile ul.file-attachments li .file-item {
            min-height: 175px;
            background: #eee;
            padding-top: 18%;
            text-align: center;
        }

        .jobs-profile ul.file-attachments li .a-file-icon {
            font-size: 50px;
        }

.jobs-profile .portfolio-actions {
    padding: 0;
    padding-left: 15px;
    margin-top: -5px;
    outline: none !important;
}

.jobs-profile .portfolio-actions-abs {
    position: absolute;
    right: 20px;
    outline: none !important;
    top: 0;
}

    .jobs-profile .portfolio-actions-abs + .dropdown-menu {
        position: absolute;
        top: 25px;
        left: 150px;
    }

.jobs-profile .btn-remove-attachments {
    background: #fff;
    padding: 2px 10px;
    color: #F48C78 !important;
    margin-left: 10px;
    min-width: 137px;
}

.firstrightmiddle {
    background-color: white;
    padding-bottom: 2px;
    margin-top: 1px;
    height: 158px;
}

.firstmiddlerow .firstrightmiddle .m1 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.firstrightmiddle .m2 {
    margin-left: 10px;
}

    .firstrightmiddle .m2 span {
        margin-left: 0;
    }

.firstrightmiddle .m3 {
    margin-left: 10px;
}

.firstrightmiddle .m4 span {
    opacity: 0.5;
    margin-left: 24px;
}

.firstmiddlerow .addaboutme {
    background-color: white;
    text-align: center;
    margin-top: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 330px;
}

    .firstmiddlerow .addaboutme span {
        color: #3EccD6;
    }

.secondmiddlerow {
    margin-top: 15px;
}

    .secondmiddlerow .rw1 {
        background-color: #fffef0;
        max-height: 124px;
        min-height: 124px;
    }

        .secondmiddlerow .rw1 img {
            opacity: 0.5;
            margin: 15px;
            max-width: 100px;
        }

    .secondmiddlerow .rw2 {
        margin-top: 20px;
    }

        .secondmiddlerow .rw2 h4 {
            margin-left: 10px;
        }

    .secondmiddlerow .rw3 {
        margin-bottom: 6px;
    }

        .secondmiddlerow .rw3 p {
            margin-left: 10px;
            font-size: 13px;
            opacity: 0.5;
        }

    .secondmiddlerow .rw4 {
        max-width: 330px;
    }

        .secondmiddlerow .rw4 span {
            color: #3EccD6;
        }

.secondmiddleright .rw1 {
    background-color: #fffef0;
    padding-bottom: 3px;
    max-height: 124px;
    min-height: 124px;
}

.secondmiddleright .rw2 img {
    opacity: 0.5;
    max-width: 100px;
    margin-left: 26px;
    margin-top: 2px;
}

.secondmiddleright .rw3 {
    margin-top: 16px;
    margin-bottom: 2px;
    margin-left: 0;
}

    .secondmiddleright .rw3 h4 {
        font-size: 15px;
    }

.secondmiddleright .rw4 {
    margin-bottom: 5px;
    margin-left: 0;
}

    .secondmiddleright .rw4 p {
        font-size: 10px;
        opacity: 0.5;
    }

.secondmiddleright .rw5 {
    background-color: #fffef0;
    max-width: 650px;
}

    .secondmiddleright .rw5 span {
        color: #3EccD6;
    }

.thirdleftrow .rw1 {
    background-color: #fffef0;
    max-height: 124px;
    min-height: 124px;
}

.thirdleftrow .rw2 img {
    opacity: 0.5;
    margin: 30px;
    max-width: 100px;
    margin-left: 12px;
    margin-top: 10px;
}

.thirdleftrow .rw3 .r1 {
    margin-top: 20px;
}

    .thirdleftrow .rw3 .r1 h4 {
        margin-left: 10px;
    }

.thirdleftrow .rw3 .r2 {
    margin-bottom: 6px;
}

    .thirdleftrow .rw3 .r2 p {
        margin-left: 10px;
        font-size: 13px;
        opacity: 0.5;
    }

.thirdleftrow .rw4 {
    max-width: 330px;
}

    .thirdleftrow .rw4 p {
        color: #3EccD6;
    }

.thirdrightrow .rw1 {
    background-color: #fffef0;
    padding-bottom: 3px;
    max-height: 124px;
    min-height: 124px;
}

    .thirdrightrow .rw1 .r1 img {
        opacity: 0.5;
        margin: 24px;
        max-width: 100px;
    }

    .thirdrightrow .rw1 .r2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .thirdrightrow .rw1 .r2 h4 {
            font-size: 15px;
            margin-left: 10px;
        }

    .thirdrightrow .rw1 .r3 {
        margin-bottom: 5px;
        margin-bottom: 5px;
    }

        .thirdrightrow .rw1 .r3 p {
            font-size: 11px;
            opacity: 0.5;
        }

.thirdrightrow .rw2 {
    background-color: #fffef0;
    margin-top: 2px;
}

    .thirdrightrow .rw2 span {
        color: #3EccD6;
    }

.rightside .rw1 {
    font-size: 10px;
    margin-top: 10px;
    background-color: white;
    width: 263px;
}

    .rightside .rw1 .r1 {
        margin: 10px 0 10px 0;
    }

    .rightside .rw1 .r2 a {
        margin-left: 10px;
        color: #3EccD6;
    }

    .rightside .rw1 .r3 {
        margin-bottom: 15px;
    }

        .rightside .rw1 .r3 .rr1 {
            float: right;
        }

            .rightside .rw1 .r3 .rr1 img {
                max-width: 50px;
            }

        .rightside .rw1 .r3 .rr2 {
            margin-left: 0;
        }

            .rightside .rw1 .r3 .rr2 h4 {
                font-size: 14px;
                margin-bottom: 16px;
                font-weight: 600;
            }

    .rightside .rw1 .r4 {
        margin-bottom: 15px;
    }

        .rightside .rw1 .r4 .rr1 {
            float: right;
        }

            .rightside .rw1 .r4 .rr1 img {
                max-width: 50px;
            }

        .rightside .rw1 .r4 .rr2 {
            margin-left: 0;
        }

            .rightside .rw1 .r4 .rr2 h4 {
                font-size: 14px;
                margin-bottom: 16px;
                font-weight: 600;
            }

    .rightside .rw1 .r5 {
        margin-bottom: 15px;
    }

        .rightside .rw1 .r5 .rr1 {
            float: right;
        }

            .rightside .rw1 .r5 .rr1 img {
                max-width: 50px;
            }

        .rightside .rw1 .r5 .rr2 {
            margin-left: 0;
        }

            .rightside .rw1 .r5 .rr2 h4 {
                font-size: 14px;
                margin-bottom: 16px;
                font-weight: 600;
            }

.rightside .rw2 {
    font-size: 10px;
    margin-top: 10px;
    background-color: white;
}

    .rightside .rw2 .r1 {
        margin: 20px 0 20px 0;
    }

        .rightside .rw2 .r1 .rr2 a {
            margin-left: 10px;
            color: #3EccD6;
        }

    .rightside .rw2 .r2 {
        margin-bottom: 10px;
    }

        .rightside .rw2 .r2 .rr1 img {
            max-width: 35px;
            margin-left: 10px;
        }

        .rightside .rw2 .r2 .rr2 {
            margin-top: 8px;
        }

            .rightside .rw2 .r2 .rr2 span {
                font-size: 12px;
                margin-left: 12px;
            }

    .rightside .rw2 .r3 {
        margin-bottom: 10px;
    }

        .rightside .rw2 .r3 .rr1 img {
            max-width: 35px;
            margin-left: 10px;
        }

        .rightside .rw2 .r3 .rr2 {
            margin-top: 8px;
        }

            .rightside .rw2 .r3 .rr2 span {
                font-size: 12px;
                margin-left: 12px;
            }

.skills {
    background-color: #fffef0;
    text-align: center;
    margin-top: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.connectlink {
    color: #3eccd6;
    border: solid 2px #f2f2f2;
    padding: 7px 11px 6px 11px;
    text-decoration: none !important;
    border-radius: 4px;
}

    .connectlink:hover {
        color: #b6b1b1;
        border: solid 2px #3eccd6;
    }

/*/ssssssssssssssssssssss*/


/*chat-area*/

.ccard {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 5px;
    padding: 0 10px 10px 10px;
}

.chat-contacts-wrapper {
    overflow-y: scroll;
    max-height: 500px;
    height: 500px;
}

.chat-area ul.chat-contacts {
    list-style: none;
}

ul.chat-contacts li {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding: 5px 10px;
    margin: 0 -10px;
}

    ul.chat-contacts li.active {
        border-left: 4px solid #3eccd6;
        background: #f9fefe;
    }

    ul.chat-contacts li .chat-contact .chat-contact-image {
        width: 35px;
        height: 35px;
    }

    ul.chat-contacts li .chat-contact {
        position: relative;
    }

        ul.chat-contacts li .chat-contact .unread-badge {
            background: #feb252;
            position: absolute;
            right: 0;
            bottom: 0;
            padding-top: 1px;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            font-size: 11px;
            color: #fff;
            text-align: center;
            margin-top: 5px;
        }
/*/chat-area*/

.w-50p {
    width: 50px;
}

.h-50p {
    height: 50px;
}

.f-400 {
    font-weight: 400 !important;
}

.fs-28 {
    font-size: 28px;
}

.fs-40 {
    font-size: 40px;
}

.c-light {
    color: #eee;
}

.m-l-45 {
    margin-left: 45px;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.pd-t-100 {
    padding-top: 100px;
}

.space-top {
    margin-top: 18px;
}

.white-bg {
    background: #fff;
    margin-bottom: 15px;
}

.p-block {
    padding: 20px 15px;
}

.profileimg img {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    display: block;
}

.profileimg h3 {
    padding-bottom: 10px;
}

.profileimg td {
    font-size: 13px;
    border: 0 !important;
    ;
}

.grey {
    color: #a9a9a9;
}

.padding-zero2 {
    padding-bottom: 0 !important;
}

.padding-zero {
    padding-top: 0 !important;
}

.p-connections-list {
    padding: 6px;
}

    .p-connections-list h4 {
        font-size: 18px;
        padding: 30px 0 15px 15px;
    }

    .p-connections-list .col-md-4 {
        padding: 3px;
    }

    .p-connections-list p {
        font-size: 12px;
        position: absolute;
        bottom: 9px;
        color: #fff;
        text-shadow: 0 1px 1px #000;
        left: 15px;
        line-height: 15px;
        max-width: 80px;
    }

    .p-connections-list img {
        width: 95px;
        height: 95px;
        object-fit: cover;
    }

    .p-connections-list .p-connection-overlay {
        -webkit-filter: blur(2px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
        /* height: 100%; */
        background: rgba(0, 0, 0, 0.14);
        /* width: 100%; */
        display: block;
        position: absolute;
        left: 5px;
        right: 5px;
        top: 5px;
        bottom: 5px;
    }

.p-connections-listthree {
    padding: 0;
}

    .p-connections-listthree h4 {
        font-size: 18px;
        padding: 30px 0 15px 21px;
    }

    .p-connections-listthree h5 {
        border-top: 1px solid #efefef;
        padding: 15px 0 0 21px;
    }

    .p-connections-listthree p {
        padding: 4px 0 20px 21px;
        color: #999;
    }

.ulright li {
    display: inline;
    margin-right: 60px;
}

    .ulright li:first-child {
        margin-left: -15px;
    }

.t-connections .t-connection {
    background: #fff;
    padding: 15px 25px 28px 25px;
    margin-bottom: 0;
    position: relative;
    clear: both;
}

.t-connection .connection-name {
    margin: 18px 0 4px;
    font-weight: 300;
    font-size: 18px;
    display: inline-block;
    color: #272727;
}

.t-connection img {
    width: 90px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
}

.t-connection .btn-theme {
    position: absolute;
    top: 30px;
    right: 25px;
}

.w-posts .w-post {
    background: #fff;
    padding: 20px 25px 0 25px;
    margin-bottom: 10px;
}

.w-post .w-my-comment {
    background: rgba(249,249,249,.8);
    margin-left: -25px;
    border-top: 1px solid #eee;
    margin-right: -25px;
    padding: 15px 25px;
    padding-bottom: 1px;
    padding-left: 95px;
}

    .w-post .w-my-comment img {
        width: 35px;
        height: 35px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .w-post .w-my-comment .form-group {
        margin-left: 45px;
    }

    .w-post .w-my-comment input {
        border: 1px solid rgb(238, 238, 238);
    }

.app-shadow {
    /*-moz-box-shadow: 1px 1px 1px 1px #eae4e4;
    -webkit-box-shadow: 1px 1px 1px 1px #eae4e4;
    box-shadow: 1px 1px 1px 1px #eae4e4;*/
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
}

.w-post .w-post-left {
    float: left;
}

.w-post .w-post-body {
    margin-left: 75px;
    position: relative;
}

    .w-post .w-post-body .fs-14 p {
        font-size: 14px;
    }

.w-post .w-post-footer {
    padding: 15px 0;
    margin-left: 75px;
    padding-bottom: 30px;
}

    .w-post .w-post-footer ul, .w-post-attachments ul {
        list-style: none;
    }

        .w-post .w-post-footer ul li, .w-post-attachments ul li {
            display: inline-block;
        }

.w-post .w-post-comments {
    background: rgba(249, 249, 249, 0.8);
    margin-top: 0;
    /* border-top: 2px solid #eee; */
    margin-left: -25px;
    margin-right: -25px;
    padding: 15px 25px;
    padding-top: 0;
    padding-bottom: 0;
}

.w-posts {
    background: #f2f2f2;
}

.w-post .w-sub-post {
    /*border-top: 2px solid #eee;*/
    /*padding-top: 15px;*/
    margin-left: 80px;
}

.w-sub-post .hr-level-1 {
    margin-left: -105px;
    margin-right: -25px;
    margin-top: 0;
    margin-bottom: 12px;
}

.w-sub-post .hr-level-2 {
    margin-left: -185px;
    margin-right: -25px;
    margin-top: 0;
    margin-bottom: 12px;
}

.new-post-wrapper textarea {
    padding-top: 22px;
    padding-left: 25px;
    padding-right: 25px;
    border: none !important;
}

    .new-post-wrapper textarea:hover, .new-post-wrapper textarea:active, .new-post-wrapper textarea:focus {
        border: none !important;
    }

.new-post-attachments {
    background: #fff;
    min-height: 55px;
    padding: 10px 15px;
    border-top: 2px solid #eee;
}

    .new-post-attachments .btn-theme {
        padding-left: 20px;
        padding-right: 20px;
    }

.new-post-wrapper textarea:focus + .new-post-attachments, .new-post-wrapper textarea:active + .new-post-attachments {
    display: block;
}

.attach-img {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 25px;
}

.jobs-profile .pp-card-header {
    margin-bottom: 10px !important;
}

.outerbox {
    display: block;
}

.left-connect {
    width: 100%;
    padding: 12px;
    text-align: center;
    background: #f2f2f2;
    border-right: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
}

.right-drop {
    width: 17%;
    padding: 1px 0 13px;
    text-align: center;
    float: left;
    background: #f2f2f2;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 23px;
}

.outerbox li a {
    color: #3eccd6 !important;
}


.profile-btnleft a, .profile-btnright a {
    color: #fff;
    display: block;
    text-align: center;
}

.profile-btnleft {
    float: left;
    border: 1px solid #3eccd6;
    padding: 11px;
    width: 100%;
    border-radius: 4px;
    background: #3eccd6;
    font-size: 14px;
    color: #fff;
    /*margin: 12px 0 20px;*/
}

.profile-btnright {
    text-align: center;
    float: right;
    width: 100%;
    border: 1px solid #3eccd6;
    padding: 11px;
    border-radius: 4px;
    background: #3eccd6;
    font-size: 14px;
    color: #fff;
    /*margin: 12px 0 20px;*/
}

.fr-notif-actions {
    border: 1px solid #ddd;
    padding: 2px 3px;
    cursor: pointer;
    font-size:20px !important;
}

.friend-requests .friend-request:first-child {
    border-top: 1px solid #ddd;
}

.friend-requests .friend-request {
    margin-bottom: 7px;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}

.margin0 {
    margin-top: 0;
}


.w-post-footer img {
    width: 18px;
    margin: -2px 4px 0 4px;
}

.padrt {
    padding-right: 5px;
}

.red {
    color: #f56669;
}

.yellow {
    color: #eab40b;
}

.s-connect {
    border-bottom: 2px solid #f3f3f3;
    overflow: hidden;
    background: #fff;
    padding: 20px 20px;
}

    .s-connect .connect-actions {
        float: right;
        margin-top: -18px;
    }

    .s-connect img.connection-img {
        float: left;
        width: 90px;
        height: 90px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-right: 20px;
    }

    .s-connect h4 {
        margin: 18px 0 4px;
        font-weight: 300;
        font-size: 18px;
        display: inline-block;
        color: #272727;
    }

    .s-connect p:last-child {
        padding-bottom: 16px;
    }

.mbt-0 {
    margin-bottom: 0 !important;
}

.center-bx-outer {
    width: 220px;
    height: 36px;
    margin: 40px auto;
    text-align: center;
    background: #e5e5e5;
    border-radius: 200px;
    margin-top: 15px;
}

.c-switch {
    width: 50%;
    float: left;
    border-radius: 4px;
    background: #e5e5e5;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
}

    .c-switch.selected {
        background: #2fbfc9;
        color: #fff;
    }

.s-course {
    padding: 20px 30px;
    font-size: 30px;
    position: relative;
    background: #fff;
}

    .s-course h5 {
        font-size: 20px;
        font-weight: 300;
        color: #2fbfc9;
    }

    .s-course .more-classmates {
        font-size: 18px;
        color: #9299A5;
        padding-top: 12px;
        font-weight: 100;
        text-align: right;
    }

    .s-course img {
        width: 35px;
        height: 35px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%;
        border: 2px solid #fff;
        margin-left: -14px;
    }

.img-stc {
    float: left;
    margin-left: 12px;
    width: 80%;
}

.img-num {
    float: right;
    width: 14%;
}

.summer-p h4 {
    padding-bottom: 10px;
}

    .summer-p h4 span {
        font-size: 14px;
        padding-left: 20px;
    }

.block-b-spc {
    margin-bottom: 20px;
}

.p-image-overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    left: 0;
    border-radius: 50%;
    right: 0;
    background: rgba(238, 238, 238, 0.48);
    margin: 0 auto;
}

    .p-image-overlay .p-update-photo-btn {
        font-size: 12px;
        font-weight: 500;
        position: absolute;
        bottom: 20px;
        width: 88px;
        left: 0;
        cursor: pointer;
        right: 0;
        margin: 0 auto;
        background: rgba(39,39,39,0.3);
        padding: 9px 5px;
        border-radius: 5px;
        color: #fff;
    }

.profileimg:hover .p-image-overlay {
    display: block;
}

.pp-portfolios:hover .btn-edit-portfolio {
    display: block;
}

.pp-image-wrapper {
    position: relative;
}

.jobs-profile .add-more-image {
    border: 2px dashed #ddd;
    text-align: center;
    padding-top: 25%;
    cursor: pointer;
}

    .jobs-profile .add-more-image i {
        font-size: 50px;
        display: block;
    }

.jobs-profile .add-more-audio {
    clear: both;
    border: 2px dashed #ddd;
    margin: 0 15px;
    padding: 18px 0;
    text-align: center;
    cursor: pointer;
}

.jobs-profile .add-more-files {
    width: 100%;
    border: 2px dashed #ddd;
    background: transparent !important;
    cursor: pointer;
    padding-top: 25% !important;
}

.skills-select2 {
    height: auto !important;
    min-height: 35px;
}

    .skills-select2 .ui-select-search {
        position: absolute;
    }

/*.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -61px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}*/


/*manage profile css starts from here ==========================================================================*/

.profile-a h3 {
    padding: 25px 0;
    font-size: 20px;
}

.space-tab {
    margin-top: 30px;
}

.block-space {
    margin-top: 15px;
    display: block;
}

.tab-left span {
    font-size: 18px;
    line-height: 28px;
    color: #a9a9a9;
}

.profiletable {
    padding-bottom: 30px;
}

    .profiletable td {
        padding: 30px 10px 15px 15px !important;
    }

        .profiletable td span {
            font-size: 13px;
            color: #a9a9a9;
            display: block;
        }

.selectwid {
    width: 242px;
}

.profiletable p {
    border-top: 1px solid #e3e3e3;
    text-align: center;
    padding-top: 26px;
    margin-top: 24px;
}

.profiletable h5 {
    text-align: center;
    padding-top: 26px;
}
/*manage profile css starts from here ==========================================================================*/

.top-clsmt h3 {
    padding: 30px 0;
    font-size: 22px;
}

    .top-clsmt h3 span {
        display: block;
        font-size: 14px;
        line-height: 24px;
        color: #3eccd6;
        border-bottom: 1px dashed #3eccd6;
        width: 170px;
    }

.classmate-card {
    padding-top: 1px;
}

    .classmate-card h4 {
        font-size: 18px;
        text-align: center;
        padding: 10px 0 20px;
    }

.classmate-card-footer {
    margin: 0;
}

.classmate-card-body {
    cursor: pointer;
}

.classmate-card-footer .footer-item {
    border: 1px solid #eee;
    text-align: center;
}

.classmate-card a {
    background: #fff;
    margin: 0;
    padding: 15px 0;
    display: block;
    color: #3eccd6;
    font-size: 14px;
}

.p-classmates {
    padding-left: 25px;
    padding-right: 40px;
}

.p-MyCourses {
    padding-left: 25px;
    padding-right: 40px;
}

    .p-MyCourses h3 {
        padding: 30px 0 15px;
    }


.course-sec-gap p {
    font-size: 16px;
    padding: 30px 0 15px;
}

.course-inr h6 {
    font-size: 11px;
    color: #A3ACBA;
    padding-left: 25px;
}

.fill-white {
    overflow: hidden;
    margin: 10px 0;
}

    .fill-white h4 {
        font-size: 16px;
        display: block;
        /*padding: 36px 5px 18px;*/
    }

        .fill-white h4 span {
            font-size: 12px;
            color: #9299A5;
            display: block;
            line-height: 18px;
        }

    .fill-white h5 {
        font-size: 12px;
        display: block;
        padding: 36px 0 0;
        color: #9299A5;
    }

.clsnts h3 span {
    width: 108px;
}

.clsnts h4 {
    color: #fff;
    font-size: 14px;
    background: #2FBFC9;
    text-align: center;
    width: 116px;
    padding: 14px;
    position: absolute;
    bottom: 18px;
    right: 0;
    border-radius: 4px;
    cursor: pointer;
}

.p-imgbx-c {
    float: left;
    width: 320px;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 92px;
}

.imgbx {
    width: 80px;
    float: left;
}

    .imgbx img {
        display: block;
        margin: auto;
        margin-bottom: 8px;
        margin-top: 14px;
    }

    .imgbx span {
        color: #272727;
        font-size: 11px;
        text-align: center;
        display: block;
    }

.img-count {
    color: #2FBFC9;
    font-size: 16px;
    border: 1px dashed #dcdcdc;
    float: right;
    padding: 11px 6px;
    margin-top: 15px;
}

.clsntss h6 {
    padding-left: 0;
}


.img-countsec {
    border: none;
    float: left;
}


.rt-form-slt input, .rt-form-slt select {
    background: transparent;
    margin-bottom: 30px;
    color: #9299A5;
}

.rt-form-slt i {
    position: absolute;
    margin-top: -57px;
    right: 0;
    color: c0c0c0;
    font-size: 20px;
}

.clsnts h3 em {
    font-style: normal;
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #272727;
    width: 208px;
    padding-top: 15px;
}


.note7 h4 {
    bottom: 48px;
}

.note7 p {
    color: #272727;
    font-size: 16px;
    padding: 0 0 15px;
}

.cls-note img {
    border-radius: 0;
    width: 180px;
    margin-top: 5px;
    height: 240px;
    margin-bottom: 5px;
}

.cls-note h5 {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #fff;
    background: #525252;
    padding: 12px 20px;
    border-radius: 20px;
}

.cls-note-footer {
    border: none;
}

    .cls-note-footer p {
        padding: 10px 4px;
        font-size: 14px;
    }

.itms-box {
    float: left;
    width: 100%;
    padding: 0 4px;
    margin-bottom: 15px;
}

.item-box-subitm {
    float: left;
    width: 25%;
    color: #9299A5;
}

.itms-box i {
    font-size: 12px;
    margin-top: 3px;
}


.manage-files h6 {
    padding-left: 0;
}

.manage-file-bx {
    overflow: visible;
}

.delete-note-modal .modal-content {
    margin-top: 75px;
}

.manage-file-bx h4 {
    /*padding: 24px 5px 20px;*/
    color: #2FBFC9;
}

.manage-file-bx h5 {
    font-size: 16px;
    display: block;
    padding: 24px 5px 20px;
    color: #272727;
}

.manage-file-bx h6 {
    font-size: 12px;
    color: #9299A5;
    margin: 31px 0 0 0;
}

.manage-file-bx h5 span {
    font-size: 12px;
    color: #9299A5;
    display: block;
    line-height: 12px;
    padding-top: 5px;
}

.manage-file-bx p {
    color: #9299A5;
    font-size: 14px;
    margin: 30px 0 0 -7px;
}

.manage-file-bx h4 span {
    line-height: 12px;
    padding-top: 5px;
}

.manage-file-bx em {
    font-style: normal;
    font-size: 14px;
    display: block;
    margin-top: 30px;
    color: #272727;
}

.manage-file-bx img {
    margin-top: 18px;
    cursor: pointer;
}

h6.pd-l {
    padding-left: 15px;
}

.p-cont-box {
    width: 100%;
    /* float: left; */
    /*position: absolute;
    bottom: 8px;
    top: 50px;*/
}

.p-count-box-sub {
    width: 30%;
    float: left;
    margin-left: 6px;
    color: #9299A5;
}

    .p-count-box-sub i {
        font-size: 13px;
        margin-right: 3px;
        color: #cfcfd0;
        margin-top: 0;
    }

.modal-body {
    margin-top: 0;
    padding: 0 15px;
}

.pop h4 {
    font-size: 12px;
}

.table > tbody > tr > td {
    border-top: 0 solid #ddd;
}





/*vikash css ==========================================================================*/

.s-course {
    min-height: 120px;
    border-bottom: 1px solid #e3e5e9;
    margin-bottom: 0 !important;
}

    .s-course .s-course-states .state-part {
        background: #FF6C3C;
        padding: 6px 9px;
        line-height: 7px;
        display: inline-block;
        color: #fff;
        border-radius: 5px;
        position: relative;
    }

        .s-course .s-course-states .state-part strong {
            font-size: 14px;
            margin-left: 8px;
            vertical-align: top;
        }

        .s-course .s-course-states .state-part i {
            font-size: 9px;
            position: absolute;
            left: 6px;
            top: 5px;
        }

    .s-course .s-course-states {
        position: absolute;
        right: 15px;
        top: 13px;
    }

.right-text {
    text-align: right;
}

.marg {
    margin-top: 40px;
}


.marg2 {
    margin-top: -20px;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #d9d8d8;
}

    .marg2:hover {
        margin-top: -20px;
        border-top-width: thin;
        border-top-style: solid;
        border-top-color: #d9d8d8;
        background: #e0f6f7;
    }

    .marg2:active {
        margin-top: -20px;
        border-top-width: thin;
        border-top-style: solid;
        border-top-color: #d9d8d8;
        background: #e0f6f7;
    }

.marg-3 {
    background: #FFF;
    height: 60px;
}

.marg4 {
    margin-top: 15px;
}

.marg5 {
    margin-top: 30px;
}

.marg6 {
    margin-top: 45px;
}

.marg7 {
    margin-top: -65px;
    float: right;
}

.marg8 {
    margin-left: 20px;
}

.marg9 {
    margin-top: 50px;
}

.marg10 {
    margin-top: 45px;
}


.magic-font {
    font-size: 22px;
    font-weight: 400;
}

.magic-font2 {
    font-size: 14px;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    background-color: #3eccd6;
    border-color: #3eccd6;
}

    .magic-font2:active, .magic-font2:focus {
        font-size: 14px;
        font-weight: 400;
        padding-left: 25px;
        padding-right: 25px;
        color: #fff;
        background-color: #3eccd6;
        border-color: #3eccd6;
    }


    .magic-font2:hover {
        font-size: 14px;
        font-weight: 400;
        padding-left: 25px;
        padding-right: 25px;
        color: #fff;
        background-color: #3eccd6;
        border-color: #3eccd6;
    }

.magic-font3 {
    font-size: 14px;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    background-color: #3eccd6;
    border-color: #3eccd6;
    margin-left: 40px;
    margin-top: 10px;
}

    .magic-font3:hover, .magic-font3:active, .magic-font3:focus {
        font-size: 14px;
        font-weight: 400;
        padding-left: 25px;
        padding-right: 25px;
        color: #fff;
        background-color: #3eccd6;
        border-color: #3eccd6;
        margin-left: 40px;
        margin-top: 10px;
    }

.s-course {
    width: 100%;
}

    .s-course:hover, .s-course.activecourse {
        width: 100%;
        background: #e0f6f7;
    }


.magic-scrol {
    overflow: scroll;
    overflow-x: hidden;
    padding: 0;
}

.magic-border {
    border-bottom: dotted thin #2FBFC9;
    display: inline-block;
    text-transform: capitalize;
    padding-bottom: 5px;
    color: #2FBFC9;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
}


.secondary {
    font-size: 12px;
}

.magic-tab {
    font-size: 14px;
}

.s-search-course .input-group-btn, .s-search-course input {
    border-bottom: 1px solid #e3e5e9 !important;
}

textarea.course-wall-new-message::-webkit-input-placeholder {
    color: #a8a8a8 !important;
    font-size: 14px;
}

textarea.course-wall-new-message:-moz-placeholder { /* Firefox 18- */
    color: #a8a8a8 !important;
    font-size: 14px;
    opacity: 1;
}

textarea.course-wall-new-message::-moz-placeholder { /* Firefox 19+ */
    color: #a8a8a8 !important;
    font-size: 14px;
    opacity: 1;
}

textarea.course-wall-new-message:-ms-input-placeholder {
    color: #a8a8a8 !important;
    font-size: 14px;
}

/**/
input.magic-form::-webkit-input-placeholder {
    color: #bebebe !important;
    font-size: 12px;
}

input.magic-form:-moz-placeholder { /* Firefox 18- */
    color: #bebebe !important;
    font-size: 12px;
    opacity: 1;
}

input.magic-form::-moz-placeholder { /* Firefox 19+ */
    color: #bebebe !important;
    font-size: 12px;
    opacity: 1;
}

input.magic-form:-ms-input-placeholder {
    color: #bebebe !important;
    font-size: 12px;
}

.magic-padd {
    padding-bottom: 15px;
    padding-top: 5px;
}

.magic-padd2 {
    padding-top: 20px;
}

.magic-padd3 {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #3eccd6;
    border-color: #3eccd6;
}

    .magic-padd3:hover {
        padding-left: 20px;
        padding-right: 20px;
        background-color: #3eccd6;
        border-color: #3eccd6;
    }



.magic-lebal {
    font-size: 12px;
    font-weight: 500;
    margin-left: 1px;
}

.magic-lebal2 {
    font-size: 12px;
    font-weight: 300;
    margin-top: -9px;
    padding-left: 1px;
}


.magic-box {
    padding-right: 0;
    padding-left: 0;
    width: 23%;
    margin-left: 5px;
    border: thin solid #CCC;
}


.onlyforMyCourseSpan span {
    background: #ff6c3d;
    color: #fff;
    font-size: 11px;
    width: 20px;
    padding: 1px 4px;
    border-radius: 4px;
    position: relative;
    top: 0;
    left: 0;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/**/

#setting-menu #setting:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 30% !important;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,.1) transparent;
}

#setting-menu #setting:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 32% !important;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

/*.selectize-control.single .selectize-input, .selectize-dropdown.single {
border-color: #3eccd6!important;
    background: #3eccd6!important;
    box-shadow: 0 0;
}*/
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
    border-color: #e0e0e0;
}
/*.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a {
    color: #fff !important;
    background-color: #3eccd6 !important;
    height: 50px !important;
}*/

.navbar-nav .h-divider {
    border-left: 1px solid #38bfc3;
    height: 50px;
    margin-top: -4px;
    margin-left: 10px;
    margin-right: 10px;
}

#navbar .right-navbar-border {
    border-right: 1px solid #38bfc3;
    height: 50px;
}

#setting-menu {
    padding-top: 4px;
}

    #setting-menu.navbar-nav > li > a > span {
        color: #fff;
        font-weight: 500;
    }


#drp1 .ui-select-search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #caeff2;
    font-size: 14px;
}

#drp1 .ui-select-search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #caeff2;
    font-size: 14px;
    opacity: 1;
}

#drp1 .ui-select-search::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #caeff2;
    font-size: 14px;
    opacity: 1;
}

#drp1 .ui-select-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #caeff2;
    font-size: 14px;
}

#drp1 .ui-select-search, #drp1 .ui-select-match {
    color: #fff;
    font-size: 14px;
}

#drp1 .selectize-input {
    background-color: transparent !important;
    border: 0;
}

.maga-font {
    font-size: 14px;
    font-weight: bold;
}

.mega-color {
    color: #3eccd6;
}

.mega-marg {
    margin-top: 38px;
}

.mega-marg2 {
    margin-top: 10px;
}

.mega-marg3 {
    color: #2fbfc9;
    margin-top: 10px;
    font-size: 13px;
    margin-left: 56px;
}

.mega-marg4 {
    color: #2fbfc9;
    margin-top: 10px;
    font-size: 13px;
    margin-left: 10px;
}

.mega-marg5 {
    margin-top: 16px;
}

.mega-marg6 {
    margin-top: 25px;
}

.mega-marg7 {
    margin-top: -5px;
}

.mega-marg8 {
    margin-top: 22px;
}

.mega-marg9 {
    margin-top: 4px;
    margin-bottom: 5px;
}


.mega-padd {
    padding-top: 25px;
}

.mega-back {
    padding: 0;
}
/*.mega-back2 {
	background: #FFF;
	margin-left: -20px;
	margin-right: 20px;
	padding-bottom: 20px;
	padding-top: 5px;
	margin-bottom: 10px;
}*/
/*.mega-back3 {
	background: #fffef0;
	margin-left: -20px;
	margin-right: 20px;
	padding-bottom: 20px;
	padding-top: 5px;
	margin-bottom: 10px;
}*/
.mega-box1 {
    width: 35%;
    float: left;
}

    .mega-box1 img {
        width: 105px;
        height: 105px;
        border-radius: 50%;
        display: block;
        margin: 25px auto 15px;
    }

.mega-box2 {
    width: 65%;
    float: left;
    padding-top: 25px;
    padding-left: 25px;
}

    .mega-box2 a {
        color: #2fbfc9;
        margin-top: 10px;
    }

    .mega-box2 p {
        margin-bottom: 5px;
    }

    .mega-box2 h3 {
        font-size: 20px;
        font-weight: 100;
        color: #2727272;
        font-family: Ubuntu-Light, Ubuntu;
        margin-bottom: 4px;
    }

.mega-butt {
    color: #2fbfc9;
    /*margin-top: 16px;*/
}

.mega-box3 {
    width: 15px;
    height: 15px;
    /*float: right;*/
    padding: 1px 5px;
    text-align: center;
    border-radius: 50%;
    border: thin solid #3eccd6;
    color: #3eccd6;
    margin-top: 22px;
    /*margin-right: 30px;*/
    font-size: 12px;
}

.mega-box4 {
    width: 35%;
    float: left;
    padding-top: 20px;
    padding-left: 7px;
}

    .mega-box4 h4 {
        margin-bottom: 15px;
    }

    .mega-box4 p {
        font-size: 12px;
        margin-bottom: 6px;
        color: #9e9e9e;
    }

.mega-box5 {
    width: 65%;
    float: left;
    padding-top: 20px;
    padding-left: 25px;
}

    .mega-box5 p {
        font-size: 12px;
        margin-bottom: 6px;
        color: #2c2a2a;
    }

.mega-box6 {
    width: 100%;
    float: left;
    height: 1.5px;
    margin-top: 10px;
    background: #ebebeb;
}

.mega-box7 {
    width: 30%;
    float: left;
    padding-top: 20px;
    padding-left: 7px;
    text-align: center;
}

.mega-box8 {
    width: 70%;
    float: left;
    padding-top: 20px;
    padding-left: 25px;
}

    .mega-box8 h4 {
        margin-bottom: 10px;
    }

    .mega-box8 p {
        font-size: 12px;
        color: #b2b2b2;
    }



.mega-box9 {
    width: 100%;
    float: left;
}


.mega-box10 {
    max-width: 100%;
    background: #f2f2f2;
    height: 35px;
    border-radius: 20px;
    float: left;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 5px;
}




.mega-box11 {
    width: 38%;
    float: left;
    padding-top: 20px;
    padding-left: 7px;
}

    .mega-box11 h4 {
        margin-bottom: 15px;
    }

    .mega-box11 p {
        font-size: 12px;
        margin-bottom: 6px;
        color: #9e9e9e;
    }

.mega-box12 {
    width: 62%;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
}



.mega-box13 {
    width: 100%;
    float: left;
    padding-top: 15px;
    font-size: 12px;
    line-height: 18px;
}

.r-part {
    background: #fff;
    padding: 20px 25px;
    min-height: 280px;
}

    .r-part .r-part-header {
        margin-bottom: 15px;
    }

        .r-part .r-part-header label {
            font-weight: 500;
            font-size: 20px;
        }

    .r-part .add-more-files {
        background: #f2f2f2;
        text-align: center;
        padding: 39px 0;
        border: 2px dashed #ddd;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-top: 5px;
    }

    .r-part.on-drag-enter {
        border: 4px solid #3eccd6;
    }

    .r-part .file-item img {
        height: 70px;
    }

    .r-part .resume-actions-abs {
        position: absolute;
        right: 0;
        outline: none;
    }

        .r-part .resume-actions-abs:active:focus {
            outline: none;
        }

    .r-part .file-item {
        background: #f2f2f2;
        padding: 20px 0;
        padding-top: 30px;
        text-align: center;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-top: 5px;
    }

    .r-part .file-attachments {
        list-style: none;
    }

    .r-part .file-item .uploading-state {
        position: absolute;
        top: 12px;
        left: 20px;
        font-size: 12px;
    }

    .r-part .failedIndicator {
        position: absolute;
        top: 5px;
        bottom: 0;
        right: 15px;
        left: 15px;
        background: rgba(0, 0, 0, 0.49);
        border-radius: 5px;
    }

        .r-part .failedIndicator a {
            margin-top: 42%;
            display: block;
            color: blanchedalmond;
            font-weight: 500;
            text-decoration: underline !important;
            font-size: 22px;
        }

        .r-part .failedIndicator .rem-file-i {
            float: right;
            margin-right: 5px;
            margin-top: 5px;
            color: #e8e6e6;
            cursor: pointer;
        }

            .r-part .failedIndicator .rem-file-i:hover {
                color: #fff;
            }

    .r-part .dropdown-wrapper {
        width: 85px;
        height: 25px;
        position: relative;
        float: right;
    }

    .r-part .file-item .rename-wrapper {
        position: absolute;
        background: #fff;
        text-align: left;
        padding: 20px 10px;
        width: 150%;
        top: 60px;
        z-index: 9;
    }

        .r-part .file-item .rename-wrapper input {
            border: 1px solid #ddd;
            background: #ffffef;
        }

    .r-part .file-item.selected {
        background: #3eccd6;
        color: #fff;
    }

.select-resume-wrapper {
    padding: 20px 20px;
}

    .select-resume-wrapper > div.row {
        border: 1px solid #ddd;
    }

        .select-resume-wrapper > div.row > div.col-sm-6 {
            border-right: 1px solid #ddd;
        }

    .select-resume-wrapper .r-part .file-item img {
        height: 55px;
    }

    .select-resume-wrapper .r-part .add-more-files {
        padding: 32px 0;
    }

.no-chatbar .right-sidebar {
    display: none;
}
/*myCourses New*/
.wrap-bg {
    background-image: url(/images/welcome-bg.jpg);
    margin-top: 9px;
    padding: 0;
    position: relative;
    background-size: cover;
}

.layer {
    background-color: rgba(226, 226, 226, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.f-welcome input.ui-select-search::-webkit-input-placeholder {
    color: #bebebe !important;
    font-size: 14px;
}

.f-welcome input.ui-select-search:-moz-placeholder { /* Firefox 18- */
    color: #bebebe !important;
    font-size: 14px;
    opacity: 1;
}

.f-welcome input.ui-select-search::-moz-placeholder { /* Firefox 19+ */
    color: #bebebe !important;
    font-size: 14px;
    opacity: 1;
}

.f-welcome input.ui-select-search:-ms-input-placeholder {
    color: #bebebe !important;
    font-size: 14px;
}

.top-band {
    background: #f8f8f8;
    padding: 20px;
    margin-top: 50px;
}

    .top-band h1 {
        font-size: 30px;
        color: #272727;
        text-align: center;
        padding-top: 15px;
    }

.circle-symbol {
    width: 140px;
    margin: 10px auto 0;
}

.circle-symbol-clrd {
    color: #2FBFC9 !important;
}

.top-band i {
    color: #dbdbdb;
    text-align: center;
    font-size: 14px;
    margin: 8px 10px 0;
}

.welcm-middl {
    background: #fff;
    padding: 30px 50px;
    overflow: visible;
    clear: both;
}

    .welcm-middl h2 {
        font-weight: 300;
        font-size: 22px;
        color: #272727;
        text-align: center;
    }

.wl-school-block {
    width: 65%;
    margin-top: 26px;
}

/*.wl-school-block select {
        padding: 0;
    }*/

.wl-dcp-block {
    width: 100%;
}

.wl-dcp-contentbx {
    width: 30%;
    margin-left: 5%;
    margin-top: 26px;
}

    .wl-dcp-contentbx select {
        padding: 0;
    }

.wl-btn-block {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-top: 40px;
    padding-bottom: 25px;
}

a.wl-add-btn, a.wl-add-btn:hover {
    background: #2FBFC9;
    color: #fff;
    width: 122px;
    padding: 12px;
    border-radius: 3px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}

.wel-added-block {
    margin-top: 26px;
    overflow: hidden;
}

.wel-ad-bx {
    float: left;
    border: 1px solid #bbb;
    width: 24%;
    padding: 12px 15px;
    position: relative;
    margin-left: 1.3%;
}

    .wel-ad-bx p {
        font-size: 20px;
        color: #272727;
        font-weight: 300;
        padding-bottom: 6px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow:hidden;
    }

    .wel-ad-bx i {
        color: #C9CCD2;
        position: absolute;
        bottom: 24px;
        right: 10px;
    }

.wl-footer {
    background: #f8f8f8;
    padding: 28px;
    float: left;
    width: 100%;
    text-align: center;
}

.footer-btn-box {
    /*width: 260px;*/
    display: block;
    /*margin: auto;*/
}

a.ftr-add-btn, a.ftr-add-btn:hover {
    background: #2FBFC9;
    color: #fff;
    width: 125px;
    padding: 12px;
    border-radius: 3px;
    text-align: center;
    margin-left: 18px;
}

.wel-second-block {
    display: block;
    float: left;
    width: 100%;
}

.wel-sec-img-box {
    float: left;
    margin: 20px 1% 10px;
    width: 18%;
}
.listNewBooks-Modal .modal-content{
    margin-top:75px;
}
.wel-sec-img-box img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin: auto;
}

    .wel-sec-img-box p {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    max-height: 42px;
    margin: 7px 16px;
    line-height: 18px;
    min-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    }

a.wel-sec-btn {
    font-size: 12px;
    color: #2FBFC9;
    border: 1px solid #CCD0D5;
    background: #fff;
    border-radius: 3px;
    display: block;
    margin: auto;
    /*width: 74px;*/
    text-align: center;
    padding: 8px;
}

.facebook-block {
    float: left;
    display: block;
    width: 100%;
    margin-top: 20px;
}

.fb-blk-left {
    width: 15%;
    float: left;
}

    .fb-blk-left img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        float: right;
        margin-right: 15px;
    }

.fb-blk-right {
    width: 85%;
    float: left;
    border: 1px solid #eee;
}

    .fb-blk-right textarea {
        border: transparent;
        font-size: 12px;
        line-height: 21px;
        color: #272727;
    }

.share-fb {
    width: 85%;
    margin-left: 15%;
    font-size: 12px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 15px 11px;
    background: #fdfdfe;
}

    .share-fb input[type=checkbox] {
        margin: 17px 0 0;
    }

    .share-fb span {
        padding: 10px;
    }

a.fb-post-btn, a.fb-post-btn:hover {
    background: #4267b2;
    color: #fff;
    text-align: center;
    width: 53px;
    border-radius: 2px;
    padding: 4px 6px;
    float: right;
    margin-top: 12px;
    font-size: 15px;
}

h2.wel-thrd-h2 {
    font-size: 18px;
    color: #272727;
    display: block;
    clear: both;
    padding: 45px 0 0;
}
/*end myCourses New*/
.navbar-default .navbar-nav > .active > a {
    height: 46px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    top: -1px;
}

.chat-menu.messagesbu {
    padding-top: 11px;
}
/*new homepage css*/
a.signup-std {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 5px 20px 8px !important;
    margin: 9px 0;
}

a.std-emp-login, a.std-emp-login:hover, a.std-emp-login:active {
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    padding: 15px 0 0 0 !important;
    margin-left: 30px;
    color: #fff;
    background-color: transparent !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

input.std-emp-inptbox {
    width: 200px;
    margin-right: 5px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #fff;
    margin-top: 10px;
    padding-left: 10px;
}

a.login-btn-std, a.login-btn-std:hover {
    background: #2fbfc9 !important;
    color: #fff;
    width: 80px;
    text-align: center;
    height: 31px;
    margin-top: 9px;
    padding: 6px 0 0 0 !important;
    border-radius: 3px;
}

.std-title {
    font-weight: bold !important;
    font-size: 60px;
}

.home-bg-image > img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    /*position: absolute;*/
}

.home-slider-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 5px;
    background: rgba(0,0,0,0.4);
}

.stud-hero-title {
    font-size: 20px;
    padding: 24px 300px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
}

a.std-joinnow, a.std-joinnow:hover {
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 4px;
    color: #fff;
}

.student-footer {
    padding-top: 25px;
    padding-bottom: 25px;
}

    .student-footer li {
        display: inline;
        padding-right: 35px;
    }

.st-home-unit {
    padding-top: 645px;
    padding-bottom: 25px;
}

    .st-home-unit p {
        padding-bottom: 0;
    }

.homevid {
    margin-top: -87px;
}

.w-home-navbar {
    z-index: 999;
    padding-top: 15px;
}

.text-std {
    margin-top: 270px;
    color: #fff;
}

.p-relative {
    position: relative;
}

.student-overlay {
    margin-top: -87px;
    bottom: 3px;
    background: rgba(0,0,0,0.5) !important;
}

.student-footer a:hover {
    color: #555 !important;
}

.std-promo img {
    width: 150px;
    margin: 25px 10px;
}

.std-home-lft h2 {
    font-size: 30px;
    font-weight: bold;
    color: #999;
    margin: 170px 0 15px;
}

.std-home-lft p {
    font-size: 16px;
    padding: 0 120px 0 0;
    line-height: 24px;
}

.home-right img {
    margin: 100px 0;
}

.std-middle h2 {
    font-size: 30px;
    font-weight: bold;
    color: #999;
    margin: 160px 0 15px;
    text-align: center;
}

.std-middle ul {
    margin-top: 30px;
}

.std-middle li {
    line-height: 25px;
    margin-left: 70px;
}

.middl-ing img {
    margin-top: -80px;
}

.std-right {
    padding: 0 0 0 65px;
}

.std-third img {
    margin-top: -40px;
}

.std-third li {
    line-height: 25px;
}

@media (max-width:1200px) {
    .text-std {
        margin-top: 200px;
        color: #fff;
    }

    .std-title {
        font-weight: bold !important;
        font-size: 75px;
    }
}

@media (max-width:1064px) {
    .stud-hero-title {
        font-size: 20px;
        padding: 24px 190px;
        font-weight: 400;
        color: #fff;
        line-height: 26px;
    }
}

@media (max-width:991px) {
    .std-title {
        font-size: 56px;
        line-height: 50px;
        padding-top: -12px;
        margin-top: -70px;
    }

    .stud-hero-title {
        font-size: 17px;
        padding: 16px 150px;
        font-weight: 400;
        color: #fff;
        line-height: 22px;
    }

    .std-home-lft p {
        font-size: 16px;
        padding: 0 30px 0 0;
        line-height: 24px;
    }

    .std-middle h2 {
        font-size: 30px;
        font-weight: bold;
        color: #999;
        margin: 10px 0 0;
        text-align: center;
    }

    .std-third img {
        margin-top: 30px;
    }

    .std-middle li {
        line-height: 19px;
        margin-left: 20px;
        margin-bottom: 10px;
    }

    .text-std {
        margin-top: 240px;
        color: #fff;
    }
}

@media (max-width:979px) {
    .homevid {
        margin-top: -122px;
    }
}

@media (max-width:870px) {
    input.std-emp-inptbox {
        width: 140px;
        margin-right: 5px;
        height: 30px;
        border-radius: 3px;
        border: 1px solid #fff;
        margin-top: 10px;
        padding-left: 10px;
    }

    .text-std {
        margin-top: 200px;
        color: #fff;
    }

    a.std-joinnow, a.std-joinnow:hover {
        padding: 5px 24px;
        font-size: 18px;
        border-radius: 4px;
        color: #fff;
    }

    a.login-btn-std, a.login-btn-std:hover {
        background: #2fbfc9 !important;
        color: #fff;
        width: 60px;
        text-align: center;
        height: 31px;
        margin-top: 9px;
        padding: 6px 0 0 0 !important;
        border-radius: 3px;
    }
}


/*end new homepage css*/

#setting.dropdown-menu {
    left: -60px;
}

.profiletable td[colspan="3"] {
    width: 75%;
}

.send-new-message-model .modal-content {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .right-sidebar-wrapper .right-sidebar {
        right: -222px;
        width: 257px;
    }

    .right-sidebar .s-overlay {
        display: block;
    }
}

@media(min-width:992px) {
    body .right-sidebar {
        right: 0 !important;
    }
}

.p-courses .tab-pane {
    width: 100%;
}

.p-resumes {
    padding: 0 30px;
}

ul.p-footer {
    list-style: none;
}

    ul.p-footer li {
        display: inline-block;
    }

        ul.p-footer li:not(:last-child):after {
            content: "|";
            margin-left: 10px;
            margin-right: 7px;
            color: #ddd;
        }

.nav-tabs > li > a {
    padding: 10px 5px;
    margin: 0;
}
/*col-sm-*/
@media (min-width: 768px) and (max-width: 991px) {

    .m-t-sm-10 {
        margin-top: 10px !important;
    }

    .m-t-sm-15 {
        margin-top: 15px !important;
    }

    .m-t-sm-15 {
        margin-top: 15px !important;
    }

    .p-r-sm-30 {
        padding-right: 30px;
    }
}
/*col-md-*/
@media (min-width: 992px) and (max-width: 1199px) {

    .m-t-md-10 {
        margin-top: 10px !important;
    }

    .m-t-md-15 {
        margin-top: 15px !important;
    }

    .m-t-md-15 {
        margin-top: 15px !important;
    }

    .p-r-md-5 {
        padding-right: 5px;
    }
}
/*col-lg-*/
@media (min-width: 1200px) {
    .p-r-lg-5 {
        padding-right: 5px;
    }
}

.ccard .chat-head {
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.messageArea .cw-img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

.dropdown.post-actions-dropdown {
    position: absolute;
    right: 0;
    top: 0;
}

.btn-post-actions {
    padding: 0 3px;
    height: 20px;
    background: #fff;
    box-shadow: 0 0 0 1px #f9f9f9;
    color: #b0b5be;
}

    .btn-post-actions.sub-post-action {
        background: #fafafa;
    }

    .btn-post-actions:hover {
        color: #292929;
        border: 1px solid #eee;
    }

input.mar_rig {
    border-bottom: 1px solid #ddd !important;
    margin: 10px 13px;
    padding: 22px 10px;
    background: none;
    border: none;
}

.btn-primary, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3eccd6;
    border-color: #3eccd6;
}

.job-details-external .modal-dialog {
    width: 55% !important;
    margin-top: 110px;
}

    .job-details-external .modal-dialog .close-wrap {
        margin-top: -38px;
        padding-bottom: 10px;
        margin-right: -55px;
    }

.fb-login {
    padding-top: 8px;
    padding-left: 5px;
    cursor: pointer;
}

    .fb-login img {
        height: 35px;
    }

.mess.mess-unread {
    background: rgb(237, 237, 237);
}

.ekko-lightbox .modal-dialog {
    margin-top: 72px;
}

.ekko-lightbox .modal-body {
    margin-top: 0 !important;
}

.view_candidate .modal-dialog {
    margin-top: 90px;
}

.w-100-p-cc {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal.company-details .modal-dialog {
    margin-top: 80px;
    width: 700px;
}

.modal.company-details button.nclose {
    position: absolute;
    right: 7px;
    z-index: 9;
    background: #fff;
    top: 3px;
    outline: none !important;
    padding: 0;
}

    .modal.company-details button.nclose img {
        width: 13px;
    }

.modal.company-details .s-company-name {
    font-size: 23px;
    margin-right: 15px;
}

.cke_maximized {
    top: 50px !important;
}

.inline-lbl {
    display: inline-block;
    margin-right: 10px;
}

.view-more-toggle-btn {
    display: none;
}

.view-more-toggle:not(.expended) span {
    max-height: 80px;
    overflow: hidden;
}

.view-more-toggle .view-more-toggle-btn {
    display: block;
    background: rgba(238, 238, 238, 0.88);
}

.break-word {
    word-break: break-word;
}

.inline-block {
    display: inline-block !important;
}

.g-card {
    background: #fff;
    padding: 25px 25px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
}

.notifications-setting li {
    clear: both;
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}

.privacy-setting li {
    clear: both;
    padding: 25px 0;
}

.notifications-setting li:last-child {
    border-bottom: 0;
}

.plain-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .plain-select select {
        line-height: normal;
        height: 38px;
        /*border:0;*/
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        width: 200px;
        border-radius: 6px;
        display: block;
        width: 100%;
        /*border-bottom:1px solid #c8c8c8;*/
        /*color:#9f9f9f;*/
        padding: 8px 20px 7px 10px;
        margin: 0;
        line-height: normal;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

.ie8 .plain-select select {
    padding-right: 3px;
}

.plain-select select:focus {
    outline: none;
    /*border-color:#00c0f3;*/
}

.plain-select ::-ms-expand {
    display: none;
}

.plain-select:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 50%;
    margin-top: -3px;
    height: 0;
    width: 0;
    border-top: 6px solid #cccccc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
}

.choose-dates-modal .modal-dialog {
    margin-top: 75px;
}

.g-people-cards li.g-people-card {
    width: 237px;
    display: inline-block;
    background: #fff;
    height: 285px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
    margin-left: 15px;
    margin-bottom: 15px;
}

.g-people-card .f-action {
    height: 45px;
    border-top: 1px solid #eee;
}

    .g-people-card .f-action:nth-child(2n) {
        border-left: 1px solid #eee;
    }

    .g-people-card .f-action a {
        padding-top: 14px;
        display: block;
    }

.g-people-card-body {
    height: 210px;
}

.g-people-card .f-action.active {
    background: #3eccd6 !important;
    border-top: 1px solid #3eccd6;
}

.g-people-card img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.c-primary, .c-primary:hover {
    color: #555;
}

.ng-typeahead-wrapper, .ng-typeahead-input {
    width: 100%;
}

.ng-typeahead-wrapper {
    position: relative;
}

.ng-typeahead-list {
    background: white;
    border-top: #4DB6AC 2px solid;
    border-right: 1px solid grey;
    border-left: 1px solid grey;
    border-bottom: 1px solid grey;
    list-style: none;
    margin-top: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

    .ng-typeahead-list:before {
        border-top: 5px solid #4DB6AC;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        width: 0;
        height: 0;
        content: "";
        display: block;
        position: absolute;
        left: 10px;
    }

.ng-typeahead-list-item {
    cursor: pointer;
    padding: 6px 15px;
}

    .ng-typeahead-list-item.active {
        background: #3ECCD6;
        color: white;
    }

.ng-typeahead-highlight {
    color: #00695C;
}

.enjoyhint {
    z-index: 999999 !important;
}

.enjoyhint_close_btn {
    display: none !important;
}

.tt-menu, .ng-typeahead-list {
    z-index: 9999999 !important;
}

.ui-select-choices-row {
    padding: 5px 5px;
}

.ui-select-multiple.ui-select-bootstrap {
    /*height: 34px !important;*/
}

.courses-switch-wrapper {
    background: #fff;
    padding: 22px 0px;
    margin-top: 9px;
}

ul.app-nav {
    list-style: none;
    width: 160px;
    margin: 0 auto;
    border-radius: 5px;
    width: 180px;
    margin: 0 auto;
    padding-left: 5px;
}

    ul.app-nav li {
        padding: 10px 0px;
        background: #ddd;
        width: 85px;
        z-index: 0;
        position: relative;
        border-radius: 5px;
        text-align: center;
        display: inline-block;
        margin-left: -10px;
        cursor: pointer;
    }

        ul.app-nav li label {
            margin-bottom: 0;
            cursor: pointer;
            font-weight: normal;
        }

        ul.app-nav li.active label {
            color: #fff;
            margin-left: 0;
        }

        ul.app-nav li.active {
            background: #3eccd6;
            z-index: 1;
        }

.profile-links .pp-card {
    margin-top: 0;
    border-top: 1px solid #eee;
}

.view-as-employer, .view-as-employer:hover {
    background: rgba(0, 0, 0, 0.24);
    outline: none;
    color: #fff;
    height: 29px;
    display: inline-block;
    cursor: pointer;
    border-radius: 25px;
    padding: 5px 7px;
}

.job-board-hint a span {
    border-radius: 15px;
    padding: 7px 12px;
    background: #b087ed;
}

ul.resume-templates {
    list-style: none;
    padding-left: 0;
}

    ul.resume-templates li.resume-template-wrapper {
        position: relative;
        cursor: pointer;
        width: 190px;
        height: 235px;
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 25px;
    }

.resume-template .resume-template-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 5px 5px;
    left: 0px;
    width: 100%;
    right: 2px;
    display: table;
    visibility: hidden;
}

ul.resume-templates li.resume-template-wrapper:hover .resume-template-overlay {
    visibility: visible;
}

.resume-template-overlay .preview-btn {
    display: table-cell;
    background: rgba(238, 238, 238, 0.44);
    height: 50%;
    vertical-align: middle;
    text-align: center;
}

.resume-template .resume-template-thumb img {
    width: 188px;
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
}

.resume-template .selected-indicator {
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
}

.resume-template.selected .resume-template-thumb {
    border: 3px solid #3eccd6;
}

.resume-template.selected .selected-indicator {
    display: block;
}

.divider-wrapper {
    position: relative;
}

    .divider-wrapper hr {
        border-top: 1px solid #ddd;
    }

    .divider-wrapper .divider-text {
        position: absolute;
        top: -10px;
        width: 35px;
        display: block;
        margin: 0 auto;
        left: 0;
        right: 0;
        background: #f9f9f9;
        padding: 0 10px;
    }

.modal.view_candidate {
    z-index: 99999999 !important;
}


.pf-course {
    padding: 5px 20px;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    font-size: 30px;
    position: relative;
    background: #fff;
    padding-bottom: 10px;
}

    .pf-course a {
        display: inline-block;
        width: 90%;
    }

    .pf-course i {
        margin-top: 13px;
    }

    .pf-course h5 {
        font-size: 14px;
        font-weight: 300;
        color: #2fbfc9;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-transform:capitalize;
    }

    .pf-course .more-classmates {
        font-size: 18px;
        color: #9299A5;
        padding-top: 12px;
        font-weight: 100;
        text-align: right;
    }

    .pf-course img {
        width: 35px;
        height: 35px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%;
        border: 2px solid #fff;
        margin-left: -14px;
    }

.p-my-courses {
    max-height: 205px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.searchSchoolName .ui-select-search {
    height: 22px;
}

.btn-transparant {
    background: transparent;
    outline: none !important;
    padding: 0;
}

.launching-info {
    border: 1px solid #e0e0e0;
    margin-top: 35px;
    padding: 15px 25px;
}

.squaredFour > input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.squaredFour label:after {
    content: '';
    width: 11px;
    height: 6px;
    position: absolute;
    top: 6px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredFour label {
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    border: 1px solid #ddd;
    /*background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);*/
    /*border-radius: 4px;*/
    /*box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);*/
}

.squaredFour > input[type=checkbox] {
    visibility: hidden;
}

.squaredFour {
    width: 22px;
    position: relative;
    display: inline-block;
}

.instructors {
    background: #fff;
    padding: 15px 14px;
}

.alpha-picker li a {
    margin-right: 5px;
    color: #3ECCD6 !important;
    line-height: 20px;
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}


    .alpha-picker li a:hover, .alpha-picker li a.active {
        border-bottom: 2px solid;
        color: #333 !important;
    }

.prof-search {
    margin-bottom: 20px;
}

    .prof-search img {
        position: absolute;
        top: 24px;
    }

    .prof-search input {
        border: 0;
        border-bottom: 1px solid #ddd;
        padding-left: 22px;
    }

.prof-list-wrapper {
    margin: 0 -14px;
    padding: 0px 15px;
    overflow-y: scroll;
    max-height: 200px;
    margin-top: 20px;
}

.prof-list .prof * {
    cursor: pointer;
}

.prof-list .prof {
    margin: 0 -15px;
    padding: 15px 15px;
}

    .prof-list .prof.active, .prof-list .prof:hover {
        background: #e0f6f7;
    }

    .prof-list .prof label {
        margin-bottom: 0;
    }

    .prof-list .prof span {
        margin-top: 3px;
        display: inline-block;
    }

.pc-forgot-password, .pc-forgot-password:hover, .pc-forgot-password:visited {
    padding: 0 !important;
    height: 0;
    color: #ddd;
}

.prof-info-header {
    background: #fafafa;
    padding: 25px 25px;
}

.prof-comment-box {
    background: #fff;
}

    .prof-comment-box textarea {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        padding-top: 20px;
    }

    .prof-comment-box .btn-wrapper {
        overflow: hidden;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

.prof-comments {
    margin-top: 15px;
    background: #fff;
    padding: 15px 25px;
}

.prof-comment .prof-comment-header {
    /*margin-bottom:5px;*/
}

.prof-comment .btn {
}

.prof-comment p {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}

.prof-comment {
    padding: 15px 0;
}

    .prof-comment:not(:first-child) {
        border-top: 2px solid #eee;
    }

.page-header .school-name {
    margin-left: 15px;
    display: inline-block;
    border-bottom: 2px dotted;
    padding-bottom: 2px;
}

.acc-navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.acc-navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

    .acc-navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.acc-navbar-toggle .icon-bar {
    background-color: #fff;
}

button.acc-navbar-toggle {
    background: transparent;
    border: 0;
    outline: none;
    position: relative;
    display: block;
    padding: 10px 14px;
    margin-top: 5px;
}

.acc-navbar-collapse .navbar-nav {
    background: #fff;
    margin-left: -131px;
    display: none;
}

.acc-burger-wrapper {
    height: 1px;
}

.acc-burger.open .navbar-nav {
    display: block;
}

.acc-navbar-collapse li {
    float: none !important;
}

.acc-navbar-collapse > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

a.upload-photo {
    font-size: 11px;
    text-decoration: underline !important;
}

@media (max-width: 991px) and (min-width: 76px) {
    .visible-sm-inline {
        display: inline-block !important;
    }
}

.invite-container {
    margin-top: 40px;
}

    .invite-container label, .invite-container span, .invite-container button, .invite-container input, .invite-container a {
        font-size: 16px;
    }

.invite-card {
    background: #fff;
    padding: 20px 10px;
    width: 740px;
    margin: 0 auto;
}

    .invite-card .invite-card-logo {
        margin-bottom: 25px;
    }

        .invite-card .invite-card-logo img {
            width: 120px;
        }

.invite-card-footer {
    width: 685px;
    margin: 0 auto;
    margin-top: 40px;
}

    .invite-card-footer ul li {
        display: inline-block;
    }

        .invite-card-footer ul li:nth-child(2) {
            margin: 0 9px;
        }

    .invite-card-footer .btn-invite-card {
        position: relative;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        width: 220px;
        height: 45px;
        color: #fff;
    }

        .invite-card-footer .btn-invite-card:focus {
            outline: none;
        }

    .invite-card-footer .btn-invite-gmail {
        padding: 0 8px;
        text-decoration: none;
        background-color: #D14836;
        background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
        background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
        background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
        background-image: -o-linear-gradient(top,#dd4b39,#d14836);
        background-image: linear-gradient(top,#dd4b39,#d14836);
        border: 1px solid transparent;
        color: white;
        text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    }

        .invite-card-footer .btn-invite-gmail:hover {
            border: 1px solid #C6C6C6;
            -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
            -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
            box-shadow: 0px 1px 1px rgba(0,0,0,.1);
            background-color: #C53727;
            background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
            background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
            background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
            background-image: -o-linear-gradient(top,#dd4b39,#c53727);
            background-image: linear-gradient(top,#dd4b39,#c53727);
        }

        .invite-card-footer .btn-invite-gmail i {
            font-size: 19px;
            margin-right: 5px;
        }

    .invite-card-footer .btn-invite-facebook i {
        font-size: 19px;
        margin-right: 13px;
    }

    .invite-card-footer .btn-invite-twitter i {
        font-size: 19px;
        margin-right: 22px;
    }

    .invite-card-footer .btn-invite-facebook {
        border-color: #2d5073;
        background-color: #3b5998;
        background-image: url(http://icons.iconarchive.com/icons/danleech/simple/512/facebook-icon.png);
    }

        .invite-card-footer .btn-invite-facebook span, .invite-card-footer .btn-invite-twitter span {
            font-size: 30px;
            position: absolute;
            top: 6px;
            width: 1px;
            bottom: 5px;
        }

        .invite-card-footer .btn-invite-facebook span {
            border: 1px solid rgba(69, 93, 130, 0.32);
            background: rgba(69, 93, 130, 0.22);
            left: 46px;
        }

    .invite-card-footer .btn-invite-twitter span {
        background: rgba(24, 179, 241, 0.29);
        border: 1px solid rgba(59, 160, 199, 0.7);
        left: 53px;
    }

    .invite-card-footer .btn-invite-twitter {
        background-image: -webkit-linear-gradient(top,#00aced,#00a9ff);
        background-image: -moz-linear-gradient(top,#00aced,#00a9ff);
        background-image: -ms-linear-gradient(top,#00aced,#00a9ff);
        background-image: -o-linear-gradient(top,#00aced,#00a9ff);
        background-image: linear-gradient(top,#00aced,#00a9ff);
        padding-top: 10px;
    }

.invite-container .invite-form {
    width: 740px;
    margin: 0 auto;
    text-align: center;
    padding-top: 45px;
}

.btn-invite-copy-link {
    background: #2fbfc9;
    width: 100px;
    border-radius: 25px;
    border: 2px solid #908f8f;
    color: #fff;
}

    .btn-invite-copy-link:hover, btn-invite-copy-link:visited, btn-invite-copy-link:active, .btn-invite-copy-link:focus {
        color: #fff !important;
        outline: none;
    }

.invite-form input {
    border: 2px solid #908f8f;
}

.g-invite-modal .modal-content {
    margin-top: 90px;
}

.g-invite {
}

.g-head {
    overflow: hidden;
    height: 55px;
    border-bottom: 1px solid #eee;
    background: #f2f2f2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0px 10px;
}

.g-invite-body {
    padding: 20px 10px;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .g-invite-body ul {
        list-style: none;
        padding: 0;
    }

        .g-invite-body ul li {
            margin-bottom: 5px;
            border-bottom: 1px solid #eee;
            padding-bottom: 5px;
            padding-top: 1px;
        }

.g-title label {
    margin-top: 18px;
}

.g-head .close-btn {
    position: absolute;
    right: -20px;
    cursor: pointer;
}

.no-fr-invite-btn {
    margin-bottom: 25px;
    margin-top: 45px;
    padding: 8px 5px;
}

ul.invite-links {
    list-style: none;
    padding: 0;
    /*padding-top: 10px;*/
}

    ul.invite-links li {
        display: inline-block;
    }

        ul.invite-links li:nth-child(2) {
            margin-left: 10px;
            margin-right: 10px;
        }

        ul.invite-links li a {
            padding: 0;
        }

        ul.invite-links li img {
            width: 32px;
        }

.clearfix {
    clear: both;
}

.register-Modal .modal-content {
    position: relative;
    background: #fafafa !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 20px 15px 20px 15px;
    border: 0px solid #999;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    margin-right: 10px;
    /* padding-top: 0; */
}

.e-hint-1 {
    max-width: 263px;
    margin: 0 auto;
}

.jobs-chat-head {
    min-height: 50px;
    padding-top: 10px;
    padding-left: 2px;
    padding-bottom: 10px;
    box-shadow: 0 0 8px #ddd;
}

.interview-rating-cell, .interview-rating-cell:hover, .interview-rating-cell:active, .interview-rating-cell:focus {
    color: #3eccd6;
    background: #eee;
    padding: 5px 20px;
    border-radius: 14px;
    font-size: 20px;
    width: 152px;
    text-align: center;
    display: block;
    min-width: 152px;
    border: 1px solid #ddd;
    outline: none;
}

.interview-rating-list {
    list-style: none;
    display: table;
    margin-top: 10px;
}

    .interview-rating-list li {
        display: table-cell;
        text-align: center;
        cursor: pointer;
        width: 87px;
    }

        .interview-rating-list li span {
            text-align: center;
        }

        .interview-rating-list li img {
            width: 52px;
        }

        .mkp-select {
        border: 0;
        background: transparent;
        margin-top: 10px;
        border-bottom: 2px dotted #3eccd6;
        color: #3eccd6;
        padding-bottom: 2px;
        margin-bottom: 15px;
    }

    .mkp-products {
        padding: 0 20px;
    }

        .mkp-products .back {
            padding: 10px 15px !important;
        }

    .mkp-product {
        border: 1px solid #ddd;
        box-shadow: 0px 0px 2px #ddd;
        padding-top: 10px;
        background: #fff;
    }

    .mkp-product-img {
        /*width: 100%;*/
        min-height: 205px !important;
        max-height: 205px !important;
            padding: 0 10px;
            margin:0 auto;
    }

    .mkp-product .all-abtbook {
        background: #f2f2f2;
    }

    .mkp-list-new {
        position: absolute;
        right: 10px;
        top: 0px;
        margin: 0;
    }

     .mkp-part .selectize-dropdown-content {
        max-height: 400px;
    }

   .mkp-part .select2 > .select2-choice.ui-select-match {
        /* Because of the inclusion of Bootstrap */
        height: 29px;
    }


    /* Some additional styling to demonstrate that append-to-body helps achieve the proper z-index layering. */
   .mkp-part .select-box {
        background: #fff;
        position: relative;
        z-index: 1;
    }

   .mkp-part .alert-info.positioned {
        margin-top: 1em;
        position: relative;
        z-index: 10000; /* The select2 dropdown has a z-index of 9999 */
    }

    .mkp-part .select2 > .select2-choice.ui-select-match {
        /* Because of the inclusion of Bootstrap */
        height: 29px;
    }

   .mkp-part .ui-select-container.ui-select-multiple.ui-select-bootstrap {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
   .mkp-search-close{
       padding: 0px 4px;
   }
   .mkp-search-close i{
       font-size: 29px;
    color: #9E9E9E;
   }

.wh-45-cc {
    width: 45px;
    height: 45px;
    -o-object-fit: cover;
    object-fit: cover;
}
.wh-68-cc {
    width: 68px;
    height: 68px;
    -o-object-fit: cover;
    object-fit: cover;
}

.app-bg {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
}

.app-bg-2 {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #dadbdc;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 40px;
    position: relative;
}

.background-masker {
    background: #fff;
    position: absolute;
}

    /* Every thing below this is just positioning */

    .background-masker.headertop,
    .background-masker.header-bottom,
    .background-masker.subheader-bottom {
        top: 0;
        left: 40px;
        right: 0;
        height: 10px;
    }

    .background-masker.header-left,
    .background-masker.subheader-left,
    .background-masker.header-right,
    .background-masker.subheader-right {
        top: 10px;
        left: 40px;
        height: 8px;
        width: 10px;
    }

    .background-masker.header-bottom {
        top: 18px;
        height: 6px;
    }

    .background-masker.subheader-left,
    .background-masker.subheader-right {
        top: 24px;
        height: 6px;
    }


    .background-masker.header-right,
    .background-masker.subheader-right {
        width: auto;
        left: 300px;
        right: 0;
    }

    .background-masker.subheader-right {
        left: 230px;
    }

    .background-masker.subheader-bottom {
        top: 30px;
        height: 10px;
    }


.g-chat-tabs {
    margin: 0;
}

    .g-chat-tabs .g-tab {
        padding: 5px 10px;
    }

        .g-chat-tabs .g-tab.active {
            background: #f2f2f2 !important
        }

            .g-chat-tabs .g-tab.active a {
                color: #757373;
            }

.g-tab-content {
    overflow-y: scroll;
}

.p-l-r-30 {
    padding-right: 30px;
    padding-left: 30px;
}

.g-chat-wrap {
    padding-top: 25px;
}

.g-chat-chats-wrap {
    background: #fff;
}

.g-contacts {
    list-style: none;
}

    .g-contacts li {
        height: 45px;
        padding: 5px 5px;
        border-bottom: 1px solid #eee;
    }

.g-contact-pic {
    float: left;
}

    .g-contact-pic img {
        width: 35px;
        height: 35px;
    }

.g-contact-info {
    margin-left: 45px;
    position: relative;
}

.g-unread-badge {
    position: absolute;
    right: 0;
    top: 0;
    background: #3eccd6;
    border-radius: 10px;
    padding: 2px 2px;
    color: white;
    font-size: 12px;
}

.g-chat-window {
    /*box-shadow: 0px 1px 6px 0.4px #aaa;*/
    position: relative;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#aaaaaa')";*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#aaaaaa');*/
}

.g-chat-window-controls {
    width: 100%;
    padding: 10px;
    border-top: 1px solid #ccc;
    background: #F8F8F8;
}

.g-chat-window-head {
    padding: 5px 10px;
    height: 61px;
    border-bottom: 1px solid #ddd;
}

.g-chat-window-head-pic {
    float: left;
}

    .g-chat-window-head-pic img {
        width: 50px;
        height: 50px;
    }

.g-chat-window-head-info {
    margin-left: 62px;
}

    .g-chat-window-head-info label.g-chat-name {
        font-size: 16px;
        color: #757373;
    }

.g-chat-messages {
    overflow-y: scroll;
    padding-bottom: 10px;
}

.g-chat-message-body .g-chat-message-user-pic {
    float: left;
    margin-top: 15px;
}

.g-chat-message-content {
    margin-left: 50px;
}

.g-chat-message-content-body {
    background: #f1f1f1;
    color: #666;
    padding: 5px 20px;
    margin: 10px 0 5px;
    border-radius: 3px;
    position: relative;
    display: table-cell;
}

    .g-chat-message-content-body .arrow {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: -8px;
        right: auto;
        top: 3px;
        bottom: auto;
        border: 10px solid;
        border-color: transparent transparent #f1f1f1 transparent;
    }

.g-chat-message {
    min-height: 60px;
    margin-top: 12px;
    padding: 0 10px;
}

.post-dropdown {
    left: -120px;
}

.ekko-lightbox {
    z-index: 99999999;
}

.image-attachments li img{
    cursor:pointer;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month]{
    min-width:125px;
}

.i-started .content-mess {
    position: fixed;
    right: 0;
    z-index: 9999;
    top: 0;
    margin: 0;
    width: 45vw;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
}

.i-started .chat-onl {
    height: 100vh !important;
}

.i-started .chat-cont {
    height: calc(100vh - 120px) !important;
}

.i-started .interview-call-video {
    margin: 0;
    background: #1a1a1a;
    position: relative;
    width: 55vw;
    max-width: 55vw;
    min-height: 100vh;
}

.i-started .interview-call-student-video {
    bottom: 80px;
    right: 10px;
}
.btn-resume-vid {
    position: absolute;
    right: 32px;
    top: 8px;
    color: #fff;
    font-size: 34px;
    width: 47px;
    padding-left: 10px;
    cursor: pointer;
}

/*new resume*/
.p-popup {
    background: #efeeee;
    padding-bottom: 10px;
}

    .p-popup .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .p-popup .col-xs-1, .p-popup .col-xs-2, .p-popup .col-xs-3, .p-popup .col-xs-4, .p-popup .col-xs-5, .p-popup .col-xs-6, .p-popup .col-xs-7, .p-popup .col-xs-8, .p-popup .col-xs-9, .p-popup .col-xs-10, .p-popup .col-xs-11, .p-popup .col-xs-12, .p-popup .col-sm-1, .p-popup .col-sm-2, .p-popup .col-sm-3, .p-popup .col-sm-4, .p-popup .col-sm-5, .p-popup .col-sm-6, .p-popup .col-sm-7, .p-popup .col-sm-8, .p-popup .col-sm-9, .p-popup .col-sm-10, .p-popup .col-sm-11, .p-popup .col-sm-12, .p-popup .col-md-1, .p-popup .col-md-2, .p-popup .col-md-3, .p-popup .col-md-4, .p-popup .col-md-5, .p-popup .col-md-6, .p-popup .col-md-7, .p-popup .col-md-8, .p-popup .col-md-9, .p-popup .col-md-10, .p-popup .col-md-11, .p-popup .col-md-12, .p-popup .col-lg-1, .p-popup .col-lg-2, .p-popup .col-lg-3, .p-popup .col-lg-4, .p-popup .col-lg-5, .p-popup .col-lg-6, .p-popup .col-lg-7, .p-popup .col-lg-8, .p-popup .col-lg-9, .p-popup .col-lg-10, .p-popup .col-lg-11, .p-popup .col-lg-12 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .p-popup .p-header {
        background: #2fbfc9;
        height: 44px;
        margin-bottom: 10px
    }

    .p-popup .p-body-left, .p-body-right {
    }

    .p-popup .p-body-left {
        margin-left: 10px;
        display: flex;
        flex-flow: column;
        height: 100%;
    }

    .p-popup .p-body-right {
        margin-right: 10px;
    }

    .p-popup .user-pic {
        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .p-popup .p-card {
        background: white;
        padding: 20px 20px;
    }
  

    .p-popup .p-body-info {
        background-color: white;
        padding: 10px 10px;
        height: 444px;
        flex: 1 1 auto;
    }

        .p-popup .p-body-info .p-body-info-1 label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
            margin-top: 12px;
        }

.clearfix {
    clear: both;
}

.verticalLine {
    border-left: 2px solid #87ceeb;
}

.headre-color {
    color: #2fbfc9;
    font-size: 16px;
}

.p-popup .c-main {
    font-size: 16px;
}

.p-popup .for-height {
height:150px;
}

.p-popup .p-in-heading {
}

.p-card-edu-head {
    display: block;
    margin-left: 104px;
    margin-top: 10px;
    margin-bottom: 7px;
}

.p-card-body .row {
    margin-bottom: 5px;
}

.p-popup .p-about-me {
    margin-top: 10px;
    /* font-size: 14px; */
    font-weight: bold;
    text-transform: capitalize;
}

.p-popup .card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-bottom:5px;
}

.p-popup .img-size {
    margin-top: -5px;
}
.p-body-info-edu.p-body-info-edu-collapsed .expand-info-edu {
    margin-bottom: 0px;
}
.p-body-info-edu .expand-info-edu {
    margin-bottom: -20px!important;
}
.p-body-info-edu.p-body-info-edu-collapsed {
    max-height: 185px;
    margin-bottom:5px;
}
    
.p-body-info-edu {
    overflow: hidden;
}

.p-body-info-edu-collapsed .p-card-body {
    max-height: 115px;
}

.p-body-info-edu .expand-info-edu {
    /*display: none;*/
    background: #fff;
    border: 1px solid #eee;
    margin: 0 -21px;
    position: relative;
    cursor: pointer;
}

.p-popup ul li {
    display: inline;
    padding-bottom: 10px;
}

.p-about-me .no-about-me {
    text-align: center;
    font-style: italic;
}

.p-body-info-exp .p-card-body{
    min-height:81px;
    overflow:hidden;
}

p-body-info-skills .no-skills {
    text-align: center;
    font-style: italic;
    text-align: center;
    margin-top: 37px;
}

.p-body-info-skills .p-card-body {
    min-height: 94px;
}

.p-body-info-exp .no-exp {
    margin-top: 35px;
    text-align: center;
    font-style: italic;
}

.p-body-info-exp .expand-info-exp {
    background: #fff;
    border: 1px solid #eee;
    margin: 0 -21px;
    position: relative;
    cursor: pointer;
}

.p-body-info-exp.p-body-info-exp-collapsed.has-more .expand-info-exp {
    margin-bottom: 0px;
}

.p-body-info-exp .expand-info-exp {
    margin-bottom: -20px !important;
}

.p-body-info-exp.has-more.p-body-info-exp-collapsed {
    max-height: 165px;
    overflow: hidden;
    margin-bottom: 5px;
}

    .p-body-info-exp.has-more.p-body-info-exp-collapsed .p-card-body {
        max-height: 95px;
    }

.p-popup .t-active {
    border-bottom: 4px solid white;
}

.p-popup .no-skills {
    text-align: center;
    margin-top: 35px;
}
/*end new resume*/

.nav-bar-job-input {
    border: 0;
    height: 35px;
    margin-left: -1px;
    background: transparent;
    margin-top: -2px;
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 500 !important;
}

    .nav-bar-job-input::-moz-placeholder {
        color: #f2f2f2;
        opacity: 1;
    }

    .nav-bar-job-input:-ms-input-placeholder {
        color: #f2f2f2;
    }

    .nav-bar-job-input::-webkit-input-placeholder {
        color: #f2f2f2;
    }
.logo a {
    padding: 3px 0 !important;
}