/* -------------start dashboard-------- */

.dashboard_bg img {
    width: 96%;
    z-index: -9;
}

.dashboard_headText {
    padding: 20px 70px;
    position: absolute;
    top:25px;
}

.dashboard_headText h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FA9235;
    font-family: 'Inter';
    font-style: normal;
}

.dashboard_headText span {
    font-weight: 500;
    font-size: 16px;
    color: #515151;
}

.dashboard_headText p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(37, 37, 37, 0.6);
    margin-top: 10px;
}

.btn_task {
    width: 120px;
    height: 32px;
    left: 367px;
    top: 304px;
    background: #0B6BBE;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    border-radius: 22.5px;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.search_box {
    width: 300px;
    margin: 20px 0px;
}

.input-group-addon {
    background: #fff;
    width: 40px;
}

.GaugeMeter {
    Position: Relative;
    Text-Align: Center;
    Overflow: Hidden;
    Cursor: Default;
}

.GaugeMeter SPAN,
.GaugeMeter B {
    Margin: 0 23%;
    Width: 54%;
    Position: Absolute;
    Text-Align: Center;
    Display: Inline-Block;
    Color: RGBa(0, 0, 0, 1);
    Font-Weight: 100;
    Font-Family: "Inter", Arial;
    Overflow: Hidden;
    White-Space: NoWrap;
    Text-Overflow: Ellipsis;
}

.GaugeMeter[data-style="Semi"] B {
    Margin: 0 10%;
    Width: 90%;
}

.GaugeMeter S,
.GaugeMeter U {
    Text-Decoration: None;
    Font-Size: .30em;
    Font-Weight: 200;
    Opacity: 1;
}

.GaugeMeter B {
    Color: Black;
    Font-Weight: 200;
    Font-Size: 0.85em;
    Opacity: 1;
}

BODY {
    Margin: 0;
    Padding: 0;
    Width: 100%;
}

#Header {
    width: 220px;
    margin: 0 auto;
}

.btn_new {
    background: #0B6BBE;
    color: #fff;
    border: solid 1px #0B6BBE;
}

.btn_new:hover {
    background: #0d4f89;
}

.btn_border {
    background: #fff;
    color: #0B6BBE;
    border: solid 1px #0B6BBE;
}

.btn_border:hover{
    background: #0B6BBE;
    color: #fff;

}

.tex_faq {
    text-align: center;
    font-size: 14px;
    line-height: 10px;
    color: #0B6BBE;
}

.mp-3 {
    padding-top: 25px
}

.bg-3 {
    background-color: #FAFAFA;
    min-height: 580px;
}

.digital_i {
    bottom: 10px !important;
    position: absolute;
    right: 5%;
}
.assign_hd5{
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.assign_hd6{
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
@media only screen and (max-width: 600px) {
    .bg-3 {
        min-height: 300px !important;
    }
    .main-filed-pad .text-right .publish-btn{
        margin-bottom: 20px !important;
    }

    .digital_i {
        /* bottom: 10px !important;
        position: absolute;
        right: 5%; */
        position: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* new profile page responsive design */
    .assin_w1{
        display: flow-root;
          margin-left: 5px;
          margin-right: 5px;
}
.pro_new1s1 img {
    width: 100px !important;
    height: 100px !important;
    margin-left: 10px;
    margin-top: 29px !important;
}
    .assin_w1a{
        display: flow-root;
        margin-left: 5px;
        margin-right: 5px;
    }
    .pillpad li{
        display: ruby-base !important;
    }
    .page-title_a{
        margin-top: -20px !important;
    }
}

@-moz-keyframes BluePrint {
    0% {
        Background-Position: 0 0;
    }
    100% {
        Background-Position: 1100% 100%;
    }
}

@-webkit-keyframes BluePrint {
    0% {
        Background-Position: 0 0;
    }
    100% {
        Background-Position: 1100% 100%;
    }
}

@keyframes BluePrint {
    0% {
        Background-Position: 0 0;
    }
    100% {
        Background-Position: -100% 100%;
    }
}

HEADER H1 {
    Color: #fa9235;
    Font: Normal 400 28px/28px "Helvetica", Arial;
    Margin: 30px Auto 20px Auto;
    Text-Shadow: 0 2px 10px rgba(0, 0, 0, 1);
}

HEADER P {
    Color: #fa9235;
    Font: Normal 200 18px/22px "Helvetica", Arial;
    Margin: 0 Auto;
    Text-Shadow: 0 1px 5px rgba(0, 0, 0, 1);
}

HEADER P.SubTitle {
    Color: #fa9235;
    Font: Normal 200 15px/22px "Helvetica", Arial;
    Margin: 0 Auto;
    Text-Shadow: 0 1px 5px rgba(0, 0, 0, 1);
}

HEADER .Preview {
    Overflow: Auto;
    Margin-Top: 30px;
    Display: Inline-Block;
}

HEADER .Preview .GaugeMeter {
    Margin: 0 10px;
}

.Preview span {
    font-size: 30px !important;
    margin-top: -25px;
    color: #8B8B8B;
}

.Preview b {
    font-size: 12px;
    font-weight: 600;
    margin-top: -30px;
    color: #252525 !important;
}


/* card css */

.cardtile .card .list-group-item:nth-child(3) {
    margin-bottom: 0px;
}

.cardtile .card .list-group-item {
    border: none !important;
    padding: 0px 10px;
}

.cardtile .card .list-group-item:first-child {
    font-size: 16px;
    color: #0B6BBE;
    font-weight: 800;
}

.cardtile .card {
    box-shadow: 0 1px 2px rgb(0 0 0 / 29%);
}

.cardtile .card .list-group {
    box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, .075);
    padding: 20px 10px;
    border-radius: 20px;
}

.cardtile .card .card-header img {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    width: 100%
}

.cardtile .card {
    border-radius: 17px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.cardtile .image_title {
    position: absolute;
    background-color: #FA9235;
    color: #fff;
    top: 139px;
    right: 31px;
    padding: 3px 10px 3px 10px;
    font-size: .7rem;
    font-weight: 400;
    border-radius: 10px;
}

.cardtile .dot_open {
    position: absolute;
    top: 10px;
    right: 30px;
}

.cardtile .dot_open.open {
    background-color: rgb(37, 236, 37);
    border-radius: 15px;
    right: 31px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
}

.cardtile .dot_close.close {
    background-color: rgb(181, 29, 29);
    border-radius: 15px;
    margin: 3px;
    position: absolute;
    top: 16px;
    right: 31px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
}

.cardtile .image_title1 {
    position: absolute;
    left: 20%!important;
    font-weight: 400;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* background-color: #438DA5; */
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    padding: 3px 15px;
    padding-left: 15px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
}

.cardtile .image_title_status p {
    position: absolute;
    align-items: right;
    font-weight: 400;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
}

.image_title2 {
    left: 23px;
    position: absolute;
    border: solid 1px #fff;
    color: #fff;
    top: 16px;
    font-size: 10px;
    padding: 2px 10px 1px 10px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 15px;
}
.image_title2:hover{
   background-color: #0B6BBE;
   border: solid 1px #0B6BBE;
   text-decoration: none; 
}

.image_title2 a {
    color: #fff;
    
}
.image_title2 a:hover{
    text-decoration: none;
}
.image_title2 .fa {
    color: #ffff !important;
    margin-right: 0px;
    font-size: 14px;
}

.list-group {
    font-size: 12px;
}

.padding_left {
    padding-left: 0px;
}

.tiles-body a {}


/* card css ends */

.stock_reward {
    width: 130px;
    margin: 0 auto;
    height: 130px;
    background: #fa9235;
    border-radius: 100px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.reward {
    background: #fff;
    width: 110px;
    height: 110px;
    border-radius: 100px;
    padding-top: 30px;
}

.reward span {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
}

.reward p {
    color: #252525;
    font-size: 14px;
    font-weight: 600;
}


/* partner dashboard css */

.p-row-dash-top {
    margin-top: 30px;
}

.p-dash-card {
    width: 100%;
    /* height: 160px; */
    background: #F6C75A;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
}

.p-dash-card-two {
    width: 100%;
    /* height: 160px; */
    background: #B664DD;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
}

.p-dash-card-three {
    width: 100%;
    background: #3BA4C5;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
}

.p-dash-card-pad {
    padding: 9px 0px 0px 0px;
}

.p-dash-card-heading h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF !important;
}

.p-dash-card-img-pad {
    padding: 13px 0px;
    margin-right: -8px;
}

.d-dash-card-head-center {
    text-align: center;
}

.d-dash-card-head-style {
    padding: 0px 0px 5px 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
}

@media only screen and (max-width: 600px) {
    .p-dash-card-heading h4 {
        text-align: center;
    }
    .p-dash-card {
        margin-bottom: 20px;
    }
    .p-dash-card-two {
        margin-bottom: 20px;
    }
    .p-dash-card-pad {
        /* padding: 15px 10px 0px 5px; */
        padding: 15px 0px 0px 0px;
    }
}


/* partner dashboard css ends */


/* -------------end dashboard-------- */

b,
strong {
    font-weight: 600;
}

.page-sidebar {
    background-color: #FAFAFA!important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.header .header-quick-nav {
    background-color: #1789d2!important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.page-sidebar .page-sidebar-wrapper>ul>li.active>a,
.page-sidebar .page-sidebar-wrapper>ul>li.active:hover>a {
    /* background: #f69333; */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ec6003', endColorstr='#ffa600', GradientType=1);
    
}

.page-sidebar .page-sidebar-wrapper > ul > li > a:hover .title{
   
}

.page-sidebar .page-sidebar-wrapper > ul > li > a:active .title{
  color:#FA9235;  
}

.page-sidebar .page-sidebar-wrapper>ul>li.active>a,
.page-sidebar .page-sidebar-wrapper>ul>li.active>a i {
    
    font-weight: 600;
}


.page-sidebar .page-sidebar-wrapper>ul>li>a,
.page-sidebar .page-sidebar-wrapper>ul>li a i {
    color: #524F84;
    font-weight: 600;
}

.header .header-seperation {
    background: #FFFFFF;
    /*    border-right: 1px solid #035d7c;*/
    position: relative;
}


/*.header .header-seperation:before{
    border-right:1px solid #003b50;
    width:1px;
    height:100%;
    position: absolute;
    right: 0px;
    top:0px;
    content: "";
}*/

.header .nav>li.dropdown .active {
    background-color: #1789D2;
}

.iconset.top-menu-toggle-dark {
    background-position: -315px -7px;
}

.iconset.top-reload {
    background-position: -147px -36px;
}

.header .chat-toggler a.dropdown-toggle {
    color: #ccc;
}

.iconset.top-down-arrow {
    background-position: -238px -42px;
}

.page-sidebar .page-sidebar-wrapper>ul>li:hover,
.page-sidebar .page-sidebar-wrapper>ul>li:hover {
    background-color: #dfdfdf;
    color: #524F84;
}


/*.page-sidebar .page-sidebar-wrapper > ul > li.open > a{*/

.page-sidebar .page-sidebar-wrapper>ul>li.open,
.page-sidebar .page-sidebar-wrapper>ul>li :hover,
.page-sidebar .page-sidebar-wrapper>ul>li:hover {
    background-color: #dfdfdf;
    
}

.page-sidebar .page-sidebar-wrapper ul>li>a>.arrow::before,
.page-sidebar .page-sidebar-wrapper>ul>li>a>.arrow.open::before {
    color: #f7f7f7 !important;
}

.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu {
    background-color: #003649;
}

.navigation ul li::before {
    position: absolute;
    top: -20px;
    height: 40px;
    width: 1px;
    border-left: 1px dashed grey;
}

.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu>li {
    position: relative;
}

.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu>li>a:hover {
    background-color: #072631!important;
}


/*
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li:before {
    position: absolute;
    top: -20px;
    height: 30px;
    width: 1px;
    border-left: 1px dashed #f7f7f7;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li:first-child:before {
    top: 0px;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li:first-child:after {
    position: absolute;
    top: 10px;
    width: 20px;
    border-bottom: 1px dashed #f7f7f7;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li:first-child:before, 
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li:first-child:after{
    left: 0;
    content: "";
}
*/

.page-sidebar.mini {
    background-color: #fff!important;
    margin-top: 40px;
}

.page-sidebar.mini .page-sidebar-wrapper>ul>li>a:hover,
.page-sidebar.mini .page-sidebar-wrapper>ul>li:hover>a {
    /* background-color: #1789D2!important; */
    color: #999;
}

.header .chat-toggler .dropdown-menu a {
    color: #003d52;
    float: none;
    display: block;
}

.header-top {
    background-color: #ddd;
    /*-webkit-box-shadow: 0px 9px 5px -6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 9px 5px -6px rgba(0,0,0,0.1);
    box-shadow: 0px 9px 5px -6px rgba(0,0,0,0.1);*/
}

.btn-primary {
    background-color: #ec6003;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #f7941e;
}

.btn-blu {
    background-color: #034d67;
    color: #fff;
}

.btn-blu:hover,
.btn-blu:focus,
.btn-blu:active,
.btn-blu.active,
.btn-blu.disabled,
.btn-blu[disabled] {
    background-color: #0aa699;
}

.login-container h2 {
    font-size: 30px;
    font-family: 'ralewaysemibold';
    font-weight: 600;
}

.login-container input {
    border-width: 2px;
}

.login-form {
    margin-top: 20px;
}

.btn {
    padding-top: 9px;
    border-radius: 0px;
    font-size: 15px;
}

.btn.btn-sml {
    padding: 5px 10px!important;
    font-size: 12px!important;
    line-height: 1.5!important;
}

.login-form .btn-cons {
    margin-right: 0px;
}

.login-form .txt-link {
    color: #034d67;
}

.or-wrap {
    display: block;
    text-align: center;
    position: relative;
    margin: 15px 0px 20px;
}

.or-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E5E9EC;
    top: 17px;
    left: 0px;
}

.or-txt {
    border: 1px solid #e5e9ec;
    padding: 3px 8px;
    background: #f1f3f4;
    position: relative;
}

.btns-wrap .btn {
    font-size: 11px;
    padding: 5px;
    margin-right: 4px;
}

.gplus-btn {
    background: #dc4a38;
}

.linkedin-btn {
    background: #007bb6;
}

.login-btm-wrap .btn {
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 10px 16px;
    font-size: 18px;
}

.login-btm-wrap.tiles.grey {
    background: #333;
}

.btn.btn-grn {
    background: #0aa699!important;
}

.btn.btn-grn:hover {
    background: #039084!important;
}

.btn.btn-dark {
    background: #034d67!important;
}

.btn.btn-dark:hover {
    background: #003d52!important;
}

.user-info-wrapper .user-info {
    min-height: 65px;
    margin-bottom: 20px;
}

.page-sidebar .page-sidebar-wrapper>ul>li {
    border-bottom: 1px solid #FAFAFA;
    border-top: 1px solid #FAFAFA;
}

.page-sidebar .page-sidebar-wrapper>ul>li:first-child {
    border-top: none;
}

.page-sidebar .page-sidebar-wrapper>ul {
    border-bottom: 1px solid #fff;
}

.page-sidebar .page-sidebar-wrapper>ul>li>a {
    padding: 15px 31px 15px 65px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .page-sidebar .page-sidebar-wrapper>ul {
        margin-bottom: 20px
    }
}

.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu>li>a {
    padding-left: 60px;
}

.page-sidebar ul>li.active>a>.arrow:before {
    content: "\f107";
}

.table.tbl-ui>thead>tr>th {
    background: #777;
}


/*.header .header-quick-nav{
    background: #293c46!important;
}*/

.ad-search {
    margin-top: 5px;
}

form .submit input,
.submit input,
.breakpoint-1024 .submit input {
    background: #333;
    color: #fff;
    padding: 6px 14px 11px;
    border-radius: 0px;
}

.search-wrap form .submit input,
.search-wrap .breakpoint-1024 .submit input,
.search-wrap .add-button {
    width: 100%;
    float: right;
}

form .submit input:hover,
.breakpoint-1024 .submit input:hover {
    background: #444;
}

.search-action .submit input {
    background: #990000!important;
}

.logo {
    margin: 8px 14px 0px 30px;
}


.imgs {
    margin: 30px 0px 0px 0px;
}

.header_img {
    margin-top: -5px;
    text-align: center;
    top: 0px !important;
}

.profile-pic {
    margin-bottom: 20px;
}

.profile-pic img {
    border: 1px solid #eee;
}

.pro-block,
.grid.simple .grid-body.pro-block {
    /* border-top: 2px solid #ec6003; */
    padding: 15px 0px!important;
    overflow: hidden;
}

.grid.simple .grid-body.pro-block {
    padding-top: 25px!important;
}

.user-description-box {
    border-bottom: none;
    padding: 0px 0px 10px;
    margin: 0px 0px 15px;
    background: transparent;
}

.user-description-box .pro-name {
    font-weight: normal;
    margin: 0px;
}

.user-description-box .pro-desg {
    font-size: 12px;
}

.pro-points {
    color: #333;
    font-size: 14px;
    display: block;
    margin: 10px 0px 0px;
}

.pro-points strong {
    background: #ccc;
    color: #293c46;
    padding: 3px 8px;
}

.pro-ttl {
    color: #293c46;
    font-size: 18px;
    font-weight: 600;
    font-style: normal!important;
    margin: 0px 0px 25px!important;
}

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

.user-scl-wrap {
    display: block;
    margin-bottom: 10px;
}

.user-scl-img img {
    width: 50px;
    float: left;
    padding-left: 0px;
    margin: 0 15px 10px 0;
}

.btn-tr {
    top: 0px;
    right: 15px;
    position: absolute;
}

.pro-txt th {
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 15px;
}

.pro-txt td {
    color: #333;
    padding-bottom: 15px;
}

.social_status .btn-social {
    margin-left: 0px;
}

.twtr-clr {
    color: #5ea9dd;
}

.fcbk-clr {
    color: #44619d;
}

.gplus-clr {
    color: #dc4a38;
}

.linkedin-clr {
    color: #007bb6;
}

.tiles.dark-grey {
    background-color: #666;
}

.tiles.yellow {
    background-color: #ffa000;
}

.creload {
    margin-left: 5px;
}

.form-wrap {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.form-wrap:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.form-wrap .form-group {
    margin-bottom: 15px;
    position: relative;
    float: left;
    width: 100%;
}

.form-wrap .form-group span.mandatory {
    color: #f00;
}

.form-wrap .form-group label.control-label:after {
    /*    content: ":";*/
}

.form-wrap label,
.form-wrap .form-group label {
    padding-top: 7px;
    text-align: right;
    font-size: 13px;
    color: #111;
}

.form-wrap .form-group:last-child {
    margin-bottom: 0px;
}

.page-content {
    padding-bottom: 15px;
}

.profile-pic label {
    font-size: 13px;
    margin: 5px 0px;
}

.profile-pic label:after {
    content: ":";
}

.no_scl_txt {
    font-size: 14px;
}

.page-title h3 {
    color: #034d67;
    font-weight: 600;
}

.grid.simple .grid-title,
.grid.simple.search-wrap .grid-title {
    background-color: #efddc7;
}

.grid-border {
    border: 1px solid #ddd!important;
}

.grid-search .grid-title {
    padding-bottom: 5px!important;
}

.grid-search .input {
    margin-bottom: 10px;
}

.table.tbl-ui>thead>tr>th {
    text-transform: none;
    font-weight: 600;
    font-size: 13px;
}

.table.tbl-ui td {
    color: #333;
}

.toggl-icn {
    text-decoration: none;
    color: #23709e;
    font-weight: normal;
}

.toggl-icn i {
    font-size: 14px;
    padding-top: 4px;
    font-weight: normal;
}

.table.table-toggl {
    margin: 10px auto;
    background: #fff;
    border: 1px solid #e8cd9b;
    width: 95%;
}

.table.table-toggl th {
    background: #fddea6;
    border: none;
    /*border: 1px solid #e8cd9b;*/
}

.table.table-toggl>tbody>tr>td,
.table.table-toggl>tfoot>tr>td {
    border-top: none;
}

.table.togg-wrap td.toggl-block {
    background: #fdf7ec;
    padding: 0px!important;
    border: none;
}

.table.tbl-ui>tbody>tr>td {
    border-top: 1px solid #DDD;
    border-bottom: none;
}

.alert-success,
label.alert-success {
    background: #d7ede2!important;
    color: #3c763d!important;
    padding: 9px 15px!important;
    font-size: 12px;
}

.alert-danger,
label.alert-danger {
    background: #f6e1db!important;
    color: #a94442!important;
    padding: 2px 15px!important;
    line-height: 28px
}

.alert-success,
.alert-danger {
    position: relative;
    text-align: left!important;
}

.alert-success:before,
.alert-danger:before {
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.alert-success:before {
    content: "\f058";
}

.alert-danger:before {
    content: "\f06a";
}


/*.form-row{
    margin-bottom: 15px;
}
*/

.form-row .input label {
    font-weight: normal;
    color: #111;
    font-size: 13px;
}


/*.form-row .input.password label:after,
.form-row .input.textarea label:after,
.form-row .input.text label:after,
.form-row .input.select label:after{
    content: ":";    
}*/

.form-row .input .mandatory,
.form-row .input.text .mandatory,
.form-row .input.select .mandatory,
.form-row .input.textarea .mandatory {
    color: #f00;
}

.form-row .input.text label.error:after,
.form-row .input.select label.error:after {
    content: "";
}

.form-row input.alert-danger,
.form-row select.alert-danger,
.form-row textarea.alert-danger {
    background: #fff!important;
    border-color: #df7979!important;
}

#my-task-list .username .fa {
    font-size: 22px;
    line-height: 36px;
}

.header .chat-toggler.task-wrap {
    min-width: 20px !important;
    margin-right: 20px;
    display: none;
}

.header .chat-toggler.task-wrap .badge {
    position: absolute;
    z-index: 99;
    right: -14px;
}

.header .chat-toggler .dropdown-menu li {
    padding-bottom: 0px;
}

.header .chat-toggler .dropdown-menu {
    box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.5);
}

.header .chat-toggler .popover {
    box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.5);
    border-radius: 0px;
}

.header .task-wrap .popover-title {
    border-bottom: 1px solid #ddd;
    margin: 0px;
    text-align: left;
    color: #686565!important;
    font-weight: 600;
    padding-top: 8px;
    font-size: 14px;
    display: block;
}

.header .task-wrap .popover-content {
    padding: 0px;
}

.header .task-wrap .notification-messages {
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 0px;
    background: transparent;
    float: left;
    width: 100%;
}

.header .task-wrap .notification-messages>a {
    background: #edeff5;
    padding: 8px;
    display: inline-block;
    float: left;
    color: #8b91a0;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.header .task-wrap .notification-messages>a:hover {
    background: #f2f2f3;
}

.header .task-wrap .notification-messages.read>a,
.header .task-wrap .notification-messages>a:focus {
    background: #fff!important;
}

.header .task-wrap .notification-messages .message-wrapper {
    height: auto;
    width: 100%;
}

.header .task-wrap .notification-messages .date {
    opacity: 0.8;
}

.header .chat-toggler .popover-footer {
    text-align: center;
    display: block;
    padding: 5px 0px;
    float: left;
    width: 100%;
}

.header .chat-toggler .popover-footer a {
    font-size: 12px;
    color: #23709e;
    font-weight: 600;
    margin: 0px auto;
    float: none;
}

.header .chat-toggler .popover-footer a:hover {
    color: #034d67
}

a.helptooltip {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

a.helptooltip span {
    z-index: 10;
    display: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: normal;
}

a.helptooltip:hover span {
    display: inline;
    position: absolute;
}

a.helptooltip>span {
    min-width: 100px;
    max-width: 200px;
    padding: 5px 8px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    position: absolute;
    font-size: 12px;
    line-height: 15px;
    font-style: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

a.helptooltip:hover>span {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow: visible;
    margin-top: 25px;
    display: inline;
    margin-left: -80px;
}

a.helptooltip span b {
    width: 15px;
    height: 15px;
    margin-left: 20px;
    margin-top: -19px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: inset -1px 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -o-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    display: none\0/;
    *display: none;
    background: #f4f4f4;
    border-top: 1px solid #8c8c8c;
    border-right: 1px solid #8c8c8c;
}

a.helptooltip>span {
    color: #000;
    background: #faf2e3;
}

a.helptooltip i {
    font-size: 19px;
    font-weight: normal;
    color: #888;
}

.form-wrap.txt-lft label {
    text-align: left!important;
}

.ovr-vis {
    overflow: visible!important;
}

.form-wrap .checkbox label:before {
    top: 9px
}

.form-wrap .checkbox label:after {
    top: 8px;
    left: 1px;
    text-align: center;
}

.tbl-filt-row div.input {
    margin-left: 0px;
    float: none!important;
}

.tbl-filt-row input {
    margin-left: 0px!important;
}

.tbl-filt-row form .submit {
    float: none!important;
}

.tbl-filt-row form .submit input {
    width: 100%!important;
}

.tbl-filt-row form div {
    padding: 0px 3px;
}

.cbp_tmtimeline>li .cbp_tmlabel:after {
    top: 20px;
}

.cbp_tmtimeline>li .cbp_tmicon {
    margin-top: 7px;
}

.cbp_tmtimeline .cbp_ttl {
    margin-bottom: 15px;
}

.cbp_tmtimeline .cbp_ttl h4 {
    color: #f7941e;
}

.cbp_tmtimeline .cbp_ttl h5 {
    margin-left: 5px;
}

.cbp_tmtimeline .cbp_img {
    margin-bottom: 15px;
}

.cbp_tmtimeline .cbp_img img {
    width: 100%;
}

.displaypoll:hover {
    color: #333;
}

.displaypol {
    border: none;
    display: none;
    background: #666;
    position: absolute;
    bottom: 55px;
    left: 20px;
    width: 400px;
    z-index: 45;
    border-radius: 0;
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    padding: 15px;
}

.displaypol:before {
    background: none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #666;
    bottom: -9px;
    left: 20%;
}

.cbp_tmlabel .progress {
    height: 22px;
    border-radius: 0px;
}

.cbp_tmlabel .progress-bar {
    border-radius: 0px;
}

.cbp_tmlabel .progress-text i {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
}

.dashboard-wrap .progress {
    /* background-color: #e9ecee;*/
    background-image: none;
    margin-left: 0;
    box-shadow: none;
}

.info-blk {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.info-blk h4 {
    font-weight: 600;
}

.info-blk i {
    color: #ec6003;
    font-size: 14px;
}

.info-blk-wrap:last-child .info-blk {
    border-bottom: none;
    padding-bottom: 0px;
}

.sur-options span {
    margin-bottom: 5px;
}

.form-que .form-wrap .form-group label.control-label::after {
    content: "";
}

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

#tab-01>li>a {
    border-radius: 0px;
}

#Interested .vol-wrap {
    overflow: hidden;
}

.vol-wrap {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    color: #111;
    background: #f6f6f6;
}

.vol-wrap p {
    margin: 10px 0px 0px;
}

.vol-wrap p strong {
    font-weight: 600;
    color: #666;
}

.vol-wrap .vol-desc {
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
}

.widget-item.vol-wrap>a {
    display: block;
}

.widget-item.vol-wrap>a img {
    vertical-align: top;
}

.widget-item.vol-wrap>a img,
.widget-item.vol-wrap>a span.vol-name {
    display: inline-block;
}

.widget-item.vol-wrap>a span.vol-name {
    width: 60%;
    margin-left: 8px;
}

.vol-name {
    color: #034d67;
    font-weight: 600;
    margin-left: 10px
}

.action-bar li:last-child {
    float: right !important;
}
/*.tab-wrapr .tab-pane > .row{
    margin: 0px -30px;
}*/

.nav-tabs {
    margin-bottom: 0px;
    background-color: #fff !important;
    padding: 0;
}
.nav-tabs {
    border-bottom: none !important;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  
    box-shadow: none;
}

.tab-wrapr .nav-tabs {
    padding: 3px 8px 0px;
}

.action-bar li:first-child {
    /* margin-right: 18px; */
}

.open_border {
    border: 2px solid #57ef00;
    border-radius: 19px;
    display: inline-block;
}

.open_dot {
    background-color: #57ef00;
    border-radius: 15px;
    margin: 1px;
    height: 7px;
    width: 7px;
}

.close_border {
    border: 2px solid #ff0f00;
    border-radius: 19px;
    display: inline-block;
}

.close_dot {
    background-color: #ff0f00;
    border-radius: 15px;
    margin: 1px;
    height: 7px;
    width: 7px;
}

.interest{
    position: absolute;
    left: 22%;
    font-weight: 400;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #FFBE15;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    margin-left: 20px;
}
.approve{
    position: absolute;
    left: 22%;
    font-weight: 400;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #76BA4F;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    margin-left: 5px;
}
.reject{
    position: absolute;
    left: 22%;
    font-weight: 400;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #ff4208;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
}
.completed{
    position: absolute;
    left: 22%;
    font-weight: 400;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #438DA5;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
}




.btn-sm {
    padding: 3px 15px !important;
    font-size: 12px !important;
}

.btn-danger {
    background-color: #990000;
}

.mb-30 {
    margin-top: 30px!important;
    margin-bottom: 30px!important
}

.dark-thumb-wrap {
    margin-bottom: 20px;
}

.dark-thumb-wrap .tiles.white .tiles-body {
    background: #f3f3f3;
    padding: 19px 0px 15px;
}

.dark-thumb-wrap .action-bar li {
    color: #666;
    padding: 0px 8px 0px 0px;
}

.dark-thumb-wrap .action-bar li:last-child {
    padding: 0px;
}

.dark-thumb-wrap .dark-thumb-top {
    height: 200px;
    overflow: hidden;
}

.dark-thumb-wrap .dark-thumb-btm {
    /*height: 230px;*/
    overflow: hidden;
}

.dark-thumb-wrap .dark-thumb-btm .tiles-body {
    overflow: hidden;
}

.dark-thumb-wrap .user-comment-wrapper {
    padding: 0px;
}

.dark-thumb-wrap .user-comment-wrapper .user-name {
    white-space: normal;
    font-weight: normal;
    font-size: 13px;
}

.dark-thumb-wrap .user-comment-wrapper .comment .preview-wrapper,
.dark-thumb-wrap .user-name,
.dark-thumb-wrap .thumb-skills,
.dark-thumb-wrap .dur-wrap {
    color: #111;
}

.dark-thumb-top h3 {
    margin: 0px 0px;
    font-weight: 600;
}

.dark-thumb-top h3 a {
    color: #fff;
}

.dark-thumb-top a:hover,
.dark-thumb-top a:focus {
    color: #c4fef9;
}

.hashtags.transparent {
    font-weight: 600;
}

.dark-thumb-wrap .user-name small,
.dark-thumb-wrap .preview-wrapper small,
.dark-thumb-wrap .thumb-skills small,
.dark-thumb-wrap .action-bar small,
.dark-thumb-wrap .dur-wrap small {
    color: #005d7d;
    font-size: 12px;
    font-weight: 600;
}

.dark-thumb-info .dark-thumb-info {
    display: block;
    position: relative;
}

.dark-thumb-info .post {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}

.dark-thumb-info .post:last-child {
    margin-bottom: 0px;
}

.dark-thumb-info .post span {
    font-weight: 600;
}

.dark-thumb-info .btn {
    font-weight: 600;
}

.dark-thumb-info .thumb-desc {
    color: #666;
    height: 40px;
    overflow: hidden;
}

.widget-ui {
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 10px;
    color: #000;
    padding: 8px 10px;
    margin-bottom: 20px;
}

.mlr-15 {
    margin: 0px -15px!important;
}

.video-blk iframe {
    width: 100%!important;
    height: 200px;
}

.widget-ui label {
    color: #034D96;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0px;
}

.widget-ui .row {
    margin-bottom: 5px;
}

.widget-ui .row:last-child {
    margin-bottom: 0px;
}

.grn-bg {
    background: #0aa699;
}

.grn-bg td,
.grn-bg td a {
    color: #fff!important;
}

.grn-bg:hover td {
    background: #088076!important;
}

.modal-ui .modal-header {
    background: #0aa699;
    color: #fff;
}

.modal-ui .modal-header .modal-title {
    font-weight: 600;
    color: #fff!important;
}

.grn-hd {
    color: #0aa699!important;
}

.db-block .notification-messages {
    border: 1px solid #d1e2ea;
}

.db-block .notification-messages .message-wrapper:hover {
    background: transparent;
}

.db-block .notification-messages .date {
    opacity: 0.7;
}

.tiles-title.green {
    background: #0aa699;
}

.tiles-title.blue {
    background: #0090d9;
}

.tiles-title.red {
    background: #f35958;
}

.tiles-title.purple {
    background: #735f87;
}

.db-block .tiles-body {
    padding: 19px 18px;
}

.db-block .tiles-title {
    padding: 8px 15px;
}

.db-block .tiles-title h4 {
    margin: 0px;
    font-size: 15px;
    color: #fff!important;
    font-weight: 600;
}

.add-button {
    margin-bottom: 0px!important;
    margin-top: 8px;
    float: right;
    font-family: "Inter";
}

.add-button .btn {
    padding-top: 5px;
}

.rdm-smry {
    transition: border ease-in .2s;
    margin-bottom: 20px;
}

.rdm-smry img {
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
}

.rdm-info {
    background: #0aa699;
    color: #fff;
    padding: 12px 10px;
}

.prod-title a {
    color: #fff;
}

.prod-title a {
    font-size: 18px;
}

.prod-redeem-button a {
    background-color: #07786f;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 0px;
    margin-top: 5px;
}

.prod-redeem-button a:hover {
    background-color: #f98e01;
}

.rdm-modal h2 {
    font-size: 17px;
    line-height: 17px;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: 600;
}

.prod-img img {
    width: 100%;
}

.row>div+.prod-content {
    margin-left: 15px;
}

.row>.prod-content {
    margin-left: 0px;
}

.tp {
    margin-top: 0px;
    font-size: 15px;
    color: #034d67;
    font-weight: 600;
}

.tp span {
    background-color: #ec6203;
    color: #fff;
    padding: 3px 8px;
}

.que-widget.grid.simple {
    border-color: #efeeee;
}

.que-widget.grid.simple .grid-title {
    background: #f7f7f7;
}

.que-widget.grid.simple .grid-title .tools {
    float: left;
}

.que-widget h4,
.acc-ui .panel-heading h4 {
    color: #034d67;
    font-size: 17px;
    line-height: 22px;
    margin: 0px 0px 5px;
    white-space: normal;
    font-weight: normal;
    display: block;
}

.acc-ui .panel-heading h4 {
    color: #282323!important;
    font-size: 16px;
}

.que-widget.grid.simple .grid-body {
    padding: 20px 20px 20px 30px;
    border-bottom: 1px solid #eeeded;
    border-right: 1px solid #eeeded;
    color: #666;
}

.que-widget.grid.simple .grid-body p:last-child {
    margin-bottom: 0px;
}

.que-widget .ans-date {
    color: #6f7b8a;
}

.ad-srch {
    margin-top: 10px;
}

#adv_search>div {
    margin-top: 10px!important;
    margin-bottom: 0px!important;
}


/****** Star Rating *****/

.pro-rating {
    display: block;
    overflow: hidden;
}

.pro-rating b {
    font-weight: normal;
    display: inline-block;
    float: left;
}

.rating-pro {
    border: none;
    float: left;
    display: inline-block;
}

.rating-pro>input {
    display: none;
}

.rating-pro>label:before {
    margin: 0px 2px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating-pro>.half:before {
    content: "\f089";
    position: absolute;
}

.rating-pro>label {
    color: #ddd;
    float: right;
    font-size: 11px;
    margin: 0px;
}


/***** Stars on Hover *****/

.rating-pro>input:checked~label,

/* show gold star when clicked */

.rating-pro:not(:checked)>label:hover,

/* hover current star */

.rating-pro:not(:checked)>label:hover~label {
    color: #ff8f00;
}


/* hover previous stars in list */

.rating-pro>input:checked+label:hover,

/* hover current star when changing rating */

.rating-pro>input:checked~label:hover,
.rating-pro>label:hover~input:checked~label,

/* lighten current selection */

.rating-pro>input:checked~label:hover~label {
    color: #ffae00;
}

.header .chat-toggler {
    min-width: inherit;
    margin-left: 20px;
}

.header .task-wrap .popover {
    width: 300px;
    left: auto!important;
    right: -4px!important;
}

.header .task-wrap .popover-content>div {
    max-height: 210px;
    width: 100%!important;
    overflow-y: scroll;
}

.header .chat-toggler .popover.bottom>.arrow {
    left: auto;
    right: -3px;
}

.pro-points.pro-rating {
    position: relative;
}
.rated{
position: absolute;
top: 5px;
left: 21px;
}
.rating-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    height: 23px;
    margin-left: 3px;
}

.rating-box::before {
    content: '\f005\f005\f005\f005\f005';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    letter-spacing: 2px;
    color: #cccccc;
    white-space: nowrap;
    font-size: 13px;
}

.rating-box .rtng {
    left: 0;
    position: absolute;
    top: 0px;
    height: 100%;
    overflow: hidden;
    font-size: 13px;
}

.rating-box .rtng:before {
    content: '\f005\f005\f005\f005\f005';
    white-space: nowrap;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    letter-spacing: 2px;
    color: #f7941e;
}

.que-widget h3 {
    font-size: 20px;
    margin: 0px 0px 5px;
    font-weight: 600;
    line-height: 22px;
}

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

.reg-field {
    position: relative;
    margin-bottom: 25px;
}

.reg-field label.semi-bold {
    padding-left: 2px;
}

.reg-field span label {
    position: absolute;
    top: 22px;
    left: 16px;
    width: 94.5%;
    font-size: 12px;
    color: rgb(169, 68, 66) !important;
}

.reg-field label {
    font-weight: normal;
    float: left;
    width: 120px;
    font-size: 13px;
    color: #666!important;
}

.reg-field input {
    width: 20px;
    float: left;
}

.reg-field .semi-bold {
    font-weight: 600!important;
}

.progress {
    height: 24px!important;
    line-height: 18px!important;
}

.progress .progress-text {
    padding: 2px 8px;
}

.progress .progress-text i {
    font-size: 12px;
    font-weight: 600;
}

.btn-warning {
    background: #f8941d!important;
    color: #fff!important;
}

.btn-warning:hover,
.btn-warning:focus {
    background: #f8ad1d!important;
}

.acc-ui.panel-group .panel,
.acc-ui .panel-heading {
    border-radius: 0px;
}

.acc-ui .panel {
    border-left: 4px solid #ec6003;
    margin-bottom: 25px;
}

.acc-ui .panel-heading {
    position: relative;
    background: #f7f7f7!important;
}

.acc-ui h3 {
    font-size: 20px;
    margin: 0px 0px 5px;
    font-weight: 600;
    line-height: 22px;
}

.acc-ui .panel-body {
    padding: 20px 20px 20px 30px;
}

.acc-ui .panel-heading .panel-title>a:after {
    top: 40%;
    position: absolute;
    right: 15px;
    font-size: 17px;
    font-weight: normal;
}

.acc-ui .tools {
    font-size: 12px;
    color: #111;
}

.acc-ui .btns-wrap {
    margin-left: 10px;
}

.acc-ui .btns-wrap .btn-sm {
    padding: 3px 9px !important;
    font-size: 11px !important;
    font-weight: 600;
    line-height: 16px;
}

.acc-ui .btns-wrap .btn-default {
    background: #999;
    color: #fff;
}

.acc-ui .btns-wrap .btn-default:hover {
    background: #c2cbcf;
    color: #000;
}

.no-br {
    border-radius: 0px;
}

.no-bdr {
    border: none!important;
}

.acc-ui .que-time {
    color: #666;
}

.pro-txt table {
    width: 100%;
    max-width: none;
}

.pro-txt table th {
    color: #666;
}

.hr-gry {
    background: #DDD!important;
}

.act-sts {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.pro-txt table td[class*="col-"],
.pro-txt table th[class*="col-"] {
    padding-left: 0px;
}

img.kyc-img {
    width: 100%;
}

select,
textarea {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    /*    -webkit-appearance: none !important;*/
    color: #282323;
    height: 16px;
    padding: 6px 11px !important;
    vertical-align: top;
    background-color: #ffffff;
    min-height: 38px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.order-widget {
    margin-bottom: 20px;
}

.order-widget .heading h4 {
    font-weight: 600;
    color: #fff!important;
    margin-bottom: 20px;
}

.order-widget dl {
    font-size: 13px;
}

.order-widget dt {
    font-weight: 600;
}

.order-widget .description {
    display: block!important;
}

.ord-des {
    font-size: 13px;
    padding-top: 35px;
}

.ord-des span {
    font-weight: 600;
    margin-right: 8px;
}

.tp-btn {
    margin-top: 30px;
}

.dark-thumb-wrap .popover {
    min-width: 220px;
    -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.5);
    box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.5);
}

.dark-thumb-wrap .popover-content {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 7px;
}

.dark-thumb-wrap .popover.top .arrow {
    border-right-color: rgba(0, 0, 0, 0);
}

.task-status {
    display: none;
}

.tab-wrapr #Completed.task-st-pane .task-status,
.vol-task-status {
    text-align: center;
    background-color: #cfcfcf;
    color: #000!important;
    position: absolute;
    bottom: -14px;
    left: 0px;
    color: rgb(255, 255, 255);
    width: 100%;
    line-height: 18px;
    font-size: 15px;
    padding: 5px 0px;
    font-weight: normal;
    display: block;
}

.tab-wrapr #Completed.task-st-pane .dark-thumb-info {
    padding-bottom: 20px;
}

.alert.alert-danger .close {
    background-position: -94px -10px;
}

.checkbox input[type="checkbox"]:checked+label:after {
    font-family: 'FontAwesome';
    content: "\F00C";
}

#sub_owner {
    padding: 0px 15px;
}

#subtaskModal .form-wrap {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.taskown-wrap {
    background: #f2f2f2;
    border: 1px solid #ddd;
    display: inline-block;
    position: relative;
    width: 100%;
    max-height: 187px;
    overflow-y: scroll;
    margin-bottom: 5px;
}

.taskown-wrap span.label {
    background: #fea200;
    color: #fff;
}


/*ol#listingOwner{
    max-height: 187px;
    overflow-y: scroll;
    width:100%;
}*/

ol#listingOwner {
    padding-left: 0px;
}

#listingOwner li {
    list-style-type: none;
    float: left;
    padding: 0px;
}

.txt-brk {
    word-break: break-all;
}

.txt-num {
    width: auto;
    height: auto;
    line-height: 38px;
    text-align: center;
}


/*.logo-wrapper {
    display: block;
    padding: 5px 0px;
    margin-bottom: 0px;
    background: #fff;
    text-align: center;
}
.logo-wrapper .logo {
    margin: 0px;
    height: auto;
}
.page-sidebar{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    z-index: 9999;
}
.header .header-quick-nav{
    margin-left: 250px;
}
.page-content .header.navbar {
    padding: 0px!important;
}
.page-content.condensed .header .header-quick-nav {
    margin: 0px;
}
.page-content.condensed .logo-wrapper{
    padding: 10px 0px;
}
.page-content.condensed .logo-wrapper .logo{
   height: 50px;
}
.page-sidebar.mini .page-sidebar-wrapper > ul{
    padding: 0px;
}*/

.fc-day-grid-event .fc-content {
    white-space: normal!important;
}

.fc-day-grid-event {
    margin: 10px 2px 0!important;
}

.fc-day-grid-event .fc-content {
    overflow: visible!important;
}

.fc-event-container .remove-reminder {
    background: #333;
    padding: 0px 2px;
    font-size: 8px;
    font-weight: 600;
    font-family: open sans;
    right: -2px;
    position: absolute;
    top: -12px;
    color: #fff;
}


/*form .submit, .breakpoint-1024 .submit{
    float:none;
}*/

.acc-ui .panel.has-reply {
    border-left-color: #0aa699;
}

.acc-ui .ans-block {
    color: #000;
}

.acc-ui .panel-body .ans-date {
    font-size: 12px;
}

.grid.simple.search-wrap .grid-title {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

.search-form-wrap {
    padding-right: 0px;
}

.grid.simple.search-wrap form {}

.search-action {
    position: absolute;
    bottom: 15px;
    right: -15px;
}

.search-action>div {
    padding-left: 0px;
}

.moder-bg {
    background: #ebf9fe;
}

.rating-wrap {
    list-style-type: none;
    margin: 2px 0px 0px;
    padding: 0px;
}

.rating-wrap li {
    padding: 0px;
}

.rating-wrap .rating-box:before {
    color: #DDD;
}

.rating-wrap .rating-box:before,
.rating-wrap .rating-box .rtng {
    font-size: 17px;
}

.rating-wrap .rating-box .rtng {
    top: -2px;
}

.rating-wrap .rating-box {
    margin-left: 0px;
}

.rating-wrap .rating-box .rtng:before {
    color: #fed100;
}

.acc-reply {
    margin-left: 5px;
    font-size: 11px;
    color: #fff;
    background: #999;
    padding: 3px 5px;
}

.msg-block-wrap h5 {
    margin-top: 0px;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 4px;
    color: #111;
}

.msg-block-wrap .description {
    color: #000;
}

.msg-block-wrap .date {
    font-style: italic;
}

.vol-task-status {
    bottom: 0px;
}

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

.tools-btm-wrap .submit input {
    width: auto!important;
}

.tools-btm-wrap .submit input {
    background-color: #ec6003!important;
}

.tab-inhrt .tab-pane {
    padding-left: 0px;
    padding-right: 0px;
}

.no-data {
    color: #777;
    font-size: 12px;
    font-style: italic;
}

.cboxTitle {
    background: #0aa699;
    color: #fff;
    font-size: 17px;
    padding: 4px 5px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    margin-top: 70px;
}

.submtd-vol .vol-task-status {
    bottom: auto;
    top: -4px;
    right: 0;
    width: auto;
    display: inline;
    left: auto;
    padding: 3px 8px 4px 5px;
    font-size: 12px;
    font-weight: 600;
}

.submtd-vol .vol-task-status:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 10px solid #cfcfcf;
    border-top: 13px solid transparent;
    border-bottom: 12px solid transparent;
    left: -10px;
    top: 0px;
}

.submtd-vol .vol-task-status small {
    font-size: 12px;
    font-weight: normal;
    margin-right: 3px;
}

.submtd-vol .vol-wrap {
    padding-bottom: 10px!important;
}

.submtd-vol .vol-name {
    margin-left: 0px;
    display: block;
    text-align: center;
}

.submtd-vol .vol-wrap p {
    margin: 0px 0px 5px;
}

.wrkng-desc {
    width: 85%;
    display: inline-block;
    float: left;
}

.wrkng-img {
    width: 15%;
    display: inline-block;
    text-align: right;
}

.dashboard-wrap .db-block .notification-messages:hover {
    cursor: default;
}

.table.tbl-ui .fa.fa-archive {
    font-size: 12px;
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.dash-pro-txt a {
    color: #fff;
    text-decoration: underline;
}

.dash-pro-txt .progress-bar {
    line-height: 23px;
}

.dash-pro-txt.progress {
    height: 11px!important;
    margin-top: 5px;
}

.tab-grn-lrg .widget-ui h4,
.tab-grn-lrg .widget-ui h2 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 17px;
    color: #034D96;
}

.tab-grn-lrg .widget-ui p:last-child {
    margin-bottom: 0px;
}

.tab-wrapr.tab-grn-lrg>.nav-tabs {
    background: #999;
    padding: 3px 1px 0px;
}

.tab-wrapr.tab-grn-lrg>.tab-content {
    border: 1px solid #999;
    border-top: none;
    padding: 0px 20px;
}

.tab-wrapr.tab-grn-lrg>.tab-pane {
    padding-bottom: 0px;
}

.tab-wrapr.tab-grn-lrg>#tab-01>li>a {
    font-size: 15px;
}

.form-wrap label,
.form-wrap .form-group label {
    text-align: left;
}


/* css created by Sanjay */

#SurveyEditQuestionForm .input.text input[type='radio'] {
    width: auto
}

.tab-wrapr .nav-tabs {
    background-color: #fff;
    padding: 1px 1px 0
}

.tab-wrapr .tab-content .nav-tabs {
    background-color: #0aa699
}

.tab-wrapr #tab-01>li>a {
    border-right: 1px solid #fff;
    color: #7c7c7c;
    font-size: 14px;
    Weight: 500
}

.tab-wrapr #tab-01>li.active>a {
    color: #0B6BBE;
    border-right: 1px solid #fff;
    text-decoration: underline;
}

.tab-wrapr #tab-01>li:last-child a {
    border-right: none
}

#usersearch {
    width: 100%
}

.pd-l0 {
    padding-left: 0
}

.num-vol {
    position: absolute;
    color: #000;
    font-size: 13px;
    left: 25%;
    bottom: 0
}

.num-vol h5 {
    color: #000;
    font-weight: 400;
    position: relative;
    font-size: 13px;
    padding-left: 25px
}

.num-vol h5::before {
    background: #3691FF;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 20px;
}

.tab-content>.active {
    padding-bottom: 45px
}

#graph .chtr-chart svg {
    padding-left: 30px !important;
    overflow: visible !important
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #graph #barChart svg {
        padding-left: 80px !important
    }
}

.header .chat-toggler.task-wrap .popover.bottom>.arrow {
    border-bottom-color: rgba(0, 0, 0, 0);
}
/* new profile design css */
.topPane{
    height:160px;
    background-image: linear-gradient(to right, #FFD2A9 0%, #FA9235 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
.page-title_a h4{
    padding: 10px 10px;
}
.page-title_a{
margin-top: 20px;
}
 .pro_new1s1{
    margin-top: -79px;
    margin-bottom: 25px;
 }
.pro_new1s ul li{
    border:none;
}
.inte_1a {
    display: flex;
}
.pro_new1s1 img{
    width:160px;
    height: 160px;
    margin-left: 10px;
}
.inte_2a {
    padding: 10px;
}

.inte_3a {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: -5px;
    color:#515151;
}
.inte_4a {
    color:#9F9F9F;
    font-size: 10px;
    line-height:12px;
    font-weight: 400;
}
.pro_new1s .list-group-item{
    padding: 4px 15px;
    box-shadow: none;
    font-size:16px;
    font-weight:400;
    line-height:19px;
}
.pro_new1s .list-group{
    box-shadow: none;
    margin-bottom: 5px;
}
.pro_new1s .list-group .list-group-item img{
    margin-right: 8px;
}
.bottom-left-pills1 ul li{
    margin: 4px 5px;
    display: inline;
    text-decoration: none;
    border: 1px solid #D9D9D9;
    padding: 1px 9px 3px 9px;
    border-radius:5px;
    line-height: 30px;
    vertical-align: top;
}
.bottom-left-pills1 ul{
    padding-left: 0px;
}
.bottom-left-pills1 ul li a{
    color: #8A8A8A !important;
    font-size:10px;
    line-height: 12px;
}
.pro_new1s .skill_12{
    margin-top: 25px;
    font-size:16px;
    font-weight:600;
    color:#8A8A8A !important;
    margin-bottom: 2px !important;
margin-left: 8px;
}
.skill_12{
    margin-top: 25px;
    font-size:16px;
    font-weight:600;
    color:#8A8A8A !important;
    margin-bottom: 2px !important;
margin-left: 5px;
}
.girl_1s{
    float:left
}

.girl_1s h5{
    font-size:16px;
    font-weight:400;
    line-height: 24px;
    margin: 0px;
    color: #252525;
}
.girl_1s h6{
    font-size:12px;
    font-weight:300;
    line-height:15px;
    margin: 4px 0px 0px 0px;
    color: rgb(102, 102, 102);
 
}
.assin_w1{
    border: 1px soild #E9E9F2;
    border: 1px solid #E9E9F2;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 8px;
    
}
.assin_w1a{
    border: 1px soild #E9E9F2;
    border: 1px solid #E9E9F2;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 40px;
    
}
.bottom-left1e{
    position: absolute;
    bottom: 10px;
    left: 16px;
    font-size: 12px;
    font-weight: 300;
    
}
.page-title_a h4{
    font-size:24px;
    font-weight:700;
    display: inline-grid;
     vertical-align: middle;
}
/* -------------start dashboard-------- */

.dashboard_bg img {
    width: 96%;
    z-index: -9;
}

.dashboard_headText {
    padding: 20px 70px;
    position: absolute;
    top:25px;
}

.dashboard_headText h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FA9235;
    font-family: 'Inter';
    font-style: normal;
}

.dashboard_headText span {
    font-weight: 500;
    font-size: 16px;
    color: #515151;
}

.dashboard_headText p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(37, 37, 37, 0.6);
    margin-top: 10px;
}

.btn_task {
    width: 120px;
    height: 32px;
    left: 367px;
    top: 304px;
    background: #0B6BBE;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    border-radius: 22.5px;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.search_box {
    width: 300px;
    margin: 20px 0px;
}

.input-group-addon {
    background: #fff;
    width: 40px;
}

.GaugeMeter {
    Position: Relative;
    Text-Align: Center;
    Overflow: Hidden;
    Cursor: Default;
}

.GaugeMeter SPAN,
.GaugeMeter B {
    Margin: 0 23%;
    Width: 54%;
    Position: Absolute;
    Text-Align: Center;
    Display: Inline-Block;
    Color: RGBa(0, 0, 0, 1);
    Font-Weight: 100;
    Font-Family: "Inter", Arial;
    Overflow: Hidden;
    White-Space: NoWrap;
    Text-Overflow: Ellipsis;
}

.GaugeMeter[data-style="Semi"] B {
    Margin: 0 10%;
    Width: 90%;
}

.GaugeMeter S,
.GaugeMeter U {
    Text-Decoration: None;
    Font-Size: .30em;
    Font-Weight: 200;
    Opacity: 1;
}

.GaugeMeter B {
    Color: Black;
    Font-Weight: 200;
    Font-Size: 0.85em;
    Opacity: 1;
}

BODY {
    Margin: 0;
    Padding: 0;
    Width: 100%;
}

#Header {
    width: 220px;
    margin: 0 auto;
}

.btn_new {
    background: #0B6BBE;
    color: #fff;
    border: solid 1px #0B6BBE;
}

.btn_new:hover {
    background: #0d4f89;
}

.btn_border {
    background: #fff;
    color: #0B6BBE;
    border: solid 1px #0B6BBE;
}

.btn_border:hover{
    background: #0B6BBE;
    color: #fff;

}

.tex_faq {
    text-align: center;
    font-size: 14px;
    line-height: 10px;
    color: #0B6BBE;
}

.mp-3 {
    padding-top: 25px
}

.bg-3 {
    background-color: #FAFAFA;
    min-height: 580px;
}

.digital_i {
    bottom: 10px !important;
    position: absolute;
    right: 5%;
}
@media only screen and (max-width: 766px) {
.header .chat-toggler.task-wrap {
    margin-right: 8px !important;
    background-color: #FFFFFF;
}
}

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

    .bg-3 {
        min-height: 300px !important;
    }
    .digital_i {
        /* bottom: 10px !important;
        position: absolute;
        right: 5%; */
        position: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* new profile page responsive design */
    .assin_w1{
        display: flow-root;
          margin-left: 5px;
          margin-right: 5px;
}
.pro_new1s1 img {
    width: 100px !important;
    height: 100px !important;
    margin-left: 10px;
    margin-top: 29px !important;
}
    .assin_w1a{
        display: flow-root;
        margin-left: 5px;
        margin-right: 5px;
    }
    .pillpad li{
        display: ruby-base !important;
    }
    .page-title_a{
        margin-top: -20px !important;
    }
}

@-moz-keyframes BluePrint {
    0% {
        Background-Position: 0 0;
    }
    100% {
        Background-Position: 1100% 100%;
    }
}

@-webkit-keyframes BluePrint {
    0% {
        Background-Position: 0 0;
    }
    100% {
        Background-Position: 1100% 100%;
    }
}

@keyframes BluePrint {
    0% {
        Background-Position: 0 0;
    }
    100% {
        Background-Position: -100% 100%;
    }
}

HEADER H1 {
    Color: #fa9235;
    Font: Normal 400 28px/28px "Helvetica", Arial;
    Margin: 30px Auto 20px Auto;
    Text-Shadow: 0 2px 10px rgba(0, 0, 0, 1);
}

HEADER P {
    Color: #fa9235;
    Font: Normal 200 18px/22px "Helvetica", Arial;
    Margin: 0 Auto;
    Text-Shadow: 0 1px 5px rgba(0, 0, 0, 1);
}

HEADER P.SubTitle {
    Color: #fa9235;
    Font: Normal 200 15px/22px "Helvetica", Arial;
    Margin: 0 Auto;
    Text-Shadow: 0 1px 5px rgba(0, 0, 0, 1);
}

HEADER .Preview {
    Overflow: Auto;
    Margin-Top: 30px;
    Display: Inline-Block;
}

HEADER .Preview .GaugeMeter {
    Margin: 0 10px;
}

.Preview span {
    font-size: 30px !important;
    margin-top: -25px;
    color: #8B8B8B;
}

.Preview b {
    font-size: 12px;
    font-weight: 600;
    margin-top: -30px;
    color: #252525 !important;
}


/* card css */

.cardtile .card .list-group-item:nth-child(3) {
    margin-bottom: 0px;
}

.cardtile .card .list-group-item {
    border: none !important;
    padding: 0px 10px;
}

.cardtile .card .list-group-item:first-child {
    font-size: 16px;
    color: #0B6BBE;
    font-weight: 800;
}

.cardtile .card {
    box-shadow: 0 1px 2px rgb(0 0 0 / 29%);
}

.cardtile .card .list-group {
    box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, .075);
    padding: 20px 10px;
    border-radius: 20px;
}

.cardtile .card .card-header img {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    width: 100%
}

.cardtile .card {
    border-radius: 17px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.cardtile .image_title {
    position: absolute;
    background-color: #FA9235;
    color: #fff;
    top: 139px;
    right: 31px;
    padding: 3px 10px 3px 10px;
    font-size: .7rem;
    font-weight: 400;
    border-radius: 10px;
}

.cardtile .dot_open {
    position: absolute;
    top: 10px;
    right: 30px;
}

.cardtile .dot_open.open {
    background-color: rgb(37, 236, 37);
    border-radius: 15px;
    right: 31px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
}

.cardtile .dot_close.close {
    background-color: rgb(181, 29, 29);
    border-radius: 15px;
    margin: 3px;
    position: absolute;
    top: 16px;
    right: 31px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
}

.cardtile .image_title1 {
    position: absolute;
    left: 20%!important;
    font-weight: 400;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* background-color: #438DA5; */
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    padding: 3px 15px;
    padding-left: 15px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
}

.cardtile .image_title_status p {
    position: absolute;
    align-items: right;
    font-weight: 400;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
}

.image_title2 {
    left: 23px;
    position: absolute;
    border: solid 1px #2080D3;
    background-color: #2080D3;
    color: #fff;
    top:139px;
    font-size: 10px;
    padding: 2px 10px 1px 10px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 15px;
}
.image_title2:hover{
   background-color: #0B6BBE;
   border: solid 1px #0B6BBE;
   text-decoration: none; 
}

.image_title2 a {
    color: #fff;
    
}
.image_title2 a:hover{
    text-decoration: none;
}
.image_title2 .fa {
    color: #ffff !important;
    margin-right: 0px;
    font-size: 14px;
}

.list-group {
    font-size: 12px;
}

.padding_left {
    padding-left: 0px;
}

.tiles-body a {}


/* card css ends */

.stock_reward {
    width: 130px;
    margin: 0 auto;
    height: 130px;
    background: #fa9235;
    border-radius: 100px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.reward {
    background: #fff;
    width: 110px;
    height: 110px;
    border-radius: 100px;
    padding-top: 30px;
}

.reward span {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
}

.reward p {
    color: #252525;
    font-size: 14px;
    font-weight: 600;
}


/* partner dashboard css */

.p-row-dash-top {
    margin-top: 30px;
}

.p-dash-card {
    width: 100%;
    /* height: 160px; */
    background: #F6C75A;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
}

.p-dash-card-two {
    width: 100%;
    /* height: 160px; */
    background: #B664DD;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
}

.p-dash-card-three {
    width: 100%;
    background: #3BA4C5;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
}

.p-dash-card-pad {
    padding: 9px 0px 0px 0px;
}

.p-dash-card-heading h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF !important;
}

.p-dash-card-img-pad {
    padding: 13px 0px;
    margin-right: -8px;
}

.d-dash-card-head-center {
    text-align: center;
}

.d-dash-card-head-style {
    padding: 0px 0px 5px 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
}

@media only screen and (max-width: 600px) {
    .p-dash-card-heading h4 {
        text-align: center;
    }
    .p-dash-card {
        margin-bottom: 20px;
    }
    .p-dash-card-two {
        margin-bottom: 20px;
    }
    .p-dash-card-pad {
        /* padding: 15px 10px 0px 5px; */
        padding: 15px 0px 0px 0px;
    }
}


/* partner dashboard css ends */


/* -------------end dashboard-------- */

b,
strong {
    font-weight: 600;
}

.page-sidebar {
    background-color: #FAFAFA!important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.header .header-quick-nav {
    background-color: #1789d2!important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.page-sidebar .page-sidebar-wrapper>ul>li.active>a,
.page-sidebar .page-sidebar-wrapper>ul>li.active:hover>a {
    /* background: #f69333; */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ec6003', endColorstr='#ffa600', GradientType=1);
}

.page-sidebar .page-sidebar-wrapper>ul>li.active>a,
.page-sidebar .page-sidebar-wrapper>ul>li.active>a i {
    color: #f69333;
    font-weight: 600;
}


.page-sidebar .page-sidebar-wrapper>ul>li>a,
.page-sidebar .page-sidebar-wrapper>ul>li a i {
    color: #524F84;
    font-weight: 600;
}

.header .header-seperation {
    background: #FFFFFF;
    /*    border-right: 1px solid #035d7c;*/
    position: relative;
}


/*.header .header-seperation:before{
    border-right:1px solid #003b50;
    width:1px;
    height:100%;
    position: absolute;
    right: 0px;
    top:0px;
    content: "";
}*/

.header .nav>li.dropdown .active {
    background-color: #1789D2;
}

.iconset.top-menu-toggle-dark {
    background-position: -315px -7px;
}

.iconset.top-reload {
    background-position: -147px -36px;
}

.header .chat-toggler a.dropdown-toggle {
    color: #ccc;
}

.iconset.top-down-arrow {
    background-position: -238px -42px;
}

.page-sidebar .page-sidebar-wrapper>ul>li:hover,
.page-sidebar .page-sidebar-wrapper>ul>li:hover {
    background-color: #dfdfdf;
    color: #524F84;
}


/*.page-sidebar .page-sidebar-wrapper > ul > li.open > a{*/

.page-sidebar .page-sidebar-wrapper>ul>li.open,
.page-sidebar .page-sidebar-wrapper>ul>li :hover,
.page-sidebar .page-sidebar-wrapper>ul>li:hover {
    background-color: #dfdfdf;
    
}

.page-sidebar .page-sidebar-wrapper ul>li>a>.arrow::before,
.page-sidebar .page-sidebar-wrapper>ul>li>a>.arrow.open::before {
    color: #f7f7f7 !important;
}

.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu {
    background-color: #003649;
}

.navigation ul li::before {
    position: absolute;
    top: -20px;
    height: 40px;
    width: 1px;
    border-left: 1px dashed grey;
}

.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu>li {
    position: relative;
}

.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu>li>a:hover {
    background-color: #072631!important;
}


/*
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li:before {
    position: absolute;
    top: -20px;
    height: 30px;
    width: 1px;
    border-left: 1px dashed #f7f7f7;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li:first-child:before {
    top: 0px;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li:first-child:after {
    position: absolute;
    top: 10px;
    width: 20px;
    border-bottom: 1px dashed #f7f7f7;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li:first-child:before, 
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li:first-child:after{
    left: 0;
    content: "";
}
*/

.page-sidebar.mini {
    background-color: #fff!important;
    margin-top: 40px;
}

.page-sidebar.mini .page-sidebar-wrapper>ul>li>a:hover,
.page-sidebar.mini .page-sidebar-wrapper>ul>li:hover>a {
    /* background-color: #1789D2!important; */
    color: #999;
}

.header .chat-toggler .dropdown-menu a {
    color: #003d52;
    float: none;
    display: block;
}

.header-top {
    background-color: #ddd;
    /*-webkit-box-shadow: 0px 9px 5px -6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 9px 5px -6px rgba(0,0,0,0.1);
    box-shadow: 0px 9px 5px -6px rgba(0,0,0,0.1);*/
}

.btn-primary {
    background-color: #ec6003;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #f7941e;
}

.btn-blu {
    background-color: #034d67;
    color: #fff;
}

.btn-blu:hover,
.btn-blu:focus,
.btn-blu:active,
.btn-blu.active,
.btn-blu.disabled,
.btn-blu[disabled] {
    background-color: #0aa699;
}

.login-container h2 {
    font-size: 30px;
    font-family: 'ralewaysemibold';
    font-weight: 600;
}

.login-container input {
    border-width: 2px;
}

.login-form {
    margin-top: 20px;
}

.btn {
    padding-top: 9px;
    border-radius: 0px;
    font-size: 15px;
}

.btn.btn-sml {
    padding: 5px 10px!important;
    font-size: 12px!important;
    line-height: 1.5!important;
}

.login-form .btn-cons {
    margin-right: 0px;
}

.login-form .txt-link {
    color: #034d67;
}

.or-wrap {
    display: block;
    text-align: center;
    position: relative;
    margin: 15px 0px 20px;
}

.or-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E5E9EC;
    top: 17px;
    left: 0px;
}

.or-txt {
    border: 1px solid #e5e9ec;
    padding: 3px 8px;
    background: #f1f3f4;
    position: relative;
}

.btns-wrap .btn {
    font-size: 11px;
    padding: 5px;
    margin-right: 4px;
}

.gplus-btn {
    background: #dc4a38;
}

.linkedin-btn {
    background: #007bb6;
}

.login-btm-wrap .btn {
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 10px 16px;
    font-size: 18px;
}

.login-btm-wrap.tiles.grey {
    background: #333;
}

.btn.btn-grn {
    background: #0aa699!important;
}

.btn.btn-grn:hover {
    background: #039084!important;
}

.btn.btn-dark {
    background: #034d67!important;
}

.btn.btn-dark:hover {
    background: #003d52!important;
}

.user-info-wrapper .user-info {
    min-height: 65px;
    margin-bottom: 20px;
}

.page-sidebar .page-sidebar-wrapper>ul>li {
    border-bottom: 1px solid #FAFAFA;
    border-top: 1px solid #FAFAFA;
}

.page-sidebar .page-sidebar-wrapper>ul>li:first-child {
    border-top: none;
}

.page-sidebar .page-sidebar-wrapper>ul {
    border-bottom: 1px solid #fff;
}

.page-sidebar .page-sidebar-wrapper>ul>li>a {
    padding: 15px 31px 15px 65px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .page-sidebar .page-sidebar-wrapper>ul {
        margin-bottom: 20px
    }
}

.page-sidebar .page-sidebar-wrapper>ul>li>ul.sub-menu>li>a {
    padding-left: 60px;
}

.page-sidebar ul>li.active>a>.arrow:before {
    content: "\f107";
}

.table.tbl-ui>thead>tr>th {
    background: #777;
}


/*.header .header-quick-nav{
    background: #293c46!important;
}*/

.ad-search {
    margin-top: 5px;
}

form .submit input,
.submit input,
.breakpoint-1024 .submit input {
    background: #333;
    color: #fff;
    padding: 6px 14px 11px;
    border-radius: 0px;
}

.search-wrap form .submit input,
.search-wrap .breakpoint-1024 .submit input,
.search-wrap .add-button {
    width: 100%;
    float: right;
}

form .submit input:hover,
.breakpoint-1024 .submit input:hover {
    background: #444;
}

.search-action .submit input {
    background: #990000!important;
}

.logo {
    margin: 8px 14px 0px 30px;
}

.imgs {
    margin: 30px 0px 0px 0px;
}

.header_img {
    margin-top: -5px;
    text-align: center;
    top: 0px !important;
}

.profile-pic {
    margin-bottom: 20px;
}

.profile-pic img {
    border: 1px solid #eee;
}

.pro-block,
.grid.simple .grid-body.pro-block {
    /* border-top: 2px solid #ec6003; */
    padding: 15px 0px!important;
    overflow: hidden;
}

.grid.simple .grid-body.pro-block {
    padding-top: 25px!important;
}

.user-description-box {
    border-bottom: none;
    padding: 0px 0px 10px;
    margin: 0px 0px 15px;
    background: transparent;
}

.user-description-box .pro-name {
    font-weight: normal;
    margin: 0px;
}

.user-description-box .pro-desg {
    font-size: 12px;
}

.pro-points {
    color: #333;
    font-size: 14px;
    display: block;
    margin: 10px 0px 0px;
}

.pro-points strong {
    background: #ccc;
    color: #293c46;
    padding: 3px 8px;
}

.pro-ttl {
    color: #293c46;
    font-size: 18px;
    font-weight: 600;
    font-style: normal!important;
    margin: 0px 0px 25px!important;
}

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

.user-scl-wrap {
    display: block;
    margin-bottom: 10px;
}

.user-scl-img img {
    width: 50px;
    float: left;
    padding-left: 0px;
    margin: 0 15px 10px 0;
}

.btn-tr {
    top: 0px;
    right: 15px;
    position: absolute;
}

.pro-txt th {
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 15px;
}

.pro-txt td {
    color: #333;
    padding-bottom: 15px;
}

.social_status .btn-social {
    margin-left: 0px;
}

.twtr-clr {
    color: #5ea9dd;
}

.fcbk-clr {
    color: #44619d;
}

.gplus-clr {
    color: #dc4a38;
}

.linkedin-clr {
    color: #007bb6;
}

.tiles.dark-grey {
    background-color: #666;
}

.tiles.yellow {
    background-color: #ffa000;
}

.creload {
    margin-left: 5px;
}

.form-wrap {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.form-wrap:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.form-wrap .form-group {
    margin-bottom: 15px;
    position: relative;
    float: left;
    width: 100%;
}

.form-wrap .form-group span.mandatory {
    color: #f00;
}

.form-wrap .form-group label.control-label:after {
    /*    content: ":";*/
}

.form-wrap label,
.form-wrap .form-group label {
    padding-top: 7px;
    text-align: right;
    font-size: 13px;
    color: #111;
}

.form-wrap .form-group:last-child {
    margin-bottom: 0px;
}

.page-content {
    padding-bottom: 15px;
}

.profile-pic label {
    font-size: 13px;
    margin: 5px 0px;
}

.profile-pic label:after {
    content: ":";
}

.no_scl_txt {
    font-size: 14px;
}

.page-title h3 {
    color: #034d67;
    font-weight: 600;
}

.grid.simple .grid-title,
.grid.simple.search-wrap .grid-title {
    background-color: #efddc7;
}

.grid-border {
    border: 1px solid #ddd!important;
}

.grid-search .grid-title {
    padding-bottom: 5px!important;
}

.grid-search .input {
    margin-bottom: 10px;
}

.table.tbl-ui>thead>tr>th {
    text-transform: none;
    font-weight: 600;
    font-size: 13px;
}

.table.tbl-ui td {
    color: #333;
}

.toggl-icn {
    text-decoration: none;
    color: #23709e;
    font-weight: normal;
}

.toggl-icn i {
    font-size: 14px;
    padding-top: 4px;
    font-weight: normal;
}

.table.table-toggl {
    margin: 10px auto;
    background: #fff;
    border: 1px solid #e8cd9b;
    width: 95%;
}

.table.table-toggl th {
    background: #fddea6;
    border: none;
    /*border: 1px solid #e8cd9b;*/
}

.table.table-toggl>tbody>tr>td,
.table.table-toggl>tfoot>tr>td {
    border-top: none;
}

.table.togg-wrap td.toggl-block {
    background: #fdf7ec;
    padding: 0px!important;
    border: none;
}

.table.tbl-ui>tbody>tr>td {
    border-top: 1px solid #DDD;
    border-bottom: none;
}

.alert-success,
label.alert-success {
    background: #d7ede2!important;
    color: #3c763d!important;
    padding: 9px 15px!important;
    font-size: 12px;
}

.alert-danger,
label.alert-danger {
    background: #f6e1db!important;
    color: #a94442!important;
    padding: 2px 15px!important;
    line-height: 28px
}

.alert-success,
.alert-danger {
    position: relative;
    text-align: left!important;
}

.alert-success:before,
.alert-danger:before {
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.alert-success:before {
    content: "\f058";
}

.alert-danger:before {
    content: "\f06a";
}


/*.form-row{
    margin-bottom: 15px;
}
*/

.form-row .input label {
    font-weight: normal;
    color: #111;
    font-size: 13px;
}


/*.form-row .input.password label:after,
.form-row .input.textarea label:after,
.form-row .input.text label:after,
.form-row .input.select label:after{
    content: ":";    
}*/

.form-row .input .mandatory,
.form-row .input.text .mandatory,
.form-row .input.select .mandatory,
.form-row .input.textarea .mandatory {
    color: #f00;
}

.form-row .input.text label.error:after,
.form-row .input.select label.error:after {
    content: "";
}

.form-row input.alert-danger,
.form-row select.alert-danger,
.form-row textarea.alert-danger {
    background: #fff!important;
    border-color: #df7979!important;
}

#my-task-list .username .fa {
    font-size: 22px;
    line-height: 36px;
}

.header .chat-toggler.task-wrap {
    min-width: 20px !important;
    margin-right: 20px;
}

.header .chat-toggler.task-wrap .badge {
    position: absolute;
    z-index: 99;
    right: -14px;
}

.header .chat-toggler .dropdown-menu li {
    padding-bottom: 0px;
}

.header .chat-toggler .dropdown-menu {
    box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.5);
}

.header .chat-toggler .popover {
    box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.5);
    border-radius: 0px;
}

.header .task-wrap .popover-title {
    border-bottom: 1px solid #ddd;
    margin: 0px;
    text-align: left;
    color: #686565!important;
    font-weight: 600;
    padding-top: 8px;
    font-size: 14px;
    display: block;
}

.header .task-wrap .popover-content {
    padding: 0px;
}

.header .task-wrap .notification-messages {
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 0px;
    background: transparent;
    float: left;
    width: 100%;
}

.header .task-wrap .notification-messages>a {
    background: #edeff5;
    padding: 8px;
    display: inline-block;
    float: left;
    color: #8b91a0;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.header .task-wrap .notification-messages>a:hover {
    background: #f2f2f3;
}

.header .task-wrap .notification-messages.read>a,
.header .task-wrap .notification-messages>a:focus {
    background: #fff!important;
}

.header .task-wrap .notification-messages .message-wrapper {
    height: auto;
    width: 100%;
}

.header .task-wrap .notification-messages .date {
    opacity: 0.8;
}

.header .chat-toggler .popover-footer {
    text-align: center;
    display: block;
    padding: 5px 0px;
    float: left;
    width: 100%;
}

.header .chat-toggler .popover-footer a {
    font-size: 12px;
    color: #23709e;
    font-weight: 600;
    margin: 0px auto;
    float: none;
}

.header .chat-toggler .popover-footer a:hover {
    color: #034d67
}

a.helptooltip {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

a.helptooltip span {
    z-index: 10;
    display: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: normal;
}

a.helptooltip:hover span {
    display: inline;
    position: absolute;
}

a.helptooltip>span {
    min-width: 100px;
    max-width: 200px;
    padding: 5px 8px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    position: absolute;
    font-size: 12px;
    line-height: 15px;
    font-style: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

a.helptooltip:hover>span {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow: visible;
    margin-top: 25px;
    display: inline;
    margin-left: -80px;
}

a.helptooltip span b {
    width: 15px;
    height: 15px;
    margin-left: 20px;
    margin-top: -19px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: inset -1px 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -o-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    display: none\0/;
    *display: none;
    background: #f4f4f4;
    border-top: 1px solid #8c8c8c;
    border-right: 1px solid #8c8c8c;
}

a.helptooltip>span {
    color: #000;
    background: #faf2e3;
}

a.helptooltip i {
    font-size: 19px;
    font-weight: normal;
    color: #888;
}

.form-wrap.txt-lft label {
    text-align: left!important;
}

.ovr-vis {
    overflow: visible!important;
}

.form-wrap .checkbox label:before {
    top: 9px
}

.form-wrap .checkbox label:after {
    top: 8px;
    left: 1px;
    text-align: center;
}

.tbl-filt-row div.input {
    margin-left: 0px;
    float: none!important;
}

.tbl-filt-row input {
    margin-left: 0px!important;
}

.tbl-filt-row form .submit {
    float: none!important;
}

.tbl-filt-row form .submit input {
    width: 100%!important;
}

.tbl-filt-row form div {
    padding: 0px 3px;
}

.cbp_tmtimeline>li .cbp_tmlabel:after {
    top: 20px;
}

.cbp_tmtimeline>li .cbp_tmicon {
    margin-top: 7px;
}

.cbp_tmtimeline .cbp_ttl {
    margin-bottom: 15px;
}

.cbp_tmtimeline .cbp_ttl h4 {
    color: #f7941e;
}

.cbp_tmtimeline .cbp_ttl h5 {
    margin-left: 5px;
}

.cbp_tmtimeline .cbp_img {
    margin-bottom: 15px;
}

.cbp_tmtimeline .cbp_img img {
    width: 100%;
}

.displaypoll:hover {
    color: #333;
}

.displaypol {
    border: none;
    display: none;
    background: #666;
    position: absolute;
    bottom: 55px;
    left: 20px;
    width: 400px;
    z-index: 45;
    border-radius: 0;
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
    padding: 15px;
}

.displaypol:before {
    background: none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #666;
    bottom: -9px;
    left: 20%;
}

.cbp_tmlabel .progress {
    height: 22px;
    border-radius: 0px;
}

.cbp_tmlabel .progress-bar {
    border-radius: 0px;
}

.cbp_tmlabel .progress-text i {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
}

.dashboard-wrap .progress {
    /* background-color: #e9ecee;*/
    background-image: none;
    margin-left: 0;
    box-shadow: none;
}

.info-blk {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.info-blk h4 {
    font-weight: 600;
}

.info-blk i {
    color: #ec6003;
    font-size: 14px;
}

.info-blk-wrap:last-child .info-blk {
    border-bottom: none;
    padding-bottom: 0px;
}

.sur-options span {
    margin-bottom: 5px;
}

.form-que .form-wrap .form-group label.control-label::after {
    content: "";
}

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

#tab-01>li>a {
    border-radius: 0px;
}

#Interested .vol-wrap {
    overflow: hidden;
}

.vol-wrap {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    color: #111;
    background: #f6f6f6;
}

.vol-wrap p {
    margin: 10px 0px 0px;
}

.vol-wrap p strong {
    font-weight: 600;
    color: #666;
}

.vol-wrap .vol-desc {
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
}

.widget-item.vol-wrap>a {
    display: block;
}

.widget-item.vol-wrap>a img {
    vertical-align: top;
}

.widget-item.vol-wrap>a img,
.widget-item.vol-wrap>a span.vol-name {
    display: inline-block;
}

.widget-item.vol-wrap>a span.vol-name {
    width: 60%;
    margin-left: 8px;
}

.vol-name {
    color: #034d67;
    font-weight: 600;
    margin-left: 10px
}

.action-bar li:last-child {
    float: right !important;
}
/*.tab-wrapr .tab-pane > .row{
    margin: 0px -30px;
}*/

.nav-tabs {
    margin-bottom: 0px;
    background-color: #fff !important;
    padding: 0;
}
.nav-tabs {
    border-bottom: none !important;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  
    box-shadow: none;
}

.tab-wrapr .nav-tabs {
    padding: 3px 8px 0px;
}

.action-bar li:first-child {
    /* margin-right: 18px; */
}

.open_border {
    border: 2px solid #57ef00;
    border-radius: 19px;
    display: inline-block;
}

.open_dot {
    background-color: #57ef00;
    border-radius: 15px;
    margin: 1px;
    height: 7px;
    width: 7px;
}

.close_border {
    border: 2px solid #ff0f00;
    border-radius: 19px;
    display: inline-block;
}

.close_dot {
    background-color: #ff0f00;
    border-radius: 15px;
    margin: 1px;
    height: 7px;
    width: 7px;
}

.interest{
    position: absolute;
    left: 22%;
    font-weight: 400;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #FFBE15;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    margin-left: 20px;
}
.approve{
    position: absolute;
    left: 22%;
    font-weight: 400;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #76BA4F;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    margin-left: 5px;
}
.reject{
    position: absolute;
    left: 22%;
    font-weight: 400;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #ff4208;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
}
.completed{
    position: absolute;
    left: 22%;
    font-weight: 400;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #438DA5;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
}




.btn-sm {
    padding: 3px 15px !important;
    font-size: 12px !important;
}

.btn-danger {
    background-color: #990000;
}

.mb-30 {
    margin-top: 30px!important;
    margin-bottom: 30px!important
}

.dark-thumb-wrap {
    margin-bottom: 20px;
}

.dark-thumb-wrap .tiles.white .tiles-body {
    background: #f3f3f3;
    padding: 19px 0px 15px;
}

.dark-thumb-wrap .action-bar li {
    color: #666;
    padding: 0px 8px 0px 0px;
}

.dark-thumb-wrap .action-bar li:last-child {
    padding: 0px;
}

.dark-thumb-wrap .dark-thumb-top {
    height: 200px;
    overflow: hidden;
}

.dark-thumb-wrap .dark-thumb-btm {
    /*height: 230px;*/
    overflow: hidden;
}

.dark-thumb-wrap .dark-thumb-btm .tiles-body {
    overflow: hidden;
}

.dark-thumb-wrap .user-comment-wrapper {
    padding: 0px;
}

.dark-thumb-wrap .user-comment-wrapper .user-name {
    white-space: normal;
    font-weight: normal;
    font-size: 13px;
}

.dark-thumb-wrap .user-comment-wrapper .comment .preview-wrapper,
.dark-thumb-wrap .user-name,
.dark-thumb-wrap .thumb-skills,
.dark-thumb-wrap .dur-wrap {
    color: #111;
}

.dark-thumb-top h3 {
    margin: 0px 0px;
    font-weight: 600;
}

.dark-thumb-top h3 a {
    color: #fff;
}

.dark-thumb-top a:hover,
.dark-thumb-top a:focus {
    color: #c4fef9;
}

.hashtags.transparent {
    font-weight: 600;
}

.dark-thumb-wrap .user-name small,
.dark-thumb-wrap .preview-wrapper small,
.dark-thumb-wrap .thumb-skills small,
.dark-thumb-wrap .action-bar small,
.dark-thumb-wrap .dur-wrap small {
    color: #005d7d;
    font-size: 12px;
    font-weight: 600;
}

.dark-thumb-info .dark-thumb-info {
    display: block;
    position: relative;
}

.dark-thumb-info .post {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}

.dark-thumb-info .post:last-child {
    margin-bottom: 0px;
}

.dark-thumb-info .post span {
    font-weight: 600;
}

.dark-thumb-info .btn {
    font-weight: 600;
}

.dark-thumb-info .thumb-desc {
    color: #666;
    height: 40px;
    overflow: hidden;
}

.widget-ui {
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 10px;
    color: #000;
    padding: 8px 10px;
    margin-bottom: 20px;
}

.mlr-15 {
    margin: 0px -15px!important;
}

.video-blk iframe {
    width: 100%!important;
    height: 200px;
}

.widget-ui label {
    color: #034D96;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0px;
}

.widget-ui .row {
    margin-bottom: 5px;
}

.widget-ui .row:last-child {
    margin-bottom: 0px;
}

.grn-bg {
    background: #0aa699;
}

.grn-bg td,
.grn-bg td a {
    color: #fff!important;
}

.grn-bg:hover td {
    background: #088076!important;
}

.modal-ui .modal-header {
    background: #0aa699;
    color: #fff;
}

.modal-ui .modal-header .modal-title {
    font-weight: 600;
    color: #fff!important;
}

.grn-hd {
    color: #0aa699!important;
}

.db-block .notification-messages {
    border: 1px solid #d1e2ea;
}

.db-block .notification-messages .message-wrapper:hover {
    background: transparent;
}

.db-block .notification-messages .date {
    opacity: 0.7;
}

.tiles-title.green {
    background: #0aa699;
}

.tiles-title.blue {
    background: #0090d9;
}

.tiles-title.red {
    background: #f35958;
}

.tiles-title.purple {
    background: #735f87;
}

.db-block .tiles-body {
    padding: 19px 18px;
}

.db-block .tiles-title {
    padding: 8px 15px;
}

.db-block .tiles-title h4 {
    margin: 0px;
    font-size: 15px;
    color: #fff!important;
    font-weight: 600;
}

.add-button {
    margin-bottom: 0px!important;
    margin-top: 8px;
    float: right;
    font-family: "Inter";
}

.add-button .btn {
    padding-top: 5px;
}

.rdm-smry {
    transition: border ease-in .2s;
    margin-bottom: 20px;
}

.rdm-smry img {
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
}

.rdm-info {
    background: #0aa699;
    color: #fff;
    padding: 12px 10px;
}

.prod-title a {
    color: #fff;
}

.prod-title a {
    font-size: 18px;
}

.prod-redeem-button a {
    background-color: #07786f;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 0px;
    margin-top: 5px;
}

.prod-redeem-button a:hover {
    background-color: #f98e01;
}

.rdm-modal h2 {
    font-size: 17px;
    line-height: 17px;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: 600;
}

.prod-img img {
    width: 100%;
}

.row>div+.prod-content {
    margin-left: 15px;
}

.row>.prod-content {
    margin-left: 0px;
}

.tp {
    margin-top: 0px;
    font-size: 15px;
    color: #034d67;
    font-weight: 600;
}

.tp span {
    background-color: #ec6203;
    color: #fff;
    padding: 3px 8px;
}

.que-widget.grid.simple {
    border-color: #efeeee;
}

.que-widget.grid.simple .grid-title {
    background: #f7f7f7;
}

.que-widget.grid.simple .grid-title .tools {
    float: left;
}

.que-widget h4,
.acc-ui .panel-heading h4 {
    color: #034d67;
    font-size: 17px;
    line-height: 22px;
    margin: 0px 0px 5px;
    white-space: normal;
    font-weight: normal;
    display: block;
}

.acc-ui .panel-heading h4 {
    color: #282323!important;
    font-size: 16px;
}

.que-widget.grid.simple .grid-body {
    padding: 20px 20px 20px 30px;
    border-bottom: 1px solid #eeeded;
    border-right: 1px solid #eeeded;
    color: #666;
}

.que-widget.grid.simple .grid-body p:last-child {
    margin-bottom: 0px;
}

.que-widget .ans-date {
    color: #6f7b8a;
}

.ad-srch {
    margin-top: 10px;
}

#adv_search>div {
    margin-top: 10px!important;
    margin-bottom: 0px!important;
}


/****** Star Rating *****/

.pro-rating {
    display: block;
    overflow: hidden;
}

.pro-rating b {
    font-weight: normal;
    display: inline-block;
    float: left;
}

.rating-pro {
    border: none;
    float: left;
    display: inline-block;
}

.rating-pro>input {
    display: none;
}

.rating-pro>label:before {
    margin: 0px 2px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating-pro>.half:before {
    content: "\f089";
    position: absolute;
}

.rating-pro>label {
    color: #ddd;
    float: right;
    font-size: 11px;
    margin: 0px;
}


/***** Stars on Hover *****/

.rating-pro>input:checked~label,

/* show gold star when clicked */

.rating-pro:not(:checked)>label:hover,

/* hover current star */

.rating-pro:not(:checked)>label:hover~label {
    color: #ff8f00;
}


/* hover previous stars in list */

.rating-pro>input:checked+label:hover,

/* hover current star when changing rating */

.rating-pro>input:checked~label:hover,
.rating-pro>label:hover~input:checked~label,

/* lighten current selection */

.rating-pro>input:checked~label:hover~label {
    color: #ffae00;
}

.header .chat-toggler {
    min-width: inherit;
    margin-left: 20px;
}

.header .task-wrap .popover {
    width: 300px;
    left: auto!important;
    right: -4px!important;
}

.header .task-wrap .popover-content>div {
    max-height: 210px;
    width: 100%!important;
    overflow-y: scroll;
}

.header .chat-toggler .popover.bottom>.arrow {
    left: auto;
    right: -3px;
}

.pro-points.pro-rating {
    position: relative;
}
.rated{
position: absolute;
top: 5px;
left: 21px;
}
.rating-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    height: 23px;
    margin-left: 3px;
}

.rating-box::before {
    content: '\f005\f005\f005\f005\f005';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    letter-spacing: 2px;
    color: #cccccc;
    white-space: nowrap;
    font-size: 13px;
}

.rating-box .rtng {
    left: 0;
    position: absolute;
    top: 0px;
    height: 100%;
    overflow: hidden;
    font-size: 13px;
}

.rating-box .rtng:before {
    content: '\f005\f005\f005\f005\f005';
    white-space: nowrap;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    letter-spacing: 2px;
    color: #f7941e;
}

.que-widget h3 {
    font-size: 20px;
    margin: 0px 0px 5px;
    font-weight: 600;
    line-height: 22px;
}

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

.reg-field {
    position: relative;
    margin-bottom: 25px;
}

.reg-field label.semi-bold {
    padding-left: 2px;
}

.reg-field span label {
    position: absolute;
    top: 22px;
    left: 16px;
    width: 94.5%;
    font-size: 12px;
    color: rgb(169, 68, 66) !important;
}

.reg-field label {
    font-weight: normal;
    float: left;
    width: 120px;
    font-size: 13px;
    color: #666!important;
}

.reg-field input {
    width: 20px;
    float: left;
}

.reg-field .semi-bold {
    font-weight: 600!important;
}

.progress {
    height: 24px!important;
    line-height: 18px!important;
}

.progress .progress-text {
    padding: 2px 8px;
}

.progress .progress-text i {
    font-size: 12px;
    font-weight: 600;
}

.btn-warning {
    background: #f8941d!important;
    color: #fff!important;
}

.btn-warning:hover,
.btn-warning:focus {
    background: #f8ad1d!important;
}

.acc-ui.panel-group .panel,
.acc-ui .panel-heading {
    border-radius: 0px;
}

.acc-ui .panel {
    border-left: 4px solid #ec6003;
    margin-bottom: 25px;
}

.acc-ui .panel-heading {
    position: relative;
    background: #f7f7f7!important;
}

.acc-ui h3 {
    font-size: 20px;
    margin: 0px 0px 5px;
    font-weight: 600;
    line-height: 22px;
}

.acc-ui .panel-body {
    padding: 20px 20px 20px 30px;
}

.acc-ui .panel-heading .panel-title>a:after {
    top: 40%;
    position: absolute;
    right: 15px;
    font-size: 17px;
    font-weight: normal;
}

.acc-ui .tools {
    font-size: 12px;
    color: #111;
}

.acc-ui .btns-wrap {
    margin-left: 10px;
}

.acc-ui .btns-wrap .btn-sm {
    padding: 3px 9px !important;
    font-size: 11px !important;
    font-weight: 600;
    line-height: 16px;
}

.acc-ui .btns-wrap .btn-default {
    background: #999;
    color: #fff;
}

.acc-ui .btns-wrap .btn-default:hover {
    background: #c2cbcf;
    color: #000;
}

.no-br {
    border-radius: 0px;
}

.no-bdr {
    border: none!important;
}

.acc-ui .que-time {
    color: #666;
}

.pro-txt table {
    width: 100%;
    max-width: none;
}

.pro-txt table th {
    color: #666;
}

.hr-gry {
    background: #DDD!important;
}

.act-sts {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.pro-txt table td[class*="col-"],
.pro-txt table th[class*="col-"] {
    padding-left: 0px;
}

img.kyc-img {
    width: 100%;
}

select,
textarea {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    /*    -webkit-appearance: none !important;*/
    color: #282323;
    height: 16px;
    padding: 6px 11px !important;
    vertical-align: top;
    background-color: #ffffff;
    min-height: 38px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.order-widget {
    margin-bottom: 20px;
}

.order-widget .heading h4 {
    font-weight: 600;
    color: #fff!important;
    margin-bottom: 20px;
}

.order-widget dl {
    font-size: 13px;
}

.order-widget dt {
    font-weight: 600;
}

.order-widget .description {
    display: block!important;
}

.ord-des {
    font-size: 13px;
    padding-top: 35px;
}

.ord-des span {
    font-weight: 600;
    margin-right: 8px;
}

.tp-btn {
    margin-top: 30px;
}

.dark-thumb-wrap .popover {
    min-width: 220px;
    -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.5);
    box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.5);
}

.dark-thumb-wrap .popover-content {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 7px;
}

.dark-thumb-wrap .popover.top .arrow {
    border-right-color: rgba(0, 0, 0, 0);
}

.task-status {
    display: none;
}

.tab-wrapr #Completed.task-st-pane .task-status,
.vol-task-status {
    text-align: center;
    background-color: #cfcfcf;
    color: #000!important;
    position: absolute;
    bottom: -14px;
    left: 0px;
    color: rgb(255, 255, 255);
    width: 100%;
    line-height: 18px;
    font-size: 15px;
    padding: 5px 0px;
    font-weight: normal;
    display: block;
}

.tab-wrapr #Completed.task-st-pane .dark-thumb-info {
    padding-bottom: 20px;
}

.alert.alert-danger .close {
    background-position: -94px -10px;
}

.checkbox input[type="checkbox"]:checked+label:after {
    font-family: 'FontAwesome';
    content: "\F00C";
}

#sub_owner {
    padding: 0px 15px;
}

#subtaskModal .form-wrap {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.taskown-wrap {
    background: #f2f2f2;
    border: 1px solid #ddd;
    display: inline-block;
    position: relative;
    width: 100%;
    max-height: 187px;
    overflow-y: scroll;
    margin-bottom: 5px;
}

.taskown-wrap span.label {
    background: #fea200;
    color: #fff;
}


/*ol#listingOwner{
    max-height: 187px;
    overflow-y: scroll;
    width:100%;
}*/

ol#listingOwner {
    padding-left: 0px;
}

#listingOwner li {
    list-style-type: none;
    float: left;
    padding: 0px;
}

.txt-brk {
    word-break: break-all;
}

.txt-num {
    width: auto;
    height: auto;
    line-height: 38px;
    text-align: center;
}


/*.logo-wrapper {
    display: block;
    padding: 5px 0px;
    margin-bottom: 0px;
    background: #fff;
    text-align: center;
}
.logo-wrapper .logo {
    margin: 0px;
    height: auto;
}
.page-sidebar{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    z-index: 9999;
}
.header .header-quick-nav{
    margin-left: 250px;
}
.page-content .header.navbar {
    padding: 0px!important;
}
.page-content.condensed .header .header-quick-nav {
    margin: 0px;
}
.page-content.condensed .logo-wrapper{
    padding: 10px 0px;
}
.page-content.condensed .logo-wrapper .logo{
   height: 50px;
}
.page-sidebar.mini .page-sidebar-wrapper > ul{
    padding: 0px;
}*/

.fc-day-grid-event .fc-content {
    white-space: normal!important;
}

.fc-day-grid-event {
    margin: 10px 2px 0!important;
}

.fc-day-grid-event .fc-content {
    overflow: visible!important;
}

.fc-event-container .remove-reminder {
    background: #333;
    padding: 0px 2px;
    font-size: 8px;
    font-weight: 600;
    font-family: open sans;
    right: -2px;
    position: absolute;
    top: -12px;
    color: #fff;
}


/*form .submit, .breakpoint-1024 .submit{
    float:none;
}*/

.acc-ui .panel.has-reply {
    border-left-color: #0aa699;
}

.acc-ui .ans-block {
    color: #000;
}

.acc-ui .panel-body .ans-date {
    font-size: 12px;
}

.grid.simple.search-wrap .grid-title {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

.search-form-wrap {
    padding-right: 0px;
}

.grid.simple.search-wrap form {}

.search-action {
    position: absolute;
    bottom: 15px;
    right: -15px;
}

.search-action>div {
    padding-left: 0px;
}

.moder-bg {
    background: #ebf9fe;
}

.rating-wrap {
    list-style-type: none;
    margin: 2px 0px 0px;
    padding: 0px;
}

.rating-wrap li {
    padding: 0px;
}

.rating-wrap .rating-box:before {
    color: #DDD;
}

.rating-wrap .rating-box:before,
.rating-wrap .rating-box .rtng {
    font-size: 17px;
}

.rating-wrap .rating-box .rtng {
    top: -2px;
}

.rating-wrap .rating-box {
    margin-left: 0px;
}

.rating-wrap .rating-box .rtng:before {
    color: #fed100;
}

.acc-reply {
    margin-left: 5px;
    font-size: 11px;
    color: #fff;
    background: #999;
    padding: 3px 5px;
}

.msg-block-wrap h5 {
    margin-top: 0px;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 4px;
    color: #111;
}

.msg-block-wrap .description {
    color: #000;
}

.msg-block-wrap .date {
    font-style: italic;
}

.vol-task-status {
    bottom: 0px;
}

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

.tools-btm-wrap .submit input {
    width: auto!important;
}

.tools-btm-wrap .submit input {
    background-color: #ec6003!important;
}

.tab-inhrt .tab-pane {
    padding-left: 0px;
    padding-right: 0px;
}

.no-data {
    color: #777;
    font-size: 12px;
    font-style: italic;
}

.cboxTitle {
    background: #0aa699;
    color: #fff;
    font-size: 17px;
    padding: 4px 5px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    margin-top: 70px;
}

.submtd-vol .vol-task-status {
    bottom: auto;
    top: -4px;
    right: 0;
    width: auto;
    display: inline;
    left: auto;
    padding: 3px 8px 4px 5px;
    font-size: 12px;
    font-weight: 600;
}

.submtd-vol .vol-task-status:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 10px solid #cfcfcf;
    border-top: 13px solid transparent;
    border-bottom: 12px solid transparent;
    left: -10px;
    top: 0px;
}

.submtd-vol .vol-task-status small {
    font-size: 12px;
    font-weight: normal;
    margin-right: 3px;
}

.submtd-vol .vol-wrap {
    padding-bottom: 10px!important;
}

.submtd-vol .vol-name {
    margin-left: 0px;
    display: block;
    text-align: center;
}

.submtd-vol .vol-wrap p {
    margin: 0px 0px 5px;
}

.wrkng-desc {
    width: 85%;
    display: inline-block;
    float: left;
}

.wrkng-img {
    width: 15%;
    display: inline-block;
    text-align: right;
}

.dashboard-wrap .db-block .notification-messages:hover {
    cursor: default;
}

.table.tbl-ui .fa.fa-archive {
    font-size: 12px;
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.dash-pro-txt a {
    color: #fff;
    text-decoration: underline;
}

.dash-pro-txt .progress-bar {
    line-height: 23px;
}

.dash-pro-txt.progress {
    height: 11px!important;
    margin-top: 5px;
}

.tab-grn-lrg .widget-ui h4,
.tab-grn-lrg .widget-ui h2 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 17px;
    color: #034D96;
}

.tab-grn-lrg .widget-ui p:last-child {
    margin-bottom: 0px;
}

.tab-wrapr.tab-grn-lrg>.nav-tabs {
    background: #999;
    padding: 3px 1px 0px;
}

.tab-wrapr.tab-grn-lrg>.tab-content {
    border: 1px solid #999;
    border-top: none;
    padding: 0px 20px;
}

.tab-wrapr.tab-grn-lrg>.tab-pane {
    padding-bottom: 0px;
}

.tab-wrapr.tab-grn-lrg>#tab-01>li>a {
    font-size: 15px;
}

.form-wrap label,
.form-wrap .form-group label {
    text-align: left;
}


/* css created by Sanjay */

#SurveyEditQuestionForm .input.text input[type='radio'] {
    width: auto
}

.tab-wrapr .nav-tabs {
    background-color: #fff;
    padding: 1px 1px 0
}

.tab-wrapr .tab-content .nav-tabs {
    background-color: #0aa699
}

.tab-wrapr #tab-01>li>a {
    border-right: 1px solid #fff;
    color: #7c7c7c;
    font-size: 14px;
    Weight: 500
}

.tab-wrapr #tab-01>li.active>a {
    color: #0B6BBE;
    border-right: 1px solid #fff;
    text-decoration: underline;
}

.tab-wrapr #tab-01>li:last-child a {
    border-right: none
}

#usersearch {
    width: 100%
}

.pd-l0 {
    padding-left: 0
}

.num-vol {
    position: absolute;
    color: #000;
    font-size: 13px;
    left: 25%;
    bottom: 0
}

.num-vol h5 {
    color: #000;
    font-weight: 400;
    position: relative;
    font-size: 13px;
    padding-left: 25px
}

.num-vol h5::before {
    background: #3691FF;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 20px;
}

.tab-content>.active {
    padding-bottom: 45px
}

#graph .chtr-chart svg {
    padding-left: 30px !important;
    overflow: visible !important
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #graph #barChart svg {
        padding-left: 80px !important
    }
}

.header .chat-toggler.task-wrap .popover.bottom>.arrow {
    border-bottom-color: rgba(0, 0, 0, 0);
}
/* new profile design css */
.topPane{
    height:160px;
    background-image: linear-gradient(to right, #FFD2A9 0%, #FA9235 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
.page-title_a h4{
    padding: 10px 10px;
}
.page-title_a{
margin-top: 20px;
}
 .pro_new1s1{
    margin-top: -79px;
    margin-bottom: 25px;
 }
.pro_new1s ul li{
    border:none;
}
.inte_1a {
    display: flex;
}
.pro_new1s1 img{
    width:160px;
    height: 160px;
    margin-left: 10px;
}
.inte_2a {
    padding: 10px;
}

.inte_3a {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: -5px;
    color:#515151;
}
.inte_4a {
    color:#9F9F9F;
    font-size: 10px;
    line-height:12px;
    font-weight: 400;
}
.pro_new1s .list-group-item{
    padding: 4px 15px;
    box-shadow: none;
    font-size:16px;
    font-weight:400;
    line-height:19px;
}
.pro_new1s .list-group{
    box-shadow: none;
    margin-bottom: 5px;
}
.pro_new1s .list-group .list-group-item img{
    margin-right: 8px;
}
.bottom-left-pills1 ul li{
    margin: 4px 5px;
    display: inline;
    text-decoration: none;
    border: 1px solid #D9D9D9;
    padding: 1px 9px 3px 9px;
    border-radius:5px;
    line-height: 30px;
    vertical-align: top;
}
.bottom-left-pills1 ul{
    padding-left: 0px;
}
.bottom-left-pills1 ul li a{
    color: #8A8A8A !important;
    font-size:10px;
    line-height: 12px;
}
.pro_new1s .skill_12{
    margin-top: 25px;
    font-size:16px;
    font-weight:600;
    color:#8A8A8A !important;
    margin-bottom: 2px !important;
margin-left: 8px;
}
.skill_12{
    margin-top: 25px;
    font-size:16px;
    font-weight:600;
    color:#8A8A8A !important;
    margin-bottom: 2px !important;
margin-left: 5px;
}
.girl_1s{
    float:left
}

.girl_1s h5{
    font-size:16px;
    font-weight:400;
    line-height: 24px;
    margin: 0px;
    color: #252525;
}
.girl_1s h6{
    font-size:12px;
    font-weight:300;
    line-height:15px;
    margin: 4px 0px 0px 0px;
    color: rgb(102, 102, 102);
 
}
.assin_w1{
    border: 1px soild #E9E9F2;
    border: 1px solid #E9E9F2;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 8px;
    
}
.assin_w1a{
    border: 1px soild #E9E9F2;
    border: 1px solid #E9E9F2;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 40px;
    
}
.bottom-left1e{
    position: absolute;
    bottom: 10px;
    left: 16px;
    font-size: 12px;
    font-weight: 300;
    
}
.page-title_a h4{
    font-size:24px;
    font-weight:700;
    display: inline-grid;
     vertical-align: middle;
}
/* prasad yuva post lagin dashboard new design style */
.task_new1 .nav>li a {
    padding: 0px 10px 10px 10px;
    font-weight: 600;
}

.task_new1 .tab-pane {
    padding: 0px 10px 45px 10px;
}

.checked {
    color: orange;
}

/* calendar css */

.wrapper2 {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    margin-top: 25px;
}

.wrapper2 .date_head_new {
    display: flex;
    align-items: center;
    padding: 25px 10px 10px;
    justify-content: space-between;
}

.date_head_new .icons {
    display: flex;
    margin-bottom: 10px;
}

.date_head_new .icons .fa {
    font-size: 24px;
}

.date_head_new .icons span {
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    color: #878787;
    text-align: center;
    line-height: 38px;
    font-size: 1.9rem;
    user-select: none;
    border-radius: 50%;
}

.icons span:last-child {
    margin-right: -10px;
}

.date_head_new .icons span:hover {
    background: #f2f2f2;
}

.date_head_new .current-date {
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    color: #034D96 !important;
    text-align: center;
    margin-top: 0px;
}


.calendar_n ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
}

.calendar_n .days_n {
    margin-bottom: 20px;
    padding-left: 0px;
    padding-bottom: 19px;
}

.calendar_n li {
    color: #333;
    width: calc(100% / 7);
}

.calendar_n .weeks li {
    font-weight: 500;
    cursor: default;
}

.calendar_n .weeks {
    padding-left: 0px;
    margin-bottom: -15px;
}

.calendar_n .days_n li {
    z-index: 1;
    cursor: pointer;
    position: relative;
    margin-top: 30px;
}

.days_n li.inactive {
    color: #aaa;
}

.days_n li.active {
    color: #fff;
}

.days_n li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 35px;
    width: 35px;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-40%, -53%);
}

.days_n li.active::before {
    background: #9B59B6;
}

.days_n li:not(.active):hover::before {
    background: #f2f2f2;
}

.new_dashbord .cardb_1 {
    margin-top: 6%;
}

.new_dashbord .card_t1 {
    margin-bottom: 0px;
    line-height: 29px;
    font-weight: bold;
}

.new_dashbord .card_tx1 {
    font-size: 14px;
    line-height: 14px;
}

.new_dashbord .card_img1 {
    margin-left: 15%;
    margin-top: -18px;
}

.card_pro1 {
    margin-left: 5px;
    margin-top: 25px;
}

.card_assi1 {
    box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);
    border-radius: 14px;
    padding-left: 0px;
}

.flow_card1 {
    display: flex;
}

.flow_card1b {
    padding: 10px;
}

.flow_card1b img {
    box-shadow: 0px 4px 20px 0px rgba(217, 217, 217, 1);
}

.Part_txt_1 {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 10px;
}

.Part_txt_2 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #515151;
    text-align: center;
    margin-top: 0px;
}

.Part_txt_3 {
    display: flex;
    border: 1px solid #FF887C;
    border-radius: 5px;
    margin-bottom: 10px;
    border-left: 2px solid #FF887C;
}

.Part_txt_4 {
    padding: 10px 5px;
}
/* .Part_txt_4 img{
    width:70px;
    height:70px;
} */

.Part_txt_5 {
    font-size: 11px;
    color: #515151;
    font-weight: 500;
    margin-bottom: 0px;
}

.Part_txt_6 {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 0px;
    color: #6f7b8a !important;
}

.Part_txt_7 {
    font-size: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #6f7b8a !important;
}

.assign_hd1 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #757575
}

.assign_hd2 {
    margin-bottom: 10px
}

.assign_hd3 {
    display: flex;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}

.assign_hd4 {
    padding: 10px;
}

.assign_hd5 {
    font-size: 14px;
    font-weight: 600;
   margin-bottom: -6px;
    color: #1C4980;
    line-height: 17px;
    margin-top: 7px;
}

.assign_hd6 {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 0px;
}

.assign_hd7 {
    position: absolute;
    bottom: 8px;
}

.assign_hd7 .mrr_1 {
    font-size: 10px;
    margin-bottom: 2px;
    margin-top: 0px;
    
}

.assign_hd7 .mrr_2 {
    font-size: 10px;
    margin: 0px 0px;
   
}

.ds_top_left {
    position: absolute;
    top: 8px;
    right: 16px;
    padding-right: 10px;
}

.ds_top_right {
    position: absolute;
    bottom: 8px;
    right: 16px;
    padding-right: 10px;
}

.ds_top_right .vms_rv1 {
    line-height: 9px;
    font-size: 8px;
    font-weight: 600;
    padding: 6px;
    border-radius: 10px;
    background-color: #0B6BBE;
}

.vms_rv1b {
    line-height: 9px;
    font-size: 8px;
    font-weight: 600;
    padding: 6px;
    border-radius: 10px;
    background-color: #0B6BBE;
    float: right;
}

.view_all1 {
    color: rgba(250, 146, 53, 1);
    font-size: 12px;
    line-height: 40px;
    font-weight: 500;
    float:right;
}

.ds_reward1 {
    font-size: 10px;
    font-weight: 400;
    margin-top: 0px;
  
}

.ds_rate1 {
    font-size: 10px;
    font-weight: 400;
    margin-top: 0px;
}

.ds_reward2 {
    text-align: center;
    margin-left: 0px;
}

.ds_reward3 {
    height: 110px;
    width: 110px;
    text-align: center;
    vertical-align: middle;
    border-radius: 60px;
    background: #FFF0CB;
    margin-bottom: 10px;
}

.ds_reward4 {
    font-size: 32px;
    font-weight: 600;
    padding-top: 20%;
    margin-bottom: 0px;
    color: #F69333;
}

.ds_reward5 {
    display: inline-flex;
}

.ds_reward5 img {
    margin: 0px 2px;
}

.ds_rate2 {
    height: 110px;
    width: 110px;
    text-align: center;
    vertical-align: middle;
    border-radius: 60px;
    background: #E2EDF7;
}

.ds_rate3 {
    font-size: 32px;
    font-weight: 600;
    padding-top: 15%;
    color: #0B6BBE;
    margin-bottom: 0px;
}

.achiv_tb {
    margin-bottom: 10px;
}

.achiv_tb1 {
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin: 6px;
}

.achiv_tb2 {
    margin-top: 8px;
}

.achiv_tb3 {
    font-size: 10px;
    line-height: 10px;
    font-weight: 400;
    margin-top: 0px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 2px;
}

.achiv_tb4 {
    font-size: 8px;
    line-height: 10px;
    font-weight: 400;
    margin-top: 0px;
}

.inte_1a {
    display: flex;
}

.inte_2a {
    padding: 10px;
}

.inte_3a {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: -5px;
}

.inte_4a {
    color: rgba(159, 159, 159, 1);
    font-size: 10px;
    line-height: px;
}

.anu_bg_1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}

.anu_bg_2 {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 0px;
}

.cardb_e1 {
    background-color: rgba(137, 145, 183, 1);
    color: #ffff;
    border-radius: 10px;
}

/* @media (min-width: 576px) {
    .digi_2a {
        display: none;
    }
    .mb_digi {
        display: none !important;
    }
} */

@media (max-width: 575px) {
    .cardb_e1 {
        display: flex;
        margin-top: 12px;
    }
    .new_dashbord .card_img1 {
        margin-left: auto;
        margin-top: 12px;
    }
    .digi_2a{
        padding-left:0px;
        padding-right:2px;
    }
    .card_t1 {
        font-size: 20px;
    }
    .new_dashbord .card_tx1 {
        font-size: 12px;
    }
    .assign_hd1 {
        font-size: 17px;
        font-weight: 600;
        line-height: 23px;
        color: #4A4A4A !important;
    }
    .view_all1 {
        color: #0B6BBE !important;
        font-size: 13px;
        font-weight: 500;
    }
    .push_tab_1 .nav-tabs>li.active>a,
    .push_tab_1 .nav-tabs>li.active>a:hover,
    .push_tab_1 .nav-tabs>li.active>a:focus {
        background-color: #ffff !important;
        color: #5E5E5E !important;
        font-size: 15px !important;
        line-height: 20px !important;
        box-shadow: 0px 4px 20px rgb(0 0 0 / 20%) !important;
    }
    .push_tab_1 .nav-tabs {
        background: none !important;
    }
    .push_tab_1 .nav-tabs a {
        color: #5E5E5E !important;
        font-size: 15px !important;
        line-height: 20px !important;
    }
    .nvd_12 {
        padding-top: 0px !important;
    }
    .view_all1a {
        color: #4790CE;
        align-items: center !important;
        font-weight: bold;
        padding: 10px;
        font-size: 12px;
        text-decoration: underline;
    }
    .view_all1a {
        color: #4790CE;
        align-items: center !important;
        font-weight: bold;
        padding: 10px;
        font-size: 12px;
        text-decoration: underline;
    }
    .card_foot1 {
        display: inline-grid;
    }
    .card_foot1 small {
        font-size: 9px;
    }
    .car_tile1 {
        color: #000000;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 4px;
        margin-top: 7px;
        font-weight: 600;
    }
    .acar21 {
        color:#0B6BBE !important;
        font-size: 10px;
        font-weight: 400;
        line-height: 10px;
        margin-bottom: 0px;
    }
    .digi_1a {
        box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);
        border-radius: 14px;
        padding: 8px;
    }
    .digi_1b {
        padding-left: 0px;
        padding-right: 5px;
        width: 50%;
    }
    .digi_1c {
        padding: 8px;
    }
    .digi_1e {
        color: #000000 !important;
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
        margin: 0px;
    }
    .digi_1d {
        color: rgba(11, 107, 190, 1);
        font-size: 8px;
        line-height: 11px;
        margin-bottom: 4px;
        margin-top: 7px;
        font-weight: 400;
    }
    .digi_1f {
        padding-left: 0px;
        padding-right: 5px;
        width: 50%;
    }
    .digi_1g {
        box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);
        border-radius: 14px;
        padding: 8px;
    }
    .digi_app1 {
        display: flex;
    }
    .digi_app12 {
        width: 70px;
        height: 70px;
        border-radius: 33px
    }
    .digi_app13 {
        text-align: left;
        margin-left: 10px;
    }
    .digi_app14 {
        margin-bottom: 0px;
        font-weight: 600;
        font-size: 16px;
        color: #949494 !important;
        line-height: 19px;
    }
    .digi_app15 {
        float: right;
        position: absolute;
        right: 28px;
    }
    .digi_app16 {
        float: left;
        margin-top: 20px;
        padding: 4px 0px;
    }
    .digi_app17 {
        font-weight: 600;
        font-size: 20px;
        color: #F69333 !important;
        line-height: 19px;
        margin-bottom: 0px;
    }
    .digi_app18 {
        font-size: 10px;
    }
    .digi_app19a {
        align-items: center;
        padding: 10px;
        font-weight: 600;
    }
    .digi_app19 {
        color: #D7D7D7 !important;
        padding: 10px;
    }
    .digi_2ab {
        box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);
        border-radius: 14px;
    }
  
    .digi_2a .tab-content>.active {
        padding-bottom: 14px !important;
    }
    .image_3title1{
        position: absolute;
        font-weight: 600;
        transform: translate(0%, -98%);
        background-color: #0B6BBE;
        color: #fff;
        font-size: 12px;
        padding: 3px 20px;
        border: none;
        cursor: pointer;
        border-radius: 2px;
        line-height: 16px;
        text-align: center;
    
    }
    .ds_reward3{
        margin-right: 17px;
        margin-top: 17px;
            margin-bottom: -9px;
    }
    .ds_rate2{
    margin-right: 17px;
        margin-top: 17px;
        margin-bottom: -9px;
    }
    
    .ds_reward2{
        display:flex;
    }
    .card_pro1 {
        margin-left: -15px;
    }
    .nvd_12{
        padding: 27px;
    }
    .achiv_tb {
        margin-bottom: 10px;
    }
    .Part_txt_1{
        margin-bottom: 63px;
    }
    .push_tab_1 .nav-item{		
        width: 33.33%;		
        text-align: center;		
    }    		
    .new_dashbord .card_t1 {		
        margin-bottom: 0px;		
        line-height: 24px;		
        font-weight: 600;		
        /* margin-top: 22px; */		
    }		
    		
    .new_dashbord .card_tx1 {		
        line-height: 14px;		
        font-weight: 500;		
        margin-top: 22px;		
    }
  
}
/* mobile side menu style */
@media only screen and (min-width: 601px) {
    #side_logo{
        display: none !important;
    }
}
@media only screen and (max-width: 600px) {
  #side_logo img{
    padding: 11px 0px 11px 24px !important;
  }
}
