@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');

@font-face {
    font-family: 'bellgothicstdbold';
    src: url('fonts/bellgothicstdbold.eot');
    src: url('fonts/bellgothicstdbold.eot') format('embedded-opentype'), url('fonts/bellgothicstdbold.woff2') format('woff2'), url('fonts/bellgothicstdbold.woff') format('woff'), url('fonts/bellgothicstdbold.ttf') format('truetype'), url('fonts/bellgothicstdbold.svg#bellgothicstdbold') format('svg');
}

@font-face {
    font-family: 'bellgothicstdblack';
    src: url('fonts/bellgothicstdblack.eot');
    src: url('fonts/bellgothicstdblack.eot') format('embedded-opentype'), url('fonts/bellgothicstdblack.woff2') format('woff2'), url('fonts/bellgothicstdblack.woff') format('woff'), url('fonts/bellgothicstdblack.ttf') format('truetype'), url('fonts/bellgothicstdblack.svg#bellgothicstdblack') format('svg');
}

@font-face {
    font-family: 'RobotoThin';
    src: url('fonts/RobotoThin.eot');
    src: url('fonts/RobotoThin.eot') format('embedded-opentype'), url('fonts/RobotoThin.woff2') format('woff2'), url('fonts/RobotoThin.woff') format('woff'), url('fonts/RobotoThin.ttf') format('truetype'), url('fonts/RobotoThin.svg#RobotoThin') format('svg');
}

@font-face {
    font-family: 'Conv_ZonaPro-Bold';
    src: url('fonts/ZonaPro-Bold.eot');
    src: local('â˜º'), url('fonts/ZonaPro-Bold.woff') format('woff'), url('fonts/ZonaPro-Bold.ttf') format('truetype'), url('fonts/ZonaPro-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/RobotoRegular.eot');
    src: url('fonts/RobotoRegular.eot') format('embedded-opentype'), url('fonts/RobotoRegular.woff2') format('woff2'), url('fonts/RobotoRegular.woff') format('woff'), url('fonts/RobotoRegular.ttf') format('truetype'), url('fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}


*, html, body {
    outline: none !important;
}

body {
    font-family: 'bellgothicstdbold';
    background-color: #f7f8f9;
}

a {
    transition: all .5s;
}

.top_form {
    margin: 20px 0;
    border: 2px solid #eee;
    padding: 5px 15px;
    float: left;
    width: 100%;
    border-radius: 5px;
}

    .top_form > div {
        padding: 8px;
    }

.nopadding {
    padding: 0px !important;
}

fieldset {
    border: 0 none;
}

.nomargin {
    margin: 0;
}

.left_foot > span {
    margin-right: 1em;
}

.left_foot {
    border-right: 1px solid #565656;
    margin-right: 1em;
}

.mar_4_0 {
    margin: 4px 0px !important;
}

h4.title {
    text-decoration: underline;
    color: #717171;
}

label.active_field {
    border: 1px solid #000;
    padding: 0;
    text-align: center;
}

    label.active_field span a.active_add {
        border-left: 1px solid #000;
        font-size: 1.9em;
        padding: 0px 8px;
    }

    label.active_field span:not(.pull-right),
    label.active_field span a {
        padding: 8px;
        display: inline-block;
    }

.pad_5 {
    padding: 5px;
}

input.allinput {
    padding: 14px;
    font-size: 1.1em;
    line-height: normal;
    border-radius: 3px;
    outline: none;
    width: 100%;
    border: 0;
}

    input.allinput::placeholder {
        color: #949494;
    }

.form_icon {
    color: #9a9a9a;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    pointer-events: none;
}

button.upload_file {
    position: absolute;
    top: 5px;
    padding: 7px;
    width: 100%;
    z-index: -1;
    text-align: left;
    background: #fff;
    border: 1px solid #dfdfdf;
}

input.allfileinput {
    padding: 10px;
    width: 100%;
    opacity: 0;
}

i.fa.fa-upload.form_icon {
    padding: 10px;
}

label.added_tag {
    border: 1px solid #dfdfdf;
    padding: 8px;
    border-radius: 5px;
    margin: 5px;
}

.allcheck input {
    display: none;
}

.search_check {
    position: absolute;
    z-index: 1;
    top: 1.1em;
    left: 0.9em;
}

.allcheck label {
    padding-left: 25px;
    position: relative;
    font-size: 0.9em;
    width: 100%;
    line-height: 18px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    color: #888;
    border: 1px solid #c9c2c2;
    padding: 10px;
    border-radius: 0px;
}

    .allcheck label.disabled {
        padding-left: 25px;
        position: relative;
        font-size: 0.9em;
        width: 100%;
        line-height: 18px;
        margin-bottom: 10px;
        cursor: pointer;
        text-align: center;
        color: #888;
        border: 1px solid #dfdfdf;
        padding: 10px;
        border-radius: 6px;
        background-color: lightgray;
    }

.allcheck input:checked + label::before {
    content: "\f00c";
    font-family: fontawesome;
    margin: 0 auto;
    text-align: center;
    color: #313131;
}

.allcheck label::before {
    cursor: pointer;
    width: 15px;
    border-radius: 2px;
    box-shadow: none;
    content: "";
    height: 15px;
    position: absolute;
    right: 0px;
    text-indent: -5px;
    top: 0;
    transition: all 250ms ease-in-out;
    padding: 11px;
    line-height: 0;
}

label.add_field {
    border: 1px solid #dfdfdf;
    padding: 0;
    font-size: 0.9em;
}

    label.add_field span {
        padding: 8px;
        float: left;
    }

.bdr_left {
    border-left: 1px solid #dfdfdf;
}

.add_field span.pull-right.bdr_left {
    padding: 5px 10px;
}

.add_field a.active_add {
    font-weight: bold;
    font-size: 1.4em;
}

@media (min-width: 767px) {
    .manage_fields > div {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .right_nav,
    .right_btm_nav ul.navbar-right {
        margin-right: 0em;
    }
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 3px;
    }
}

.msg {
    color: #f9b353;
}

.manage_partner {
    background: #fff;
}

.right_top_nav {
    padding: 0 25px;
    background: #fff;
}

.right_nav li {
    line-height: normal;
    padding: 9px 2px;
    padding-bottom: 5px;
    padding-top: 12px;
}

.right_btm_nav ul.navbar-right > li {
    padding: 0px 6em 0 0em;
}

.right_nav li a:hover,
.right_nav li a:focus,
.right_nav li a.active {
    background: transparent;
    color: #1871b8;
}

.right_btm_nav ul.navbar-right li a:hover,
.right_btm_nav ul.navbar-right li a.active,
.right_btm_nav ul.navbar-right li a:focus {
    background: transparent;
    border-color: #1871b8;
    color: #1871b8;
    /* border-width: 3px; */
}

.right_nav li a {
    color: #ffffff;
    padding: 0.6em 1em;
    border-radius: 4px;
}

.right_nav li a,
.right_btm_nav ul.navbar-right > li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #4e4e4e;
    font-size: 12px;
    text-transform: uppercase;
}

.right_btm_nav ul.navbar-right > li a {
    color: #686868;
    border-bottom: 1px solid transparent;
    font-size: 1.1rem;
    padding: 6px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.pad_0_15 {
    padding: 0 15px;
}

.right_btm_nav {
    /* background: #111; */
    /* background-color: rgba(17, 17, 17, 0.8); */
    background: rgb(212, 212, 212);
    /* background: #fff; */
    display: none;
}

    .right_btm_nav ul.navbar-right {
        float: left !important;
        margin: 0;
        position: relative;
        padding: 0;
    }

        .right_btm_nav ul.navbar-right > li a i {
            margin-left: 5px;
            font-size: 1.1em;
            vertical-align: middle;
            color: #909090;
        }

    .right_btm_nav.active {
        display: block;
    }

.dropdown-menu {
    border-radius: 0;
    box-shadow: none;
}

    .dropdown-menu > li > a {
        padding: 10px !important;
        border-color: rgba(0, 0, 0, .15) !important;
    }

        .dropdown-menu > li > a:hover {
            background: #fff !important;
            color: #1871b8 !important;
            font-weight: 500;
            border-color: transparent !important;
        }

.full_bg {
    background: rgb(212, 212, 212);
}

footer .full_bg {
    float: left;
    width: 100%;
}

.dashboard_color {
    background: #f7f8f9 !important;
    padding-top: 0px;
}

.pro_complete {
    float: left;
    background: #fff;
    width: 100%;
    padding: 0.5em;
    border-radius: 5px;
    color: #4e4e4e;
    text-align: center;
    margin: 5.5em 0 0;
}

.createPartner .pro_complete,
.AddParticipant .pro_complete {
    margin: 7.8em 0 0;
}

    .createPartner .pro_complete h4,
    .AddParticipant .pro_complete h4 {
        margin: 2.5em 0 0.5em;
    }

.pro_complete h4 {
    margin: 4em 0 0.5em;
    font-family: 'bellgothicstdblack';
}

.last_partner {
    background: #313131;
    margin: 2em 0 2.5em;
    border-radius: 5px;
}

span.last_partner_txt {
    color: #353535;
    background: #f9b353;
    font-family: bellgothicstdblack;
    padding: 0.3em 0.6em;
    border-radius: 3px;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 70%;
    text-align: center;
    font-size: 1.1em;
}

.last_partner h3 {
    color: #f9b353;
    margin: 1.5em 0 0;
}

.last_partner h5 {
    color: #ddddc6;
    font-size: 1.1em;
}

.view_last_part {
    float: right;
    padding: 10px 0;
}

    .view_last_part a {
        color: #fc0;
        text-decoration: underline;
    }

    .view_last_part img {
        margin-left: 0.5em;
    }

.partner_entry {
    padding: 0em 15px 1em 0;
}

    .partner_entry h3.title {
        color: #fff;
        text-transform: uppercase;
        font-size: 1.2em;
    }

    .partner_entry h3.title_name {
        color: #4e4e4e;
        font-size: 1.2em;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500;
    }

    .partner_entry a.action_link,
    .photo_entry a.action_link {
        color: #b8bbc1;
        font-size: 1em;
        position: relative;
        padding: 0 1.3em;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }

        .partner_entry a.action_link:before,
        .photo_entry a.action_link:before {
            content: "";
            background: #ffffff;
            width: 15px;
            height: 15px;
            position: absolute;
            border-radius: 100%;
            border: 2px solid;
            top: 2px;
            left: 0;
        }

        .partner_entry a.action_link:hover,
        .partner_entry a.action_link.active,
        .photo_entry a.action_link:hover,
        .photo_entry a.action_link.active {
            color: #267ec1;
            text-decoration: none;
        }

.right_work {
    background: #fff;
    border-radius: 5px;
    margin: 0;
    /*min-height: 250px;*/
    padding-bottom: 30px;
    margin-top: 15px;
}

.right_work_template {
    margin-top: 0px !important;
}

.right_work h3.title {
    text-transform: none;
    color: #000;
    padding: 0 0.8em;
    margin-bottom: 1.2em;
    font-size: 1.2em;
}

.right_work label {
    color: #635f5f !important;
    font-size: 1.3rem;
    width: 100%;
    margin-bottom: 0.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500 !important;
}

.red {
    color: red !important;
}

input.style_input {
    padding: 0 0 5px;
    border-width: 0 0 1px;
    margin: 0 0 0.7em;
    border-color: #949494;
    width: 100%;
    line-height: normal;
    outline: none;
    color: #949494;
    font-size: 1.1em;
}

.right_work span.errormsg {
    margin-bottom: 0.7em;
    float: left;
}

.blubtn {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

    .blubtn .input-group a {
        background: #fff !important;
        color: #1871b8 !important;
    }

    .blubtn .input-group {
        border: 1px solid #8cccff !important;
    }

.right_work .input-group {
    border: 1px solid #313131;
    border-radius: 3px;
    margin: 3.5em 0 0;
    max-width: 210px;
    float: right;
}

    .right_work .input-group a {
        background: #fff;
        display: block;
        color: #313131;
        padding: 6px 10px;
        text-decoration: none;
        font-size: 1.1em;
    }

.right_work span.input-group-addon {
    background: #fff;
    color: #1871b8;
    font-size: 1.1em;
    padding: 8px 9px;
    border: 0;
    border-radius: 3px;
    position: relative;
}

    .right_work span.input-group-addon::before {
        content: "\f363";
        font-family: ionicons;
        position: absolute;
        right: -4px;
        font-size: 1.1em;
        color: #a4a4a4;
    }

.footer span a {
    color: #686868;
    font-size: 12px;
    /* margin-bottom: 1em; */
    display: inline-block;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.login.footer span a {
    margin: 0px;
    font-size: 1em;
}

.pad_r_20 {
    padding-right: 20px;
}

.bdr_btm {
    border-bottom: 1px solid #515151;
}

.footer .copyright span {
    color: #686868;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.footer .copyright.foot-right {
    padding-top: 12px;
}

.foot-left {
    border-right: 1px solid #c0c0c0;
    margin-top: 5px;
    width: 50%;
    padding-top: 5px;
}

.footer span a.yellow {
    color: #1871b8;
    font-size: 1em;
}

.footer {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    /* padding:1rem 0; */
}

.foot-right {
    width: 50%;
}


.full_bg:not(.footer) {
    background: #f7f8f9;
}

.footer .share_link li {
    list-style-type: none;
    display: inline-block;
    padding-bottom: 0px;
    padding-right: 0px;
}

    .footer .share_link li a {
        background: #1871b8;
        color: #fff;
        border-radius: 100%;
        font-size: 1.6rem;
        width: 30px;
        display: block;
        height: 30px;
        padding: 0.4em;
        text-align: center;
    }

        .footer .share_link li a:hover {
            background: #348bc9;
            color: #fff;
        }

@media (max-width: 700px) {
    .login_right {
        float: none;
    }

    .login_divide {
        display: none;
    }

    .partner_entry {
        padding-left: 15px;
    }

    .footer {
        padding: 0 15px;
    }

    .navbar-brand {
        height: auto;
    }

    img.logo {
        max-width: 180px;
    }

    header#top {
        overflow: hidden;
    }
}

.navbar-toggle {
    background: #f9b353;
}

    .navbar-toggle .icon-bar {
        background: #000;
    }

@media (min-width: 700px) and (max-width: 1000px) {
    img.logo {
        max-width: 120px;
    }
}

.left_sidebar {
    /* padding: 2em 0; */
    /* background: #fff; */
    padding-left: 10px;
    padding-right: 10px;
}

    .left_sidebar .tabs li a.tab4 span.icon {
        background: url(img/contact1.png) no-repeat left;
    }

    .left_sidebar .tabs li.active a.tab4 span.icon {
        background: url(img/contact_active1.png) no-repeat left;
    }

.photo_entry {
    background: #ffffff !important;
    margin-top: 0 !important;
    padding-top: 25px;
}

.left_sidebar .tabs:not(#lefttab1) {
    /*display: none;*/
}

.select-files {
    background: #ffffff;
    margin-top: 0 !important;
    padding-top: 25px;
}

.left_sidebar .tabs li a {
    color: #ddddc6;
    font-size: 1.1em;
    padding: 0;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}

    .left_sidebar .tabs li a span.icon {
        width: 40px;
        display: inline-block;
        vertical-align: middle;
        padding: 18px;
        height: 50px;
        /*border-right: 1px solid;*/
    }

.left_sidebar .tabs li p a {
    color: #4e4e4e !important;
}

.left_sidebar .tabs li a {
    color: #515f7c;
    font-size: 1.1rem !important;
}

    .left_sidebar .tabs li a span.linktxt {
        vertical-align: middle;
        width: 100%;
        display: inline-block;
        padding: 10px 0;
        line-height: 30px;
        /*border-bottom: 1px solid #ddddc6;*/
        font-size: 1.3rem;
        font-family: 'bellgothicstdblack';
        text-transform: capitalize;
    }

.left_sidebar .tabs li:last-child a span.linktxt {
    border-bottom: 0px;
}

.left_sidebar .tabs li a.tab1 span.icon {
    background: url(img/info.png) no-repeat left;
}

.left_sidebar .tabs li a.tab2 span.icon {
    background: url(img/info.png) no-repeat left;
}

.left_sidebar .tabs li a.tab3 span.icon {
    background: url(img/info.png) no-repeat left;
}

.left_sidebar .tabs li a.tab5 span.icon {
    background: url(img/phone.png) no-repeat left;
}

.left_sidebar .tabs li a.tab6 span.icon {
    background: url(img/ref.png) no-repeat center;
}

.left_sidebar .tabs li a:hover,
.left_sidebar .tabs li a:focus {
    background: transparent;
}

.left_sidebar .tabs li.active a,
.left_sidebar .tabs li a:hover {
    color: #1870b7;
    /* border-bottom: 2px solid #1870b7; */
}

    .left_sidebar .tabs li.active a span.icon {
        border-radius: 4px 0px 0px 4px;
    }




    .left_sidebar .tabs li.active a.tab1 span.icon {
        background: url(img/info_active.png) no-repeat left;
    }

    .left_sidebar .tabs li.active a.tab2 span.icon {
        background: url(img/info_active.png) no-repeat left;
    }

    .left_sidebar .tabs li.active a.tab3 span.icon {
        background: url(img/info_active.png) no-repeat left;
    }

    .left_sidebar .tabs li.active a.tab5 span.icon {
        background: url(img/info_active.png) no-repeat left;
    }

    .left_sidebar .tabs li.active a.tab6 span.icon {
        background: url(img/info_active.png) no-repeat left;
    }


/*  .left_sidebar .tabs li.active:after {
        content: "\f363";
        position: absolute;
        right: -22px;
        font-family: ionicons;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        font-size: 3em;
        color: #3b3b3b;
    }*/

ul.self_links {
    white-space: nowrap;
    overflow: hidden;
    counter-reset: headings;
    max-width: 92%;
    margin: 0 auto;
    float: none;
}

#right,
#left {
    position: absolute;
    top: 67%;
    font-size: 20px;
    transform: translateY(-50%);
    color: #fff;
    background: #898989;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    padding: 0 8px;
    line-height: 26px;
}

#right {
    left: 0px;
}

#left {
    right: 0px;
}

ul.self_links li {
    list-style-type: none;
    padding: 1.5em 2em 0 0;
    /*float: left;*/
    display: inline-block;
    position: relative;
}

    ul.self_links li a {
        font-size: 1.4rem;
        text-transform: capitalize;
        color: #313131;
        padding: 0.67em 0.6em;
        display: block;
        text-decoration: none;
        border-radius: 50px;
        border: 2px solid transparent;
    }

        ul.self_links li a:hover,
        ul.self_links li.active a {
            background: #fff;
            color: #222;
            border: 2px solid #e1e1e1;
        }

            ul.self_links li a:hover:before,
            ul.self_links li.active a:before {
                background: #7dc361;
                color: #fff;
                border-color: transparent;
            }

        ul.self_links li a:before {
            counter-increment: headings;
            content: "0" counter(headings, decimal);
            border: 1px solid;
            border-radius: 100%;
            padding: 4px 5px;
            font-size: 0.9em;
            margin-right: 5px;
        }

    ul.self_links li:last-child:after {
        content: none;
    }

    ul.self_links li:after {
        content: "";
        background: url(img/flight_dis.png) no-repeat;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 5px;
        top: 55%;
    }

.right_button {
    margin: 1em 0 0;
}

.btn_action {
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: .5em;
}

    .btn_action:last-child {
        margin-right: 0px;
    }

    .btn_action .input-group {
        border: 1px solid #fc0;
        border-radius: 4px;
        display: inline-block;
    }

        .btn_action .input-group a {
            display: inline-block;
            padding: 7px;
            line-height: normal;
            vertical-align: middle;
            color: #fff;
            font-size: 1.1em;
            text-decoration: none;
        }

    .btn_action span.input-group-addon {
        display: inline;
        border: 0;
        padding: 7px 10px;
        background: #f9b353;
        color: #484848;
        position: relative;
        border-radius: 3px;
        font-size: 1.2em;
    }

        .btn_action span.input-group-addon:before {
            content: "\f363";
            position: absolute;
            right: -5px;
            font-family: ionicons;
            z-index: 1;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.5em;
            color: #f9b353;
        }

a.next_tab:before {
    color: #838383;
    /* content: "Go to"; */
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.btn-update a.next_tab:before {
    content: none;
}

.btn-update a.next_tab {
    padding: 10px 20px;
    font-size: 16px;
    content: none;
}

p.update_status {
    color: #ddddc6;
    font-size: 0.9em;
    margin: 1em 0;
    padding: 0 10px;
    line-height: 25px;
}

.comment_section {
    /* background: #474747; */
    background: #fff;
    padding: 10px 0;
    box-shadow: -10px 0px 10px 1px #e1e1e1;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

p.update_status span.count {
    color: #373737;
    padding: 2px;
}

    p.update_status span.count.new {
        background: #f9b353;
    }

    p.update_status span.count.approve {
        background: #6fc850;
    }

    p.update_status span.count.cancel {
        background: #ff7979;
    }

p.update_status span.divide {
    margin: 0 3px;
}

ul.comments {
    padding: 1em 1em 1em 2em;
    line-height: normal;
    overflow-y: scroll;
    max-height: 340px;
}

.comment_section .comments li span.date_time {
    color: #000;
    width: 100%;
    float: left;
    font-size: 0.9em;
}

.comment_section .comments li span.comment {
    color: #7e7e7e;
    font-size: 0.95em;
    margin: 0.5em 0;
    float: left;
    width: 100%;
}

ul.comments li {
    list-style-type: none;
    padding-bottom: 0.8em;
    position: relative;
    float: left;
    width: 100%;
}

    ul.comments li:last-child {
        padding-bottom: 0px;
    }

a.approve_btn {
    background: #6fc850;
    color: #fff !important;
    padding: 4px 15px;
    display: inline-block;
    border-radius: 50px;
    line-height: normal;
    margin-right: 8px;
    margin-bottom: 10px;
    margin-top: 5px;
}

a.cancel_btn {
    background: #f9b353;
    color: #474747;
    padding: 4px 15px;
    display: inline-block;
    border-radius: 50px;
    line-height: normal;
    margin-right: 8px;
    margin-bottom: 10px;
    margin-top: 5px;
}

ul.comments li:before {
    content: "";
    left: -18px;
    background: url(img/circle.png) no-repeat;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 3px;
}

ul.comments li:after {
    content: "";
    background: #d1d1d1;
    position: absolute;
    left: -13px;
    width: 1px;
    height: calc(100% - 12px);
    top: 15px;
}

.text-caps {
    text-transform: uppercase;
}

.comment_section .comments li span.status {
    font-size: 0.9em;
}

    .comment_section .comments li span.status.approve {
        color: #4e4e4e;
    }

    .comment_section .comments li span.status.cancel {
        color: #ff7979;
    }

        .comment_section .comments li span.status.cancel:before {
            content: "\f111";
            font-family: fontawesome;
            margin-right: 5px;
        }

    .comment_section .comments li span.status.approve:before {
        content: "\f058";
        font-family: fontawesome;
        margin-right: 5px;
        color: #6fc850;
    }


/*.login_form {
    background: #222222 url(img/login_bg.jpg) no-repeat top 30px center/cover;
    background-size: 100% 102%;
    display: flex;
}*/

.login_form {
    background: #fff url(img/bg_image.jpg) no-repeat top 0px center/cover;
    /* background-size: 100% 90%; */
    background-size: cover;
    display: flex;
}

    .login_form .login_left {
        padding: 6.5em 15px;
        text-align: center;
        max-width: 450px;
        padding-top: 140px;
    }

.login_right {
    max-width: 400px;
    margin: 1em auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

h4.login_title {
    text-transform: uppercase;
    /* color: #fff; */
    font-size: 1.6em;
    margin-bottom: 2em;
}

.mar_btm_2 {
    margin-bottom: 2.1em !important;
}

.mar_btm_1em {
    margin-bottom: 1em !important;
}

.full_login {
    max-width: 1000px;
    margin: 1em auto 30em;
    float: none;
    margin-top: 7em;
}

.login_right input.allinput {
    margin-bottom: 0.7em;
    padding-top: 0;
}

span.errormsg {
    color: #e96f6f;
    font-size: 1.2rem;
    word-break: break-word;
}

label.errormsg {
    color: #e96f6f !important;
    font-size: 1.2rem;
    word-break: break-word;
}

span.loginerrormsg {
    color: #e96f6f;
    position: relative;
    float: right;
    width: 100%;
    text-align: right;
    font-size: 11px;
}

button.btn_primary.btn {
    background: #313131;
    width: 100%;
    margin: 1.2em 0;
    color: #fff;
    padding: 0.6em;
    font-size: 1.2em;
    text-transform: uppercase;
}

.send_comment .title {
    text-decoration: none;
    padding: 0 15px;
    color: #6f6f6f;
    margin: 0.8em 0;
}

    .send_comment .title img {
        margin-right: 10px;
    }

.send_comment .bg {
    background: #f0f0f0;
}

    .send_comment .bg input[type="text"] {
        background: transparent;
        border: 0;
        outline: none;
        padding: 0.5em;
        font-size: 1.2rem;
        color: #686868;
    }

    .send_comment .bg input::placeholder {
        color: #b8b8b8;
    }

a.send_link {
    text-align: center;
    width: 30px;
    float: right;
    padding: 4px 8px;
    border-left: 1px solid #b8b8b8;
    /* margin: 6px 0; */
}

.manage_partner a.navbar-brand {
    padding: 2px;
}

.manage_partner img.logo {
    width: auto;
}

.search_form {
    background: #ffffff;
    padding: 1em;
}

input.search_input {
    width: 100%;
    border: 0;
    /* padding: 1em 8em 1em 1em; */
    padding: 0.8em 0.4em 1em 1em;
    border-radius: 4px;
    outline: none;
    margin: 1em 0;
    font-size: 1.1em;
    border: 1px solid #d6d6d6;
    height: 45px;
}

button.search_btn {
    position: absolute;
    right: 15px;
    top: 16px;
    padding: 0.85em 2em .9em;
    background: #f9b353;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 14px;
    border-radius: 0px 4px 4px 0px;
    text-transform: uppercase;
    height: 44px;
}

select.search_select {
    background: transparent url(img/down_arrow.png) no-repeat top 12px right 5px;
    border-width: 0 0 1px;
    padding: 5px 0 15px;
    color: #4e4e4e;
    width: 100%;
    margin: 1em 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border-radius: 0;
    border-color: rgb(210 210 210);
}

    select.search_select option {
        background: #fff;
        border: 0px;
        /*color: #ffffff;*/
    }

.records {
    font-size: 14px;
    color: #4e4e4e;
    margin: 1em 0px 1em 15px;
    float: left;
    margin-top: 43px;
}

    .records > span > span {
        color: #bcbcbc;
        font-size: 14px;
    }

.search_result ul li {
    background: #fff;
    margin: 0.5em 0 0;
    border-radius: 5px;
    list-style-type: none;
    overflow: hidden;
    padding: 0 1em 0.8em;
}

    .search_result ul li h3.title {
        color: #726e6e;
        text-transform: uppercase;
        font-size: 13px;
        margin-bottom: 0.5em;
        padding: 0 15px;
        margin-top: 1.8rem;
        font-weight: 700;
    }

span.value-clr {
    color: #909090;
    font-size: 14px;
}

.search_result ul li .details {
    padding: 0;
    word-wrap: break-word;
}

.search_result ul li span.title {
    color: #a0a0a0;
    font-size: 1.1em;
    margin-bottom: 0.5em;
    font-family: RobotoThin','Conv_ZonaPro-Bold;
    padding-right: 0;
}

.search_result ul li span.answer {
    color: #4e4e4e;
    padding-right: 0;
    font-size: 14px;
    margin-bottom: 0.3em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.result_action span.status {
    margin: 0.5em 0 0;
    float: left;
    width: 100%;
    font-size: 12px;
    padding: 0 3px;
    color: #818181;
    line-height: 40px;
}

    .result_action span.status > span > span {
        padding: 0px;
        border-radius: 17px;
        margin-left: 10px;
        height: 27px;
        line-height: 21px;
    }


    /*  .result_action span.status > span > span:before {
            content: "\f3fd";
            font-family: ionicons;
            font-size: 3em;
            vertical-align: middle;
            margin-right: 5px;
        }*/

    .result_action span.status span.inprogress {
        color: #ffa617;
    }

    .result_action span.status span.for_approval {
        color: #6fc850;
    }

    .result_action span.status span.for_review {
        color: #6e4a10;
    }

    .result_action span.status span.returned {
        color: #ff7979;
    }

    .result_action span.status span.Active {
        color: #32CD32;
    }



span.search_divide {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    left: 0;
}

.logincheck input[type="checkbox"] {
    display: none;
}

.logincheck label {
    color: #2a2a2a;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    padding-left: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

    .logincheck label:before {
        content: "";
        background: #fff;
        width: 16px;
        height: 15px;
        border: 1px solid #e1e1e1;
        position: absolute;
        left: 0;
        top: 0px;
        color: #787878;
        text-align: center;
        /* padding: 0 2px; */
        font-size: 0.8em;
    }

.logincheck input:checked + label:before {
    content: "\f00c";
    font-family: fontawesome;
}

.forgot_link,
.forgot_link:hover {
    color: #5c5c5c;
    text-decoration: underline;
    font-size: 12px;
}

button.btn_primary.btn.login_btn {
    background: #fff;
    border: 1px solid #e1e1e1;
    text-transform: none;
    outline: none;
    color: #000;
    font-size: 1.4em;
    margin-top: 1.5em;
    transition: all 0.5s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.smo i {
    color: #7cc360;
    font-size: 1.8rem;
}

.btn.login_btn img {
    margin-left: 3px;
}

.login_right input.allinput::placeholder,
#linkForm input.style_input::placeholder,
.change_input input.style_input::placeholder {
    opacity: 1;
}

.login_right input.allinput::-ms-input-placeholder,
#linkForm input.style_input::-ms-input-placeholder,
.change_input input.style_input::-ms-input-placeholder {
    opacity: 1;
}

span.floating_label {
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 13px;
    color: #a3a3a3;
    font-size: 14px;
}

    span.floating_label > span {
        width: 19px;
        height: 20px;
        float: left;
        margin-right: 5px;
        background-repeat: no-repeat;
    }

        span.floating_label > span.red {
            float: none;
        }

    span.floating_label span.usericon {
        background-image: url(img/usericon.png);
    }

    span.floating_label span.pwdicon {
        background-image: url(img/pwdicon.png);
    }


/*.login_right input.allinput:placeholder-shown + span {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 2.125rem) scale(1);
    -ms-transform-origin: left bottom;
    -ms-transform: translate(0, 2.125rem) scale(1);
}*/

.login_right input.allinput:focus::-webkit-input-placeholder {
    opacity: 1;
}

.login_right input.allinput:not(:placeholder-shown) + span,
.login_right input.allinput:focus + span {
    transform: translate(-15px, -18px) scale(1);
    cursor: pointer;
    color: #5c5c5c;
    display: none;
}

    .login_right input.allinput:not(:placeholder-shown) + span > .usericon,
    .login_right input.allinput:focus + span > .usericon {
        background-image: url(img/usericon_active.png);
        background-color: #5c5c5c;
        padding: 13px 13px;
        border-radius: 3px;
        background-position: 5px 5px;
    }

    .login_right input.allinput:not(:placeholder-shown) + span > .pwdicon,
    .login_right input.allinput:focus + span > .pwdicon {
        background-image: url(img/pwdicon_active.png);
        background-color: #5c5c5c;
        padding: 13px 13px;
        border-radius: 3px;
        background-position: 5px 5px;
    }

#linkForm input.style_input:placeholder-shown + span,
.change_input input.style_input:placeholder-shown + span {
    cursor: text;
    /*max-width: 66.66%;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 2.125rem) scale(1);
}

#linkForm input.style_input:focus::-webkit-input-placeholder,
.change_input input.style_input:focus::-webkit-input-placeholder {
    opacity: 1;
}

#linkForm input.style_input:not(:placeholder-shown) + span,
.change_input input.style_input:not(:placeholder-shown) + span,
#linkForm input.style_input:focus + span,
.change_input input.style_input:focus + span {
    transform: translate(0px, -3px) scale(1);
    cursor: pointer;
    color: #000;
}

input.style_input + span.floating_label {
    left: 15px;
    color: #c0c0c0;
}

input.style_input::placeholder {
    color: #c0c0c0;
}

@media (min-width: 767px) {
    .login_divide {
        position: absolute;
        left: 0;
        right: 7em;
        top: 44px;
        text-align: center;
        width: 1px;
        margin: 0 auto;
    }

    .login.footer {
        position: absolute;
        bottom: 0;
    }
}

.login.footer {
    background: rgba(29, 29, 29, 0.8);
}

@media (max-width: 1000px) {
    .login_form img.logo {
        max-width: 250px;
    }
}

@media (max-width: 1200px) {
    .login_divide {
        right: 2em !important;
    }
}

@media (max-width: 991px) {
    .flexcontainer {
        flex-direction: column !important;
    }

        .flexcontainer .firstdiv,
        .flexcontainer .seconddiv {
            width: 100% !important;
        }
}

@media (max-width: 768px) {
    .login_divide {
        display: none;
    }

    .login_form .login_left,
    .login_form .login_right {
        max-width: 100%;
        padding-bottom: 30px !important;
    }

    .logo_powered {
        margin-right: 0 !important;
    }

    .login_left_powered {
        text-align: center !important;
    }

    .full_login {
        margin: 1em auto 11em;
    }

    .login_form {
        background-size: 100% 97% !important;
    }
}

.usericon_head {
    border-radius: 100%;
    background: #3b3b3b;
    height: 32px;
    width: 30px;
    padding: 6px;
    padding-bottom: 4px;
    padding-top: 7px;
}

.right_nav li a.profile:hover,
.right_nav li a.profile:focus {
    background: transparent;
}

.right_nav li a.nopadding {
    padding: 2px;
}

.right_nav li.nopadding {
    padding: 0px;
}

.right_nav li a.logout {
    /* border-bottom: 1px solid transparent; */
    border-radius: 0px;
}

.profile + .dropdown-menu:before {
    content: "\f3d8";
    position: absolute;
    right: 6px;
    font-family: ionicons;
    z-index: 1;
    top: -18px;
    font-size: 1.7em;
    color: #ccc;
}

.profile + .dropdown-menu:after {
    content: "\f363";
    font-family: ionicons;
    color: #fff;
    font-size: 2.3em;
    position: absolute;
    top: -22px;
    transform: rotate(270deg);
    right: 9px;
}

select.allselect {
    width: 100%;
    border: 1px solid #949494;
    padding: 1px;
    font-size: 1em;
    color: #222;
    margin: 2px 0px 1em;
    outline: none;
    border-width: 0 0 1px;
}

.flnone {
    float: none !important;
    display: inline-table;
    margin: 1.30em 0 0 !important;
}

.right_work .input-group.flnone {
    max-width: 140px;
}

.name_user {
    vertical-align: middle;
    color: #4e4e4e;
    margin-left: 10px;
}

span.name_user:after {
    content: "\f3d0";
    font-family: ionicons;
    padding-left: 12px;
    font-size: 22px;
    color: #9f9c9c;
    position: relative;
    top: 4px;
}

.drop-right-btn li {
    margin-right: 1rem;
}
/* .drop-right-btn li:first-child {
	margin-right: 20px;
} */

.drop-right-btn li {
    padding-top: 10px;
}

.allradio {
    float: left;
    margin: 1em 0;
}

    .allradio input[type="radio"] {
        display: none;
    }

    .allradio label {
        color: #222;
        cursor: pointer;
        position: relative;
        padding: 0 1.9em;
    }

        .allradio label:before {
            cursor: pointer;
            width: 18px;
            border: 1px solid #787878;
            border-radius: 12px;
            background-color: #ffffff;
            box-shadow: none;
            content: "";
            height: 18px;
            position: absolute;
            left: 0px;
            top: 0px;
            transition: all 250ms ease-in-out;
        }

    .allradio input:checked + label::before {
        content: "\f00c";
        font-family: fontawesome;
        margin: 0 auto;
        font-size: 0.7em;
        text-align: center;
        background: #fff;
        border-color: #787878;
        color: #787878;
        padding: 1px;
        line-height: 14px;
    }

.right_work .logincheck label:before {
    border-color: #787878;
}

.right_work .logincheck label {
    color: #222;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.cusoinput input {
    height: 30px !important;
    margin-bottom: 2rem !important;
    font-size: 1.3rem;
}

.right_work .logincheck {
    float: left;
    margin-right: 1em;
}

.select_file input[type="file"] {
    position: absolute;
    width: 100%;
    opacity: 0;
    padding: 10px;
    cursor: pointer;
}

button.btn.btn_select_file {
    background: #1871b8;
    color: #fff;
    font-size: 1em;
    outline: none !important;
    border: 1px solid #1871b8;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    box-shadow: none !important;
}

a.upload_file {
    color: #fff;
    text-decoration: underline;
    font-size: 1.2em;
    display: block;
    text-align: center;
    padding: 10px 0;
}

.uploadfiles {
    border: 1px solid #e4e4e4;
    margin-bottom: 2em;
    padding: 15px;
    min-height: 114px;
    max-height: 114px;
}

    .uploadfiles > span {
        float: left;
        line-height: normal;
    }

span.filetype {
    text-transform: uppercase;
    border-radius: 100%;
    padding: 13px 0;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 0.9em;
}

    span.filetype.csv, span.filetype.png, span.filetype.jpg, span.filetype.jpeg, span.filetype.pdf, span.filetype.doc, span.filetype.docx, span.filetype.xls,
    span.filetype.xlsx, span.filetype.gif, span.filetype.txt, span.filetype.ppt, span.filetype.pptx, span.filetype {
        background: #3f3f3f;
    }








span.filename_date {
    padding: 0.1em 3.2em;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

    span.filename_date .filename {
        color: #222;
        width: 100%;
        display: inline-block;
        font-size: 1.1em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    span.filename_date span.date {
        color: #ff8f8f;
        font-size: 0.9em;
    }

span.tag_link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 0px;
    right: 0;
    border-left: 1px solid #e4e4e4;
    cursor: pointer;
    color: #000;
    text-align: center;
    min-width: 49px;
}

    span.tag_link a {
        color: #222222;
        text-transform: uppercase;
        padding: 15px 0;
        display: block;
    }

        span.tag_link a:hover,
        span.tag_link a:focus {
            text-decoration: none;
        }

        span.tag_link a i {
            font-size: 1.2em;
            color: #9c9c9c;
            transition: all .5s;
            vertical-align: middle;
        }

.option_select {
    /*display: none;*/
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    left: 0px;
    z-index: 8;
    padding: 0 12px;
    border: 1px solid #e1e1e1;
    border-top: 0;
    max-height: 120px;
    overflow: auto;
}

    .option_select ul {
        float: left;
        width: 100%;
        /*margin: 0px;*/
        padding: 10px 0px 10px 0px;
    }

        .option_select ul li {
            list-style-type: none;
            display: block;
            margin: 3px 0px 3px 0px !important;
            padding: 0px !important;
            background: transparent !important;
        }

            .option_select ul li a {
                padding: 2px 10px !important;
                display: inline-block !important;
                border: 1px solid #dfdfdf;
                border-radius: 50px;
                color: #7d7d7d;
                font-size: 0.9em !important;
                width: auto !important;
                margin-bottom: 5px;
            }

                .option_select ul li a:hover,
                .option_select ul li a:focus {
                    background: #fff;
                    border: 1px solid #e1e1e1;
                    text-decoration: none;
                    color: #000;
                }

span.tag_link.open i {
    transform: rotate(180deg);
    display: inline-block;
}

.uploadfiles span.count {
    position: absolute;
    right: -10px;
    top: -15px;
    background: #e45e4e;
    border-radius: 100%;
    padding: 5px;
    text-align: center;
    width: 28px;
    height: 28px;
    color: #fff;
    z-index: 1;
}

.uploadfiles span.count-approved {
    position: absolute;
    right: -10px;
    top: -15px;
    background: #a0c440;
    border-radius: 100%;
    padding: 5px;
    text-align: center;
    width: 28px;
    height: 28px;
    color: #313131;
    z-index: 1;
}

ul.selected_files {
    padding: 0;
    list-style: none;
}

    ul.selected_files li {
        background: #f2f2f2;
        border-radius: 2px;
        padding: 8px 20px;
        margin-bottom: 1em;
        position: relative;
    }

        ul.selected_files li:after,
        ul.selected_files li a:after {
            content: none !important;
        }

        ul.selected_files li p {
            color: #4e4e4e;
            font-size: 1em;
            margin-bottom: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 80%;
            display: inline-block;
        }

        ul.selected_files li a.close_file {
            position: absolute;
            right: 5px;
            top: 7px;
            width: auto;
            font-size: 0.8em;
            border: 0;
            background: transparent;
            height: auto;
            padding: 7px 0;
            line-height: normal;
        }

            ul.selected_files li a.close_file i {
                color: #4e4e4e;
            }

        ul.selected_files li .progress {
            background: #edeef0;
            height: 3px;
            margin: 10px 0 5px;
        }

            ul.selected_files li .progress .progress-bar {
                background: #f9b353;
            }

        ul.selected_files li.success p {
            color: #fc0;
            margin: 8px 0;
        }

.search_by_letter a {
    color: #7d7d7d;
    background: #fff;
    padding: 0px 3px;
    border-radius: 3px;
    margin-bottom: 3px;
    display: inline-block;
    border: 1px solid #d6d6d6;
    font-weight: normal;
}

    .search_by_letter a:hover {
        background: #f9b353;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

.fa-circle-o-notch {
    color: #f9b353;
}

.fa-check-circle {
    color: #a0c440;
    font-size: 17px;
}

.fa-times-circle {
    color: #ec7f4b;
    font-size: 17px;
}

.common_content .search_form {
    min-height: 500px;
}

.search_result {
    min-height: 300px;
}

.pad_15 {
    padding: 15px;
}

.nomargin {
    margin: 0px !important;
}

.noresult {
    font-size: 16px;
}

.dashboard h3.title {
    color: #5a6579;
    font-size: 1.3em;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
}

    .dashboard h3.title i.fa {
        color: #1871b8;
        margin-right: 5px;
    }


/*.dashboard .alerts, .dashboard .task_view {
    margin: 1.5em 0;
}*/

.dashboard .alerts span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.dashboard .cal_icon i.fa {
    color: #5a6579;
    font-size: 1.3em;
}

.dashboard span.date {
    color: #5a6579;
    margin: 0;
}

    .dashboard span.date.change_date {
        font-size: 14px;
        margin-top: 7px;
        text-align: right;
        padding-right: 15px;
    }

.dashboard .change_date .allselect {
    border: 1px solid;
    margin-left: 6px !important;
    border-radius: 3px;
}

.dashboard span.row_action a i.fa {
    border: 1px solid;
    color: #f9b353;
    border-radius: 100%;
    padding: 2px 8px;
    font-size: 1.3em;
    margin-left: 3px;
}

.dashboard .alerts span select.allselect {
    background: #f7f8f9;
    color: #969696;
    margin: 0;
    border-color: #969696;
    padding: 0.3em 0.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 90px;
    background-image: none !important;
}

.dashboard .alerts span.select-wrapper:before {
    content: "\f0d7";
    position: absolute;
    color: #969696;
    font-family: fontawesome;
    right: 10px;
    top: 5px;
    pointer-events: none;
}

.dashboard .alerts ul.lists {
    padding: 0 15px;
    margin: 0;
}

.dashboard .alerts h3.title {
    color: #000 !important;
    font-size: 16px;
    /* font-family: 'bellgothicstdbold'; */
    font-family: 'bellgothicstdblack';
    text-transform: capitalize;
}

    .dashboard .alerts h3.title i {
        color: #5a6579 !important;
    }

.dashboard .alerts ul.lists li {
    float: left;
    width: 100%;
    margin: 0 0 8px 0;
    position: relative;
    font-family: RobotoRegular;
    padding: 0.8em 1.5em;
    border-radius: 5px;
    font-size: 13.3px;
}

    .dashboard .alerts ul.lists li:before {
        content: "";
        position: absolute;
        width: 4px;
        height: 75%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .dashboard .alerts ul.lists li.approved.new:before {
        background: #7ec463;
    }

    .dashboard .alerts ul.lists li.approved.old:before {
        background: #a1887f;
    }

    .dashboard .alerts ul.lists li.submit.new:before {
        background: #80deea;
    }

    .dashboard .alerts ul.lists li p.msg {
        color: #000000;
        padding-right: 10px;
        font-size: 14px;
        font-family: 'bellgothicstdbold';
        margin-bottom: 0px;
    }

    .dashboard .alerts ul.lists li span {
        color: #1871b8;
        margin-right: 12px;
        font-size: 12px;
        font-family: 'bellgothicstdblack';
    }

.list-section .lists {
    float: left;
    padding: 0 !important;
}

.dashboard .alerts ul.lists li span img {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
    max-width: 18px;
}

.dashboard .alerts ul.lists li.new {
    background: #f5fee2;
}

.dashboard .alerts ul.lists li.old {
    background: #f5f5f5;
}

.dashboard .task_view .slot_txt {
    /* margin-top: 10px; */
    padding: 0 0 0 25px;
    position: relative;
    background: url(./img/belllarge.png);
    background-repeat: no-repeat;
}

.indate-section {
    padding-right: 0 !important;
}

.indate {
    float: left;
    margin-right: 0 !important;
}

    .indate span {
        color: #5a6579 !important;
        margin: 0 !important;
    }

.dashboard .task_view .slot_txt p {
    color: #5a6579;
    line-height: 25px;
    font-size: 1.1em;
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
}


/*.dashboard .task_view .slot_txt:before {
    content: "\f0a2";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    color: #5a6579;
    font-size: 1.4em;
    top: 2px;
}*/

.dashboard .task_view .slot_txt p {
    font-size: 14px;
}

.pos-rel select.allselect {
    background: #f7f8f9;
    color: #969696;
    margin: 0;
    border-color: #969696;
    padding: 2px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100px;
    border: 1px solid;
    border-radius: 2px;
    font-size: 12px;
    background-image: none !important;
}

.filter-choose img {
    vertical-align: bottom;
    padding-right: 5px;
}

.filter-choose label {
    text-align: left !important;
}

.filter-choose a {
    padding-right: 10px;
}

span.datedtxt {
    font-family: 'bellgothicstdbold';
    font-size: 16px !important;
}

.pos-rel {
    position: relative;
    margin: 0;
}

.indate-section::before {
    margin-top: 0;
    position: relative;
    background: url(./img/callarge.png);
    background-repeat: no-repeat;
    padding: 10px;
}

.icon-Calender::before {
    margin-top: 0;
    position: absolute;
    background: url(./img/callarge.png);
    background-repeat: no-repeat;
    padding: 10px;
    content: "";
    left: -25px;
}

.indate {
    float: left;
    margin-right: 0 !important;
    margin-left: 22px;
}

.dashboard .alerts ul.lists li.indate-section {
    font-family: 'bellgothicstdbold';
    font-size: 12px;
}

.pos-rel:before {
    content: "\f0d7";
    position: absolute;
    color: #969696;
    font-family: fontawesome;
    right: 10px;
    top: 3px;
    pointer-events: none;
}

.dashboard .task_view .slot_txt p span {
    color: #000;
    text-decoration: underline;
}

.dashboard .task_view .slot_txt p a {
    background: #7cc360;
    padding: 0px 4px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    height: 21px;
}

.m_t_15 {
    margin-top: 15px;
}

.dashboard .task_view .details {
    counter-reset: section;
    border-top: 1px solid #e9e9ea;
    padding-top: 0;
    margin-top: 10px;
}

.mover {
    margin-top: 27px;
}

.details td {
    padding: 16px 5px;
    position: relative;
}

.details tr {
    border-bottom: 1px dashed #534e4c;
}

.dashboard .task_view .details .content {
    color: #fff;
    vertical-align: middle;
    padding-left: 50px;
    padding-right: 0 !important;
    text-overflow: ellipsis;
    display: block;
    word-wrap: break-word;
    width: 260px;
    font-size: 12px;
    height: 40px;
    overflow: hidden;
}

.dashboard .task_view h3.title {
    color: #000 !important;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-size: 16px;
    font-family: 'bellgothicstdblack';
    text-transform: uppercase;
}

    .dashboard .task_view h3.title i {
        color: #5a6579 !important;
        vertical-align: top;
        margin-top: 4px;
        font-size: .8em;
    }

.job-sanpshot h3.title {
    color: #5a6579 !important;
    font-size: 16px;
    text-transform: uppercase;
}

.job-sanpshot h3.title {
    color: #000 !important;
    font-family: 'bellgothicstdblack';
}

.dashboard .task_view .details .status {
    color: #fc0;
    text-align: center;
}

    .dashboard .task_view .details .status .stat-bord {
        border-left: 1px solid #534e4c;
        border-right: 1px solid #534e4c;
        padding: 0 8px;
        font-size: 13px;
    }

.dashboard .task_view .details .content:before {
    counter-increment: section;
    content: "0" counter(section, decimal);
    position: absolute;
    left: 0;
    border: 1px solid;
    border-radius: 100%;
    width: 45px;
    color: #ddddc6;
    height: 45px;
    padding: 10px;
    text-align: center;
    top: 13px;
    font-size: 1.2em;
}

.dashboard .task_view .details .content {
    padding: 4px 0 0 4em;
    color: #fff;
    font-family: RobotoRegular;
}

.dashboard .task_view .details .status {
    color: #fc0;
}

.dashboard .task_view .details .action a {
    border: 1px solid #6b6b6b;
    border-radius: 2px;
    color: #fff;
    padding: 3px;
    font-size: 0.9em;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}

.mover .cal_icon {
    font-size: 14px;
}

.mover span {
    color: #5a6579;
    font-size: 20px;
}

.mover i {
    font-size: 14px;
    padding-right: 2px;
    color: #f9b353;
}

.mover .rounded i.fa {
    color: #f9b353;
}

.mover .rounded {
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid #f9b353;
    padding: 0 5px;
}

.datedtxt {
    margin-right: 8px;
}

.dashboard .task_view .details .action a:hover {
    background: #fc0;
    color: #3b3b3b;
    text-decoration: none;
    border-color: #fc0;
    cursor: pointer;
}

.quickaction a {
    cursor: pointer;
}

.job-table {
    background: #f9f9f9;
    text-align: center;
    width: 100%;
}

    .job-table td {
        padding: 10px;
        color: #222222;
    }

    .job-table thead tr {
        background: #f7f8f9;
        color: #222222;
    }

    .job-table tbody {
        background: #fff;
    }

.scroller {
    white-space: initial;
    max-height: 360px;
    overflow-y: hidden;
    position: relative;
    MIN-HEIGHT: 255PX;
}

.ps-container .ps-scrollbar-y {
    position: absolute;
    right: -2px !important;
    width: 4px !important;
    background-color: #9cd2f9 !important;
}

.list-section {
    margin-top: 15px;
    background: #fff;
    padding-left: 15px;
}

.txt-dec {
    text-decoration: underline;
    color: #222222;
}

.txt-dec-only {
    text-decoration: underline;
    cursor: pointer;
}

.job-table tbody tr:hover .arrow-show {
    visibility: visible;
}

.job-table tbody tr:hover {
    border-bottom: 3px solid #f9b353;
}

    .job-table tbody tr:hover .round-txt {
        background: #f9b353;
        border-radius: 50%;
        padding: 6px 7px;
        text-decoration: none;
        font-weight: bold;
        color: #ffffff;
    }

.job-table .arrow-show {
    visibility: hidden;
    color: #f9b353;
}

.job-table tbody tr:hover td {
    color: #f9b353;
    background: #ffffff;
}

.job-table tbody tr:hover .white-txt {
    color: #f9b353;
}

.job-table tbody tr:hover .yellow-txt {
    color: #f9b353;
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #f9b353;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #f9b353;
    border-radius: 50%;
    background-color: #f9b353;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #ffffff;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.drop-right-btn a.logout {
    color: #4e4e4e !important;
}

.drop-right-btn li a:hover,
.drop-right-btnli a:focus,
.drop-right-btn li a.active {
    background: transparent !important;
    color: #f9b353;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.i\&t {
    float: left;
    padding-left: 40px;
}

    .swt label,
    .i\&t label {
        color: #fff;
        padding-left: 5px;
        cursor: default;
    }

    .swt .radio input[type="radio"],
    .i\&t .radio input[type="radio"] {
        cursor: pointer;
    }

.swt {
    padding-left: 172px;
    float: left;
}

.part-head {
    font-size: 14px;
    color: #5a6579;
    text-align: left;
    font-family: 'bellgothicstdblack';
}

.participant-details {
    background: #fff;
    padding: 10px;
    border: none;
    padding-bottom: 13px;
    min-height: 310px;
    /* padding-top: 60px; */
}

.partner-name {
    font-size: 12px;
    color: #4e4e4e;
    font-family: 'bellgothicstdbold';
    text-transform: uppercase;
    margin-top: 15px;
}

    .partner-name img {
        margin-right: 10px;
    }

.partner-value {
    margin: 10px 0px;
}

    .partner-value span {
        font-size: 12px;
        color: #7e7e7e;
        border: 1px solid #f8f8f8;
        padding: 4px;
        margin: 2px;
        float: left;
    }

        .partner-value span img {
            padding-right: 5px;
            word-wrap: break-word;
        }

.quicklinks td {
    color: #fff;
    padding: 5px;
    vertical-align: top;
}

.quicklinks-table {
    margin-top: 37px;
}

.quickcontent {
    border-right: 1px solid #e8e8e9;
    width: 244px;
    color: #4e4e4e;
    font-size: 1.2rem;
    text-align: left;
    /* font-family: 'RobotoThin'; */
}

.quicklinks-table tr {
    line-height: 22px;
}

.job-sanpshot {
    margin-bottom: 35px !important;
    position: relative;
}

.quicklinks .fa.fa-link {
    transform: rotate(270deg);
}

.quickaction .txt-dec {
    color: #222222;
    font-size: 12px;
}

@media (min-width: 1000px) {
    .dashboard .task_view .details li > div {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}

a.open_manage i {
    margin-left: 3px;
    font-size: 1.1em;
}

a.open_placements i {
    margin-left: 3px;
    font-size: 1.1em;
}

a.open_settings i {
    margin-left: 3px;
    font-size: 1.1em;
}

.show_list {
    float: left;
    width: 90px;
    padding: 0 15px;
}

.browse {
    float: left;
    margin-right: 15px;
    padding: 0px;
}

.mar_15_0_0 {
    margin: 25px 0px 0;
    padding-left: 5px;
}

.mar_17_0_0 {
    margin-top: 17px;
}

.mar_6_0_0 {
    margin: 6px 0 0;
}

.pagination_members {
    float: left;
    width: 100%;
    color: #4e4e4e;
}

.search_by_letter .nopadding:last-child a {
    text-transform: uppercase;
    background: #f9b353;
    color: #fff;
    border-color: #f9b353;
}

.pagination_members a {
    color: #4e4e4e;
    text-decoration: underline;
    margin: 0 4px;
}



.allpartner_list {
    margin-bottom: 30px;
}

@media (min-width: 1300px) {
    .records {
        text-align: center;
    }
}

.search_by_letter > span {
    margin-right: 2px;
    display: inline-block;
    float: left;
}

.sub_fields input.allinput {
    padding: 5px;
    border-radius: 2px;
    margin-bottom: 10px;
    /* border-width: 0 0 1px 0; */
    border-color: #e1e1e1;
    border-style: solid;
}

.radio_options .allradio {
    margin: 0 0 0.5rem 0;
    float: left;
    display: inline-block;
}

    .radio_options .allradio:last-child label {
        padding-right: 0px;
    }

.right_work .sub_fields label {
    margin: 0;
    color: #3b3b3b;
}

.right_work .sub_fields {
    margin: 5px 0;
    display: none;
}

.btn_action .input-group-action a {
    color: #4e4e4e;
    font-size: 1.1em;
    padding: 6px 10px 6px 35px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

    .btn_action .input-group-action a:hover {
        background-color: #313131 !important;
        color: #fc0;
        text-decoration: none;
    }

    .btn_action .input-group-action a.draft:hover {
        background-image: url(img/action_draft_active.png);
    }

    .btn_action .input-group-action a.tick:hover {
        background-image: url(img/action_tick_active.png);
    }

    .btn_action .input-group-action a.next:hover {
        background-image: url(img/action_next_active.png);
    }

    .btn_action .input-group-action a.previous:hover {
        background-image: url(img/action_previous_active.png);
    }

    .btn_action .input-group-action a.comment:hover {
        background-image: url(img/action_comment_active.png);
    }

    .btn_action .input-group-action a.draft {
        background: url(img/action_draft.png) no-repeat center left 8px;
    }

    .btn_action .input-group-action a.tick {
        background: url(img/action_tick.png) no-repeat center left 8px;
    }

    .btn_action .input-group-action a.comment {
        background: url(img/action_comment.png) no-repeat center left 8px;
    }

    .btn_action .input-group-action a.next {
        background: url(img/action_next.png) no-repeat center left 8px;
    }

    .btn_action .input-group-action a.previous {
        background: url(img/action_previous.png) no-repeat center left 8px;
    }

.btn_action .input-group-action {
    display: table;
}

.change_input span.errormsg {
    margin-bottom: 1em;
    float: left;
}

a.contact_action {
    background: #313131;
    color: #fc0;
    font-size: 0.8em;
    width: 30px;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    border-radius: 100%;
    padding: 7px 9px;
    text-align: center;
    margin-left: 5px;
}

.partner_fields > div {
    /*display: flex;
    flex-wrap: wrap;*/
}

.search_result ul li span.answer a {
    color: #464646;
    text-decoration: underline;
    text-transform: lowercase;
}

.search_result ul li span.answer.bold {
    color: #4e4e4e;
    font-size: 14px;
}

.upload-text {
    position: relative;
    top: 18px;
    font-size: 15px;
}

.nav.tabs {
    margin-bottom: 22px;
}

span.search_divide img {
    max-height: 180px;
}

.btn_action .input-group-action a.partner_action {
    padding-left: 10px;
}

table.table.res_table th {
    font-size: 1.1em;
    font-weight: bold;
    background: #313131;
    color: #fc0;
    border: 0;
}

table.table.res_table {
    word-break: break-all;
    border: 1px solid #dfdfdf;
}

tags-input.ng-invalid .tags {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.full_bg:not(.footer) {
    /*min-height: 500px;*/
    min-height: 100vh;
}

.chosen-container {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices {
    margin: 4px 0px !important;
    height: 35px !important;
    padding: 3px 6px !important;
    font-size: 14px !important;
}


    tags-input .tags .input,
    .chosen-container-multi .chosen-choices li.search-field input[type="text"],
    .chosen-container-multi .chosen-choices {
        /* font-family: 'bellgothicstdbold' !important; */
        padding: 3px 0 !important;
        font-size: 1.2rem !important;
    }

tags-input .tags,
.chosen-container-multi .chosen-choices {
    /* border-width: 0 0 1px 0px !important; */
    border-color: #e1e1e1 !important;
    -webkit-appearance: unset !important;
    -moz-appearance: unset !important;
    outline: none !important;
    box-shadow: none !important;
    background: #fff !important;
    padding-left: 1rem !important;
}

    tags-input .tags .tag-item {
        background: #fff !important;
        color: #313131;
        border-color: #1871b8 !important;
        font-family: inherit !important;
    }

tags-input .host {
    margin-top: 0px !important;
}

.chosen-container .chosen-results li.active-result {
    color: #4e4e4e;
    padding: 6px 12px;
    font-size: 12px;
}

.chosen-container-multi .chosen-drop .result-selected {
    color: #7cc360 !important;
    padding-left: 12px;
    font-size: 12px;
}

.chosen-container .chosen-results li.highlighted,
.chosen-container-multi .chosen-choices li.search-choice {
    background: #fff !important;
    color: #7cc360 !important;
    box-shadow: none !important;
}

.chosen-container .chosen-drop {
    box-shadow: none !important;
}

.chosen-container .chosen-drop {
    border-color: #dfdfdf !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background: #fff !important;
    color: #313131 !important;
    border-color: #fc0 !important;
    padding: 7px 20px 7px 5px !important;
    margin: 0 3px 3px 0 !important;
}

    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        top: 5px !important;
        right: 1px !important;
        color: #f9b353 !important;
    }

.custom_date input.form-control {
    background: transparent;
    box-shadow: none;
    /* border-width: 0 0 1px 0; */
    border-color: #e1e1e1;
    border-radius: 0;
    cursor: auto;
    padding: 5px 40px 5px 0px;
    margin: 0 0 0.7em;
    height: auto;
}

.custom_date span.input-group-btn {
    float: left;
    width: auto;
    position: absolute;
    right: 15px;
    top: 21px;
}

.custom_date2 input.form-control {
    background: transparent;
    box-shadow: none;
    /* border-width: 0 0 1px 0; */
    border-color: #e1e1e1;
    border-radius: 0;
    cursor: auto;
    padding: 5px 40px 5px 0px;
    margin: 0 0 0.7em;
    height: auto;
}

.custom_date2 span.input-group-btn {
    float: left;
    width: auto;
    position: absolute;
    right: 15px;
    top: 21px;
}

.custom_date3 input.form-control {
    background: transparent;
    box-shadow: none;
    /* border-width: 0 0 1px 0; */
    border-color: #e1e1e1;
    border-radius: 0;
    cursor: auto;
    padding: 5px 40px 5px 0px;
    margin: 0 0 0.7em;
    height: auto;
}

.custom_date3 span.input-group-btn {
    float: left;
    width: auto;
    position: absolute;
    right: 15px;
    top: -18px;
}

.custom_date4 input.form-control {
    background: transparent;
    box-shadow: none;
    /* border-width: 0 0 1px 0; */
    border-color: #e1e1e1;
    border-radius: 0;
    cursor: auto;
    padding: 5px 40px 5px 0px;
    margin: 0 0 0.7em;
    height: auto;
}

.custom_date4 span.input-group-btn {
    float: left;
    width: auto;
    position: absolute;
    left: 205px;
}

.custom_date span.input-group-btn button.btn.btn-default {
    background: transparent;
    color: #1871b8;
    border: 0;
    padding: 8px 10px;
    font-size: 15px;
    outline: none;
    box-shadow: none;
}

.custom_date2 span.input-group-btn button.btn.btn-default {
    background: transparent;
    color: #1871b8;
    border: 0;
    padding: 24px 10px;
    font-size: 15px;
    outline: none;
    box-shadow: none;
}

.custom_date3 span.input-group-btn button.btn.btn-default {
    background: transparent;
    color: #1871b8;
    border: 0;
    padding: 24px 10px;
    font-size: 15px;
    outline: none;
    box-shadow: none;
}

.custom_date4 span.input-group-btn button.btn.btn-default {
    background: transparent;
    color: #1871b8;
    border: 0;
    padding: 24px 10px;
    font-size: 15px;
    outline: none;
    box-shadow: none;
}

.mystud-avail tags-input .tags {
    overflow: auto;
    max-height: 64px;
}


.mystud-avail .chosen-container-multi .chosen-choices {
    overflow: auto;
    max-height: 64px !important;
}

.mystud-avail a.next_tab {
    /* background: #313131;
    color: #ddddc6;
    padding: 6px 15px;
    cursor: pointer;
    font-size: 1.1em;
    border-radius: 3px;
    margin: 0.5em 0;
    display: block;
    max-width: 280px;
    margin-top: -20px; */
}

.mystud-avail .sub_fields.show + .altbtn .next_tab {
    margin-top: 0 !important;
}

.progrm-detail .chosen-container-multi .chosen-choices {
    overflow: auto;
    max-height: 64px !important;
}

.part-progrmdetails a.next_tab {
    max-width: 203px;
}

.stud-process a.next_tab {
    max-width: 200px;
}

.mt80 {
    margin-top: 80px;
}

.small-headline {
    color: #000 !important;
    font-size: 1.13em !important;
    margin-top: 18px;
    /* font-family: 'Open Sans', sans-serif !important; */
    font-family: 'Roboto', sans-serif !important;
    /* font-weight: 700 !important; */
}

.equal-space .chosen-container-multi .chosen-choices {
    margin: 15px 0px 0px 0px !important;
    padding: 0 !important;
}

.pointer {
    cursor: pointer !important;
}

.pointer-line {
    cursor: pointer !important;
}

    .pointer-line:hover {
        cursor: pointer !important;
        text-decoration: underline;
    }

.add-btn a {
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%;
    padding: 0px 6px;
    margin: 25px auto;
    display: table;
}

.add-btn {
    width: 24px;
    padding: 0px;
}

.remove-btn {
    width: 34px;
    padding: 0px;
}

    .remove-btn a {
        font-size: 16px;
        cursor: pointer;
        border-radius: 50%;
        padding: 0px 6px;
        margin: 25px auto;
        display: table;
    }

.small-headline-swt {
    color: #313131 !important;
    font-size: 1.13em !important;
    margin-bottom: 18px !important;
    font-family: 'bellgothicstdbold';
    padding-left: 14px;
}

.uploadfileshow ul li {
    list-style: none;
}

.uploadfileshow {
    padding-left: 20px;
}

.w-200 {
    max-width: 200px !important;
}

.p-r-0 {
    padding-right: 0;
}

.tab-txt {
    color: #dddddd;
    font-size: 1.2em;
    border: 1px solid #dddddd;
}

    .tab-txt.active {
        color: #f9b353;
        border-color: #f9b353;
    }

.swt-yrs {
    margin-top: 15px !important;
}

.three-field-value .col-sm-3 {
    width: 33.33333333% !important;
}

.align-right {
    text-align: right;
    float: right;
}

.margin-t15 {
    margin-top: 40px !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.progrm-detail label {
    font-weight: normal;
}

.allocation-height1 {
    min-height: 181px;
}

.allocation-height2 {
    min-height: 233px;
}

.allocation-height3 {
    min-height: 287px;
}

.allocation-height4 {
    min-height: 334px;
}

.allocation-height5 {
    min-height: 401px;
}

.allocation-height6 {
    min-height: 471px;
}

.modal-header {
    background: #DFF1FF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .modal-header .close {
        margin-top: -27px;
        margin-right: -28px;
        background: #1871b8;
        color: #fff;
        opacity: 0.9;
        padding: 2px 7px;
        border-radius: 50%;
    }

        .modal-header .close:hover,
        .modal-header .close:focus {
            opacity: 1;
        }

.close span {
    position: relative;
    top: -2px;
}

.pop-btn {
    background: #3B3B3B;
    border: 1px solid #3B3B3B;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

    .pop-btn:hover {
        background: #f9b353;
        border: 1px solid #f9b353;
    }

#spnmsgContent {
    font-size: 16px;
}

.confirmation_Email {
    text-align: center;
}

    .confirmation_Email img {
        width: 100%;
    }

.modal-dialog {
    width: auto;
    margin: 30px auto;
}

.confirmpop {
    width: 350px;
    margin: 0 auto;
}

.confirmpop2 {
    width: 80%;
    margin: 0 auto;
}

.confirmpop_items {
    width: 463px;
    margin: 100px auto;
}

.forumpopup {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    /* -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.3), 0px 20px 15px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.3), 0px 20px 15px 0px rgba(0, 0, 0, 0.6); */
}

.modal-content {
    background: none;
    box-shadow: none;
    border: none;
    border-radius: unset;
}

.tab-txt:hover {
    color: #f9b353 !important;
    border-color: #f9b353 !important;
}

.placementtype {
    font-family: 'bellgothicstdblack';
    border-bottom: 1px solid #ccc;
    padding-bottom: 9px;
    margin-bottom: 25px;
}

.season-sec .add-btn {
    margin-left: -32px;
}

.green-color {
    color: #89cf58;
}

.orange-color {
    color: orange;
}

.yellw-color {
    color: #f8900b;
    /* color:#399615; */
}

.p-l-5 {
    padding-left: 5px;
}

a.next_tab img {
    width: 18px;
}

.spinload {
    clear: both;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}


a.next_tab {
    display: flex;
    align-items: center;
    background: #1871b8 !important;
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border: 1px solid #1871b8;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 1.3rem;
    border-radius: 5px;
    margin: 0.5em 0;
    display: block;
    float: left;
    -webkit-box-shadow: 10px 9px 5px -6px rgba(247,247,247,1);
    -moz-box-shadow: 10px 9px 5px -6px rgba(247,247,247,1);
    box-shadow: 10px 9px 5px -6px rgba(247,247,247,1);
}

    a.next_tab i {
        color: #fff !important;
        font-size: 1.5rem;
        position: relative;
        top: 2px;
        left: 2px;
    }

.next_tab:hover {
    text-decoration: none;
    color: #f9b353;
    background: #151515;
}

.right_work .input-group a {
    background: #3b3b3b;
    color: #fff;
}

.job_list tags-input .tags {
    overflow: auto;
    max-height: 64px;
    border-color: #e1e0e0 !important;
}

.paper_table tr th {
    width: 28%;
}

i.fa.fa-commenting {
    padding-left: 5px;
    color: #76b2e1;
}

    i.fa.fa-commenting.active {
        color: #6fc850;
    }

a.close_file,
a.addmore,
.remove-more a {
    color: #fff;
    background: #7cc360;
    padding: 2px 7px;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 21px;
    text-align: center;
}

    a.close_file:hover,
    a.addmore:hover,
    .remove-more a:hover {
        color: #fff;
        background: #7cc360;
        text-decoration: none;
    }

a.download {
    color: #fc0;
    background: #3b3b3b;
    padding: 3px 10px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
}

    a.download i.fa {
        margin-right: 4px;
    }

.uploaded_files {
    display: flex;
    flex-wrap: wrap;
}

.btn-group-sm > .btn,
.btn-sm {
    border: 0px;
    padding: 3px 8px;
}

.btn-info.active,
.btn-info.active:hover,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    background: #3b3b3b;
    color: #7cc360;
}

.text-info {
    color: #fc0;
}

table {
    outline: none;
}

.comment_text {
    background: transparent;
    border: 0;
    color: #d8d8d8;
    outline: none;
    resize: none;
    padding: 8px;
    height: 38px;
}

.details_alter {
    /* margin-bottom: 20px;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15);
    padding: 0 0 20px; */
}

.allalter .details_alter:last-child {
    box-shadow: none;
}

.alerts .scroller {
    padding-right: 15px !important;
    margin: 1em 0;
}

.alerts .list-section .scroller .ps-scrollbar-x-rail,
.left_sidebar .scroller .ps-scrollbar-x-rail {
    display: none !important;
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
    opacity: 1 !important;
    background: #e1e1e1;
    width: 2.5px !important;
    right: 0 !important;
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
    background: transparent !important;
}

.ps-container .ps-scrollbar-y {
    width: 2.5px !important;
    right: 0px !important;
}

.ps-container .ps-scrollbar-y-rail {
    right: 0px !important;
    width: 2.5px !important;
}

.search_result ul li span.answer i.fa {
    vertical-align: middle;
}

.search_result ul li label {
    text-transform: uppercase;
    font-size: 0.9em;
    color: #115083;
    font-weight: normal;
}

.search_result ul li .details label {
    margin: 10px 0 0 0;
}

.search_result ul li span.answer i.fa.fa-mobile {
    font-size: 1.45em;
}

.left_sidebar .scroller {
    padding: 0 10px;
}

.title_paper {
    margin-top: -4px;
}

li.no_upload {
    font-size: 20px;
    list-style-type: none;
    text-align: center;
    color: #d9d9d9;
    padding: 3em 0 2em;
    width: 100%;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
}

.allalter .details_alter:last-child .addmore {
    display: inline-block;
}

.allalter .details_alter .addmore {
    display: none;
}

.right_nav li a.headericons.notify {
    padding: 8px !important;
    display: inline-block;
    font-size: 1.2em;
}

.notify span.badge {
    position: absolute;
    top: 2px;
    right: -7px;
    padding: 5px 3px;
    width: 20px;
    height: 20px;
    font-size: 0.7em;
    text-align: center;
    background: #7cc360;
    color: #ffffff;
    font-weight: normal;
}

.search_result ul li .subdetails span {
    padding: 0 1em 0 0;
    margin-top: 1em;
    float: left;
    color: #4e4e4e;
    font-size: 1.2rem;
}

.mar_top_1 {
    margin-top: 1em;
}

.pricing .actions {
    margin: 2em 0 0;
}

.toggle_input .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
}

    .toggle_input .switch input {
        display: none;
    }

.toggle_input .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .toggle_input .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.toggle_input input:checked + .slider {
    background-color: #77c2f5;
}

.toggle_input input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.toggle_input input:checked + .slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    background-color: #fff;
    transform: translateX(34px);
}


/* Rounded sliders */

.toggle_input .slider.round {
    border-radius: 34px;
}

    .toggle_input .slider.round:before {
        border-radius: 50%;
    }

.font_1-3 {
    font-size: 1.3em;
}

span.tag_link a i.fa.fa-download {
    color: #313131;
    font-size: 1em;
}

span.document_type {
    background: #1871b8;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 10px;
    white-space: nowrap;
    margin: 3px 0 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    clear: both;
    max-width: 167px;
}

span.document_type_stamp {
    background: #e25252;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 10px;
    white-space: nowrap;
    margin: 3px 31px 0;
    text-align: center;
    overflow: hidden;
    float: left;
    max-width: 167px;
    font-size: 13px;
}

    span.document_type_stamp.disapproved {
        background: transparent !Important;
        border: 2px solid #e25252;
        color: #e25252;
        padding: 1px 10px;
        display: inline-block;
        border-radius: 10px;
        white-space: nowrap;
        margin: 3px 45px 0;
        text-align: center;
        overflow: hidden;
        float: left;
        max-width: 167px;
        font-size: 13px;
    }

    span.document_type_stamp.approved {
        background: transparent !Important;
        border: 1px solid #a0c440;
        color: #a0c440;
        padding: 1px 10px;
        display: inline-block;
        border-radius: 10px;
        white-space: nowrap;
        margin: 3px 45px 0;
        text-align: center;
        overflow: hidden;
        float: left;
        max-width: 167px;
        font-size: 13px;
    }

    span.document_type_stamp.forapproval {
        background: transparent !Important;
        border: 1px solid #ec9620;
        color: #ec971f;
        padding: 1px 10px;
        display: inline-block;
        border-radius: 10px;
        white-space: nowrap;
        margin: 3px 64px 0;
        text-align: center;
        overflow: hidden;
        float: left;
        max-width: 167px;
        font-size: 13px;
    }

span.document_type_video_stamp {
    /*background: #e25252;*/
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 10px;
    white-space: nowrap;
    /*margin: 3px 31px 0;*/
    text-align: center;
    overflow: hidden;
    float: left;
    max-width: 167px;
    font-size: 13px;
}

    span.document_type_video_stamp.disapproved {
        background: transparent !Important;
        border: 2px solid #e25252;
        color: #e25252;
        padding: 1px 10px;
        display: inline-block;
        border-radius: 10px;
        white-space: nowrap;
        /*margin: 3px 45px 0;*/
        text-align: center;
        overflow: hidden;
        /*float: left;*/
        max-width: 167px;
        font-size: 13px;
        float: right;
        margin-right: 7px;
    }

    span.document_type_video_stamp.approved {
        background: transparent !Important;
        border: 1px solid #a0c440;
        color: #a0c440;
        padding: 1px 10px;
        display: inline-block;
        border-radius: 10px;
        white-space: nowrap;
        /*margin: 3px 45px 0;*/
        text-align: center;
        overflow: hidden;
        /*float: left;*/
        max-width: 167px;
        font-size: 13px;
        float: right;
        margin-right: 7px;
    }

    span.document_type_video_stamp.forapproval {
        background: transparent !Important;
        border: 1px solid #ec9620;
        color: #ec971f;
        padding: 1px 10px;
        display: inline-block;
        border-radius: 10px;
        white-space: nowrap;
        /* margin: 3px 45px 0; */
        text-align: center;
        overflow: hidden;
        /* float: left; */
        max-width: 167px;
        font-size: 13px;
        float: right;
        margin-right: 7px;
    }

span.document_type a {
    font-size: 12px;
    color: #fff;
}

.img-section iframe {
    height: 130px;
    border: 0;
    display: block;
    width: 100%;
}

.img-section-videos iframe {
    height: 103px;
    border: 0;
    display: block;
    width: 100%;
}

a.open_comments {
    position: fixed;
    top: 50%;
    color: #fc0;
    right: 3px;
    margin: 0 3px;
    /*font-size: 1.8em;*/
    transform: translateY(-50%);
}

    a.open_comments img {
        width: 4rem;
    }

.pad_r_30 {
    padding-right: 30px;
}

.selected_types {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

span.status_taggable > span {
    margin: 0 5px 10px;
    display: inline-block;
    font-size: 0.9em;
    color: #474747;
}

.left_sidebar .tabs li a i.fa {
    float: right;
    margin-top: 17px;
    padding-left: 5px;
}

.alltextarea {
    /*margin-left:15px;*/
    padding: 5px;
    font-size: 1.1em;
    line-height: normal;
    border-radius: 0;
    outline: none;
    width: 100%;
    border-width: 0 0 1px;
    border-color: #959595;
    resize: vertical;
    overflow: auto;
    color: inherit;
    margin-bottom: 10px;
    max-height: 45px;
    border: 1px solid #e1e1e1;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 1.2rem;
}

.availability-alltextarea {
    padding: 5px;
    font-size: 1.1em;
    line-height: normal;
    border-radius: 0;
    outline: none;
    width: 200px;
    border-width: 0 0 1px;
    border-color: #959595;
    resize: vertical;
    overflow: auto;
    color: inherit;
    margin-bottom: 10px;
    min-height: 45px;
    border: 1px solid #e1e1e1;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 1.2rem;
}

.availability-alltextarea2 {
    padding: 5px;
    font-size: 1.1em;
    line-height: normal;
    border-radius: 0;
    outline: none;
    width: 38%;
    margin-left: 15px;
    border-width: 0 0 1px;
    border-color: #959595;
    resize: vertical;
    overflow: auto;
    color: inherit;
    margin-bottom: 10px;
    max-height: 45px;
    border: 1px solid #e1e1e1;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 1.2rem;
}

.pricing_template .partner_entry {
    margin-top: 1.5em;
}

.alert-danger {
    color: #fff;
    background-color: #ad2929;
    border-color: #ff7979;
}

@media only screen and (max-width: 767px) {
    .profile + .dropdown-menu:after {
        display: none;
    }

    .right_btm_nav ul.navbar-right > li {
        padding: 0 20px;
        text-align: center;
    }

    .right_btm_nav ul.navbar-right {
        float: none !important;
    }

    ul.pull-right.share_link {
        float: left !important;
        padding: 0px;
    }
}

.success_msg .alert {
    position: fixed;
    top: 15%;
    left: 75px;
    border: 0;
    padding: 10px 40px 10px 10px;
    width: auto;
    z-index: 10000;
    max-width: 280px;
    word-wrap: break-word;
}

    .success_msg .alert > span:before {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        left: -7px;
        top: 13px;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }

    .success_msg .alert.alert-danger > span:before {
        border-right: 7px solid rgb(173, 41, 41);
    }

    .success_msg .alert.alert-success > span:before {
        border-right: 7px solid rgb(126, 189, 77);
    }

    .success_msg .alert:after {
        content: url(../css/img/flight.png);
        position: absolute;
        width: 42px;
        height: 42px;
        left: -55px;
        top: 0px;
        border-radius: 100%;
        font-family: ionicons;
        padding: 13px 14px;
    }

    .success_msg .alert.alert-danger:after {
        background: #ad2929;
    }

    .success_msg .alert.alert-success:after {
        background-color: rgb(126, 189, 77);
        content: url(../css/img/flight_white.png);
    }

    .success_msg .alert:before {
        content: "";
        position: absolute;
        width: 52px;
        height: 52px;
        left: -60px;
        border-radius: 100%;
        top: -5px;
        animation: scale 1s infinite;
        animation-direction: alternate;
    }

    .success_msg .alert.alert-danger:before {
        background: #ca4848;
    }

    .success_msg .alert.alert-success:before {
        background-color: rgba(128, 187, 80, 0.7);
    }

@keyframes scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.alert-success {
    color: #fff;
    background-color: #7ebd4d;
    border-color: #d6e9c6;
}

.alert-dismissable .close:hover,
.alert-dismissible .close:hover {
    color: inherit;
}

.mar_1_0 {
    margin: 1em 0;
}

span.highlight {
    background: #fc0;
    border-radius: 30px;
    padding: 3px 10px;
}

.participant_create {
    border: 1px solid #e1e1e1;
    margin-bottom: 1.5em;
    padding: 4.5em 0 0;
    border-radius: 0px;
    background: #fbfbfb;
}

.partner_entry_list .ps-scrollbar-x-rail {
    display: none !important;
}

.participant_create select.allselect {
    background: transparent;
}

p.chose_det {
    position: absolute;
    left: -10px;
    background: #77c2f5;
    padding: 5px 30px;
    font-size: 1.3rem;
    color: #fff;
    top: 15px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
}

    p.chose_det:before {
        content: "";
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #77c2f5;
        position: absolute;
        left: 0px;
        top: -10px;
    }

.ui.selection.dropdown {
    cursor: pointer;
    word-wrap: break-word;
    line-height: 1em;
    white-space: normal;
    outline: 0;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    width: 100%;
    min-height: 2.71428571em;
    background: transparent url(img/down_arrow.png) no-repeat top 10px right 5px;
    display: inline-block;
    padding: 5px 0 20px;
    color: rgba(0, 0, 0, .87);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ddddc6;
    -webkit-transition: width .1s ease, -webkit-box-shadow .1s ease;
    transition: width .1s ease, -webkit-box-shadow .1s ease;
    transition: box-shadow .1s ease, width .1s ease;
    transition: box-shadow .1s ease, width .1s ease, -webkit-box-shadow .1s ease;
    color: #fff;
    margin: 1.2em 0;
}

.ui.default.dropdown:not(.button) > .text,
.ui.dropdown:not(.button) > .default.text {
    color: #ddddc6;
}

.ui.dropdown > .text {
    display: inline-block;
    -webkit-transition: none;
    transition: none;
}

@media only screen and (min-width: 992px) .ui.selection.dropdown .menu {
    max-height: 16.02857143rem;
}

@media only screen and (min-width: 768px) .ui.selection.dropdown .menu {
    max-height: 10.68571429rem;
}

.ui.selection.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    border-top-width: 0 !important;
    width: auto;
    outline: 0;
    margin: 0 -1px;
    min-width: calc(100% + 2px);
    width: calc(100% + 2px);
    border-radius: 0 0 .28571429rem .28571429rem;
    -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, .15);
    box-shadow: 0 2px 3px 0 rgba(34, 36, 38, .15);
    -webkit-transition: opacity .1s ease;
    transition: opacity .4s ease;
    max-height: 100px;
}

.ui.dropdown .menu {
    left: 0;
}

.ui.dropdown .menu {
    cursor: auto;
    position: absolute;
    opacity: 0;
    outline: 0;
    top: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin: 0;
    padding: 0 0;
    background: #5f5f5f;
    font-size: 1em;
    text-shadow: none;
    text-align: left;
    -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, .15);
    box-shadow: 0 2px 3px 0 rgba(34, 36, 38, .15);
    border: 1px solid rgba(34, 36, 38, .15);
    border-radius: .28571429rem;
    -webkit-transition: opacity .1s ease;
    transition: opacity .4s ease;
    z-index: 11;
    will-change: transform, opacity;
}

.ui.selection.dropdown .menu > .item {
    border-top: 1px solid #505050;
    padding: 1rem !important;
    white-space: normal;
    word-wrap: normal;
    color: #fc0;
    background: #474747;
}

.ui.dropdown .menu > .item:first-child {
    border-top-width: 0;
}

.ui.dropdown .menu > .item {
    position: relative;
    cursor: pointer;
    display: block;
    border: none;
    height: auto;
    text-align: left;
    border-top: none;
    line-height: 1em;
    color: rgba(0, 0, 0, .87);
    padding: .78571429rem 1.14285714rem !important;
    font-size: 1.3rem;
    text-transform: none;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-touch-callout: none;
    transition: all 0.5s;
}

.menu.transition.visible {
    opacity: 1;
}

.ui.selection.dropdown .menu > .item:hover {
    background: #fc0;
    color: #474747;
}

.part-progrmdetails input.allinput {
    height: 45px;
}

.dashboard .alerts ul.lists li.indate-section {
    padding: 0;
}

.pad_b_20 {
    padding-bottom: 20px !important;
}

.pad_b_30 {
    padding-bottom: 30px !important;
}

.after_upload span.filetype {
    margin: 5px 0;
}

.change-input input.style_input,
.change-input input.form-control,
.change-input select.allselect {
    height: 45px;
}

.load-gif {
    max-width: 40px;
    margin-left: -5px;
}

.right_work h2.title {
    font-size: 18px;
    color: #000;
    float: left;
    width: 100%;
    padding: 0.2em 15px 0.5em;
    margin: 0 0 5px;
}

.allocate-program .ps-container .ps-scrollbar-x-rail {
    display: none !important;
}

.pricing > div:last-child a.addmore {
    display: inline-block;
}

.pricing > div a.addmore {
    display: none;
}

button[disabled],
html input[disabled] {
    cursor: not-allowed;
}

.forgotformnew .full_login {
    margin: 4.5em auto 18em;
}

.font-15 {
    font-size: 15px;
}

.chosen-tag span span {
    color: #4e4e4e;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    /*border-radius: 20px;cursor: default;*/
    padding: 2px 0px !important;
    display: inline-block;
    margin: 0 1px 5px 0;
    font-size: 13px;
}

.chosen-tag span i {
    margin-right: 10px;
    color: #a0c440;
}

.chosen-tag span span.pending {
    background: #ff7979;
}


/*.chosen-tag span span.chosen {
        background: #56b756;
    }*/

.chosen-tag {
    margin-bottom: 30px;
    border: 1px solid #a6a6a6;
    padding: 0 9px;
}

    .chosen-tag .element {
        padding: 10px 10px 8px;
        background: #fff;
        margin: -10px 0;
    }

.stamp {
    /* border: 1px solid #d6d6d6 !important; */
    border-radius: 3px !important;
    display: inline-block;
    padding: 5px 8px;
    line-height: 18px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.9;
    width: 125px;
    float: right;
    margin: 10px 0;
    font-family: 'bellgothicstdblack';
    transform: rotate(-18deg);
    box-shadow: none !important;
    height: 30px !important;
    position: absolute;
    right: 0;
    -webkit-mask-image: url("img/grunge.png");
    -webkit-mask-size: 944px 604px;
    mix-blend-mode: multiply;
}

    .stamp.return {
        box-shadow: 0 0 0 1px rgba(255, 121, 121, 0.5), 0 0 0 1px rgba(255, 121, 121, 0.5) inset;
        color: #ff7979;
        border: 0.4rem solid #ff7979;
        -webkit-mask-position: 13rem 6rem;
    }

    .stamp.submit {
        box-shadow: 0 0 0 1px rgba(11, 200, 80, 0.5), 0 0 0 1px rgba(11, 200, 80, 0.5) inset;
        color: #6fc850;
        border: 0.4rem solid #6fc850;
        -webkit-mask-position: 13rem 6rem;
    }

    .stamp.waiting {
        box-shadow: 0 0 0 1px rgba(71, 71, 71, 0.5), 0 0 0 1px rgba(71, 71, 71, 0.5) inset;
        color: #474747;
        border: 0.4rem solid #474747;
        -webkit-mask-position: 13rem 6rem;
    }

.w-100 {
    width: 100px;
}

.w-100per {
    width: 100%;
}

span.select-wrapper.cutoff:after {
    content: "days";
    position: absolute;
    right: -20px;
    top: 45%;
}

.underline {
    text-decoration: underline;
}

.white {
    color: #fff;
}

.photo_entry input.style_input {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.photo_upload img {
    width: 100%;
    height: 130px;
    object-fit: contain;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-t-10 {
    padding-top: 10px;
}

.p-0 {
    padding: 0px !important;
}

.pad_0_5 {
    padding: 0 5px;
}

.p-10-0 {
    padding: 10px 0px;
}

.p-l-40 {
    padding-left: 40px;
}

.photo_upload span.tag_link {
    top: 46%;
    padding: 2px 10px;
    font-size: 0.9em;
}

.photo_upload span.filename_date .filename {
    font-size: 1em;
}

.comment-section {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 1em;
    word-wrap: break-word;
}

h4.subtitle {
    background: #dff1ff;
    color: #000;
    padding: 1em;
    font-size: 1.1em;
    text-transform: uppercase;
    line-height: normal;
}

.comment-section:before {
    content: "\f2b2";
    font-family: ionicons;
    position: absolute;
    left: -20px;
    font-size: 0.9em;
    top: 3px;
}

.comment-section span {
    padding: 5px;
}

    .comment-section span.status {
        font-size: 0.9em;
        color: #fff;
        border-radius: 30px;
        padding: 3px 8px;
    }

        .comment-section span.status.new {
            background: #fe6601;
        }

        .comment-section span.status.amended {
            background: #ff7979;
        }

        .comment-section span.status.approved {
            background: #6fc850;
        }

        .comment-section span.status.cancelled {
            background: #474747;
        }

    .comment-section span.comment {
        border: 1px solid #dfdfdf;
        border-radius: 3px;
        margin-bottom: 10px;
        background: #f3f3f3;
        word-wrap: break-word;
    }

p.section-title {
    padding-left: 20px;
    position: relative;
    font-size: 1em;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 1em;
}

p.comment > b {
    color: #000;
}

.dialog-popup {
    max-width: 600px;
    margin: 0 auto;
}

.dropdown-fixed {
    height: 240px;
    overflow: scroll;
}

.dropdown-fixed-limit {
    min-height: auto;
    max-height: 240px;
    overflow: scroll;
}

.t-a-center {
    text-align: center;
}

.d-cal-v {
    display: block;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

    .d-cal-v li {
        display: inline-block;
        padding: 0px 12px 0px 12px;
        text-align: center;
        margin: 0px;
    }

        .d-cal-v li span {
            display: block;
        }

        .d-cal-v li a {
            color: #818181;
            font-size: 14px;
        }

            .d-cal-v li a:hover {
                color: #f9b353;
                text-decoration: none;
            }

        .d-cal-v li.active a {
            color: #f9b353;
        }

.l-arrow {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    font-size: 2em;
    color: #818181;
}

.r-arrow {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    font-size: 2em;
    color: #818181;
}

.m-r-action {
    display: block;
    /* margin-top: 70px;*/
    float: right;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
}

    .m-r-action ul,
    .m-r-action li {
        display: inline-block;
        padding: 0px;
        margin: 0px 0px 0px 0px;
    }

.t-text {
    display: block;
    color: #1871b8;
    text-transform: uppercase;
    font-size: 12px;
}

.m-r-action ul,
li a {
    color: #7a7a7a;
    font-size: 1.1rem;
    margin-right: 0px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.m-r-action .btn-link {
    color: #f9b353;
}

img.firstimglabel {
    padding-right: 6px;
    margin-top: -5px;
    width: auto !important;
}

.jobs-detail.b-0 {
    margin-left: 0;
}

.dashboard .alerts ul.lists li {
    background: #ffffff !important;
    margin-bottom: 0px;
    padding-bottom: 0.7rem;
}

.m-r-action input[type="checkbox"] {
    background: transparent;
    border: 1px solid #a6a6a6;
}

.m-r-action ul,
li a:hover,
a:focus {
    color: #7a7a7a;
}

.label-con {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    /* Hide the browser's default checkbox */

    .label-con input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #a6a6a6;
}

    .checkmark:hover {
        background-color: #f9b353;
    }


/* On mouse-over, add a grey background color */

.label-con:hover input ~ .checkmark {
    background-color: #2e86c6;
    border-color: #2e86c6;
}


/* When the checkbox is checked, add a blue background */

.label-con input:checked ~ .checkmark {
    background-color: #2e86c6;
    border-color: #2e86c6;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.label-con input:checked ~ .checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.label-con .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.px-2 {
    padding-left: 5px;
    padding-right: 5px;
}

.jobs-detail dt {
    color: #1871b8;
    font-size: 12px;
    font-weight: normal;
}

.jobs-detail em {
    text-align: center;
    color: #a3a39b;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.my-calendar {
    border-bottom: 1px solid #4b4b4b;
    border-top: 1px solid #8d8d8d;
}

.t-scale {
    display: block;
    padding: 0px 0px 0px 5px;
}

    .t-scale li {
        display: inline-block;
        position: relative;
        min-width: 96px;
        border-bottom: 1px solid #8d8d8d;
        padding: 0px 0px 10px 0px;
        margin: 20px 0px 0px -5px;
        text-align: center;
    }

        .t-scale li:before {
            content: "";
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #8d8d8d;
            left: 47%;
            top: 28px;
        }

        .t-scale li.active a {
            color: #f9b353;
        }

        .t-scale li.active:before {
            background: #f9b353;
        }

    .t-scale span {
        position: relative;
    }

        .t-scale span p {
            position: absolute;
            width: 100%;
            text-align: center;
            color: #a1a1a1;
            bottom: -55px;
        }

            .t-scale span p b {
                color: #f9b353;
            }

.jobs-detail {
    margin: 5px 20px 0px 20px;
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
}

.j-f {
    border: 1px solid #7e7e7e;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    float: none;
    display: inline-block;
}

    .j-f h6 {
        color: #ddddc6;
        font-size: 12px;
    }

    .j-f p {
        text-align: center;
        color: #ffffff;
        margin: 0px;
    }

        .j-f p b {
            font-size: 20px;
        }

.s-in {
    border: 1px solid #b4deff;
    border-radius: 0px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    display: inline-block;
    float: none;
    min-width: 16% !important;
    max-height: 93px;
    vertical-align: text-top;
}

    .s-in dt {
        font-weight: normal;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500;
    }

    .s-in i,
    .s-in img {
        color: #00adef;
        margin: 3px 0px 3px 0px;
        vertical-align: middle;
    }

.s-in-free i {
    color: #00adef;
}

.f-r {
    border: 1px solid #b4deff;
    /* border-radius: 6px; */
    padding: 10px 10px 20px 10px;
    text-align: center;
    background: #4f4f4f;
    display: inline-block;
    float: none;
    vertical-align: top;
}

    .f-r p {
        display: block;
        /*color: #4e4e4e !important;*/
        text-transform: uppercase;
        clear: both;
        /*padding: 11px 0px 11px 0px;*/
    }

.tree {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

    .tree li {
        list-style: none;
        font-size: 16px;
        font-weight: bold;
        color: #313131;
    }

        .tree li.s-date::before {
            position: absolute;
            content: "";
            left: -13px;
            width: 11px;
            height: 11px;
            border: 1px solid #4e4e4e;
            margin-top: 5px;
            border-radius: 50%;
            background: #fff;
            z-index: 9999;
        }

        .tree li.s-date::after {
            content: "";
            position: absolute;
            left: -8px;
            width: 1px;
            height: 100%;
            border-left: 1px solid #ddd;
            top: 85px;
        }

.slotstree {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

    .slotstree li {
        list-style: none;
        font-size: 16px;
        font-weight: bold;
        color: #313131;
    }

        .slotstree li.s-date::before {
            position: absolute;
            content: "";
            left: 9px;
            width: 11px;
            height: 11px;
            border: 1px solid #4e4e4e;
            margin-top: 5px;
            border-radius: 50%;
            background: #fff;
            z-index: 9999;
        }

        .slotstree li.s-date::after {
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            border-left: 1px solid #ddd;
            top: 85px;
            left: 14px;
        }

li.s-date span {
    font-size: 10px;
    background: #fda131;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    vertical-align: text-bottom;
    padding: 2px 7px 2px 7px;
}

.s-date ul {
    display: block;
    /*margin: 10px 0px 10px 0px;*/
    padding: 0px;
}

    .s-date ul li {
        display: inline-block;
        border: 1px solid #ccc;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 3px;
        margin-right: 5px;
        font-size: 12px;
        cursor: pointer;
        margin-bottom: 5px;
    }

        .s-date ul li:hover {
            /*background: #f9b353;*/
            color: #925710;
            border: 1px solid #f9b353;
            font-weight: lighter;
        }

.s-select {
    /*background: #00a9ee;*/
    border: 1px solid #00a9ee !important;
    color: #00a9ee !important;
}

.s-date ul li.s-k {
    border: 1px solid #009aee;
    color: #009aee;
}

    .s-date ul li.s-k:hover {
        background: #009aee !important;
        color: #fff;
    }

.s-date ul li.f-f {
    border: 1px solid #925710;
    color: #925710;
}

    .s-date ul li.f-f:hover {
        background: #925710 !important;
        color: #fff;
    }

/*.s-select:hover {
    background: #fff !important;
}*/

.f-select {
    background: #f9b353;
    border: 1px solid #f9b353 !important;
    color: #925710 !important;
}

    .f-select:hover {
        /*background: #f9b353;*/
        border: 1px solid #f9b353 !important;
        color: #925710 !important;
    }

    .f-select img {
        width: 20px;
    }

.u-tag {
    float: right;
    width: auto;
    margin-top: 2px;
    margin-right: 10px;
    font-size: 12px !important;
    color: #ddddc6;
}

.up-l-f {
    border: 1px solid #4e4e4e;
    padding: 0px 10px 0px 10px;
    border-radius: 11px;
    font-size: 12px !important;
    color: #4e4e4e !important;
}

    .up-l-f a {
        display: inline !important;
        font-size: 12px !important;
        text-decoration: none !important;
        border: none !important;
        color: #fc0 !important;
    }

.mt-15 {
    margin-top: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.j-date-list {
    margin: 0px;
    padding: 0px;
    display: block;
}

li.d-li {
    display: block;
    padding-left: 20px;
    position: relative;
    margin-left: 14px;
}

.jobs-detail .ps-scrollbar-x-rail {
    display: none !important;
}

li.d-li:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0px;
    width: 10px;
    height: 10px;
    border: 1px solid #737373;
    border-radius: 50%;
}

li.d-li p {
    font-size: 14px;
    color: #5a6579;
    margin: 0px;
}

    li.d-li p span {
        background: #1871b8;
        color: #fff;
        padding: 0px 5px 0px 5px;
        border-radius: 3px;
        font-size: 12px;
        margin-left: 10px;
    }

li.d-li:after {
    position: absolute;
    content: "";
    top: 22px;
    left: 4px;
    width: 1px;
    height: 93%;
    border-left: 1px solid #babbbb;
}

.su-li {
    margin: 15px 0px 15px 0px;
    padding: 0px;
}

    .su-li li {
        margin: 0px 5px 10px 0px;
    }


/*Sep 6th Aarthi's styles goes here - partners form*/

.col-md-4.rightalign-responsive {
    float: right;
}

.col-xs-12.partner_entry.pad_r_30.col-sm-7 .col-md-4.rightalign-responsive {
    float: left;
    width: 100%;
}

.col-xs-12.partner_entry.pad_r_30.col-sm-7 .chosen-tag span span {
    padding: 3px 5px;
}

.col-xs-12.partner_entry.pad_r_30.col-sm-7 .col-md-8.nopadding.uploaded_files.after_upload {
    width: 100%;
}

span.filldate {
    float: left;
}

.photowidth {
    width: 200px;
}

em.replace-text {
    font-size: 9px;
    border: 1px solid #e1e1e1;
    background: fff;
    padding: 2px 2px;
    color: #4e4e4e;
    font-style: normal;
    text-transform: initial;
}

em.replace-text-hidden {
    font-size: 9px;
    font-weight: bold;
    font-family: 'bellgothicstdbold';
    padding: 2px 2px;
    color: #fff;
    font-style: normal;
    text-transform: initial;
}

.rightalign-responsive .fa-exclamation-circle:before {
    content: "\f06a";
    color: #fc0;
}

.rightsection-actions {
    float: left;
    width: 25%;
}

.leftsection-files {
    float: left;
    width: 75%;
}

ul.selected_files li.list-files-align {
    float: left;
    width: 100%;
    padding: 8px 12px;
    /*z-index: 0;*/
}

    ul.selected_files li.list-files-align .u-tag {
        float: left;
        background: #3f3f3f;
        color: #fff;
        padding: 2px 5px;
        border-radius: 7px !important;
    }

.up-l-f a {
    font-size: 10px !important;
    background: transparent;
    padding: 0px 3px !IMPORTANT;
    float: right;
    width: auto !important;
    position: relative;
    left: 10px;
    top: 1px;
    border-radius: 50%;
    color: #fff !IMPORTANT;
    line-height: 15px;
}

.left_sidebar .tabs li.active .up-l-f a,
.left_sidebar .tabs li .up-l-f a:hover {
    background: #f9b353;
}

.header-fixed {
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(230,230,230,1);
    -moz-box-shadow: 2px 2px 8px 0px rgba(230,230,230,1);
    box-shadow: 2px 2px 8px 0px rgba(230,230,230,1);
}

.freezed-content {
    position: fixed;
    width: 100%;
}

.content-body {
    float: left;
    width: 100%;
    min-height: 100vh;
}

.margin-top-value {
    float: left;
    width: 100%;
    /* margin-top: 15px; */
    background: #f7f8f9;
}


/*Form section*/

label.label-section-title.col-xs-8.nopadding {
    color: #313131 !important;
    font-size: 1.13em !important;
    font-family: 'bellgothicstdblack';
    width: 60%;
    padding-top: 5px;
}

label.label-section-sub-title.col-xs-8.nopadding {
    color: #313131 !important;
    font-size: 1.0em !important;
    font-family: 'bellgothicstdblack';
    width: 60%;
    padding-top: 5px;
}

label.label-section.col-xs-8.nopadding {
    width: 60%;
    padding-top: 5px;
}

label.near-label-section.col-xs-8.nopadding {
    width: 60%;
    padding-top: 5px;
}

.col-xs-4.nopadding.inputfield-section {
    width: 40%;
}

.inputfield-section {
    position: relative;
}

span.dollor-symbol {
    position: absolute;
    padding: 4.5px 10px;
    background: #d6d2d2;
    top: 1px;
    left: 35px;
}

span.child-dollor-symbol {
    position: absolute;
    padding: 3px 10px;
    background: #d6d2d2;
    top: 1px;
    left: 1px;
}

.inputfield-section input.style_input {
    width: 79% !important;
    padding-top: 10px !important;
    border: 1px solid #949494 !important;
    background-color: white !important;
    padding-left: 30px !important;
}

.m-t-2rem {
    margin-top: 2rem;
}

.inputfield-section input.child_style_input {
    width: 80%;
    padding-top: 5px;
    border: 1px solid #949494 !important;
    background-color: white !important;
    padding-left: 30px !important;
}


/*.tab-pane.margintop-valuesnew.text-style.col-xs-12.nopadding {
    margin-top: 60px;
}*/

label.label-section.bolder-text.col-xs-8.nopadding {
    font-family: bellgothicstdblack;
}

.sub-sections {
    float: left;
    padding-left: 15px;
}

.firstfield-align input.style_input {
    margin-left: 39px;
    width: 77%;
}

.firstfield-align span.dollor-symbol {
    left: 40px;
}

input[type="text"]:disabled, select:disabled {
    background: #fff;
    cursor: default !important;
}

.batch-profile input[type="text"]:disabled, select:disabled {
    background: #f1f1f1;
    cursor: default !important;
}

.countryflag-align img {
    box-shadow: 1px 1px 1px 1px #dcdcdc;
    float: left;
    margin-top: 4px !Important;
}

@media screen and (max-width: 1280px) {
    .manage_partner .col-sm-7 {
        width: 54.33% !Important;
    }

    .manage_partner .col-sm-5 {
        width: 45.33% !Important;
    }
}

p.paragraph-style {
    color: #6b6b6b;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

p.availability-paragraph-style {
    color: #6b6b6b;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.paragraph-style button.btn.btn_select_file {
    width: 32%;
    padding: 1px !IMPORTANT;
    font-weight: 500;
}

.upload-left a.upload_file {
    text-align: left;
    display: initial;
    font-size: 15px;
    padding: 4px;
}

.margintop-valuesnew .title img {
    margin-right: 6px;
    position: relative;
    top: -4px;
}

.col-sm-2.col-xs-12.generate-button.pull-right.nopadding.align-left.p-l-15 .input-group.flnone {
    max-width: 100% !important;
}

.col-sm-2.col-xs-12.generate-button.pull-right.nopadding.align-left.p-l-15 {
    width: 198px;
}

.margin-valueremove {
    margin-top: 0px !important;
}

a.btn_select_file {
    background: #1871b8;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 3px;
    margin-right: 1px;
}


/*Participant tab fixes*/

.alignment-new .after_upload span.filetype {
    margin: 5px 0;
    top: 0 !important;
    margin-top: 0;
}

.alignment-new span.filename_date {
    padding: 0.1em 15.2em;
    width: 97%;
    padding-left: 65px !important;
}

.photo_upload.alignment-new img {
    width: 100%;
    height: auto !important;
}

.photo_upload.alignment-new span.tag_link {
    top: 50% !important;
}


/*7th Sep*/

.self-uploaded em.fa {
    position: absolute;
    left: 15px;
    bottom: 5px;
    font-size: 21px;
    color: #a0c440;
}

.leftsection-files input.style_input {
    background: #535353;
    color: #ddddc6;
}

.inputsection-new input.col-xs-8.nopadding.style_input {
    width: 56%;
}

.nopadding-right {
    padding-right: 0 !Important;
}

.inputsection-new .add-btn a {
    margin: 0 !Important;
}

.inputsection-new .remove-btn a {
    margin: 0 !Important;
}

.iconsection-right {
    float: left;
    width: 6%;
    margin-left: 26px;
    margin-top: 4px;
}

.col-xs-12.nopadding.textareafix .alltextarea {
    overflow: hidden;
    resize: none;
    border: 1px solid #949494 !important;
    width: 88% !IMPORTANT;
    border-radius: 3px;
    min-height: 100px !important;
}

.tab-pane.newhighlighted.margintop-valuesnew.text-style.col-xs-12.nopadding {
    border: 1px solid #ddd;
    margin-top: 10px;
}

h3.title.inside-title {
    margin-top: 0;
    font-weight: bold;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 0;
    clear: both;
    color: #1871b8;
}

.plusicon-align {
    margin-top: 4px;
    float: left;
}

.col-xs-12.partner_entry.pad_r_30.col-sm-7 .inputsection-new input.col-xs-8.nopadding.style_input {
    width: 50%;
}

.col-xs-12.partner_entry.pad_r_30.col-sm-7 .plusicon-align {
    margin-left: 7px;
}

.col-sm-2.col-xs-12.nopadding.pull-right.align-left.p-l-15.btn-update.ng-scope {
    width: 121px;
    margin-top: 4px;
}

.bg.textarea-alignnew textarea {
    background: #515151;
    border: 0;
    resize: none;
    overflow: hidden;
    width: 86%;
    color: #ddddc6;
}

    .bg.textarea-alignnew textarea:focus {
        outline: none;
    }


/*Paper work tab align*/

span.tag_link.widthfix-divider {
    padding: 0px 3px;
    max-width: 55px;
    min-width: 49px;
}

span.tag_link.widthfix-divider-approved {
    padding: 0px 3px !important;
    max-width: 55px;
    min-width: 51px;
}

.newupdated-design textarea {
    background: rgb(245, 245, 245);
    resize: none;
    overflow: hidden;
    width: 100%;
    height: 100px;
    color: #131212;
}

.actions-approve {
    position: absolute;
    left: 12px;
    bottom: 10px;
}


/*message summary page*/

.message-summary h3.title_name {
    color: #6c8da0;
}

.message-summary .left_sidebar .tabs li.active a,
.message-summary .left_sidebar .tabs li a:hover {
    color: #ddddc6;
}

.message-summary .btn_action .input-group-action a {
    padding: 6px 10px 6px 10px;
}

.message-summary span.name-shown {
    color: #fff;
    background: #b3b0b0;
    padding-top: 10px;
    border-radius: 100%;
    font-size: 13px;
    width: 35px;
    display: inline-block;
    height: 35px;
    vertical-align: middle;
    text-align: center;
}

.rounded-text {
    float: left;
    margin-right: 10px;
    position: relative;
}

span.unread-dot {
    position: absolute;
    background: #7cc360;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    right: 2px;
    top: 0px;
    border: 2px solid #fcfcfc;
}

.name-infotext span.linktxt {
    padding: 0 !IMPORTANT;
    margin: 0;
    float: left;
    width: 202px !IMPORTANT;
    overflow: hidden !IMPORTANT;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
}

.unread-mail .name-infotext span.linktxt {
    color: #2c2c2c;
}

.name-infotext {
    float: left;
    width: 100%;
}

span.time-text {
    font-size: 12px;
}

.unread-mail span.time-text {
    color: #f59e28;
}

.message-summary span.linktxt {
    border-bottom: 0px;
    line-height: 16px !important;
}

.message-summary .name-infotext {
    float: left;
    width: 100%;
    line-height: 15px;
}

.message-summary p.paragraph-style {
    color: #9c9c9c;
    font-size: 14px;
}

.secondary-text {
    font-size: 16px;
    color: #ffffff;
}

.message-summary .left_sidebar .tabs li a {
    border: 0 !important;
}

.message-summary li {
    float: left;
    width: 100%;
    padding: 15px 10px;
    border-left: 4px solid transparent;
}

    .message-summary li.active {
        background: #fff;
        padding: 15px 10px;
        width: 100%;
        border-left: 4px solid #7cc360;
    }

.unread-mail.active span.time-text {
    color: #333;
}

.message-summary li.active span.name-shown {
    color: #fff;
    background: #7cc360;
    padding: 10px;
    border-radius: 100%;
    font-size: 13px;
}

.message-summary li.active span.unread-dot {
    display: none;
}

.message-summary .left_sidebar .tabs li.active:after {
    display: none;
}

.message-summary .right_work {
    border-radius: 0px;
}

.message-summary .left_sidebar .tabs li.active .name-infotext {
    color: #222;
}

.message-summary .left_sidebar .tabs li.active p.paragraph-style {
    color: #222;
}

.message-summary .left_sidebar .tabs li.active .secondary-text {
    color: #7a7a7a;
}

.active .name-infotext span.linktxt {
    color: #222 !important;
    width: 180px !important;
}

.mailcontent {
    float: left;
    width: 94%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 10px;
    /* padding-top: 30px; */
    margin-left: 13px;
}

.left-content {
    display: inline-block;
}

.right-content {
    position: absolute;
    right: 45px;
    top: 44px;
}

span.fa.fa-angle-down {
    float: left;
    font-size: 30px;
    padding: 10px;
    color: #484848;
}

.main-title {
    color: #958f8f;
    font-size: 16px;
}

.secondary-content {
    font-size: 30px;
    color: #958f8f;
    font-weight: lighter;
    font-family: RobotoThin;
    margin-bottom: 10px;
}

span.verticalline {
    float: left;
    width: 1px;
    height: 13px;
    border-left: 1px solid #e1e1e1;
    margin-top: 3px;
    margin: 3px 10px;
}

.calendar-left {
    float: left;
}

.replyicon {
    float: left;
}

.mailcompose {
    float: left;
    width: 100%;
    /*padding: 20px;*/
    border-radius: 3px;
}

label.to-text {
    float: left;
    width: auto;
    color: #958f8f;
    font-size: 16px;
}

span.mail-receipt {
    color: #4e4e4e;
    font-size: 16px;
}

.tosection {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.mailcompose textarea {
    margin-top: 10px;
    width: 100%;
    border: 0;
    overflow: hidden;
    resize: none;
    height: 200px;
}

    .mailcompose textarea:focus {
        outline: none;
    }

.btn-btm-section button {
    border: 1px solid #f9b353;
    background: transparent;
    color: #f9b353;
    padding: 5px 30px;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .btn-btm-section button:hover {
        background: #f9b353;
        color: #222;
    }

.mailcontent-details p.paragraph-style {
    color: #222;
}

.contentdetails {
    color: #222;
    float: left;
    width: 100%;
}

.mailcontent-details {
    text-align: left;
    margin-left: 7%;
    display: block;
    margin-top: 30px;
}

.signature {
    float: left;
    margin-top: 100px;
}


.message-summary .col-xs-9.partner_entry {
    margin-top: 0 !IMPORTANT;
    padding-top: 0 !important;
}

span.mailid {
    color: #f9b353;
    background: #5e6261;
    padding: 2px 10px;
    border-radius: 11px;
    float: left;
    margin-bottom: 10px;
}

.choosepartner {
    float: left;
    border: 1px solid #dcdcdc;
    padding: 15px;
    position: relative;
    margin-top: 30px;
}

span.title-top {
    color: #bab9b9;
    position: absolute;
    top: -12px;
    background: #3b3b3b;
    margin-bottom: 56px;
    float: left;
    width: 101px;
    text-align: center;
}

.employee span.title-top {
    width: 117px;
}

.mailcontent.toreceipt {
    padding-top: 0;
}

.toreceipt span.mailid {
    background: transparent;
    color: #4b4b4b;
    border: 1px solid #e8e8e8;
    padding: 0px 5px;
}

.mailcontent.toreceipt {
    padding-bottom: 1px;
}

.addmessage .mailcontent {
    padding-bottom: 10px !important;
}

.addmessage .main-title {
    color: #9c9c9c;
    font-size: 13px !important;
}

.manage_partner .m-r-action button.btn.btn-link {
    padding: 2px 6px !important;
    /*border: 1px solid #f9b353 !important;*/
}

.video-files-new .uploadfiles.col-xs-12.p-0 {
    min-height: 100%;
}

.photo_upload span.tag_link.paddingadjusted {
    padding: 0px 0px;
    max-width: 50px !important;
    min-width: 50px;
    min-height: 114px;
    max-height: 114px;
}

.alignment-new.marinleftvalue-added span.document_type_stamp.approved.ng-scope {
    margin-left: 75px;
}

span.tag_link.added-paddingvaluenew {
    padding: 0px 0px;
    max-width: 50px !important;
    min-width: 50px;
    min-height: 114px;
    max-height: 114px;
}

.skype-details a.result_action_link {
    color: #fff !important;
    background: #00a9ee !important;
    text-decoration: none;
    border: 1px solid #00a9ee;
    padding: 0px 10px;
    border-radius: 10px;
    line-height: 26px;
    font-size: 1.1rem;
    text-transform: capitalize;
}

/* .skype-details a.result_action_link:hover {
        background: #00a9ee;
        color: #fff !important;
    } */

.skype-details .interview-completed {
    color: #fff !IMPORTANT;
    text-decoration: none;
    border: 1px solid;
    padding: 0px 10px;
    border-radius: 10px;
    line-height: 26px;
}

.my-c-t-v-right {
    display: block:;
}

    .my-c-t-v-right h3 {
        display: inline-block;
    }

    .my-c-t-v-right ul li {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        margin: 0px;
    }

        .my-c-t-v-right ul li select {
            display: block;
        }

        .my-c-t-v-right ul li img {
            display: inline-block;
        }

        .my-c-t-v-right ul li label {
            display: block;
            color: #5a6579;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: normal;
        }

        .my-c-t-v-right ul li:nth-child(2n+2) label {
            text-align: right;
        }

        .my-c-t-v-right ul li:nth-child(2n+1) {
            margin-right: 15px;
        }

.b-0 {
    border: 0px;
}

.s-k-t {
    display: block;
    margin-top: auto !important;
    text-align: center;
    font-size: 20px !important;
    vertical-align: middle;
    padding-top: 10px;
}

    .s-k-t a {
        color: #5a6579;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 70%;
        white-space: nowrap;
        display: inline-block;
        text-decoration: none;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500;
    }

        .s-k-t a i {
            font-size: 20px;
        }

        .s-k-t a img {
            width: 30px;
            height: 19px;
        }

.facetofaceimg img {
    width: 23px !important;
    height: 15px !important;
}

.con {
    color: #fff !important;
    border: 1px solid #7cc360;
    border-radius: 10px;
    font-size: 1.1rem;
    padding: 0px 10px 0px 10px;
    margin-top: 5px;
    display: inline-block;
    margin-right: 0.5rem;
    text-decoration: none !important;
    text-transform: capitalize;
    background: #7cc360;
}

.con-next-step {
    color: #fff !important;
    border: 1px solid #f8994a;
    border-radius: 10px;
    font-size: 1.1rem;
    padding: 0px 10px 0px 10px;
    margin-top: 5px;
    display: inline-block;
    margin-right: 4.2rem;
    text-decoration: none !important;
    text-transform: capitalize;
    background: #f8994a;
}

.con-next-step-calendar {
    color: #fff !important;
    border: 1px solid #f8994a;
    border-radius: 3px;
    font-size: 1.1rem;
    padding: 0px 5px 0px 5px;
    margin-top: -2px;
    display: inline-block;
    margin-right: 4.2rem;
    text-decoration: none !important;
    text-transform: capitalize;
    background: #f8994a;
}

/* .con:hover {
        background: #49ab0f;
        color: #fff;
        text-decoration: none;
    } */

.dec {
    color: #fff !important;
    border: 1px solid #ff5b5b;
    border-radius: 10px;
    background: #ff5b5b;
    font-size: 1.1rem;
    padding: 0px 10px 0px 10px;
    margin-top: 5px;
    display: inline-block;
    text-transform: capitalize;
}

/* .dec:hover {
        background: #ff5b5b;
        color: #fff;
        text-decoration: none;
    } */

.re-she {
    color: #fff !important;
    border: 1px solid #e49222 !important;
    border-radius: 10px;
    background: #e49222;
    font-size: 1.1rem;
    padding: 0px 10px 0px 10px;
    margin-top: 5px;
    display: inline-block;
    text-transform: capitalize;
}

/* .re-she:hover {
        background: #f9b353;
        color: #fff;
        text-decoration: none;
    } */

.int-com {
    font-size: 12px !important;
    /*color: #828282 !important;*/
    color: #fff !important;
    margin-bottom: 5px !important;
}

    .int-com.grayclr {
        font-size: 12px !important;
        color: #0e0e0e !important;
        margin-bottom: 5px !important;
    }

.jobs-detail .scroller {
    max-height: 290px;
}

.jobs-detail .ps-container .ps-scrollbar-x {
    background: #3b3b3b !important;
}

.equal-space .chosen-container-multi .chosen-choices {
    background: transparent !important;
    border: 1px solid #c5c5c5 !important;
    padding: 20px 15px 20px 15px !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background: #fff !important;
    border: 1px solid #ccc !important;
    display: inline-block;
    /* float: left; */
    width: auto;
    padding: 3px 30px 5px 10px !important;
    text-align: left !important;
    border-radius: 13px !important;
    color: #4e4e4e !important;
    font-size: 13px;
    margin-top: 3px !important;
}

.chosen-container-multi .chosen-drop {
    width: 350px !important;
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 10px 0px 10px 10px !important;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
    background: #fff !important;
    border: none;
}

.mailcontent input.style_input {
    border: 0px;
}

.equal-space label {
    position: absolute;
    left: 43px;
    background: #3b3b3b;
    z-index: 9;
    padding: 0px 10px 0px 10px;
    color: #bab9b9;
    top: 20px;
}

.main-title ul {
    margin: 0px;
    padding: 0px;
}

    .main-title ul li {
        display: block;
        margin: 0px;
    }

        .main-title ul li.m-f {
            color: #222;
            font-size: 16px;
            text-transform: uppercase;
        }

        .main-title ul li.m-t {
            font-size: 14px;
            color: #777777;
            margin-left: 45px;
        }

        .main-title ul li span {
            width: 40px;
            height: 40px;
            padding-top: 10px;
            background: #7cc360;
            color: #fff;
            border-radius: 50%;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
        }

.m-cal h3 {
    text-align: center;
    font-size: 20px;
    color: #5a6579;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
}

    .m-cal h3 a {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #7cc360;
        display: inline-block;
        color: #7cc360;
    }

        .m-cal h3 a i {
            font-size: 19px;
            display: block;
        }

.m-cal {
    display: block;
    margin-top: -50px;
}

    .m-cal ul {
        display: block;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .m-cal ul li {
            display: inline-block;
            padding: 0px 7px 0px 7px;
        }

            .m-cal ul li b {
                display: block;
                text-align: center;
                font-weight: normal;
            }

.c-l-arrow {
    position: relative;
    top: -30px;
}

.c-r-arrow {
    position: relative;
    top: -30px;
}

.c-date {
    color: #f9b353;
}

.no-data {
    display: table;
    text-align: center;
    min-height: 250px;
    width: 100%;
}

    .no-data p {
        display: table-cell;
        vertical-align: middle;
    }

    .no-data em {
        font-size: 16px;
        color: #f9b353;
        display: block;
        margin-top: 20px;
    }

.int {
    display: block;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

    .int h3,
    h4,
    span,
    dd {
        display: inline-block;
    }

    .int h4 {
        text-transform: uppercase;
        font-size: 16px;
    }

        .int h4 span {
            text-transform: initial !important;
            color: #515151;
            font-size: 14px;
        }

    .int h3 {
        padding: 15px 0px 5px 0px !important;
        margin: 0px !important;
    }

.int-skills {
    padding-left: 10px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

    .int-skills h4 {
        font-size: 18px;
        margin-bottom: 10px;
        display: block;
        margin-top: 10px;
    }

        .int-skills h4 a {
            color: #4e4e4e;
            text-decoration: none !important;
        }

            .int-skills h4 a.active {
                color: #f18f41;
            }

    .int-skills .checkbox,
    .radio {
        margin-top: 5px;
    }

        .int-skills .checkbox label,
        .radio label {
            padding-left: 0px;
            font-size: 14px;
            color: #5a6579;
            margin-bottom: 2px;
            margin-right: 0.5rem;
        }

    .int-skills textarea {
        width: 100%;
        border-radius: 0 px;
        padding: 10px;
        margin-bottom: 20px;
        color: #7f7e7e;
        border: 1px solid #e1e1e1 !important;
        box-shadow: none !important;
        resize: none;
    }

    .int-skills .checkbox-inline,
    .radio-inline {
        padding-left: 0px;
        margin-left: 0px;
    }

    .int-skills h5 {
        font-size: 1.5rem;
        color: #222222;
        /* margin: 10px 0px 0px 15px; */
    }

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox label {
    position: relative;
    cursor: pointer;
}

    .checkbox label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #7f7e7e;
        /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
        padding: 8px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 2px;
        border-radius: 0px;
        margin-top: -3px;
    }

.checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox input:checked + label:before {
    background: #1871b8;
    border-color: #1871b8;
}

.int-skills .star-ra a {
    font-size: 18px;
    color: #f9b353;
    margin-top: 5px;
}

.ye-btn {
    background: #f9b353;
    color: #4e4e4e;
    font-size: 16px;
    margin-bottom: 20px;
}

.part-de-head {
    display: block;
    border-bottom: 1px solid #f3f3f3;
}

    .part-de-head h3,
    a {
        display: inline-block;
        position: relative;
    }

        .part-de-head h3:after {
            content: "";
            position: absolute;
            height: 16px;
            width: 1px;
            right: -10px;
            background: #ccc;
            top: 2px;
        }

    .part-de-head a {
        margin-left: 30px;
        color: #000;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .part-de-head a i {
            color: #f9b353;
            font-size: 16px;
            margin-right: 5px;
        }

.part-sub h4 {
    display: block;
    margin: 20px 0px 20px 0px;
    text-transform: uppercase;
    font-size: 16px;
}

.part-sub select {
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    box-shadow: none;
    padding: 0px;
    font-size: 14px;
    color: #828282;
    margin-bottom: 20px;
}

.part-sub label {
    /* font-size: 16px; */
    /* color: #222; */
    /* font-weight: 600; */
    margin: 0px;
}

.part-sub ul {
    display: block;
    clear: both;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

    .part-sub ul li {
        display: inline-block;
        font-size: 20px;
        margin-right: 40px;
        position: relative;
    }

        .part-sub ul li span {
            display: block;
            font-size: 12px;
        }

        .part-sub ul li:after {
            content: "";
            position: absolute;
            right: -20px;
            height: 16px;
            width: 1px;
            background: #ccc;
            top: 20px;
        }

        .part-sub ul li:nth-child(3n+3):after {
            display: none;
        }

.t-t-c {
    color: #3d7b9b;
}

.suc {
    color: #63a357;
}

.pen {
    color: #ff9000;
}

.right_button button {
    background: transparent;
    border: 1px solid #ddddc6;
    color: #ddddc6;
    padding: 5px 20px 5px 20px;
    border-radius: 3px;
    margin: 20px 0px 0px 10px;
}

.work-guidence .allradio {
    margin: 0px;
}

.work-guidence h4 {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #222;
    margin-left: 15px;
}

.work-guidence .label-con {
    width: auto;
    margin-right: 10px;
}

.work-guidence ul {
    padding: 0px;
}

    .work-guidence ul input {
        width: 100px;
        /* margin-top: -35px; */
        /* padding: 0px; */
        display: inline-block;
        vertical-align: -webkit-baseline-middle;
        font-size: 12px;
    }

.m-table input.form-control {
    height: auto !important;
    border: none;
    box-shadow: none;
}

.m-table table th,
td {
    text-align: center;
}

.m_t_10 {
    margin-top: 10px;
}


/* staff page */

.staffpage select {
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    box-shadow: none !important;
    padding: 0px;
    font-size: 14px;
    color: #828282;
    margin-bottom: 20px;
    border-color: #e1e1e1 !important;
}

.staffpage .right_work {
    padding-bottom: 25px !important;
}

.su-li > li {
    width: 200px;
    min-height: 115px;
    height: 115px;
    /* font-weight: lighter !important; */
    background: #fff;
}

.cal-sky {
    font-size: 12px;
    line-height: initial !important;
}

.f-r.su-li-bg {
    border: 1px solid #e1e1e1;
    margin: 0px 5px 10px 0px;
    border-radius: 4px;
    padding: 10px 10px 20px 10px;
    display: inline-block;
}

.su-li-bg dt {
    color: #1871b8;
    font-size: 12px;
}

.small-su-li .popover.bottom > .arrow {
    left: 42.5%;
}

.popover {
    z-index: 999 !important;
}

.small-su-li > li {
    width: 200px;
    min-height: 36px;
    height: 36px;
}

.su-li .rescheduled {
    width: 200px;
    min-height: 80px !important;
    height: 80px !important;
    background: #de9c9c !important;
}

.small-su-li .dt {
    /*padding-top: 11px;*/
}

.su-li.custom-su-li .datenew {
    margin-bottom: 6px;
    margin-top: 6px;
}

.tree li.s-date::after {
    height: 73%;
}

.slotstree li.s-date::after {
    height: 73%;
}

.s-date ul li.s-k,
.s-date ul li.f-f {
    font-weight: inherit;
}

.f-f:hover .tranimg {
    display: none;
}

.f-f:hover .fillimg {
    display: inline-block !important;
}

.confirmpop {
    width: 517px;
    margin: 0 auto;
}

    .confirmpop #spnmsgContent {
        font-size: 15px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

.nextsteppopup {
    width: 530px;
    margin: 0 auto;
}

.confirmation_Email label {
    float: left;
    width: 100%;
    text-align: left;
}

.confirmation_Email .allinput {
    background: #efefef;
    margin-bottom: 15px !important;
}

.confirmation_Email .style_input {
    padding: 11px !important;
    background: #efefef !important;
    border-radius: 2px;
    border: none;
}

.confirmation_Email span.errormsg {
    margin-top: 10px;
}

.approvals-block-popup-11 .forgotpassword_field {
    max-height: 500px;
    overflow: auto;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 1.3rem;
}

.login_left_powered {
    text-align: right;
}

.logo_powered {
    margin-right: 45px;
}

.static_label {
    color: #5c5c5c;
    font-size: 1.1em;
    display: inline-flex;
    align-items: center;
}

    .static_label .pwdicon {
        background-image: url(img/lock.png);
        padding: 13px 13px;
        border-radius: 3px;
        background-position: 5px 5px;
        width: 19px;
        height: 35px;
        float: left;
        margin-right: 5px;
        background-repeat: no-repeat;
        display: inline-block;
    }

    .static_label .usericon {
        background-image: url(img/uname.png);
        /* background-color: #5c5c5c; */
        padding: 13px 13px;
        border-radius: 3px;
        background-position: 5px 5px;
        width: 19px;
        height: 35px;
        float: left;
        margin-right: 5px;
        background-repeat: no-repeat;
        display: inline-block;
    }

.static_txt input {
    padding-left: 0;
    font-size: 14px;
    color: #a3a3a3;
    border-bottom: 2px solid #f6f6f6;
}

.intimation {
    font-size: 12px;
    color: #f9961a;
    /* font-weight: bolder; */
}

.intimation2 {
    font-size: 13px;
    color: #f9961a;
    /* font-weight: bolder; */
}

.p-t-8 {
    padding-top: 8px;
}

.student-counts ul li::after {
    background: #fff;
}

.student-counts ul {
    background: #f5f5f5;
}

    .student-counts ul li {
        margin-right: 0;
        width: 32%;
        padding: 4px 10px;
    }

    .student-counts ul .suc {
        background: #f1f1f1;
    }

.full-students img {
    float: left;
    margin-right: 10px;
    margin-top: 9px;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.small-txt-align {
    font-size: 77%;
    position: absolute;
}

.season_calender .custom_date span.input-group-btn {
    top: 0 !important;
}

.recipient-list img {
    width: 16px !important;
    margin-right: 9px;
}

.recipient-list li {
    list-style: none;
    float: left;
    width: 100%;
    text-align: left;
    background: #FEFFED;
    padding: 10px;
    margin-bottom: 6px;
    border: 1px solid #CFD834;
}

.message-summary-sidebar {
    padding-top: 0px;
}

.message-summary span.linktxt {
    width: 180px !important;
}

.message-summary .secondary-text {
    font-size: 13px;
    color: #4e4e4e;
    text-transform: lowercase;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}


.message-summary-sidebar .scroller {
    width: 100%;
    max-height: 430px;
}

.message-summary-sidebar .ps-container .ps-scrollbar-y-rail {
    right: 11px !important;
}

.notify i.fa.fa-bell-o {
    color: #9f9c9c;
}

.error-full {
    float: left;
    width: 100%;
}

.search_result ul li span i {
    color: #7e7c7c;
}

.icon-Calender-inside::before {
    margin-top: 0;
    position: absolute;
    background: url(./img/callarge.png);
    background-repeat: no-repeat;
    padding: 10px;
    content: "";
    left: 30%;
}

.icon-Calender-head {
    padding-left: 25px;
}

    .icon-Calender-head::before {
        margin-top: 0;
        position: absolute;
        background: url(./img/callarge.png);
        background-repeat: no-repeat;
        padding: 10px;
        content: "";
        left: 15px;
        top: 18px;
    }

.drop-right-btn li ul li:first-child {
    margin-right: 0 !important;
}

.right_nav .open > a,
.right_nav .open > a:focus,
.right_nav .open > a:hover {
    background: transparent !important;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-2 {
    margin-bottom: 3rem;
    overflow: auto;
}

.freeicon {
    /* font-family: 'bellgothicstdbold' !important; */
    font-size: 1.5rem;
    padding: 4px 0;
    border-radius: 4px;
    color: #f58e0b !important;
    text-decoration: none !important;
}

.flexcontainer {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
}

    .flexcontainer .firstdiv {
        width: 45%;
    }

    .flexcontainer .seconddiv {
        width: 55%;
        position: relative;
    }

.checko:before {
    content: "\f3fd";
    font-family: ionicons;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.img-heading {
    font-size: 18px;
    text-align: center;
    width: 100%;
    color: #5a6579;
}

.bt {
    margin-bottom: 0 !important;
    /* font-family: 'bellgothicstdblack'; */
}


.customspan {
    display: block !important;
    margin-bottom: 20px !important;
}

.cuspan {
    display: block !important;
    margin-bottom: 20px !important;
}

.customtext {
    font-size: 12px;
}

select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background: transparent url(img/selectarrow.png) no-repeat !important;
    background-position: right center !important;
}

fieldset {
    padding: 0;
    margin: 0;
}

.m-t-0 {
    margin-top: 0px !important;
}

.ctn-input input {
    border-bottom: 1px solid #e1e1e1 !important;
    width: 90%;
    color: #4e4e4e !important;
}

.staffingtable input[type="text"]:disabled {
    background: #e1e1e1;
    border-radius: 0px !important;
}
/*.min section {
    background-color: pink;
}*/

.worksitesection h3 {
    font-family: 'bellgothicstdblack';
    color: #fff;
    font-size: 17px;
    color: #4e4e4e;
    margin-bottom: 1rem;
}

.flexocontainer {
    display: flex;
    width: 100%;
    align-items: baseline;
}

    .flexocontainer .left {
        width: 25%;
    }

    .flexocontainer .right .custom_date {
        display: inline-flex;
        align-items: center;
    }

        .flexocontainer .right .custom_date a {
            margin-left: 1rem;
        }

.heads_off h3 {
    margin-bottom: 0rem;
}

.degreeto {
    margin: 0 1.5rem;
}

.flexocontainer .right ul {
    list-style: none;
    padding-left: 10px;
    margin-bottom: 1rem;
    padding-left: 0;
}

    .flexocontainer .right ul li {
        display: inline-flex;
        align-items: center;
        margin-right: 10px;
    }

        .flexocontainer .right ul li label {
            font-weight: normal;
        }

.notesection {
    margin-bottom: 1.5rem;
}

    .notesection p {
        font-size: 1.1rem;
        color: #a29e9e;
        margin-bottom: 0;
    }

.t-7px {
    top: 7px !important;
}

.custable table tr td input {
    padding: 0px !important;
    text-align: center;
}

.gridcontaino {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

    .gridcontaino div {
        width: 50%;
    }

.ul0 ul {
    margin-bottom: 0px !important;
}

.ul0 input {
    height: 30px !important;
}

.t-0px {
    top: -3px !important;
}

.ul0 span .errormsg {
    font-size: 1.1rem;
    margin-bottom: 0px !important;
}

.m-l-10 {
    margin-left: 1rem;
}

.m-t-b-2 {
    margin: 3rem 0;
}

.w100 {
    width: 100% !important;
}

    .w100 label {
        /* font-size: 1.3rem; */
        display: inline-block;
    }

.primoheading {
    font-family: 'bellgothicstdblack';
    margin-left: 0px !important;
}

.right_work .title img {
    float: left;
    padding-right: 0.5rem;
}

.right_work .title {
    /* font-family: 'bellgothicstdblack'; */
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.custable {
    margin-bottom: 0px;
}

.staffingtable tr th {
    padding: 0px !important;
}

.boldfont {
    font-family: 'bellgothicstdblack';
}

.staffingtable thead tr td {
    border-bottom-width: 1px !important;
    position: relative;
}

.seasongraph {
    list-style: none;
    text-align: right;
}

    .seasongraph li {
        display: inline-flex;
        padding-left: 3rem;
        align-items: center;
    }

        .seasongraph li span {
            margin-right: 0.5rem;
            border-radius: 50%;
            height: 12px;
            width: 12px;
        }

.s1 span {
    background: #ffd006;
}

.s2 span {
    background: #7dc361;
}

.s3 span {
    background: #1972b9;
}

.s4 span {
    background: #01c0fe;
}

.s5 span {
    background: #fe6601;
}

.s6 span {
    background: #a5a3a1;
}

.m-b-5 {
    margin-bottom: 0.5rem;
}

.triangle-topright {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}

    .triangle-topright.s1 {
        border-top: 12px solid #ffd006;
    }

    .triangle-topright.s2 {
        border-top: 12px solid #7dc361;
    }

    .triangle-topright.s3 {
        border-top: 12px solid #1972b9;
    }

    .triangle-topright.s4 {
        border-top: 12px solid #01c0fe;
    }

    .triangle-topright.s5 {
        border-top: 12px solid #fe6601;
    }

    .triangle-topright.s6 {
        border-top: 12px solid #a5a3a1;
    }

.custoo-heading div {
    color: #000;
    font-family: 'bellgothicstdblack' !important;
}

.custo-align {
    padding-left: 2.5rem;
}

.inlinelabel {
    display: inline-flex;
}

.lnone {
    list-style: none;
    font-size: 1.1rem;
    padding-left: 0;
}

    .lnone li {
        display: inline-block;
    }

.customimg img {
    width: 25px !important;
}

.singlesection .cke_contents {
    height: 180px !important;
}

.mailcompose .cke_contents {
    height: 180px !important;
}

.tags-input .tags .input {
    font-size: 1.2rem !important;
    height: 26px !important;
}

.m-t-1 {
    margin-top: 1.5rem;
}

.gridoconso {
    display: grid;
    grid-template-columns: 15% 85%;
}

.add-job {
    padding: 1px !important;
}

.watermark {
    font-size: 4rem;
    color: #e1e1e1 !important;
    margin-top: 25vh;
}

.on-drag-hover .placecontainer {
    background: #dcefff;
    transform: scale(1.1);
}

    .on-drag-hover .placecontainer > div {
        background: #636363;
    }

.on-drag-enter {
    background: #f6f6f6;
}

.greenbg2 {
    color: lightgreen !important;
}

.posaxc {
    position: absolute;
    top: 0;
    right: 10px;
}

.m-t-20 {
    margin-top: 20px !important;
}

.mainimg {
    text-align: center;
    position: relative;
}

    .mainimg img {
        width: 180px;
        height: 180px;
        object-fit: cover;
    }

#overlaycss {
    position: absolute;
    width: 180px;
    height: 180px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0,0,0,0.7);*/
    z-index: 2;
    cursor: pointer;
    margin: 0 auto;
    color: #fff;
}

.centeralignflex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: underline;
}

.inlineflex li span {
    font-size: 1.2rem;
    color: #4e4e4e;
}

.bgwhite {
    background: #fff;
    margin: 0 20%;
}

.imagegallery {
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    align-items: center;
    justify-content: center;
}

.cursorpointer {
    cursor: pointer;
}

.centerimg img {
    width: 350px;
    height: 350px;
    margin: 0 auto;
    object-fit: cover;
    border: 3px solid #e1e1e1;
}

.ittext {
    color: #7cc360;
}

.m-l-17 {
    margin-left: 17px;
}

.flexname span.countrynameleft {
    display: inline-block !important;
    margin-left: 0.5rem;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.clear-both {
    clear: both !important;
}

.staffsgrids {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
}

.commentnote {
    font-size: 1.2rem;
    color: #4e4e4e !important;
    font-style: italic;
    list-style: none;
    padding-left: 0;
}

    .commentnote li {
        padding: 0.3rem 0;
    }

.redtxt {
    color: #ff0000 !important;
}

.ng-overlay {
    opacity: 0.9 !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}


/* report  interview css  */
.reportblock {
    /* background: #fff; */
    padding: 0.3rem;
    /* margin-bottom: 1rem; */
}

    .reportblock h5 {
        color: #1871b8;
    }

.singlequestion {
    display: flex;
    align-items: center;
}

    .singlequestion .flexitem {
        width: 50%;
    }

.inputslot {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    text-align: center;
}

    .inputslot div.mr2 {
        margin-right: 0.5rem;
    }

.circlename {
    height: 20px;
    width: 20px;
    background: #1871b8 !important;
    border: 1px solid #1871b8 !important;
    color: #fff !important;
    border-radius: 50%;
    margin: 0.5rem auto;
    padding: 0.2rem;
    font-size: 10px;
}

.circlename2 {
    height: 20px;
    width: auto;
    max-width: 160px;
    background: #1871b8 !important;
    border: 1px solid #1871b8 !important;
    color: #fff !important;
    border-radius: 10%;
    margin: 0.5rem auto;
    padding: 0.2rem;
    font-size: 10px;
    text-align: center;
}

.inputslot input[type="text"] {
    border: 1px solid #e1e1e1;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-top: 0;
}

.grayscale-item {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

    .grayscale-item input {
        background: #e1e1e1 !important;
        color: #8a8a8a !important;
    }

.interviewreportpage, .messagestyle {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.interviewersection {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 1rem;
    color: #827b7b;
    text-align: justify;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.ppicture-center img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 0;
    border: 1px solid #e1e1e1;
}

.clear-both {
    clear: both !important;
}

.messagestyle {
    color: #939a9f;
    font-size: 13px;
}

.boxcheck {
    border: 1px solid #e1e1e1;
    height: 40px;
    width: 40px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.checkcolor {
    font-size: 1.2rem;
}

.evauationsec .singlequestion {
    /* border-bottom: 1px solid #e1e1e1; */
    padding: 1rem 0;
}
/* .evauationsec .singlequestion:last-child{
  border-bottom:none;
} */

.comment--section {
    display: grid;
    grid-template-columns: 0.5fr 6fr;
    align-items: center;
    grid-gap: 1rem;
}

.interview--comment--section {
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: flex-start;
    grid-gap: 1rem;
}

.reportblock ul {
    list-style: none;
    padding-left: 0;
}

    .reportblock ul li {
        display: inline-flex;
        align-items: center;
        margin-right: 2rem;
        margin-bottom: 1rem;
    }

.singlecheckitem {
    display: flex;
    align-items: center;
}

    .singlecheckitem input[type="checkbox"] {
        margin-right: 10px;
    }

.subtitles {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.cuschosen .chosen-container .chosen-choices {
    margin-top: 0px !important;
}

.popupsecheading {
    background: #DFF1FF !important;
    color: #4e4e4e !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    padding: 0.5rem;
}

.labelcenter .popupcontactname {
    padding-top: 5px;
}

.p-t-13 {
    padding-top: 13px !important;
}

.flexschedule {
    /* display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom:0rem; */
    display: grid;
    grid-template-columns: 3fr 5.5fr;
}

.interviewschedulecss h5 {
    font-size: 1.3rem;
}

.flexschedule .checkbox-inline label {
    font-size: 1.2rem;
    margin-right: 3rem;
}

.flexschedule .checkbox input:checked + label::after {
    top: 2px !important;
}

.customfont, .datee {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.superflex {
    display: grid;
    align-items: center;
    grid-template-columns: 4fr 3fr;
    margin-bottom: 1rem;
}

.popupperfect {
    max-height: 15rem;
    overflow-y: hidden;
    overflow-x: hidden !important;
    position: relative;
}

    .popupperfect .ps-scrollbar-x-rail {
        display: none !important;
    }

.w60per {
    width: 60%;
}

.bgblue {
    background: #DFF1FF;
}

.inkblue {
    color: #37a8ff;
}

.w45per {
    width: 45%;
}

.d-flex {
    display: flex;
    align-items: center;
    width: 100%;
}

    .d-flex p {
        margin-right: 1rem;
    }

        .d-flex p span {
            padding-left: 0.5rem;
        }

    .d-flex .w-40 {
        width: 30%;
    }

    .d-flex .w-30 {
        width: 30%;
    }

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.headingflex {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display: grid;
    align-items: center;
    width: 100%;
    grid-template-columns: 0.8fr 1.3fr 4.4fr 0.8fr;
    justify-content: center;
}

.graytext {
    color: #8a8888;
    font-weight: 500;
}

.mingridheight {
    min-height: 70vh;
}

.textred {
    color: red !important;
}

.align-items-top {
    align-items: flex-start !important;
}

.position-absolute {
    position: absolute;
}

.bottom-0 {
    bottom: 0;
}
/* .messagealign{margin-top: 10vh;} */
.integration-header {
    background-color: #efefef;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    min-height: 51px;
    border: 1px solid #DDDDDD;
    position: relative;
}

    .integration-header h5 {
        margin: 0;
        padding: 15px 10px 0;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
    }

.integration-body {
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #ccc;
    background-color: #fff;
}

.m-r-50 {
    margin-right: 50px !important;
}

.custom-lab label {
    font-size: 12px;
    color: #222;
}

.custom-lab .form-group {
    margin-bottom: 10px !important;
}


/* date calendar style */
.flexcalendar {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

.datee {
    display: block;
    width: 16%;
    height: 130px;
    background: #fff;
    text-align: center;
    position: relative;
    margin: 1rem 2rem 2rem 0;
    border: 1px solid #e1e1e1;
}

    .datee .binds {
        position: absolute;
        height: 15px;
        width: 70px;
        background: transparent;
        border: 2px solid #999;
        border-width: 0 5px;
        top: -6px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .datee .month {
        display: block;
        padding: 8px 0;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
    }

.datepadding {
    padding: 0 1rem 0 0;
}

.duebg {
    background: #ff9654;
}

.futurebg {
    background: #e8bb49;
}

.subbg {
    background: #7cc360;
}

.overbg {
    background: #fb5050;
}

.removefloat {
    float: none !important;
    margin-bottom: 0 !important;
}

.m-l-30 {
    margin-left: 308px !important;
}

.headingexchange {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #1871b8 !important;
}


.addressgrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.5fr 0.5fr;
    grid-gap: 1rem;
}

.minheightimage {
    height: 100px;
}

input {
    filter: none;
}

.alignschedule {
    display: flex;
    align-items: center;
    width: 100%;
}
    /*changed width 20 to 15*/
    .alignschedule div:first-child {
        width: 15%;
        margin-right: 1rem;
    }

    .alignschedule div:last-child {
        width: 80%;
    }

.float-none {
    float: none !important;
}

.tborder table tr th:nth-child(1) {
    border-bottom: 2px solid #93B4DA;
    border-top: none !important;
}

.tborder table tr th:nth-child(2) {
    border-bottom: 2px solid #71D8CB;
    border-top: none !important;
}

.tborder table tr th:nth-child(3) {
    border-bottom: 2px solid #EFA8D0;
    border-top: none !important;
}

.tborder table tr th:nth-child(4) {
    border-top: 2px solid #F3E8AD;
}

.tborder table tr th:nth-child(5) {
    border-top: 2px solid #7cc360;
}

.tborder table tr th {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #000;
    vertical-align: middle;
}

.tborder table tr td {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.b-0 {
    border: 0px !important;
}

.calendar-slot-view {
    padding: 4px 0px 0px 4px !important;
}

.border-0 {
    border-radius: 0px !important;
    position: relative;
    float: right;
}

.border-01 {
    border-radius: 0px !important;
    position: relative;
    float: right;
}

.m-r-3-2em {
    margin-right: 3.2rem !important;
}

.border-0:after {
    content: "";
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #f8994a;
    position: absolute;
    right: -10px;
    top: -1px;
}

.border-01:after {
    content: "";
    border-top: 11px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 9px solid #f8994a;
    position: absolute;
    right: 144px;
    top: -1px;
}

.p-l-54 {
    padding-left: 54%;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-90 {
    margin-left: 90px !important;
}

.calendarmsg .intimation {
    font-size: 1.6rem;
}

.calendarmsg {
    font-size: 1.6rem !important;
}

.fa.fa-user-circle-o {
    font-size: 2.4rem;
}

.slothide {
    color: #706b6b;
}

.freeslot {
    border: 0px !important;
    padding: 0px !important;
    display: inline;
    margin: 0px !important;
}

.steps {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.unsetwrap {
    white-space: unset !important;
}

textarea.alltextarea.preference {
    width: 38% !important;
    margin-left: 14px !important;
}

.declinedSlot {
    border: 1px solid #ec6464 !important;
}

.user-grid-prof-img {
    width: 12%;
    float: left;
}

.sec-img-fa {
    font-size: 20px;
    margin-right: 13px;
}

.ng-isolate-scope.bottom.fade.popover.in {
    visibility: visible;
    display: block;
    top: 24px !important;
    left: -10px !important;
}

.checkin-header {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    color: #686868;
    border: 1px solid;
    text-align: center;
}

.width35per {
    width: 35% !important;
}

.width15per {
    width: 15%;
}

.width8per {
    width: 8% !important;
}

/*participant New Dashboard Start*/
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

ul {
    display: block;
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.min-he-410 {
    min-height: 410px;
}

.min-he-250 {
    min-height: 250px;
}

.position-relative {
    position: relative;
}

.d-in-block {
    display: inline-block;
}

.d-block {
    display: block;
}

.v-a-middle {
    vertical-align: middle;
}

.padd-10 {
    padding: 10px;
}

.white_bg {
    background-color: #ffffff;
    box-shadow: 0px 0px 4px #e6e5e5;
    border-radius: 3px;
}

h1.head_font {
    font-size: 1.8rem;
    font-weight: 500;
    color: #4e4e4e;
    text-transform: uppercase;
}

h2.head_font {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4e4e4e;
}

.name_title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #0075b9;
    margin-bottom: 5px;
}

p.re-text {
    font-size: 1.2rem;
    font-weight: 500;
    color: #707070;
}

ul.pay-info li {
    display: inline-block;
    list-style: none;
    width: 78%;
    font-size: 1.2rem;
    font-weight: 500;
    color: #707070;
}

    ul.pay-info li span {
        font-weight: 600;
        color: #4e4e4e;
        width: 50%;
        position: relative;
        margin-right: 10px;
    }

        ul.pay-info li span::after {
            content: ":";
            position: absolute;
            right: -4px;
        }

ul.c-dates li {
    display: inline-block;
    list-style: none;
    width: 40%;
    font-size: 1.2rem;
    font-weight: 500;
    color: #707070;
}

ul.arr-flight {
    display: block;
    margin: 0px;
    padding: 0px;
}

    ul.arr-flight li {
        display: inline-block;
        list-style: none;
        width: 100%;
        font-size: 1.2rem;
        font-weight: 500;
        color: #707070;
    }

.a-date {
    color: #5fc567;
    font-weight: 600;
}

.exp-date {
    color: #d57272;
    font-weight: 600;
}

.exp-d-label {
    color: #ff8e00;
    font-weight: 600;
    display: block;
}

.r-arrow {
    width: 15%;
}

.sider-img {
    margin-top: 65px;
}

.paper-works ul li {
    display: inline-block;
    width: 32%;
    text-align: center;
}

p.text-con {
    font-size: 1.1rem;
    font-weight: 600;
    color: #707070;
    letter-spacing: .3px;
}

.not-update {
    position: absolute;
    content: "";
    bottom: -4px;
    width: 12px;
    height: 12px;
    background: #d57272;
    border-radius: 50%;
    font-size: .7rem;
    font-style: normal;
    color: #fff;
    font-weight: 600;
    padding-top: 2px;
    right: 0px;
}

.img-box .update {
    right: -5px;
}

.img-box .not-update {
    right: -5px;
}

.update {
    position: absolute;
    content: "";
    bottom: -4px;
    width: 12px;
    height: 12px;
    background: #5fc567;
    border-radius: 50%;
    font-size: .7rem;
    font-style: normal;
    color: #fff;
    font-weight: 100;
    padding-top: 2px;
    right: 0px;
}

.border_btn {
    background: transparent;
    border: 1px solid #0082c3;
    border-radius: 3px;
    font-size: 10px;
    color: #0082c3;
    padding: 0px 5px 0px 5px;
}

.green-btn {
    background: #5fc567;
    border-radius: 3px;
    font-size: 10px;
    color: #ffffff;
    padding: 0px 5px 0px 5px;
}

.h-question ul li {
    display: inline-block;
    list-style: none;
    width: 19%;
    font-size: 1.2rem;
    font-weight: 500;
    color: #707070;
    text-align: center;
    vertical-align: top;
}

.img-box-1 {
    width: 40px;
    height: 40px;
    margin: 0px auto;
}

.img-box {
    width: 40px;
    height: 40px;
    margin: 0px auto;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 10px;
}

    .img-box img {
        display: inline;
        margin-top: 3px;
    }

.budget ul li {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    color: #707070;
    margin-left: 10px;
    margin-top: 10px;
}

    .budget ul li span {
        display: block;
        font-weight: 600;
        color: #4e4e4e;
        font-size: 1.2rem;
    }

.custom_radio {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px;
    cursor: pointer;
    color: #707070;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .custom_radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc
}

/* On mouse-over, add a grey background color */
.custom_radio:hover input ~ .checkmark {
    background-color: #fff;
    border: 1px solid #2196F3
}

/* When the radio button is checked, add a blue background */
.custom_radio input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom_radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom_radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2196F3;
}

.house-trans ul li {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

.arrival_guide ul li {
    font-size: 1.2rem;
}

    .arrival_guide ul li span {
        width: 48px;
        height: 47px;
        border: 1px solid #ccc;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        border-radius: 10px;
        padding-top: 5px;
        color: #707070;
    }

        .arrival_guide ul li span strong {
            color: #4e4e4e;
            font-weight: 600;
        }

    .arrival_guide ul li p {
        font-weight: 600;
    }

.m-tr-cal {
    border: 1px solid #ccc;
    text-align: center;
    width: 52px;
    height: 52px;
    border-radius: 10px;
}

    .m-tr-cal .update {
        right: -5px;
    }

    .m-tr-cal .not-update {
        right: -5px;
    }

.mon-track li {
    margin-right: 14px;
    text-align: center;
}

    .mon-track li p {
        font-size: 1.2rem;
        font-family: 'Roboto', sans-serif;
        color: #4e4e4e;
        font-weight: 600;
        margin-top: 15px;
    }

.flight-detail p {
    color: #979797;
    font-size: 1.2rem;
}

    .flight-detail p strong {
        color: #4e4e4e;
    }

.arr-detail {
    vertical-align: top;
    border: 1px solid #ccc;
    text-align: center;
    width: 62px;
    height: 62px;
    border-radius: 10px;
    color: #707070;
    font-size: 1.2rem;
    padding-top: 14px;
}

    .arr-detail strong {
        color: #4e4e4e;
        font-weight: 600;
    }

.not-arr {
    color: #ff8e00;
    font-weight: 100;
    font-style: normal;
    font-size: 1.1rem;
}

ul.status li {
    font-size: 1.1rem;
    color: #707070;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
}

ul.status::before {
    position: absolute;
    content: "";
    border-left: 1px solid #0082c3;
    left: 4px;
    top: 12px;
    height: 51%;
}

ul.status li strong {
    font-size: 1.2rem;
    color: #4e4e4e;
    font-weight: 600;
}

ul.status li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0px;
    width: 10px;
    height: 10px;
    border: 1px solid #0082c3;
    border-radius: 50%;
}

ul.status li::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 3px;
    width: 4px;
    height: 4px;
    background: #0082c3;
    border-radius: 50%;
}


/*participant New Dashboard End*/

.housinginput {
    display: inline-block !important;
    padding: 0px !important;
    width: 26% !important;
}

.zeroheight {
    height: 0px !important;
}

.width36-5per {
    width: 36.5% !important;
}

.top-17em {
    top: 17em;
}

.font-12px {
    font-size: 12px !important;
}
/* Circle Chart */
.circle-chart-container {
    clear: left;
    float: left;
    position: relative;
    max-width: 135px;
    width: 100%;
}

.circle-chart {
    overflow: visible !important;
    padding: 30px;
}

.chart-one {
    margin-right: 10%;
}

.circle-chart-circle {
    animation: circle-chart-fill 1.35s reverse;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: center;
}

.circle-chart-two {
    left: 6%;
    max-width: 88%;
    position: absolute;
    top: 6%;
}

.circle-chart-percentage {
    -webkit-animation: fade-in-text 2.2s 0.1s forwards;
    -moz-animation: fade-in-text 2.2s 0.1s forwards;
    animation: fade-in-text 2.2s 0.1s forwards;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
}

.circle-chart-one-percentage {
    /*color: #5292AC;*/
    left: 61px;
    top: 78px;
    text-align: center;
}

.circle-chart-two-percentage {
    color: #64B2D1;
    left: 40px;
    top: 90px;
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

.overflow-visible {
    overflow: visible !important;
}

.allocation-report-header {
    display: grid;
    grid-template-columns: 30% 25% 25% 25%;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.1rem;
    color: #686868;
}

.m-l-23per {
    margin-left: 23%;
}

#navcontainer {
    margin-left: 5%;
    margin-bottom: 0px !important;
    margin-top: 6px;
}

    #navcontainer ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #navcontainer ul li {
            display: inline;
        }

            #navcontainer ul li a {
                text-decoration: none;
                padding: .3em 1em;
                color: #fff;
                background-color: #b5bcc7;
            }

                #navcontainer ul li a:hover {
                    color: #fff;
                    background-color: #369;
                }

                #navcontainer ul li a.active {
                    color: #fff;
                    background-color: #369;
                }

.robotosansserrif {
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
    font-weight: 400;
}

.greenbadge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #f9f9f9;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #7cc260;
    border-radius: 10px;
}

.notransform {
    text-transform: none !important;
}

#content-dashboard {
    background-color: #f8f9fa;
    font: 13px/1.7em 'Open Sans',arial,sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
}

div#content-dashboard div.sidebar-nav {
    left: 0;
}

div#content-dashboard div.sidebar-nav {
    position: fixed;
    top: 0;
    /*left: -300px;*/
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    /*z-index: 99;*/
}

div#content-dashboard div.sidebar-nav {
    /*background-color: #f8f9fa;*/
    border-right: 1px solid #d3d3d3;
    min-height: 100%;
    padding-top: 74px;
    padding-bottom: 50px;
    width: 260px;
    transition: left .3s ease;
}

div#content-dashboard div.sidebar-nav {
    float: left;
    margin: 0;
}

div#content-dashboard div.content {
    margin-left: 260px;
}

/*div#content-dashboard div.content {
    margin-left: 0;
}*/

div#content-dashboard div.content {
    clear: both;
    border-left: none;
    border-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    /*margin-left: 240px;*/
    min-width: 320px;
    min-height: 720px;
    position: relative;
    -webkit-transition: margin-left .3s ease;
    transition: margin-left .3s ease;
}

.content, body, div#content-dashboard div.content {
    background-color: #f2f5fb;
}

.content, body, div#content-dashboard div.content {
    background-color: #f2f5fb;
}

#content-tutorial #view {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

#content-dashboard #view {
    padding-bottom: 96px;
}

.sidebar-nav-tutorial #main-nav {
    margin-top: 32px;
}

#main-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

ul.nav-left {
    list-style: none;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
    margin-left: 20px;
}

#main-nav li {
    display: list-item;
    text-align: -webkit-match-parent;
    position: relative;
}

.sidebar-nav-tutorial #main-nav > li > a {
    padding-left: 24px;
}

element.style {
    display: none;
}

#main-nav li:not(.dashboard-module) > ul.submenu {
    background: #f0f0f2;
    border-top: 1px solid #d8dade;
    border-bottom: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav-tutorial #main-nav ul.submenu {
    margin: 0;
    padding: 24px 0 12px !important;
}

#main-nav > li.dashboard-module > ul > li > a, #main-nav > li.dashboard-module > ul > li > span, #main-nav > li > a, #main-nav > li > span {
    display: block;
    border: none;
    box-shadow: none;
    color: #18212c;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    outline: 0;
    height: 64px;
    margin: 0;
    padding: 22px 24px 22px 70px;
    width: 260px;
    box-sizing: border-box;
    -webkit-transition: all .25s;
    transition: all .25s vertical-align: middle;
    text-transform: none;
}

.tutorial-post {
    margin-left: 32px;
    padding-top: 20px;
}

#main-nav > li.dashboard-module > ul > li > a, #main-nav > li.dashboard-module > ul > li > span, #main-nav > li > a, #main-nav > li > span {
    display: block;
    border: none;
    box-shadow: none;
    color: #18212c;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    outline: 0;
    height: 64px;
    margin: 0;
    padding: 22px 24px 22px 70px;
    width: 260px;
    box-sizing: border-box;
    -webkit-transition: all .25s;
    /*transition: all .25s vertical-align: middle;*/
}


#main-nav [class*=" icon-"]:before, #main-nav [class^=icon-]:before {
    background-color: #2a333e;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: "";
    height: 30px;
    width: 30px;
    transition: background-color .25s;
}

#main-nav .icon-chevron-down:before {
    background: url(https://d3upe020n1uosc.cloudfront.net/static/web/svg/pulldown_arrow.svg) no-repeat;
    content: "";
    height: 14px;
    width: 9px;
}

.icon-chevron-down:before {
    content: "\f078";
}

[class*=" icon-"]:before, [class^=icon-]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

#main-nav a i.icon-chevron-down {
    top: 5px;
    left: 0;
    /*-webkit-transform: rotate(0);*/
    transform: rotate(0);
    /*-webkit-transition: -webkit-transform .25s;*/
    /*transition: -webkit-transform .25s;
    transition: transform .25s;*/
    transition: transform .25s,-webkit-transform .25s;
}

#main-nav .icon-chevron-down {
    background-size: 0;
    background-repeat: no-repeat;
}

#main-nav [class*=" icon-"], #main-nav [class^=icon-] {
    /*top: 17px;
    left: 24px;*/
}

#main-nav > li i {
    opacity: 1;
    text-decoration: none;
}

ul.nav-left a i.icon-chevron-down {
    position: relative;
    float: right;
    /*top: 5px;*/
    font-size: 11px;
    color: #686868;
    width: auto;
    height: initial;
}

ul.nav-left > li i {
    /*font-size: 23px;
    top: 17px;*/
}

ul.nav-left a i {
    /*position: absolute;
    left: 0;
    height: 24px;
    width: 24px;
    opacity: 1;
    transition: opacity .1s ease;
    -moz-transition: opacity .1s ease;
    -webkit-transition: opacity .1s ease;
    -o-transition: opacity .1s ease;*/
}

a [class*=" icon-"], a [class^=icon-] {
    display: inline;
}

[class*=" icon-"], [class^=icon-] {
    /*display: inline;
    width: auto;
    height: auto;*/
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    /*background-repeat: repeat;*/
    margin-top: 0;
}

[class*=" icon-"], [class^=icon-] {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    /*text-decoration: inherit;*/
    -webkit-font-smoothing: antialiased;
}

#main-nav > li.dashboard-module > ul > li > a > span, #main-nav > li > a > span {
    margin: 0;
    width: auto;
    /*-webkit-transition: none;*/
    transition: none;
    vertical-align: middle;
}

ul.nav-left > li > a > span {
    /*margin-left: 30px;
    margin-right: 5px;
    transition: color .1s linear;*/
    display: inline-block;
    /*width: 70px;*/
    overflow: hidden;
    box-sizing: content-box;
}

#main-nav .submenu .nav-header:first-child {
    margin-top: 0 !important;
}

#main-nav li:not(.dashboard-module) > ul.submenu li {
    margin: 0;
    padding-bottom: 0;
}

#main-nav li {
    display: list-item;
    text-align: -webkit-match-parent;
    position: relative;
}

.nav-left .nav-header {
    padding: 3px 32px;
}

.nav-header {
    /*display: block;
    padding: 3px 15px;*/
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-transform: uppercase;
}

i.fa.chevron.fa-chevron-right {
    float: right;
    height: 30px;
    width: 10px;
    margin-top: 3px;
}

.fa-chevron-right:before {
    content: "\f054";
    vertical-align: -webkit-baseline-middle;
}

i.fa.chevron.fa-chevron-down {
    float: right;
    height: 28px;
    width: 20px;
    transform: rotate(90deg);
    margin-top: 6px;
    margin-right: 10px;
}

.fa-chevron-down:before {
    content: "\f054";
    vertical-align: -webkit-baseline-middle;
}

.widget h4.title {
    color: #726e6e;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0.5em;
    padding: 0 30px;
    margin-top: 1.8rem;
    font-weight: 700;
    text-decoration: none !important;
}

.config-min-height {
    min-height: 60px;
}

ul[dnd-list] {
    min-height: 42px;
    padding: 0;
}

    ul[dnd-list] > li {
        border-bottom: 1px solid #ddd;
        display: block;
        padding: 10px 15px;
    }

        ul[dnd-list] > li.dndDraggingSource {
            display: none;
        }

        ul[dnd-list] > li.dndPlaceholder {
            background-color: #ddd;
            min-height: 42px;
        }

.panel .panel-body {
    padding: 0;
}

.numberlist {
    width: 530px;
}

    .numberlist ul {
        counter-reset: li;
        list-style: none;
        *list-style: decimal;
        padding: 8px;
        margin-bottom: 4em;
    }

        .numberlist ul ul {
            margin: 0 0 0 2em;
        }

    .numberlist a {
        position: relative;
        display: inline-block;
        padding: 0.6em .4em 0em 1.5em;
        /* padding: .4em; */
        margin: .2em 0;
        background: #FFF;
        color: #444;
        text-decoration: none;
        -moz-border-radius: .3em;
        -webkit-border-radius: .3em;
        border-radius: .3em;
    }

    .numberlist ul li {
        cursor: pointer;
    }

    /*.numberlist a:hover {
            background: #cbe7f8;
            text-decoration: underline;
        }*/

    .numberlist a:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -1.3em;
        top: 50%;
        margin-top: -1em;
        background: #87ceeb;
        height: 2.5em;
        width: 2.6em;
        line-height: 2em;
        border: .3em solid #fff;
        text-align: center;
        font-weight: bold;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        border-radius: 2em;
        color: #FFF;
    }

/* End css list with numeber circle background -------------- */




/* css list style with arrow images  -------------- */
.imglist ul {
    margin: 0px;
}

.imglist li {
    font-size: 14px;
    margin-left: 25px;
    padding: 0px;
    list-style: url(images/arrow.png);
    line-height: 30px;
}

    .imglist li a:link, .imglist li a:visited {
        color: #1e598e;
        text-decoration: none;
    }

    .imglist li a:hover {
        color: #0A7CAF;
        padding: 2px;
        -moz-box-shadow: 0px 0px 12px #9e9ea3;
        -webkit-box-shadow: 0px 0px 12px #9e9ea3;
        box-shadow: 0px 0px 12px #9e9ea3;
        border: none 0px #000000;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

.arrows {
}

.arrowspan {
    border: 1px solid lightgray;
    font-size: 18px;
    float: right;
    margin-right: 10px;
}

.mandatoryChoices {
    position: relative;
    height: 65px;
}

.accountSetupChoices {
    position: relative;
    height: 75px;
    font-weight: 500;
    margin-top: 25px;
}

.accountReviewChoices {
    position: relative;
    height: auto;
    font-weight: 500;
    margin-top: 25px;
}

div.mandatoryChoices > div:first-child {
    top: 0;
    position: absolute;
}

div.mandatoryChoices > div:last-child {
    position: absolute;
    bottom: 0;
}

h5 label {
    font-weight: 500;
    cursor: pointer;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

    #sortable li {
        margin: 0 3px 3px 3px;
        padding: 0.4em;
        padding-left: 1.5em;
        font-size: 1.4em;
        height: 37px;
    }

        #sortable li span {
            position: absolute;
            margin-left: -1.3em;
        }

.student_onboard {
    margin-bottom: 20px;
    margin-left: 15px;
}

    .student_onboard li {
        display: inline-block;
    }

        .student_onboard li a {
            text-transform: inherit;
            font-size: 1.3rem;
            margin-right: 10px;
            color: #4e4e4e;
        }

            .student_onboard li a.active {
                color: #1871b8 !important;
                font-size: 12px;
                font-weight: 500;
                font-family: 'Roboto', sans-serif;
                border-bottom: 1px solid #1871b8;
            }

.white_bg {
    background-color: #fff;
    min-height: 600px;
    border-radius: 3px;
    padding: 0px 15px 0px 15px;
}

.widget-header h4 {
    color: #1871b8;
    margin-top: 20px;
    display: inline-flex;
    width: 100%;
    padding-left: 20px;
}

.widget-header i {
    margin-right: 5px;
}

.ui-state-default {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #ccc;
    border-radius: inherit !important;
}

.numberlist a:before {
    display: none;
}

.search_result ul li {
    padding-left: 0px;
}

.numberlist a {
    padding-left: 0px;
    color: #726e6e !important;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: inherit !important;
}

    .numberlist a img {
        vertical-align: text-bottom;
        margin-right: 5px;
        margin-top: -3px;
    }

.numberlist i.fa.chevron.fa-chevron-right {
    height: auto;
    margin-top: 8px !important;
    margin-right: 10px;
}

ul.ui-sortable li ul li {
    border: none !important;
    background: #f9f9f9;
}

    ul.ui-sortable li ul li a {
        background: none;
        padding-left: 15px;
        border-radius: 3px;
    }

i.fa.chevron.fa-chevron-down {
    color: #1871b8;
}

.widget h5 {
    color: #726e6e;
    font-size: 12px;
    margin-bottom: 0.5em;
    padding: 0 30px;
    margin-top: 1.8rem;
    font-weight: 500;
    text-decoration: none !important;
}

.widget-header h4::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    left: 0;
    top: 8px;
    border: 3px solid #f8f9fa;
    border-radius: 50%;
}

.acc_set h4::before {
    content: "\f234";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 10px;
    padding-top: 10px;
}

.b_pro h4::before {
    content: "\f2bc";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 10px;
    padding-top: 10px;
}

.a_res h4::before {
    content: "\f0c5";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 10px;
    padding-top: 10px;
}

.re_view h4::before {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 10px;
    padding-top: 10px;
}

.configuratorChoices {
    position: relative;
    height: 105px;
}

.configuratorlabel {
    font-weight: 500;
    color: #726e6e !important;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

.mandatoryconfiguratorlabel {
    font-weight: 500;
    color: #726e6e !important;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    text-transform: none !important;
    font-size: 11px !important;
    color: #115083;
    /*font-family: sans-serif;*/
}

/*.widget-content span {
    color: #726e6e;
    font-size: 12px;
    margin-bottom: 0.5em;
    padding: 0 30px;
    margin-top: 1.8rem;
    font-weight: 500;
    text-decoration: none !important;
}*/
.numberlist a {
    font-size: 13px;
}
.p-l-33{
    padding-left:33px !important;
}
.mandatoryradio label:before {
    height: 15px !important;
    width:15px !important;
    top: 3px !important;
}
.configdrags:hover {
    cursor: move;
}
.configuratorgrid {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-gap: 1rem;
}