@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;
}
.align-items-right{
    align-items:  flex-end;
}
.wid10per{
    width: 10%;
}
.wid15per {
    width: 15%;
}
.wid18per {
    width: 18%;
}
.wid20per {
    width: 20%;
}
.wid25per {
    width: 25%;
}
.wid30per {
    width: 30%;
}
.wid36per {
    width: 36%;
}
.wid33per {
    width: 33%;
}
.wid55per {
    width: 55%;
}
.link{
    text-decoration:underline;
}
.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;
}
.justiycontentstart{
    justify-content: flex-start
}
.justiycontentend {
    justify-content: flex-end
}


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;
}

.pad_1 {
    padding: 1px;
}

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: 6px;
    box-shadow: 3px 4px 5px #ccc;
    border: 1px solid #e7e7e7;
}

.dropdown-menu > li > a {
    padding: 7px 15px !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;
    font-size: 1.3rem;
    width: 100%;
    margin-bottom: 0.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500 !important;
}

    .right_work label.inquiryForm {
        margin-top: 0.6rem !important;
    }

.red {
    color: red;
}

.modal input {
    color: #000 !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;
}

input.style_input3 {
    padding: 0 0 5px;
    border-width: 0 0 1px;
    margin: 0 0 0.7em;
    border-color: #949494;
    width: 94%;
    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;
}

.footer span a.yellow {
    color: #1871b8;
    font-size: 1em;
}

.footer {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    /* padding:1rem 0; */
}

.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: #5e5e5e;
        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;
    max-height: 280px !important;
    overflow-x: hidden;
    overflow-y: scroll;
}

.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: 100px;
    }

.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;
}

.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;
}

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; */
    width: 80px;
}

.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: 16px;
        border: 2px solid #787878;
        position: absolute;
        left: 0;
        top: 0px;
        color: #787878;
        text-align: center;
        /* padding: 0 2px; */
        font-size: 0.7em;
        line-height: 11px;
    }

.a_s_search_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .a_s_search_sec .ctt {
        padding: 17px 17px;
        margin-left: 10px;
    }

        .a_s_search_sec .ctt:hover {
            background: #DFF1FF
        }

.a_s_search {
    display: flex;
    width: 100%;
    padding: 5px 15px;
    border: 1px solid #ccc;
    justify-content: space-between;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    border-radius: 3px;
    margin: 10px 0px;
}

    .a_s_search input {
        border: none;
        width: 100%;
        padding: 10px 0px;
    }

.a_schoollist li {
    display: flex;
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    margin-bottom: 5px;
    align-items: center;
    border: 2px solid #f2f2f2;
    justify-content: space-between;
    background-image: linear-gradient(to left, transparent, transparent 50%, #f5fafd 50%, #f5fafd);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
}

    .a_schoollist li:hover {
        background-position: 0 0;
        border-color: #f5fafd;
    }

.a_schoollist select {
    background-image: linear-gradient(to left, transparent, transparent 50%, #f5fafd 50%, #f5fafd);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
}

.a_schoollist .allradio label {
    padding: 4px 9px !important;
}

.a_schoollist .allradio input:checked + label::before {
    padding: 2px !important;
    background: #1871b8;
    border-color: #1871b8;
    color: #fff;
}

.a_s_search img {
    width: 20px;
}

.a_schoollist li p {
    margin: 0;
}


.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.6em;
        padding-right: 15px;
    }

        .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: 2px 0px;
        line-height: 14px;
    }


.advanceradio {
    float: left;
    margin: 1em 0;
}

    .advanceradio input[type="radio"] {
        display: none;
    }

    .advanceradio label {
        cursor: pointer;
        position: relative;
        padding: 0 1.6em;
        padding-right: 15px;
    }

        .advanceradio label:before {
            cursor: pointer;
            width: 13px;
            border: 1px solid #787878;
            border-radius: 12px;
            background-color: #ffffff;
            box-shadow: none;
            content: "";
            height: 13px;
            position: absolute;
            left: 0px;
            top: 2px;
            transition: all 250ms ease-in-out;
        }

    .advanceradio 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: 0px;
        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.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;
    }

.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;
}

    .tag_link a {
        color: #222222;
        text-transform: uppercase;
        padding: 13px 0;
        display: block;
    }

        .tag_link a:hover,
        .tag_link a:focus {
            text-decoration: none;
        }

        .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 !important;
margin: 3px 0px 3px 0px !important;
padding: 0px !important;
background: transparent !important;
min-width: 100%;
text-align: left !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;
text-transform: none;
margin: 4px 10px;
}

.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;
}
.jtodoc_viewpopup .approved {
    color: #a0c440;
    font-weight: 600;
    font-size: 12px;
    padding-left: 10px;
}
.jtodoc_viewpopup .disapproved {
    color: #e25252;
    font-weight: 600;
    font-size: 12px;
    padding-left: 10px;
}
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.name-text-files {
            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 p.up-l-f {
            color: #4e4e4e;
            font-size: 1em;
            margin-bottom: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            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;
}

.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: 168PX;*/
}

.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 5px;
    margin: 0 0 0.7em;
    height: auto;
    border-color: #ccc;

}

.custom_date span.input-group-btn {
    float: left;
    width: auto;
    position: absolute;
    right: 15px;
    top: 21px;
}

    .custom_date span.input-group-btn.colmd3 {
        float: left;
        width: auto;
        position: absolute;
        right: 0px;
        top: 21px;
    }

    .custom_date span.input-group-btn.colmd4 {
        float: left;
        width: auto;
        position: absolute;
        right: 5px;
        top: -3px;
    }

    .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 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 5px;
    margin: 0 0 0.7em;
    height: auto;
}

.custom_date2 span.input-group-btn {
    float: left;
    width: auto;
    position: absolute;
    right: 15px;
    top: 90px;
}

    .custom_date2 span.input-group-btn.colmd3 {
        float: left;
        width: auto;
        position: absolute;
        right: 0px;
        top: 21px;
    }

    .custom_date2 span.input-group-btn.colmd4 {
        float: left;
        width: auto;
        position: absolute;
        right: 5px;
        top: -3px;
    }

    .custom_date2 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;
    }

.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;
}

.p-r-10 {
    padding-right: 10px;
}

.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;
}

.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%;
    z-index: 999;
    position: absolute;
    right: 15px;
}

.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;
}

    .confirmpop.confirm_medium {
        width: 50%;
        margin: 0 auto;
    }

    .confirmpop.confirm_big {
        width: 70%;
        margin: 0 auto;
    }

    .confirmpop.confirm_big_interview {
        width: 96%;
        margin: 0 auto;
    }

    .confirmpop.confirm_tally {
        width: 95%;
        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;
}

.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: 20px;
    height: 20px;
    border-radius: 30px;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    text-align: center;
}

    a.close_file:hover,
    a.addmore:hover,
    .remove-more a:hover {
        color: #fff;
        background: #7cc360;
        text-decoration: none;
    }

a.close_file,
a.addmore,
.remove-more-lead a {
    color: #fff;
    background: #7cc360;
    padding: 0px 4px;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
}

    a.close_file:hover,
    a.addmore:hover,
    .remove-more-lead 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 {
    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% !important;
    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.nopadding.notify {
    padding: 8px;
    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.longnames {
        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: 170px;
    }

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 a {
    font-size: 12px;
    color: #fff;
}

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 {
    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;
}

.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: 3px 12px;
    display: inline-block;
    margin: 0 5px 5px 0;
    font-size: 13px;
}

.chosen-tag span i {
    margin-right: 0px;
    color: #a0c440;
    margin-left: 10px;
}

.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 10px;
}*/

    .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;
}

span.select-wrapper.cutoff:after {
    content: "days";
    position: absolute;
    right: -20px;
    top: 45%;
}

.underline {
    text-decoration: underline !important;
}

.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: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    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;
    }

.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: 0px;
            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: 5px;
            width: 1px;
            height: 100%;
            border-left: 1px solid #ddd;
            top: 28px;
        }

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;
        color: #fff;
    }

.s-date ul li.f-f {
    border: 1px solid #925710;
    color: #925710;
}

    .s-date ul li.f-f:hover {
        background: #925710;
        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;
}

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%;
    text-align: left;
}

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;
    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;
}

.paragraph-style button.btn.btn_select_file {
    width: 30%;
    padding: 1px !IMPORTANT;
}

.upload-left a.upload_file {
    text-align: left;
    display: inline-block;
    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 3.2em;
    width: 97%;
    padding-left: 74px !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: 17% !important;
    text-align: center;
    font-size: 20px !important;
    vertical-align: middle;
}

    .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: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;
}

.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 .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,
.f-r.su-li-bg:hover {
    background: #fff !important;
    border: 1px solid #e1e1e1 !important;
    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: 60px;
    height: 60px;
}

.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%;
}

.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;
    }

.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;
    overflow-x: hidden !important;
}

.login_left_powered {
    text-align: center;
    margin-top: 20px;
}

/*.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-family: 'Roboto', sans-serif;
    color: #ed1d12;
    font-weight: bold !important;
    font-family: 'Roboto', sans-serif;
}

.intimation2 {
    font-size: 18px;
    color: #9e9595;
    /* font-weight: bolder; */
    line-height: 20px;
    text-align: center;
}

.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;
}

.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;
}

.greenbg {
    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%;
        text-align: left;
    }

.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;
}

.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;
    margin-bottom: 1rem;
    text-align: justify;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !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;
}

.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;
}
.blueclr {
    color: #1871b8;
}

.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;
}

.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;
}

.min-height-316 {
    min-height: 316px;
}

.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.cultural_date {
        width: 28%;
    }

    .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;
}

.badge_section {
    background: #fff;
    position: absolute;
    top: 10%;
    right: 5%;
    z-index: 999;
}

    .badge_section img {
        width: 150px;
    }

.addressgrid {
    display: grid;
    grid-template-columns: 0.88fr 0.88fr 1fr 1fr 0.5fr;
    grid-gap: 1rem;
    padding: 16px;
}

.addressFieldNote {
    margin-top: 10px;
    padding-left: 10px;
}

.pl0 {
    padding-left: 0px !important;
}

.pr18 {
    padding-right: 18px;
}

.word-wrap-break {
    word-wrap: break-word;
}

.vertical-middle {
    vertical-align: middle;
    width: 18px;
}

.no-ul-bullets {
    list-style: none;
}

.mr10 {
    margin-right: 10px !important;
}

.mb3 {
    margin-bottom: 3px !important;
}

.customizedchecks {
    margin-top: -10px;
    margin-left: 20px;
}

.notes {
    font-size: 1.1rem !important;
    font-style: italic !important;
}

.w300px {
    width: 300px;
}

.w250px {
    width: 250px;
}

.mt16 {
    margin-top: 16px;
}

.mt10 {
    margin-top: 10px;
}

.headingexchange {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #1871b8 !important;
    font-size: 16px;
}

.pt15 {
    padding-top: 15px;
}

.code-dropdown {
    position: relative;
    display: inline-block;
}

    .code-dropdown::before {
        position: absolute;
        content: " \25BE";
        top: 4px;
        right: 1px;
        height: 20px;
        width: 13px;
    }

.pt20 {
    padding-top: 20px;
}

.mt0 {
    margin-top: 0px !important;
}

.intimation {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #ed1d12;
    /* font-weight: bolder; */
    line-height: 20px;
}

.fs13 {
    font-size: 13px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.w75px {
    width: 75px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.mt4 {
    margin-top: 4px;
}

.mb50px {
    margin-bottom: 50px !important;
}

.p0 {
    padding: 0px !important;
}

.noslotschosen {
    float: none !important;
    font-style: normal;
    margin-left: 20px;
}

.minus-l-102 {
    margin-left: -102px;
}

.pl14 {
    padding-left: 14px;
}

.custom_date .ng-isolate-scope.top.fade.popover.in {
    visibility: visible;
    display: block;
    top: -42px;
    /* top: -81px; */
    left: -54px !important;
    width: 200% !important;
}

.contactborder {
    border-radius: 8px;
    /* background: #f7f8f9; */
    border: 1px solid;
    border-width: thin;
    border-color: #ece1e1;
    margin-bottom: 8px;
    padding: 5px;
}

    .contactborder label {
        margin-bottom: 0px;
    }

    .contactborder span {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
    }

.gridpatner2 {
    display: grid;
    width: 100%;
    grid-template-columns: 0.01fr 1fr 0.1fr 0.5fr;
    grid-column-gap: 0.5rem;
    /*box-shadow: 4px 11px 22px -12px rgba(219,219,219,1);*/
    background: #fff;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ece6e6;
}

    .gridpatner2 .taskstatus {
        font-size: 1.1rem !important;
        width: auto !important;
        padding: 4px !important;
        border-radius: 5px !important;
        color: white !important;
        float: right;
    }

.gridpatner3 {
    display: grid;
    width: 50%;
    grid-template-columns: 0.01fr 0.99fr;
    grid-column-gap: 0.5rem;
    box-shadow: 4px 11px 22px -12px rgba(219,219,219,1);
    background: #fff;
    margin-bottom: 1.5rem;
}

    .gridpatner3 .taskstatus {
        font-size: 1.1rem !important;
        width: auto !important;
        padding: 2px !important;
        border-radius: 5px !important;
        color: white !important;
        float: right;
    }

.textright {
    text-align: right;
}

.dd-lead-primaryinfo {
    height: 28px !important;
    font-size: 12px !important;
}

.task_refresh {
    padding: 8px;
    border: 1px solid;
    border-color: #e1e1e1;
    margin-left: 6px;
}

.height-80px {
    height: 80px;
}

.height-70px {
    height: 70px;
}

.width-115px {
    width: 115px !important;
}
.widthauto {
    width: auto !important;
}

.minwidth_9rem {
    min-width: 9rem !important;
}

.credentialEvaltext {
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
}

/*Configuator start*/
.white_bg_configurator {
    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: 25px !important;
}

.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;
    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;
}

.mandatoryradio label:before {
    height: 15px !important;
    width: 15px !important;
    top: 3px !important;
}

.ui-sortable-handle:hover {
    cursor: move;
    background-color: aliceblue;
}

.configuratorgrid {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-gap: 1rem;
}

.phasetitle {
    color: #9c9e9d;
    font-size: 16px;
}

.downloadblue {
    color: #458bca;
}

.paperworkcommentnote li {
    font-size: 12px;
    font-weight: 600;
    background: fff;
    padding: 2px 2px;
    color: #4e4e4e;
    font-style: normal;
    /* text-transform: initial; */
}

.fa-question-circle-o:before {
    vertical-align: sub;
    cursor: pointer;
}

.configtitle {
    /*display: flex;
    justify-content: space-between;*/
    position: absolute;
    /*top: 23%;
    left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*margin-top: 20%;*/
    margin-left: 35%;
}

}

.configrow {
    /*display: flex;*/
    justify-content: space-between;
    position: absolute;
    /*top: 40%;
    left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}

    .configrow .box {
        width: 245px;
        height: 148px;
        border: 2px solid #214299;
        padding: 50px;
        margin: 25px;
        text-align: center;
        cursor: pointer;
    }

.box:hover {
    border: 4px solid #214299;
}

.innerlink {
    color: #428bca !important;
    text-decoration: underline !important;
    text-transform: none;
}

.dashboard-right-scroll {
    overflow-x: scroll;
    max-height: 125px;
    overflow-y: -webkit-paged-x;
}

.allradioconfig {
    margin: 0.5rem 0 0rem 0 !important;
    display: table-row;
}
/*.allradioconfig label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
    }*/

.configs label {
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: 5px !important;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 10pt !important;
}

.min-he-200px {
    min-height: 200px;
}

.configoptions {
    font-weight: 500 !important;
    font-size: 9pt !important;
    font-family: 'Roboto', sans-serif !important;
}

.straighttextbox {
    box-shadow: none !important;
    border: 1px solid #dbd7d7 !important;
    outline: 0;
    border-radius: 0px !important;
}

.configscroll {
    overflow-y: scroll;
    /* height: 13% !important; */
    height: 520px;
}

.disabledChkBox input:checked + label::before {
    color: #e2e2e2 !important;
}
/*Configurator End*/

/*MCI Start*/

.personl_hdng {
    margin: 20px 0;
    font-size: 20px;
    /*background: #fbd984;*/
    padding: 5px 25px;
    border-radius: 5px;
    font-weight: normal !important;
}

    .personl_hdng span {
        color: #46bfe3;
        font-weight: normal !important;
    }

.align_content {
    justify-content: start;
    align-items: center;
}

.pressed_btn {
    padding: 15px 25px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #04AA6D;
    border: none;
    border-radius: 15px;
    box-shadow: 0px 9px #999;
}

    .pressed_btn:hover {
        background-color: #3e8e41
    }

    .pressed_btn:active {
        background-color: #3e8e41;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }

.custom_save {
    background: #01b59a;
    padding: 10px 15px;
    padding-left: 60px;
    color: #fff;
}

.custom_save_btn {
    /* position: absolute;
    left: -87px;
    top: 17px;
    background: #202020 !important;
    color: #fdc330 !important;*/
    border-radius: 3px !important
}

.customize_btn {
    text-align: left;
    position: relative;
    padding-left: 55px !important;
}

.icon_custm {
    font-size: 22px;
    position: absolute !important;
    left: 15px;
    top: 20px !important;
}

.logo_box {
    height: 65px;
    margin-top: -15px;
}

.m-l-5 {
    margin-left: 5px;
}

.steps_div p {
    font-size: 16px;
    margin: 20px 0;
    color: #202020
}

.align-middle {
    vertical-align: middle !important;
}

.accordiontitle {
    font-size: 18px;
    color: #202020;
    margin: 0
}

.card-header {
    margin: 10px 0;
    background: #f2f2f2;
    padding: 10px;
}

.customcheckbox.setting_student .label-con .checkmark::after {
    border-color: #fdc330;
}

.customcheckbox.setting_student .label-con input:checked ~ .checkmark, .customcheckbox.setting_student .label-con:hover input ~ .checkmark {
    background-color: #000;
    border-color: #000;
}

.choosen_txt {
    font-size: 15px;
    color: #7cc360;
    font-style: oblique;
    line-height: 25px;
}

.change_link {
    font-size: 12px;
    text-decoration: underline;
    color: #2546e4;
    font-style: initial;
}

.choosen_txt strong, .choosen_txt i {
    font-style: initial;
}

@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;
    }
}

@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;
    }
}

.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: 11px;
    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;
    padding-top: 6px;
    margin-right: 20px;
}

.footer .copyright.foot-right {
    padding-top: 12px;
    padding-bottom: 12px;
}

.foot-left {
    border-right: 1px solid #c0c0c0;
    margin-top: 5px;
    width: 40%;
    margin-top: 18px;
}

.footer span a.yellow {
    color: #1871b8;
    font-size: 1em;
}

.footer {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.foot-right {
    width: 60%;
}


.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 25px;
        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: 15px;
    cursor: pointer;
    position: relative;
    padding-left: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

    .logincheck label:before {
        content: "";
        background: #fff;
        width: 16px;
        height: 16px;
        border: 2px solid #787878;
        position: absolute;
        left: 0;
        top: 3px;
        color: #787878;
        text-align: center;
        /* padding: 0 2px; */
        font-size: 0.7em;
    }

.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 #ccc;
    padding: 3px 0px;
    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: 0;
}

    .allradio input[type="radio"] {
        display: none;
    }

    .allradio label {
        color: #222;
        cursor: pointer;
        position: relative;
        padding: 0 25px;
        margin-top: 5px;
    }

        .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: 11px;
    }*/

.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: 5px 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;
    text-transform: none;
    margin: 4px 10px;
    line-height: normal;
}

.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;
}
.contactform_date .form-control {
    border-width: 0 0 1px 0 !important;
}
.custom_date span.input-group-btn {
    float: left;
    width: auto;
    position: absolute;
    right: 15px;
    top: 30px;
}

.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 5px;
    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: 5px 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;
}

.confirmpop_config {
    width: 636px;
    margin: 0 auto;
}

.confirmpop_config_big {
    width: 800px;
    margin: 0 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 !important;
}


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: 2em 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;
}


.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: 0px;
    color: #a0c440;
    margin-left: 10px;
}

.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% !important;
}

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;
}

.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 !important;
}

.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;
    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);
    height: 55px;
}

.navbar-header.pad_0_15 {
    padding: 2px 15px;
}

.freezed-content {
    position: fixed;
    width: 100%;
}

.content-body {
    float: left;
    width: 100%;
    min-height: 100vh;
    background: #f2f2f2;
}

.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;
}


.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 !important;
    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.assign-placement-popup {
        width: 1000px;
    }

.forgotpassword_field.hide_hor_scroll {
    overflow: hidden !important;
}

.slotscroll.mxhgt-50vh {
    max-height: 50vh;
}

.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-family: 'Roboto', sans-serif;
    color: #ed1d12;
    /* font-weight: bolder; */
}

.intimation2 {
    font-size: 13px;
    color: #f9961a;
    /* font-weight: bolder; */
}

.intimation3 {
    font-size: 12px;
    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: -15px !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 !important;
    margin: 0 !important;
    border: none !important;
}

.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;
*/ 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;
}

    .staffsgrids.email_grid {
        grid-template-columns: 1fr 1fr;
        max-height: 660px;
        overflow-y: auto;
        margin-bottom: 25px;
    }

.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 !important;
}
/* .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;
}
.white_space_nowrap{
    white-space: nowrap;
}

textarea.alltextarea.preference {
    width: 38% !important;
    margin-left: 14px !important;
}

.declinedSlot {
    border: 1px solid #ec6464 !important;
}

.user-grid-prof-img {
    width: 12%;
    float: left;
}

.user-grid-prof-active-img {
    width: 100%;
    float: left;
}

    .user-grid-prof-active-img img {
        margin: 0 auto;
    }

.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-small {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    color: #686868;
    border: 1px solid;
    text-align: center;
}

.checkin-header {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    color: #686868;
    border: 1px solid;
    text-align: center;
}

.width35per {
    width: 35% !important;
}

.width30per {
    width: 30% !important;
}

.width75per {
    width: 75% !important;
}

.width15per {
    width: 15% !important;
}

.width8per {
    width: 8% !important;
}

.width100per {
    width: 100% !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;
}

.min-he-200 {
    min-height: 200px;
}

.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;
}

.font-13px {
    font-size: 13px !important;
}

.font-17px {
    font-size: 17px !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: 620px;
}

    .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;
        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;
    border-radius: 3px;
    padding: 0px 15px 0px 15px;
}

.white_bg_configurator {
    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: 25px !important;
}

.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;
    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: 400;
    color: #726e6e !important;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    text-transform: none !important;
    font-size: 14px !important;
    color: #115083;
    margin-right: 30px;
    /*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;
}

.mandatoryradio label:before {
    height: 15px !important;
    width: 15px !important;
    top: 3px !important;
}

.ui-sortable-handle:hover {
    cursor: move;
    background-color: aliceblue;
}

.configuratorgrid {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-gap: 1rem;
}

.phasetitle {
    color: #9c9e9d;
    font-size: 16px;
}

.downloadblue {
    color: #458bca;
}

.paperworkcommentnote li {
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    padding: 2px 2px;
    color: #4e4e4e;
    font-style: normal;
    /* text-transform: initial; */
}

.fa-question-circle-o:before {
    vertical-align: sub;
    cursor: pointer;
}

.configtitle {
    /*display: flex;
    justify-content: space-between;*/
    position: absolute;
    /*top: 23%;
    left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*margin-top: 20%;*/
    margin-left: 35%;
}


.configrow {
    /*display: flex;*/
    justify-content: space-between;
    position: absolute;
    /*top: 40%;
    left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}

    .configrow .box {
        width: 245px;
        height: 148px;
        border: 2px solid #214299;
        padding: 50px;
        margin: 25px;
        text-align: center;
        cursor: pointer;
    }

.box:hover {
    border: 4px solid #214299;
}

.innerlink {
    color: #428bca !important;
    text-decoration: underline !important;
    text-transform: none;
}

.dashboard-right-scroll {
    overflow-x: scroll;
    max-height: 125px;
    overflow-y: -webkit-paged-x;
}

.allradioconfig {
    margin: 0.5rem 0 0rem 0 !important;
    display: table-row;
}
/*.allradioconfig label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
    }*/

.configs label {
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: 5px !important;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 10pt !important;
}

.min-he-200px {
    min-height: 200px;
}

.configoptions {
    font-weight: 500 !important;
    font-size: 9pt !important;
    font-family: 'Roboto', sans-serif !important;
}

.straighttextbox {
    box-shadow: none !important;
    border: 1px solid #dbd7d7 !important;
    outline: 0;
    border-radius: 0px !important;
}

.configscroll {
    overflow-y: scroll;
    /* height: 13% !important; */
    height: 520px;
}

.disabledChkBox input:checked + label::before {
    color: #e2e2e2 !important;
}

.p-0 {
    padding: 0px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.pad_0_5 {
    padding: 0 5px !important;
}

.p-10-0 {
    padding: 10px 0px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.b-0 {
    border: none !important
}

.m-0 {
    margin: 0px !important
}

.m-t-0 {
    margin-top: 0px !important
}

.m-b-0 {
    margin-bottom: 0px !important
}

.m-l-0 {
    margin-left: 0px !important
}

.m-r-0 {
    margin-right: 0px !important
}

.m-r-5 {
    margin-right: 5px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.m-r-15 {
    margin-right: 15px !important
}

.f-clr-black {
    color: #000 !important;
}

.w-100 {
    width: 100% !important;
}

.badge_section {
    background: #fff;
    position: absolute;
    top: 10%;
    right: 5%;
    z-index: 999;
}

    .badge_section img {
        width: 150px;
    }
/*---------Updated css starts here june 04---------------------------*/
.recruit_icon_align .widget-header h4 {
    position: relative;
}

    .recruit_icon_align .widget-header h4::before {
        top: 4px !important;
        background: transparent !important;
        padding-left: 0 !important;
        padding-top: 0 !important;
        border: none !important;
    }

.custombtncenter .stampsection ul li:hover a {
    color: #FDC330 !important;
    border-color: #FDC330 !important;
}

.custom-del i,
.custom-create i {
    color: #8f8f8f !important;
}

.custom-del:hover i,
.custom-create:hover i {
    color: #FDC330 !important;
}

.custom-del:hover,
.custom-create:hover {
    border-color: #FDC330 !important;
}

.radio_list_sets .mandatoryradio label::before {
    top: 2px !important;
}

.radio_list_sets .allradio input:checked + label::before {
    padding: 0 !important;
}

.inner.radio_list_sets .form-row .form-holder.form-holder-2 {
    width: 100%;
    position: relative;
    margin: 0 0 10px 0;
}

.settings_form_reg.form-register .content .wizard-header {
    margin: 0 !important;
    padding: 10px 0 !important;
}

.settings_form_reg.form-register .content .ui-sortable li {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    border: 1px solid #ccc !important;
    padding: 0;
    border-radius: 5px !important;
}

.settings_form_reg.form-register .content .wizard-header {
    background: #dce8ee;
    padding: 10px 15px !important;
}

.settings_form_reg.form-register .content .widget-content {
    padding: 10px 15px !important;
}

.settings_form_reg.form-register .content .ui-sortable.sortable_card_list li {
    border: none !important;
    padding: 0 5px;
}

.subogrid .tittle {
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px !important;
    color: #515151 !important;
}

.ctt.btn-clr-1 {
    border: 1px solid #ecd86d;
}

    .ctt.btn-clr-1:hover,
    .ctt.btn-clr-1:focus {
        background-color: #ffec88 !important;
        border: 1px solid #ecd86d !important;
        color: #000;
    }

.ctt.btn-clr-2 {
    border: 1px solid #87d5e8;
}

    .ctt.btn-clr-2:hover,
    .ctt.btn-clr-2:focus {
        background-color: #c1f3ff !important;
        border: 1px solid #87d5e8 !important;
        color: #000;
    }

.ctt.btn-clr-3 {
    border: 1px solid #e3aeae;
}

    .ctt.btn-clr-3:hover,
    .ctt.btn-clr-3:focus {
        background-color: #ffdfdf !important;
        border: 1px solid #e3aeae !important;
        color: #000;
    }

.searchgridsection {
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-shadow: 0px 7px 0px -5px rgba(255,255,255,1);
    -moz-box-shadow: 0px 7px 0px -5px rgba(255,255,255,1);
    box-shadow: 0px 7px 0px -5px rgba(255,255,255,1);
}
/*.hiden_list > ul {
   display:none;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
div.hiden_list:hover > ul {
    display:block;
    opacity: 1;
}*/
.d-inline-block {
    display: inline-block !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.modal-body {
    background: #fff;
}

.modal_width .modal-dialog {
    width: 600px;
}

.settings_form_reg.form-register .content .ui-sortable li.border_none {
    border: none !important;
}

.steps ul li {
    margin: 0 !important;
    border: 1px solid #f2f2f2;
    background: #fff !important;
}

    /*.steps ul li.current {
    background: #dce8ee !important;
}*/
    .steps ul li.current {
        background: #fdefcb !important;
    }

.sub_ul li {
    padding: 15px;
}

.form-register .steps li a .title .step-icon.side_menu {
    font-size: 14px;
}

.steps ul.sub_ul {
    width: 280px !important;
    margin-bottom: 10px !important;
}

    .steps ul.sub_ul li {
        padding: 8px;
        border: none;
        border-radius: 0px !important;
        border-bottom: 1px solid #dcdcdc;
    }

section {
    background: #f2f2f2;
}

.manage_partner img.logo {
    /* height: 50px; */
    width: 66px !important;
}

.sub_ul li.active {
    font-size: 12px;
    color: #444;
    background-color: #fbd984 !important;
}

.continput .inputGroup {
    background-color: #fff;
    display: block;
    margin: 35px 0;
    position: relative;
    height: 100px;
}

    .continput .inputGroup input {
        width: 32px;
        height: 32px;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }

.sec-cont-info {
    font-size: 18px;
}

.sec-heading {
    padding: 20px 0px 35px 0px;
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    color: #231f20;
    font-weight: 600;
}

#pricing .sec-cont-info p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #444444;
    margin-bottom: 20px;
}

.pricing-value {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-top: 14px;
    line-height: 30px;
    font-weight: bold;
}

.pricing-value-sub-txt {
    font-size: 14px;
    font-weight: 300;
}

.continput .inputGroup label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    height: 100px;
}

    .continput .inputGroup label::before {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        content: "";
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale3d(1, 1, 1);
        transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        z-index: -1;
    }

    .continput .inputGroup label::after {
        width: 32px;
        height: 32px;
        content: "";
        border: 2px solid #D1D7DC;
        background-color: #D1D7DC;
        background-repeat: no-repeat;
        background-position: 2px 3px;
        border-radius: 50%;
        z-index: 2;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        transition: all 200ms ease-in;
    }

.pricing-text-info {
    margin-left: 50px;
    width: 66%;
}

.pricing-text-b {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

.pricing-text-s {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.pricing .box {
    padding: 20px;
    background: transparent;
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

    .pricing .box:hover {
        border: none;
    }

.pricing-value-sub-txt {
    font-size: 12px;
    font-weight: 300;
}

.sec-cont-info span {
    font-weight: 600;
    color: #000;
}

.overlay_div {
    background: #fbd984;
    position: absolute;
    z-index: 1;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    top: 50px;
    padding: 10px;
    border: 1px solid #dcdcdc;
    opacity: 0;
    transition: 0.3s linear all;
    visibility: hidden;
}

.hover_div:hover .overlay_div {
    opacity: 1;
    transition: 0.3s linear all;
    visibility: visible;
}

.overlay_div ul li {
    padding: 5px 0;
}

.recomend_label {
    font-size: 11px;
    /*position: absolute;
    left: 335px;
    top: 2px;
        background: #fbd984;
    */
    margin-left: 5px;
    background: #c1ff83;
    border-radius: 20px;
    padding: 1px 7px;
}

    .recomend_label span {
        font-weight: 500;
    }

.link_btn {
    text-decoration: underline;
    font-weight: bold;
}

.text-dark {
    color: #000;
}

.notes {
    font-size: 15px !important;
    color: #3b3b3b;
    text-align: center;
    margin-bottom: 30px !important;
}

.custom_welcome {
    font-size: 17px;
    text-align: left;
    vertical-align: middle;
    color: #57bf2d;
}

.personl_hdng {
    margin: 20px 0;
    font-size: 20px;
    /*background: #fbd984;*/
    padding: 5px 25px;
    border-radius: 5px;
    font-weight: normal !important;
}

    .personl_hdng span {
        color: #46bfe3;
        font-weight: normal !important;
    }

.align_content {
    justify-content: start;
    align-items: center;
}

.pressed_btn {
    padding: 15px 25px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #04AA6D;
    border: none;
    border-radius: 15px;
    box-shadow: 0px 9px #999;
}

    .pressed_btn:hover {
        background-color: #3e8e41
    }

    .pressed_btn:active {
        background-color: #3e8e41;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }

.custom_save {
    background: #01b59a;
    padding: 10px 15px;
    padding-left: 60px;
    color: #fff;
}

.custom_save_btn {
    /* position: absolute;
    left: -87px;
    top: 17px;
    background: #202020 !important;
    color: #fdc330 !important;*/
    border-radius: 3px !important
}

.customize_btn {
    text-align: left;
    position: relative;
    padding-left: 55px !important;
}

.icon_custm {
    font-size: 22px;
    position: absolute !important;
    left: 15px;
    top: 20px !important;
}

.logo_box {
    height: 65px;
    margin-top: -15px;
}

.m-l-5 {
    margin-left: 5px;
}

.steps_div p {
    font-size: 16px;
    margin: 20px 0;
    color: #202020
}

.align-middle {
    vertical-align: middle;
}

.accordiontitle {
    font-size: 18px;
    color: #202020;
    margin: 0
}

.card-header {
    margin: 10px 0;
    background: #f2f2f2;
    padding: 10px;
}

.customcheckbox.setting_student .label-con .checkmark::after {
    border-color: #fdc330;
}

.customcheckbox.setting_student .label-con input:checked ~ .checkmark, .customcheckbox.setting_student .label-con:hover input ~ .checkmark {
    background-color: #000;
    border-color: #000;
}

.choosen_txt {
    font-size: 15px;
    color: #7cc360;
    font-style: oblique;
    line-height: 25px;
}

.change_link {
    font-size: 12px;
    text-decoration: underline;
    color: #2546e4;
    font-style: initial;
}

.choosen_txt strong, .choosen_txt i {
    font-style: initial;
}

.draggable label {
    font-size: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.draggable .change-input input.style_input, .draggable .change-input input.form-control, .draggable .change-input select.allselect {
    height: 20px;
}

.draggable .custom_date span.input-group-btn {
    top: 2px;
}

.draggable input.style_input {
    display: none;
}

.draggable select.allselect {
    display: none;
}

.mandtory_radio .allradio {
    opacity: 0.5;
}

    .mandtory_radio .allradio.radio_selected {
        opacity: 1;
    }

.wrapper {
    /*display: inline-flex;
    background: #fff;
    height: 100px;*/
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    padding: 20px 15px;
    /*box-shadow: 5px 5px 30px rgba(0,0,0,0.2);*/
}

    .wrapper .option {
        background: #fff;
        height: 100%;
        width: auto;
        display: inline-block;
        align-items: center;
        justify-content: space-evenly;
        margin: 0 10px;
        border-radius: 5px;
        cursor: pointer;
        padding: 10px;
        border: 2px solid lightgrey;
        transition: all 0.3s ease;
    }

        .wrapper .option .dot {
            height: 20px;
            width: 20px;
            background: #d9d9d9;
            border-radius: 50%;
            position: relative;
            display: inline-block;
            vertical-align: middle;
            margin-right: 2px;
        }

            .wrapper .option .dot::before {
                position: absolute;
                content: "";
                top: 4px;
                left: 4px;
                width: 12px;
                height: 12px;
                background: #0069d9;
                border-radius: 50%;
                opacity: 0;
                transform: scale(1.5);
                transition: all 0.3s ease;
            }

    .wrapper input[type="radio"] {
        display: none;
    }

#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2 {
    border-color: #0069d9;
    background: #0069d9;
}

    #option-1:checked:checked ~ .option-1 .dot,
    #option-2:checked:checked ~ .option-2 .dot {
        background: #fff;
    }

        #option-1:checked:checked ~ .option-1 .dot::before,
        #option-2:checked:checked ~ .option-2 .dot::before {
            opacity: 1;
            transform: scale(1);
        }

.wrapper .option span {
    font-size: 15px;
    color: #808080;
}

#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span {
    color: #fff;
}

.video_type .allradio label {
    font-size: 13px !important;
}

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    /* border: 1px solid transparent; */
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    min-width: 230px;
    position: relative;
}

    .tabset > label::after {
        content: "";
        position: absolute;
        right: 5px;
        bottom: 30px;
        width: 40px;
        height: 4px;
        background: #8d8d8d;
        /* display: none; */
    }

    .tabset > label.tab3::after {
        display: none;
    }

    .tabset > label:hover,
    .tabset > input:focus + label {
        color: #06c;
    }

        .tabset > label:hover::after,
        .tabset > input:focus + label::after,
        .tabset > input:checked + label::after {
            background: #06c;
        }

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 15px;
    border-top: 1px solid #ccc;
}

.tabset {
    max-width: 65em;
    margin: 25px auto;
}

.ml-100 {
    margin-left: 100px;
}
/* .sky-tabs,
.sky-tabs * {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	background: none;
} */
.sky-tabs {
    position: relative;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0;
    text-align: left;
    color: #666;
}

    .sky-tabs > input {
        position: absolute;
        display: none;
    }

    .sky-tabs > label {
        position: relative;
        z-index: 1;
        display: inline-block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 1px;
        padding-top: 0;
        padding-left: 0;
        font-size: 13px;
        line-height: 45px;
        cursor: pointer;
        margin-bottom: 0px;
    }

        .sky-tabs > label.inverse {
            float: right;
            padding-right: 0;
            padding-left: 1px;
        }

        .sky-tabs > label.disabled {
            cursor: default;
        }

        .sky-tabs > label span {
            display: block;
            padding: 0px;
            background: rgba(255,255,255,0.9);
            border: 1px solid #ccc;
            border-bottom: none;
        }

            .sky-tabs > label span span {
                padding: 0 20px;
                background: transparent;
                transition: background 0.4s, color 0.4s;
                -o-transition: background 0.4s, color 0.4s;
                -ms-transition: background 0.4s, color 0.4s;
                -moz-transition: background 0.4s, color 0.4s;
                -webkit-transition: background 0.4s, color 0.4s;
                border: none;
            }

        .sky-tabs > label:hover span span {
            background: #2da5da;
            color: #fff;
        }

        .sky-tabs > label.disabled span span {
            background: transparent;
            color: inherit;
        }

    .sky-tabs > input:checked + label {
        cursor: default;
    }

        .sky-tabs > input:checked + label span {
            border-color: #2da5da;
        }

            .sky-tabs > input:checked + label span span {
                background: #2da5da;
                color: #fff;
            }

    .sky-tabs > .switcher {
        display: none;
    }

        .sky-tabs > .switcher a {
            display: block;
            margin: 0 -20px;
            padding: 0 20px;
            text-decoration: none;
            color: inherit;
        }

    .sky-tabs > ul {
        list-style: none;
        position: relative;
        display: block;
        font-size: 13px;
    }

        .sky-tabs > ul > li {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            overflow: auto;
            padding: 20px 25px 25px;
            background: rgba(255,255,255,0.9);
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            opacity: 0;
            -o-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -webkit-transform-origin: 0% 0%;
            -o-transition: opacity 0.8s, -o-transform 0.8s;
            -ms-transition: opacity 0.8s, -ms-transform 0.8s;
            -moz-transition: opacity 0.8s, -moz-transform 0.8s;
            -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
        }

    .sky-tabs > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
    .sky-tabs > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
    .sky-tabs > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
    .sky-tabs > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
    .sky-tabs > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
    .sky-tabs > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
    .sky-tabs > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
    .sky-tabs > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
    .sky-tabs > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
        position: relative;
        z-index: 1;
        opacity: 1;
        -webkit-transform: translate(0,0);
    }


/**/
/* positions */
/**/
.sky-tabs-pos-top-center {
    text-align: center;
}

.sky-tabs-pos-top-right {
    text-align: right;
}

    .sky-tabs-pos-top-right > label {
        padding-right: 0;
        padding-left: 1px;
    }

.sky-tabs-pos-top-justify > label {
    padding-right: 0;
    padding-left: 1px;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-2 > label {
    width: 50%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-3 > label {
    width: 33.33%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-4 > label {
    width: 25%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-5 > label {
    width: 20%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-6 > label {
    width: 16.66%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-7 > label {
    width: 14.28%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-8 > label {
    width: 12.5%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-9 > label {
    width: 11.11%;
}

.sky-tabs-pos-top-justify > input:first-child + label {
    padding-left: 0;
}

.sky-tabs-pos-left > label,
.sky-tabs-pos-right > label {
    display: block;
    width: 25%;
    float: left;
    clear: left;
    margin-right: 0;
}

.sky-tabs-pos-right > label {
    float: right;
    clear: right;
}

.sky-tabs-pos-left > ul {
    margin-left: 25%;
}

.sky-tabs-pos-right > ul {
    margin-right: 25%;
}

.sky-tabs-pos-right > label {
    padding-right: 0;
    padding-left: 1px;
}

.sky-tabs-pos-top-center > ul > li,
.sky-tabs-pos-top-justify > ul > li {
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
}

.sky-tabs-pos-right > ul > li,
.sky-tabs-pos-top-right > ul > li {
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
}


/**/
/* animations */
/**/
.sky-tabs-anim-slide-up > ul > li {
    -o-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
}

.sky-tabs-anim-slide-right > ul > li {
    -o-transform: translateX(15%);
    -ms-transform: translateX(15%);
    -moz-transform: translateX(15%);
    -webkit-transform: translateX(15%);
}

.sky-tabs-anim-slide-down > ul > li {
    -o-transform: translateY(15%);
    -ms-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -webkit-transform: translateY(15%);
}

.sky-tabs-anim-slide-left > ul > li {
    -o-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -webkit-transform: translateX(-15%);
}

.sky-tabs-anim-slide-up-left > ul > li {
    -webkit-transform: translate(-15%,-15%);
}

.sky-tabs-anim-slide-up-right > ul > li {
    -webkit-transform: translate(15%,-15%);
}

.sky-tabs-anim-slide-down-right > ul > li {
    -webkit-transform: translate(15%,15%);
}

.sky-tabs-anim-slide-down-left > ul > li {
    -webkit-transform: translate(-15%,15%);
}

.sky-tabs-anim-scale > ul > li {
    -o-transform: scale(0.1,0.1);
    -ms-transform: scale(0.1,0.1);
    -moz-transform: scale(0.1,0.1);
    -webkit-transform: scale(0.1,0.1);
}

.sky-tabs-anim-scale > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs-anim-scale > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs-anim-scale > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs-anim-scale > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs-anim-scale > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs-anim-scale > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs-anim-scale > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs-anim-scale > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs-anim-scale > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
}

.sky-tabs-anim-rotate > ul > li {
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.sky-tabs-anim-rotate.sky-tabs-pos-right > ul > li,
.sky-tabs-anim-rotate.sky-tabs-pos-top-right > ul > li {
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.sky-tabs-anim-rotate > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs-anim-rotate > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs-anim-rotate > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs-anim-rotate > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs-anim-rotate > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs-anim-rotate > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs-anim-rotate > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs-anim-rotate > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs-anim-rotate > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.sky-tabs-anim-flip > ul {
    perspective: 2000px;
    -o-perspective: 2000px;
    -ms-perspective: 2000px;
    -moz-perspective: 2000px;
    -webkit-perspective: 2000px;
    perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -webkit-perspective-origin: 50% 50%;
}

    .sky-tabs-anim-flip > ul > li {
        -o-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -webkit-transform: rotateX(-90deg);
    }

.sky-tabs-anim-flip.sky-tabs-pos-left > ul > li {
    -o-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
}

.sky-tabs-anim-flip.sky-tabs-pos-right > ul > li {
    -o-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
}

.sky-tabs-anim-flip > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs-anim-flip > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs-anim-flip > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs-anim-flip > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs-anim-flip > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs-anim-flip > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs-anim-flip > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs-anim-flip > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs-anim-flip > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}


/**/
/* grid system */
/**/
.sky-tabs .grid-row {
    margin-top: 20px;
}

    .sky-tabs .grid-row:after {
        content: '';
        display: table;
        clear: both;
    }

    .sky-tabs .grid-row:first-child {
        margin-top: 0;
    }

.sky-tabs .grid-col {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2%;
}

    .sky-tabs .grid-col:first-child {
        margin-left: 0;
    }

    .sky-tabs .grid-col .inner {
        padding: 10px 0;
        border-radius: 5px;
        background: rgba(0,0,0,0.1);
        text-align: center;
    }

.sky-tabs .grid-col-1 {
    width: 6.5%;
}

.sky-tabs .grid-col-2 {
    width: 15%;
}

.sky-tabs .grid-col-3 {
    width: 23.5%;
}

.sky-tabs .grid-col-4 {
    width: 32%;
}

.sky-tabs .grid-col-5 {
    width: 40.5%;
}

.sky-tabs .grid-col-6 {
    width: 49%;
}

.sky-tabs .grid-col-7 {
    width: 57.5%;
}

.sky-tabs .grid-col-8 {
    width: 66%;
}

.sky-tabs .grid-col-9 {
    width: 74.5%;
}

.sky-tabs .grid-col-10 {
    width: 83%;
}

.sky-tabs .grid-col-11 {
    width: 91.5%;
}

.sky-tabs .grid-col-offset-1,
.sky-tabs .grid-col-offset-1:first-child {
    margin-left: 8.5%;
}

.sky-tabs .grid-col-offset-2,
.sky-tabs .grid-col-offset-2:first-child {
    margin-left: 17%;
}

.sky-tabs .grid-col-offset-3,
.sky-tabs .grid-col-offset-3:first-child {
    margin-left: 25.5%;
}

.sky-tabs .grid-col-offset-4,
.sky-tabs .grid-col-offset-4:first-child {
    margin-left: 34%;
}

.sky-tabs .grid-col-offset-5,
.sky-tabs .grid-col-offset-5:first-child {
    margin-left: 42.5%;
}

.sky-tabs .grid-col-offset-6,
.sky-tabs .grid-col-offset-6:first-child {
    margin-left: 51%;
}

.sky-tabs .grid-col-offset-7,
.sky-tabs .grid-col-offset-7:first-child {
    margin-left: 59.5%;
}

.sky-tabs .grid-col-offset-8,
.sky-tabs .grid-col-offset-8:first-child {
    margin-left: 68%;
}

.sky-tabs .grid-col-offset-9,
.sky-tabs .grid-col-offset-9:first-child {
    margin-left: 76.5%;
}

.sky-tabs .grid-col-offset-10,
.sky-tabs .grid-col-offset-10:first-child {
    margin-left: 85%;
}

.sky-tabs .grid-col-offset-11,
.sky-tabs .grid-col-offset-11:first-child {
    margin-left: 93.5%;
}


/**/
/* typography */
/**/
.sky-tabs .typography h1,
.sky-tabs .typography h2,
.sky-tabs .typography h3,
.sky-tabs .typography h4,
.sky-tabs .typography h5,
.sky-tabs .typography h6 {
    margin: 40px 0 0 0;
    padding: 0;
    text-align: left;
    color: #333;
}

.sky-tabs .typography h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
}

.sky-tabs .typography h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 300;
}

.sky-tabs .typography h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
}

.sky-tabs .typography h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.sky-tabs .typography h5 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    text-transform: uppercase;
}

.sky-tabs .typography h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.sky-tabs .typography p {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 20px;
    text-align: left;
    font-size: 15px;
}

.sky-tabs .typography ul,
.sky-tabs .typography ol {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 20px;
}

.sky-tabs .typography li {
    position: relative;
    margin-top: 5px;
    padding-left: 20px;
}

    .sky-tabs .typography li ul,
    .sky-tabs .typography li ol {
        margin-top: 5px;
    }

.sky-tabs .typography ol {
    counter-reset: list1;
}

    .sky-tabs .typography ol > li:before {
        counter-increment: list1;
        content: counter(list1)'.';
        position: absolute;
        top: 0;
        left: 0;
        color: #333;
    }

.sky-tabs .typography a {
    text-decoration: underline;
    color: #2da5da;
}

    .sky-tabs .typography a:hover {
        text-decoration: none;
    }

.sky-tabs .typography .pic {
    padding: 4px;
    border: 1px dotted #ccc;
}

    .sky-tabs .typography .pic img {
        display: block;
    }

.sky-tabs .typography .pic-right {
    float: right;
    margin: 0 0 10px 20px;
}

.sky-tabs .typography .link {
    text-decoration: underline;
    color: #2da5da;
    cursor: pointer;
}

    .sky-tabs .typography .link:hover {
        text-decoration: none;
    }

.sky-tabs .typography h1:first-child,
.sky-tabs .typography h2:first-child,
.sky-tabs .typography h3:first-child,
.sky-tabs .typography h4:first-child,
.sky-tabs .typography h5:first-child,
.sky-tabs .typography h6:first-child,
.sky-tabs .typography p:first-child {
    margin-top: 0;
}

.sky-tabs .typography .text-center {
    text-align: center;
}

.sky-tabs .typography .text-right {
    text-align: right;
}


/**/
/* icons */
/**/

.icon-glass:before {
    content: "\f000";
}

.icon-music:before {
    content: "\f001";
}

.icon-search:before {
    content: "\f002";
}

.icon-envelope-alt:before {
    content: "\f003";
}

.icon-heart:before {
    content: "\f004";
}

.icon-star:before {
    content: "\f005";
}

.icon-star-empty:before {
    content: "\f006";
}

.icon-user:before {
    content: "\f007";
}

.icon-film:before {
    content: "\f008";
}

.icon-th-large:before {
    content: "\f009";
}

.icon-th:before {
    content: "\f00a";
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-ok:before {
    content: "\f00c";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-zoom-in:before {
    content: "\f00e";
}

.icon-zoom-out:before {
    content: "\f010";
}

.icon-power-off:before,
.icon-off:before {
    content: "\f011";
}

.icon-signal:before {
    content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
    content: "\f013";
}

.icon-trash:before {
    content: "\f014";
}

.icon-home:before {
    content: "\f015";
}

.icon-file-alt:before {
    content: "\f016";
}

.icon-time:before {
    content: "\f017";
}

.icon-road:before {
    content: "\f018";
}

.icon-download-alt:before {
    content: "\f019";
}

.icon-download:before {
    content: "\f01a";
}

.icon-upload:before {
    content: "\f01b";
}

.icon-inbox:before {
    content: "\f01c";
}

.icon-play-circle:before {
    content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
    content: "\f01e";
}

.icon-refresh:before {
    content: "\f021";
}

.icon-list-alt:before {
    content: "\f022";
}

.icon-lock:before {
    content: "\f023";
}

.icon-flag:before {
    content: "\f024";
}

.icon-headphones:before {
    content: "\f025";
}

.icon-volume-off:before {
    content: "\f026";
}

.icon-volume-down:before {
    content: "\f027";
}

.icon-volume-up:before {
    content: "\f028";
}

.icon-qrcode:before {
    content: "\f029";
}

.icon-barcode:before {
    content: "\f02a";
}

.icon-tag:before {
    content: "\f02b";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-bookmark:before {
    content: "\f02e";
}

.icon-print:before {
    content: "\f02f";
}

.icon-camera:before {
    content: "\f030";
}

.icon-font:before {
    content: "\f031";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-text-width:before {
    content: "\f035";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-align-center:before {
    content: "\f037";
}

.icon-align-right:before {
    content: "\f038";
}

.icon-align-justify:before {
    content: "\f039";
}

.icon-list:before {
    content: "\f03a";
}

.icon-indent-left:before {
    content: "\f03b";
}

.icon-indent-right:before {
    content: "\f03c";
}

.icon-facetime-video:before {
    content: "\f03d";
}

.icon-picture:before {
    content: "\f03e";
}

.icon-pencil:before {
    content: "\f040";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-adjust:before {
    content: "\f042";
}

.icon-tint:before {
    content: "\f043";
}

.icon-edit:before {
    content: "\f044";
}

.icon-share:before {
    content: "\f045";
}

.icon-check:before {
    content: "\f046";
}

.icon-move:before {
    content: "\f047";
}

.icon-step-backward:before {
    content: "\f048";
}

.icon-fast-backward:before {
    content: "\f049";
}

.icon-backward:before {
    content: "\f04a";
}

.icon-play:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-stop:before {
    content: "\f04d";
}

.icon-forward:before {
    content: "\f04e";
}

.icon-fast-forward:before {
    content: "\f050";
}

.icon-step-forward:before {
    content: "\f051";
}

.icon-eject:before {
    content: "\f052";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-plus-sign:before {
    content: "\f055";
}

.icon-minus-sign:before {
    content: "\f056";
}

.icon-remove-sign:before {
    content: "\f057";
}

.icon-ok-sign:before {
    content: "\f058";
}

.icon-question-sign:before {
    content: "\f059";
}

.icon-info-sign:before {
    content: "\f05a";
}

.icon-screenshot:before {
    content: "\f05b";
}

.icon-remove-circle:before {
    content: "\f05c";
}

.icon-ok-circle:before {
    content: "\f05d";
}

.icon-ban-circle:before {
    content: "\f05e";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-mail-forward:before,
.icon-share-alt:before {
    content: "\f064";
}

.icon-resize-full:before {
    content: "\f065";
}

.icon-resize-small:before {
    content: "\f066";
}

.icon-plus:before {
    content: "\f067";
}

.icon-minus:before {
    content: "\f068";
}

.icon-asterisk:before {
    content: "\f069";
}

.icon-exclamation-sign:before {
    content: "\f06a";
}

.icon-gift:before {
    content: "\f06b";
}

.icon-leaf:before {
    content: "\f06c";
}

.icon-fire:before {
    content: "\f06d";
}

.icon-eye-open:before {
    content: "\f06e";
}

.icon-eye-close:before {
    content: "\f070";
}

.icon-warning-sign:before {
    content: "\f071";
}

.icon-plane:before {
    content: "\f072";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-random:before {
    content: "\f074";
}

.icon-comment:before {
    content: "\f075";
}

.icon-magnet:before {
    content: "\f076";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-retweet:before {
    content: "\f079";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.icon-folder-close:before {
    content: "\f07b";
}

.icon-folder-open:before {
    content: "\f07c";
}

.icon-resize-vertical:before {
    content: "\f07d";
}

.icon-resize-horizontal:before {
    content: "\f07e";
}

.icon-bar-chart:before {
    content: "\f080";
}

.icon-twitter-sign:before {
    content: "\f081";
}

.icon-facebook-sign:before {
    content: "\f082";
}

.icon-camera-retro:before {
    content: "\f083";
}

.icon-key:before {
    content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
    content: "\f085";
}

.icon-comments:before {
    content: "\f086";
}

.icon-thumbs-up-alt:before {
    content: "\f087";
}

.icon-thumbs-down-alt:before {
    content: "\f088";
}

.icon-star-half:before {
    content: "\f089";
}

.icon-heart-empty:before {
    content: "\f08a";
}

.icon-signout:before {
    content: "\f08b";
}

.icon-linkedin-sign:before {
    content: "\f08c";
}

.icon-pushpin:before {
    content: "\f08d";
}

.icon-external-link:before {
    content: "\f08e";
}

.icon-signin:before {
    content: "\f090";
}

.icon-trophy:before {
    content: "\f091";
}

.icon-github-sign:before {
    content: "\f092";
}

.icon-upload-alt:before {
    content: "\f093";
}

.icon-lemon:before {
    content: "\f094";
}

.icon-phone:before {
    content: "\f095";
}

.icon-unchecked:before,
.icon-check-empty:before {
    content: "\f096";
}

.icon-bookmark-empty:before {
    content: "\f097";
}

.icon-phone-sign:before {
    content: "\f098";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-github:before {
    content: "\f09b";
}

.icon-unlock:before {
    content: "\f09c";
}

.icon-credit-card:before {
    content: "\f09d";
}

.icon-rss:before {
    content: "\f09e";
}

.icon-hdd:before {
    content: "\f0a0";
}

.icon-bullhorn:before {
    content: "\f0a1";
}

.icon-bell:before {
    content: "\f0a2";
}

.icon-certificate:before {
    content: "\f0a3";
}

.icon-hand-right:before {
    content: "\f0a4";
}

.icon-hand-left:before {
    content: "\f0a5";
}

.icon-hand-up:before {
    content: "\f0a6";
}

.icon-hand-down:before {
    content: "\f0a7";
}

.icon-circle-arrow-left:before {
    content: "\f0a8";
}

.icon-circle-arrow-right:before {
    content: "\f0a9";
}

.icon-circle-arrow-up:before {
    content: "\f0aa";
}

.icon-circle-arrow-down:before {
    content: "\f0ab";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-tasks:before {
    content: "\f0ae";
}

.icon-filter:before {
    content: "\f0b0";
}

.icon-briefcase:before {
    content: "\f0b1";
}

.icon-fullscreen:before {
    content: "\f0b2";
}

.icon-group:before {
    content: "\f0c0";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-cloud:before {
    content: "\f0c2";
}

.icon-beaker:before {
    content: "\f0c3";
}

.icon-cut:before {
    content: "\f0c4";
}

.icon-copy:before {
    content: "\f0c5";
}

.icon-paperclip:before,
.icon-paper-clip:before {
    content: "\f0c6";
}

.icon-save:before {
    content: "\f0c7";
}

.icon-sign-blank:before {
    content: "\f0c8";
}

.icon-reorder:before {
    content: "\f0c9";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-strikethrough:before {
    content: "\f0cc";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-pinterest-sign:before {
    content: "\f0d3";
}

.icon-google-plus-sign:before {
    content: "\f0d4";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-sort:before {
    content: "\f0dc";
}

.icon-sort-down:before {
    content: "\f0dd";
}

.icon-sort-up:before {
    content: "\f0de";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
    content: "\f0e2";
}

.icon-legal:before {
    content: "\f0e3";
}

.icon-dashboard:before {
    content: "\f0e4";
}

.icon-comment-alt:before {
    content: "\f0e5";
}

.icon-comments-alt:before {
    content: "\f0e6";
}

.icon-bolt:before {
    content: "\f0e7";
}

.icon-sitemap:before {
    content: "\f0e8";
}

.icon-umbrella:before {
    content: "\f0e9";
}

.icon-paste:before {
    content: "\f0ea";
}

.icon-lightbulb:before {
    content: "\f0eb";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-cloud-download:before {
    content: "\f0ed";
}

.icon-cloud-upload:before {
    content: "\f0ee";
}

.icon-user-md:before {
    content: "\f0f0";
}

.icon-stethoscope:before {
    content: "\f0f1";
}

.icon-suitcase:before {
    content: "\f0f2";
}

.icon-bell-alt:before {
    content: "\f0f3";
}

.icon-coffee:before {
    content: "\f0f4";
}

.icon-food:before {
    content: "\f0f5";
}

.icon-file-text-alt:before {
    content: "\f0f6";
}

.icon-building:before {
    content: "\f0f7";
}

.icon-hospital:before {
    content: "\f0f8";
}

.icon-ambulance:before {
    content: "\f0f9";
}

.icon-medkit:before {
    content: "\f0fa";
}

.icon-fighter-jet:before {
    content: "\f0fb";
}

.icon-beer:before {
    content: "\f0fc";
}

.icon-h-sign:before {
    content: "\f0fd";
}

.icon-plus-sign-alt:before {
    content: "\f0fe";
}

.icon-double-angle-left:before {
    content: "\f100";
}

.icon-double-angle-right:before {
    content: "\f101";
}

.icon-double-angle-up:before {
    content: "\f102";
}

.icon-double-angle-down:before {
    content: "\f103";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-desktop:before {
    content: "\f108";
}

.icon-laptop:before {
    content: "\f109";
}

.icon-tablet:before {
    content: "\f10a";
}

.icon-mobile-phone:before {
    content: "\f10b";
}

.icon-circle-blank:before {
    content: "\f10c";
}

.icon-quote-left:before {
    content: "\f10d";
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-circle:before {
    content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
    content: "\f112";
}

.icon-github-alt:before {
    content: "\f113";
}

.icon-folder-close-alt:before {
    content: "\f114";
}

.icon-folder-open-alt:before {
    content: "\f115";
}

.icon-expand-alt:before {
    content: "\f116";
}

.icon-collapse-alt:before {
    content: "\f117";
}

.icon-smile:before {
    content: "\f118";
}

.icon-frown:before {
    content: "\f119";
}

.icon-meh:before {
    content: "\f11a";
}

.icon-gamepad:before {
    content: "\f11b";
}

.icon-keyboard:before {
    content: "\f11c";
}

.icon-flag-alt:before {
    content: "\f11d";
}

.icon-flag-checkered:before {
    content: "\f11e";
}

.icon-terminal:before {
    content: "\f120";
}

.icon-code:before {
    content: "\f121";
}

.icon-reply-all:before {
    content: "\f122";
}

.icon-mail-reply-all:before {
    content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
    content: "\f123";
}

.icon-location-arrow:before {
    content: "\f124";
}

.icon-crop:before {
    content: "\f125";
}

.icon-code-fork:before {
    content: "\f126";
}

.icon-unlink:before {
    content: "\f127";
}

.icon-question:before {
    content: "\f128";
}

.icon-info:before {
    content: "\f129";
}

.icon-exclamation:before {
    content: "\f12a";
}

.icon-superscript:before {
    content: "\f12b";
}

.icon-subscript:before {
    content: "\f12c";
}

.icon-eraser:before {
    content: "\f12d";
}

.icon-puzzle-piece:before {
    content: "\f12e";
}

.icon-microphone:before {
    content: "\f130";
}

.icon-microphone-off:before {
    content: "\f131";
}

.icon-shield:before {
    content: "\f132";
}

.icon-calendar-empty:before {
    content: "\f133";
}

.icon-fire-extinguisher:before {
    content: "\f134";
}

.icon-rocket:before {
    content: "\f135";
}

.icon-maxcdn:before {
    content: "\f136";
}

.icon-chevron-sign-left:before {
    content: "\f137";
}

.icon-chevron-sign-right:before {
    content: "\f138";
}

.icon-chevron-sign-up:before {
    content: "\f139";
}

.icon-chevron-sign-down:before {
    content: "\f13a";
}

.icon-html5:before {
    content: "\f13b";
}

.icon-css3:before {
    content: "\f13c";
}

.icon-anchor:before {
    content: "\f13d";
}

.icon-unlock-alt:before {
    content: "\f13e";
}

.icon-bullseye:before {
    content: "\f140";
}

.icon-ellipsis-horizontal:before {
    content: "\f141";
}

.icon-ellipsis-vertical:before {
    content: "\f142";
}

.icon-rss-sign:before {
    content: "\f143";
}

.icon-play-sign:before {
    content: "\f144";
}

.icon-ticket:before {
    content: "\f145";
}

.icon-minus-sign-alt:before {
    content: "\f146";
}

.icon-check-minus:before {
    content: "\f147";
}

.icon-level-up:before {
    content: "\f148";
}

.icon-level-down:before {
    content: "\f149";
}

.icon-check-sign:before {
    content: "\f14a";
}

.icon-edit-sign:before {
    content: "\f14b";
}

.icon-external-link-sign:before {
    content: "\f14c";
}

.icon-share-sign:before {
    content: "\f14d";
}

.icon-compass:before {
    content: "\f14e";
}

.icon-collapse:before {
    content: "\f150";
}

.icon-collapse-top:before {
    content: "\f151";
}

.icon-expand:before {
    content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
    content: "\f153";
}

.icon-gbp:before {
    content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
    content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
    content: "\f156";
}

.icon-yen:before,
.icon-jpy:before {
    content: "\f157";
}

.icon-renminbi:before,
.icon-cny:before {
    content: "\f158";
}

.icon-won:before,
.icon-krw:before {
    content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
    content: "\f15a";
}

.icon-file:before {
    content: "\f15b";
}

.icon-file-text:before {
    content: "\f15c";
}

.icon-sort-by-alphabet:before {
    content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
    content: "\f15e";
}

.icon-sort-by-attributes:before {
    content: "\f160";
}

.icon-sort-by-attributes-alt:before {
    content: "\f161";
}

.icon-sort-by-order:before {
    content: "\f162";
}

.icon-sort-by-order-alt:before {
    content: "\f163";
}

.icon-thumbs-up:before {
    content: "\f164";
}

.icon-thumbs-down:before {
    content: "\f165";
}

.icon-youtube-sign:before {
    content: "\f166";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-xing:before {
    content: "\f168";
}

.icon-xing-sign:before {
    content: "\f169";
}

.icon-youtube-play:before {
    content: "\f16a";
}

.icon-dropbox:before {
    content: "\f16b";
}

.icon-stackexchange:before {
    content: "\f16c";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-flickr:before {
    content: "\f16e";
}

.icon-adn:before {
    content: "\f170";
}

.icon-bitbucket:before {
    content: "\f171";
}

.icon-bitbucket-sign:before {
    content: "\f172";
}

.icon-tumblr:before {
    content: "\f173";
}

.icon-tumblr-sign:before {
    content: "\f174";
}

.icon-long-arrow-down:before {
    content: "\f175";
}

.icon-long-arrow-up:before {
    content: "\f176";
}

.icon-long-arrow-left:before {
    content: "\f177";
}

.icon-long-arrow-right:before {
    content: "\f178";
}

.icon-apple:before {
    content: "\f179";
}

.icon-windows:before {
    content: "\f17a";
}

.icon-android:before {
    content: "\f17b";
}

.icon-linux:before {
    content: "\f17c";
}

.icon-dribbble:before {
    content: "\f17d";
}

.icon-skype:before {
    content: "\f17e";
}

.icon-foursquare:before {
    content: "\f180";
}

.icon-trello:before {
    content: "\f181";
}

.icon-female:before {
    content: "\f182";
}

.icon-male:before {
    content: "\f183";
}

.icon-gittip:before {
    content: "\f184";
}

.icon-sun:before {
    content: "\f185";
}

.icon-moon:before {
    content: "\f186";
}

.icon-archive:before {
    content: "\f187";
}

.icon-bug:before {
    content: "\f188";
}

.icon-vk:before {
    content: "\f189";
}

.icon-weibo:before {
    content: "\f18a";
}

.icon-renren:before {
    content: "\f18b";
}

.sky-tabs > label [class^="icon-"] {
    display: block;
    float: left;
    width: 18px;
    margin: 0 12px 0 -6px;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    margin-top: 12px;
}


/**/
/* pad */
/**/
@media screen and (max-width: 1000px) {
    .sky-tabs > label span span {
        padding: 0 15px;
    }

    .sky-tabs > label [class^="icon-"] {
        margin-right: 10px;
        margin-left: -5px;
    }
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {

    .sky-tabs .grid-col,
    .sky-tabs .grid-col:first-child {
        float: none;
        width: 100%;
        margin: 20px 0 0 0;
    }

    .sky-tabs-response-to-stack > label {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }

    .sky-tabs-response-to-stack > ul {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }

        .sky-tabs-response-to-stack > ul > li {
            -o-transform-origin: 50% 0%;
            -ms-transform-origin: 50% 0%;
            -moz-transform-origin: 50% 0%;
            -webkit-transform-origin: 50% 0%;
        }

    .sky-tabs-response-to-stack.sky-tabs-anim-flip > ul > li {
        -webkit-transform: rotateX(-90deg);
    }

    .sky-tabs-response-to-icons > label {
        font-size: 0;
    }

        .sky-tabs-response-to-icons > label [class^="icon-"] {
            width: 45px;
            margin: 0;
            font-size: 16px;
        }

        .sky-tabs-response-to-icons > label span span {
            padding: 0;
        }

    .sky-tabs-response-to-icons.sky-tabs-pos-left > label,
    .sky-tabs-response-to-icons.sky-tabs-pos-right > label {
        width: 56px;
    }

    .sky-tabs-response-to-icons.sky-tabs-pos-left > ul {
        margin-left: 56px;
    }

    .sky-tabs-response-to-icons.sky-tabs-pos-right > ul {
        margin-right: 56px;
    }

    .sky-tabs-response-to-switcher > label {
        display: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }

    .sky-tabs-response-to-switcher > .switcher {
        display: block;
    }

    .sky-tabs-response-to-switcher:hover > label {
        display: block;
    }

    .sky-tabs-response-to-switcher:hover > .switcher {
        display: none;
    }

    .sky-tabs-response-to-switcher > ul {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }

        .sky-tabs-response-to-switcher > ul > li {
            -o-transform-origin: 50% 0%;
            -ms-transform-origin: 50% 0%;
            -moz-transform-origin: 50% 0%;
            -webkit-transform-origin: 50% 0%;
        }

    .sky-tabs-response-to-switcher.sky-tabs-anim-flip > ul > li {
        -webkit-transform: rotateX(-90deg);
    }
}

.tab_div {
    border: 1px solid #ccc;
}

span.document_type_video_stamp.approved {
    margin-right: 20px;
    margin-top: 20px;
}

.save_nxt {
    padding-right: 70px;
    text-align: right;
    margin-top: 25px;
}

.cal_icon {
    top: -23px;
    right: -15px;
}

.btn_select_file, .paragraph-style button.btn.btn_select_file {
    width: auto !important;
    padding: 5px 10px !important;
    color: #fff !important;
}

    .btn_select_file span {
        color: #fff !important;
        font-weight: normal !important;
        margin: 0 !important;
        width: auto !important;
    }
/* .tag_file{position: absolute;
        right: 0;
        top: 0;
        z-index: 3;
    } */
/*.tag_file .scroller {
    position: absolute;
    width: 100%;
    min-height: 130px;
    max-height: 130px;*/ 
   /* margin-top: -80px*/
/*}*/

    .tag_file .scroller ul.selected_files li.list-files-align {
        width: 100%;
        margin-right: 10px;
        float: left;
    }

.option_select {
    z-index: 100;
}

/*.col-md-4.rightalign-responsive.tag_file {
    float: none;
}*/
/* .tag_file{margin-top: -80px;} */
.equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row.equal > [class*='col-'] {
    display: flex;
}

.logincheck.web_enqury label {
    color: #787878;
    font-size: 14px;
}

.logincheck label.web_enqury label::before {
    width: 14px;
    height: 14px;
    background: transparent;
}
/*End*/
.del_icon {
    position: absolute;
    top: -27px;
    right: -10px;
    padding: 0;
    display: inline-block;
    text-align: right;
}

.health_box {
    border: 1px solid #ccc;
    margin-top: 25px;
    padding: 15px 0;
}

.loader_outer {
    position: relative;
    min-height: 400px;
}

.loader_health {
    position: absolute;
    background: rgba(255,255,255,0.85);
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 3;
    left: 0;
    right: 0;
}

    .loader_health img {
        margin-top: 100px;
        width: 150px;
    }

.overlay_res {
    position: relative;
    z-index: 2;
}

.after_upload {
    z-index: 99;
}

.btn_reassign {
    padding: 0px 8px;
    font-size: 11px;
    margin-left: 5px;
}

.w-54 {
    width: 54% !important;
}

.f_sz13 {
    font-size: 13px;
}

.p_0_5 {
    padding: 0px 5px !important;
}

.row_modal {
    border: 2px solid #2372b2;
    margin: 0;
    padding: 5px 0px;
}

.standard_hover {
    display: none !important;
    position: absolute !important;
    left: 0;
    right: 0;
    z-index: 1;
    top: 55px;
    text-transform: none;
}

.info_icon:hover + .standard_hover {
    display: block !important;
}

.arrow_box {
    position: absolute;
    background: #fff;
    border: 4px solid #0075b9;
    padding: 5px;
    border-radius: 10px;
}

    .arrow_box:after, .arrow_box:before {
        bottom: 100%;
        left: 110px;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box.custom_hover:after, .arrow_box.custom_hover:before {
        left: 245px;
    }

    .arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 15px;
        margin-left: -15px;
    }

    .arrow_box:before {
        border-color: rgba(221, 192, 143, 0);
        border-bottom-color: #0075b9;
        border-width: 21px;
        margin-left: -21px;
    }

.socialmedia-icons {
    display: flex;
    justify-content: end;
}

.fs-16 {
    font-size: 16px !important;
}

.fw500 {
    font-weight: 500 !important;
}
.fw600 {
    font-weight: 600 !important;
}
/*School Popup*/
.select-list li {
    position: relative;
    float: left;
    width: 100%;
    height: 30px;
          border: 1px solid #333;
          margin-bottom: 10px;
}

    .select-list li input[type=radio] {
        position: absolute;
        visibility: hidden;
    }

    .select-list li label {
        display: block;
        position: relative;
        height: 100%;
        z-index: 9;
              padding: 6px 0 0 35px;
              font-size: 13px;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
    }

    .select-list li .check {
        display: block;
        position: absolute;
        border: 2px solid #AAAAAA;
        border-radius: 100%;
              height: 12px;
              width: 12px;
              top: 8px;
              left: 10px;
              z-index: 5;
              transition: border .25s linear;
              -webkit-transition: border .25s linear;
    }

        .select-list li .check::before {
            display: block;
            position: absolute;
                  content: '';
            border-radius: 100%;
                  height: 8px;
                  width: 8px;
                  top: 2px;
                  left: 2px;
            margin: auto;
                  transition: background 0.25s linear;
                  -webkit-transition: background 0.25s linear;
        }

.select-list input[type=radio]:checked ~ .check {
    border: 2px solid #0DFF92;
}

    .select-list input[type=radio]:checked ~ .check::before {
        background: #0DFF92;
    }

.select-list input[type=radio]:checked ~ label {
    color: #0DFF92;
}

.br_schoollist {
    border: 1px solid #000;
    border-radius: 8px;
    margin: 10px 6px;
    width: 300px;
}

.m-l-15 {
    margin-left: 15px;
}

.color-blue {
    color: #1871b8;
}
.color-black {
    color: #000 !important;
}
.color-grey {
    color: #777 !important;
}
.jtosentreq i {
    width: 20px;
    height: 20px;
    background: #7cc360;
    color: #fff !important;
    text-align: center;
    padding-top: 5px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: lighter;
}
.jtosentreq em{
    font-style: normal;
}
.dd_search {
    display: flex;
    width: 100%;
    /*border-bottom: 1px solid #949494;*/
    justify-content: flex-end;
    padding: 6px 0px;
    position: relative;
}

    .dd_search .dropdown-menu > li > a {
        white-space: inherit;
        padding: 5px 10px !important;
        font-size: 12px;
        color: #222;
    }

        .dd_search .dropdown-menu > li > a:hover {
            background: #428bca !important;
            color: #fff !important;
        }

    .dd_search input[type=search] {
        width: 95%;
        margin: 9px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #ccc;
        padding: 3px 0px;
    }

    .dd_search .dropdown-menu {
        width: 100%;
        max-height: 170px;
        overflow-y: scroll;
    }

    .dd_search .btn-default {
        border: none;
    }

        .dd_search .btn-default:active {
            background: transparent;
        }

        .dd_search .btn-default:hover {
            background: transparent;
        }

        .dd_search .btn-default:focus {
            background: transparent;
        }

.activation_mess {
    font-size: 12px;
    background: rgb(255, 2, 2,0.1);
    width: fit-content;
    padding: 2px 10px;
    border-radius: 3px px;
    color: #ff0202;
}
/*paper work start new design*/
.paperwork-heading {
    padding: 0px 20px 10px;
}

.borderbottompaperwork {
    border-bottom: 1px solid #BCBCBC;
    padding: 10px 0px;
}

.font-green {
    color: #7CC360 !important;
    font-weight: 700;
}

.font-red {
    color: #FE1717;
    font-weight: 700;
}

/*paper work end new design*/

.request_table tr td {
    text-align: left;
    padding-right: 10px;
    padding-bottom: 5px;
    color: #000;
}
.request_table span{
    color: #777;
}
.jtodata {
    text-align: left;
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}
.jtodata li {
    display: flex;
    /* flex-direction: column; */
    margin-right: 12px;
    justify-content: space-around;
    /* min-width: 20%; */
    margin-bottom: 10px;
}
.jtodata li span {
    margin-bottom: 0px;
    padding: 0px 2px;
}


.jtodoc_viewpopup{
    width: 1100px;
    margin: 0px auto;
}

.jtodoc_viewpopup table tr td {
    text-align: left;
    padding: 5px 8px;
}
.jtodoc_viewpopup td table tr td{
    border-bottom: 1px solid #f2f2f2;
}

.ellipsis {
    position: relative;
}

.ellipsis:before {
    content: '&nbsp;';
    visibility: hidden;
    height: 1px;
}

.ellipsis span {
    position: absolute;
    left: 0px;
    right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.flash_text {
    display: flex;
    background: #fff;
    padding: 0px 0px;
    margin: 0px 20px;
    border-radius: 3px;
    box-shadow: 0px 4px 6px -3px rgba(0, 0, 0, 0.1);
}
.flash_text span {
    background: #f00;
    padding: 5px 15px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px 0px 0px 3px;
}
.flash_text p {
    margin: 0;
    padding: 8px 10px 0px 10px;
    font-size: 13px;
    color: #4e4e4e;
    font-weight: 600;
}
.disappove_document {
    background: #f2f2f2;
    padding: 10px 10px;
}
.disappove_document textarea {
    width: 78%;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 3px;
}
.accept_btn {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    margin: 36px auto;
}
.tea_listdot {
    right: 0px;
    top: -10px;
}
.grid_j2doc {
    position: absolute;
    right: 60px;
    top: 0;
}
.accept_req {
    padding: 0px;
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}
.j_request ul li {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}
.disapp_content span {
    font-size: 12px;
    letter-spacing: normal;
    padding-top: 10px;
}
.teacher_info ul{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap:wrap;
}
.teacher_info li{
    margin-right: 20px;
}
.teacher_info {
    padding: 0px 0px;
    margin-bottom: 10px;
}
.jdoc_subtable tr td {
    display: inline-table;
    font-weight: 500;
    border: none !important;
}
.teacherlist_bottom {
    border-top: 1px solid #d9d9d9;
    padding-top: 10px;
}
.steps_box {
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    width: 27px;
    height: 27px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 15px 5px 0px;
}
.approve_check {
    width: 14px;
    height: 14px;
    background: #5fc567;
    border-radius: 10px;
    position: relative;
}
.approve_check .text-success {
    color: #fff !important;
    font-size: 9px !important;
    top: 0px;
    left: 0px;
    position: absolute;
    margin: 2px 0px 0px 2px !important;
    font-weight: 500;
}

.disapprove_close {
    width: 14px;
    height: 14px;
    background: #a94442;
    border-radius: 10px;
    position: relative;
}

.disapprove_close .text-danger {
    color: #fff !important;
    font-size: 9px !important;
    top: 2px;
    left: 3px;
    position: absolute;
    margin: 0px !important;
    font-weight: 500;
}
.teacher_grid{
    margin-bottom: 20px !important;
}
.tag_dropdown .option_select {
    position: relative;
    overflow: inherit;
    max-height: inherit;
    display: flex;
    min-width: 100%;
}
.tag_dropdown li.list-files-align {
    min-width: 100%;
}
.tag_dropdown li a.close_file {
    right: 11px !important;
    top: 0px !important;
}
.tag_dropdown .rightsection-actions {
    position: absolute;
    right: 0px;
    display: flex;
    align-items: center;
}
.tag_dropdown .leftsection-files {
    min-width: 100%;
}
.tag_dropdown .up-l-f a {
    color: #222 !important;
    margin-right: 5px;
}
.tabpan ul{
    display: flex;
    justify-content:flex-start;
    align-items: center;
}
.tabpan ul li a {
    border: 1px solid #949595;
    padding: 5px 15px;
    margin-right: 10px;
    color: #949595;
    line-height: normal;
    border-radius: 32px;
}
.tabpan ul li a.active {
    border-color: #0068B4;
    color: #0068B4;
    background: #E8F2F9;
}
.tabpan {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.r_checklist{
    display: flex;
}
.r_checklist label {
    display: flex;
    align-items: center;
    margin: 0px 10px 0px 0px;
}
.r_checklist label input {
    margin: 0px 5px 0px 0px;
}
.tgird_rightside {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.tgird_rightside p {
    margin: 0px;
    padding-top: 2px;
    padding-right: 10px;
}
.teacher_list li i{
    width:20px;
}


.part-list-container {
    background-color: white;
    padding: 15px 15px;
    border-radius: 8px;
    max-width: 100%;
    font-family: 'Lato', sans-serif;
    margin-top: 16px;
}

.part-header-color {
    color: #949292;
    font-size: 15px;
    font-weight: 600;
}

.participant_table th {
    text-align: left;
    border-top: 0px !important;
    padding: 15px 8px !important;
}
.participant_table tr td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: left;
    vertical-align: middle !important;
}
.part-list-pending-content td input[type="checkbox"] {
    vertical-align: -webkit-baseline-middle;
    position: relative;
    top: 4px;
    left: 5px;
}
.mgw-15 {
    width: 15%;
}
.mgw-10 {
    width: 10%;
}
.mgw-25 {
    width: 25%;
}
.mgw-2 {
    width: 2%;
}
.p-0 {
    padding: 0px !important;
}
.approve_btn {
    background: #4971ff !important;
    color: #fff;
    font-weight: 400 !important;
    border-color: #4971ff !important;
}
.profile-participantlist img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center 0px;
    background: #f2f2f2;
    border-radius: 100%;
}

.bg_light_orange {
    background: rgba(255, 136, 69, 0.29);
}
.commom--bg--light {
    border-radius: 100px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    width: fit-content;
    max-width: 95%;
}