﻿
:root {
    /*
    --medusa-color-blue: #0a3252;
        */
    --medusa-color-blue: #1C4A7B;
    --medusa-color-blue-middle: #2f7dd0;
    --medusa-color-blue-lighter: #e0e5eb;
    --medusa-color-orange: #ff6a00;
    --medusa-color-disabled: #676565;
}

/* HTML elements */

html {
    height: 100%;
    overflow-y: scroll;
}

body {
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Lato', sans-serif;*/
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
    height: 100%;
    /*border-bottom: 5px solid green;*/
}


header {
    background-color: var(--medusa-color-blue);
}

h1 {
    margin: 10px 0;
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--medusa-color-blue);
    line-height: 26.4px;
    text-transform: uppercase;
}

    h1 i {
        margin-right: 10px;
    }

h2 {
    font-style: normal;
    font-variant: normal;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 20.0px;
}

    h2.subheader {
        margin: 10px 0;
        background-color: #eff2f5;
        padding: 10px 10px;
        font-weight: 600;
        color: rgba(10,48,82,0.53);
    }

h3 {
    font-style: normal;
    font-variant: normal;
    font-size: 1rem;
    font-weight: 500;
    line-height: 20.0px;
}

    h3.subheader {
        margin: 10px 0;
        background-color: #F8F8F8;
        padding: 10px 10px;
        font-weight: 600;
        color: rgba(10,48,82,0.53);
    }

a {
    color: var(--medusa-color-blue-middle);
}

    a:hover {
        color: var(--medusa-color-orange);
    }



hr {
    border: 2px solid #f2f2f2;
}
/* End HTML elements */

/* Bootstrap overrides */


.btn-primary {
    background-color: var(--medusa-color-blue);
    border-color: #29618e;
    box-shadow: 0px 0px 0px 0px #f0f7fa;
    background: linear-gradient(to bottom, var(--medusa-color-blue-middle) 5%, var(--medusa-color-blue) 100%);
}

    .btn-primary:hover {
        background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
        background-color: #019ad2;
    }

.modal-header {
    padding: 0.75rem 1.25rem;
    /*background-color: #85bbe621;*/
    background-color: var(--medusa-color-blue-lighter);
    color: var(--medusa-color-blue);
}

    .modal-header span {
        font-size: 1.25rem;
        font-weight: 600;
    }

.modal-content {
    border: none;
}


.navbar-nav {
    flex-direction: row;
}

    .navbar-nav .active a {
        color: var(--medusa-color-orange);
    }


.nav-item a {
    color: #fff;
    margin-right: 15px;

}


.nav-item a i {
    margin-right: 10px;
}

.nav-item a:hover {
    color: var(--medusa-color-orange);
    text-decoration: none;
}


.nav-tabs .nav-link {
    border: 1px solid #e6e6e6;
}


    .nav-tabs .nav-link.active {
        color: var(--medusa-color-orange);
        font-weight: normal;
    }

.input-group-text {
    border: none;
}

/* End Bootstrap overrides */
/* JQuery UI overrides */
.ui-datepicker {
    position: relative;
    z-index: 10000 !important;
}

/* End JQuery UI overrides */


.fattura-row {
    background-color: #edf6f9;
}

.highlight-row {
    background-color: #edf6f9;
}


.logo-auth {
    width: 60%;
}

.icon {
    color: #29618e;
}

.icon a:hover {
    color: #ff6a00;
}

.icon-orange {
    color: #ff6a00;
}

    .icon-orange i {
        color: #ff7f50 !important;
    }


.arrow-orange {
    color: #ff7f50;
}
.arrow-inline {
    display: inline;
}

.table-category > tbody > tr > td {
    border: none;
}

.category-parent {
    font-weight: 600;
}

.modal-xl {
    width: 70%;
    max-width: none;
}

.table-hover tr {
    cursor: pointer;
}


.bg-light {
    background-color: #f2f2f2 !important;
}


/*
.container-fluid {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
}
*/

#mainHeader {
    height: 50px;
}

#mainContainer {
    padding: 0 0px;
    /* margin-top:50px; */
    /*border: 2px solid red;*/
    height: 100%;/*calc(100vh - 60px);*/
    /*border: 5px solid blue;*/
}

.card-header {
    padding: 0.5rem 1rem;
    /*background-color: #85bbe621;*/
    background-color: var(--medusa-color-blue-lighter); /*#0a325217;*/
    color: var(--medusa-color-blue);
    font-weight: 600;
}

.card-header-secondary {
    background-color: #fff;
}



.page-item {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

/* Authentication */

.authentication-container {
    background-color: var(--medusa-color-blue);
    width: 450px;
    margin-top: 110px;
    width: 450px !important;
    padding: 30px;
    border-radius: 0.25rem;
    color: #fff;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    border: 1px solid var(--medusa-color-blue-middle);
}


.authentication-main label {
    font-weight: normal;
    color: #fff;
}

.authentication-main .form-control {
    border-radius: 0.25rem;
}

.authentication-container .btn {
    background-color: #FDFDFD;
    background: linear-gradient(#FDFDFD, #bbbcbd);
    border: 1px solid #060606;
}
    .authentication-container .btn:hover {
        background-color: #bbbcbd;
    }


/* End Authentication */
.sign-out-button {
    background-color: transparent;
    border: none;
    color: #fff;
}

.sign-out-button:hover {
    color: #ff6a00;
    cursor: pointer;
}

.input-group-append .input-group-text {
    height: 100%;
}

.input-group-append a i {
    color: #0c4a7b;
}


.input-group-append a i:hover {
    color: #ff6a00;
}

.medusa-table-row-lg {
    height: 50px;
}



.medusa-dl dt {
    padding: 3px;
    margin-bottom: 3px;
    background-color: #f2f2f2;
    font-weight: normal;
    text-align: right;
}

.medusa-dl dd {
    padding: 3px 5px;
    margin-bottom: 3px;
}

.medusa-badge-light {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #dcedfb;
}

/* Medusa Components */
.medusa-multi-select {
    padding: 0.5rem !important;
}

.medusa-multi-select-button-container {
    padding: 0.75rem 1.25rem;
}

.medusa-menuitem-checkbox {
    width: 21px;
}

.medusa-multi-select .list-group-item {
    border: none;
    cursor: pointer;
    padding: 5px;
}

.btn-select {
    background-color: transparent;
    color: #495057;

    border: 1px solid #ced4da;
}

/* End Medusa Components */

/* Overrides bootstrap */
.show > .btn-secondary.dropdown-toggle {
    background-color: transparent;
    color: #495057;
    border: 1px solid #ced4da;
}

.search-form .form-control:disabled {
    background-color: #fff;
    opacity: 1;
}

.search-form .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}


.persistence-form .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
/* End overrides bootstrap */


.assolta-row {
    background-color: #03a9f40f;
}

.subnavbar {
    padding: 0.25rem 0.25rem;
    margin-bottom: 10px;
}

.subnavbar .navbar-nav .nav-item {
    padding: 0.25rem;   
}


.subnavbar .navbar-nav .active a {
    color: #333;
}

.subnavbar .navbar-nav a:hover {
    text-decoration: underline;
}


    /* End Specific classes*/
.medusa-dropdown-width-lg .dropdown-menu.show {
    width: 250px !important;
}

.medusa-dropdown-width-xl .dropdown-menu.show {
    width: 300px !important;
}



.add-box {
    border-top: 2px solid #f2f2f2;
}

/* Invoice */

.medusa-invoice-dl dt {
    padding: 3px;
    margin-bottom: 3px;
    font-weight: normal;
    text-align: right;
}

.medusa-invoice-dl dd {
    padding: 3px 5px;
    margin-bottom: 3px;
    text-align: right;
}

#invoiceAmounts hr {
    margin: 5px;
}

.parsley-errors-list {
    left: 0;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
}

.parsley-errors-list li {
    color: #dc3545 !important;
    list-style-type: none;
}

.stripe {

    background: repeating-linear-gradient(45deg,#c4c4c4, #c4c4c4 10px, #e8e8e8 10px, #e8e8e8 20px);
    /*background: repeating-linear-gradient(45deg,#606dbc, #606dbc 10px, #465298 10px, #465298 20px);*/
}

.btn-medusa-alert {
    color: #fff;
    background-color: #d2a811;
    border-color: #d2a811;
}

.btn-medusa-alert:hover {
    color: #fff;
    background-color: #d2a811;
    border-color: #d2a811;
}



div.validation-errors-container {
    display: none;
}

div.validation-errors-container.filled {
    display: block;
}

div.validation-errors-container li {
    display: none;
}

.icon-disabled {
    color: #a9a9a9;
    text-decoration: none !important;
    cursor: default !important;
}



/* End Invoice*/




/* Start Creazione pratica */
.wrapper-steps {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar-steps {
    min-width: 250px;
    max-width: 250px;
    margin-top: 10px;
    margin-left: 10px;
}

.step-content {
    margin-top: 10px;
    width: 100%;
}

h3.step-subheader {
    font-size: 1.30rem;
    background-color: #e0e5eb;
    margin-right: 10px;
    padding: 5px;
    color: var(--medusa-color-blue);
}

h4.step-subheader {
    font-size: 1.20rem;
    background-color: #f3f3f3;
    margin-right: 10px;
    padding: 5px;
    color: #88898b;
}

ul.step-list {
    border: none;
}

ul.step-list li {
    color: #555;
        border: none;
}

ul.step-list li.active {
    color: #ff6a00;
    background-color: #fff;
}

    ul.step-list li span {
        border-radius: 5px;
        color: #d0cece;
        padding: 3px 5px;
        margin-right: 5px;
    }

ul.step-list li.active a {
    color: #ff6a00;
    font-weight: bold;
}

ul.step-list li.substep {
    margin-left: 20px;
}

    ul.step-list li.active span {
       /* background-color: #ff6a00 !important; */
        color: #ff6a00 !important;
    }

    ul.step-list li.visited span {
        color: #0c4a7b;
        background-color: #fff;
        /* background-color: #0c4a7b;*/
    }

/* End creazione pratica*/

/* Start creazione deposito */
.deposito-card {
    padding: 0.5rem 0.5rem;
}
.deposito-card  h3{

    font-size: 1.5rem;
    color: var(--medusa-color-blue);
}

.deposito-card .table thead th {
    background-color: #85bbe621
}

.deposito-card button.btn-deposito-action {
    border: none;
}

    .deposito-card button.btn-deposito-action:hover {
        backgrorund-color: var(--medusa-color-blue-lighter);
    }

    /* End creazione deposito */
    .field-label {
        margin-top: 7px;
        font-weight: bold;
        color: #666;
    }

.field-value {
    display: block;
    padding: 5px 5px;
    background-color: #F8F8F8;
    /*font-weight: 600;*/
    width: 100%;
}


.field-value span:empty:before {

    content: "\200b";

}

.medusa-menu {
    margin-right: 10px;
}

    .medusa-menu > .dropdown-toggle {
        color: #fff;
        background-color: var(--medusa-color-blue);
        border: none;
        cursor: pointer;
    }

.medusa-menu > .dropdown-toggle:hover {
    color: #ff7f5a;
}

.medusa-menu > .dropdown-menu {
    background-color: var(--medusa-color-blue);
}

    .medusa-menu .dropdown-item {
        color: #fff;
    }

    .medusa-menu .dropdown-item:hover {
        background-color: var(--medusa-color-blue-middle);
    }

    .bg-gray-light {
        background-color: #fafbfc !important;
    }

.underline-div {
    box-shadow: inset 0 -1px 0 #e1e4e8;
}


a.text-link {
    text-decoration: underline;
}

button.action-button {
    background-color: transparent;
    border: 1px solid var(--medusa-color-blue);
    color: var(--medusa-color-blue);
}

a.action-button {
    border: 1px solid var(--medusa-color-blue);
    color: var(--medusa-color-blue);
}

a.action-button.disabled {
    border: 1px solid var(--medusa-color-disabled);
    color: var(--medusa-color-disabled);
}

    a.action-button:hover {
        border-color: var(--medusa-color-orange);
        color: var(--medusa-color-orange);
    }

.resource-navbar-nav .nav-item a {
    color: #444;
    font-size: 0.90rem;
    font-weight: 600;
    text-transform: uppercase;
}

.resource-navbar-nav .nav-item a:hover {
    color: var(--medusa-color-orange);
    font-weight: 600;
}

.resource-navbar-nav .nav-item a {
    outline: 1px dotted transparent;
    outline-offset: -1px;
}

    .resource-navbar-nav .nav-item a.active {
        color: var(--medusa-color-orange);
        border-bottom: 2px solid var(--medusa-color-orange);
    }

.resource-navbar-nav .nav-link {
    margin-right: 30px;
}



.breadcrumb {
    margin-bottom: 0;
    padding: 0.5rem 0;
    background-color: #fff;
}

.breadcrumb li {
}

    .breadcrumb li a {
        color: #333 !important;
    }

.breadcrumb .active {
    /*color: #ff7f50;*/
    font-weight: 600;
}

#main1 {
    /*border: 2px solid yellow;*/
    flex-grow: 1;
    height:100%;
}



.form-control {
    /*
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
        */
    border-radius: 0;
    border: 2px solid #eee;
}

label {
    font-weight: bold;
    color: #666;
}
/*
    .form-control:focus {
        background-color: #cde2f3;
    }
*/

.card {

}


.card-header span {
    font-size: 1.25rem;
}


/* TABLE */

.table {
    border-collapse: inherit;
    border-spacing: 0;
    border-radius: 0.5rem;
    border: 1px solid #85bbe621;
}

.table th {
    white-space: nowrap;
}

.table th, .table td {
    padding: 0.5rem;
}

.table tr:last-child {
    border-bottom: 2px solid #dee2e6;
}

    .table thead th {
        /* background-color: #85bbe621;*/
        background-color: var(--medusa-color-blue-lighter);
    }


.table td {
    /*width: 700px;*/
    border: none;
}

.table-custom-scrollbar {
    position: relative;
    height: 350px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.search-wrapper {


}

    .search-wrapper .row {
        margin-right: 0;
        margin-left: 0;
    }

    .search-wrapper .form-group {
        margin-bottom: 5px;
    }

.no-padding-left {
    padding-left: 0;
}


.importi-wrapper {
    background-color: #cbe2fb;
}

.group-section span {
    margin-bottom: 0;
    color: rgba(10,48,82,0.53);
    font-weight: bold;
}

.group-section .group-section-content {
    border: 1px dotted rgba(0, 0, 0, 0.125);
}

.medusa-btn-switch .btn-secondary {
    color: #666 !important;
    background-color: #fff !important;
    border-color: rgba(0, 0, 0, 0.125);
}

.medusa-btn-switch .btn-secondary.active {
    background-color: #f2f2f2 !important;
}



    .pratica-icon {
        font-size: 1.75rem;
        color: var(--medusa-color-blue);
    }

    .pratica-header span.pratica-tile {
        font-size: 1.5rem;
    }

.pratica-header span.pratica-object {
    display: inherit;
    font-size: 0.9rem;
}


.btn-form-action {
    background-color: #eff2f5;
    border-color: #f2f2f2 !important;
    color: rgba(10,48,82,0.53);
}

.highlight-wrapper {
    background-color: #cbe2fb;
    padding: 10px;
    border-radius: 3px;
}