﻿body {
    font-family: mr-eaves-xl-modern;
    font-style: normal;
    font-weight: 400;
    color: #000;
    overflow-x: hidden;
}

.mt-0 {
    margin-top: 0 !important;
}

:focus {
    outline: none !important;
}

.form-control:focus {
    outline: none !important;
    border-color: #D4D4D4;
}

.btn.btn-default-green {
    background-color: #fff;
    border: 2px solid #4ebf17;
    color: #4ebf17;
    box-shadow: none;
}

.btn.btn-default-orange {
    background-color: #fff;
    border: 2px solid #F97D11;
    color: #F97D11;
    box-shadow: none;
}

.help-block.field-validation-error span {
    color: #EE0F0F;
}

textarea.textarea-sm,
.textarea-sm textarea {
    min-height: 65px;
}

.modal-content .modal-body h4 {
    font-weight: 900;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 50px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    border-color: #D4D4D4 !important;
    line-height: normal !important;
    height: 34px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 32px !important;
        padding-left: 9px !important;
        outline: none !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #555 !important;
    }

#proposal-car-details label,
#car-details label {
    margin-right: 5px;
}

.container.container-full {
    width: 100%;
}

.container.container-grey {
    background: #FAFAFA;
}

.footer {
    background: #000000;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
}

    .footer a {
        color: #fff;
    }

.filters-group {
    margin-right: 10px;
}

.back-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: none;
    z-index: 99;
}

.go-to-web {
    height: 58px;
    text-align: center;
    width: 50px;
    background: #3b9a1c;
    position: absolute;
    top: 30px;
    right: 20px;
    color: #fff;
    cursor: pointer;
}

    .go-to-web a {
        color: #fff;
    }

.add-option {
    text-align: left;
    color: #fff !important;
    font-size: 10px;
    background: #337ab7;
    border-radius: 4px;
    float: right;
    padding: 2px;
}

.refresh-infocar {
    text-align: left;
    color: #fff !important;
    font-size: 10px;
    background: #75b719;
    border-radius: 4px;
    float: right;
    padding: 2px;
    margin-right: 5px;
}

.import-infocar {
    text-align: left;
    color: #fff !important;
    font-size: 10px;
    background: #ec850b;
    border-radius: 4px;
    float: right;
    padding: 2px;
    margin-right: 5px;
    margin-top: 5px;
}

.plate input {
    width: 150px;
    float: left;
    margin-right: 20px;
}

.input-group-addon:first-child {
    display: none;
}

.blue {
    color: blue;
}

.green {
    color: green;
}

.red {
    color: red;
}

form .panel-heading {
    background-color: #337ab7;
    padding: 7px 15px;
}

[data-parent="#accordion"]:hover {
    text-decoration: none;
}

form .panel-heading > h2 {
    margin: 0;
    color: #fff;
}

.panel-heading > h2:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
}

.accessory {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.accessory-active {
    background: rgba(0,128,0,0.2);
    padding: 10px;
    cursor: pointer;
}

    .accessory-active:hover {
        opacity: 0.5;
    }

.accessory-disactive {
    /*background: rgba(255,0,0,0.20);*/
    background: #fff;
    padding: 10px;
    cursor: pointer;
}

    .accessory-disactive:hover {
        opacity: 0.5;
    }

.accessory-active .faCheck:before {
    content: "\f046";
    font: normal normal normal 14px/1 FontAwesome;
}

.accessory-disactive .faCheck:before {
    content: "\f096";
    font: normal normal normal 14px/1 FontAwesome;
}

#tagList .tag {
    border: 1px solid #000;
    margin-top: 10px;
    margin-right: 5px;
}

.searchall .item-search {
    text-overflow: ellipsis;
    display: inline-block;
    white-space: normal;
    width: 100%;
}

.searchall .item-type {
    position: absolute;
    bottom: 5px;
    right: 0;
}

.searchall li > a {
    position: relative;
}

#searchall {
    width: 200px;
}

.page-content {
    margin-top: 58px;
}

.page-list > div {
    padding-top: 15px;
    background: #FAFAFA;
}

#crm-details {
    padding-top: 0;
}

    #crm-details .close-container {
        position: absolute;
        top: 0;
        left: 0;
    }

        #crm-details .close-container .close-x {
            cursor: pointer;
            font-size: 18px;
            color: red;
        }

.btn {
    border-radius: 5px;
    text-transform: uppercase;
    outline: none;
    font-weight: 700;
    border: 2px solid;
}

/*.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success,
.btn-success, .btn-success.focus, .btn-success:focus, .btn-success:hover {*/
.btn-success, .btn-success.focus, .btn-success:focus, .btn-success:hover, .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    background-color: #4EBF17;
    border-color: #4EBF17;
    box-shadow: none;
}

/*.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary,
.btn-primary, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {*/
.btn-primary, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #118DF9;
    border-color: #118DF9;
    box-shadow: none;
}

.btn-danger, .btn-danger.focus, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger, .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
    background-color: #EE0F0F;
    border-color: #EE0F0F;
    box-shadow: none;
}

.btn-warning, .btn-warning.focus, .btn-warning:focus, .btn-warning:hover, .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning, .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    background-color: #F2970E;
    border-color: #F2970E;
    box-shadow: none;
}

.btn-default, .btn-default.focus, .btn-default:focus, .btn-default:hover, .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background-color: #fff;
    border: 2px solid #118DF9;
    color: #118DF9;
    box-shadow: none;
}

.form-group {
    /*margin-bottom: 22px;*/
    margin-bottom: 10px;
}

.form-control {
    border-color: #D4D4D4;
    border-radius: 0;
    padding: 7px 9px;
}

.label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 10px;
}

/* Lead New*/
.label-0 {
    background: #51DB31;
}

/* Lead Gestito*/
.label-1 {
    background: unset;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border: 2px solid #B7B7B7;
    color: black !important;
}

/* Lead Prospect*/
.label-2 {
    background: #18CDDB;
}

/* Lead Opportunity*/
.label-3 {
    background: #EB0CD5;
}

.user-prospect {
    color: #18CDDB !important;
}

.user-opportunity {
    color: #EB0CD5 !important;
}

.score {
    font-weight: 700;
}

    .score.score-1 {
        color: #55CAE2;
    }

    .score.score-2 {
        color: #EE9521;
    }

    .score.score-3 {
        color: #E52323;
    }

#listPanel .new-order {
    margin-bottom: 10px;
}

    #listPanel .new-order .order-by {
        float: right;
        color: #6A6A6A;
        font-size: 13px;
        padding-top: 12px;
    }

        #listPanel .new-order .order-by select {
            font-weight: 700;
            background: transparent;
            border: none;
            outline: none;
            cursor: pointer;
        }

.crm-list-item {
    cursor: pointer;
    position: relative;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #E5E5E5;
    margin-bottom: 2px;
    padding: 12px 11px 12px 11px;
}

    .crm-list-item.active {
        border: 2px solid #118DF9;
    }

        .crm-list-item.active.not-assigned {
            border-left: 4px solid #118DF9;
        }

    .crm-list-item > div {
        line-height: 17px;
    }

        .crm-list-item > div.title span {
            float: right;
        }

    .crm-list-item.not-read {
        font-weight: 700;
    }

    .crm-list-item.not-assigned {
        border-left: 3px solid #118DF9;
    }

    .crm-list-item .crm-badge {
        position: absolute;
        top: 12px;
        left: 11px;
    }

    .crm-list-item .score {
        position: absolute;
        bottom: 4px;
        left: 11px;
    }

/*.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {*/
.details-content .nav-tabs > li > a {
    text-transform: uppercase;
    font-size: 16px;
    color: #118DF9;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 7px 7px 0 0;
    margin-right: 5px;
    padding: 4px 15px;
    font-weight: 700;
}

.details-content .tab-content {
    padding: 25px;
    border-top-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.details-content .nav-tabs > li.active > a,
.details-content .nav-tabs > li.active > a:focus,
.details-content .nav-tabs > li.active > a:hover,
.details-content .nav-tabs > li:hover > a {
    background: #118DF9;
    color: #fff;
}

.details-content .nav-tabs > li.danger > a,
.details-content .nav-tabs > li.danger > a:focus,
.details-content .nav-tabs > li.danger > a:hover,
.details-content .nav-tabs > li.danger:hover > a {
    background: #ff0000;
    color: #fff;
}

.details-content #details-content-primary .data-item {
    display: block;
    line-height: 14px;
}

.details-content #details-content-primary .title-item {
    line-height: 24px;
}

    .details-content #details-content-primary .title-item .title {
        font-weight: 800;
        font-size: 25px;
    }

    .details-content #details-content-primary .title-item .label {
        margin-left: 10px;
        vertical-align: super;
    }

    .details-content #details-content-primary .title-item .title-right-bar {
        float: right;
        font-size: 26px;
    }

        .details-content #details-content-primary .title-item .title-right-bar i {
            cursor: pointer;
        }

.details-content #details-content-primary i:hover {
    opacity: 0.4;
}

#modal-create-edit {
}

    #modal-create-edit .modal-content {
        border-radius: 10px;
        /*overflow: hidden;*/
        overflow: visible;
    }

        #modal-create-edit .modal-content .modal-header {
            background: #40C421;
        }

            #modal-create-edit .modal-content .modal-header .modal-title {
                color: #FFFFFF;
                font-size: 20px;
                font-weight: 800;
            }

            #modal-create-edit .modal-content .modal-header .submit {
                color: #FFFFFF;
                font-size: 20px;
                font-weight: 800;
            }

.modal .modal-content {
    border-radius: 10px;
    overflow: hidden;
}

.modal .close {
    color: #fff;
    opacity: 1;
}

.modal .modal-content .modal-header {
    background: #40C421;
}

    .modal .modal-content .modal-header .modal-title {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: 800;
    }

    .modal .modal-content .modal-header .submit {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: 800;
    }



.gas-checkbox-container {
    margin: 6px -6px 12px -6px;
}

    .gas-checkbox-container > input {
        display: none;
    }

    .gas-checkbox-container > span {
        font-size: 14px;
        font-weight: bold;
        padding: 6px;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .gas-checkbox-container > span .check {
            width: 15px;
            height: 15px;
            display: inline-block;
            background: #FFFFFF;
            position: relative;
            top: 3px;
            border: 1px solid #707070;
        }

            .gas-checkbox-container > span .check.active {
                background: #118DF9;
                border: 1px solid #118DF9;
            }

                .gas-checkbox-container > span .check.active:before {
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    content: "\f00c";
                    position: absolute;
                    right: 0.5px;
                    top: 1px;
                    color: white;
                    font-size: 11px;
                }


.made-with-love {
    margin: 0;
}

.activity-container .activity-item {
    height: 96px;
    position: relative;
    padding-left: 40px;
    line-height: 15px;
}

    .activity-container .activity-item::before {
        content: "";
        border-left: 1px solid #D4D4D4;
        height: 100px;
        position: absolute;
        left: 15px;
        z-index: 8;
    }

    .activity-container .activity-item.no-desc {
        height: 60px;
    }

        .activity-container .activity-item.no-desc::before {
            height: 65px;
        }

    .activity-container .activity-item:last-child::before {
        content: none;
    }

    .activity-container .activity-item .score {
        position: absolute;
        left: 0;
        color: #118DF9;
        background: #fff;
        font-weight: 700;
        font-size: 18px;
        border: 1px solid #D4D4D4;
        padding: 6px;
        border-radius: 5px;
        z-index: 9;
    }

    .activity-container .activity-item i {
        position: absolute;
        left: 0;
        color: #118DF9;
        background: #fff;
        font-weight: 700;
        font-size: 18px;
        border: 1px solid #D4D4D4;
        padding: 6px;
        border-radius: 5px;
        z-index: 9;
    }

    .activity-container .activity-item .date {
        font-size: 13px;
    }

    .activity-container .activity-item .title {
        color: #118DF9;
        font-size: 16px;
        font-weight: 700;
    }

#accordion .panel {
    border: none;
    box-shadow: none;
}

    #accordion .panel .panel-heading .accordion-toggle h4:after {
        font-family: 'Glyphicons Halflings';
        content: "\e113";
        float: right;
        color: #707070;
        font-size: 13px;
        font-weight: 400;
    }

    #accordion .panel .panel-heading .accordion-toggle.collapsed h4:after {
        content: "\e114";
    }

    #accordion .panel .panel-heading {
        background-color: #fff;
        border: none;
        padding-left: 0;
        padding: 0;
    }

        #accordion .panel .panel-heading a {
            outline: none;
            text-decoration: none;
        }

        #accordion .panel .panel-heading h4 {
            font-size: 20px;
            color: #000;
            font-weight: 900;
            outline: none;
            line-height: 40px;
            border-bottom: 1px solid #E5E5E5;
        }

    #accordion .panel .panel-body {
        padding-left: 0;
        border: none;
    }

.pointer {
    cursor: pointer;
}

.table.summary-table {
    border-left: 1px solid #118DF9;
    border-right: 1px solid #118DF9;
    border-bottom: 1px solid #118DF9;
}

    .table.summary-table > tbody > tr > td, .table.summary-table > tbody > tr > th, .table.summary-table > tfoot > tr > td, .table.summary-table > tfoot > tr > th, .table.summary-table > thead > tr > td, .table.summary-table > thead > tr > th {
        border-color: #118DF9;
        font-size: 17px;
        padding: 5px 8px 5px 14px !important;
    }

    .table.summary-table > tbody > tr > td {
        font-size: 16px;
        text-align: right;
        color: #000;
        font-weight: 700;
    }

    .table.summary-table > tbody > tr > th {
        border-right: 1px solid #118DF9;
        color: #118DF9;
        font-weight: 900;
    }

    .table.summary-table > tbody > tr:last-child {
        background: #118DF9;
    }

        .table.summary-table > tbody > tr:last-child > th,
        .table.summary-table > tbody > tr:last-child > td {
            font-weight: 900;
            color: #fff;
        }

.create-new-title {
    font-weight: 800;
    font-size: 25px;
    text-align: center;
    line-height: 20px;
}

.create-new-subtitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

#sendEmail #Email_TemplateId {
    width: auto;
}

#car-create {
    overflow: auto !important;
}


.modal-create-car .modal .modal-content .modal-header .modal-title {
    margin-top: 0;
}



.logo-text {
    width: 100%;
    top: 58px;
    position: absolute;
    color: black;
    font-size: 54px;
}


.btn-add, .btn-edit, .btn-play, .btn-search {
    padding: 9px;
    background: #58D64F;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.btn-add {
    background: url(/Content/images/nuovo.png) !important;
}
.btn-edit {
    background: url(/Content/images/modifica.png) !important;
}
.btn-search {
    background: url(/Content/images/cerca.png) !important;
}