/*
Template Name: Bsi
Template Version: 1.3 
Creation Date: 29-March-2018
Modification Date: 17-Dec-2018
*/

/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);


/*grid layout fix for safari*/
.row:before, .row:after {
    width: 0px;
    height: 0px;
}
/*grid layout fix for safari*/

/* Start My Street Custom Css */
.table-brdrs tr:hover td {
    border-top: 1px solid #78CD51 !important;
    border-left: 1px solid #78CD51 !important;
    border-right: 1px solid #78CD51 !important;
    border-bottom: 1px solid #78CD51 !important;
    background: #fff !important;
}

.adv-table table.display tr.odd.gradeA {
    background-color: #fff;
}

table.display tr.odd.gradeA {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 0px solid #78CD51 !important;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-top: 1px solid #ddd !important;
    border-bottom: 0px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
}

.mda-dsgn {
    padding-left: 5px !important;
    padding-bottom: 10px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    border-bottom: 2px solid #eff2f7 !important;
}

.stle-a {
    border-bottom: 3px solid #71c561 !important;
    padding-left: 10px !important;
    padding-bottom: 9px !important;
    font-weight: 600;
    color: #3f4047 !important;
}

.adjust-nvgi {
    min-height: 20px !important;
    border: 0px solid black !important;
}

/* End My Street Custom Css*/









body {
    background: #ffffff;
    padding: 0px !important;
    margin: 0px !important;
    height: 100%;
    position: relative;
}



.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    //background: #EF4B4C;
    border: 1px solid #e2e2e4;
}

.control input:checked ~ .control__indicator {
    background: #EF4B4C;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #EF4B4C;
}

.control input:disabled ~ .control__indicator {
    background: #e2e2e4;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}



.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

    .collapsing.width {
        -webkit-transition-property: width, visibility;
        transition-property: width, visibility;
        width: 0;
        height: auto;
    }



.rowa-chatbox {
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    height: 290px;
    //border:1px solid red !important;
}

.rowa21 {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
}

.rowa, .rowa-res {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: auto;
}

.carda {
    height: 100%;
    padding: .75rem;
    margin-bottom: 4px;
    margin-right: 0px;
    margin-left: 0px;
    border: 0px solid black;
    background-color: transparent !important;
    flex-basis: 33.333%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0px;
    width: 100% !important;
}

.carda1 {
    margin-left: 0px !important;
    margin-right: 10px !important
}






/*change the thinkness of the scrollbar here*/
*:not(.dataTables_scrollBody):not(#dvProjectsList .k-auto-scrollable)::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    //background: #6b6a6a;
}
/*add a shadow to the scrollbar here*/
*:not(.dataTables_scrollBody)::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/*this is the little scrolly dealio in the bar*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    //background: #e8403f;
    background: #E2E2E2;
    min-height: 30px;
}
/*nobody needs this little scrollbar corner, I mean really, get rid of it haha*/
::-webkit-scrollbar-corner {
    display: none;
    height: 0px;
    width: 0px;
}







/* /// START SELECT DECORATION CSS  ///  */


.under-css4 .dataTables_info {
    display: none !important;
}

.under-css3 .dataTables_length {
    display: none !important;
}

.under-css3 .dataTables_filter {
    display: none !important;
}

.under-css5 .dataTables_length {
    margin-left: 10px !important;
}

.under-css5 .dataTables_filter {
    margin-right: 10px !important;
}




.green-clr {
    color: #97be4b !important;
}

.panel {
    /*border: 1px solid #78CD51 !important;*/
}

.borderbtm-line {
    border-bottom: 1px solid #d7d7d7;
    height: 10px;
}

    .borderbtm-line:hover {
        border-bottom: 1px solid #78CD51 !important;
    }

.nothing {
    /*background-color: #b2e7f8 !important;
    border: 1px solid #78CD51 !important;*/
}


.table-hover > tbody > tr:hover {
    border-top: 1px solid #78CD51 !important;
    border-bottom: 1px solid #78CD51 !important;
    background: none !important;
}

.table-hover > tbody > tr > td {
    border: 0px solid #78CD51 !important;
}


/*.table-striped>tbody>tr:hover
{
	background:none;
}*/



.dataTables_paginate ul li {
    height: auto !important;
    padding: 0px !important;
}

    .dataTables_paginate ul li a {
        float: left !important;
        height: 30px !important;
        width: 50px !important;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 15px !important;
        /* font-weight: 700; */
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-top: 10px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
        padding: 0px !important;
    }

        .dataTables_paginate ul li a:hover {
            float: left !important;
            height: 30px !important;
            width: 50px !important;
            font-family: 'Open Sans', sans-serif !important;
            font-size: 15px !important;
            /* font-weight: 700; */
            padding-left: 5px !important;
            padding-right: 5px !important;
            padding-top: 10px !important;
            margin-left: 5px !important;
            margin-right: 5px !important;
            padding: 0px !important;
            background: none !important;
            border: none !important;
        }

.next, .prev {
    font-size: 14px !important;
    width: 60px !important;
    text-align: left;
}









.stg-color {
    color: #ffffff;
}


.my-projectlarge {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cstmlyotwnttwntytwo {
    cursor: pointer;
    position: fixed;
    padding: 15px 18px 15px 18px;
    color: #fff;
    border-radius: 50%;
    background: #6CC04C;
    border: 0px solid black;
    right: 35px;
    bottom: 15px;
    z-index: 1002;
}

.cstmlyotwnttwntyone {
    min-height: auto !important;
    max-height: 100% !important;
    min-width: 100% !important;
}

.cstmlyotwntsix {
    width: 100% !important;
}

.cstmlyotwntfour {
    border: 1px solid #c6c6c6 !important;
    background: #F7F8F8 !important;
    border-radius: 5px !important;
    margin-top: 10px !important;
}

.cstmlyotwntthree {
    min-height: auto !important;
    min-width: 210px !important;
}

.cstmlyotfivetn {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.cstmlyotwnttwo {
    padding: 0 !important;
    height: calc(100% - 65px);
}

.cstmlyotwntone {
    border: 0px solid black !important;
    height: 50px !important;
    background: transparent !important;
    margin: 0px !important;
}

.cstmlyotwenty {
    padding-bottom: 0px !important;
    border: 0px solid black !important;
}

.cstmlyotnintee {
    font-size: 20px !important;
}

.cstmlyoteigntt {
    padding: 0px !important;
    margin: 0px !important;
}

.cstmlyotsixtn {
    border: 0px solid black !important;
}


.cstmlyotforten {
    padding-top: 15px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.cstmlyotthirtn {
    font-size: 20px !important;
}

.cstmlyottweleve {
    border: 0px !important;
}

.cstmlyoteleven {
    border-radius: 10% !important;
    margin-left: 0px !important;
    margin-top: -5px !important;
}

.cstmlyottn {
    border: 0px !important;
}

.cstmlyotnine {
    margin: 0px !important;
    border-bottom: none !important;
}

.cstmlyoteight {
    height: 740px !important;
}

.cstmlyotsvn {
    font-size: 20px !important;
    margin-left: 0px !important;
}

.cstmlyotsix {
    padding-left: 0px !important;
}

.cstmlyotfivee {
    margin-top: 27px !important;
}

.cstmlyotfor {
    margin-left: -15px !important;
    border-bottom: 1px solid black !important;
}

.cstmlyotthree {
    border: 0px solid black !important;
    margin-top: 46px !important;
    position: absolute !important;
    right: -365px !important;
    width: 405px !important;
    z-index: 1002 !important;
    background: #fff !important;
    padding-top: 0px !important;
}

.cstmsytew {
    min-width: 360px !important;
    border: 0px solid black !important;
}


.cstmsytew1 {
    margin-top: 5px !important;
}

.cstmsytew2 {
    margin-right: 5px !important;
    color: white !important;
}

.cstmsytew3 {
    margin-right: 5px !important;
    color: white !important;
}

.cstmlyot {
    position: absolute !important;
    top: 45px !important;
    background: none !important;
    right: 380px !important;
    border: 0px !important;
}

.cstmlyot1 {
    border: 0px solid #fff !important;
    background: none !important;
}

.cstmlyottwo {
    top: 0px !important;
    position: absolute !important;
    right: 0px !important;
    margin-left: 0px !important;
    background: #585858 !important;
    color: #fff !important;
    height: 30px !important;
    width: 25px !important;
    padding: 5px !important;
}


#demo {
    border: 0px solid black !important;
    margin-right: 40px !important;
    margin-left: 0px !important;
    margin-top: 30px !important;
}

.acsstag {
    border-radius: 10% !important;
    margin-left: 0px !important;
    margin-top: -5px !important;
}

.headngsq {
    margin: 0px !important;
    border-bottom: none !important;
}

.ythg {
    padding-right: 0px !important;
}


.rwas {
    height: 420px !important;
}



.collapssss {
    display: none;
}

.collapsssss {
    display: none;
}


.btnky {
    position: absolute !important;
    top: 200px !important;
    right: 15px !important;
    z-index: 1002 !important;
    border: 0px solid black !important;
}

.bxdiv {
    position: absolute !important;
    right: 15px !important;
    top: 190px !important;
    z-index: 1002 !important;
}

.buttonactivity {
    z-index: 1002 !important;
    position: absolute !important;
    right: 30px !important;
    top: 160px !important;
    border-radius: 5px !important;
}



.headingstle {
    padding-left: 0px !important;
    padding-top: 0px !important;
}

.btnscheduler {
    position: absolute !important;
    z-index: 999 !important;
    right: 140px !important;
    top: 160px !important;
    border-radius: 5px !important;
}


.btncaling {
    margin-top: 30px;
    position: absolute;
    right: 30px;
    margin-left: 0px;
    background: #6CC04C;
    color: #fff;
    height: 61px;
    width: 20px;
    border-bottom: 5px solid #63fb29;
    padding: 20px 20px 5px 5px;
}

.tgglecss {
    padding-left: 20px !important;
}

/* VERTICAL TOGGLE STARTS */
body .vts {
    width: auto !important;
    min-height: auto !important;
    border: 0px none !important;
    float: left !important;
    margin: 0 0.7%;
    position: relative !important;
    padding: 10px 15px 10px 18px;
    border-radius: 3px;
    width: 18.88% !important;
    float: left;
    height: 100%;
}

    body .vts.vts1 {
        margin-left: 0;
    }

.vts1 {
    background-color: #e6e6fa;
}

.vts2 {
    background-color: #faebd7;
}

.vts3 {
    background-color: #cbffcb;
}

.vts4 {
    background-color: #ffe4e1;
}

.vts5 {
    background-color: #b0e0e6;
}

body .vts.vts5 {
    margin-right: 0;
}



.vtsinner {
    width: auto;
    height: 100%;
    background: #cedf7f;
    margin: 0px;
    position: relative;
    float: left;
    border: 0px solid red;
    margin-left: 0px;
    display: none;
}

.vtsinner1 {
    background: #a1ddeb !important;
}

.vtsinner2 {
    background: #FFD2AD !important;
}

.vtsinner3 {
    background: #c4e4ff !important;
}

.vtsinner4 {
    background: #b4c1fd !important;
}

.anchortg1 {
    padding: 10px 5px 10px 5px;
    margin-right: 0px !important;
    background: #cedf7f;
    font-size: 1.30em;
    color: #FFF;
    text-transform: uppercase;
    writing-mode: tb-rl;
    transform: rotate(360deg);
    white-space: nowrap;
    display: block;
    left: 0;
}

.anchortg2 {
    padding: 10px 5px 10px 5px;
    margin-right: 0px !important;
    background: #a1ddeb !important;
    font-size: 1.30em;
    color: #FFF;
    text-transform: uppercase;
    writing-mode: tb-rl;
    transform: rotate(360deg);
    white-space: nowrap;
    display: block;
    left: 0;
}

.anchortg3 {
    padding: 10px 5px 10px 5px;
    margin-right: 0px !important;
    background: #FFD2AD !important;
    font-size: 1.30em;
    color: #FFF;
    text-transform: uppercase;
    writing-mode: tb-rl;
    transform: rotate(360deg);
    white-space: nowrap;
    display: block;
    left: 0;
}

.anchortg4 {
    padding: 10px 5px 10px 5px;
    margin-right: 0px !important;
    background: #c4e4ff !important;
    font-size: 1.30em;
    color: #FFF;
    text-transform: uppercase;
    writing-mode: tb-rl;
    transform: rotate(360deg);
    white-space: nowrap;
    display: block;
    left: 0;
}

.anchortg5 {
    padding: 10px 5px 10px 5px;
    margin-right: 0px !important;
    background: #b4c1fd !important;
    font-size: 1.30em;
    color: #FFF;
    text-transform: uppercase;
    writing-mode: tb-rl;
    transform: rotate(360deg);
    white-space: nowrap;
    display: block;
    left: 0;
}

.tglediv1 {
    margin: 0;
    padding: 0px;
    height: 100%;
    border: 0px solid black !important;
}

.tglediv2 {
    margin: 0px 5px 0px 0px;
    padding: 0px;
    //min-width:263px;
    //height:400px;
    border: 0px solid black !important;
}

.tglediv3 {
    margin: 0px 5px 0px 0px;
    padding: 0px;
    //min-width:263px;
    //height:400px;
    border: 0px solid black !important;
}

.tglediv4 {
    margin: 0px 5px 0px 0;
    padding: 0px;
    //min-width:263px;
    //height:400px;
    border: 0px solid black !important;
}

.tglediv5 {
    margin: 0px;
    padding: 0px;
    border: 0px solid black !important;
}



.uiheights {
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin: 0 0 5px !important;
    background-color: transparent;
    padding: 0;
    height: auto !important;
}
/* VERTICAL TOGGLE ENDS */


.list-group-itemnew {
    border-top: 0px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-left: 0px solid #ddd !important;
    border-right: 0px solid #ddd !important;
    border-radius: 0px !important;
    margin: 0px !important;
    padding: 10px 0px 0px 0px !important;
}

.closeing {
    text-shadow: 0 0px 0 #fff !important;
    opacity: 40 !important;
    filter: alpha(opacity=50) !important;
}

.fileuploadmargin {
    margin-left: -15px !important;
}

.mrgntp {
    margin-top: 10px !important;
}

.mrgntp1 {
    margin-top: 25px !important;
}

.col-lg-14.mrgntp1.mrgntp2 {
    margin-top: -2px !important;
}

.mrgntp3 {
    margin-top: -20px;
}

.mrgntp4 {
    margin-top: 8px;
}


/*#h4Caption{
    text-align: justify;
    margin-top: 39px;
    font-size: 29px;
    margin-left: 57px;
}*/

.divStatusChart {
    float: right;
    margin-right: 90px;
}




.cmmented {
    color: #b6b6b6 !important;
    font-size: 10px !important;
}

.cmmented1 {
    color: #b6b6b6 !important;
    font-size: 10px !important;
    margin-left: 10px;
}

.panel-pddng {
    padding: 0 0 0 0 !important;
}

.mgsize {
    width: 40px !important;
    height: 40px !important;
}

.p-headings {
    color: #333 !important;
    margin-top: 30px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.praas {
    font-size: 12px !important;
    text-align: justify;
}

.p-headsa {
    font-size: 12px !important;
    color: #78CD51 !important;
    font-weight: 700 !important;
}

.ssheadings {
    color: #333 !important;
    padding-bottom: 30px !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

.indd:hover {
    border: none !important;
}

.indd:focus {
    border: none !important;
}

.indd:active {
    border: none !important;
}

.avatarsa {
    border-radius: 50%;
}

.test-crd {
    padding: 5px 5px 5px 10px !important;
    margin-top: 0px;
    border: 1px solid #d7d7d7;
    background: #fff;
    border-left: 2px solid #78CD51;
    border-radius: 5px;
}

    .test-crd .test-spsns {
        position: absolute;
        right: 0px;
        color: #D2D2D2;
    }

    .test-crd .test-heding {
        font-size: 15px;
    }

    .test-crd p {
        padding-top: 10px;
    }


.test-crd1 {
    padding: 5px 5px 5px 10px !important;
    margin-top: 10px;
    border: 1px solid #d7d7d7;
    background: #fff;
    border-left: 2px solid #ff6c60;
    border-radius: 5px;
}

    .test-crd1 .test-spsns1 {
        position: absolute;
        right: 0px;
        color: #D2D2D2;
    }

    .test-crd1 .test-heding1 {
        font-size: 15px;
    }

    .test-crd1 p {
        padding-top: 10px;
    }





.test-crd2 {
    padding: 5px 5px 5px 10px !important;
    margin-top: 10px;
    border: 1px solid #d7d7d7;
    background: #fff;
    border-left: 2px solid #20325A;
    border-radius: 5px;
}

    .test-crd2 .test-spsns2 {
        position: absolute;
        right: 0px;
        color: #D2D2D2;
    }

    .test-crd2 .test-heding2 {
        font-size: 15px;
    }

    .test-crd2 p {
        padding-top: 10px;
    }










.task-content .btn {
    margin-bottom: 0px;
}


.list-primary {
    margin: auto;
    padding: 1rem;
    text-transform: uppercase;
    color: #fafafa;
    background-color: #FFF !important;
    border-left: 3px solid #00d166 !important;
    //border:1px solid #00d166 !important;
    // border: none;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    letter-spacing: .1rem;
    font-size: .85rem;
    position: relative;
    top: 0;
    right: 0;
    padding-left: 1.5rem;
}

    .list-primary:hover {
        -webkit-box-shadow: 1px 1px 20px rgba(150, 150, 150, 0.2);
        box-shadow: 1px 1px 20px rgba(150, 150, 150, 0.2);
        cursor: pointer;
        background-color: #04bd5e !important;
    }


.atgcolr2 {
    color: #41CAC0 !important;
}

    .atgcolr2:hover {
        color: #fff !important;
    }


.list-primary1 {
    margin: auto;
    padding: 1rem;
    text-transform: uppercase;
    color: #41CAC0 !important;
    background-color: #FFF !important;
    border-left: 3px solid #41CAC0 !important;
    // border:1px solid #41CAC0 !important;
    // border: none;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    letter-spacing: .1rem;
    font-size: .85rem;
    position: relative;
    top: 0;
    right: 0;
    padding-left: 1.5rem;
}

    .list-primary1:hover {
        -webkit-box-shadow: 1px 1px 20px rgba(150, 150, 150, 0.2);
        box-shadow: 1px 1px 20px rgba(150, 150, 150, 0.2);
        cursor: pointer;
        background-color: #41CAC0 !important;
    }





.list-primary2 {
    margin: auto;
    padding: 1rem;
    text-transform: uppercase;
    color: #41CAC0 !important;
    background-color: #FFF !important;
    border-left: 3px solid #ff6c60 !important;
    //border:1px solid #ff6c60 !important;
    // border: none;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    letter-spacing: .1rem;
    font-size: .85rem;
    position: relative;
    top: 0;
    right: 0;
    padding-left: 1.5rem;
}

    .list-primary2:hover {
        -webkit-box-shadow: 1px 1px 20px rgba(150, 150, 150, 0.2);
        box-shadow: 1px 1px 20px rgba(150, 150, 150, 0.2);
        cursor: pointer;
        background-color: #ff6c60 !important;
    }




.atgcolr3 {
    color: #20325A !important;
    margin: 5px auto;
    padding: 1rem;
    text-transform: uppercase;
    color: #fafafa;
    background-color: #FFF !important;
    border-left: 3px solid #20325A !important;
    //border:1px solid #00d166 !important;
    // border: none;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    letter-spacing: .1rem;
    font-size: 1.00rem;
    position: relative;
    top: 0;
    right: 0;
    padding-left: 1.7rem;
    width: 100% !important;
    clear: both !important;
    float: left !important;
}

    .atgcolr3:hover {
        color: #fff !important;
        -webkit-box-shadow: 1px 1px 20px rgba(150, 150, 150, 0.2);
        box-shadow: 1px 1px 20px rgba(150, 150, 150, 0.2);
        cursor: pointer;
        background-color: #20325A !important;
    }






.atgcolr4 {
    color: #20325A !important;
}

    .atgcolr4:hover {
        color: #fff !important;
    }




.list-primary4 {
    margin: auto;
    padding: 1rem;
    text-transform: uppercase;
    color: #41CAC0 !important;
    background-color: #FFF !important;
    border-left: 3px solid #4a3a3a !important;
    //border:1px solid #4a3a3a !important;
    // border: none;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    letter-spacing: .1rem;
    font-size: .85rem;
    position: relative;
    top: 0;
    right: 0;
    padding-left: 1.5rem;
}



    .list-primary4:hover {
        -webkit-box-shadow: 1px 1px 20px rgba(150, 150, 150, 0.2);
        box-shadow: 1px 1px 20px rgba(150, 150, 150, 0.2);
        cursor: pointer;
        background-color: #4a3a3a !important;
    }




.atgcolr4 {
    color: #4a3a3a !important;
    margin: 5px auto;
    padding: 1rem;
    text-transform: uppercase;
    color: #fafafa;
    background-color: #FFF !important;
    border-left: 3px solid #4a3a3a !important;
    //border:1px solid #00d166 !important;
    // border: none;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    letter-spacing: .1rem;
    font-size: 1.00rem;
    position: relative;
    top: 0;
    right: 0;
    padding-left: 1.7rem;
    width: 100% !important;
    clear: both !important;
    float: left !important;
}

    .atgcolr4:hover {
        color: #fff !important;
        -webkit-box-shadow: 1px 1px 20px rgba(150, 150, 150, 0.2);
        box-shadow: 1px 1px 20px rgba(150, 150, 150, 0.2);
        cursor: pointer;
        background-color: #4a3a3a !important;
    }
















.atgcolr5 {
    color: #EF4B4C !important;
    margin: 5px auto;
    padding: 1rem;
    text-transform: uppercase;
    color: #fafafa;
    background-color: #FFF !important;
    border-left: 3px solid #EF4B4C !important;
    //border:1px solid #00d166 !important;
    // border: none;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    letter-spacing: .1rem;
    font-size: 1.00rem;
    position: relative;
    top: 0;
    right: 0;
    padding-left: 1.7rem;
    width: 100% !important;
    clear: both !important;
    float: left !important;
}

    .atgcolr5:hover {
        color: #fff !important;
        -webkit-box-shadow: 1px 1px 20px rgba(150, 150, 150, 0.2);
        box-shadow: 1px 1px 20px rgba(150, 150, 150, 0.2);
        cursor: pointer;
        background-color: #EF4B4C !important;
    }






.atgcolr2 {
    color: #41CAC0 !important;
    margin: 5px auto;
    padding: 1rem;
    text-transform: uppercase;
    color: #fafafa;
    background-color: #FFF !important;
    border-left: 3px solid #41CAC0 !important;
    //border:1px solid #00d166 !important;
    // border: none;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    letter-spacing: .1rem;
    font-size: 1.00rem;
    position: relative;
    top: 0;
    right: 0;
    padding-left: 1.7rem;
    width: 100% !important;
    clear: both !important;
    float: left !important;
}

    .atgcolr2:hover {
        color: #fff !important;
        -webkit-box-shadow: 1px 1px 20px rgba(150, 150, 150, 0.2);
        box-shadow: 1px 1px 20px rgba(150, 150, 150, 0.2);
        cursor: pointer;
        background-color: #41CAC0 !important;
    }












.atgcolr {
    color: #fff !important;
}

.atgcolr1 {
    color: #00d166 !important;
    margin: 5px auto;
    padding: 1rem;
    text-transform: uppercase;
    color: #fafafa;
    background-color: #FFF !important;
    border-left: 3px solid #00d166 !important;
    //border:1px solid #00d166 !important;
    // border: none;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    letter-spacing: .1rem;
    font-size: 1.00rem;
    position: relative;
    top: 0;
    right: 0;
    padding-left: 1.7rem;
    width: 100% !important;
    clear: both !important;
    float: left !important;
}

    .atgcolr1:hover {
        color: #fff !important;
        -webkit-box-shadow: 1px 1px 20px rgba(150, 150, 150, 0.2);
        box-shadow: 1px 1px 20px rgba(150, 150, 150, 0.2);
        cursor: pointer;
        background-color: #04bd5e !important;
    }













.bootstrap-datetimepicker-widget {
    width: auto !important;
}

.memeber1 {
    float: right;
    min-height: 50px;
    min-width: 160px;
    background-color: #20325A;
    color: white;
    padding-left: 10px;
    padding-right: 5px;
    border-bottom: 5px solid #385699;
}


.memeber2 {
    float: right;
    min-height: 50px;
    min-width: 160px;
    background-color: #6CC04C;
    color: white;
    padding-left: 10px;
    padding-right: 5px;
    border-bottom: 5px solid #8DF964;
}

.memeber3 {
    float: right;
    min-height: 61px;
    min-width: 30px;
    background-color: #585858;
    color: white;
    padding-left: 0px;
    padding-right: 5px;
    border-bottom: 5px solid #959595;
}

.textteam {
    margin-top: -20px;
    margin-left: -10px;
    color: #333;
    font-weight: 700;
}

.memeber1 a {
    color: #fff !important;
    border-radius: 0px !important;
    text-align: center;
}

.memeber1 img {
    height: 30px !important;
    width: 30px !important;
    border-radius: none !important;
}



.memeber2 a {
    color: #fff !important;
    border-radius: 0px !important;
    text-align: center;
}

.memeber2 img {
    height: 30px !important;
    width: 30px !important;
    border-radius: none !important;
}

.memeber3 a {
    color: #fff !important;
    border-radius: 0px !important;
    text-align: center;
}

.memeber3 img {
    height: 30px !important;
    width: 30px !important;
    border-radius: none !important;
}



.lopw {
    border-top: 1px solid white;
    color: #F7F4F4;
    padding-top: 10px;
}

.lsod {
    margin-left: 0px !important;
    font-size: 20px !important;
}


.cfsg {
    color: white;
    background: #6CC04C;
    margin-top: -5px;
}

.okhy {
    padding-left: 0px !important;
}

.ythf {
    margin: 10px 0px 10px 0px !important;
}

.gdtg {
    background: #20325A;
    color: white;
}

.bgfo {
    background: #585858;
    color: white;
}

.bgfo1 {
    background: #8F8F8F;
    color: white;
}

.clrsys {
    color: #575962 !important;
}

.flft {
    float: left !important;
}

#timerelement {
    font-size: 0px !important;
}

.lftpdng {
    padding-left: 10px;
}

.fnt {
    font-size: 16px !important;
}

.mrtp {
    margin-top: 0px !important;
}

.bgg {
    background: #20325A !important;
}

.risks {
    margin-left: 7px !important;
}

.alret {
    margin-left: 3px !important;
}

.hdd5 {
    margin-left: 40px !important;
    margin-top: 30px !important;
    color: black;
}

.hdd6 {
    margin-left: 40px !important;
    margin-top: 80px !important;
    color: black;
}



.hd5 {
    margin-left: 20px !important;
    margin-top: 20px !important;
}


.pdds {
    border: 0px solid black;
    padding-left: 0px;
}

.stpmargin {
    margin-left: 0px;
    padding-left: 0px !important;
}

.peraaa5 {
    margin-top: 50px !important;
}

.peraaa4 {
    margin-top: 40px !important;
}

.peraaa3 {
    margin-top: 30px !important;
}

.peraaa2 {
    margin-top: 24px !important;
    text-align: center;
}

.peraaa {
    margin-top: 15px !important;
    text-align: center !important;
}

.imgss {
    border-radius: 50% !important;
    border: 2px solid #6CC04C !important;
}


.pnl-bdy {
    border: 0px solid black;
    margin: 0px !important;
}

.bdypnl {
    border: 0px solid black;
    padding: 0px !important;
    margin: 15px;
}

.fntszw {
    font-size: 20px;
    color: white;
}

.posstn {
    position: absolute;
    left: 210px;
    top: 200px;
}

.gap {
    display: none;
}

.flsw {
    float: left;
}

.timingapp {
    float: left;
    padding: 10px 0px 2px 10px !important;
    border: 0;
    margin-top: 0;
}

    .timingapp > div {
        background-color: #5867dd;
        border: 1px solid #5867dd;
        color: #fff;
        border-radius: .25rem;
        margin-right: 4px;
        text-align: center;
    }

.stless {
    font-size: 0px !important;
}

.indxpes {
    margin-top: 30px;
    margin-right: 50px;
    border: 0px solid black;
    float: right;
    width: 240px !important;
}

.rww {
    padding-left: 0px;
    position: relative;
}


.bdypanl {
    padding-left: 0px;
    padding-right: 0px;
}


.bfgs1 {
    background: #085DB0;
}

.bfgs2 {
    background: #07549F;
}

.bfgs3 {
    background: #054A8C;
}
#tblTimeSheetHours button, #tblTimeSheetHours input[type="button"] {
    min-width: 67px;
}
.bfgs4 {
    background: #38a3f5 !important;
    color: #fff !important;
}

    .bfgs4:hover {
        background: #38a3f5 !important;
        opacity: 0.6;
        color: #ffffff !important;
        border: 1px solid #38a3f5 !important;
    }

    .bfgs4:visited {
        background: none !important;
        color: #38a3f5 !important;
        border: 1px solid #38a3f5 !important;
    }

    .bfgs4:active {
        background: none !important;
        color: #38a3f5 !important;
        border: 1px solid #38a3f5 !important;
    }


.brww {
    border: 0px !important;
}

.sswq {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.username {
    color: white !important;
}

.dtestyle {
    margin-top: 10px !important;
    margin-left: 10px !important;
    border: 0px solid black !important;
}

.finances {
    margin-left: 15px !important;
    font-size: 20px !important;
}

.clearss {
    clear: both !important;
}

.psding {
    padding-left: 0px !important;
}

.heedinff {
    border-bottom: 1px solid #EF4B4C;
    padding-bottom: 5px;
}

.divheight {
    min-height: 500px !important;
    margin-top: 20px;
}

.divheight1 {
    min-height: 400px !important;
}

.divsett {
    margin-left: 0px;
    border: 0px !important;
}


.probar1 {
    width: 30%;
}

.probar2 {
    width: 35%;
}

.spn-pro {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.spn-pro1 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}



.recordng {
    font-size: 20px;
    padding-left: 0px;
    padding-right: 10px;
    color: white;
}

.sidebr-navs {
    position: absolute;
    left: 210px;
    top: 200px;
}

.right-large {
    position: absolute;
    right: -10px;
    top: 100px;
    background: #fff;
}

.tggle {
    border: 0px solid black;
    margin-top: 115px !important;
}

.dropdown-toggle {
    /*please do not use !important with generic css selectors*/
    /*background: #20325A !important;*/
    /*background: #20325A; for bsi*/
}
.m-div--menu .dropdown-toggle {
    background: #2c2e3e;
    color: #868aa8;
}
.st-my-portfolio .m-div--menu .dropdown-toggle {
    background: #2c2e3e !important;
    color: #868aa8 !important;
    border: none !important;
}
.m-gantt--menu .m-btn--icon.m-btn--icon-only {
    width: 33px;
    height: 33px;
}
.m-gantt--menu ul li {
    cursor: pointer;
}
    .m-gantt--menu ul li a[name="scales_filter"]:hover, .m-gantt--menu ul li a[name="scales_filter"]:focus {
        background: #2c2e3e !important;
        color: #72c562 !important;
    }
    .m-div--menu .dropdown-toggle:hover {
        background: #434557 !important;
    }
.field-wrapper {
    margin-top: 25px !important;
}

.strng-mar {
    margin-left: 15px !important;
}

.label-mar {
    /*margin-left: 15px !important;*/
}
#FrmProjectDetail .label-mar {
    /*margin-left: 4px !important;*/
}
.col-margpad {
    margin-left: 0px !important;
    margin-top: 20px !important;
    padding-left: 0px !important;
}


.icon_select_mate {
    position: absolute;
    top: 10px;
    right: 5%;
    font-size: 16px;
    height: 22px;
    transition: all 275ms;
}


.select_mate_white {
    font-weight: 500;
    background-color: white;
    //box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
    border: 1px solid #e2e2e4;
    border-radius: 3px;
    transition: all 375ms ease-in-out;
    /* Oculto el elemento select */
}

    .select_mate_white:hover {
        //background-color: #78cd51;
        border: 1px solid #78cd51;
    }

.select_mate {
    color: #777;
    font-weight: 500;
    background-color: #78cd51;
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
    //border-right: 2px solid #78cd51;
    border-radius: 3px;
    transition: all 375ms ease-in-out;
    /* Oculto el elemento select */
}

.cont_list_select_mate {
    position: relative;
    float: left;
    width: 100%;
}

.cont_select_int {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    overflow: hidden;
    height: 0px;
    width: 100%;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 0px !important;
    border-right: 0px solid #78cd51;
    border-left: 0px solid #78cd51;
    border-bottom: 0px solid #78cd51;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.2);
    transition: all 375ms ease-in-out;
}

    .cont_select_int li {
        position: relative;
        float: left;
        width: 100%;
        //border-bottom: 1px solid #78cd51;
        //background-color: #F5F5F5;
        list-style-type: none;
        padding: 10px 2%;
        margin: 0px;
        transition: all 275ms ease-in-out;
        display: block;
        cursor: pointer;
    }

        .cont_select_int li:last-child {
            border-radius: 3px;
            border-bottom: 0px;
        }

        .cont_select_int li:hover {
            background-color: #EEEEEE;
        }

    .cont_select_int .active {
        background-color: #EEEEEE;
    }

/* etiqueta <p> con la opcion selecionada  */
.selecionado_opcion {
    padding: 10px 2%;
    width: 96%;
    display: block;
    margin: 0px;
    cursor: pointer;
    color: #fff;
}
/* /// END SELECT DECORATION CSS  ///  */







/* New Pro */



.day {
    border-radius: 50px !important;
}






.datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active:hover.disabled, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled:hover.disabled, .datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
    background: #314571 !important;
}



.marg .datetimepicker-days {
    border: 2px solid #314571;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
    padding: 0px 0px 20px 0px;
    width: 280px;
}

    .marg .datetimepicker-days table {
        width: 100%;
        padding: 10px 20px 20px 20px !important;
    }


.datetimepicker thead tr:first-child th, .datetimepicker tfoot tr:first-child th {
    height: 90px;
    border-radius: 0px !important;
    background: #314571;
    font-size: 25px;
    color: white;
    text-align: center !important;
}

    .datetimepicker thead tr:first-child th:hover, .datetimepicker tfoot tr:first-child th:hover {
        background: #314571 !important;
    }

.next, .prev {
    color: #78cd51 !important;
    font-size: 75px !important;
}

.secondry-txt {
    margin-left: 40px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.header-heading {
    margin-left: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px !important;
    text-transform: capitalize;
}

.logo-img {
    width: 170px;
    height: 75px;
}

.logo-img-home {
    width: 250px;
    height: 75px;
}

.top-nav ul.top-menu > li > a:hover {
    background: #20325A !important;
}

.top-nav ul.top-menu > li > a:active {
    background: #20325A !important;
}

.top-nav ul.top-menu > li > a:visited {
    background: #20325A !important;
}


input, textarea {
    color: #3e3f46;
    font-size: 14px !important;
}

    input:active,
    input:hover,
    input:focus {
        /*border: 1px solid #78cd51 !important;*/
    }
/*
    textarea:active,
    textarea:hover,
    textarea:focus {
        border-bottom: 1px solid #78cd51 !important;
    }*/

/*select:active,
select:hover,
select:focus {
    border: 1px solid #78cd51 !important;
}*/

.ddd {
    //height:100% !important;
    border: 0px solid black !important;
    //padding-bottom:50px;
}

.form-s {
    font-size: 25px;
    padding-top: 50px !important;
    margin-left: 20px;
    color: white;
}

.looginpt {
    color: #6CC04C;
    border-left: 0px solid #6CC04C !important;
    border-right: 1px solid #6CC04C !important;
    border-top: 1px solid #6CC04C !important;
    border-bottom: 1px solid #6CC04C !important;
    border-radius: 0px !important;
}

.loogbtn {
    color: #6CC04C;
    border-left: 1px solid #6CC04C;
    border-right: 0px solid #6CC04C;
    border-top: 1px solid #6CC04C;
    border-bottom: 1px solid #6CC04C;
}



.formpos {
    max-width: 370px;
    margin: 50px auto 0;
    //margin-bottom:200px !important;
    background: #585858;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}










.footttt {
    /*	border:0px solid black; 
	z-index:1002; 
	position:absolute; 
	width:100%; 
	
*/
    /*
	position:relative; 
	//z-index:999;
	width:100%;
    //bottom:-20px;
	//margin-top: -72px; 
	margin-top: 0px !ie; 
	height: 92px;
*/
    width: 100%;
    margin-top: 0px !ie; /* for IE */
    //height: 86px;
    bottom: -50px !important;
    margin: 0px;
    padding: 0px !important;
}

.planss {
    height: 50px;
}

.clr {
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px !important;
    padding-top: 0px;
    margin-left: 7px;
}

.timmingg {
    font-size: 1.5rem;
    padding: 5px 7px !important;
    font-weight: 600;
    min-width: 42px;
    line-height: 1;
    margin: 0;
    background-color: transparent;
    border: 0;
}

.timingapp > div .clr {
    color: #fff;
    padding: 0;
    margin: 0 !important;
    font-weight: normal;
}

#DivTimerinfo button {
    padding: .35rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    margin-top: 21px;
    border-radius: 60px;
    width: auto;
}

    #DivTimerinfo button#btnPauseTimeCard {
        background-color: #ffb822;
        border-color: #ffb822;
    }

    #DivTimerinfo button#btnStartTimeCard {
        background-color: #71c561;
        border-color: #71c561;
    }

    #DivTimerinfo button#btnStopTimeCard {
        background-color: #f4516c;
        border-color: #f4516c;
    }

li#DivTimerinfo > div {
    margin-left: 10px;
}


            .navgi-bar ul li.active-li, .navgi-bar ul li:hover, .navgi-bar ul li:focus, .navgi-bar ul li:active, .navgi-bar ul li:visited {
                border-left: 5px solid #EF4B4C !important;
                color: #fff;
                display: block;
            }



            /*.navgi-bar ul li a
{
  float:left;
  height:60px;
  width:100px;
  font-family: 'Open Sans', sans-serif;
  font-size:15px;
  font-weight:700;
  padding-left:5px;
  padding-right:5px;
  padding-top:10px;
  margin-left:5px;
  margin-right:5px;
  
  
}*/
.Doc_breadcrumb ul.breadcrumb li:first-child a {
    font-weight: 400;
}

.circle1 {
    min-height: 100px;
    bottom: 1px;
    z-index: -1;
    box-shadow: 0px 2px 2px 0px #6CC04C;
    border-radius: 4px;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}

    .circle1 h2 {
        font-size: 18px;
        text-align: center;
        font-weight: 900;
        color: #6CC04C;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .circle1 .span {
        font-size: 10px;
        font-weight: 600;
        color: black;
        margin-top: 0px;
    }

.circle2 {
    min-height: 100px;
    bottom: 1px;
    z-index: -1;
    box-shadow: 0px 2px 2px 0px #EF4B4C;
    border-radius: 4px;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}

    .circle2 h2 {
        font-size: 18px;
        text-align: center;
        font-weight: 900;
        color: #EF4B4C;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .circle2 .span {
        font-size: 10px;
        font-weight: 600;
        color: black;
        margin-top: 0px;
    }

.circle3 {
    min-height: 100px;
    bottom: 1px;
    z-index: -1;
    box-shadow: 0px 2px 2px 0px #20325A;
    border-radius: 4px;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}

    .circle3 h2 {
        font-size: 18px;
        text-align: center;
        font-weight: 900;
        color: #20325A;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .circle3 .span {
        font-size: 10px;
        font-weight: 600;
        color: black;
        margin-top: 0px;
    }

.circle4 {
    min-height: 100px;
    bottom: 1px;
    z-index: -1;
    box-shadow: 0px 2px 2px 0px #585858;
    border-radius: 4px;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}

    .circle4 h2 {
        font-size: 18px;
        text-align: center;
        font-weight: 900;
        color: #585858;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .circle4 .span {
        font-size: 10px;
        font-weight: 600;
        color: black;
        margin-top: 0px;
    }

.imgcricle {
    width: 80px;
}

.ohie {
    padding-top: 20px;
    background: #616161;
    color: white;
}

.datee {
    padding: 0px !important;
    margin: 0px !important;
}

.datee2 {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.paradiv {
    border: 0px solid black;
    margin-top: 10px !important;
    margin-left: 20px;
}






.scroll2 {
    height: 230px;
    width: 830px;
    overflow-x: scroll !important;
}

    .scroll2::-webkit-scrollbar {
        width: 7px;
    }

    .scroll2::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
        border-radius: 5px;
    }

    .scroll2::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    }




.scroll {
    height: 230px;
    overflow: scroll;
}

    .scroll::-webkit-scrollbar {
        width: 10px;
    }

    .scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 5px;
    }

    .scroll::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }


.panheight {
    min-height: 400px !important;
    padding: 10px;
}

.headingcolor {
    background: #6CC04C;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 22px;
}

.marg {
    margin-top: 10px;
}



.timee {
    height: 40px;
    padding: 10px;
    color: white !important;
    background: black !important;
}

.clr {
    color: black;
}

.btnsw {
    width: 70px;
}

.row-color-left-red {
    border-left: 5px solid #EF4B4C !important;
}

.row-color-left-green {
    border-left: 5px solid #6CC04C !important;
}

.footerss {
    height: 80px !important;
    border-top: 1px solid #d7d7d7;
}

.left-dir {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

.right-dir {
    float: right;
    margin-right: 0px !important;
}

.aclr-red {
    border-left: 5px solid #EF4B4C;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px !important;
    margin-right: 20px !important;
}

.aclr-green {
    border-left: 5px solid #6CC04C;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px !important;
    margin-right: 20px !important;
}

.side-first {
    width: 70%;
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 15px;
    color: black;
}

.side-second {
    width: 30%;
    float: right;
    padding-top: 30px;
    font-size: 13px;
    color: black;
}
.media-comment ul {
    list-style-type: disc;
}
p:not(.media-comment) ul li,
td:not(.encoded_descp) ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

/*::selection {
    background: #FF6C60;
    color: #fff;
}*/

::-moz-selection {
    background: #FF6C60;
    color: #fff;
}

#container {
    width: 100%;
    height: 100%;
}

/*login page*/

.login-body {
    background: url('/Assets/images/login-background.jpg') no-repeat center bottom fixed;
    background-size: 95%;
    box-sizing: border-box;
    min-height: 100vh;
    margin: 0;
    border-bottom: 18px solid #6cc04c;
    padding-top: 0px;
    /*    background-color: white;
	background-image: url('/Assets/images/login-background.png') !important;
    background-repeat: repeat-x !important;
	background-position:bottom !important;
    background-size: 100% !important;
*/
    /*  background: url(/Assets/images/login-background.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
   background-size: cover;
*/
}

.form-signin {
    max-width: 330px;
    margin: 100px auto 0;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .form-signin h2.form-signin-heading {
        margin: 0;
        padding: 20px 15px;
        text-align: center;
        background: #41cac0;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 300;
        font-family: 'Open Sans', sans-serif;
    }

    .form-signin .checkbox {
        margin-bottom: 14px;
    }

    .form-signin .checkbox {
        font-weight: normal;
        color: #b6b6b6;
        font-weight: 300;
        font-family: 'Open Sans', sans-serif;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 14px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"], .form-signin input[type="password"] {
        margin-bottom: 15px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #eaeaea;
        box-shadow: none;
        font-size: 12px;
    }

    .form-signin .btn-login {
        background: #f67a6e;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
        font-family: 'Open Sans', sans-serif;
        box-shadow: 0 4px #e56b60;
        margin-bottom: 20px;
    }

    .form-signin p {
        text-align: center;
        color: #b6b6b6;
        font-size: 16px;
        font-weight: 300;
    }

    .form-signin a {
        color: #41cac0;
    }

        .form-signin a:hover {
            color: #b6b6b6;
        }

.login-wrap {
    padding: 20px;
}

.login-social-link {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}

    .login-social-link a {
        color: #fff;
        padding: 15px 28px;
        border-radius: 4px;
    }

        .login-social-link a:hover {
            color: #fff;
        }

        .login-social-link a i {
            font-size: 20px;
            padding-right: 10px;
        }

        .login-social-link a.facebook {
            background: #5193ea;
            margin-right: 22px;
            box-shadow: 0 4px #2775e2;
            float: left;
        }

        .login-social-link a.twitter {
            background: #44ccfe;
            box-shadow: 0 4px #2bb4e8;
            float: left;
        }


/*sidebar navigation*/

#sidebar {
    width: 230px;
    height: 100%;
    position: absolute;
    background: #616161;
    margin-top: 40px;
    //border-bottom:2px solid #78CD51 !important;
    padding: 0px;
}



    #sidebar ul li {
        position: relative;
    }

    #sidebar .sub-menu > .sub li {
        padding-left: 32px;
    }

        #sidebar .sub-menu > .sub li:last-child {
            padding-bottom: 10px;
        }

/*LEFT NAVIGATION ICON*/
.dcjq-icon {
    height: 17px;
    width: 17px;
    display: inline-block;
    background: url(/Assets/images/nav-expand.png) no-repeat top;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 15px;
}

.active .dcjq-icon {
    background: url(/Assets/images/nav-expand.png) no-repeat bottom;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
/*---*/

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu, ul.sidebar-menu li ul.sub {
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 30px;
    /* OLD margin-top: 75px; */
}

#sidebar > ul > li > ul.sub {
    display: none;
}

    #sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
        display: block;
    }

ul.sidebar-menu li ul.sub li {
    background: #35404D;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

    ul.sidebar-menu li ul.sub li:last-child {
        border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
    }

    ul.sidebar-menu li ul.sub li a {
        font-size: 12px;
        padding: 6px 0;
        line-height: 35px;
        height: 35px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #aeb2b7;
    }

        ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
            color: #FF6C60;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
            display: block;
        }

ul.sidebar-menu li {
    /*line-height: 20px !important;*/
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 25px;
}

    ul.sidebar-menu li.sub-menu {
        line-height: 15px;
    }

    ul.sidebar-menu li a span {
        display: inline-block;
    }

    ul.sidebar-menu li a {
        color: #E9E9EB;
        text-decoration: none;
        display: block;
        padding: 15px 0 15px 10px;
        font-size: 12px;
        outline: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
            background: #20325A;
            color: #fff;
            display: block;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }


        ul.sidebar-menu li a i {
            font-size: 15px;
            padding-right: 6px;
        }

        ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
            color: #FF6C60;
        }

        ul.sidebar-menu li a.active i {
            color: #FF6C60;
        }


.mail-info, .mail-info:hover {
    margin: -3px 6px 0 0;
    font-size: 11px;
}

/*main content*/

#main-content {
    margin-left: 210px;
}

.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: relative;
}

.white-bg {
    background: #fff;
    border-bottom: 1px solid #f1f2f7;
}

/*.wrapper {
    display: inline-block;
    margin-top: 10px;
    padding: 15px;
    width: 100%;
    border: 0px solid black;
    background: white;
}*/

a.logo {
    font-size: 21px;
    color: #2e2e2e;
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
}

    a.logo:hover, a.logo:focus {
        text-decoration: none;
        outline: none;
    }

    a.logo span {
        color: #FF6C60;
    }


/*notification*/

#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {
    float: left;
    margin-top: 15px;
    margin-left: 92px;
}

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #f0f0f8 !important;
    padding: 2px 6px;
    margin-right: 15px;
}

    ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
        border: 1px solid #f0f0f8 !important;
        background-color: #fff !important;
        border-color: #f0f0f8 !important;
        text-decoration: none;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        color: #2E2E2E !important;
    }

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    }

    ;
}

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

    .dropdown-menu.extended li p.green {
        background-color: #a9d86e;
        color: #fff;
    }

    .dropdown-menu.extended li p.red {
        background-color: #ff6c60;
        color: #fff;
    }

    .dropdown-menu.extended li p.yellow {
        background-color: #fcb322;
        color: #fff;
    }

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

    .dropdown-menu.extended li a:hover {
        background-color: #F7F8F9 !important;
        color: #2E2E2E;
    }

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

    .dropdown-menu.inbox li a .subject .from {
        font-size: 12px;
        font-weight: 600;
    }

    .dropdown-menu.inbox li a .subject .time {
        font-size: 11px;
        font-style: italic;
        font-weight: bold;
        position: absolute;
        right: 5px;
    }

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.top-nav {
    margin-top: 7px;
}

    .top-nav ul.top-menu > li .dropdown-menu.logout {
        width: 268px !important;
    }

    .top-nav li.dropdown .dropdown-menu {
        float: right;
        right: 0;
        left: auto;
    }

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 33.3%;
}

    .dropdown-menu.extended.logout > li:last-child {
        float: left;
        text-align: center;
        width: 100%;
        background: #a9d96c;
        border-radius: 0 0 3px 3px;
    }

        .dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
            color: #fff;
            border-bottom: none !important;
            text-transform: uppercase;
        }

            .dropdown-menu.extended.logout > li:last-child > a:hover > i {
                color: #fff;
            }

    .dropdown-menu.extended.logout > li > a {
        color: #a4abbb;
        border-bottom: none !important;
    }

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
}

    .dropdown-menu.extended.logout > li > a:hover i {
        color: #50c8ea;
    }

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav .username {
    font-size: 13px;
    font-weight: 400;
    color: #555555;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}

.top-nav ul.top-menu > li {
    margin-left: 10px;
}

    .top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
        border: 1px solid #F1F2F7;
        background: #F1F2F7;
    }

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}

.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.log-arrow-up {
    background: url("/Assets/images/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

/*----*/

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.notify-arrow-yellow {
    border-color: transparent transparent #FCB322;
    border-bottom-color: #FCB322 !important;
    border-top-color: #FCB322 !important;
}

.notify-arrow-red {
    border-color: transparent transparent #ff6c60;
    border-bottom-color: #ff6c60 !important;
    border-top-color: #ff6c60 !important;
}

.notify-arrow-green {
    border-color: transparent transparent #a9d86e;
    border-bottom-color: #a9d86e !important;
    border-top-color: #a9d86e !important;
}


/*search*/

.search {
    margin-top: 6px;
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fff;
    box-shadow: none;
    padding: 0 5px 0 35px;
    color: #fff;
}

    .search:focus {
        margin-top: 5px;
        width: 180px;
        border: 1px solid #eaeaea;
        box-shadow: none;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #c8c8c8;
        font-weight: 300;
    }

/*--sidebar toggle---*/

.sidebar-toggle-boxone {
    float: left;
    padding-right: 15px;
    margin-top: 115px !important;
}

.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 40px !important;
}

    .sidebar-toggle-box .icon-reorder {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
    }


.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-left: 0px;
}

.sidebar-closed #sidebar {
    margin-left: -180px;
}

/*state overview*/

.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;
}

.state-overview .value {
    float: right;
}

    .state-overview .value h1, .state-overview .value p {
        margin: 0;
        padding: 0;
        color: #c6cad6;
    }

    .state-overview .value h1 {
        font-weight: 300;
    }

.state-overview .symbol i {
    color: #fff;
    font-size: 50px;
}

.state-overview .symbol {
    width: 40%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
    width: 58%;
    padding-top: 21px;
}

.state-overview .terques {
    background: #6ccac9;
}

.state-overview .red {
    background: #ff6c60;
}

.state-overview .yellow {
    background: #f8d347;
}

.state-overview .blue {
    background: #57c8f2;
}

.state-overview .purple {
    background: #E743DA;
}


/*main chart*/

.border-head h3 {
    border-bottom: 1px solid #c9cdd7;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
}

.custom-bar-chart {
    height: 290px;
    margin-top: 20px;
    margin-left: 10px;
    position: relative;
    border-bottom: 1px solid #c9cdd7;
}

    .custom-bar-chart .bar {
        height: 100%;
        position: relative;
        width: 4.3%;
        margin: 0px 2%;
        float: left;
        text-align: center;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0x;
        border-radius: 5px 5px 0 0;
        z-index: 10;
    }

        .custom-bar-chart .bar .title {
            position: absolute;
            bottom: -30px;
            width: 100%;
            text-align: center;
            font-size: 12px;
        }

        .custom-bar-chart .bar .value {
            position: absolute;
            bottom: 0;
            background: #bfc2cd;
            color: #bfc2cd;
            width: 100%;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }



            .custom-bar-chart .bar .value:hover {
                background: #e8403f;
                color: #fff;
            }

.y-axis {
    color: #555555;
    position: absolute;
    text-align: right;
    width: 100%;
}

    .y-axis li {
        border-top: 1px dashed #dbdce0;
        display: block;
        height: 58px;
        width: 100%;
    }

        .y-axis li:last-child {
            border-top: none;
        }

        .y-axis li span {
            display: block;
            margin: -10px 0 0 -25px;
            padding: 0 10px;
            width: 40px;
        }

.y-axis {
    color: #555555;
    text-align: right;
}




/*spark line*/
.chart {
    display: inline-block;
    text-align: center;
    width: 100%;
}

    .chart .heading {
        text-align: left;
    }

        .chart .heading span {
            display: block;
        }

.panel.green-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight: normal;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

#barchart {
    margin-bottom: -15px;
    display: inline-block;
}

.chart-tittle .title {
}

.panel.green-chart .chart-tittle .value {
    float: right;
    color: #c0f080;
}

.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}

.panel.terques-chart {
    background: #41cac0;
    color: #fff;
}

    .panel.terques-chart .chart-tittle .value {
        float: right;
        color: #fff;
    }

        .panel.terques-chart .chart-tittle .value a {
            color: #fff;
            font-size: 12px;
        }

            .panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active {
                color: #55f2e7;
                font-size: 12px;
            }

    .panel.terques-chart .chart-tittle {
        font-size: 16px;
        padding: 15px;
        display: inline-block;
        font-weight: normal;
        background: #39b7ac;
        width: 100%;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px;
    }

.inline-block {
    display: inline-block;
}

/**/

.panel-body.chart-texture {
    background: url("/Assets/images/chart-texture.jpg");
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}


/*personal task*/

.task-thumb {
    width: 130px;
    float: left;
    border: 0px solid black;
}

    .task-thumb img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 3px solid #6CC04C;
        height: 100px;
    }

.task-thumb-details {
    display: inline-block;
    margin: 25px 0 0 10px;
}

.task-progress {
    float: left;
    padding-bottom: 10px !important;
}

    .task-thumb-details h1, .task-thumb-details h1 a, .task-progress h1, .task-progress h1 a {
        color: #39b5aa;
        font-size: 18px;
        margin: 0;
        padding: 0;
        font-weight: 400;
    }

    .task-thumb-details p, .task-progress p {
        padding-top: 5px;
        color: #a4aaba;
    }


.personal-task tbody tr td {
    padding: 11px 15px;
    border-color: #eeeff1;
    text-align: left !important;
}

    .personal-task tbody tr td span {
        font-size: 15px !important;
        color: black;
    }

    .personal-task tbody tr td i {
        font-size: 20px;
        color: #c7cbd4;
    }

.personal-task.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f7f8fc;
}

    .personal-task.table-hover > tbody > tr:hover > td i {
        color: #39b5aa;
    }

.personal-task > tbody > tr > td:last-child {
    text-align: right;
}

.task-option {
    float: right;
}

    .task-option select {
        height: 35px;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 8px;
        color: #a4abbb;
    }

.progress-panel {
    padding-bottom: 5px;
}

/*badge*/

.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #FCB322;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}


/*timeline*/

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

    .timeline:before {
        background-color: #C7CBD6;
        bottom: 0px;
        content: "";
        left: 50%;
        position: absolute;
        top: 0;
        width: 2px;
        z-index: 0;
    }

h3.timeline-title {
    margin: 0;
    color: #C8CCD7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.t-info {
    color: #C8CCD7;
}

.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item {
    display: table-row;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

    .timeline-desk h1 {
        font-size: 16px;
        font-weight: 300;
        margin: 0 0 5px;
    }

    .timeline-desk .panel {
        display: block;
        margin-left: 25px;
        position: relative;
        text-align: left;
        background: #F4F4F4;
    }

.timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.timeline-item .timeline-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
    left: auto;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.timeline .timeline-icon {
    left: -30px;
    position: absolute;
    top: 15px;
}

.timeline .timeline-icon {
    background: #C7CBD6;
    box-shadow: 0 0 0 3px #C7CBD6;
}

.timeline-desk span a {
    text-transform: uppercase;
}

    .timeline-desk h1.red, .timeline-desk span a.red {
        color: #EF6F66;
    }

    .timeline-desk h1.green, .timeline-desk span a.green {
        color: #39B6AE;
    }

    .timeline-desk h1.blue, .timeline-desk span a.blue {
        color: #56C9F5;
    }

    .timeline-desk h1.purple, .timeline-desk span a.purple {
        color: #8074C6;
    }

    .timeline-desk h1.light-green, .timeline-desk span a.light-green {
        color: #A8D76F;
    }

.timeline .timeline-icon.red {
    background: #EF6F66;
    box-shadow: 0 0 0 3px #EF6F66;
}

.timeline .timeline-icon.green {
    background: #39B6AE;
    box-shadow: 0 0 0 3px #39B6AE;
}

.timeline .timeline-icon.blue {
    background: #56C9F5;
    box-shadow: 0 0 0 3px #56C9F5;
}

.timeline .timeline-icon.purple {
    background: #8074C6;
    box-shadow: 0 0 0 3px #8074C6;
}

.timeline .timeline-icon.light-green {
    background: #A8D76F;
    box-shadow: 0 0 0 3px #A8D76F;
}

.timeline .timeline-icon {
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    height: 12px;
    width: 12px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -32px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}

.timeline .timeline-date {
    left: -200px;
    position: absolute;
    text-align: right;
    top: 12px;
    width: 150px;
}

.timeline-desk h5 span {
    color: #999999;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}


.timeline-item.alt:before {
    display: none;
}

.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-desk p {
    font-size: 12px;
    margin-bottom: 0;
}

.timeline-desk a {
    color: #EF6F66;
}

.timeline-desk .panel {
    margin-bottom: 5px;
}

.timeline-desk .album {
    margin-top: 20px;
}

    .timeline-desk .album a {
        margin-right: 5px;
        float: left;
    }

.timeline-desk .notification {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 20px;
    padding: 8px;
}


.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 25px;
}

.timeline-item.alt .timeline-date {
    left: auto;
    right: -200px;
    text-align: left;
}

.mbot30 {
    margin-bottom: 30px;
}

/*---revenue----*/

.revenue-head {
    background: #ff6c60;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    line-height: 50px;
}

    .revenue-head span {
        background: #e56155;
        padding: 16px;
        -webkit-border-radius: 4px 0px 0px 0px;
        border-radius: 4px 0px 0px 0px;
    }

        .revenue-head span i {
            font-size: 18px;
        }

    .revenue-head h3 {
        display: inline;
        padding: 0 10px;
        font-size: 16px;
        font-weight: 300;
    }

    .revenue-head span.rev-combo {
        background: #e56155;
        padding: 16px;
        line-height: normal;
        -webkit-border-radius: 0px 4px 0px 0px;
        border-radius: 0px 4px 0px 0px;
    }

/*easy pie chart*/

.easy-pie-chart {
    display: inline-block;
    padding: 30px 0;
}

.chart-info, .chart-info .increase, .chart-info .decrease {
    display: inline-block;
}

.chart-info {
    width: 100%;
    margin-bottom: 5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0 3px;
}

.chart-info .increase {
    background: #ff6c60;
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
}

.panel-footer.revenue-foot {
    background-color: #e6e7ec;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .panel-footer.revenue-foot {
        margin-bottom: -4px;
    }

    ;
}


.panel-footer.revenue-foot ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
}

    .panel-footer.revenue-foot ul li {
        float: left;
        width: 33.33%;
    }

        .panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a {
            -webkit-border-radius: 0px 0px 0px 4px;
            border-radius: 0px 0px 0px 4px;
        }

        .panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a {
            -webkit-border-radius: 0px 0px 4px 0px;
            border-radius: 0px 0px 4px 0px;
            border-right: none;
        }

        .panel-footer.revenue-foot ul li a {
            display: inline-block;
            width: 100%;
            padding: 14px 15px;
            text-align: center;
            border-right: 1px solid #d5d8df;
            color: #797979;
        }

            .panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
                background: #fff;
                position: relative;
            }

            .panel-footer.revenue-foot ul li a i {
                color: #c6cad5;
                display: block;
                font-size: 16px;
            }

            .panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
                color: #ff6c60;
                display: block;
                font-size: 16px;
            }

/*flatlab carousel model*/

.flat-carousal {
    background: #58c9f3;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    padding: 10px;
    color: #fff;
    position: relative;
}

    .flat-carousal h1 {
        text-align: center;
        font-size: 16px;
        margin: 30px 20px;
        line-height: 20px;
        font-weight: 300;
        font-style: italic;
    }

a.view-all {
    color: #fff;
    background: rgba(0,0,0,0.1);
    padding: 8px 15px;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-bottom: 18px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

ul.ft-link {
    margin: 0;
    padding: 0;
}

    ul.ft-link li {
        border-right: 1px solid #E6E7EC;
        display: inline-block;
        line-height: 30px;
        margin: 8px 0;
        text-align: center;
        width: 24%;
    }

        ul.ft-link li a {
            color: #74829c;
            text-transform: uppercase;
            font-size: 12px;
        }

            ul.ft-link li a:hover, ul.ft-link li.active a {
                color: #58c9f3;
            }

        ul.ft-link li:last-child {
            border-right: none;
        }

        ul.ft-link li a i {
            display: block;
        }


#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-buttons {
    position: absolute;
    top: 70px;
    width: 100%;
}

.owl-prev, .owl-next {
    position: absolute;
}

.owl-next {
    right: 0;
}

.owl-buttons .owl-prev {
    text-indent: -9999px;
    background: url("/Assets/images/left-arrow.png") no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
}

.owl-buttons .owl-next {
    text-indent: -9999px;
    background: url("/Assets/images/right-arrow.png") no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
}

/*product post*/

.post-wrap aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.pro-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.post-info {
    position: relative;
}

.arrow-pro.right:after {
    border-left-color: #FFFFFF;
    border-right-width: 0;
    top: 85px;
    content: " ";
}

.arrow-pro.left:after {
    border-right-color: #FFFFFF;
    border-left-width: 0;
    top: 80px;
    content: " ";
}

.arrow-pro.left {
    left: -8px;
}

.arrow-pro:after {
    border-width: 7px;
    content: "";
}

.arrow-pro, .arrow-pro:after {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    right: -5px;
}

.post-highlight.yellow {
    background: #f8d347;
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
}

.post-highlight.terques {
    background: #41cac0;
    border-radius: 4px 0px 0px 04px;
    -webkit-border-radius: 4px 0px 0px 04px;
}

.post-info h1 {
    margin: 0;
    font-size: 18px;
    color: #a19899;
    font-weight: 300;
}

.post-highlight.terques h2 {
    font-size: 16px;
    color: #fff;
    font-style: italic;
    padding: 0 20px;
    line-height: 22px;
    margin: 0;
    font-weight: 300;
}

    .post-highlight.terques h2 span, .post-highlight.terques h2 a {
        color: #92faf3;
    }

.post-info h1 strong {
    text-transform: uppercase;
    color: #937b7b;
}

.post-info .desk {
    display: inline-block;
}

    .post-info .desk h3 {
        font-size: 16px;
    }

    .post-info .desk.yellow h3 {
        color: #f8d347;
    }

.post-btn {
}

    .post-btn a {
        float: left;
        margin-right: 8px;
        font-size: 18px;
        color: #9a9a9a;
    }

        .post-btn a:hover {
            color: #727272;
        }

.pro-thumb {
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(256,256,256,0.4);
}

    .pro-thumb img {
        text-align: center;
        width: 112px;
        height: 112px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.v-align {
    vertical-align: middle !important;
}

.twite h1 {
    margin: 50px 0;
}


.social-footer {
    display: inline;
    text-align: center;
}

    .social-footer ul {
        text-align: center;
        margin: 0;
        padding: 0;
    }

        .social-footer ul li {
            display: inline-block;
            margin: 0 20px;
        }

            .social-footer ul li a {
                font-size: 25px;
                color: #ceced0;
            }

                .social-footer ul li a:hover i.icon-facebook, .social-footer ul li.active a i.icon-facebook {
                    color: #486eac;
                }

                .social-footer ul li a:hover i.icon-twitter, .social-footer ul li.active a i.icon-twitter {
                    color: #58c9f3;
                }

                .social-footer ul li a:hover i.icon-google-plus, .social-footer ul li.active a i.icon-google-plus {
                    color: #4a4a4a;
                }

                .social-footer ul li a:hover i.icon-pinterest, .social-footer ul li.active a i.icon-pinterest {
                    color: #d1282d;
                }

/*pie chart */

.pie-foot {
    background: #6b6b6b;
    padding: 18px 15px;
    color: #fff;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

/*follower*/

.follower {
    background: #01a89e;
    color: #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.follower-foot {
    padding: 8px 5px 5px 5px;
    color: #757575;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    font-weight: 300;
}

    .follower-foot ul {
        padding: 0;
        margin: 0;
    }

        .follower-foot ul li {
            display: inline-block;
            text-align: center;
            width: 48%;
            line-height: normal;
        }

            .follower-foot ul li h5 {
                margin: 5px 0 0 0;
            }

.follower h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 300;
}

.follow-ava {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #18b2a6;
    display: inline-block;
}

.follower img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 62px;
    height: 62px;
    /*display: inline-block;*/
}

/*weather*/

.weather-bg {
    background: #8175c7;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

    .weather-bg i {
        font-size: 60px;
        display: block;
    }

    .weather-bg .degree {
        font-size: 60px;
    }

.weather-category {
    padding: 15px 0;
    color: #74829C;
}

    .weather-category ul {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 100%;
    }

        .weather-category ul li {
            display: inline-block;
            width: 32%;
            text-align: center;
            border-right: 1px solid #e6e6e6;
            display: inline-block;
        }

            .weather-category ul li h5 {
                margin: 0 0 5px 0;
                text-transform: uppercase;
                font-weight: 300;
            }

            .weather-category ul li a {
            }

            .weather-category ul li:last-child {
                border-right: none;
            }

/*fontawesome*/

.fontawesome-icon-list h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
}

.fontawesome-icon-list .col-sm-3 {
    margin-bottom: 10px;
}

.fontawesome-icon-list .page-header {
    border-bottom: 1px solid #C9CDD7;
}

.fontawesome-icon-list i {
    font-size: 16px;
    padding-right: 10px;
}

#web-application, #text-editor, #directional, #video-player, #brand, #medical, #currency {
    margin-top: 10px;
}

/*mail inbox*/

.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .mail-box aside {
        display: table-cell;
        float: none;
        height: 100%;
        padding: 0;
        vertical-align: top;
    }

    .mail-box .sm-side {
        width: 25%;
        background: #e5e8ef;
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
    }

    .mail-box .lg-side {
        width: 75%;
        background: #fff;
        border-radius: 0px 4px 4px 0;
        -webkit-border-radius: 0px 4px 4px 0;
    }

    .mail-box .sm-side .user-head {
        background: #00a8b3;
        border-radius: 4px 0px 0px 0;
        -webkit-border-radius: 4px 0px 0px 0;
        padding: 10px;
        color: #fff;
        min-height: 80px;
    }

.user-head .inbox-avatar {
    width: 65px;
    float: left;
}

    .user-head .inbox-avatar img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px;
}

    .user-head .user-name h5 {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 0;
        font-weight: 300;
    }

        .user-head .user-name h5 a {
            color: #fff;
        }

    .user-head .user-name span a {
        font-size: 12px;
        color: #87e2e7;
    }

a.mail-dropdown {
    background: #80d3d9;
    padding: 3px 5px;
    font-size: 10px;
    color: #01a7b3;
    border-radius: 2px;
    margin-top: 20px;
}

.inbox-body {
    padding: 20px;
}

.btn-compose {
    background: #ff6c60;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    color: #fff;
}

    .btn-compose:hover {
        background: #f5675c;
        color: #fff;
    }

ul.inbox-nav {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}

ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}

    ul.inbox-nav li a {
        color: #6a6a6a;
        line-height: 45px;
        width: 100%;
        display: inline-block;
        padding: 0 20px;
    }

        ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
            color: #6a6a6a;
            background: #d5d7de;
        }

        ul.inbox-nav li a i {
            padding-right: 10px;
            font-size: 16px;
            color: #6a6a6a;
        }

        ul.inbox-nav li a span.label {
            margin-top: 13px;
        }

ul.labels-info li h4 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    color: #5c5c5e;
    font-size: 13px;
    text-transform: uppercase;
}

ul.labels-info li {
    margin: 0;
}

    ul.labels-info li a {
        color: #6a6a6a;
        border-radius: 0;
    }

        ul.labels-info li a:hover, ul.labels-info li a:focus {
            color: #6a6a6a;
            background: #d5d7de;
        }

        ul.labels-info li a i {
            padding-right: 10px;
        }

.nav.nav-pills.nav-stacked.labels-info p {
    margin-bottom: 0;
    padding: 0 22px;
    color: #9d9f9e;
    font-size: 11px;
}

.inbox-head {
    padding: 20px;
    background: #41cac0;
    color: #fff;
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    min-height: 80px;
}

    .inbox-head h3 {
        margin: 0;
        display: inline-block;
        padding-top: 6px;
        font-weight: 300;
    }

    .inbox-head .sr-input {
        height: 40px;
        border: none;
        box-shadow: none;
        padding: 0 10px;
        float: left;
        border-radius: 4px 0 0 4px;
        color: #8a8a8a;
    }

    .inbox-head .sr-btn {
        height: 40px;
        border: none;
        background: #00a6b2;
        color: #fff;
        padding: 0 20px;
        border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
    }

.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}

    .table-inbox tr td {
        padding: 12px !important;
    }

        .table-inbox tr td:hover {
            cursor: pointer;
        }

        .table-inbox tr td .icon-star.inbox-started, .table-inbox tr td .icon-star:hover {
            color: #f78a09;
        }

        .table-inbox tr td .icon-star {
            color: #d5d5d5;
        }

    .table-inbox tr.unread td {
        font-weight: 600;
        background: #f7f7f7;
    }

ul.inbox-pagination {
    float: right;
}

    ul.inbox-pagination li {
        float: left;
    }

.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

    .mail-option .chk-all, .mail-option .btn-group {
        margin-right: 5px;
    }

        .mail-option .chk-all, .mail-option .btn-group a.btn {
            border: 1px solid #e7e7e7;
            padding: 5px 10px;
            display: inline-block;
            background: #fcfcfc;
            color: #afafaf;
            border-radius: 3px !important;
            -webkit-border-radius: 3px !important;
        }

.inbox-pagination a.np-btn {
    border: 1px solid #e7e7e7;
    padding: 5px 15px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.mail-option .chk-all input[type=checkbox] {
    margin-top: 0;
}

.mail-option .btn-group a.all {
    padding: 0;
    border: none;
}

.inbox-pagination a.np-btn {
    margin-left: 5px;
}

.inbox-pagination li span {
    display: inline-block;
    margin-top: 7px;
    margin-right: 5px;
}

.fileinput-button {
    border: 1px solid #e6e6e6;
    background: #eeeeee;
}

.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.btn-send, .btn-send:hover {
    background: #00A8B3;
    color: #fff;
}

    .btn-send:hover {
        background: #009da7;
    }

.modal-header h4.modal-title {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

/*.modal-body label {
    font-weight: 400;
}*/


/*404 page*/

.body-404 {
    background: #18d4cb;
    color: #fff;
}

.error-wrapper {
    text-align: center;
    margin-top: 10%;
}

    .error-wrapper .icon-404 {
        background: url("/Assets/images/404_icon.png") no-repeat;
        width: 289px;
        height: 274px;
        display: inline-block;
        margin-left: 30px;
    }


    .error-wrapper h1 {
        font-size: 90px;
        font-weight: 300;
        margin: -50px 0 0 0;
    }

    .error-wrapper h2 {
        font-size: 20px;
        font-weight: 300;
        margin: 0 0 30px 0;
    }

    .error-wrapper p, .error-wrapper p a {
        font-size: 18px;
        font-weight: 300;
    }

        .error-wrapper p.page-404 {
            color: #7dfff7;
        }

            .error-wrapper p.page-404 a, .error-wrapper p.page-500 a, .error-wrapper p.page-404 a:hover, .error-wrapper p.page-500 a:hover {
                color: #fff;
            }


/*500 page*/

.body-500 {
    background: #8075c6;
    color: #fff;
}

.error-wrapper p.page-500 {
    color: #afa5f1;
}

.error-wrapper .icon-500 {
    background: url("/Assets/images/500_icon.png") no-repeat;
    width: 289px;
    height: 274px;
    display: inline-block;
    margin-left: 55px;
}

/*profile*/

.profile-nav .user-heading {
    background: #ff766c;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

    .profile-nav .user-heading.round a {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 10px solid rgba(256,256,256,0.3);
        display: inline-block;
    }

    .profile-nav .user-heading a img {
        width: 112px;
        height: 112px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .profile-nav .user-heading h1 {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 5px;
    }

    .profile-nav .user-heading p {
        font-size: 12px;
    }

.profile-nav ul {
    margin-top: 1px;
}

    .profile-nav ul > li {
        border-bottom: 1px solid #ebeae6;
        margin-top: 0;
        line-height: 30px;
    }

        .profile-nav ul > li:last-child {
            border-bottom: none;
        }

        .profile-nav ul > li > a {
            border-radius: 0;
            -webkit-border-radius: 0;
            color: #89817f;
            border-left: 5px solid #fff;
        }

            .profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active a {
                background: #f8f7f5 !important;
                border-left: 5px solid #ff766c;
                color: #89817f !important;
            }

        .profile-nav ul > li:last-child > a:last-child {
            border-radius: 0 0 4px 4px;
            -webkit-border-radius: 0 0 4px 4px;
        }

        .profile-nav ul > li > a > i {
            font-size: 16px;
            padding-right: 10px;
            color: #bcb3aa;
        }

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}


.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

.profile-info .panel-footer {
    background-color: #f8f7f5;
    border-top: 1px solid #e7ebee;
}

    .profile-info .panel-footer ul li a {
        color: #7a7a7a;
    }

.bio-graph-heading {
    background: #41cac0;
    color: #fff;
    text-align: center;
    font-style: italic;
    padding: 40px 110px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.bio-graph-info {
    color: #89817e;
}

    .bio-graph-info h1 {
        font-size: 22px;
        font-weight: 300;
        margin: 0 0 20px;
    }

.bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding: 0 15px;
}

    .bio-row p span {
        width: 140px;
        display: inline-block;
    }

.bio-chart, .bio-desk {
    float: left;
}

.bio-chart {
    width: 40%;
}

.bio-desk {
    width: 60%;
}

    .bio-desk h4 {
        font-size: 15px;
        font-weight: 400;
    }

        .bio-desk h4.terques {
            color: #4CC5CD;
        }

        .bio-desk h4.red {
            color: #e26b7f;
        }

        .bio-desk h4.green {
            color: #97be4b;
        }

        .bio-desk h4.purple {
            color: #caa3da;
        }

.file-pos {
    margin: 6px 0 10px 0;
}

.profile-activity h5 {
    font-weight: 300;
    margin-top: 0;
    color: #c3c3c3;
}

.summary-head {
    background: #ee7272;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ee7272;
}

    .summary-head h4 {
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .summary-head p {
        color: rgba(256,256,256,0.6);
    }

ul.summary-list {
    display: inline-block;
    padding-left: 0;
    width: 100%;
    margin-bottom: 0;
}

    ul.summary-list > li {
        display: inline-block;
        width: 19.5%;
        text-align: center;
    }

        ul.summary-list > li > a > i {
            display: block;
            font-size: 18px;
            padding-bottom: 5px;
        }

        ul.summary-list > li > a {
            padding: 10px 0;
            display: inline-block;
            color: #818181;
        }

    ul.summary-list > li {
        border-right: 1px solid #eaeaea;
    }

        ul.summary-list > li:last-child {
            border-right: none;
        }

.activity {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .activity.alt {
        width: 100%;
        float: right;
        margin-bottom: 10px;
    }

    .activity span {
        float: left;
    }

    .activity.alt span {
        float: right;
    }

    .activity span, .activity.alt span {
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #eee;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

    .activity.terques span {
        background: #8dd7d6;
    }

    .activity.terques h4 {
        color: #8dd7d6;
    }

    .activity.purple span {
        background: #b984dc;
    }

    .activity.purple h4 {
        color: #b984dc;
    }

    .activity.blue span {
        background: #90b4e6;
    }

    .activity.blue h4 {
        color: #90b4e6;
    }

    .activity.green span {
        background: #aec785;
    }

    .activity.green h4 {
        color: #aec785;
    }

    .activity h4 {
        margin-top: 0;
        font-size: 16px;
    }

    .activity p {
        margin-bottom: 0;
        font-size: 13px;
    }

    .activity .activity-desk i, .activity.alt .activity-desk i {
        float: left;
        font-size: 18px;
        margin-right: 10px;
        color: #bebebe;
    }

    .activity .activity-desk {
        margin-left: 70px;
        position: relative;
    }

    .activity.alt .activity-desk {
        margin-right: 70px;
        position: relative;
    }

        .activity.alt .activity-desk .panel {
            float: right;
            position: relative;
        }

.activity-desk .panel {
    background: #F4F4F4;
    display: inline-block;
}


.activity .activity-desk .arrow {
    border-right: 8px solid #78CD51 !important;
}

.activity .activity-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .arrow-alt {
    border-left: 8px solid #20325A !important;
}

.activity-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .album {
    display: inline-block;
    margin-top: 10px;
}

    .activity-desk .album a {
        margin-right: 10px;
    }

        .activity-desk .album a:last-child {
            margin-right: 0px;
        }

/*invoice*/

.invoice-list {
    margin-bottom: 30px;
}

    .invoice-list h4 {
        font-weight: 300;
        font-size: 16px;
    }

.invoice-block {
    text-align: right;
}

ul.amounts li {
    background: #f5f5f5;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
}

.invoice-btn a {
    font-weight: 300;
    margin: 0 5px;
    font-size: 16px;
}

.corporate-id {
    margin-bottom: 30px;
}

/*panel heading color*/

.panel-primary > .panel-heading.navyblue {
    background-color: #2A3542;
    border-color: #2A3542;
    color: #FFFFFF;
}

/*table*/

.table-advance tr td {
    vertical-align: middle !important;
}

.no-border {
    border-bottom: none;
}

.dataTables_length, .dataTables_filter {
    padding: 15px;
}

.dataTables_info {
    padding: 0 15px;
}

.dataTables_filter {
    float: right;
}

.dataTables_length select {
    width: 65px;
    padding: 5px 8px;
}

.dataTables_length label, .dataTables_filter label {
    font-weight: 300;
}

.dataTables_filter label {
    width: 100%;
}

    .dataTables_filter label input {
        width: 78%;
    }

.border-top {
    border-top: 1px solid #ddd;
}

.dataTables_paginate.paging_bootstrap.pagination li {
    float: left;
    margin: 0 1px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .dataTables_paginate.paging_bootstrap.pagination li.disabled a {
        color: #c7c7c7;
    }

    .dataTables_paginate.paging_bootstrap.pagination li a {
        color: #797979;
        padding: 5px 10px;
        display: inline-block;
    }

    .dataTables_paginate.paging_bootstrap.pagination li:hover a, .dataTables_paginate.paging_bootstrap.pagination li.active a {
        color: #797979;
        background: #eee;
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

.dataTables_paginate.paging_bootstrap.pagination {
    float: right;
    margin-right: 15px;
    margin-top: -5px;
    margin-bottom: 15px;
}

.dataTable tr:last-child {
    border-bottom: 1px solid #ddd;
}

/*calender*/

.has-toolbar.fc {
    margin-top: 50px;
}

.fc-header-title {
    display: inline-block;
    margin-top: -50px;
    vertical-align: top;
}

.fc-view {
    margin-top: -50px;
    overflow: hidden;
    width: 100%;
}

.fc-state-default, .fc-state-default .fc-button-inner {
    background: #F3F3F3 !important;
    border-color: #DDDDDD;
    border-style: none solid;
    color: #646464;
}

.fc-state-active, .fc-state-active .fc-button-inner,
.fc-state-hover, .fc-state-hover .fc-button-inner {
    background: #FF6C60 !important;
    color: #fff !important;
}

.fc-event-skin {
    background-color: #6883a3 !important;
    border-color: #6883a3 !important;
    color: #FFFFFF !important;
}

.fc-grid th {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #F3F3F3 !important;
}

.fc-header-title h2 {
    font-size: 20px !important;
    color: #C8CCD7;
    font-weight: 300;
}

.external-event {
    cursor: move;
    display: inline-block !important;
    margin-bottom: 6px !important;
    margin-right: 6px !important;
    padding: 8px;
}

#external-events p input[type="checkbox"] {
    margin: 0;
}

.drg-event-title {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.fc-content .fc-event {
    border-radius: 4px;
    webkit-border-radius: 4px;
    padding: 4px 6px;
}

.fc-corner-left {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.fc-corner-right {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.drp-rmv {
    padding-top: 10px;
    margin-top: 10px;
}


/*button*/

.btn-row {
    margin-bottom: 10px;
}

/*tabs*/

.tab-head {
    background: #7087a3;
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}

.tab-container {
    margin-top: 10px;
}

.tab-head .nav-tabs > li > a {
    border-radius: 0;
    margin-right: 1px;
    color: #fff;
}

    .tab-head .nav-tabs > li.active > a, .tab-head .nav-tabs > li > a:hover, .tab-head .nav-tabs > li.active > a:hover, .tab-head .nav-tabs > li.active > a:focus {
        background-color: #f1f2f7;
        border-color: #f1f2f7;
        color: #797979;
    }

/*general page*/

.progress-xs {
    height: 8px;
}

.progress-sm {
    height: 12px;
}

.panel-heading .nav {
    border: medium none;
    font-size: 13px;
    margin: -10px -15px -11px;
}

.tab-bg-dark-navy-blue {
    background: #7087A3;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
    border-width: 0;
    border-radius: 0;
}

.panel-heading .nav > li > a {
    color: #fff;
}

    .panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
        color: #47596f;
        background: #fff;
    }

.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
}


.tab-right {
    height: 38px;
}

    .panel-heading.tab-right .nav > li:first-child.active > a, .tab-right.panel-heading .nav > li:first-child > a:hover {
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .panel-heading.tab-right .nav > li:last-child.active > a, .tab-right.panel-heading .nav > li:last-child > a:hover {
        border-radius: 0 4px 0 0;
        -webkit-border-radius: 0 4px 0 0;
    }

.panel-heading.tab-right .nav-tabs > li > a {
    margin-left: 1px;
    margin-right: 0px;
}

.m-bot20 {
    margin-bottom: 20px;
}

.m-bot-none {
    margin-bottom: 0;
}

.wht-color {
    color: #fff;
}

.close-sm {
    font-size: 14px;
}

/*carousel*/

.carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
    border: none;
    transition: background-color 0.25s ease 0s;
    -moz-transition: background-color 0.25s ease 0s;
    -webkit-transition: background-color 0.25s ease 0s;
}

.carousel-indicators .active {
    background: #ff6c60;
    height: 10px;
    margin: 1px;
    width: 10px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-control {
    color: #999999;
    text-shadow: none;
    width: 45px;
}

    .carousel-control i {
        display: inline-block;
        height: 25px;
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        width: 20px;
        z-index: 5;
    }


    .carousel-control.left, .carousel-control.right {
        background: none;
        filter: none;
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #CCCCCC;
        opacity: 0.9;
        text-decoration: none;
    }

.carousel-inner h3 {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.carousel-inner {
    margin-bottom: 15px;
}

/*gritter*/
.gritter-close {
    left: auto !important;
    right: 3px !important;
}


/*form*/


.sm-input {
    width: 175px;
}

.form-horizontal.tasi-form .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .form-horizontal.tasi-form .form-group:last-child {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }


    .form-horizontal.tasi-form .form-group .help-block {
        margin-bottom: 0;
    }


.round-input {
    border-radius: 500px;
    -webkit-border-radius: 500px;
}


.m-bot15 {
    margin-bottom: 15px;
}

.form-horizontal.tasi-form .checkbox-inline > input {
    margin-top: 1px;
    border: none;
}


/*form validation*/

.cmxform .form-group label.error {
    display: inline;
    margin: 5px 0;
    color: #B94A48;
    font-weight: 400;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus, .cmxform .form-group input.error, .cmxform .form-group textarea.error {
    /*border-color: #B94A48 !important;*/
}

#signupForm label.error {
    display: inline;
    margin: 5px 0px;
    width: auto;
    color: #B94A48;
}

.checkbox, .checkbox:hover, .checkbox:focus {
    border: none;
}


/*slider*/
table.sliders tr td {
    padding: 30px 0;
    border: none;
}

.slider {
    margin-top: 3px;
}

.slider-info {
    padding-top: 10px;
}

.sliders .ui-widget-header {
    background: #22bacf !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0 !important;
}


#eq span {
    height: 120px;
    float: left;
    margin: 15px
}


.ui-widget-content {
    background: #fff !important;
    /*background: #f0f2f7 !important;*/
    opacity: 1 !important;
}

.ui-slider-horizontal {
    height: 8px !important;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -0.57em !important;
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #fff;
    border: 3px solid #22bacf;
    border-radius: 50%;
    -webkit-border-radius: 50% ;
}

.ui-slider-vertical {
    width: 8px !important;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -0.5em !important;
    }

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.6em;
    position: absolute;
    width: 1.6em;
    z-index: 2;
}

.bound-s {
    width: 90px;
    margin-bottom: 15px;
}


/*----switch ----*/


.has-switch {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.231;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    -webkit-mask: url('/Assets/images/mask.png') 0 0 no-repeat;
    mask: url('/Assets/images/mask.png') 0 0 no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .has-switch.deactivate {
        opacity: 0.5;
        filter: alpha(opacity=50);
        cursor: default !important;
    }

        .has-switch.deactivate label,
        .has-switch.deactivate span {
            cursor: default !important;
        }

    .has-switch > div {
        width: 162%;
        position: relative;
        top: 0;
    }

        .has-switch > div.switch-animate {
            -webkit-transition: left 0.25s ease-out;
            -moz-transition: left 0.25s ease-out;
            -o-transition: left 0.25s ease-out;
            transition: left 0.25s ease-out;
            -webkit-backface-visibility: hidden;
        }

        .has-switch > div.switch-off {
            left: -63%;
        }

            .has-switch > div.switch-off label {
                background-color: #7f8c9a;
                border-color: #bdc3c7;
                -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
                -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
                box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
            }

        .has-switch > div.switch-on {
            left: 0%;
        }

            .has-switch > div.switch-on label {
                background-color: #41cac0;
            }

    .has-switch input[type=checkbox] {
        display: none;
    }

    .has-switch span {
        cursor: pointer;
        font-size: 14.994px;
        font-weight: 700;
        float: left;
        height: 29px;
        line-height: 19px;
        margin: 0;
        padding-bottom: 6px;
        padding-top: 5px;
        position: relative;
        text-align: center;
        width: 50%;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: 0.25s ease-out;
        -moz-transition: 0.25s ease-out;
        -o-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
        -webkit-backface-visibility: hidden;
    }

        .has-switch span.switch-left {
            border-radius: 30px 0 0 30px;
            background-color: #2A3542;
            color: #41cac0;
            border-left: 1px solid transparent;
        }

        .has-switch span.switch-right {
            border-radius: 0 30px 30px 0;
            background-color: #bdc3c7;
            color: #ffffff;
            text-indent: 7px;
        }

            .has-switch span.switch-right [class*="fui-"] {
                text-indent: 0;
            }

    .has-switch label {
        border: 4px solid #2A3542;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        float: left;
        height: 29px;
        margin: 0 -21px 0 -14px;
        padding: 0;
        position: relative;
        vertical-align: middle;
        width: 29px;
        z-index: 100;
        -webkit-transition: 0.25s ease-out;
        -moz-transition: 0.25s ease-out;
        -o-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
        -webkit-backface-visibility: hidden;
    }

.switch-square {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-mask: url('/Assets/images/mask.png') 0 0 no-repeat;
    mask: url('/Assets/images/mask.png') 0 0 no-repeat;
}

    .switch-square > div.switch-off label {
        border-color: #7f8c9a;
        border-radius: 6px 0 0 6px;
    }

    .switch-square span.switch-left {
        border-radius: 6px 0 0 6px;
    }

        .switch-square span.switch-left [class*="fui-"] {
            text-indent: -10px;
        }

    .switch-square span.switch-right {
        border-radius: 0 6px 6px 0;
    }

        .switch-square span.switch-right [class*="fui-"] {
            text-indent: 5px;
        }

    .switch-square label {
        border-radius: 0 6px 6px 0;
        border-color: #41cac0;
    }


/*tag input*/

.tagsinput {
    border: 1px solid #e3e6ed !important;
    border-radius: 6px !important;
    height: 100px;
    padding: 6px 1px 1px 6px !important;
    overflow-y: auto !important;
    text-align: left !important;
}

    .tagsinput .tag {
        border-radius: 4px !important;
    /*    //background-color: #78CD51 !important;*/
        border: 1px solid #78CD51 !important;
        color: #333 !important;
        cursor: pointer !important;
        margin-right: 5px !important;
        margin-bottom: 5px !important;
        overflow: hidden !important;
        line-height: 15px !important;
        padding: 6px 13px 8px 19px !important;
        position: relative !important;
        vertical-align: middle !important;
        display: inline-block !important;
        zoom: 1 !important;
        *display: inline !important;
        -webkit-transition: 0.14s linear !important;
        -moz-transition: 0.14s linear !important;
        -o-transition: 0.14s linear !important;
        transition: 0.14s linear !important;
        -webkit-backface-visibility: hidden !important;
    }

        .tagsinput .tag:hover {
            background-color: #78CD51 !important;
            color: #ffffff !important;
            padding-left: 12px;
            padding-right: 20px;
        }

            .tagsinput .tag:hover .tagsinput-remove-link {
                color: #ffffff;
                opacity: 1;
                display: block\9;
            }

    .tagsinput input {
        background: transparent !important;
        border: none !important;
        color: #34495e !important;
        font-family: "Lato", sans-serif !important;
        font-size: 14px !important;
        margin: 0px !important;
        padding: 0 0 0 5px !important;
        outline: 0 !important;
        margin-right: 5px !important;
        margin-bottom: 5px !important;
        width: auto !important;
    }

.tagsinput-remove-link {
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    opacity: 0;
    padding: 7px 7px 5px 0;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2;
    display: none\9;
}

    .tagsinput-remove-link:before {
        color: #ffffff;
        content: "\f00d";
        font-family: "FontAwesome";
    }

.tagsinput-add-container {
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.tagsinput-add {
    background-color: #78CD51;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 6px 9px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}

    .tagsinput-add:hover {
        background-color: #5ba938;
    }

    .tagsinput-add:before {
        content: "\f067";
        font-family: "FontAwesome";
    }

.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}


/*checkbox & radio style*/


.checkboxes label, .radios label {
    display: block;
    cursor: pointer;
    line-height: 20px;
    padding-bottom: 7px;
    font-weight: 300;
}

.radios {
    padding-top: 18px;
}

.label_check input,
.label_radio input {
    margin-right: 5px;
}

.has-js .label_check,
.has-js .label_radio {
    padding-left: 34px;
}

.has-js .label_radio {
    background: url(/Assets/images/checkbox/radio-off.png) no-repeat;
}

.has-js .label_check {
    background: url(/Assets/images/checkbox/check-off.png) no-repeat;
}

.has-js label.c_on {
    background: url(/Assets/images/checkbox/check-on.png) no-repeat;
}

.has-js label.r_on {
    background: url(/Assets/images/checkbox/radio-on.png) no-repeat;
}

.has-js .label_check input,
.has-js .label_radio input {
    position: absolute;
    left: -9999px;
}

/*date picker*/

.add-on {
    float: right;
    margin-top: -37px;
    padding: 3px;
    text-align: center;
}

    .add-on .btn {
        padding: 9px;
    }

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
    margin-bottom: 10px;
    padding-left: 0px;
}

.daterangepicker .ranges label {
    padding-bottom: 0;
    padding-top: 8px;
}


.daterangepicker td.active, .daterangepicker td.active:hover,
.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover,
.datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
    background: #41CAC0;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
}

.daterangepicker td.active, .daterangepicker td.active:hover, .datepicker td.active, .datepicker td.active:hover, .datepicker td span.active {
    text-shadow: none;
}

.datepicker th.switch {
    width: 125px;
}

.datepicker td span {
    height: 40px;
    line-height: 40px;
}


.bootstrap-timepicker table td input {
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}


/*ck editor*/

.cke_top, .cke_bottom {
    background: #F5F5F5 !important;
    background: -moz-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    background: -webkit-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    background: -o-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    box-shadow: none;
    padding: 6px 8px 2px;
}

.cke_top {
    border-bottom: 1px solid #cccccc !important;
}

.cke_chrome {
    display: block;
    padding: 0;
}

/*form wizard*/

.stepy-tab {
    text-align: center;
}

    .stepy-tab ul {
        display: inline-block;
    }

        .stepy-tab ul li {
            float: left;
        }

.step legend {
    border: none;
}

.button-back {
    float: left;
}

.button-next, .finish {
    float: right;
}

.button-back, .button-next, .finish {
    cursor: pointer;
    text-decoration: none;
}

.step {
    clear: left;
}

    .step label {
        display: block;
    }


.stepy-titles li {
    color: #757575;
    cursor: pointer;
    float: left;
    margin: 10px 15px;
}

    .stepy-titles li span {
        display: block;
    }

    .stepy-titles li.current-step div {
        color: #fff;
        cursor: auto;
        background: #A9D86E;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .stepy-titles li div {
        font-size: 16px;
        font-weight: 300;
        background: #eee;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }


/*widget*/

.user-heading.alt {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.alt.green-bg {
    background: #aec785;
}

.profile-nav.alt.green-border ul > li > a:hover, .profile-nav.alt.green-border ul > li > a:focus, .profile-nav.alt.green-border ul li.active a {
    border-left: 5px solid #aec785;
}

.user-heading.alt a {
    float: left;
    margin-right: 15px;
    margin-left: -10px;
    display: inline-block;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .user-heading.alt a img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.twt-feed {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    padding: 10px;
    position: relative;
    text-align: center;
}

    .twt-feed.blue-bg {
        background: #58C9F3;
    }

    .twt-feed h1 {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 5px;
    }

    .twt-feed a {
        border: 8px solid #fff;
        border-radius: 50%;
        -webit-border-radius: 50%;
        display: inline-block;
        margin-bottom: -55px;
    }

        .twt-feed a img {
            height: 112px;
            width: 112px;
            border-radius: 50%;
            -webit-border-radius: 50%;
        }

.twt-category {
    display: inline-block;
    margin-bottom: 11px;
    margin-top: 55px;
    width: 100%;
}


    .twt-category ul li {
        color: #89817f;
        font-size: 13px;
    }

    .twt-category h5 {
        font-size: 20px;
        font-weight: 300;
    }

.twt-write .t-text-area {
    border: 1px solid #eeeeee;
    border-radius: 0;
}

.twt-footer {
    padding: 10px 15px;
}

.btn-space {
    padding-left: 11.6%;
    padding-right: 11%;
}

.p-head {
    color: #f77b6f;
    font-weight: 400;
    font-size: 14px;
}

.cmt-head {
    font-weight: 400;
    font-size: 13px;
}

.p-thumb img {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tasi-tab .media-body p {
    /*color: #b8bac6;*/
}


/*Timeline chat*/

.chat-form {
    margin-top: 25px;
    clear: both;
}

    .chat-form .input-cont {
        margin-bottom: 10px;
    }

        .chat-form .input-cont input {
            margin-bottom: 0px;
        }

        .chat-form .input-cont input {
            border: 1px solid #d3d3d3 !important;
            margin-top: 0;
            min-height: 45px;
        }

        .chat-form .input-cont input {
            background-color: #fff !important;
        }

.chat-features a {
    margin-left: 10px;
}

    .chat-features a i {
        color: #d0d0d0;
    }

.timeline-messages:before {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    top: 0;
    width: 2px;
}

.task-content .timeline-messages:before {
    //background: rgba(0, 0, 0, 0.1);
    border-left: 2px dotted #F9F9F9 !important;
    bottom: 0;
    top: 0;
    width: 2px;
}

.task-content .timeline-messages:before, .task-content .msg-time-chat:before, .task-content .msg-time-chat .text:before {
    content: "";
    left: 10px !important;
    position: absolute;
    top: -2px;
}

.timeline-messages:before, .msg-time-chat:before, .msg-time-chat .text:before {
    content: "";
    left: 60px;
    position: absolute;
    top: -2px;
}

.timeline-messages, .msg-time-chat, .timeline-messages .msg-in, .timeline-messages .msg-out {
    position: relative;
}


    .timeline-messages .msg-in .arrow {
        /*border-right: 8px solid #F4F4F4 !important;*/
    }

    .timeline-messages .msg-in .arrow {
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        display: block;
        height: 0;
        left: -8px;
        position: absolute;
        top: 13px;
        width: 0;
    }

    .timeline-messages .msg-out .arrow {
        /*border-right: 8px solid #41cac0 !important;*/
    }

    .timeline-messages .msg-out .arrow {
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        display: block;
        height: 0;
        left: -8px;
        position: absolute;
        top: 13px;
        width: 0;
    }

    .msg-time-chat:first-child:before {
        margin-top: 16px;
    }

    .msg-time-chat:before {
        background: #CCCCCC;
        border: 2px solid #FAFAFA;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        height: 14px;
        margin: 23px 0 0 -6px;
        width: 14px;
    }

    .msg-time-chat:hover:before {
        background: #41cac0;
    }

    .msg-time-chat:first-child {
        padding-top: 0;
    }

.message-img {
    float: left;
    margin-right: 30px;
    overflow: hidden;
}

    .message-img img {
        display: block;
        height: 44px;
        width: 44px;
    }

.message-body {
    margin-left: 80px;
}

.task-content .message-body {
    margin-left: 30px !important;
}

.task-content .msg-time-chat .msg-in .text {
    border: 0px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.msg-time-chat .msg-in .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.msg-time-chat .msg-out .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.msg-time-chat p {
    margin: 0;
}

.msg-time-chat .attribution {
    font-size: 11px;
    margin: 0px 0 5px;
}

.msg-time-chat {
    overflow: hidden;
    padding: 8px 0;
}

.msg-in a, .msg-in a:hover {
    color: #b64c4c;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}

.msg-out a, .msg-out a:hover {
    color: #288f98;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}


/*custom select*/

span.customSelect {
    font-size: 12px;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #EAEAEA;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #A4AABA;
}

    span.customSelect.changed {
        background-color: #fff;
    }

.customSelectInner {
    background: url(/Assets/images/customSelect-arrow.gif) no-repeat center right;
}

/*boxed page */

.boxed-page {
    background-color: #ccc !important;
}

    .boxed-page .container {
        background: #2A3542;
        padding-left: 0;
        padding-right: 0;
    }

        .boxed-page .container #sidebar {
            position: inherit;
        }

        .boxed-page .container .header .container {
            background: #fff;
        }


        .boxed-page .container aside {
            float: left;
        }

        .boxed-page .container .wrapper {
            background: #F1F2F7;
            min-height: 900px;
        }


/*collapsible*/

.tools a {
    margin-left: 10px;
    color: #a7a7a7;
    font-size: 12px;
}

/* google maps */
.gmaps {
    height: 300px;
    width: 100%;
}

/* star rating */
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}

    .rating span.star,
    .rating span.star {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
    }

        .rating span.star:hover,
        .rating span.star:hover {
            cursor: pointer;
        }

        .rating span.star:before,
        .rating span.star:before {
            content: "\f006";
            padding-right: 5px;
            color: #BEC3C7;
        }

        .rating span.star:hover:before,
        .rating span.star:hover:before,
        .rating span.star:hover ~ span.star:before,
        .rating span.star:hover ~ span.star:before {
            content: "\f005";
            color: #41CAC0;
        }

/*search page*/

.classic-search {
    margin-bottom: 30px;
}

    .classic-search h4 {
        margin-bottom: 3px;
        font-weight: 300;
        font-size: 16px;
    }

        .classic-search h4 a {
            color: #314558;
        }

            .classic-search h4 a:hover {
                text-decoration: underline;
            }


/*ckEditor*/


#editor-container {
    width: 100%;
    margin: 10px auto 0;
}


#header-editor {
    overflow: hidden;
    padding: 0 0 30px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

#headerLeft,
#headerRight {
    width: 49%;
    overflow: hidden;
}

#headerLeft {
    float: left;
    padding: 10px 1px 1px;
}

    #headerLeft h2,
    #headerLeft h3 {
        margin: 0;
        overflow: hidden;
        font-weight: normal;
        font-family: 'Open Sans', sans-serif;
    }

    #headerLeft h2 {
        font-size: 2.6em;
        line-height: 1.1em;
        text-transform: capitalize;
        color: #314558;
        margin-bottom: 20px;
    }

    #headerLeft h3 {
        font-size: 1.5em;
        line-height: 1.1em;
        margin: .2em 0 0;
        color: #757575;
    }

#headerRight {
    float: right;
    padding: 1px;
}

    #headerRight p {
        line-height: 1.8em;
        text-align: justify;
        margin: 0;
    }

        #headerRight p + p {
            margin-top: 20px;
        }

    #headerRight > div {
        padding: 20px;
        margin: 0 0 0 30px;
        font-size: 1.1em;
        color: #757575;
    }

#columns {
    color: #757575;
    overflow: hidden;
    padding: 20px 0;
}

    #columns h3 {
        color: #314558;
    }

    #columns > div {
        float: left;
        width: 33.3%;
    }

    #columns #column1 > div {
        margin-left: 1px;
    }

    #columns #column3 > div {
        margin-right: 1px;
    }

    #columns > div > div {
        margin: 0px 10px;
        padding: 10px 20px;
    }

    #columns blockquote {
        margin-left: 15px;
    }


#taglist {
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
    margin: 0 0 0 20px;
}


.cke_editable.cke_editable_inline.cke_focus {
    background: #fcfcfc;
    border: 1px solid #eaeaea;
    cursor: text;
    outline: medium none;
}

/*advanced table*/

.adv-table table tr td {
    padding: 10px;
}

.adv-table table.display thead th {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
}

#tblProjectGrid tr.odd.gradeA td.sorting_1 {
    background: #ffffff;
}

/*table:not(.table-condensed) tbody tr:hover, .adv-table table.display tr.odd.gradeA:hover, .adv-table table.display tr.even.gradeA:hover, tr.odd.gradeA:hover td.sorting_1, tr.odd:hover td.sorting_1, tr.even.gradeA:hover td.sorting_1, table:not(.table-condensed) tbody tr:hover td {
    background-color: #f7f8fa;
}*/

td.details {
    background-color: #eee;
}

    td.details table tr td, .dataTable tr:last-child {
        /*border: none;*/
    }

.adv-table table.display tr.odd.gradeA {
    background-color: #ffffff;
}

.adv-table table.display tr.even.gradeA {
    background-color: #FFFFFF;
}

.adv-table .dataTables_filter label input {
    float: right;
    margin-left: 10px;
    width: 78%;
}

.adv-table .dataTables_filter label {
    line-height: 33px;
    width: 100%;
}

.adv-table .dataTables_length select {
    display: inline-block;
    margin: 0 10px;
    padding: 5px 8px;
    width: 65px;
}

.adv-table .dataTables_info, .dataTables_paginate {
    padding: 15px;
}

.adv-table .dataTables_length, .adv-table .dataTables_filter {
    padding: 15px 0;
}

.cke_chrome {
    border: none !important;
}


.editable-table .dataTables_filter {
    width: 80%;
}


/*flot chart*/

.flot-chart .chart, .flot-chart .pie, .flot-chart .bars {
    height: 300px;
}


/*xchart*/

.demo-xchart {
    height: 400px;
    width: 100%;
}


/*Horizontal menu*/

.full-width #main-content {
    margin-left: 0;
}

.horizontal-menu {
    margin-left: 50px;
    float: left;
}

    .horizontal-menu .navbar-nav > li > a {
        padding-bottom: 20px;
        padding-top: 20px;
    }

.full-width .navbar-header {
    width: 100%;
}


.full-width .nav > li > a:hover, .full-width .nav li.active a, .full-width .nav li.dropdown a:hover, .full-width .nav li.dropdown.open a:focus, .full-width .nav .open > a, .full-width .nav .open > a:hover, .full-width .nav .open > a:focus {
    background-color: #F77B6F;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.full-width .dropdown-menu {
    box-shadow: none;
}

    .full-width .dropdown-menu > li > a {
        padding: 10px 20px;
        font-size: 13px;
    }


/*advanced form*/

.form-body {
    padding: 20px;
}


/*multiselect*/

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background-color: #2A3542;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.ms-container .ms-list, .ms-container .ms-list.ms-focus {
    box-shadow: none !important;
}

    .ms-container .ms-list.ms-focus {
        border: 1px solid #2A3542;
    }

.ms-selectable .search-input, .ms-selection .search-input {
    margin-bottom: 10px;
}

/*spinner*/

.spinner-buttons.btn-group-vertical .btn {
    height: 17px;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    width: 22px;
}

    .spinner-buttons.btn-group-vertical .btn i {
        margin-top: -3px;
    }

    .spinner-buttons.btn-group-vertical .btn:first-child {
        border-radius: 0 4px 0 0 !important;
        -webkit-border-radius: 0 4px 0 0 !important;
    }

    .spinner-buttons.btn-group-vertical .btn:last-child {
        border-radius: 0 0 4px !important;
        -webkit-border-radius: 0 0 4px !important;
    }

/**/

.wysihtml5-toolbar .btn-default {
    background: #fff;
    color: #757575;
}

/*todolist*/

#sortable {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    //width: 100%;
}

    #sortable li {
        padding-left: 1em;
        font-size: 10px;
        font-weight: 700;
        margin-top: 10px;
    }

        #sortable li i {
            position: absolute;
            left: 6px;
            padding: 4px 10px 0 10px;
            cursor: pointer;
        }

        #sortable li input[type=checkbox] {
            margin-top: 0;
        }

.ui-sortable > li {
    padding: 15px 0 15px 35px !important;
    position: relative;
    background: #f5f6f8;
    margin-bottom: 2px;
    border-bottom: none !important;
}

.ui-sortable li.list-primary {
    border-left: 3px solid #41CAC0;
}

.ui-sortable li.list-success {
    border-left: 3px solid #78CD51;
}

.ui-sortable li.list-danger {
    border-left: 3px solid #FF6C60;
}

.ui-sortable li.list-warning {
    border-left: 3px solid #F1C500;
}

.ui-sortable li.list-info {
    border-left: 3px solid #58C9F3;
}

.ui-sortable li.list-inverse {
    border-left: 3px solid #BEC3C7;
}

/*lock screen*/

.lock-screen {
    background: #02bac6 url("../img/lock-bg.jpg");
    background-size: cover;
    background-repeat: repeat;
}

.lock-wrapper {
    margin: 10% auto;
    max-width: 330px;
}

.lock-box {
    background: rgba(255,255,255,.3);
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
}

.lock-wrapper img {
    position: absolute;
    left: 40%;
    top: -40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #fff;
}

.lock-wrapper h1 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 0 0 0;
}

.lock-wrapper .locked {
    margin-bottom: 20px;
    display: inline-block;
    color: #026f7a;
}

.btn-lock, .btn-lock:hover {
    background: #02b5c2;
    color: #fff;
}

.lock-input {
    width: 83%;
    border: none;
    float: left;
    margin-right: 3px;
}

#time {
    width: 100%;
    color: #fff;
    font-size: 60px;
    margin-bottom: 80px;
    display: inline-block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}


/*language*/

.language {
    margin-top: 4px;
}

    .language .dropdown-menu {
        border: 1px solid #eee;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.176) !important;
    }

        .language .dropdown-menu li a {
            border-bottom: 1px solid #eee;
            padding: 10px;
        }

        .language .dropdown-menu li:last-child a {
            border-bottom: none;
        }

        .language .dropdown-menu li a {
            font-size: 13px;
        }



/*product list*/

.prod-cat li a {
    border-bottom: 1px dashed #d9d9d9;
}

.prod-cat li a {
    color: #3b3b3b;
}

.prod-cat li ul {
    margin-left: 30px;
}

    .prod-cat li ul li a {
        border-bottom: none;
    }

        .prod-cat li ul li a:hover, .prod-cat li ul li a:focus, .prod-cat li ul li.active a, .prod-cat li a:hover, .prod-cat li a:focus, .prod-cat li a.active {
            background: none;
            color: #ff7261;
        }

.pro-lab {
    margin-right: 20px;
    font-weight: normal;
}

.pro-sort {
    padding-right: 20px;
    float: left;
}

.pro-page-list {
    margin: 5px 0 0 0;
}

.product-list img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}


.wdr-timg {
    border: 0px solid black;
    width: 40%;
    margin: 0px;
}

.wdr-text {
    border: 0px solid black;
    width: 60%;
    margin: 15px 0px 0px 0px;
}

.pdng-mrgn {
    padding: 0px !important;
}

.p-boxstyle {
    border-radius: 15px 0px 15px 15px !important;
    border: 1px solid #78CD51 !important;
    
}

.box-imgstyle {
    border-radius: 15px 0px 15px 15px !important;
    border: 0px solid black;
}

.product-list .pro-img-box {
    position: relative;
}

.adtocart {
    background: #fc5959;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    border: 3px solid #fff;
    left: 45%;
    bottom: -25px;
    position: absolute;
}

    .adtocart i {
        color: #fff;
        font-size: 25px;
        line-height: 42px;
    }

.pro-title {
    color: #5A5A5A;
    display: inline-block;
    margin-top: 0px;
    margin-left: 10px;
    font-size: 16px;
}

.product-list .price {
    color: #fc5959;
    font-size: 15px;
    margin-left: 10px !important;
}

.pro-img-details {
    margin-left: -15px;
}

    .pro-img-details img {
        width: 100%;
    }

.pro-d-title {
    font-size: 16px;
    margin-top: 0;
}

.product_meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 15px 0;
}

    .product_meta span {
        display: block;
        margin-bottom: 10px;
    }

    .product_meta a, .pro-price {
        color: #fc5959;
    }

.pro-price, .amount-old {
    font-size: 18px;
    padding: 0 10px;
}

.amount-old {
    text-decoration: line-through;
}

.quantity {
    width: 120px;
}

.pro-img-list {
    margin: 10px 0 0 -15px;
    width: 100%;
    display: inline-block;
}

    .pro-img-list a {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

.pro-d-head {
    font-size: 18px;
    font-weight: 300;
}

/*footer*/

.site-footer {
    background: #616161;
    color: #fff;
    padding: 10px 0;
    position: relative;
}

.go-top {
    margin-right: 1%;
    float: right;
    background: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .go-top i {
        color: #2A3542;
    }

.site-min-height {
    min-height: 900px;
}

.fnt a {
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin: 0 0 5px;
    color: #575962;
}

body .card-box-extra {
    margin: 0 3px 15px !important;
    display: inline-block;
    float: left;
    max-width: 261.5px;
}

body .vts-extra {
    width: 99% !important;
}

body .custom-btn-wh-extra {
    width: 19% !important;
    margin-left: 6px !important;
}

.panel-body.progress-panel.uiheights {
    margin-bottom: 15px !important;
}

body .card-box {
    background-color: #fff;
    border: 0;
    margin: 0 0 15px;
    padding: 10px 15px !important;
    min-height: 110px !important;
}

.card-box.test-crd a {
    font-weight: bold;
    display: block;
    margin: 0 0 7px;
    color: #575962;
}
.card-box.test-crd .frame_action a, .test-spsns.frame_action a {
    font-weight: bold;
    display: inline;
    margin: 0 0 7px;
    color: #575962;
    padding: 8px 0 3px;
    font-size: 1.3rem;
    line-height: 1;
}
    .card-box.test-crd .frame_action a.edit_icn, .test-spsns.frame_action a.edit_icn {
        position: relative;
        top: 1px;
    }

.card-box p {
    color: #575962;
    font-size: 14px;
    font-weight: 300;
    font-family: Poppins;
    height: auto !important;
    padding: 0;
    margin: 0;
}

.frame-box-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.frames-menus .nav-link {
    font-size: 1.1rem;
    font-weight: 400;
    font-family: Poppins;
}


body .vts .panel-pddng .cstmlyotwntthree {
    min-height: auto !important;
    min-width: 50px !important;
    width: 100%;
}

.m-card-profile.st-user-profile {
    margin: 0 0 50px;
}









#DivWorkingTaskDetails .dataTables_paginate .paginate_button, #DivWorkingTaskDetails .dataTables_paginate .paginate_active {
    width: 31.5px !important;
    height: 31.5px;
    display: inline-block;
    text-align: center;
    line-height: 31.5px;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #898b96 !important;
    border-radius: 200px;
}

    #DivWorkingTaskDetails .dataTables_paginate .paginate_button.previous,
    #DivWorkingTaskDetails .dataTables_paginate .paginate_button.next {
        background-color: #ebe9f2;
        padding: 0 !important;
        position: relative;
        text-indent: -99999px;
        vertical-align: top;
    }

        #DivWorkingTaskDetails .dataTables_paginate .paginate_active,
        #DivWorkingTaskDetails .dataTables_paginate .paginate_button:hover,
        #DivWorkingTaskDetails .dataTables_paginate .paginate_button.previous:hover,
        #DivWorkingTaskDetails .dataTables_paginate .paginate_button.first:hover,
        #DivWorkingTaskDetails .dataTables_paginate .paginate_button.next:hover,
        #DivWorkingTaskDetails .dataTables_paginate .paginate_button.last:hover {
            /*background: #71c561;*/
            background: var(--primary-color);
            color: #fff !important;
        }

        #DivWorkingTaskDetails .dataTables_paginate .paginate_button.previous::before,
        #DivWorkingTaskDetails .dataTables_paginate .paginate_button.next::before {
            content: "\f111";
            font: normal normal normal 16px/1 LineAwesome;
            text-indent: 0;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            line-height: 31.5px;
        }

        #DivWorkingTaskDetails .dataTables_paginate .paginate_button.next::before {
            content: "\f112";
        }

    #DivWorkingTaskDetails .dataTables_paginate .paginate_button.first,
    #DivWorkingTaskDetails .dataTables_paginate .paginate_button.last {
        display: none;
    }

/***************/
.col1.icons-top {
    margin-bottom: 5px;
    font-size: 14px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.test-crd.wb-newcard .test-heding {
    /* font-size: 12px; */
    /* font-weight: 500; */
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #3e3f46;
    margin-top: 5px;
}

.test-crd.wb-newcard p {
    height: auto !important;
    overflow: hidden;
    font-family: Poppins;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #818998;
    max-height: 50px;
}

.test-crd.wb-newcard .content-post-body .cp-img a {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background: #f3f4f7 !important;
    padding: 0;
    font-size: 18px;
    color: #a3a1ba !important;
    font-weight: 100;
    margin: 0 !important;
    display: inline-block;
    text-align: center;
    line-height: 25px;
}

.panel-body.progress-panel.uiheights.cstmlyotwntone.wb-panel-new {
    margin-bottom: 15px !important;
}

.test-crd .test-spsns a.m-ellipsis-btn {
    color: #ccc;
}

.task-content .btn.custom-btn-wh {
    width: 100%;
    height: 40px;
    border-radius: 2px !important;
    background-color: #ffffff !important;
    font-size: 28px !important;
    color: #6bc461 !important;
    border: none !important;
    text-align: center;
    padding-top: 2px;
    margin-top: 0px !important;
}

    .task-content .btn.custom-btn-wh:hover {
        background-color: #f6f6f6 !important;
    }

.test-crd.wb-newcard .test-spsns {
    right: 10px;
}

.frame-create label {
    font-weight: 500;
    color: #3e3f46;
    font-family: Poppins;
    font-size: 14px;
}

.frame-create input, .frame-create input:focus, .frame-create input:hover {
    border-width: 0 0 1px 0 !important;
    padding: 0;
    height: 20px;
    border-color: #eaecf1 !important;
}
.frame-create textarea {
    border: 0px !important;
    border: 1px solid #ebedf2 !important;
}
.frame-create select {
    border: 0px !important;
    border-bottom: 1px solid #ebedf2 !important;
}
    .frame-create select:active, .frame-create select:hover, .frame-create select:focus, .frame-create textarea:hover, .frame-create textarea:focus {
        border: 0px !important;
        /* border-bottom: 1px solid #78cd51 !important;
        padding-left: 0;*/
        border-radius: 0px;
    }

.frame-create button.btn.btn-success.btn-lg {
    max-width: 130px;
    height: 35px;
    border-radius: 2px;
    background-color: #38a3f5;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff !important;
    border-color: #38a3f5;
    min-width: 80px;
    text-align: center;
    padding: .65rem 1rem;
}

.frame-create button.btn.btn-cancel.btn-lg {
    max-width: 130px;
    height: 35px;
    border-radius: 2px;
    background-color: #6bc461;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff !important;
    border-color: #6bc461;
    padding: .65rem 1rem;
}

    .frame-create button.btn.btn-success.btn-lg:hover, .frame-create button.btn.btn-cancel.btn-lg:hover {
        opacity: .6;
    }

.frame-create .row {
    margin-bottom: 15px;
}

.frame-create span.select2.select2-container, .frame-create span.select2.select2-container ul li input {
    border: 0px !important;
}

.frame-create .select2-container .select2-selection--multiple .select2-selection__rendered {
    overflow: visible;
}

.frame-create textarea#Description {
    height: 70px;
    resize: none;
}

    .frame-create textarea#Description:focus {
        outline: 0px;
    }


#rCardinformation .m-portlet__head {
    color: #ebedf2;
    background-color: #ebedf2;
}

.mr_searchFilter {
   /* margin-top: 10px !important;*/
    margin-bottom: 0 !important;
}

.input-group-text {
    cursor: pointer;
}

.divCategory {
    padding: 0 6px;
}

.m-portlet .m-portlet__head {
    width: 100% !important;
}

.cardWrapper > .row {
    margin: 0;
}

.cardWrapper > .category-wise-card {
    margin: 0 -6px;
}

.over-flow {
    overflow: scroll;
}
.full_screen_prop {
    height: calc(100vh - 70px) !important;
    margin-top: 70px !important;
    margin-left: 80px !important;
}
.scroll_imp {
    overflow: scroll !important;
}
.mr-0-i {
    margin: 0 !important;
}
.pd-l-15{
    padding-left: 15px !important;
}
#TimeCardDetailmodel .ms-project-detail-grid {
    overflow: unset !important;
}
#TimeCardDetailmodel .modal-body {
    padding-bottom: 40px;
    padding-top: 50px;
}
@media (min-width: 768px) {
    #TimeCardDetailmodel .modal-dialog .modal-content {
        width: 600px;
    }
}
.pd-l-0{
    padding-left: 0 !important;
}
#tblTimeCardDetail_wrapper .dataTables_info {
    padding-left: 0 !important;
}
#tblTimeCardDetail_wrapper #tblTimeCardDetail_paginate {
    padding-right: 0;
}

#iTasks .dropdown-menu > li > a:hover, #iTasks .dropdown-menu > li > a:focus {
    background-color: #f4f5f8;
}

#iProjectDetail #FrmProjectDetail .row {
    flex-flow: wrap !important;
}
.m-card-user__details .m-card-user__name, .m-card-user__details .m-card-user__email {
    width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (min-width: 1025px) {
    .m-card-user__details .m-card-user__name, .m-card-user__details .m-card-user__email {
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media screen and (max-width: 769px) {
    .m-card-user__details .m-card-user__name, .m-card-user__details .m-card-user__email {
        width: 250px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
.mr-tp-10 {
    margin-top: 10px !important;
}
.mr-tp-20 {
    margin-top: 20px !important;
}

#DivProjectDocuments .editable-table .add_btn_area {
    /*padding-left: 0px !important;*/
}

.gridbox table {
    width: 100% !important;
}
.pd-10-15 {
    padding: 10px 15px;
}
.dhx_combo_select {
    height: 60px !important;
}
#DivConsolidatedinfo .table-responsive {
    overflow-x: unset;
}

#mystreet_project_summary_table .table-responsive {
    overflow: visible;
}

.project-details.m-portlet #mystreet_project_summary_table .table-responsive {
    overflow-x: auto;
}

    .project-details.m-portlet #mystreet_project_summary_table .table-responsive .width22Percent {
        min-width: 120px;
    }
        .project-details.m-portlet #mystreet_project_summary_table .table-responsive .width22Percent .cp-img a {
            width: 35px !important;
            height: 35px !important;
            padding: 8px 0 !important;
            color: #575962 !important;
            font-size: 14px;
            font-weight: 400;
        }
@media (max-width: 1550px) {
    .project-details.m-portlet #mystreet_project_summary_table .table-responsive .width22Percent .cp-img a {
        width: 27px !important;
        height: 27px !important;
        padding: 5px 0 !important;
        color: #575962 !important;
        font-size: 12px;
        font-weight: 400;
    }

}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://cloud.githubusercontent.com/assets/7913347/20338079/3e020c9a-abee-11e6-8e5a-ca49c55b22ee.png) right / 20px no-repeat #fff !important;
    background-image: url(https://cloud.githubusercontent.com/assets/7913347/20338079/3e020c9a-abee-11e6-8e5a-ca49c55b22ee.png) right / 20px no-repeat #fff !important;
    padding-right: 20px;
}

scrollbar {
    -moz-appearance: none !important;
    background: rgb(0,255,0) !important;
}

thumb, scrollbarbutton {
    -moz-appearance: none !important;
    background-color: rgb(0,0,255) !important;
}

    thumb:hover, scrollbarbutton:hover {
        -moz-appearance: none !important;
        background-color: rgb(255,0,0) !important;
    }

scrollbarbutton {
    display: none !important;
}

scrollbar[orient="vertical"] {
    min-width: 15px !important;
}
span.select2-selection__choice__remove,  span.select2-selection__clear {
    display: none;
}

.m-card-user__pic {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    min-width: 185px;
}
.m-card-user .m-card-user__pic {
    min-width: 0px;
}
#mystreet_project_summary_grid .m-stack-grid span.m-grid--box-container-heading ,
#mystreet_project_summary_grid .m-stack-grid a.m-grid--box-container-heading {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 25px);
    height: 25px;
    color: #575962;
}
.btn-marginbottom {
    margin-bottom: 10px;
}
#tblTimeCardDetail.table-bordered > thead > tr > th, #tblTimeCardDetail.table-bordered > tbody > tr > th, #tblTimeCardDetail.table-bordered > tfoot > tr > th, #tblTimeCardDetail.table-bordered > thead > tr > td, #tblTimeCardDetail.table-bordered > tbody > tr > td, #tblTimeCardDetail.table-bordered > tfoot > tr > td {
    border : 0px solid #ddd !important;
}
#tblTimeCardDetail tr.odd.gradeA td.sorting_1 {
    background-color: #f9f9f9;
}
#tblTimeCardDetail.table-bordered > tbody > tr > td {
    font-size: 14px;
    font-weight: 300;
}
#TimeCardDetailmodel .control-label, .control-label {
    color: #575962;
    font-weight: 500 !important;
    font-family: Poppins !important;
}
.modal-header h4, .modal-header h3, .modal-header h2, .modal-header h1 {
    font-family: Poppins !important;
    font-size: 20px;
    font-weight: 500 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff !important;
}
#Documentsmodel .control-label {
    font-size: 14px !important;
}
#Documentsmodel .modal-header .close, #modalImport .modal-header .close {
    margin: -1rem -1rem -1rem auto;
}
#Documentsmodel .modal-content .modal-header {
    padding: 1rem;
    /*background: #71c561;*/
    background: var(--primary-color);
}
.pd-r-0 {
    padding-right: 0px !important;
}
.multiselect-container .input-group {
    width: calc(100% - 10px);
}
    .multiselect-container .input-group .multiselect-clear-filter {
        display: none;
    }
.control-label .red {
    color: #f4516c !important;
}
.mr-tp-0 {
    margin-top: 0px !important;
}
.m-tabs-line.m-tabs-line--brand.deactive a.m-tabs__link.active, .m-tabs-line.m-tabs-line--brand.nav.nav-tabs.deactive .nav-link.active {
    color: unset;
    border-bottom: unset;
}
.moveBtn {
    font-size: 26px !important;
    padding: 4px !important;
    font-weight: 400 !important;
    margin-top: 20px;
}
.roles-body {
    padding: 10px 25px;
}
.text-green {
    color: #71c561 !important;
}
.panel-heading.roles-header, #TheNewEntity .panel-heading {
    padding: 15px 25px 15px 0;
}
    .roles-header .stle-a, #TheNewEntity .panel-heading .stle-a {
        padding-bottom: 14px !important
    }
.adv-table #tblRoles_wrapper table tr th, .adv-table #tblProjectType_wrapper table tr th {
    color: #575962;
    font-size: 14px;
    font-weight: 500;
    font-family: Poppins;
    border-bottom: 2px solid #ccc !important;
    /* border: 0px !important; */
    padding: 0.75rem;
    text-align: left;
}
.adv-table #tblRoles_wrapper table tr td, .adv-table #tblProjectType_wrapper table tr td {
    padding: 0.75rem;
    vertical-align: middle;
    color: #575962;
    font-weight: 300;
    font-family: Poppins;
    height: 60px;
    border-right: 0 none;
    border-left: 0 none;
    font-size: 15px;
    border-color: #f4f5f8;
}
.cancelBtn.delBtn {
    background-color: #f0ad4e;
    border-color: #eea236;
}
    .cancelBtn.delBtn:hover {
        border-color: #eea236;
        background-color: #f0ad4e;
        opacity: 0.6;
    }
.roles-header #btnAddNew {
    color: #71c561;
    border-color: #71c561;
    margin-bottom: auto;
    margin-top: -2px;
}
.roles-header #btnAddNew >i{
    margin-top: -1px;
}
#FrmOrganization .select2-container--default .select2-selection--single {
    height: 35px;
    min-height: unset;
}
#FrmOrganization .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 2.5px 5px;
}
#FrmOrganization .select2-container--default .select2-selection--multiple .select2-selection__arrow:before, #FrmOrganization .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    position: absolute;
    top: 65%;
}
.lnh_1-9 {
    line-height: 1.9;
    width: 50px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.timesheet_tools .btn.btn-outline-brand .glyphicon {
    top: -2px;
}
#m_header_menu {
    /*width: 25%;*/
    display: inline-block;
    height: 100%;
    overflow: hidden;
    padding-top: 5px;
}
    #m_header_menu h3 {
        margin: 0;
        color: var(--secondary-color);
        margin-left: 15px;
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.m-topbar .m-topbar__nav.m-nav {
    margin: 0 10px 0 10px;
}
@media(max-width:1230px) {
    #m_header_menu {
        width: 185px;
    }
            #m_header_menu h3 {
                margin-left: 5px;
                font-size: 16px;
            }
}
@media(max-width:1025px) {
    #m_header_menu {
        display: none;
    }
}
.modal-header:before {
    content: unset !important;
}
.outer_clientName {
    display: table;
    height: 60px;
    overflow: hidden;
}
.inner_clientName {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
#dashboard .stat-box {
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background: no-repeat 50% 50%;
    background-size: cover;
    margin: 0 0 30px;
}
    #dashboard .stat-box > div {
        -webkit-border-radius: inherit;
        border-radius: inherit;
        height: 142px;
        background: url(../../Attachments/stat-box-grid.png) 50% 0;
        background-size: 21px 20px;
        position: relative;
    }
    #dashboard .stat-box.red {
        background-color: #fa424a;
    }
    #dashboard .stat-box .number {
        font-size: 3.125rem;
        line-height: 1;
        padding: 32px 0 0;
    }
    #dashboard .stat-box .caption {
        font-size: 0.92rem;
        font-weight: 600;
        position: relative;
        min-height: 35px;
        line-height: 1;
    }
    #dashboard .stat-box .caption>div {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0 10px;
    }
    #dashboard .stat-box .value1 {
        position: absolute;
        right: 15px;
        bottom: 8px;
        text-align: center;
        font-size: .8125rem;
        font-weight: 600;
        line-height: 1;
    }
    #dashboard .stat-box .value2 {
        position: absolute;
        right: 15px;
        top: 18px;
        text-align: center;
        font-size: .8125rem;
        font-weight: 600;
        line-height: 1;
    }
    #dashboard .stat-box .value1 > div, #dashboard .stat-box .value2 > div {
        margin-bottom: 5px;
    }
.stat-box.green {
    background-color: #71c561 !important;
}
.stat-box.red {
    background-color: #f4516c !important;
}
.stat-box.yellow {
    background-color: #ffb822 !important;
}
.stat-box.blue {
    background-color: #38a3f5 !important;
}
#dashboard .row {
    flex-flow: wrap;
}
.ap-chart-area {
    padding: 5px 30px;
    border: 1px solid #ebedf2;
    border-radius: 4px;
}
.bdr-charts {
    border-radius: 4px;
}
.pd-chart {
    border-radius: 4px;
    border: 1px solid #ebedf2;
    background: #fff;
    height: 241px;
    position: relative;
    width: inherit;
}
    .pd-chart .chart-title {
        background: #304b58;
        width: 130px;
        display: table;
        height: calc(100% - 1px);
        top: 0;
        float: left;
    }
        .pd-chart .chart-title .chart-txt {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            color: #fff;
            font-weight: 400;
        }
    .pd-chart .pie-chart-area {
        background: #fff;
        width: calc(100% - 10px);
        height: calc(100% - 1px);
        display: inline-block;
        padding: 5px 30px;
    }
.mr-tp-30 {
    margin-top: 30px;
}
.chart-txt .number {
    font-size: 2.125rem;
    vertical-align: middle;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
textarea.txtCheckList:hover, textarea.txtCheckList:focus {
    border: none !important;
    border: 1px solid #78cd51 !important;
}
.mystreetTimesheetExpense .m-portlet .m-portlet__head {
    display: block;
}
.projectSelect .bootstrap-select .dropdown-toggle .caret {
    display: none;
}
.projectSelect {
    top: 20px;
    right: 5px;
}
    .projectSelect .bootstrap-select > .dropdown-toggle.btn-light, .projectSelect .btn.dropdown-toggle {
        margin: 0 !important;
        vertical-align: top;
        box-shadow: none !important;
        padding-top: 6px;
        padding-bottom: 6px;
        color: #71c561;
        border-color: #71c561;
    }
.my_portfolio_area.bdypnl {
    padding: 10px 0 !important;
}
.status_signal_bar {
    background: #000000;
    padding: 1px 3px;
    margin: 5px auto;
    border-radius: 10px;
    text-align: left;
    display: table;
    vertical-align: middle;
    min-width: 72px;
}

.signal {
    height: 18px;
    width: 18px;
    background: #656563;
    background-color: #656563;
    margin: 2px;
    border-radius: 10px;
    display: table-cell;
    float: left;
}

    .signal.red {
        background-color: #fd0000;
    }

    .signal.green {
        background-color: #0cc800;
    }
    .signal.yellow {
        background-color: #ffff00;
    }

.pd_0 {
    padding: 0 !important;
}
.add_projectMystreet {
    padding: .6rem .75rem !important;
    margin: 0 !important;
}
.btn-outline-brand.add_project_btn {
    height: 38px !important;
    display: table-cell !important;
    vertical-align: middle !important;
}
#myTaskPanel .nav.nav-tabs.customNavStyle {
    border: none;
    display: inline-block;
    float: left;
    height: 100%;
}
#myTaskPanel .nav.nav-tabs .nav-item > a {
    display: table-cell !important;
    vertical-align: middle;
    height: 55px;
    padding: 0 5px;
    text-align: center;
}
#WorkingOn #pnlHeading.m-portlet__head {
    background-color: #f3f4f7;
    border-radius: 0.25rem;
    margin-bottom: 25px;
    height: 60px;
    border: none;
}
    #WorkingOn #pnlHeading.m-portlet__head .projectSelect {
        top: 0px;
    }

.m-stack.m-stack--desktop.m-stack--ver > #m_header_nav.m-stack__item.m-stack__item--fluid.opened {
    width: calc(100% - 255px);
}

@media (max-width: 1366px) {
    .m-stack.m-stack--desktop.m-stack--ver > #m_header_nav.m-stack__item.m-stack__item--fluid.opened {
        left: 255px;
    }
}
.m-calendar-users--search.mt-appointment-search .input-lg {
    box-shadow: none;
}
.ap-dropdown-btn .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .ap-dropdown-btn .bootstrap-select {
    min-width: 250px;
}
select::-ms-expand {
    display: none;
}
input[type="file"]::-ms-browse {
    display: none;
    visibility: hidden;
}
.ui-widget-header .ui-icon {
    background-image: url(http://code.jquery.com/ui/1.12.1/themes/smoothness/images/ui-icons_222222_256x240.png) !important;
}
.client_id_area {
    /*position: absolute;
    top: 20px;
    right: 20px;*/
    width: calc(100% - 40px);
    /*text-align: right;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0;
}
    .client_id_area span {
        color: #767983;
        cursor: pointer;
        /*text-transform: uppercase;*/
    }
.sticky_checklist_header {
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 9;
    width: calc(100% - 40px);
    background: #fff;
}
.pe-none{
    pointer-events: none !important;
}
.role-form-field-wrapper {
    margin-top: 30px;
}

    .role-form-field-wrapper .role-form-field label {
        display: block;
        font-weight: 600;
        text-transform: capitalize;
    }

    .role-form-field-wrapper .role-form-field .role-field {
        width: 100%;
        border: 0;
        background: #f6f6f8 !important;
        border-radius: 10px !important;
        height: 36px;
        margin-bottom: 20px;
        padding-left: 10px;
    }

        .role-form-field-wrapper .role-form-field .role-field.role-textarea {
            height: auto;
            resize: none;
            min-height:75px !important;
        }

        .role-form-field-wrapper .role-form-field .role-field:focus {
            outline: none;
        }