﻿
/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

@font-face {
    font-family: Digital-7;
    src: url('../font/digital-7.ttf');
}

@font-face {
    font-family: "Digital-7";
    src: url("../font/digital-7.eot"); /* this line made the difference */
    src: local("Digital-7"), url("../font/digital-7.eot?"), url("../font/digital-7.woff") format("woff"), url("../font/digital-7.ttf") format("truetype"), url("../font/digital-7.bootstrap-timepicker-widget table td input.svg#Hero") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    color: #515151;
    background: #F4F6F9;
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
}

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-color: #F4F6F9;
}

    .form-signin {
    max-width: 580px;
    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: 16px;
        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: 180px;
    height: 100%;
    position: fixed;
    background: #2a3542;
}

    #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(../images/nav-expand.png) no-repeat top;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 4px;
}

.active .dcjq-icon {
    background: url(../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: 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: 32px;
        height: 32px;
        -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: 10px;
}

    ul.sidebar-menu li.sub-menu {
        line-height: 15px;
    }

    ul.sidebar-menu li a span {
        display: inline-block;
    }

    ul.sidebar-menu li a {
        color: #aeb2b7;
        text-decoration: none;
        display: block;
        padding: 5px 0 5px 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: #35404d;
            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: 180px;
}

.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 995;
}

.white-bg {
    background: #fff;
    border-bottom: 1px solid #f1f2f7;
}

.wrapper {
    display: inline-block;
    margin-top: 60px;
    padding: 15px;
    width: 100%;
    padding-bottom:0px;
}

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: #F4F6F9;
    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: 6px !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: 200px !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%;
    background: #a9d96c;
}

    /*.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;
    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: #F4F6F9;
    }

.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("../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;
    background: url("../images/search-icon.jpg") no-repeat 10px 8px;
    padding:0 5px 0 35px;
    color: #fff;
}*/

.search {
    margin-top: 5px;
    width: 180px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    color: #c8c8c8;
    font-weight: 300;
    background: url("../images/search-icon.jpg") no-repeat 10px 8px;
    padding: 0 5px 0 35px;
}

/*--sidebar toggle---*/

.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

    .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 .green {
    background: #00CC00;
}

.state-overview .yellow {
    background: #f8d347;
}

.state-overview .blue {
    background: #57c8f2;
}

/*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("../images/chart-texture.jpg");
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}


/*personal task*/

.task-thumb {
    width: 90px;
    float: left;
}

    .task-thumb img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.task-thumb-details {
    display: inline-block;
    margin: 25px 0 0 10px;
}

.task-progress {
    float: left;
}

    .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;
}

    .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("../images/left-arrow.png") no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
}

.owl-buttons .owl-next {
    text-indent: -9999px;
    background: url("../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: 5px;
            font-size: 14px;
            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;
    font-family: 'Open Sans', sans-serif;
}


/*404 page*/

.body-404 {
    background: #18d4cb;
    color: #fff;
}

.error-wrapper {
    text-align: center;
    margin-top: 10%;
}

    .error-wrapper .icon-404 {
        background: url("../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("../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: 10px;
    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: 17px;
        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;
        width:100%;

    }

        .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;
            display:block;
        }

            .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;
                display:block;
                border-radius:0px;
                padding:5px 15px!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: 100px;
        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: 24.5%;
        text-align: center;
    }

        ul.summary-list > li > a > i {
            display: inline-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;
    }

.purple{
    color:purple
}

.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 #F4F4F4 !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 #F4F4F4 !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;
}



/*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: #F4F6F9;
        border-color: #f1f2f7;
        color: #797979;
    }

/*general page*/

.progress-xs {
    height: 8px;
}

.progress-sm {
    height: 12px;
}

.panel-heading .nav {
    border: medium none;
    font-size: 12px;
    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;
        border-radius:0px;
    }

.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;
}



.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('../images/mask.png') 0 0 no-repeat;
    mask: url('../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('../images/mask.png') 0 0 no-repeat;
    mask: url('../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;
    border-radius: 6px;
    height: 100px;
    padding: 6px 1px 1px 6px;
    overflow-y: auto;
    text-align: left;
}

    .tagsinput .tag {
        border-radius: 4px;
        background-color: #41cac0;
        color: #ffffff;
        cursor: pointer;
        margin-right: 5px;
        margin-bottom: 5px;
        overflow: hidden;
        line-height: 15px;
        padding: 6px 13px 8px 19px;
        position: relative;
        vertical-align: middle;
        display: inline-block;
        zoom: 1;
        *display: inline;
        -webkit-transition: 0.14s linear;
        -moz-transition: 0.14s linear;
        -o-transition: 0.14s linear;
        transition: 0.14s linear;
        -webkit-backface-visibility: hidden;
    }

        .tagsinput .tag:hover {
            background-color: #39b1a8;
            color: #ffffff;
            padding-left: 12px;
            padding-right: 20px;
        }

            .tagsinput .tag:hover .tagsinput-remove-link {
                color: #ffffff;
                opacity: 1;
                display: block\9;
            }

    .tagsinput input {
        background: transparent;
        border: none;
        color: #34495e;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        margin: 0px;
        padding: 0 0 0 5px;
        outline: 0;
        margin-right: 5px;
        margin-bottom: 5px;
        width: 12px;
    }

.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: #d6dbdf;
    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: #3bb8af;
    }

    .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(../images/checkbox/radio-off.png) no-repeat;
}

.has-js .label_check {
    background: url(../images/checkbox/check-off.png) no-repeat;
}

.has-js label.c_on {
    background: url(../images/checkbox/check-on.png) no-repeat;
}

.has-js label.r_on {
    background: url(../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: 50px;
    height: 50px;
    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;
}

.timeline-messages:before, .msg-time-chat:before, .msg-time-chat .text:before {
    left: 75px;
    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: 13px 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: 35px;
        width: 35px;
        border-radius:35px;
    }

.message-body {
    margin-left: 16px;
}

.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 0px 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(../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: #F4F6F9;
            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;
}

tr.odd.gradeA td.sorting_1, tr.odd td.sorting_1, tr.even.gradeA td.sorting_1 {
    background: none;
}

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: #F9F9F9;
}

.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%;
}

tr.odd.gradeX td.sorting_1, tr.even.gradeX td.sorting_1, table.display tr.even.gradeX, table.display tr.gradeX, tr.even.gradeU td.sorting_1, tr.even td.sorting_1, table.display tr.even.gradeC, table.display tr.gradeC, tr.odd.gradeC td.sorting_1, table.display tr.even.gradeU, table.display tr.gradeU, tr.odd.gradeU td.sorting_1 {
    background: none !important;
}

/*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: 3em;
        font-size: 12px;
    }

        #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("../images/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;
}

.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: 20px;
    font-size: 16px;
}

.product-list .price {
    color: #fc5959;
    font-size: 15px;
}

.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: #5b6e84;
    color: #fff;
    padding: 10px 0;
    margin-top:-5px;
}

.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;
}

.logo {
    background: url(../images/Logo.png) no-repeat;
    height: 42px;
    width: 132px;
    margin-top: 9px !important;
}

.notify-row {
    margin-left: 32px;
    margin-top: 16px;
}

.modal-dialog-850px {
    width: 850px !important;
}

.modal-dialog-650px {
    width: 650px !important;
}

.padding-25 {
    padding: 25px !important;
}


.red2 {
    color: red;
}

.tarques2 {
    color: #6ccac9;
}

.case-blok-font {
    font-weight: bold;
    text-decoration: underline;
}

.case-block {
    border: 8px solid #E8E8E8;
    border-radius: 40px;
    color: #E06B7D;
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 50px;
    padding: 4px;
    text-align: center;
    width: 50px;
}

.bcyon {
    color: #4CC5CD
}

.bgreen {
    color: #97BE4B
}

.blavndor {
    color: #CAA3DA
}





.grid-header th a {
    color: #797979;
}

.panel-heading {
    background: #41cac0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-color: #eff2f7;
    padding: 10px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.marigntop8px {
    vertical-align: top;
    margin-top: 10px;
}

.balert-panel-heading {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    padding: 3px 11px !important;
}

.balert-dialog {
    padding-bottom: 30px !important;
    padding-top: 180px !important;
    width: 450px !important;
}



.balert-content {
    border-color: #428BCA !important;
    border-style: solid !important;
    border-width: 1px !important;
}

.balert-footer {
    border-top: 1px solid #E5E5E5 !important;
    margin-top: 0 !important;
    padding: 10px 24px 8px !important;
    text-align: center !important;
}


.bmodal-body {
    padding-left: 20px !important;
    padding-right: 10px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.bgBlue {
    background-color: rgb(66,139,202) !important;
}

.paddingTop-25 {
    padding-top: 25px !important;
}

.datePicker-front {
    z-index: 9999;
}



.form-group-logon {
    margin-bottom: 0px !important;
}

.timer {
    display: block;
    background: #35404D;
    border: 1px solid #131c26;
    border-radius: 8px;
    padding: 5px;
    margin: 40px 10px 10px 10px;
    box-shadow: inset 3px 3px 1px #131C26;
    text-align: center;
}

#display {
    position: relative;
    color: gold;
    font-size: 25px;
    font-family: Digital-7, Verdana, sans-serif;
    text-align: center;
    color: #AEB2B7;
    letter-spacing: 5px;
    font-weight:bold;
    text-shadow: 3px 3px 1px #131C26;
}

.smlbtn {
    padding: 5px 10px;
    font-size: 12px;
}

    .smlbtn i {
        padding-right: 5px;
    }

.form-control {
    color: #2f2d2d !important;
   
}

#addedBox .form-control {
    padding:0px !important;
}


.form-builder-panel {
    border-left: 1px dashed #808080;
    border-right: 1px dashed #808080;
}

.dropdown-menu {
    z-index: 99999;
}

.remove-add-on {
    float: none;
    margin-top: auto;
    padding: inherit;
    text-align: left;
}

.chart-height {
    height: 390px !important;
}

.line-chart-height {
    height: 300px !important;
}

.right-alignment {
    text-align: right;
}

.dropdown-menu.extended.logout > li {
    width: 50%;
    background: #FFFFFF;
}

.user-email-notification {
    font-size: 40px;
    float: left;
    padding-right: 10px;
    color: #DDDDDD;
}

.dropdown-menu.extended.logout > li:last-child {
    float: left;
    text-align: center;
    width: 100%;
    background: #a9d96c;
    border-radius: 0 0 3px 3px;
    height: 5px;
}

.form-control-remove {
    padding-left: 0;
    padding-top: 8px;
}


.profile-nav .wallhead {
    padding: 5px;
}

.wallhead.alt a img {
    height: 60px;
    width: 60px;
    border-radius: 0px;
    padding: 2px;
    border: 1px solid #999999;
}

.wallhead.alt a {
    min-height: 81px;
}

.caseinfo {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    .caseinfo li {
        display: inline-block;
        padding: 5px 10px;
        border-bottom: 0px !important;
    }

    .caseinfo i {
        padding-right: 10px;
    }

    .caseinfo span {
        font-weight: 600;
        padding-left: 10px;
    }

.links li {
    color: #3E98BA;
    cursor: pointer;
    font-weight: 600;
}

.alt.white-bg {
    background: #FFF;
    color: #89817F
}

.wallhead h4 {
    color: #1D5472
}

.wallmessages .msg-time-chat {
    padding: 0px;
    background: #edf8ff;
    border-bottom: 1px solid #c1def0;
    border-top: 1px solid #fff;
}

    .wallmessages .msg-time-chat:before {
        display: none;
    }

    .wallmessages .msg-time-chat .msg-out .text, .wallmessages .msg-time-chat .msg-in .text {
        border: 0px;
    }

.wallmessages .attribution a {
    color: #1D5472;
    font-weight: 600;
}

.wallmessages .message-body {
    margin-left: 50px;
}

.wallmessages .message-img {
    margin-right: 10px;
    padding-top: 3px;
}

.msgbody .chat-form {
    margin: 0;
    background: #f6f7f8;
    padding: 5px 11px;
    border-bottom: 1px dashed #b2b2b2;
}

.wallmessages .message-img img {
    padding: 2px;
    border: 1px solid #999999;
    background: #fff;
}

.inline-block {
    display: inline-block;
}

.feed-icon {
    font-size: x-large;
    color: blueviolet;
}

.feed-button-container {
    background-color: gray;
}


.wallcontainer {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-radius: 0px !important;
}

    .wallcontainer li {
        display: inline-block;
        vertical-align: top;
    }

        .wallcontainer li a {
            border: 0px;
            padding: 0px !important;
            margin: 0px !important;
            min-height: 0px !important;
            float: none !important;
            border: 0px !important;
        }

    .wallcontainer ul.caseinfo li {
        display: block;
        color: rgb(29, 84, 114);
    }

        .wallcontainer ul.caseinfo li a {
            padding-left: 10px !important;
            border-radius: 0px !important;
            text-decoration: none;
            color: rgb(29, 84, 114);
            font-style: italic;
            font-size: 14px;
        }

.caseactionss {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.wallcontainer ul li .caseactionss li {
    display: inline-block;
    color: rgb(137, 129, 127) !important;
}

.wallcontainer ul.caseinfo li {
    display: block;
    color: rgb(29, 84, 114);
}

.case-action-bar {
    float: right !important
}

.wall-dropdown {
    float: right;
    right: 0;
    left: initial;
}

    .wall-dropdown li {
        float: left !important
    }

        .wall-dropdown li a {
            min-height: 30px !important;
            border-radius: 0 !important;
            margin-left: initial !important;
            margin-right: initial !important
        }

#manageTaskListDivId {
    max-height: 400px;
    overflow: auto;
    vertical-align: top;
    padding-right: 20px;
}

#manageHearingsGrid {
    padding: 12px;
}

.upload {
    padding-left: 450px !important
}

.guided-instructions {
    border: 8px solid #E8E8E8;
    border-radius: 40px;
    color: #E06B7D;
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    padding: 0px;
    text-align: center;
    width: 40px;
}

#instructionDiv {
    padding: 20px;
}

.buDiv {
    /*left:200px;*/
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 450px;
    min-height: 150px;
}

.caseNotes {
    overflow-x: hidden;
    overflow-y: auto;
}

.validation-error {
    color: #ff0000;
}

.validation-error-orange {
    color: orange;
}

.validation-success {
    color: green;
}

.grey-message {
    color: darkgrey;
}


.bgclr {
    background: #FFF;
}

.grid-footer {
    visibility: visible !important;
}

.fixheight {
    height: 323px;
}

.colorblk {
    color: #333333
}

.norow {
    margin-right: 0px;
    margin-left: 0px;
}

.rowyes {
    margin-right: 15px;
    margin-left: 15px;
}

.top-nav ul.top-menu > li > a.noborder, ul.top-menu > li > a.noborder {
    border: 0px !important;
}

.wallcontainer .caseinfo li {
    padding: 0px 10px 0px 0px;
}

.wallcontainer .caseinfo span {
    padding-left: 0px;
    font-weight: normal;
}

.profile-nav ul.wallcontainer li {
    border: 0px;
}

.panel-body.msgbody {
    padding: 0px;
}

.msg-time-chat .msg-in .text {
    padding: 5px 10px;
}

.wallmessages .msg-time-chat {
    padding: 0px 15px;
}

.rightnav .task-thumb-details {
    margin: 0px;
}

.personal-task.rightnav tbody tr td {
    padding: 10px 0px 10px 10px;
    text-align: left;
}

.personal-task.rightnav tbody tr td {
    padding: 10px 0px 10px 10px;
    text-align: left;
}

.container.regiform {
    width: 750px;
    margin: 0px auto;
}

.regiform ul.formenti {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

.regiform li.items {
    padding: 10px 15px 10px 10px;
    display: inline-block;
}

.fc-header-title {
    margin-top: 0px !important
}

.fc-border-separate {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

#fullCalendar {
    width: 98%;
    margin: 10px auto;
}

.fc-button {
    cursor: pointer !important;
    display: inline-block !important;
    height: 1.9em !important;
    line-height: 1.9em !important;
    overflow: hidden !important;
    padding: 0 0.6em !important;
    position: relative !important;
    white-space: nowrap !important;
}

.fc-header-title h2 {
    color: black !important;
}

#fullCalendar .hover-end {
    padding-left: 5px;
    margin-top: 3px;
    font-size: 12px;
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 1;
    color: black;
    background-color: #fcb322;
}

.hover-end .main-text {
    color: blue;
    font-size: 10px;
}

.fc-content .fc-event {
    padding: 0px !important;
}

.fc-event-time {
    display: none !important;
}

.fc-grid th {
    background: #eaeaea;
    padding: 8px 0px !important;
    border-left: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.fc-border-separate tbody {
    padding: 10px !important;
}

.fc-border-separate td {
    border: 1px solid #ccc;
    border-left: 0px;
    border-top: 0px;
}

.calendar-info {
    color: blue;
    font-size: 12px;
}

.eventtype {
    font-size: 13px;
    font-style: italic;
    color: brown;
}

.panel.gray-chart {
    background: #EBEDF2;
}

.logoUpload li {
    display: inline-block;
}

.form-horizontal .control-label-right-aligned {
    font-size: 14px;
    font-weight: 300;
    text-align: right !important;
}

.nav > li > a {
    padding: 5px 10px;
    color: #515151;
}

.login-body { /*background-image:url("../images/loginbg.jpg"); background-position:top; background-size:100%;*/
}

.logonlogoposition {
    text-align: center;
    height: auto;
    margin-bottom: -136px;
}

.fc-border-separate {
    border: 1px solid #ccc;
}

    .fc-border-separate td {
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

.fc-state-default, .fc-state-default .fc-button-inner {
    background: none repeat scroll 0 0 #f3f3f3 !important;
    border-color: #dddddd;
    border-style: none solid;
    color: #646464;
}

.fc-header-left {
    text-align: left;
    width: 25%;
}

.fc-button-prev {
    background: url("../images/arrow_prev.png") no-repeat center;
    padding: 10px !important;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.fc-button-next {
    background: url("../images/arrow.png") no-repeat center;
    padding: 10px !important;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-left: 5px;
}

    .fc-button-next:hover, .fc-button-prev:hover {
        background-color: #ccc;
    }

.fc-button-month, .fc-button-agendaWeek, .fc-button-agendaDay {
    background: none repeat scroll 0 0 #f3f3f3 !important;
    color: #646464;
    border: 1px solid #dddddd;
    border-radius: 2px;
}

    .fc-button-month:hover, .fc-button-agendaWeek:hover, .fc-button-agendaDay:hover {
        background-color: #ccc !important;
    }

.calicons .fc-event {
    background: none;
    border: 0px;
    color: #797979;
    height: 28px;
    padding: 5px;
}

    .calicons .fc-event i.icon-calendar {
        background: #f8d347;
        border-radius: 3px;
        padding: 3px;
        color: #fff;
        font-size: 13px;
    }

    .calicons .fc-event i.icon-legal {
        background: #ff6c60;
        border-radius: 3px;
        padding: 3px;
        color: #fff;
        font-size: 13px;
    }

    .calicons .fc-event i.icon-phone {
        background: #57c8f2;
        border-radius: 3px;
        padding: 3px;
        color: #fff;
        font-size: 13px;
    }

    .calicons .fc-event i.icon-briefcase {
        background: #6ccac9;
        border-radius: 3px;
        padding: 3px;
        color: #fff;
        font-size: 13px;
    }

.calicons .fc-view-agendaWeek .fc-event.fc-event-vert {
    background: #eaeaea;
    border: 1px solid #ddd;
    border-left-color: #fff;
    height: auto;
    padding: 0px;
}

.calicons .fc-view-agendaDay .fc-event.fc-event-vert {
    background: #eaeaea;
    border: 1px solid #ddd;
    border-left-color: #fff;
    height: auto;
    padding: 0px;
}

.calicons .fc-view-agendaDay .fc-event-icons {
    padding-left: 5px;
    margin-top: 5px;
    display: inline-block;
}

.calicons .fc-event .fc-event-icons {
    margin-top: 5px;
    display: inline-table !important;
}

.commentorname {
    padding-left: 5px;
}

.labelfield .form-control {
    display: inline-block;
    width: 35%;
}

.labelfield label {
    padding-right: 10px;
}

.firm-logo {
    height: 42px;
    width: 132px;
    margin-top: 9px !important;
    float: left;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 2px 5px;
    vertical-align: middle;
}

#sectionDocumentList td {
    padding: 2px!important ;
}
.dropdown-menu.extended li p.blue {
    background-color: #41CAC0;
    color: #fff;
}

.notify-arrow-blue {
    border-color: transparent transparent #41CAC0;
    border-bottom-color: #41CAC0 !important;
    border-top-color: #41CAC0 !important;
}

.user-quicklinks {
    font-size: 20px;
    float: left;
    padding-right: 10px;
    color: #DDDDDD;
}

.qklinks li a span i {
    width: 35px;
    color: #41CAC0;
}

.grid-footer, .hdpagination {
    text-align: right;
    background: #F9F9F9;
    padding-right: 10px;
}

    .grid-footer td, .hdpagination {
        background: #F9F9F9;
    }

        .grid-footer td a, .hdpagination a {
            background: #ddd;
            padding: 0px 5px;
            border-radius: 2px;
            color: #2119ea;
            border: 1px solid #CCCCCC;
        }

.hdpagination {
    border: 1px solid #ccc;
    padding: 2px;
    border-bottom: 0px;
    min-height: 25px;
}

.bootstrap-timepicker-widget table td input {
    width: 30px;
}

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
    border-width: 1px;
    border-radius: 1px;
}

i.green {
    color: green;
}

i.red {
    color: #FF6C60;
}

i.silver {
    color: silver;
}

#MangeAccessFrm table tr td:first-child {
    text-align: center;
}

#MangeAccessFrm table tr td p {
    margin-bottom: 0px;
}

.lnhgt2 {
    line-height: 2.5;
}

.alert {
    padding: 8px 25px 8px 14px !important;
}

.tab-bg-dark-navy-blue {
    background: none repeat scroll 0% 0% #7087A3;
    border-radius: 5px 5px 0px 0px;
    border-bottom: medium none;
}

.greybod {
    background: #f5f5f5;
}

ul.nxtpre {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    ul.nxtpre li {
        display: inline-block;
        padding: 5px 5px 5px 0px;
    }

.calcaption {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

    .calcaption span {
        color: #CCC;
    }

        .calcaption span + span {
            background: #3C3;
            margin: 0px 5px;
            border-radius: 2px;
            color: #fff;
            font-size: 12px;
            padding: 2px;
        }

.text-left ul.inbox-pagination {
    float: left;
}

.active span.tthrs {
    color: #ccc;
    font-size: 10px;
}

span.tthrs {
    color: #fff;
    font-size: 10px;
}

li a:hover span.tthrs {
    color: #000;
    font-size: 10px;
}

.smtxt th {
    font-size: 11px;
}

.greybg {
    background: #ccc;
}

.tab-bg-dark-navy-blue .nav {
    margin-bottom: -9px !important;
}

.smtxt th {
    font-size: 11px;
}

.nomarginnobg {
    margin-top: 0px;
    background: none;
}

    .nomarginnobg img {
        width: 16%;
    }

.fc-event-inner {
    height: 88% !important;
}

aside.col-lg-10 #caseTabDivId .col-lg-12.nocolgrid {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.noborder {
    border: 0px
}

.form-horizontal.tasi-form .col-lg-4 {
    border-bottom: 1px solid #EFF2F7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

table td p.texttruncatepopup {
    margin: 0px;
}

table td p.texttruncate { /*width: 250px;*/
    margin: 0px;
}

table td p.truncateMini {
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px;
}

table td p.doubletexttruncate { /* width: 250px;*/
    margin: 0px;
}

table td p.texttrucateMini {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px;
}

table td p.truncate-mini {
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px;
}

table td p.texttrucateMini {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px;
}

table td p.contact-name {
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px;
}

.texttrucateMini {
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px;
}

td p.textoverflow {
    display: inline-block;
    width: 150px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

td p.textoverDue {
    display: inline-block;
    width: 320px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

#ActivitiesGrid td ul {
    margin-bottom: 0px;
}

.txtunderline {
    text-decoration: underline;
}

.powered {
    text-align: center;
    position:relative;
    bottom: 5px;
    color: #AEB2B7;
    padding-top: 10px;
    width: 180px;
    background-color: #2A3542;
}

.shortdropdwn #ddlTimeSheetStatus, .shortdropdwn #AssociateId {
    width: 64%;
    display: inline-block;
}

.shortdropdwn #DayFilterId {
    width: 72%;
    display: inline-block;
}

.trackingControls .col-lg-5 {
    padding-left: 0px;
    padding-right: 0px;
}

#CellPhone.cellno {
    display: inline-block;
    width: 55%;
}

#ExtensionNo.extno {
    display: inline-block;
    width: 41%;
}

#accordion label {
    padding-left: 0px;
    padding-right: 0px;
}

#accordion .col-lg-4, #accordion .col-lg-10 {
    padding-left: 0px;
}

#accordion .control-label {
    font-size: 13px;
}

#accordion .panel-heading a:after {
    content: "\-";
    float: right;
    color: #c5ece9;
    background: url("../images/arrow-up1.png") no-repeat right;
    width: 22px;
}

#accordion .panel-heading a.collapsed:after {
    content: "\-";
    background: url("../images/arrow-down1.png") no-repeat right;
    width: 22px;
}

#accordion .panel-heading, .headertxt {
    padding-left: 0px;
    background: #c5ece9;
    border-radius: 2px;
    padding: 12px 10px;
}

#accordion .panel-default > .panel-heading + .panel-collapse .panel-body, #accordion .panel-default > .panel-body {
    border-color: #25a299;
    border-radius: 2px;
    border: 1px dashed #25a299;
    border-top: 2px solid #25a299;
}

.headertxt {
    color: #2A3542;
    font-size: 14px;
    font-weight: 400;
    padding: 7px;
    border-radius: 2px 2px 0px 0px;
    border-bottom: 2px solid #25a299;
}

    .headertxt .control-label {
        padding-left: 0px;
        font-weight: 400;
    }

#buMappingDiv {
    background: url("../images/treebg.png") repeat-y #f6fffe;
    border: 0px;
    border: 1px solid #cbe6e5;
    border-radius: 2px;
}

#accordion .form-group {
    margin-left: -5px !important;
}

.paddtop {
    padding-top: 7px;
    padding-left: 0px;
}

p.truncateMini {
    margin: 0px;
}

.btncenterNpadding {
    padding-left: 40px;
    text-align: center;
    padding-top: 20px;
}

.shortdropdwn.col-lg-6, #timeSheetNextPreviousId .col-lg-7 {
    padding: 0px;
}

.trackingControls .control-label {
    font-size: 14px;
    font-weight: normal;
}

#timeTrackFilterView .col-lg-1 {
    margin: 3px 0px;
}

#collapseTwo section.panel {
    overflow: visible;
}

.curreny.input-append .add-on {
    float: left;
    padding-top: 10px;
    color: #0ac647;
}

.curreny.input-append input {
    padding-left: 45px;
}

.curreny.input-pappend input {
    padding-left: 10px;
}

.totalhrsrow {
    float: left;
    margin-top: -6px;
    text-align: left;
}

    .totalhrsrow .control-label {
        font-size: 12px;
    }

        .totalhrsrow .control-label + .control-label {
            color: blue;
        }

    .totalhrsrow.notopmar {
        margin-top: 0px !important;
        display: inline-block;
    }

.curreny.input-append .add-on {
    padding: 7px;
    background: #eee;
    color: #555;
    border-radius: 4px;
    margin-top: -34px;
    border: 1px solid #ccc;
}

.curreny.input-pappend .add-on {
    padding: 7px;
    background: #eee;
    color: #555;
    border-radius: 4px;
    margin-top: -34px;
    border: 1px solid #ccc;
}

.insideicon.input-append .add-on {
    float: left;
    padding-top: 10px;
    color: #0ac647;
}

.insideicon.input-append .add-on {
    padding: 7px;
    background: #eee;
    color: #555;
    border-radius: 4px;
    margin-top: -34px;
    border: 1px solid #ccc;
}

.control-label.dis-inline {
    display: inline-block;
    padding-left: 0px;
}

.nopadtop {
    padding-top: 0px;
}

.servicetaxnpayrece {
    background: #d6feff;
    border: 1px solid #afe8f2;
    padding: 5px;
    border-radius: 4px;
    display: block;
    position: relative;
}

    .servicetaxnpayrece .form-group {
        margin-bottom: 0px;
    }

    .servicetaxnpayrece .control-label {
        padding-top: 0px;
    }

#PaymentNote.form-control {
    height: 34px;
}

#paymentListDivId td i.icn-asterisk {
    background: url("../images/Expired-icon.png") no-repeat left;
    float: right;
    height: 18px;
    width: 18px;
}

td i.overdue {
    background: url("../images/Expired-icon.png") no-repeat left;
    float: right;
    height: 18px;
    width: 18px;
}
/* Document Grid Style */
#activityListId {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px; /*FONT: 11px Lucida Grande, Verdana, Geneva, sans-serif;*/
    PADDING-TOP: 0px;
}

#acc {
    LIST-STYLE-TYPE: none;
    COLOR: #033;
    LIST-STYLE-IMAGE: none;
    padding: 0px 5px;
}

    #acc h5 {
        MARGIN-TOP: 1px;
        BACKGROUND: url(../images/AcordingBg.png) top repeat-x #f5f5f5;
        CURSOR: pointer;
        FONT-WEIGHT: bold;
        padding: 3px 6px;
        border: 1px solid #cfcfcf;
        border-bottom: 0px;
    }

        #acc h5:hover {
            BACKGROUND: #C5ECE9;
            border-color: #25A299;
        }

    #acc .acc-section {
        BACKGROUND: #fff;
        OVERFLOW: hidden
    }

    #acc .acc-content {
        BORDER-BOTTOM: #9ac1c9 1px solid;
        BORDER-LEFT: #9ac1c9 1px solid;
        PADDING: 5px;
        BACKGROUND: #fff;
        BORDER-TOP: 1px solid #25A299;
        BORDER-RIGHT: #9ac1c9 1px solid;
    }

#nested {
    LIST-STYLE-TYPE: none;
    COLOR: #033;
    LIST-STYLE-IMAGE: none
}

    #nested h5 {
        PADDING-BOTTOM: 8px;
        MARGIN-TOP: 1px;
        PADDING-LEFT: 6px;
        PADDING-RIGHT: 6px;
        BACKGROUND: url(../images/childbg.png) repeat-x #fffbbf;
        CURSOR: pointer;
        FONT-WEIGHT: bold;
        PADDING-TOP: 6px;
        border: 1px solid #e3e3e3;
    }

        #nested h5:hover {
            BACKGROUND: url(../images/childbg_on.png) repeat-x #fdf790;
        }

    #nested .acc-section {
        BACKGROUND: #fff;
        OVERFLOW: hidden
    }

    #nested .acc-content {
        BORDER-BOTTOM: #9ac1c9 1px solid;
        BORDER-LEFT: #9ac1c9 1px solid;
        PADDING-BOTTOM: 15px;
        PADDING-LEFT: 15px;
        PADDING-RIGHT: 15px;
        BACKGROUND: #fff;
        BORDER-TOP: medium none;
        BORDER-RIGHT: #9ac1c9 1px solid;
        PADDING-TOP: 15px
    }

    #nested .acc-selected {
        BACKGROUND: url(../images/header_over.gif)
    }

.parentselect {
    BACKGROUND: #C5ECE9 !important;
    color: #136c94;
    border-color: #25A299 !important;
}

span.docNo {
    display: block;
    float: right;
    color: #7f7f7f;
    font-weight: bold;
    padding-top: 12px;
    margin-right: 10px;
}

span.parentrow {
    background: url(../images/DocumentsBigIcons.png) left 0px no-repeat;
    display: inline-block;
    width: 20px;
    height: 29px;
    vertical-align: middle;
    padding-right: 5px;
}

h5.parentselect span.parentrow {
    background: url(../images/minus.png) no-repeat;
    padding-left: 15px;
    margin-top: 4px;
}

span.parentrow {
    background: url(../images/plus.png) no-repeat;
    padding-left: 15px;
    margin-top: 4px;
}

ul.assignedto, ul.childMatterTo {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    ul.assignedto li, ul.childMatterTo li {
        display: inline-block;
        padding: 3px;
        border: 1px solid #ddd;
        background: #eee;
        border-radius: 2px;
        margin: 2px 2px 2px 2px;
    }

        ul.assignedto li a, ul.childMatterTo li a {
            font-size: 12px;
            font-weight: bold;
            color: #a6a6a6;
            text-align: right;
            padding-left: 5px;
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif;
        }

            ul.assignedto li a:hover ,ul.childMatterTo li a:hover {
                color: #333;
            }

td span.billabley {
    background: url(../images/billable.png) no-repeat;
    height: 20px;
    width: 20px;
    float: right;
}

td span.billablen {
    background: url(../images/nonbillable.png) no-repeat;
    height: 20px;
    width: 20px;
    float: right;
}

.font-11-px {
    font-size: 11px;
}

.testtable {
    border-left: 1px solid #ddd;
}

    .testtable th {
        padding: 2px 5px;
        color: #515151;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        border-collapse: collapse;
        font-weight: bold;
        border: 1px solid #ddd;
        border-left: 0px;
    }

    .testtable td {
        padding: 2px 5px;
        color: #515151;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        border-collapse: collapse;
        border: 1px solid #ddd;
        border-top: 0px;
        border-left: 0px;
    }

    .testtable tr th {
        background: #fff;
    }

    .testtable tr {
        background: #f9f9f9;
    }

        .testtable tr.alternative-row {
            background: #fff;
        }

#caseAssociateGridId {
    max-height: 300px !important;
    overflow: auto;
}

.clearboth {
    clear: both;
}

.addNewActivity {
    position: relative;
    float: right;
    top: 4px;
    right: 4px;
    padding: 7px 5px;
    border-radius: 4px;
    border: 1px solid #41CAC0;
}

    .addNewActivity:hover {
        border-color: #41CAC0;
        background: #C5ECE9;
        text-shadow: 1px 1px 1px #fff;
    }

.progress-bar, .progress {
    margin-bottom: 0px !important;
}

.blocktimesheet {
    display: block;
    position: absolute;
    background: #ccc;
    padding: 80px 30px 140px 30px;
    top: 121px;
    width: 97.4%;
    opacity: 0.8;
    margin-top: -20px;
    height: 100%;
}

.blocktimesheetcont {
    padding: 10px;
    position: absolute;
    display: block;
    width: 97.4%;
    top: 120px;
}

.blocktimesheettxt {
    background: #FCF8E3;
    margin: 20px;
    padding: 10px;
    display: block;
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
}

    .blocktimesheettxt span {
        font-weight: bold;
    }

.greencolorico ul li.active a i, .greencolorico ul li a:hover i {
    color: #99C262 !important;
}

#bAlertControl.modal {
    z-index: 99999;
    position: fixed;
}

.modal-body, .panel-body {
    padding-bottom: 0px;
}

.mandatoryfields {
    border-color: #ff0000;
}

.sixty-px-wide {
    width: 60px !important;
}

.smlsze {
    width: 100px;
    display: inline-block;
}

.smlszex {
    width: 100px;
    display: inline-block;
}

.col-lg-4 a {
    padding-top: 7px;
    display: inline-block;
}

.smlszexx {
    width: 180px;
}

.col-lg-half {
    width: 4.33333%;
}

#fromDate .col-lg-11, #toDate .col-lg-11, #fromDate.col-lg-2, #toDate.col-lg-2 {
    padding-left: 0px;
    padding-right: 8px;
}

.ellip {
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.associatedrpdwn {
    display: inline-block;
}

.smldrp {
    width: 72%;
}

    .smldrp select {
        padding-left: 5px;
        padding-right: 5px;
    }

/*Feedback form classes*/
.questions {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    border-bottom: 1px solid #EFF2F7;
}

    .questions li {
        list-style-type: none;
        display: inline-block;
        padding: 6px;
    }

li.questionno, li.qdelete {
    width: 5%;
    vertical-align: top;
}

li.quest {
    width: 80%;
    font-weight: 600;
}

.starrate i {
    display: none;
}

.starrate .rating-md {
    font-size: 1.8em;
}

.questions .icon-2x {
    font-size: 1.4em;
}

.padding-btm-15 {
    padding-bottom: 15px;
}

.btnvercenter {
    margin-top: -3px;
}

#MatterId {
    padding-right: 0px;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.p-bot15 {
    padding-bottom: 15px;
    display: block;
}

/*Report  Class*/
.reports {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    border-bottom: 1px solid #EFF2F7;
}

    .reports li {
        list-style-type: none;
    }

        .reports li a span.reportsno {
            width: 30px;
            vertical-align: top;
            display: inline-block;
            padding-left: 3px;
        }

        .reports li a {
            font-weight: normal;
            display: inline-block;
            padding: 6px;
            margin-bottom: 5px;
        }

li.reportlst {
    font-weight: 600;
}

.reports li a:hover, .reports li a.active {
    background: url(../images/repleftarrow.png) no-repeat left center;
    display: block;
    border-radius: 4PX;
}

.google-visualization-table-table {
    width: 100% !important;
    height: auto;
    padding-bottom: 10px;
}

div.google-visualization-table {
    display: block !important;
}

.contactpopuplbl {
    padding-top: 7px;
}

.mbot0 {
    margin-bottom: 0px;
}

#invoiceList .caret {
    color: black;
}

.equalsizebtn .dropdown-toggle {
    width: 120px;
    font-size: 13px;
}

.pdfile:before {
    content: "\f1c1";
    font-family: FontAwesome;
    font-style: normal;
    color: red;
    /* more styling for the icon, including color, font-size, positioning, etc. */
}

.wordile:before {
    content: "\f1c2";
    font-family: FontAwesome;
    font-style: normal;
    color: #fff;
    /* more styling for the icon, including color, font-size, positioning, etc. */
}

.excelfile:before {
    content: "\f1c3";
    font-family: FontAwesome;
    font-style: normal;
    color: green;
    /* more styling for the icon, including color, font-size, positioning, etc. */
}

.ListCountColor {
    color: blue;
    font-weight: bold;
}

.fivepertd {
    width: 5%;
}

.tenpertd {
    width: 10%;
}

.twentysevepertd {
    width: 27%;
}

.twentyeightpertd {
    width: 28%;
}

.matter.texttruncate {
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px;
}

.iconcenter {
    text-align: center;
    display: block
}

.nhalf {
    width: 31.60% !important
}

.padding115 input {
    padding-left: 90px !important;
}

.bottommargin0 .form-group {
    margin-bottom: 0px;
}

#NewMatterAssignmentNotification, #AutoCaseAssignment {
    width: auto;
}

.settingviewtabs {
    border: 1px solid #ddd;
    border-top: 0px;
    border-radius: 0px 0px 6px 6px;
}

#tabFavouriteList td {
    text-align: left;
}

.bulkentrydescr {
    width: 220px;
    height: 48px !important;
    font-size: 12px;
}

.paddingtop7 {
    padding-top: 7px;
}

.timeNexpensestable {
    overflow: auto;
    max-height: 280px;
}

.invoicepannelstyle {
    text-align: right;
    display: inline-block;
    padding-left: 664px;
}

.invoicepannelstyleforincludeExpense {
    text-align: right;
    display: inline-block;
    padding-left: 687px;
}

.dottedpanel {
    border-color: #25a299;
    border-radius: 2px;
    border: 1px dashed #25a299;
    margin-left: 0px;
}

.favourite {
    color: #FF6600;
}

.nonFavourite {
    color: #CCCCCC
}

.btn-success a i.wordile::before {
    color: #fff !important;
}

.autoscroll {
    height: 525px;
    overflow: auto;
}

.btn-success a i.wordile::before {
    color: #fff !important;
}

.PropertyFontColor {
    color: red;
}

.DelayProperty {
    color: green;
}

.btn-success a i.wordile::before {
    color: #fff !important;
}

.autoscroll {
    height: 525px;
    overflow: auto;
}

#caseInvoiceChargeTableId {
    border-color: #25A299 #9AC1C9 #9AC1C9;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    background: #FFF none repeat scroll 0% 0%;
}

ul.acc li:last-child {
    border-bottom: 1px solid #ccc;
}

.typeahead.dropdown-menu > li a {
    min-width: 550px;
    padding: 5px 10px;
    overflow: no-display;
    white-space: pre-wrap;
    font-size: 12px;
    color: #515151;
    border-bottom: 1px dotted #CCCCCC;
}

.typeahead.dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
    padding: 0px 10px;
    overflow-x: hidden;
}

.typeahead.dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
    padding: 0px 10px;
    overflow-x: hidden;
}

#caseListtypeahead i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#clientListtypeahead i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#matterMatterListTypeahead i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#matterTypeAheadInlineTimeSheet i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#clientListtypeaheadInEnquiry i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 80px;
}

#clientListtypeaheadInMatter i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 80px;
}

#contactListtypeaheadInMatter i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 80px;
}

#courtListtypeaheadInMatter i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 80px;
}

#clientAndmatterSearch i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#VendorMattertypeahead i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#invoiceMattertypeahead i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#invoiceClienttypeahead i.icon-spinner {
    position: absolute;
    top: 3px;
    right: 45px;
}

#BulkActionMatterCodeDIV i.icon-spinner {
    position: absolute;
    top: 10px;
    right: 20px;
}

#typeAheadInlineHearing i.icon-spinner {
    position: absolute;
    top: 10px;
    right: 20px;
}

#associateViewSpinner i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#associateSearch_fromManageLeave i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#allocateAssociateSpinner i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#manageAssociateSpinner i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#manageAssoClientSpinner i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#manageClientContactSpinner i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#newHearingSpinner i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#advanceClienttypeahead i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 45px;
}

#advanceMattertypeahead i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 18px;
}

#timetrackingmatterlist i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#timeTrackingAssociateList i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#proceedingTypeAhead i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#ManageHearingClientSearch i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#NewProceedingMatterSearch i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#NewActivityMatterSearch i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#uploadDocumentMatterSearch i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#uploadCaseDocumentMatterSearch i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#ParentContactDiv i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

.input-append i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 14px;
}

#associateTypeAhead i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 20px;
}

#matterContacttypeaheadInMatter i.icon-spinner {
    position: absolute;
    top: 4px;
    right: 10px;
}

.typeahead.dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
    padding: 0px 10px;
    overflow-x: hidden;
}

.dotted-box {
    border-color: #25a299;
    border-radius: 2px;
    border: 1px dashed #25a299;
    margin: 0px 15px 15px 10px;
    padding: 5px;
}

.dotted-box-azure-bg {
    background-color: azure;
    border-radius: 2px;
    border: 1px dashed #25a299;
    margin: 0px 15px 15px 10px;
    padding: 5px;
}

.dotted-borderbox {
    border-color: #25a299;
    border-radius: 2px;
    border: 1px dashed #25a299;
    padding: 5px;
}

#addedBox {
    background-color: azure;
    border: 1px dashed #25a299;
    margin-bottom: 10px;
}


#bulk-timeentry-help-text {
    padding-bottom: 7px;
    padding-left: 35px;
}


/*------------------------------Timesheet Exception Report----------------------------------------------------------*/

.inc-te {
    background: #fcefb7 !important;
    text-align: center;
    cursor: pointer;
}
/*Week day with InComplete Time Tracking*/
.wk-day {
    text-align: center;
    cursor: pointer;
}
/*Week day with Complete Time Tracking*/
.wk-off {
    text-align: center;
    background: -moz-linear-gradient(left, #8fd9fc, #cfeefd);
    background: -webkit-linear-gradient(left, #8fd9fc, #cfeefd);
    cursor: pointer;
}
/*Weekend day or Weekend with Complete/Incomplete Time Tracking*/
.timeexe-date {
    font-weight: bold;
    padding: 0px 15px;
    text-align: center;
    cursor: pointer;
}

.timeexe-associate {
    font-weight: bold;
    padding: 0px 30px;
    cursor: pointer;
}

.total_track {
    text-align: center;
    background: -moz-linear-gradient(left, #baef9f, #e1ffd2);
    background: -webkit-linear-gradient(left, #baef9f, #e1ffd2);
    font-weight: 600;
}

.associate-data {
    width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
}
/*----------------------------------------------------------------------------------------------------------------*/


.blkentpanel.panel {
    margin-bottom: 0px;
}

.blkentpanel .panel-heading {
    border-color: #eff2f7 !important;
}

.blkentrytable {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

    .blkentrytable td {
        border: 1px solid #ddd;
        padding: 5px;
    }

    .blkentrytable th {
        text-align: center;
        font-weight: 600;
    }

.btn.icon-1x {
    padding: 8px !important;
}

.blkentmaintab {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.blkentrytable.table {
    margin: 5px !important;
}

#accordion h4 input {
    margin: 0px;
}

div.popover {
    font-size: 13px;
    font-weight: normal;
    text-align: justify;
}

.rightnopadding {
    padding-right: 0px;
}

div.popover {
    font-size: 13px;
    font-weight: normal;
    text-align: justify;
}

#accordion h4 input {
    margin: 0px;
}

#associateProductivitydashContainer div div div, #billablevsclientdashContainer div div div {
    left: -40px !important;
    top: -10px !important;
}

#workInProgressContainer div div {
    max-height: 400px !important;
    max-width: 800px !important;
}

#accordion h4 input {
    margin: 0px;
}

div.popover {
    font-size: 13px;
    font-weight: normal;
    text-align: justify;
}

div.popover {
    font-size: 13px;
    font-weight: normal;
    text-align: justify;
}

.rightnopadding {
    padding-right: 0px;
}


.sixpertd {
    width: 6%;
}

.elevenpertd {
    width: 13%;
}

.twentythreepertd {
    width: 23%;
}

.twentythreepertdd {
    width: 100px;
}

.twentypertd {
    width: 20%;
}

.fourpertd {
    width: 4%;
}

#timeSheetCalTable th .center-align {
    text-align: center
}

#timeSheetCalTable th .left-align {
    text-align: left
}

.cursorpointer {
    cursor: pointer;
}

.sixpertd {
    width: 6%;
}

.elevenpertd {
    width: 13%;
}

.twentythreepertd {
    width: 23%;
}

.twentypertd {
    width: 20%;
}

.fourpertd {
    width: 4%;
}

#timeSheetCalTable th .center-align {
    text-align: center
}

#timeSheetCalTable th .left-align {
    text-align: left
}

.btnrightPosition {
    padding-top: 11px;
}

.nofloat {
    float: none !important;
    display: inline-block !important;
}

.iconsright {
    display: block;
    float: right;
    padding: 10px 5px;
    padding-right: 10px;
}




/* Nav Tabs style */
ul.nav-wizard {
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    *zoom: 1;
    position: relative;
    overflow: hidden;
    padding-left: 0px;
}

    ul.nav-wizard:before {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 46px;
        height: 47px;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        z-index: 11;
        content: " ";
    }

    ul.nav-wizard:after {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 138px;
        height: 47px;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        z-index: 11;
        content: " ";
    }

    ul.nav-wizard li {
        position: relative;
        float: left;
        height: 46px;
        display: inline-block;
        text-align: middle;
        padding: 0 5px 0 30px;
        margin: 0;
        font-size: 12px;
        line-height: 46px;
    }

        ul.nav-wizard li a {
            color: #468847;
            padding: 0;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 13px;
        }

            ul.nav-wizard li a:hover {
                background-color: transparent;
            }

        ul.nav-wizard li:before {
            position: absolute;
            display: block;
            border: 24px solid transparent;
            border-left: 16px solid #d4d4d4;
            border-right: 0;
            top: -1px;
            z-index: 10;
            content: '';
            right: -16px;
        }

        ul.nav-wizard li:after {
            position: absolute;
            display: block;
            border: 24px solid transparent;
            border-left: 16px solid #f9f9f9;
            border-right: 0;
            top: -1px;
            z-index: 10;
            content: '';
            right: -15px;
        }

        ul.nav-wizard li.active {
            color: #3a87ad;
            background: #ebfcdc;
        }

            ul.nav-wizard li.active:after {
                border-left: 16px solid #ebfcdc;
            }

            ul.nav-wizard li.active a,
            ul.nav-wizard li.active a:active,
            ul.nav-wizard li.active a:visited,
            ul.nav-wizard li.active a:focus {
                color: #3a87ad;
                background: #ebfcdc;
            }

    ul.nav-wizard .active ~ li {
        color: #999999;
        background: #ededed;
    }

        ul.nav-wizard .active ~ li:after {
            border-left: 16px solid #ededed;
        }

        ul.nav-wizard .active ~ li a,
        ul.nav-wizard .active ~ li a:active,
        ul.nav-wizard .active ~ li a:visited,
        ul.nav-wizard .active ~ li a:focus {
            color: #999999;
            background: #ededed;
        }

    ul.nav-wizard.nav-wizard-backnav li:hover {
        color: #468847;
        background: #f6fbfd;
    }

        ul.nav-wizard.nav-wizard-backnav li:hover:after {
            border-left: 16px solid #f6fbfd;
        }

        ul.nav-wizard.nav-wizard-backnav li:hover a,
        ul.nav-wizard.nav-wizard-backnav li:hover a:active,
        ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
        ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
            color: #468847;
            background: #f6fbfd;
        }

    ul.nav-wizard.nav-wizard-backnav .active ~ li {
        color: #999999;
        background: #ededed;
    }

        ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
            border-left: 16px solid #ededed;
        }

        ul.nav-wizard.nav-wizard-backnav .active ~ li a,
        ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
        ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
        ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
            color: #999999;
            background: #ededed;
        }

#myTabContent.tab-content {
    background: #fff;
    border: 1px solid #d4d4d4;
    margin-top: -11px;
    padding: 15px;
    border-radius: 0px 0px 6px 6px;
}

ul.nav-wizard li:first-child {
    padding-left: 10px;
}

ul.nav-wizard li {
    padding: 0px 5px 0px 25px;
}

.width-100px {
    width: 100px !important;
}

.width-60px {
    width: 60px !important;
}

#matterContacttypeaheadInMatter .typeahead.dropdown-menu {
    position: relative;
    z-index: 999999999;
    width: 200px;
    top: 0px !important;
    max-height: 100px;
}

#newContactBillingPopUp .modal-dialog {
    width: 700px;
}

.capitaltable {
    background: #eff2f7;
    margin: -15px;
    padding: 15px;
}

#associatelst.nav > li > a {
    padding: 5px;
}

#lifileInfo span {
    display: block;
    position: relative;
    top: -40px;
    padding-right: 5px;
    text-align: right;
    cursor: pointer;
}

#lifileInfo {
    line-height: 20px;
}

.attachement-icon {
    background: url(../images/attachment_icon.png) no-repeat top;
    padding: 3px 6px 11px 11px;
}

#capitalDetailList tr.onhov:hover td, #capitalDetailList tr.active td {
    cursor: pointer;
    background-image: url(../images/Garrow.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-color: #ffd06b;
}

.modal-header h4.modal-title span {
    font-size: 12px;
}

#capitalDetailList tr.active td:last-child {
    background-image: url(../images/Garrow.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #ffd06b;
}

#proceedingTypeAhead .typeahead.dropdown-menu {
    max-width: 367px !important;
}

.tottme, .biltme {
    width: 55px;
    display: inline-block
}

.txtareadesc {
    width: 94%;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.icon-15x {
    font-size: 1.2em;
}

.dropdown-menu {
    font-size: 13px;
}

div.btn-default a, div.btn-default a {
    color: #fff !important;
}

#inlineTimeSheetTable i.icon-spinner {
    position: relative;
    top: -30px;
    left: 240px !important;
}

#mergeColor tr:hover td {
    background-color: #fff2d5 !important;
}

#userTable tr.active td {
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #fff2d5;
}

.ui-sortable tr {
    cursor: pointer;
}

    .ui-sortable tr:hover td {
        background-color: rgba(244,251,17,0.45) !important;
    }

.drpdown {
    margin-top: -20px;
}

.notopmargin {
    margin-top: 0px !important;
}

.invoiceDivPos {
    margin-right: -86px;
}

.invoiceClientPos {
    margin-left: -25px;
    padding-right: 42px;
}

.invoiceStatusPos {
    margin-right: -50px;
    padding-right: 44px;
}

.invoiceFilterPos {
    margin-right: -103px;
}

.invoiceFromDatePos {
    padding-left: 28px;
}

.invoiceFilteBtnPos {
    margin-left: -28px
}

.timetrackingClientPos {
    margin-left: -29px;
    width: 212px;
    padding-right: 15px;
}

.timetrackingMatterpos {
    margin-left: 10px;
    margin-top: 8px;
    width: auto;
}

.timetrackingFilterpos {
    margin-right: -22px;
    margin-left: -35px;
}


/*------------ drop down button style------*/
.wrapper-dropdown-1 {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    width: 165px;
    padding: 10px;
    margin: 0 auto;
    height: 30px;
    border-radius: 4px;
    font-size: 14px;
    /* Styles */
    background: #41cac0;
    color: #fff;
    outline: none;
    cursor: pointer;
    /* Font settings */
    font-weight: normal;
    padding-top: 6px;
}

    .wrapper-dropdown-1:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: -6px;
        border-width: 6px 0 6px 6px;
        border-style: solid;
        border-color: transparent #fff;
    }

    .wrapper-dropdown-1 .dropdown {
        /* Size & position */
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-top: 2px;
        /* Styles */
        background: #ededed;
        list-style: none;
        font-weight: normal; /* Cancels previous font-weight: bold; */
        /* Hiding */
        opacity: 0;
        pointer-events: none;
    }

        .wrapper-dropdown-1 .dropdown li a {
            display: block;
            text-decoration: none;
            color: #000;
            padding: 5px 20px;
        }

        /* Hover state */
        .wrapper-dropdown-1 .dropdown li:hover a {
            background: #495d74; /*#667fa0;*/
            color: #FFF;
        }

    /* Active state */
    .wrapper-dropdown-1.active .dropdown {
        opacity: 1;
        pointer-events: auto;
    }

    .wrapper-dropdown-1.active:after {
        border-color: #020202 transparent;
        border-width: 6px 6px 0 6px;
        margin-top: -3px;
    }

    .wrapper-dropdown-1.active {
        background: #007FC2;
        background: -moz-linear-gradient(left, #037FBF 0%, #037FBF 78%, #ededed 78%, #ededed 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#037FBF), color-stop(78%,#037FBF), color-stop(78%,#ffffff), color-stop(100%,#ffffff));
        background: -webkit-linear-gradient(left, #037FBF 0%,#037FBF 78%,#ffffff 78%,#ffffff 100%);
        background: -o-linear-gradient(left, #41cac0 0%,#41cac0 78%,#ededed 78%,#ededed 100%);
        background: -ms-linear-gradient(left, #41cac0 0%,#41cac0 78%,#ededed 78%,#ededed 100%);
        background: linear-gradient(to right, #41cac0 0%,#41cac0 78%,#ededed 78%,#ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bc7de', endColorstr='#ffffff',GradientType=1 );
    }

.buttonNewStyle {
    border: 1px solid #fff;
    color: #028482;
}

.splitButtonStyle {
    /*border-bottom-left-radius: 5px;*/
    border-right-color: #fff;
    border-right-width: 1px;
    border-top-color: #fff;
    border-bottom-color: #fff;
    color: #028482;
}

.linePos {
    position: absolute;
    right: 25px;
    color: #90b3b2;
}

.greenBtnNewStyle {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #39b2a9;
    border-color: #39b2a9;
}

.webGridWidth {
    width: 40px;
    text-align: center;
}

.center {
    text-align: center;
    width: 5px;
}

.insideicon-user {
    background: rgba(0, 0, 0, 0) url("../images/icon-user.png") no-repeat scroll 3px 8px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    font-weight: 300;
    margin-top: 0;
    padding: 0 5px 0 27px;
    width: 184px;
}

.insideicon-usergroup {
    background: rgba(0, 0, 0, 0) url("../images/icon-group.png") no-repeat scroll 3px 8px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    font-weight: 300;
    margin-top: 0;
    padding: 0 5px 0 27px;
    width: 184px;
}

.insideicon-building {
    background: rgba(0, 0, 0, 0) url("../images/icon-building.png") no-repeat scroll 3px 8px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    font-weight: 300;
    margin-top: 0;
    padding: 0 5px 0 27px;
    width: 184px;
}

.icon_pdf {
    background: rgba(0, 0, 0, 0) url("../images/pdf_icon.gif") no-repeat scroll 0px 0px;
    padding-left: 16px;
}

.icon_doc {
    background: rgba(0, 0, 0, 0) url("../images/word_icon.png") no-repeat scroll 0px 0px;
    padding-left: 16px;
}

.icon_xls {
    background: rgba(0, 0, 0, 0) url("../images/excel-icon.gif") no-repeat scroll 0px 0px;
    padding-left: 16px;
}

.icon_ppt {
    background: rgba(0, 0, 0, 0) url("../images/ppt-icon.png") no-repeat scroll 0px 0px;
    padding-left: 16px;
}

.icon_txt {
    background: rgba(0, 0, 0, 0) url("../images/txt-icon.png") no-repeat scroll 0px 0px;
    padding-left: 16px;
}

.icon_img {
    background: rgba(0, 0, 0, 0) url("../images/img-icon.png") no-repeat scroll 0px 0px;
    padding-left: 16px;
}

.icon_blank {
    background: rgba(0, 0, 0, 0) url("../images/blank-icon.gif") no-repeat scroll 0px 0px;
    padding-left: 16px;
}

.msg-icon {
    background: rgba(0, 0, 0, 0) url("../images/msg-icon.png") no-repeat scroll 0px 0px;
    padding-left: 16px;
}

.icon_html {
    background: rgba(0, 0, 0, 0) url("../images/html-icon.png") no-repeat scroll 0px 0px;
    padding-left: 16px;
}


/*--------END---- drop down button style------*/

#ActivitiesTeamGrid table {
    font-size: 8pt !important;
}

    #ActivitiesTeamGrid table td p.p_150px {
        width: 150px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0px;
    }

    #ActivitiesTeamGrid table td p.p_70px {
        width: 70px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0px;
    }

#ActivitiesGrid table {
    font-size: 8pt !important;
}

    #ActivitiesGrid table td p.p_150px {
        width: 150px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0px;
    }

    #ActivitiesGrid table td p.p_70px {
        width: 70px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0px;
    }

.err-msg {
    color: red;
}

.success-msg {
    color: green;
}

.report-table {
    max-height: 450px;
    overflow: auto;
    min-height: 250px;
}

.newfontSize {
    font-size: 12px;
}

.dateGridWidth {
    width: 85px;
}

.proceeding_fontSize {
    font-size: 11px !important;
}

.proceeding_Div {
    margin-top: 5px;
}

.proceeding_Span {
    margin-top: 7px;
}

.proceeding_Matter {
    margin-left: -51px;
    width: 239px;
}

.proceeding_DateSpan {
    margin-left: -22px;
    margin-top: 7px;
}

.proceeding_Date {
    margin-left: -61px;
    width: 137px;
}

.proceeding_StagesSpan {
    margin-left: -23px;
    margin-top: 7px;
}

.proceeding_Stages {
    margin-left: -50px;
}

.proceeding_CourtHallSpan {
    margin-left: -24px;
    margin-top: 7px;
}

.proceeding_CourtHall {
    margin-left: -32px;
    width: 150px;
}

.proceeding_AssociateSpan {
    margin-left: -23px;
    margin-top: 7px;
}

.proceeding_Associate {
    margin-left: -35px;
    width: 224px;
}

.proceeding_Associatedrp {
    margin-top: -26px;
    margin-right: 6px;
}

.proceeding_DescSpan {
    margin-left: -17px;
    margin-top: 7px;
}

.proceeding_Desc {
    margin-left: -25px;
}

.proceeding_NxtDateSpan {
    margin-left: 88px;
    margin-top: 7px;
}

.proceeding_NxtDate {
    margin-left: -29px;
    width: 150px;
}

.proceeding_NxtStgSpan {
    margin-top: 7px;
    margin-left: -23px;
}

.proceeding_NxtStg {
    margin-left: -29px;
}

.proceeding_SmsSpan {
    margin-left: -24px;
    margin-top: 7px;
}

.proceeding_Sms {
    margin-left: -31px;
    margin-top: 4px;
}

.proceeding_EmailSpan {
    margin-left: -70px;
    margin-top: 7px;
}

.proceeding_Email {
    margin-left: -25px;
    margin-top: 4px;
}

.proceeding_saveDiv {
    margin-top: 7px;
    margin-left: -55px;
}

.proceeding_save {
    background-color: #41cac0;
    border-color: #41cac0;
}

.proceeding_cancel {
    background-color: #C0C0C0;
    border-color: #C0C0C0;
}


#spnMatter {
    font-style: italic;
    font-size: 8pt;
}

.exp-apprv-clientTypeahed {
    width: 220px;
}

#documentGridDiv table {
    margin-bottom: 1px !important;
    border: 1px solid #ccc;
}

    #documentGridDiv table td {
        border-bottom: 2px solid #ccc;
    }

.tabletd-gradiant {
    background: rgba(237,237,237,1);
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}

.tablechild-gradiant {
    background: rgba(182,242,237,1);
    background: -moz-linear-gradient(top, rgba(182,242,237,1) 0%, rgba(220,247,245,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(182,242,237,1)), color-stop(100%, rgba(220,247,245,1)));
    background: -webkit-linear-gradient(top, rgba(182,242,237,1) 0%, rgba(220,247,245,1) 100%);
    background: -o-linear-gradient(top, rgba(182,242,237,1) 0%, rgba(220,247,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(182,242,237,1) 0%, rgba(220,247,245,1) 100%);
    background: linear-gradient(to bottom, rgba(182,242,237,1) 0%, rgba(220,247,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6f2ed', endColorstr='#dcf7f5', GradientType=0 );
    color: #515151;
}

.showtable {
    display: block;
}

.webGridDocCol1 {
    width: 1%;
}

.webGridDocCol2 {
    width: 30%;
}

.webGridDocCol3 {
    width: 40%;
}

.webGridDocCol4 {
    width: 15%;
}

.webGridDocCol5 {
    width: 12%;
}

.webGridDocCol6 {
    width: 1%;
}


td p.pTextoverflow {
    display: inline-block;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin-bottom: 2px;
}
/*.dvSource.ui-draggable-dragging td { background:#baebe4!important; opacity:1;} */

.err-highlight-control {
    border-color: orange !important;
}

.remove-err-highlight-control {
    border-color: green;
}

.form-control {
    border-color: silver !important;
    border-radius: 2px !important;
}

#contactFilterControl .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
    background-color: #b0b5b9;
    border-color: #b0b5b9;
    color: #fff;
}

.WebGridScroll {
    overflow: auto;
    max-height: 200px;
}

.docViewHeads {
    font-weight: bold;
    min-height: 40px !important;
    padding: 10px !important;
}

.docsInpBtn input, .docsInpBtn button {
    height: 25px !important;
}

.docspadding {
    padding: 10px;
}

    .docspadding .input-sm {
        height: 28px;
    }

.card-header h6 {
    background: #f9f9f9;
    margin-bottom: 1px;
    margin-top: 0px;
    padding: 10px 5px;
}

ul.inbox-nav li.rightnopadding a {
    padding-right: 0px !important;
    line-height: 30px !important;
}

ul.inbox-nav li.rightnopadding {
    line-height: 31px !important;
}

    ul.inbox-nav li.rightnopadding a span.label {
        margin-top: 5px;
    }

#bConfirmControl .modal-dialog {
    z-index: 3000;
    position: relative;
}

#legalxgenPopup.modal {
    z-index: 1012;
}

.modal-backdrop {
    z-index: 1011;
}

#caseDocumentListTableId tr td {
    padding: 5px !important;
}

.dropdown-menu .divider {
    margin: 2px 0px;
}

#knowledgeBaseListTableId tr td {
    padding: 5px !important;
}
/*.card-header a.matertitle {padding-left:5px;}*/
.fcurrent {
    background: #00a8b3 !important;
}

    .fcurrent a span {
        background-color: #41cac0;
    }

    .fcurrent a.matertitle {
        color: #fff;
    }

#caseKnowledgeTabId .btn-compose {
    margin-bottom: 20px;
}

.fcurrent span {
    color: #fff;
}

.documentcountcont {
    width: 25px;
}

span.margtop {
    margin-top: -10px;
}

.access-rights-bu-ul {
    list-style-type: none;
    padding: 0px 10px;
    margin: 0px;
    max-height: 80px;
    overflow: auto;
    border-style: solid;
    border-width: 1px;
    border-color: silver;
    border-radius: 2px;
}


#activityUl {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.activity-row-item {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    .activity-row-item li {
        display: inline-block;
    }

#matterListDiv .fcurrent {
    background: #41cac0 !important;
}

#matterListId .fcurrent {
    background: #41cac0 !important;
}

.knob.taskknob {
    font-size: 8px !important;
}

.actsrcfilt {
    /*width: 90px;*/
    display: inline-block;
    margin-top: -1px;
}

.actsrcinput {
    width: 171px;
    display: inline-block;
}

input.taskknob {
    width: auto !important;
    height: auto !important;
    position: relative !important;
    vertical-align: middle;
    margin-top: -14px !important;
    margin-left: -60px !important;
    border: 0px;
    background: none;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-stretch: normal;
    font-size: 3px !important;
    line-height: normal;
    font-family: Arial;
    text-align: center;
    color: rgb(76, 197, 205);
    padding: 0px;
    -webkit-appearance: none;
}

#addedBox ul.activityheader {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

    #addedBox ul.activityheader li {
        display: inline-block;
        padding: 5px;
        font-weight: 600;
    }

#addedBox {
    background-color: azure;
    border: 1px dashed #25a299;
    margin-bottom: 10px;
}

.matter-activity-matter-title {
    width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding-left: 25px;
    margin-top: -20px;
    padding-right: 25px;
}

.modal-title {
    margin: 0;
    line-height: 1.47 !important;
    font-size: 10pt !important;
    font-weight: bold !important;
}

.clientInvReview {
    min-height: 420px;
    margin: 2% auto !important;
}

.nobold {
    font-weight: normal;
}

.boldyes {
    font-weight: 600 !important;
}

.alignright {
    text-align: right !important;
    padding-right: 16px;
}

.form-signin .form-control.textareafont {
    font-size: 13px;
}

ul.assignedto li {
    margin-top: 2px;
}

.invoicenotesuser {
    color: #b64c4c;
    width: 180px;
    padding: 3px 0px;
}

#invoiceNotesList ul.commentslist {
    list-style-type: none;
    margin: 0px;
    padding: 3px 0px;
}

    #invoiceNotesList ul.commentslist li {
        display: inline-block;
        padding-right: 5px;
    }

        #invoiceNotesList ul.commentslist li I {
            color: #BABABA;
        }

.invoicenotedate {
    width: 100px
}

.dropdown-toggle {
    border-width: 1px !important;
    border-color: silver !important;
    border-radius: 2px !important;
}

.dropdown-toggle-transparent-border {
    border-color: transparent !important;
}

.dropdown-toggle-plain {
    border-color: transparent !important;
    border-radius: 2px !important;
}


.padding-right-10px {
    padding-right: 10px !important;
}

ul.select2-selection__rendered li.select2-selection__choice {
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff !important;
    border: 0px !important;
}

    ul.select2-selection__rendered li.select2-selection__choice span {
        border: 1px solid #a0a0a0 !important;
        padding: 0px 3px;
        border-radius: 3px;
        background-color: lightgray;
        z-index: 9999;
        position: relative;
    }

.select2-dropdown--below, .select2-dropdown--above {
    width: 350px !important;
    border-top: 1px solid #aaa !important;
    margin-top: -1px;
}

    .select2-dropdown--below li.select2-results__option, .select2-dropdown--above li.select2-results__option {
        font-size: 10px;
    }


.table, .table-bordered {
    font-size: 9pt !important;
}


.grid-ddl {
    font-size: 9pt !important;
}

.revechart span {
    margin-top: 10px;
}

.form-signin.fontsmll .form-control {
    font-size: 12px;
}


.line-through {
    text-decoration: line-through;
}

.grid-header th {
    text-align: center !important;
}


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
/*Newly Created Styles by  Irayya*/
#example .table-striped tbody tr{
    background: red !important;
}
.btn {
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.buttonNewStyle {
    border: 1px solid #fff;
    color: #028482;
}
.spltbtnjoin {
    border-radius: 4px;
    border: 1px solid #fff;
    border-left: 0px;
    border-bottom-left-radius: 0px!important;
    border-top-left-radius: 0px!important;
}
#enquiryListCollection .table-striped tbody tr.odd {
 background:#f9f9f9;}
.panel-body { padding:15px;}
.alert-dismissible .close {
    position: absolute;
    /*top: -13px;*/
    /*right: 184px !important;*/
    padding: 0px 10px;
    color: inherit;
    display: block;
}

/*.abcd123456 { background:red!important;}*/
.modal-header {
    background: #00A8B3;
    color: #fff;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: none;
    min-height: 16.428571429px;
    padding: 5px 15px;
    float: left;
    display: block;
}

    .modal-header h4.modal-title {
        font-weight: 300;
        font-family: 'Open Sans', sans-serif;
    }

.modal-title {
    margin: 0;
    line-height: 1.47 !important;
    font-size: 10pt !important;
    font-weight: bold !important;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
/*Style related tabs starts here...*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    padding: 5px 10px 6px 10px;
    border-radius: 4px 4px 0px 0px;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
    color: #515151;
}
.nav > li > a:hover {
    background-color: #eee;
    border-color: #eee #eee #ddd;
    padding: 5px 10px 6px 10px;
    border-radius: 4px 4px 0px 0px;
}
.settingviewtabs { background:#f9f9f9;
}
.nav-tabs > li { padding:5px 0px}
.panel-heading {
    border-color: #eff2f7;
    font-size: 16px;
    font-weight: 600;
}
.bgclr {
    background: #FFF;
}
/*Style relatedtabs ends here...*/

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
}
#enquiryDetailsId .form-group {    display: block;    margin-bottom: 15px;    padding: 18px 0px; clear:both;}
input { font-size:13px;}
input::placeholder {    color:#ccc!important; font-size:13px;}
textarea::placeholder {
    color: #ccc !important;
    font-size: 13px;
}

.form-control { font-size:13px;}
.row { padding-bottom:15px;}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
    display:flex;
}

.form-group {
    margin-bottom: 8px;
}
#timesheetList .nav-tabs > li { float:left; padding:0px;}
    #timesheetList .nav-tabs > li a {     display:block;}
#timesheetList .nav-tabs { margin-bottom:-10px!important;}
#timesheetList .nav-tabs > li:first-child { margin-left:5px;}
div.notify-row .nav li a:hover {padding: 2px 6px!important;}
ul.qklinks {padding-left:0px!important; }
div.notify-row ul.qklinks li a:hover {    padding: 15px 10px !important;}
.fa-1x { font-size:20px!important;}
div.notify-row ul.qklinks li a {color:#667fa0}
#dropdownMenuexternalDiv1 {
    position: absolute!important;
    top: 8px !important;
    right: 0px !important;
    left: auto !important;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
ul.headerdropdwn li a { padding: 3px 20px; display:block;}
ul.headerdropdwn { right:0px!important;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #495d74;
    color: #FFFFFF;
    text-decoration: none;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
#externallinks .dropdown-menu.extended li a {color: #667fa0}
.div-max-height-200px {
    max-height: 200px;
    overflow: auto;
}
/*matter*/
header.bgwhite {
    background: #fff;
    color: #1D5472;
}
header.brdrwhite { border-color:white;}

ul.matershortinfo > li > a > i {
    display: inline-block;
}

.negativemargintop15 {
    margin-top: -15px;
}

.leftpadding0px {
    padding-left: 0px;
}

.rightpadding0px {
    padding-right: 0px;
}

.matterdashboardtable tr.alternative-row {
    background: #c6e99a;
}

.matterdashboardtable tr td, .matterdashboardtable tr th {
    border: 1px solid #99c262;
}

.matterdashboardtable tr th {    border-bottom: 2px solid #99c262 !important;    border-top: 1px solid #99c262 !important;}
.matterdash .contbody, .userdash .contbody {
    background: #fff;
    color: #515151;
}
#userlog .p-thumb img {    width: 30px;    height: 30px;}

#userlog .media {    margin-top: 0px;}
.panel-heading .nav.negativemarginleft10 {    margin-left: -10px;}
.panel-heading .nav.negativemarginleft10 > li {        padding: 4px 0px;}
.panel-heading .nav.negativemarginleft10 > li > a:hover { border-radius:0px; }
.padingright0 {padding-left:0px;  }
.profile-info .panel-body { display:table;}

.hide {
    display: none !important;
}
.matterdash .panel.terques-chart, .userdash .panel.terques-chart {
    background: #fff;
}
.matterdash .panel.green-chart, .userdash .panel.green-chart {
    background: #fff;
}
.panel-footer.revenue-foot ul.tabs2 li {    width: 50% !important;}
.profile-info .panel-footer { border-top:0px solid #fff;}
.communication a.message-img {    margin-right: 10px; border-radius:25px;}
.communication .msg-in .text {padding:0px 10px; border:0px;}
.communication {    border-bottom: 1px dashed #f1f2f7}
#matterListDiv .card-header {    padding: 5px 5px 5px 10px;}
#matterListDiv .card { border-radius:0px; border:0px;}
.view-message p { margin-bottom:0px;}
#caseDocumentListTableId tr td { padding:2px 5px!important;}
.breadcrumb > li + li:before {    padding: 0 5px;    color: #ccc;    content: "/\00a0";}
.orange-color { color:orange;}
a {color: #2a6496;}
a:hover {color: #2A3542}
aside.lg-side .breadcrumb { padding:2px 10px; margin:0px 5px;}
.inbox-head .sr-btn {    padding: 3px 10px;}
#SearchCaseDocument { width:350px;}
.actionitems .btn-group-sm > .btn {padding:3px 10px; background:#fff; border:1px solid #ccc;}
.actionitems { text-align:right; margin-right:5px;}
.actionitems .btn-group-sm > .btn:hover, .actionitems .btn-group-sm > .btn.act { background: #f7f7f7; color: black; }
.orange { color:orange;}
.listfileitems { list-style-type:none; padding:0px; margin:0px; clear:both;}
.listfileitems li { display:inline-block; padding-right:15px; font-size:9pt;}
ul.subfolders li a { padding:0px 10px;}
.thumbnailview a { display:block; padding:5px; border:1px solid #fff;}
    .thumbnailview a:hover {
        background: #fafafa;
        display: block;
        padding: 5px;
        border-radius: 6px;
        border: 1px solid #e9ecef;
    }
.thumbnailview a p { padding-top:10px; display:block; font-size:12px; word-wrap:break-word; overflow:hidden; text-overflow:ellipsis; }
.blue{ color:cornflowerblue; }
.green1{color:green;}
.red1{color:red;}
.yellow1{ color:goldenrod;}
.grey1 { color:lightgray}
.crimson {
    color: crimson;
}
a.user-round {border-radius: 50%; -webkit-border-radius: 50%; border: 5px solid rgba(150,150,150,0.2); display: inline-block; width:90px; height:90px;}
a.user-round img { border:2px solid #fff;}
.userheaderinfo { display:inline-block; padding-left:10px; vertical-align:middle;}
.btn-xs {    padding: 1px 5px;    font-size: 12px;    line-height: 1.5;    border-radius: 3px;}
.btn-whitee {    background: #fff;    border-color: rgba(150, 160, 180, 0.3);}
ul.lipaddingleftright10 li a { padding:3px 10px;}
ul.lipaddingleftright10 li a i { padding-right:5px;}
.paddingtop5 { padding-top:5px;}
.stickyfooter {
    position: sticky;
    z-index: 999;
    bottom: 24px;
    text-align: right;
    background: #f8f9fa;
    /*margin: 0px -29px -14px -29px;*/
    display: block;
    border-top: 1px dashed #ccc;
    padding: 5px !important;
    border-radius: 0px 0px 4px 4px;
    /*border-top: 4px solid #fff;*/
    /*box-shadow: 0 -5px 5px -5px #333;*/
}
.form-group.subheader {    margin: 0px -29px;    font-weight: 600;    text-transform: uppercase;    height: 40px;    background-color: #baebe4;}
.padd10 { padding:10px;}
#divMatterInfo .stickyfooter { margin:0px -15px;}
.marleftnegative2 { margin-left:-2px;}
.padding6 { padding:6px 10px;}
.padding5 {    padding: 5px;}
.padding5N8 {
    padding: 5px 8px;
}
.addressection {
    background: #f0f8ff;
    padding: 10px 15px 0px 15px;
    border-left: 1px solid #fff;
}
small.paddingleft10 { padding-left:10px;}
select.plaindropdwn {border:0px; background:#f0f8ff; border-bottom:1px solid #CCCCCC; padding-left:0px;}
.bottommargin0 {  margin-bottom:0px;}
.invoiceform {    padding: 10px 15px 0px 15px;}
.Invoicestickyfoot.stickyfooter { margin:0px;}
ul.invprefitems { list-style-type:none;}
ul.invprefitems li { display:inline-flex;}
.paddingleftright0 { padding-left:0px; padding-right:2px;}
.paddingleft10right10 { padding-left:10px; padding-right:10px;}
.paddingleft0 { padding-left:0px;}
.invoiceitems td select.form-control { height:30px!important; font-size:11.5px;}
.invoiceitems td textarea.form-control { font-size:11.5px;}
.paddingbottom0 { padding-bottom:0px;}
td.padding2{ padding:2px!important;}
.bg-white h4 {    font-size: 14px;    font-weight:600;    color: #1D5472; margin-bottom:0px }
.panel-heading.bg-white a { padding-top:0px;    }
.btn-row.btnwithborder button {    border: 1px solid #C0C0C0;}
/*Dashboard Styles*/
.rightaside {    background: #f0f8ff; padding-right:5px; padding-left:5px;}
.botmargin5 { margin-bottom:10px;}
.botmargin05 { margin-bottom:5px;}
.topmag-15 {
    margin-top: -15px;
}
.noradius{ border-radius:0;}
.bio-chart {
    width: 40%;
}

element.style {
}

.bio-chart {
    width: 40%;
}

.bio-chart, .bio-desk {
    float: left;
}
.bio-desk1 { width:100%;}
    .bio-desk1 p { margin-bottom:5px;}
ul.dashboardnav { list-style-type:none; padding:0px; margin:0px;  padding-bottom:25px;}
ul.dashboardnav li{ display:inline-block; padding-right:5px; font-weight:600;}
    ul.dashboardnav li a { color:#CCCCCC;}
        ul.dashboardnav li a.active{ color:#037FBF;}
        ul.dashboardnav li a:hover {            text-decoration: underline;        }
ul.sixlist li {
    width: 16.16%!important;
}
.panel-heading.whitebgblktxt {    background: #fff;    color: #515151;}
.repodash ul.repolist { list-style-type:none; padding:0px; margin:0px; }
ul.repolist li a { padding-top:0px; padding-bottom:3px;}
ul.repolist li a i {
    padding-right: 10px;
}
.fa-18x { font-size:16px!important;}
.padingright00 { padding-right:0px;}
#legalxgenPopupContent { padding-top:10px;}

/*Report  Class*/
.reports {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .reports li {
        list-style-type: none;
    }

        .reports li a span.reportsno {
            width: 30px;
            vertical-align: top;
            display: inline-block;
            padding-left: 10px;
        }

        .reports li a {
            font-weight: normal;
            display: inline-block;
            padding: 4px;
            margin-bottom: 1px;
        }

li.reportlst {
    font-weight: 600;
}

.reports li a:hover, .reports li a.active {
    background: url(../images/repleftarrow.png) no-repeat right center;
    display: block;
    border-radius: 0px;
    margin-right: -10px !important;
}
aside.reportpop .row{ padding-bottom:0px;}
ul.reportindexitems {    list-style-type: none;    padding: 25% 0px;    margin: 0px; }
    ul.reportindexitems li {
        padding-bottom: 10px;
        font-size: 14px;
        border-left: 3px solid #037FBF;
        padding-left: 10px;
    }
.appdropdwnright span.selection .select2-selection--single {    border-radius: 2px 0px 0px 2px;    border-right: 0px; height:38px;}
.appdropdwnright span.selection .select2-selection__rendered {
    padding-top: 5px;
}
.appdropdwnright span.selection .select2-selection__arrow {    margin-top: 5px;}
.appendBtnLeft {    border-radius: 0px 2px 2px 0px;    padding-left: 9px;    padding-right: 9px;}
.CloseDate, .OpenDate {    height: 38px;}
.form-control {line-height:1.9;}
.padmarginset { padding:8px!important; margin-top:-38px!important; border-radius:2px!important;}
#associatePartialDivId .fixed-table-container { border:0px;}
table.grdTable tbody tr td {    padding: 2px 5px!important;}
table.grdTable tr td input[type=checkbox] {    margin: 6px auto !important;}
table.grdTable tbody td:first-child {    text-align: center}
table.grdTable tbody td:last-child {    text-align: center}
table.grdTable th div.th-inner {    padding: 0px;    padding-left: 5px;  }
table.grdTable tr td a.btn {    padding: 0px;    font-size: 9pt;    font-weight: 600;    display: block;    text-align: left;}
.select2-container--default .select2-selection--single { border-radius:2px!important;}
#addedBox .form-group div.col-lg-2, #addedBox .form-group div.col-lg-1nhalf, #addedBox .form-group div.col-lg-1 {    padding-left: 5px;    padding-right: 5px;}
#addedBox .add-on {    margin-top: -39px;}
.col-lg-1nhalf {    -webkit-box-flex: 0;    -ms-flex: 0 0 12.500000%;    flex: 0 0 12.500000%;    max-width: 12.500000%;}
#txtToDate, #txtFromDate { padding-left:6px;}

@media (min-width: 1400px) {
    .login-body .container {
        max-width: 100%; padding:0px;
    }
}
@media (min-width: 1200px) {
    .login-body .container {
        max-width: 100%;
        padding: 0px;
    }
}
.logintoplogo { margin-top:30%;}
.form-signin {margin-top:20px;}


#contactNameTag { display:inline; padding:0px; margin:0px;}
#contactNameTag .hide div.negativemargintop15 { margin-top:0px;}
.alert-success {
    color: #000;
    /*background-color: #fcf0ae;*/
    background-color: #F1F5F1;
    border-color: #41cac0;
    box-shadow: -5px 5px 5px -3px rgba(0,0,0,0.58);
}
/*.swal-modal {    width: 426px; padding-top:10px;}
.swal-icon:first-child { margin-top: 0px; }
.swal-icon {    width: 40px;    height: 40px;    border-width: 4px;    border-style: solid;    border-radius: 50%;    padding: 0; position: relative;    box-sizing: content-box;    margin: 10px auto;}
.swal-icon--warning__body {   width: 5px;    height: 14px;    top: 6px;    border-radius: 2px;    margin-left: -2px;}
.swal-title {    color: rgba(0,0,0,.65);    font-weight: 600;    text-transform: none;    position: relative;    display: block;    padding: 13px 16px;    font-size: 19px;    line-height: normal;    text-align: center;    margin-bottom: 0;}
.swal-footer {    text-align: right;    padding-top: 0px; margin-top: 0px;  padding: 13px 16px;    border-radius: inherit;    border-top-left-radius: 0;    border-top-right-radius: 0;}*/
#main-content .row { padding-bottom:0px;}
.nopaddingimg { padding-left:0px!important; padding-right:0px!important;}
#divSmartSelectControl span[aria-labelledby="select2-ddlClientSearch-container"] {    border-left: 0px; border-top-left-radius:0px!important; border-bottom-left-radius:0px!important;}
#TypeOfInvoiceId { border-bottom-right-radius:0px!important; border-top-right-radius:0px!important;}
#divInvoice .mattersearch { margin-left:-10px; margin-right:-10px; margin-top:-10px; margin-bottom:5px; }
.paddingtopright5 {padding-top:6px; padding-right:5px;}
#divInvoiceItem{margin:5px -15px -10px -15px;}
.invitemdrpctrl { padding:5px; height:31.6px!important; line-height:1; font-size:11.5px;}
textarea.invitemdrpctrl1 {
    font-size: 11px;
    padding: 5px;
    line-height: 1;
    font-size: 11.5px;
}
.invpref label {    margin: 0px !important;    padding-top: 5px;    padding-right: 2px;}
.iconright3 { padding-right:3px;}
#activityFilterSearchId .card-header { padding:5px; border-radius:0px;}
#activityFilterSearchId .card { border-radius: 0px;    border: 0px;}
.allpad5{    padding: 5px;}
#matterActivityListDiv .fcurrent {background:#41cac0!important;}
#activityListCollection .fixed-table-container { border:0px;}
#activityDetail tbody td:first-child { text-align: left !important;}
#legalxgenPopupContent .popupfooterdis {    border-top-style: dotted;    border-top-width: 1px; padding-top:10px;}
.associatebillingrate {    text-align: right;    margin-bottom: 0px; display:inline-flex;}
    .associatebillingrate a, .associatebillingrate input { display:inline-flex;    }
    .associatebillingrate a{ padding-top:7px;}
    .associatebillingrate span { padding-top:5px;}
#userListDiv a .card-header {    padding: 5px 10px;    display: block;    border-bottom: 0px;    background: none;    border-radius: 0px;}
#userListDiv .card { border-radius:0px;}
.associatelistview .docspadding { padding:5px;}
#userListDiv .card a:hover, #userListDiv .card a:active {    background: url(../images/repleftarrow.png) no-repeat right center;    margin-right: -15px;}
#userListDiv .card a.currentuser {    background: url(../images/repleftarrow.png) no-repeat right center;    margin-right: -15px;}
#leaveall .card-headeract {    padding: 5px 10px;    display: block;    border-bottom: 0px;    background: none;    border-radius: 0px;    background: url(../images/repleftarrow.png) no-repeat right center;    margin-right: -15px;}
#leaveall .card-header{    padding: 5px 10px;    display: block;    border-bottom: 0px;    background: none;    border-radius: 0px;}
#leaveall { border-radius:0px;}
.leftrightmargin5 { margin-left:5px; margin-right:5px;}
input.smallinput { width:80px!important;  }
.noradius .col-lg-6, .noradius .col-lg-3, .noradius .col-lg-4, .noradius .col-lg-2 { padding:5px;}
.botmargin00 { margin-bottom:0px;}
.noradius .chart-info { margin-bottom:0px;}
.minhgtsm, .smcol .col-lg-2 .botmargin00, .smcol .col-lg-3 .botmargin00, .smcol .col-lg-4 .botmargin00, .smcol .col-lg-6 .botmargin00 {    min-height: 100px}
.minhgtmd, .mdcol .col-lg-2 .botmargin00, .mdcol .col-lg-3 .botmargin00, .mdcol .col-lg-4 .botmargin00, .mdcol .col-lg-6 .botmargin00 {    min-height: 150px}
.minhgtlg, .lrgcol .col-lg-2 .botmargin00, .lrgcol .col-lg-3 .botmargin00, .lgcol .col-lg-4 .botmargin00, .lgcol .col-lg-6 .botmargin00 {    min-height: 250px;}
.linkellipses { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:block;}
p.linkellipses a{ font-weight:600!important;    }
.negativetop25{ margin-top:-25px;}
.negativetop25 span.selection .select2-selection--single { text-align:left;}
#divInlineCalendar .datepicker td, .datepicker th, #divDashboardCalendar .datepicker td, .datepicker th {    width: 40px;    height: 30px;}
#divInlineCalendar .datepicker-inline, #divDashboardCalendar .datepicker-inline {    width: auto;}
#timesheetData .table th, .table td { border-top:0px;}
#timesheetData .select2-container .select2-selection--single { height:36px;}
#timesheetData .select2-container--default .select2-selection--single .select2-selection__rendered {    line-height: 34px;}
#timesheetData .select2-container--default .select2-selection--single .select2-selection__arrow { height:34px;}
#timesheetData input { font-size:11px!important; }
.datepicker td, .datepicker th {
    border: 1px solid #cedfee !important;
    border-radius: 0px;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover { border-radius:0px;}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused, .datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {    border-radius: 0px;}
#divInlineCalendar .datepicker .datepicker-switch {width: 245px;}
.thumbnailview .tmp-doc-folder {    padding-left: 5px;    padding-right: 5px;}
.full-width .select2-container--focus, .full-width .select2-container--below, .full-width .select2-container--default {    width: 100% !important;}
.closeico {    display: inline-block;    position: relative;    float: right;    z-index: 3;    padding: 0px;    margin-top: -5px !important;    margin-right: -5px !important;}
span.closeico { margin:0px;}
.closeico a {    padding-top: 0px !important;    margin-top: -5px;    color: #a7a7a7;    font-size: 12px;}
.widgetheader {    position: relative;    z-index: 5;    display: inline-block;    }
p.widgetp { margin-bottom:5px!important;}
.panelborder {    border: 1px solid #dbdbdb;}


.customisebtn {
    text-align: right !important;
    right: 20px;
    position: absolute;
    top: 0px;
    margin-bottom: 20px;
    z-index: 99999;
}


.leaddashboard section.panel, .leaddashboard header.panel-heading {    border-bottom: 0px; border-radius:4px;}
#matterListCollection .fixed-table-container { border:0px;}
.access-rights-bu-ul {    list-style-type: none;    padding: 0px 10px;    margin: 0px;    max-height: 80px;    overflow: auto;    border-style: solid;    border-width: 1px;    border-color: silver;    border-radius: 2px;}
.recentmatters ul li a div.recentmatterlstrow {    display:block;    text-overflow: ellipsis;    white-space: nowrap;    overflow: hidden; font-size:x-small;}
.strikeOut {   text-decoration: line-through;   font-style:italic!important;   color:gray !important;   font-size:11px;   font-weight:600;}
.card-header:first-child { border-radius:0px;}
#tblInvoiceDetail span.strikeOut span { font-style:italic!important; color:#ccc!important;}
.leftpadding5px { padding-left:5px;}
.rightpadding5px {
    padding-right: 5px;
}
#btnListView {
    display: none;
}
ul.widgetlist {list-style-type: none;padding: 0px;margin: 0px; }
ul.widgetlist li {width: 220px;text-align: left;padding: 2px 5px; display:inline-flex; line-height:28px;  vertical-align:top;  }
ul.widgetlist li input {vertical-align: top;margin-top: 8px;margin-right: 5px !important;        }
table.matterdash-documentslist tr td{ padding:5px 6px!important; }
p.linkellipses i { padding-right:5px;}


.toast-center-align {
    right:30% !important;
    width:450px !important;
}

.toast-right-align {
    right: 0 !important;
    width: 350px !important;
}

.navy{
    color:navy;
}
.top-padding-30-percent{ top:40%;}
section.dashfooter { margin-bottom:5px!important;
}

.aqua {
    color: #00FFFF;
}

.silver {
    color:silver !important;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    border-radius: 15px;
}
.invoicedashboard .panel-heading, .matterdashboard .panel-heading {
    font-size: 14px;
}
@media (min-width: 1366px) {

    .matdashtabsminhight {
        margin-bottom: -30px;
        min-height: 413px;
    }
}

@media (max-width: 1600px) {

    .matdashtabsminhight {
        margin-bottom: -30px;
        min-height: 507px;
    }
}
.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label{ font-size:unset!important;}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: 0px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {    right: 0px;    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;    transition: opacity 0.3s linear, right 0.3s ease-out;}

.modal.right.fade.in .modal-dialog {    right: 0;}




.demo {    padding-top: 60px;}

.btn-demo {    margin: 15px;    padding: 10px 15px;    border-radius: 0;    font-size: 16px;    background-color: #FFFFFF;}

    .btn-demo:focus {
        outline: 0;
    }


@charset "utf-8";
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR END*
*******************************/

/* ----- MODAL STYLE ----- */
.sidebar-modal-content {    border-radius: 0;    border: none;}

.sidebar-modal-header {    border-bottom-color: gray;    background-color: white;    padding: 5px 16px;}

/* ----- v CAN BE DELETED v ----- */
#lxSideBarBody{ margin-top:-30px; padding-bottom:10px;}
#lxSideBarCloseButton{ position:relative; z-index:999;}
ul.helplinks { list-style-type:none; padding:0px; margin:0px; }
ul.helplinks li { line-height:23px;}
ul.helplinks li i {color: #2a6496; padding-right:10px;   }
#divSmartSelectControl span.select2-selection__rendered {    max-width: 700px;}
@media (max-width: 1366px) {    #divSmartSelectControl span.select2-selection__rendered {        width: 580px;    }}
.grencheck {    color: green;    position: absolute;    /* float: right; */    right: 0;    margin-top: -25px;    margin-right: 21px;}
.userdots {    border: 1px solid darkgray;    padding: 2px 0px;     border-radius: 10px;    width: 20px;    height: 20px;    display: inline-block;    text-align: center;
    background: #ccc;    color: #000;   font-weight: 600;    vertical-align: text-top;    text-shadow: 1px 1px #f7f7f7;    margin-right: 10px;    float: left;
    font-size:x-small;    text-transform:uppercase;}
#divContactContent section.panel {
    -webkit-box-shadow: none;
    box-shadow:none;
}
.mattertitleelipses {    max-width: 300px;    text-overflow: ellipsis;    white-space: nowrap;    overflow: hidden;    display: inline-block;    vertical-align: bottom;}
.othermattrerstitle {    text-overflow: ellipsis;    overflow: hidden;    white-space: nowrap;    max-width: 150px;}
.othermatterscode {    text-overflow: ellipsis;    overflow: hidden;    white-space: nowrap;    max-width: 100px;}
.othermatterdetails {    text-overflow: ellipsis;    overflow: hidden;    white-space: nowrap;}
.gridmattertitle {    text-overflow: ellipsis;    overflow: hidden;    white-space: nowrap;    max-width: 200px; display:inline-block;}
.gridmatterPrcticearea {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100px; /*display: inline-block;*/
}

.max-width-350px {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;max-width: 350px;display: inline-block;}
.max-width-300px {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 300px;
    display: inline-block;
}

.max-width-200px {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
    display: inline-block;
}

.max-width-150px {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
    display: inline-block;
}

.max-width-100px {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100px;
    display: inline-block;
}

.max-width-250px {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
    display: inline-block;
}

.max-width-180px {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 180px;
    display: inline-block;
}

ul.dashboardact {padding: 0px;margin: 0px;list-style-type: none;padding-top: 10px;}
ul.dashboardact li {display: block;}
ul.dashboardact li i {padding-right: 10px;}
a.report-link{padding-left:10px;}
ol {    list-style: none;    counter-reset: my-awesome-counter;    display: block;    padding:0px;    margin:0px;}
 ol li {        counter-increment: my-awesome-counter;        display:block;    }
 ol li::before {            content: "" counter(my-awesome-counter);            font-weight: bold;            line-height: 1;        }
#divAlphabeticalContactSearch .btn-group button {    border-radius: 4px;    margin: 0px 3px 0px 0px;    padding: 3px 8px;    font-size: 12px;    border: 1px solid #dddddd;}
    #divAlphabeticalContactSearch .btn-group button:hover, #divAlphabeticalContactSearch .btn-white.active {
        background-color: #117a8b;
        border: 1px solid #10707f;
        color: #fff;
    }
#ContactPersonList tr td:first-child { display:none;}
#divINVReceiptChart div div[dir=ltr]{ text-align:center!important; width:100%!important;}
.externalcounsil-accordian .card-header{padding:0px 5px;}
.gridellipses {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
    display:block;
}
/*ul.showscroll{ max-height:600px; overflow:auto; position:relative;}*/
.nicescroll-cursors { background-color:#ff6c60!important;}


.grid-ellipses-400 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 400px;
    display: inline-block;
}

.grid-ellipses-150 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
    display: inline-block;
}

.grid-ellipses-120 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 120px;
    display: inline-block;
}

.grid-ellipses-200 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
    display: inline-block;
}

.grid-ellipses-300 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 300px;
    display: inline-block;
}

.grid-ellipses-100 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100px;
    display: inline-block;
}

.grid-ellipses-50 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 60px;
    display: inline-block;
}

.grid-ellipses-60 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 60px;
    display: inline-block;
}

.grid-ellipses-80 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 80px;
    display: inline-block;
}




.div-max-height-100px {
    width: 100%;
    max-height: 100px;
    overflow: auto;
}

.font-8pt {
    font-size:8pt;
}


.sub-activity-add {
    font-size: small !important;
    border-radius: 12px !important;
}

.fixed-table-body {
    min-height:480px;
}

tr.detail-view {
    background-color: white !important;
}
.contdots {
    border: 1px solid darkgray;
    padding: 2px 0px;
    border-radius: 10px;
    width: 60px;
    height: 20px;
    display: inline-block;
    background: #CDFFBA;
    color: #000;
    font-weight: 600;
    vertical-align: text-top;
    text-shadow: 1px 1px #f7f7f7;
    margin-right: 10px;
    float: left;
    font-size: x-small;
    text-transform: uppercase;
}
.clrorange {
    padding-right: 3px;
    text-align: left;
    padding-left: 8px;
}
.clrblue {    padding-right:3px; text-align:left; padding-left:8px;}
.comp_contdots {
    background: #FFF594;
}
.retain span.add-on{ padding:8px 7px!important; margin-top:-38px!important;}
#divPaymentReceipt label.col-lg-3{padding-left:10px!important;}
.contactaddress ul{list-style-type:none; padding:10px 0px;  margin:0px; border-bottom:1px dotted #ccc;}

#tblInvoiceVariables td {
    text-align:left;
}
#SearchCaseDocument{height:28px!important;}
/*Drop Zone*/
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dropzone {
    position: relative;
    border: 1px solid rgba(0,0,0,0.08);
    background: rgba(0,0,0,0.02);
    padding: 5px;
}

    .dropzone.clickable {
        cursor: pointer;
    }

        .dropzone.clickable .message {
            cursor: pointer;
        }

        .dropzone.clickable * {
            cursor: default;
        }

    .dropzone .message {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .dropzone.drag-hover {
        border-color: rgba(0,0,0,0.15);
        background: rgba(0,0,0,0.04);
    }

    .dropzone.started .message {
        display: none;
    }

    .dropzone .preview,
    .dropzone-previews .preview {
        background: rgba(255,255,255,0.8);
        position: relative;
        display: inline-block;
        margin: 17px;
        vertical-align: top;
        border: 1px solid #acacac;
        padding: 6px 6px 28px 6px;
    }

        .dropzone .preview .details,
        .dropzone-previews .preview .details {
            width: 100px;
            height: 100px;
            position: relative;
            background: #ebebeb;
            padding: 5px;
        }

            .dropzone .preview .details .filename,
            .dropzone-previews .preview .details .filename {
                overflow: hidden;
                height: 100%;
            }

            .dropzone .preview .details img,
            .dropzone-previews .preview .details img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100px;
                height: 100px;
            }

            .dropzone .preview .details .size,
            .dropzone-previews .preview .details .size {
                position: absolute;
                bottom: -28px;
                left: 3px;
                height: 28px;
                line-height: 28px;
            }

        .dropzone .preview.error .error-mark,
        .dropzone-previews .preview.error .error-mark {
            display: block;
        }

        .dropzone .preview.success .success-mark,
        .dropzone-previews .preview.success .success-mark {
            display: block;
        }

        .dropzone .preview:hover .details img,
        .dropzone-previews .preview:hover .details img {
            display: none;
        }

        .dropzone .preview:hover .success-mark,
        .dropzone-previews .preview:hover .success-mark,
        .dropzone .preview:hover .error-mark,
        .dropzone-previews .preview:hover .error-mark {
            display: none;
        }

        .dropzone .preview .success-mark,
        .dropzone-previews .preview .success-mark,
        .dropzone .preview .error-mark,
        .dropzone-previews .preview .error-mark {
            display: none;
            position: absolute;
            width: 40px;
            height: 40px;
            font-size: 30px;
            text-align: center;
            right: -10px;
            top: -10px;
        }

        .dropzone .preview .success-mark,
        .dropzone-previews .preview .success-mark {
            color: #8cc657;
        }

        .dropzone .preview .error-mark,
        .dropzone-previews .preview .error-mark {
            color: #ee162d;
        }

        .dropzone .preview .progress,
        .dropzone-previews .preview .progress {
            position: absolute;
            top: 100px;
            left: 6px;
            right: 6px;
            height: 6px;
            background: #d7d7d7;
            display: none;
        }

            .dropzone .preview .progress .upload,
            .dropzone-previews .preview .progress .upload {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                width: 0%;
                background-color: #8cc657;
            }

        .dropzone .preview.processing .progress,
        .dropzone-previews .preview.processing .progress {
            display: block;
        }

        .dropzone .preview .error-message,
        .dropzone-previews .preview .error-message {
            display: none;
            position: absolute;
            top: -5px;
            left: -20px;
            background: rgba(245,245,245,0.8);
            padding: 8px 10px;
            color: #800;
            min-width: 140px;
            max-width: 500px;
            z-index: 500;
        }

        .dropzone .preview:hover.error .error-message,
        .dropzone-previews .preview:hover.error .error-message {
            display: block;
        }

.dropzone {
    border: 1px solid rgba(0,0,0,0.03);
    min-height: 100px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background:#fcfcfc;
    padding: 5px;
    margin:5px;
}

    .dropzone .default.message {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        background-image: url("../images/spritemap.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        position: absolute;
        /*width: 428px;
        height: 123px;
        margin-left: -214px;
        margin-top: -61.5px;*/
        top: 45%;
        left: 45%;
    }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .dropzone .default.message {
        background-image: url("../images/spritemap@2x.png");
        -webkit-background-size: 428px 406px;
        -moz-background-size: 428px 406px;
        background-size: 428px 406px;
    }
}

.dropzone .default.message span {
    display:block;
    text-align:center;
}

.dropzone.square .default.message {
    background-position: 0 -123px;
    width: 268px;
}

.dropzone.drag-hover .message {
    opacity: 0.15;
    filter: alpha(opacity=15);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}

.dropzone.started .message {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.dropzone .preview,
.dropzone-previews .preview {
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
    font-size: 14px;
}

    .dropzone .preview .details img,
    .dropzone-previews .preview .details img {
        width: 100px;
        height: 100px;
    }

    .dropzone .preview.image-preview:hover .details img,
    .dropzone-previews .preview.image-preview:hover .details img {
        display: block;
        opacity: 0.1;
        filter: alpha(opacity=10);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    }

    .dropzone .preview.success .success-mark,
    .dropzone-previews .preview.success .success-mark {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .dropzone .preview.error .error-mark,
    .dropzone-previews .preview.error .error-mark {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .dropzone .preview.error .progress .upload,
    .dropzone-previews .preview.error .progress .upload {
        background: #ee1e2d;
    }

    .dropzone .preview .error-mark,
    .dropzone-previews .preview .error-mark,
    .dropzone .preview .success-mark,
    .dropzone-previews .preview .success-mark {
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        -ms-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
        background-image: url("../images/spritemap.png");
        background-repeat: no-repeat;
    }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .dropzone .preview .error-mark,
    .dropzone-previews .preview .error-mark,
    .dropzone .preview .success-mark,
    .dropzone-previews .preview .success-mark {
        background-image: url("../images/spritemap@2x.png");
        -webkit-background-size: 428px 406px;
        -moz-background-size: 428px 406px;
        background-size: 428px 406px;
    }
}

.dropzone .preview .error-mark span,
.dropzone-previews .preview .error-mark span,
.dropzone .preview .success-mark span,
.dropzone-previews .preview .success-mark span {
    display: none;
}

.dropzone .preview .error-mark,
.dropzone-previews .preview .error-mark {
    background-position: -268px -123px;
}

.dropzone .preview .success-mark,
.dropzone-previews .preview .success-mark {
    background-position: -268px -163px;
}

.dropzone .preview .progress .upload,
.dropzone-previews .preview .progress .upload {
    -webkit-animation: loading 0.4s linear infinite;
    -moz-animation: loading 0.4s linear infinite;
    -o-animation: loading 0.4s linear infinite;
    -ms-animation: loading 0.4s linear infinite;
    animation: loading 0.4s linear infinite;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-image: url("../images/spritemap.png");
    background-repeat: repeat-x;
    background-position: 0px -400px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .dropzone .preview .progress .upload,
    .dropzone-previews .preview .progress .upload {
        background-image: url("../images/spritemap@2x.png");
        -webkit-background-size: 428px 406px;
        -moz-background-size: 428px 406px;
        background-size: 428px 406px;
    }
}

.dropzone .preview.success .progress,
.dropzone-previews .preview.success .progress {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.dropzone .preview .error-message,
.dropzone-previews .preview .error-message {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.dropzone .preview:hover.error .error-message,
.dropzone-previews .preview:hover.error .error-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

@-moz-keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}

@-webkit-keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}

@-o-keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}

@-ms-keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}

@keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}
.gradientblue {
    background-image: linear-gradient(to bottom, #28aee3, #00c6e4, #00dac0, #00e77d, #a8eb12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
     padding-right:10px;
}

.doc-search-type {
    max-width: 140px !important;
    height: 29px;
    padding: 0px;
}
#divDocSearchResult tr td a i {
    padding-right: 5px;
    padding-left: 2px;
}
.process-button {
    color: black;
    background-color: transparent;
    font-size: small;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding:5px 10px;;
    margin-bottom: 5px;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.actionitems .btn{ background:#fff; border:1px solid #ddd;}
.actionitems .btn:hover{ background:#ddd;}
#divDocSearchResult ul li {
    padding: 0px;
}
#divDocSearchResult ul li a{ padding:5px 10px; display:block;}
#UploadRevisionListdiv tr td { padding:2px!important;}
#activityDetail tr.detail-view > td{ padding:0px!important;}

.text-align-right {
    text-align:right;
}

.text-align-left {
    text-align: left !important;
}
div.receiver span.select2-selection--multiple, div.receiver .select2-container--default.select2-container--focus, div.receiver input.form-control {
    border: 0px !important;
    outline: none !important;
    box-shadow:none!important;
    padding-left:0px;
}
@media (min-width: 992px) {
    .col-lg-half {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
        flex: 0 0 5%;
        max-width: 5%;
    }
}
.col-lg-half {
    float: left;
}
.col-lg-half {
    position: relative;
    width: 100%;
    min-height: 1px;

}
.receiver {
    border-bottom: 1px solid;
    border-bottom-color: silver;
    padding-left:0px;
}
#legalxgenPopupContent .form-group { margin-bottom:5px!important;}


.grid-container {
    border-style: solid;
    border-color: silver;
    border-width: 1px;
    box-sizing: border-box;
    margin: 0 10px;
    padding: 0%;
}
ul.usergroupfilters{ list-style-type:none; padding:0px; margin:0px; text-align:right;}
ul.usergroupfilters li{ display:inline-block; padding-right:5px;}
span.ribbon6 {
    width: 200px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 30px;
    right: -50px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px dashed;
    box-shadow: 0 0 0 3px #0199FF, 0px 21px 5px -18px rgba(0,0,0,0.6);
    background: #0199FF;
    text-align: center;
    opacity: 0.8;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: normal;
}
.wrap {
    /*position: relative;*/
    overflow: hidden;
}
    .wrap:before {
        width: 40px;
        height: 8px;
        right: 100px;
        background: #4D6530;
        border-radius: 8px 8px 0px 0px;
    }
    .wrap:after {
        width: 8px;
        height: 40px;
        right: 0px;
        top: 100px;
        background: #4D6530;
        border-radius: 0px 8px 8px 0px;
    }
#iFrameInvoice {
    box-shadow: 0 0 6px #ccc;
}
.useravatar a.user-round{ width:160px; height:160px;}
.btn-group > .LXread-only {
    cursor: none !important;
    color: silver !important;
    text-shadow: 0 1.5px 0 rgba(255, 255, 255, 1);
}
    .btn-group > .LXread-only i {color:silver }
.revenue-head.expese {background: #41cac0;}
.revenue-head.expese span {background: #39b7ac;}
.revenue-head.expese span.rev-combo {background: #39b7ac;}
.revenue-head.extcounsel {
    background: #a9d96c;
}

    .revenue-head.extcounsel span {
        background: #99c262;
    }

        .revenue-head.extcounsel span.rev-combo {
            background: #99c262;
        }
.btn-exp {
    color: #fff;
    background-color: #39b2a9;
    border-color: #39b2a9;
}
#divInvoiceInfo .dropdown-toggle, #divInvoiceInfo btn-success.dropdown-toggle, #divInvoiceInfo btn-danger.dropdown-toggle{ border-color:transparent!important;}
.Timepanel .panel-body, .Exppanel .panel-body, .ExtCounpanel .panel-body {    padding-top: 5px;}
.daterange { display:block; clear:both; text-align:right;}
#divToEmails span.select2-selection--multiple {    background: transparent;}
span.userdots.ExpG {
    background: #82e799;
    border-color: #28a745;
    color: #000;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    padding: 1.5px;
    font-size: 9px;
    text-shadow: none;
}
span.userdots.RemR {
    background: #fad688;
    border-color: #cc9216;
    color: #000;
    text-shadow: none;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    padding: 1.5px;
    font-size: 9px;
}
#tblTimesheetDrillDownData tbody tr td:first-child, #tblTimesheetDrillDownData tbody tr td:last-child {
    text-align: left !important;
}

#InvRightPanel .revenue-head span {
    padding: 5px;
}

#InvRightPanel .revenue-head {
    line-height: 29px;
}

#InvRightPanel .chart-info {
    margin-bottom: 0px;
}

#InvRightPanel .Timepanel .panel-body {
    padding-top: 0px;
}

.edittime {
    position: absolute;
    top: 0px;
    right: 2px;
    margin-top: 2px;
    z-index: 9999;
}

#tblInvoiceTimesheet input.ts-inline-input-small, #tblInvoiceTimesheet input.ts-inline-input-medium {
    width: 80px;
}

#tblInvoiceTimesheet textarea {
    width: 200px !important;
}
#invoicetimeedit div.hdpagination, #invoiceexpeEdit div.hdpagination, #divTimesheetEditable div.hdpagination, #InvoiceActivity div.hdpagination, #InvoiceMatterList div.hdpagination, #divClientTimesheet div.hdpagination {
    position: absolute;
    z-index: 999;
    border-bottom: 1px solid #ccc;
}
#tblInvoiceTimesheet, #tblExpenseList, #tblActivitylist, #tblMatterlist {
    margin-top: 25px;
}
.grid-ellipses-350-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 350px;
}
.grid-ellipses-100-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100px;
}
.grid-ellipses-200-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
}
/*#legalxgenPopupContent{ padding-top:0px;}*/

.invoice-calc-no-rec {
    font-style: italic;
    text-align: center;
    color: red;
}

.silver-border-btn {
    border-color: silver;
    border-radius:2px;
}

.primary-form-button{
    border-radius: 2px !important;
}

.cancel-btn {
    border-color: silver;border-radius:2px;
}

.orange-border-btn {
    border-color: orange;
}

.dropdown-menu.revisedPrice {
    min-width: 350px;
    padding: 5px;
}

    .dropdown-menu.revisedPrice .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu.revisedPrice input {
        padding: 1px 2px;
    }

    .dropdown-menu.revisedPrice label {
        padding: 2px;
    }

    .dropdown-menu.revisedPrice li {
        line-height: 25px;
    }
.progress-bar span {    color:#fff;    font-size: x-small;  font-weight:600; text-shadow: 1px 1px 1px #515151;}
.progress-bar.bg-warning span {
    color: #000;
    text-shadow: 1px 1px 1px #fff;
}
#activityDetail #matterActivityLiDiv tbody tr {
    text-align: left !important;
    background: #fff;
}
#activityDetail #matterActivityLiDiv .table-striped tbody tr:nth-of-type(odd) {
    background: #f5fffa;
}
#matterActivityLiDiv .table-bordered tr.grid-header {
    background: #cceeff;
}
#matterActivityLiDiv {
    background: #fff !important;
    border: 2px solid #99ddff
}
    #matterActivityLiDiv ul.assignedto li {
        border: 1px solid #e8d642;
        background: #fffd8d;
        padding:1px;
    }
#matterActivityLiDiv ul.assignedto li a{ color:#2a3542;}
    #matterActivityLiDiv .table-bordered th, #matterActivityLiDiv .table-bordered td { border: 1px solid #99ddff ;
    }
td span.documentpath:before {padding: 0 2px; color: #515151; content: "/\00a0";}
#UserActivityTable {    display: block;    padding: 5px 10px;    border: 2px solid #f8d64f;}
    #UserActivityTable table.table-bordered tr.grid-header {
        border: 1px solid #e8d642;
        background: #f8d64f!important;
    }
    #UserActivityTable table.table-bordered tr.grid-header th{ padding:0px;}
    #UserActivityTable .table-striped tbody tr:nth-of-type(odd) {
        background: #fffedd;
    }
    #UserActivityTable .table-bordered th, #UserActivityTable .table-bordered td {
        border: 1px solid #e8d642;
    }
.KPIdet{ margin-top:-30px;}
.KPIdet, .selfrate, .appraiser{ padding-bottom:5px; display:flex;}
ol.KPIList{ list-style-type:none; padding:0px; margin:0px;}
.KPIList a.message-img{ text-align:center; margin-right:0px; padding-left:12px}
.KPIList .selfrate span.selfrateUser {
    display: block;
    position: absolute;
    font-size: xx-small;
    text-transform: uppercase;
    z-index: 999;
    bottom: 0px;
    text-align: center;
    background-color: rgba(191, 127, 63, 0.6);
    border-radius: 10px;
    padding: 0px 8px;
    color: #fff;
    width: 62px;
}
.KPIList .appraiser span.selfrateUser {
    display: block;
    position: absolute;
    font-size: xx-small;
    text-transform: uppercase;
    z-index: 999;
    bottom: 0px;
    text-align: center;
    background-color: rgba(63, 127, 191, 0.6);
    border-radius: 10px;
    padding: 0px 8px;
    color: #fff;
    width:62px;
}
.KPIList li:before {
    width: 30px;
    height: 30px;
    color: #264C72;
    text-shadow: 1px 1px #fff;
    background-color: rgba(63, 191, 191, 0.6);
    border-radius: 30px;
    display: flex;
    text-align: center;
    vertical-align: middle;
    padding: 8px 11px;
}
.KPIdet .col-lg-11{ padding-left:35px;}
.KPIList li{ border-bottom:1px dashed #999999; margin-bottom:10px;}
.KPIdet .col-lg-1 {
    text-align: center;
    width: 50px;
    height: 28px;
    border-radius: 40px;
    background: #3FBF3F;
    padding-top: 1px;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid #59A559;
}
.PerformanceAppraiser .stickyfooter {
    margin: 0px -15px -14px -15px
}
.form-horizontal.ClientSpecificpopup .form-group{ margin-right:inherit; margin-left:inherit;}
.calendarview hr{ margin-bottom:0px; margin-top:0px;}
.billabletime{ margin-top:10px; color:#515151; font-size:12px; font-weight:600; border-top:1px solid #ccc; padding-top:4px; text-align:center;}
.billabletime span {         color: #00a1e0; font-weight:bold; font-size:14px;  }

    .billabletime span.SpanNonbillable {
        color: #16325C;
    }
#legalxgenPopupContent div.timeline-messages, #legalxgenPopupContent div.communicationPopUp1 {
    max-height: 300px;
    overflow: auto;
}
table.contactmergetbl th, table.contactmergetbl td {
    border: 1px solid #e8d642;
}
table.contactmergetbl tbody tr:nth-of-type(odd) {
    background: #fffedd;
}

table.contactmergetbl tr.grid-header {
    background: #f8d64f!important;
}
#tblContactDrillDownData tr.detail-view td {
    border: 2px solid #f8d64f;
}


ul.verticalStripMenu {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    ul.verticalStripMenu li {
        display: block;
        width: 40px;
        height: 40px;
        padding-bottom: 10px;
    }

.fa-2lx {
    font-size: 32px !important;
}

ul.verticalStripMenu li a i {
    color: #baebe4
}

ul.verticalStripMenu li a:hover i, ul.verticalStripMenu li.active a i {
    color: #fff;
}

.active.docinfo span.arrow-left {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #00A8B3;
    position: absolute;
    z-index: 9999;
    top: 6px;
    left: -18px;
}

.active.docattributes span.arrow-left {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #00A8B3;
    position: absolute;
    z-index: 9999;
    top: 45px;
    left: -18px;
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
}

.active.docComment span.arrow-left {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #00A8B3;
    position: absolute;
    z-index: 9999;
    top: 80px;
    left: -18px;
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
}
    .active.docComment span.arrow-left:after {
        transform: rotate(45deg);
        box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
    }

.active.docshare span.arrow-left {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #00A8B3;
    position: absolute;
    z-index: 9999;
    top: 115px;
    left: -18px;
}

    .active.docshare span.arrow-left:after {
        transform: rotate(45deg);
    }

.active.doctag span.arrow-left {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #00A8B3;
    position: absolute;
    z-index: 9999;
    top: 113px;
    left: -18px;
}

.active.docwatermark span.arrow-left {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #00A8B3;
    position: absolute;
    z-index: 9999;
    top: 162px;
    left: -18px;
}

.msg-time-chat.High-priority {
    border-left: 6px solid #FF6C60;
}

.msg-time-chat.Medium-priority {
    border-left: 6px solid #99c262;
}

.msg-time-chat.Low-priority {
    border-left: 6px solid #ccc;
}

.doccomments .msg-time-chat {
    padding: 0px;
    background: #fff;
    border-bottom: 1px solid #c1def0;
    border-top: 1px solid #fff;
}

    .doccomments .msg-time-chat a.message-img {
        padding-left: 5px !important;
    }

.wallmessages.doccomments .msg-time-chat {
    background-color: #fff
}

    .wallmessages.doccomments .msg-time-chat:nth-of-type(odd) {
        background-color: #f9f9f9;
    }

    .wallmessages.doccomments .msg-time-chat:hover {
        background-color: rgba(0, 0, 0, 0.075);
    }

#leadContent1 div.timeline-messages, #legalxgenPopupContent div.communicationPopUp1 {
    max-height: 500px;
    overflow: auto;
}
td.ActivityDetails{ display:inline-flex;}
    td.ActivityDetails ul:before, td.ActivityDetails ul:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        box-shadow: 0 0 20px rgba(0,0,0,0.8);
        top: 4px;
        bottom: 10px;
        left: 0;
        right: 0;
    }


#tblDocAttributes select {
    max-width: 150px;
    min-width: 150px;
}

#tblDocAttributes input  {
    max-width: 150px;
    min-width: 150px;
}
a.txtbluebold {
    font-weight: 600;
    color: #2a6496;
}
.txtbld600{ font-weight:600;}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rating-block .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.glyphicon-star:before {
    content: "\e006";
}
.rating-block .btn{padding:1px 2px; font-size:8px;}
.rating-block h2{ font-size:12px; font-weight:600;}
#userratinggrid td{ padding:4px!important;}
ul.apparisalcycleFilters{ list-style-type:none; padding:0px; margin:0px; padding-bottom:10px; clear:both; display:block;}
ul.apparisalcycleFilters li{ display:inline-flex; padding-right:10px;}
#subKPIDetail .subkpidescription {
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 5px;
}


@media (max-width: 996px) {
    .login-body 
    {
        display: none;
    }
}




.empty-item {
    color:silver;
    font-style:italic;
    font-size:small;
}



ul.joblist {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    ul.joblist li {
        display: block;
    }
#divOnlineRegistration .form-group, #divOnlineRegistration .form-group input{
    margin-bottom: 5px;
}

#divOnlineLead .form-group, #divOnlineLead .form-group input {
    margin-bottom: 5px;
}

.grid-clickable-link {
    font-weight: 600;
    color: #2a6496;
}
.dummy div a.rm-link{ color:cornflowerblue!important; }
.dummy div a.rm-link:hover{ text-decoration:underline; cursor:pointer;}

.drill-down-div {
    background: #fff !important;
    border: 2px solid #f8d64f;
}

.inner-table th {
    background: #f8d64f;
}

.inner-table th {
    background: #f8d64f;
}

.inner-table tbody tr:nth-of-type(odd) {
    background: #fffedd;
}
.form-signin .registration a {
    color: #2a6496;
}
    .form-signin .registration a:hover {
        color: #41cac0; text-decoration:underline;
    }

.highlight-control {
    border-color: red !important;
    border-style: solid !important;
    border-width: 1px !important;
}
#inlineTimeSheetTable tr td{ padding-top:10px;}
table.newweeklygrid tr td p { margin-bottom:0px;}
table.newweeklygrid tr td{padding:5px;}
table.google-visualization-table-table .google-visualization-table-tr-head {
    font-weight: normal!important;
    font-size: 11px!important;
}
.panel.withborder {border: 1px solid #ccc;}
.Billingfixheight {
    height: 320px;
}


.dz-progress {
    display: none;
}

.dz-success-mark {
    display: none;
}

.dz-error-mark {
    display: none;
}

.dz-error-message {
    display: none;
}

.select2-new-item {
    text-align: right;
    padding: 3px 0px !important;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: silver;
}
.google-visualization-table-td.google-visualization-table-type-number {
    text-align: right !important;
    white-space: normal !important;
}


.select-center-align {
    text-align: center;
    text-align-last: center;
}

.select-center-align option {
    text-align: center;
    /* reset to left*/
}

.appraisee-cell {
    background-color: #ffffa1;
    color: darkgray;
}
.banners {
    position: absolute;
    right: 0;
}
.documentellipsis a, .grid-clickable-link.documentellipsis {
    display: inline-block;
    /*white-space: nowrap;*/
    white-space:pre-wrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 250px;
}

.customisebtn {
    text-align: right !important;
    right: 247px;
    position: absolute;
    top: 58px;
    margin-bottom: 20px;
    z-index: 99;
}

#ulDocBreadCrumb{
    padding:0px;margin:0px;
}

#ulDocBreadCrumb li {
    display: inline-block;
    padding: 0px 2px;
}
.doc-bread-crumb {
    background: none !important;
    padding: 0px !important;
    border-radius: 0px !important;
    color: #2119ea !important;
    border: 0px !important;
}

.doc-icon{
    font-size:12px !important;
}

.doc-bread-crumb {
    font-size: 11px;
    text-decoration: underline;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100px;
    display: inline-block;
}

.lx-doc-selected-folder {
    font-weight: bold;
    text-decoration: underline;
}


#ulDocBreadCrumb a.doc-bread-crumb i.fa-briefcase {
    color: #FF6C60 !important;
}
#ulDocBreadCrumb a.doc-bread-crumb{ text-decoration:none; }
#ulDocBreadCrumb a.doc-bread-crumb:hover{ text-decoration:underline;}
#ulDocBreadCrumb a.doc-bread-crumb{ padding-top:2px!important;}
#ulDocBreadCrumb li i.fa-angle-double-right {
    padding: 4px 0px 0px 2px;
    display: inline-flex;
    position: relative;
    vertical-align: top;
    color:#ccc;
}
#ulDocBreadCrumb li:last-child i.fa-angle-double-right { display:none;}
#ulDocBreadCrumb li:last-child a.doc-bread-crumb { font-weight:600;
}


.grid-sub-summary-key {
font-size:x-small;
color:blue;

}
#proceedingPartialDivId .hdpagination{ width:100%;}


#grid_groups_wrapper {
    max-width: 800px;
}

.default-avatar {
    background-color: lightgrey;
    font-weight: 500;
    color: #fff;
    font-size: 1.6rem;
}

.default-avatar,
.member-overlap-item {
    height: 25px;
    width: 25px;
}



.member-overlap-item {
    margin-right: -10px;
    border: 2px solid #fff;
}

.group {
    min-height: 40px;
    height: auto;
    line-height: 1.6rem;
}

.grid-icon {
    vertical-align: middle;
    line-height: 1;
}

.group-class {
    height: 1rem;
    line-height: 4rem;
    vertical-align: middle;
}

.statuslabel {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    color: #fff;
    font-size: 9px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

.todo-completed {
    text-decoration: line-through;
}

small.actvitymatterinfo {
    color: grey;
}

.activityapprover {
    background-size: cover;
    background-color: #e6ff99;
    font-size: 10px;
    text-align: center;
    padding: 3px;
    color: #000;
    font-weight: 600;
    text-shadow: 1px 1px 0px #fff;
}

.activityusers {
    background-size: cover;
    font-size: 10px;
    text-align: center;
    padding: 3px;
    color: #000;
    font-weight: 600;
    text-shadow: 1px 1px 0px #fff;
}
.table-matter-activities tr th{ padding:2px 5px; font-size:11px;color:#000; font-weight:600;}
.smallinput {
    height: 26px!important;
    padding: 2px;
    font-size: 12px;
}
.userClostBtn {
    display: block;
    position: relative;
    left: 8px;
    top: -10px;
}
.dropdown-menu.Subactivityshadow{ font-size:11px;}
.xsmallinput {
    height: 26px !important;
    padding: 2px;
    font-size: 11px;
    width: 70%;
    display: inline-block;
}
.add-on.addoncalendar {
    float: right;
    margin-top: -32px;
    padding: 3px;
    text-align: center;
    margin-right: 18px;
}
.ActivityMatterTitle { font-weight: 500; color: #2a6496;}
#subactivity table{border:0px!important; background:#fff!important; border-collapse:collapse;}
    #subactivity table td, #subactivity .table-bordered td, #subactivity .table-bordered tr, #subactivity .table-striped tbody tr:nth-of-type(odd), #matterActivityLiDiv #subactivity .table-bordered td {
        border-bottom: 1px solid #ccc !important;
    }
.Subactivityshadow {
    -webkit-box-shadow: 2px 3px 1px 1px #575757;  Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ 
    -moz-box-shadow: 2px 3px 1px 1px #575757;  Firefox 3.5 - 3.6 
    box-shadow: 2px 3px 1px 1px #575757;
}

.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 10px 30px 5px 20px !important;
    font-size: 9pt;
}

span.multiselect-selected-text {
    font-size: 12px;
}
.form-signin.resetpassword { max-width:680px; margin-top:10%}
    .form-signin.resetpassword h2.form-signin-heading {
        padding: 10px 15px;
    }
.paddingleft25{ padding-right:25px;}
#tblUserLogs .grid-header th{    background: #f8d64f; padding:2px;}
#tblUserLogs tr td{
    border: 1px solid #f8d64f;
}
#tblUserLogs tr:nth-of-type(odd) {
    background: #fffedd;
}
#tblUserLogs tr td:last-child{ background:#cbf7ad;}
#tblUserLogs tr:nth-of-type(odd) td:last-child{background:#e8ffcf;}
#tblModuleUserLogs tr td:last-child{ text-align:left;}

.setting-additional-image {
    max-width: 90%;
    max-height: 90%;
    border-style: dotted;
    border-width: 1px;
    border-color: aqua;
}


.text-entered-summary {
    font-size: xx-small;
}
.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
    border: 2px solid #007bff;
}
ul.nav li a.myCalendar, ul.nav li a.myCalendar:focus {
    display: block;
    border-radius: 18px;
    width: 35px;
    height: 35px;
    padding: 7px;
    background: #2a3542;
    color: #aeb2b7 !important;
}
    ul.nav li a.myCalendar:hover {
        color: #FF6C60 !important;
        background: #2a3542!important;
    }
.bg-white, .signupBanner1 {
    min-height: 726px;
}

.dropdownreceive{height:25.5px; width:167.2px;}
.dashboardwidget .widgetblock { margin-bottom:10px; padding-right:5px;}


header .closeico { padding-top:5px; padding-right:10px}
header h6 { margin-bottom:0px;}
.widgetblock ul { width:200px;}
.widgetblock ul.dropdown-user li {    display: block;}
.widgetblock ul.dropdown-user li a { margin-left:0px;    }
.tabspanels {margin-top: -1px; border-top:1px solid #ccc;}

.dashboardwidget header.panel-heading {
    background: #fff;
    color: #4CC5CD;
    padding: 5px 10px 5px 5px;
}

a.matter-activity-anchor:hover {
    text-decoration: underline;
    color: #007bff !important;
}

a.on-hover-hyperlink:hover {
    color: #2a6496 !important;
}

a.on-hover-hyperlink:hover {
    text-decoration: underline;
    color: #007bff !important;
}
.revenue-head.preference {
    background: #fcdf19!important;
    color: #000;
}
    .revenue-head.preference span {
        background: #f7ba29!important;
    }
ul.items.ui-sortable li {
    padding: 5px 10px !important;
    margin-bottom: 3px;
    font-size:smaller;
    border: 1px dashed #ccc!important;
    background: #f5f6f8;
    font-weight:600;
}
    ul.items.ui-sortable li.mapped-col { background:powderblue!important; border-color:cornflowerblue!important;}
ul.reporteesdet {list-style-type:none; padding:0px;}
    ul.reporteesdet li {
        padding: 5px 5px 5px 10px;
        background: #f0f8ff; line-height:normal;
    }

#lxSideBar .modal.left .modal-dialog, .modal.right .modal-dialog {
    width: 380px;
}
#secNewTicketButton { padding-top:10px;}
.mytickets ul li span.ticketdescriptio {  
    width: 250px;
    display:inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 250px;
    vertical-align:bottom;
}
span.severity{display:inline-block; padding-left:10px;}
.mytickets{ display:block; padding-top:20px; clear:both;}
    .mytickets ul li{ padding-bottom:2px; border-bottom:1px dashed #ccc;}
a.supportlinks {
    width: 310px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#sectionHelpLinks {
    display: block;
    max-height: 150px;
    overflow: auto;
}
.grdTable tbody td:last-child {
    text-align: left !important;
}
#txtaCreNoteDesc { line-height:15px!important;}

.UserEllipses {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 110px;
}
.fixheightNoti {
    height: 389px;
}

.obj-type-creditnote {
    background: #F5E611 !important;
}

.obj-type-invoice {
    background: #95EDFD !important;
    color: #000 !important;
    text-shadow: 1px 1px #fff !important;
}

section.widgetblock {
    position: relative;
    
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    transition: all 0.3s ease-in-out;
}

    section.widgetblock::after {
        content: '';
        position: absolute;
        z-index: -1;
        opacity: 0;
        
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        transition: opacity 0.3s ease-in-out;
    }

/* The fast way */

.make-it-fast {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}


    /* Pre-render the bigger shadow, but hide it */

    .make-it-fast::after {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }


    /* Transition to showing the bigger shadow on hover */

    .make-it-fast:hover::after {
        opacity: 1;
    }

/* Scale up the box */
section.widgetblock:hover {
    transform: scale(1.05, 1.05);
}

    /* Fade in the pseudo-element with the bigger shadow */
    section.widgetblock:hover::after {
        opacity: 1;
    }

.selected-dashboard {    background: aliceblue}
/*#proceedingUL {background: #F9F9F9}*/
#li-proceeding-list { background:#f4f4f4;}
.abc {
}
.feedsTable tbody tr td {    padding: 0px 5px !important;    vertical-align: middle !important;}
.feedsTable tbody tr td span {  padding-top: 5px; }

.otp-input {
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
  

}

/*Gender Classes*/
.fa-female {
    color: #fe019a;
}
.fa-male {
    color: #236e48;
}
.fa-transgender {
    color: #F68A1E;
}
.fa-male.other { color:#ccc;

}/*Dgital Timer Style*/
#displays {
    position: relative;
    color:aqua;
    font-size: 25px;
    font-family: Digital-7, Verdana, sans-serif;
    text-align: center;
    letter-spacing: 5px;
    font-weight: bold;
    text-shadow: 3px 2px 1px #131C26;
}

.timer-start-button {
    color: black;
    cursor: pointer;
    font-size: 15px;
    margin-left: 12px;
}

.timer-stop-button {
    color: #ac0d0d;
    cursor: pointer;
    font-size: 15px;
    margin-left: 12px;
}

.silver-border-text-box {
    width: 50px;
    background-color: lightgrey;
    border-color: silver;
    border-width: 1px;
    border-style: solid;
}
li.ActivityProver {
    background: #e6ff99 !important;
    color: #000 !important;
    border: 1px solid #04702a !important;
    border-radius: 6px;
}
li.ActivityProver a{color:coral!important}
    li.ActivityProver a:hover{color:#ff0000!important;}

#ActivityUL.nav-tabs li a.btn {
    font-size: 12px;
}
.usersearchinline {
    background: azure;
    border-color: azure;
    border-bottom-color: lightblue;
    border-bottom: 2px solid #25a299;
}
div.customtextfiled ul.select2-selection__rendered li.select2-search--inline { 
    background:azure; 
    border-color:azure; 
    border-bottom:2px solid #25a299;
}
.assignUserli {
font-weight:600;
font-size:12px;
}
.userCheckboxActivity{ vertical-align:sub;}
.divSubTaskTab {
    max-height: 150px;
    overflow: auto;
    min-height:288px;
}
.disabledTabsActivityWindow {
    pointer-events: none;
    background-color: #e9ecef;
    text-decoration: none;
    cursor: all-scroll;
    border : 1px solid #ddd ;
    border-bottom-color : transparent ;
    border-radius : 4px 4px 0px 0px ;
}
.message-body.taskcommunication { margin-left:40px;}
.task-msg-time.msg-time-chat{padding:0px 5px!important;}
.ellipsis-gen {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}
.btnTaskCommunication {
    background: transparent;
    float: right;
    top: 0px;
    margin-top: -36px;
    z-index: 100;
    position: relative;
    right: 6px;
    color: grey;
}
.task-overdue {
    background: #ffe6e6 !important;
}
.member-overlap-item.activityapprover {border:1px solid #28a745 !important;
}
#ddlMatterId span.select2 {
 width:100%!important;}
.activityGroup tr td{ padding:5px;}
    .activityGroup tr:hover { background:#ccc!important; color:#000;
    }
.EngagementLetterStyle th {    background: #b0f4e5;    border-collapse: collapse;    border: 1px solid #ccc;}
.EngagementLetterStyle, .EngagementLetterStyle tr td {    border-collapse: collapse;    border: 1px solid #ccc;}
.EngagementLetterStyle{ padding:20px 10px;  width:100%}
.lightgreen {color:#90ee90;}

.disabledTabsVendorWindow {
    pointer-events: none;
    background-color: #e9ecef;
    text-decoration: none;
    cursor: all-scroll;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 4px 4px 0px 0px;
}

/*support button css */
#saberfeedback_button {
    display: block !important;
    position: fixed;
    z-index: 2147483647;
    cursor: pointer;
    transition: none !important;
    border-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none;
}
    #saberfeedback_button.bm_label.bm_right {
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        transform: rotate(270deg);
        -ms-transform-origin: right bottom;
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        right: 0;
    }

    #saberfeedback_button.bm_label {
        bottom: 60%;
    }

    #saberfeedback_button:hover {
        text-decoration: none;
    }

    #saberfeedback_button.bm_label span {
        letter-spacing: .04em;
    }

    #saberfeedback_button span {
        border-radius: 8px;
        display: inline-block;
        border-width: 2px;
        border-style: solid;
        padding: 6px 10px;
        font-size: 13px;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        text-align: center;
        line-height: 1.3em;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom: none;
    }

.alertinfo {
    font-size: small;
    margin: 0px;
    padding: 0px;
    background: #F5EDCD;
    border: 1px dashed #F2C03A;
    color: #000;
    padding: 5px;
    width: 100%;
    margin-bottom:10px;
}
.commonellipsys {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display:inline-block;
    width:172px;
   /* border:0px!important;*/
}

#mixedFeeCal.table tr td, #mixedFeeCal.table tr th {
    border: 1px solid #25a299 !important;
}

.silver-bg {
    background-color: lightgray;
}

.mixedAndRetainerFeeClass {
    margin: 2px -34px 0px;
    position: absolute;
    background: #ccc;
    height: 21px;
    width: 31.8px;
    padding-top: 1px;
    border-left: 1px solid #000;
}

.mixedAndRetainer {
    margin: 6px -37px 0px;
    position: absolute;
    background: #ccc;
    height: 21.5px;
    width: 31.9px;
    padding-top: 1px;
    border-left: 1px solid #000;
}

.ck-editor__editable_inline {
    min-height: 300px;
}

.totalTimeValidation {
    font-size: 20px;
    position: fixed;
    top: 40%;
    left: 46%;
    display: block;
    width: 42%;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 1px 3px #cccc;
}

.announcementcontainer {
    position: fixed;
    z-index: 9999;
    margin-top: 5px;
    width: 100%;
}

.announcementtext {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    .announcementtext li {
        padding: 5px 0px;
    }

        .announcementtext li i {
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 1px solid #000;
            text-align: center;
            vertical-align: middle;
            padding: 2px 0px;
            border-radius: 5px;
            margin-right: 10px;
            background: #fff;
            box-shadow: 0 3px 5px rgb(0 0 0 / 0.5);
        }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.announcement-alert {
    position: absolute;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    width: -webkit-fill-available;
    top: 0px;
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

.announcement-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}


button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.passwordEyeIcon {
    background-color: transparent;
    position: absolute;
    right: 10%; 
    top: 15%;

}

.summary-style {
    display: inline-block;
    padding-left: 0;
    width: 100%;
    margin-bottom: 0;
    background: azure;
    border: 1px solid #6CCEDB;
    border-radius: 10px;
}

.access-lock-icon {
    float: right;
}

#selectedClientsForInvoicing a:hover {
    color: red;
}

.datepicker td, .datepicker th{border-radius:0px!important;}
.legendsblocks  { list-style-type:none; margin:0px; padding:0px;}
    .legendsblocks li {
        display: inline-flex;
        padding: 3px 5px;
        margin-right: 2px;
        list-style: none;
        font-size: 6px;
        text-align: center;
        border:1px solid #ccc;
        color:#000; font-weight:600;
    }
    .legendsblocks li:first-child{margin-left:5px;}

    .small-date{
        font-size: 9px;
    }

.receiver .ck-editor__editable_inline {
    min-height: 200px !important;
}

.attachmentfiles, .attachmentfiles span {
    display: inline-flex;
}

    .attachmentfiles span {
        display: inline-block;
        padding: 3px 5px;
        border: 1px solid #ccc;
        margin-left: 5px;
        width: 90px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: #F4F6F9;
        border-right:0px;
    }

    .attachmentfiles a {
        color: red;
        padding: 3px;
        border: 1px solid #ccc;
        border-left: 0px;
        color: #000;
    }

    .attachmentfiles a:hover {
        color: #ff0000;
    }

    .invoiceAttachments {
        width: 90px;
        display: inline-flex;
        padding: 2px;
    }

.info-text {
    color: silver;
    font-style: italic
}



.eCourtFilters {
    height: 100%;
    width: 25%; /* Sidebar starts with col-lg-3 width (25%) */
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f0f8ff;
    overflow-x: hidden;
    transition: 0.5s;
    border-right: 1px solid #117a8b;
}

    .eCourtFilters a {
        text-decoration: none;
        font-size: 25px;
        color: #fff;
        display: block;
        transition: 0.3s;
        margin-top: -5px;
    }

        .eCourtFilters a:hover {
            color: #f1f1f1;
        }

    .eCourtFilters .eCourtFiltersClosebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.eCourtFiltersOpenbtn {
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    color: white;
    padding: 10px 5px;
    border: none;
    position: fixed;
    text-orientation: mixed;
    writing-mode: vertical-rl;
    text-decoration: none;
    top: 100px;
    z-index: 9999;
    border-radius: 0px 6px 6px 0px;
}

    .eCourtFiltersOpenbtn:hover {
        background-color: #444;
    }

#divECourtData {
    transition: margin-left .5s;
    margin-left: 25%; /* Start with main content shifted by eCourtFilters width */
    width: 75%; /* Main content takes up the remaining col-lg-9 (75%) */
}

#btnShowHideECourtFilters {
    border-radius: 0px 4px 4px 0px;
    border: 2px solid #117a8b;
    border-left: 0px;
    margin-left: -1px;
}

.extnav > li > a {
    color: unset;
}
.vendorgridData {
    text-align: -webkit-right;
    padding: 5px 10px 5px 0px !important;
}

.vendorgridDataInput {
    height: 30px;
    width: 90% !important;
}

.vendorgridDatalabel {
    margin-bottom: 0px !important;
}


/*-- Data filter Styles Start --*/


#divLxFilterWrapper {
    font-family: Arial, sans-serif;
}

    #divLxFilterWrapper .filter-box {
        border: 1px dashed #25a299;
        padding: 6px;
        /*border-radius: 5px;*/
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 5px;
        justify-content: space-between;
        /*background-color:azure;*/
    }

    #divLxFilterWrapper .select2-container--default .select2-selection--single {
        background-color: transparent;
    }

    #divLxFilterWrapper .filters-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 5px;
        flex: 1;
    }

    #divLxFilterWrapper .filter-dropdown {
        font-size: 14px;
        border-radius: 5px;
        border: 2px solid black;
    }

    #divLxFilterWrapper .filter-item {
        display: inline-flex;
        align-items: center;
        border-radius: 5px;
        font-size: 14px;
        background-color: #e5f9ee;
        box-shadow: 0 0 0 1px #cceccc;
        max-width: 100%;
        flex: 0 0 auto;
        position: relative;
    }

    #divLxFilterWrapper .filter-label {
        background-color: #9af5b1;
        padding: 5px;
        display: flex;
        align-items: center;
        color: #222;
        border-radius: 5px 0 0 5px;
        font-size: x-small;
        font-weight: 600;
    }

    #divLxFilterWrapper .filter-value {
        display: flex;
        align-items: center;
        padding: 0px 5px 0px 0px;
        gap: 5px;
        position: relative;
    }

        #divLxFilterWrapper .filter-value input {
            outline: none;
            padding: 0px;
            padding-left: 5px;
            border: none;
            background: transparent;
            outline: none;
            font-size: 14px;
            width: auto;
            min-width: 30px;
            max-width: 300px;
        }

        #divLxFilterWrapper .filter-value select {
            border: none;
            background: transparent;
            outline: none;
            font-size: 14px;
            width: auto;
            min-width: 30px;
            max-width: 300px;
        }

    #divLxFilterWrapper .filter-close {
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        background-color: transparent;
        color: #0b9444;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 0px 6px 6px 0px;
        font-size: 14px;
        width: 20px;
        height: 28px;
        opacity: 0;
        transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    }

    #divLxFilterWrapper .filter-item:hover .filter-close {
        opacity: 1;
        /* Fade in on hover */
        background-color: #0b9444;
        color: white;
    }

    #divLxFilterWrapper .filter-close:hover {
        background-color: #0b9444;
        color: white;
    }

    #divLxFilterWrapper .clear-btn-wrapper.hidden {
        display: none;
    }

    #divLxFilterWrapper .apply-filter-btn {
        background-color: #b7efb3;
        color: black;
        border: none;
        padding: 5px;
        font-size: 14px;
        cursor: pointer;
        border-radius: 5px;
        display: flex;
        align-items: center;
        gap: 3px;
    }

        #divLxFilterWrapper .apply-filter-btn:hover {
            background-color: #b7efb3;
        }

        #divLxFilterWrapper .apply-filter-btn i {
            font-size: 14px;
        }


    /*-- Data filter Styles End --*/
    .milestoneActivityStatus {
        border: 1px solid;
        background-color: #dedede;
    }

.milestoneActivityStatusEditable {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*-- Timesheet Bulk Delete  --*/
#timesheetBulkDelete-message .highlighted-message {
    color: #d9534f;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px;
}

#bulkDeleteTimesheetTable thead th {
    background-color: #f5f5f5;
    text-align: center;
}

#bulkDeleteTimesheetTable tbody td {
    vertical-align: middle;
}

.billingInstruction {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
    display: inline-block;
}

.inputsec {
    display: inline-block;
}
/*-- DownloadRequest List --*/
#downloadRequestList-table .requested-date-col {
    width: 180px;
}



/* ==========================================================================
   Add Users Emails - View Styling
   --------------------------------------------------------------------------
   This section contains custom styles for the "Add Users Emails" view,
   including dropdowns, email chips, subject box, and layout adjustments.
   These styles are specific to the email selection UI and should not be
   reused for unrelated components.
   ========================================================================== */

/* Email selection container styles */
#divToEmails #ddlToEmail, #ddlCCToEmail, #divSubjectBox input {
    background: #fff;
}
inputsec {
    display: inline-block;
}

.row.no-padding-bottom {
    padding-bottom: 0 !important;
}

.autocomplete-ul {
    position: absolute; /* Make the dropdown overlay other elements */
    z-index: 1000; /* Ensure the dropdown appears on top */
    background-color: #fff; /* Background color of the dropdown */
    width: 100%; /* Match the width of the input field */
    border: 1px solid #ccc; /* Optional: add a border around the dropdown */
    max-height: 200px; /* Limit the height and allow scrolling if necessary */
    overflow-y: auto; /* Enable vertical scrolling if there are many items */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    /*    padding-left:0px;*/
}

    .autocomplete-ul li.selected {
        background-color: #007bff; /* Highlight color */
        color: white; /* Text color */
    }

    .autocomplete-ul li {
        padding: 10px 15px; /* Space inside each item */
        border-bottom: 1px solid #eee; /* Light separator between items */
        cursor: pointer; /* Change cursor to pointer on hover */
    }

        .autocomplete-ul li:last-child {
            border-bottom: none; /* Remove the border from the last item */
        }

        .autocomplete-ul li:hover {
            background-color: #f0f0f0; /* Light grey background on hover */
        }


.autocomplete:focus {
    border-color: #007bff; /* Highlight border on focus */
    outline: none; /* Remove default outline */
    box-shadow: 0px 2px 4px rgba(0, 123, 255, 0.2); /* Blue shadow on focus */
}



.email-item {
    background: beige;
    border: 1px solid #ccc;
    display: inline;
    padding: 2px 5px 2px;
    border-radius: 3px;
    margin: 0px 2px;
    font-size: 14px;
}

    .email-item I {
        font-size: 12px;
        color: orange;
    }

    .email-item Span i {
        color: red !important;
    }

.toemail {
    display: inline-block;
    border: 1px solid transparent;
    outline: none;
    max-width: 400px;
    height: 20px;
    margin: 5px;
}

.receiver {
    border-bottom: 1px solid;
    border-bottom-color: silver;
    padding-left: 0px;
    margin-left: 12px;
}

.email-item span {
    position: relative;
    padding-left: 2px;
    padding-top: 4px;
    margin-left: -3px;
    margin-top: 5px;
    border-radius: 4px;
    visibility: hidden
}

.email-item:hover span {
    visibility: visible;
}

/* Ai Chat style */
/* Floating circular button */
#ask-lxg-ai-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #00b37a;
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 99999;
    text-align: center;
}

    /* Make visible */
    #ask-lxg-ai-btn.show {
        opacity: 1;
        transform: translateY(0);
    }

    /* Top Row: Ask + Icon */
    #ask-lxg-ai-btn .ask-row {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 2px;
    }

        #ask-lxg-ai-btn .ask-row svg {
            width: 14px;
            height: 14px;
            fill: white;
        }

    /* Bottom text */
    #ask-lxg-ai-btn .bottom-text {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.3px;
    }

    /* Hover effect */
    #ask-lxg-ai-btn:hover {
        background-color: #009966;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
        transform: scale(1.05);
    }





