﻿* {
    outline: none;
}
.f-btn {
    display: inline-block;
    margin-bottom: 4px;
}
.searchbox .btn {
    padding: 4px 8px !important;
}
.searchbox .form-control {
    height: 30px;
}
.k-grid-content {
    overflow-y: auto;
}
span.dealownername {
    color: #666;
    text-transform: capitalize;
}
.drag-pointer {
    cursor: move;
}
.s-won {
    background-color: #7ee16e;
    color:#fff;
}
.s-lost {
   background-color: #ff3d55;
    color:#fff;
}
.s-submited {
   background-color: #3a57ca;
    color:#fff;
}
.s-inprogress {
   background-color: #fcb226;
    color:#fff;
}
.p-status {
    margin: 10px 0;
}
.proposalno {
    font-size: 14px;
    color: #888;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
.task-panel {
    background: #f4f3f9;
    padding: 0;
    border-radius: 3px;
}
.task-header h5 {
    margin: 0;
    padding: 10px 15px;
}
.task-card {
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 1px 1px 8px 1px #e8e8e8;
    margin: 0 15px 15px 15px;
}
.task-card:hover {
    box-shadow: 1px 1px 1px 2px #e8e8e8;
}
.btn-icon-edit {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}
.proposalname {
    margin: 0 0 10px 0;
    color: #1b4a73;
    text-transform: capitalize;
}

label, .label {
    font-weight: 500;
}

b, strong {
    font-weight: 500;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th {
    font-weight: 500;
}

.k-grouping-row td, .k-group-footer td, .k-grid-footer td {
    font-weight: 500;
}

.k-tabstrip:focus {
    box-shadow: none;
}

.k-icon, .k-tool-icon, .k-grouping-dropclue, .k-drop-hint, .k-column-menu .k-sprite, .k-grid-mobile .k-resize-handle-inner:before, .k-grid-mobile .k-resize-handle-inner:after, .k-pager-numbers .k-current-page .k-link:after, .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after, .k-gantt-views > .k-current-view > .k-link:after {
    /*background-image: url(Bootstrap/sprite.png);*/
    background-image: url('../Images/sprite.png');
}

.search-contrl, .searchbox {
    width: 250px;
    position: relative;
}

    .search-contrl .search-cls, .searchbox .search-cb {
        position: absolute;
        top: 2px;
        right: 33px;
        background: transparent;
        opacity: .3;
        box-shadow: none;
    }

.btn-green {
    background: #007ee5;
    color: #fff;
}

.k-tabstrip-items .k-item {
    background: #fff;
    border-radius: 0;
}

.k-tabstrip-items .k-state-default .k-link {
    color: #555;
}

.k-tabstrip-items .k-state-default {
    border-color: #cccccc;
}

.k-tabstrip-top .k-tabstrip-items .k-state-active .k-link {
    border-top: 2px solid #1679ce;
    color: #007ee5;
}

.k-tabstrip-items .k-state-default .k-link {
    border-top: 2px solid transparent;
}

.k-tabstrip-items .k-state-default.k-state-hover {
    border-color: #cccccc;
}

.k-tabstrip-items .k-item.k-state-hover {
    background: #fff;
}

.k-tabstrip-items .k-link {
    padding: 10px 25px 15px 25px;
    font-weight: 500;
}

.k-tabstrip-items .k-loading {
    border-top: 0;
}

.k-tabstrip > .k-content,
.k-panelbar .k-tabstrip > .k-content {
    padding: 1.8em 1.5em 1.5em 1.5em;
}
/*button*/

/*icon*/
.k-grid-content .k-grid-editt .k-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none;
    font-size: 16px;
    color: #007ee5;
}

    .k-grid-content .k-grid-editt .k-icon.k-state-disabled {
        color: #b2b3b3;
    }

.k-grid-content .k-grid-editt:hover .k-icon {
    color: #024f8e;
}

.k-grid-content .k-grid-editt .k-edit:before {
    content: "\f040";
}

.k-grid-content .k-grid-deactivate .k-icon, .k-grid-content .k-grid-activate .k-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none;
    font-size: 16px;
}

.k-grid-content .k-grid-deactivate .k-icon {
    color: #e50000;
}

.k-grid-content .k-grid-activate .k-icon {
    color: #02613e;
}

.k-grid-content .k-grid-deactivate .k-delete:before {
    content: "\f00d";
}

.k-grid-content .k-grid-activate .k-i-undo:before {
    content: "\f0e2";
}

/*date*/
.k-state-default > .k-select {
    border-color: #f8f8f9;
    background: #8e8e9e;
}

    .k-state-default > .k-select:hover {
        border-color: #8e8e9e;
        background: #8e8e9e;
    }
/*multiselect*/
.k-multiselect-wrap .k-button {
    border-radius: 2px;
}

.k-list-scroller {
    max-height: 200px;
    overflow-y: auto !important;
}

.dbox .box-header {
    padding: 12px 15px;
    min-height: 44px;
}

.overlay {
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.5);
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
}

.cus-alert {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    width: 400px;
    margin-left: -200px;
    margin-top: -180px;
}

.alert-header {
    padding: 8px 10px;
    background: #f9f8f8;
    border-bottom: 1px solid #ddd;
}

.alert-body {
    padding: 15px;
}

.alert-footer {
    padding: 8px 10px;
    border-top: 1px solid #ddd;
}

.k-widget.k-tooltip-validation {
    border-color: transparent;
    background-color: transparent;
    color: #ea0202;
}

span.k-tooltip {
    padding: 3px 0px 0px 0px;
}

.k-tooltip-validation .k-warning {
    margin-top: 2px;
}
/*kendo icon */
.k-i-arrow-s {
    background-position: -96px -32px;
}

.k-state-hover > * > .k-i-arrow-s {
    background-position: -96px -32px;
}

div.k-window-content {
    padding: 15px;
    border-radius: 0px 0px 5px 5px;
}

.inlin-pageheader {
    margin: 0 0 10px;
    position: relative;
}

    .inlin-pageheader h3 {
        font-size: 16px;
        margin: 0;
        padding: 9px 0;
    }

.inlin-right {
    position: absolute;
    right: 0;
    top: 0;
}

.b-bottom {
    border-bottom: 1px solid #e6e6e6;
}

div.k-window {
    border-width: 0;
}

div.k-window {
    border-width: 0;
    border-radius: 15px;
}

.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: 6px;
}

.header-stipped th {
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
}

.m-b-xy {
    margin-bottom: 15px;
}

/* Active/InActive Toggle Switch Button */

/*******************************************************
    Slider B-flat
   *******************************************************/

.checkbox-slider--b-flat {
    position: relative;
    display: inline-flex;
    margin-top: 17px;
}

    .checkbox-slider--b-flat input {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 0%;
        margin: 0 0;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .checkbox-slider--b-flat input + span {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .checkbox-slider--b-flat input + span:before {
                position: absolute;
                left: 0px;
                display: inline-block;
            }

            .checkbox-slider--b-flat input + span > h4 {
                display: inline;
            }

        .checkbox-slider--b-flat input + span {
            padding-left: 40px;
        }

            .checkbox-slider--b-flat input + span:before {
                content: "";
                height: 20px;
                width: 40px;
                background: rgba(100, 100, 100, 0.2);
                box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
                transition: background 0.2s ease-out;
            }

            .checkbox-slider--b-flat input + span:after {
                width: 20px;
                height: 20px;
                position: absolute;
                left: 0px;
                top: 0;
                display: block;
                background: #ffffff;
                transition: margin-left 0.1s ease-in-out;
                text-align: center;
                font-weight: bold;
                content: "";
            }

        .checkbox-slider--b-flat input:checked + span:after {
            margin-left: 20px;
            content: "";
        }

        .checkbox-slider--b-flat input:checked + span:before {
            transition: background 0.2s ease-in;
        }

        .checkbox-slider--b-flat input + span {
            padding-left: 40px;
        }

            .checkbox-slider--b-flat input + span:before {
                border-radius: 20px;
                width: 40px;
            }

            .checkbox-slider--b-flat input + span:after {
                background: #ffffff;
                content: "";
                width: 20px;
                border: solid transparent 2px;
                background-clip: padding-box;
                border-radius: 20px;
            }

        .checkbox-slider--b-flat input:not(:checked) + span:after {
            -webkit-animation: popOut ease-in 0.3s normal;
            animation: popOut ease-in 0.3s normal;
        }

        .checkbox-slider--b-flat input:checked + span:after {
            content: "";
            margin-left: 20px;
            border: solid transparent 2px;
            background-clip: padding-box;
            -webkit-animation: popIn ease-in 0.3s normal;
            animation: popIn ease-in 0.3s normal;
        }

        .checkbox-slider--b-flat input:checked + span:before {
            background: #5cb85c;
        }

    .checkbox-slider--b-flat.checkbox-slider-md input + span:before {
        border-radius: 30px;
    }

    .checkbox-slider--b-flat.checkbox-slider-md input + span:after {
        border-radius: 30px;
    }

    .checkbox-slider--b-flat.checkbox-slider-lg input + span:before {
        border-radius: 40px;
    }

    .checkbox-slider--b-flat.checkbox-slider-lg input + span:after {
        border-radius: 40px;
    }

    .checkbox-slider--b-flat input + span:before {
        box-shadow: none;
    }

/*#####*/
.checkbox-slider-info.checkbox-slider--b input:checked + span:before,
.checkbox-slider-info.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c-weight input:checked + span:before {
    background: #5bc0de;
}

.checkbox-slider-warning.checkbox-slider--b input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c-weight input:checked + span:before {
    background: #f0ad4e;
}

.checkbox-slider-danger.checkbox-slider--b input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c-weight input:checked + span:before {
    background: #d9534f;
}

/*******************************************************
Sizes
*******************************************************/
.checkbox-slider-sm {
    line-height: 10px;
}

    .checkbox-slider-sm input + span {
        padding-left: 20px;
    }

        .checkbox-slider-sm input + span:before {
            width: 20px;
        }

        .checkbox-slider-sm input + span:after,
        .checkbox-slider-sm input + span:before {
            height: 10px;
            line-height: 10px;
        }

        .checkbox-slider-sm input + span:after {
            width: 10px;
            vertical-align: middle;
        }

    .checkbox-slider-sm input:checked + span:after {
        margin-left: 10px;
    }

.checkbox-slider-md {
    line-height: 30px;
}

    .checkbox-slider-md input + span {
        padding-left: 60px;
    }

        .checkbox-slider-md input + span:before {
            width: 60px;
        }

        .checkbox-slider-md input + span:after,
        .checkbox-slider-md input + span:before {
            height: 30px;
            line-height: 30px;
        }

        .checkbox-slider-md input + span:after {
            width: 30px;
            vertical-align: middle;
        }

    .checkbox-slider-md input:checked + span:after {
        margin-left: 30px;
    }

.checkbox-slider-lg {
    line-height: 40px;
}

    .checkbox-slider-lg input + span {
        padding-left: 80px;
    }

        .checkbox-slider-lg input + span:before {
            width: 80px;
        }

        .checkbox-slider-lg input + span:after,
        .checkbox-slider-lg input + span:before {
            height: 40px;
            line-height: 40px;
        }

        .checkbox-slider-lg input + span:after {
            width: 40px;
            vertical-align: middle;
        }

    .checkbox-slider-lg input:checked + span:after {
        margin-left: 40px;
    }

li.logobar {
    padding: 12px 12px;
}

.logo-collapse {
    display: none;
}

.sidebar-collapse .logo-collapse {
    display: block;
}

.sidebar-collapse .logo-expand {
    display: none;
}

.control-sidebar-dark {
    background: #ffffff;
    border-left: 1px solid #f3f2f2;
}

.ch-right {
    position: absolute;
    top: 0;
    right: 0px;
}

.circle {
    border-radius: 50%;
}

.with-btn {
    margin-bottom: 10px;
}

.uppercase {
    text-transform: uppercase;
}

.sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion {
    width: 20px;
    margin-right: 8px;
    top: -1px;
}

.control-sidebar {
    padding: 30px 10px;
    margin-top: 30px;
}

    .control-sidebar .sidebar-menu > li.header {
        color: #333;
        background: transparent;
        font-size: 16px;
        text-transform: uppercase;
    }

    .control-sidebar .sidebar-menu > li:hover > a,
    .control-sidebar .sidebar-menu > li.active > a {
        color: #333;
        background: transparent;
        border-left-color: transparent;
        border: 0;
        outline: 0;
    }

    .control-sidebar .treeview-menu > li.active > a,
    .control-sidebar .treeview-menu > li > a:hover {
        color: #333;
    }

    .control-sidebar .sidebar-menu > li > .treeview-menu {
        margin: 0;
        background: transparent;
    }

    .control-sidebar .treeview-menu > li > a {
        color: #333;
    }

.label {
    padding: .4em .8em .4em;
}

.block-element {
}

.k-widget.k-datepicker, .k-widget.k-combobox {
    display: block;
    width: 100%;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .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, .col-lg-12 {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.k-textbox:focus,
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused {
    box-shadow: none;
}


.g-search-section {
    position: relative;
}

    .g-search-section .dropdown-search {
        background: #fff;
        border: 1px solid #f1f1f2;
        padding: 15px;
        position: absolute;
        width: 100%;
        z-index: 999;
    }

.search-toggle {
    position: absolute;
    right: 32px;
    top: 0;
    background: transparent;
    border: 0;
}

.hidediv {
    display: none;
}

.showdiv {
    display: block !important;
}

.dropdown-search {
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 1px solid #ccc;
    border: 0;
    padding: 15px;
    position: absolute;
    z-index: 14;
    width: 440px;
    background: #fff;
}

.g-search .search-toggle {
    position: absolute;
    right: 40px;
    top: 0px;
    background-color: transparent;
}

.search-toggle.btn.active.focus,
.search-toggle.btn.active:focus,
.search-toggle.btn.focus,
.search-toggle.btn:active.focus,
.search-toggle.btn:active:focus,
.search-toggle.btn:focus {
    background-color: transparent;
    border: 0;
}


.g-search .search-clear {
    position: absolute;
    right: 40px;
    top: 0px;
    background-color: transparent;
}


.g-search .serrch-btn {
    padding: 6px 12px;
}

.header-search {
    font-size: 16px;
    position: relative;
    bottom: 5px;
    padding: 0;
    margin: 0;
}

div#search-overlay:before {
    width: 100%;
    content: "";
    height: 100%;
    background: rgba(0,0,0,0.001);
    position: fixed;
    z-index: 9;
}

.g-search-section {
    position: relative;
    z-index: 99;
}

.header-tool {
    position: relative;
    min-height: 45px;
}

    .header-tool h1 {
        display: inline;
    }

.content-header-tool {
    position: absolute;
    right: 0;
    top: 0;
}

.secondary-tab .k-tabstrip-items .k-link {
    padding: 6px 15px 6px 15px;
    font-weight: normal;
}

.secondary-tab .k-tabstrip .k-content.k-state-active {
    background: #fdfdfd;
}

.secondary-tab .k-tabstrip-items .k-item.k-state-active {
    background: #fdfdfd;
}

.box-tools {
    position: absolute;
    right: 0;
    top: 0;
}

.p-box-tool.content-header {
    padding: 0 0 25px 0;
}

.demo-section .table-responsive {
    max-height: 200px;
    overflow: auto;
}

.ongoing-projects .table-responsive {
    max-height: 200px;
    overflow: auto;
}

.project-wizard .k-tabstrip-items .k-link {
    padding: 10px 40px 15px 20px;
}

.project-wizard .k-content {
    padding: 40px 40px 20px 40px;
}

ul.spaceX {
    margin: 0;
    padding: 0;
}

    ul.spaceX li {
        padding-bottom: 8px;
    }

span.item-label {
    font-weight: 500;
}

.counter-row {
    margin-left: -5px;
    margin-right: -5px;
}

    .counter-row:after, .counter-row:before {
        display: table;
        content: '';
    }

    .counter-row:after {
        clear: both;
    }

.counter-row-col {
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    width: 16.666%;
}

.counter-content {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}

.counter-number {
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #666;
}

p.counter-desc {
    color: #696969;
    margin: 5px 0;
    font-weight: 500;
    font-size: 14px;
}

.counter-img {
    position: absolute;
    right: 10px;
}

.project-detailsbody {
    padding: 15px 15px 15px 0;
}

.content-tool {
    position: absolute;
    top: 0;
    right: 0;
}

.content-header > h1 {
    margin: 0;
    font-size: 18px;
    margin: 5px 0px;
    display: inline-block;
}

.p-duration {
    border: 0;
    padding: 0;
}

.days-left {
    text-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 12px;
}

.pd-header {
    position: relative;
    margin-bottom: 10px;
}

.pd-details {
    font-size: 14px;
    margin: 0 5px;
}

.p-title {
    text-transform: capitalize;
    color: #555;
    display: inline-block;
}

.btn-icon {
    background: transparent;
    font-size: 16px;
    color: #333;
}
.badge {

font-weight: 500;

}
.profile-row {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 15px;
}
.profile-row {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
    .profile-row:after, .profile-row:before {
        display: table;
        content: '';
    }

    .profile-row:after {
        clear: both;
    }

.profile-col {
    padding-right: 5px;
    padding-left: 5px;
    float: left;
}

.p-col-left {
    width: 20%;
}

.p-col-right {
    width: 80%;
}

.prfil-pic {
    width: 30px;
    height: 30px;
    background: #ddd;
    border-radius: 505%;
}

h3.p-name {
    font-size: 14px;
    margin: 0 0 4px 0;
}

p.p-email, .p-role, .p-mobile {
    font-size: 12px;
    margin: 0 0 3px 0;
    color: #666;
}

.project-detailsbody .panel-default > .panel-heading {
    font-weight: 500;
    /*color: #333;
    background-color: #ffffff;
    border-color: #ececec;
    border-radius: 0;*/
    /*padding: 5px 15px;*/
}

.project-detailsbody {
}

    .project-detailsbody .panel-default {
        border-color: #ebebec;
    }

    .project-detailsbody .panel {
        margin-bottom: 5px;
        margin-top: 2px;
        background-color: #fff;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

span.pd-details span {
    margin: 0 10px;
    font-weight: 500;
    color: #666;
}

.note-list {
    padding: 0px;
    margin: 0;
    list-style: square;
}

    .note-list li {
        margin-bottom: 5px;
        display: block;
    }

p.doc-list {
    color: #1679ce;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.payment-m .c-name span {
    font-size: 16px;
    color: #555;
    text-transform: uppercase;
}

.p-details-li h6 {
    padding: 0;
    margin: 0;
}

.p-details-li {
    height: 20px;
}

.payment-m .c-name {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.project-details-lists .panel-default > .panel-heading {
    color: #999;
    background-color: transparent;
    border-color: #ddd;
    border-radius: 0;
    padding: 5px 15px;
}

.projt-inv-item .list-group-item {
    padding: 0;
}

.projt-inv-list .panel.panel-default {
    border-right: 0;
}

.projt-inv-item .p-list-item {
    padding: 5px 15px;
}

.panel {
    border-radius: 0;
    margin-bottom: 20px;
}

.nop-right {
    padding-right: 0;
}

.nop-left {
    padding-left: 0;
}

.projt-inv-list .list-group-item {
    padding: 0;
}

.project-details-lists .panel {
    margin-bottom: 0px;
}

.proj-inv-details {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-left: 0;
    overflow-y: auto;
}

ul.p-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.p-list li {
        border-bottom: 1px solid #eeeeef;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

span.l-lable {
    width: 100px;
    display: inline-block;
    color: #888;
}

span.l-value {
    text-transform: capitalize;
    color: #333;
}

span.i-labele {
    display: block;
    color: #888;
    text-transform: capitalize;
}

span.i-value {
    font-size: 20px;
    /*font-weight: 500;*/
    color: #333;
    display: block;
    margin: 5px 0;
}

span.days-left.ng-binding {
    display: block;
    font-size: 22px;
    padding: 0;
}

ul.p-list li:last-child {
    border: 0;
}

.left-main-nav {
    background: #fff;
}

    .left-main-nav .panel {
        margin-bottom: 0;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .left-main-nav .panel > .list-group {
            margin-bottom: 0;
            border-left: 0;
            border-right: 0;
            border-top: 0;
        }

            .left-main-nav .panel > .list-group .list-group-item:first-child {
                border-top: 0;
            }

.list-group-item.active {
    background-color: #1e83d7;
    border: 1px solid #187acf;
}
/**********************************************/
a, body, button, html, input[type=button], input[type=reset], input[type=submit] {
    letter-spacing: .06rem;
}

.fusion-main-menu > ul > li > a, .side-nav li a {
    letter-spacing: .06rem !important;
}

.fusion-logo img {
    width: auto;
    height: 80px;
}

@media (max-width: 767px) {
    .fusion-logo img {
        width: auto;
        height: 25px !important;
    }

    .fusion-carousel .fusion-carousel-item {
        margin-left: 10px;
    }

    .fullwidth-box {
        padding: 70px 30px !important;
    }

    .fusion-column-wrapper {
        padding: 0px 0px 40px 0px !important;
    }

    .fusion-carousel-item {
        margin-left: 20px !important;
    }
}

a.services {
    color: rgba(255, 255, 255,0.8);
}

    a.services:hover {
        color: rgba(255, 255, 255,0.6);
    }

.fusion-image-hovers .imageframe-liftup:hover:before {
    opacity: 0;
    box-shadow: none;
}

.fusion-image-hovers .imageframe-liftup:before {
    box-shadow: none;
    opacity: 0.7;
    background: #000;
    z-index: 9999;
}

.opacity-title {
    opacity: 0.8;
}

.fusion-is-sticky .fusion-header-v1 .fusion-sticky-shadow {
    box-shadow: none;
}

.wpcf7-form .wpcf7-text {
    height: 40px;
}

.tfs-slider .flex-control-nav {
    bottom: 60px !important;
}

.marginleft {
    margin-left: -200px !important;
    z-index: 99999;
}

.marginright {
    margin-right: -200px !important;
    z-index: 99999;
}

.avada-skin-rev {
    border-top: 0;
    border-bottom: 0;
}

.project-detailsbody .row {
    margin-right: -5px;
    margin-left: -5px;
}

.project-detailsbody .col-sm-6, .project-detailsbody .col-sm-4, .project-detailsbody .col-sm-8 {
    padding-right: 5px;
    padding-left: 5px;
}

.dropdown-menu > li > a {
    white-space: initial;
}

.searchNote {
    margin-top: -29px !important;
    margin-right: 6px !important;
}

.statusText {
    font-size: 9px;
    margin-top: 3px;
}

.addNote {
    position: absolute;
    top: 0;
    right: 260px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-top-5 {
    margin-top:5px;
}

.margin-top-20 {
    margin-top: 20px;
}
.ZeroPadding{
    padding: 0 !important; 
}
.ZeroleftPadding
{
    padding-left: 0px !important; 
}
.ZeroRightPadding
{
    padding-right: 0px !important; 
}
.dashboard-header {
    margin-bottom: 10px;
}
.userswitch .btn-default {
  
}
.userswitch .btn {
     min-width: 60px;
      background-color: #fff;
    color: #444;
    border-color: #ddd;
}
.userswitch .btn.btn-primary {
     min-width: 60px;
      background-color: #367fa9;
    color: #fff;
    border-color: #ddd;
}
.quickinfo-sec {
    margin-bottom: 10px;
}
.pl-body {
    box-shadow: 0 2px 4px rgba(0,0,0,.1), 0 -1px 0 rgba(0,0,0,.02);
    background: #fff;
    padding: 8px;
    border-radius: 3px;
    margin-bottom: 10px;
    max-height: 179px;
}
.p-wraper .row {
    margin-right: -5px;
    margin-left: -5px;
}
.p-wraper .col-sm-3 {
    padding-right: 5px;
    padding-left: 5px;
}
.project-list {
    margin-bottom: 15px;
}
.p-header {
    position: relative;
}
.p-tool {
    position: absolute;
    top: 0;
    right: 0;
}
.p-header h4 {
    margin: 0 0;
    padding: 8px 0;
    font-size: 16px;
}
.p-header {
    margin: 0 0 10px 0;
}
.pi-header h5 {
    margin: 0 0 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
}
.pi-header {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.pi-header h5 small {
    text-transform: uppercase;
    font-size: 75%;
    font-weight: 500;
    color: #0599bd;
}
.dam small {
    color: #888;
}
.progreschart span {
      transition: all 5s;
      animation: move 1s linear;
}
@keyframes move {
  0% {
    width: 0px;
  }
  100% {
    width: 50%;
  }
}
.pheader {
    position: relative;
}
.pheader h4 {
    margin: 0 0 15px 0;
}
.ptool {
    position: absolute;
    top: -6px;
    right: 0;
}
.btn-c {
    background-color: #ffffff;
    color: #444;
    border-color: #ddd;
}
.btn-c:hover, .btn-c.btnNew {
    background-color: #64b359;
    color: #fff;
    border-color: #64b359;
}
.filteruser {
    background: #fff;
    padding: 10px;
    border-radius: 2px;
    margin-bottom:15px;
}
.inputgroup {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.notes-header h4 {
    width: 300px; 
        white-space: nowrap;  
    overflow: hidden;
    text-overflow:ellipsis;

}
h3.c-fn  {
      white-space: nowrap;  
    overflow: hidden;
    text-overflow:ellipsis;
}