﻿@charset "utf-8";
@import url("/webfonts/FuturaStd_Book/stylesheet.css");
@import url("/webfonts/FuturaStd_Heavy/stylesheet.css");




/* CSS Document */


body {
    margin: 0px;
    padding: 0px;
    font-family: "FuturaStd Book";
}

.dataTables_label {
    color: red;
    background-color: black;
}

a {
    text-decoration: none !important;
}

/*footer{
	
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 50px;
	bottom: 0px;
}*/

header {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 90px;
    background-color: white;
    border-bottom: solid 1px #D3D3D3;
}

.mainGenerali {
    position: relative;
    max-width: 900px;
    /*min-width: 500px;*/
    background-color: #643638;
    /*height: 350px;*/
    top: calc(50vh - 205px);
    /*margin: auto;*/
}
/*.newmap {
	position: relative;
	max-width: 900px;
	min-width: 500px;
	background-color: #653433;
	margin: auto;
	height:350px;
	margin-top: 15%;
	padding:20px;
}*/
.mainGeneraliInternal {
    position: relative;
    max-width: 900px;
    min-width: 500px;
    background-color: white;
    margin: auto;
    height: 100%;
}

.mainGeneraliInternal_int {
    position: relative;
    /*max-width: 900px;*/
    min-width: 500px;
    background-color: white;
    padding-top: 25px;
    padding: 30px;
    margin: auto;
    /*height: calc(100vh - 90px);*/
    min-height: calc(100vh - 90px);
    /*background-image: url('/images/hp_logo_footer - black.svg');*/
    background-image: url('/images/hp_logo_footer_nero.svg');
    background-repeat: no-repeat;
    background-position: bottom 10px right 20px;
    background-size: 160px;
    border-top: 1px solid #d3d3d3;
}

.main_home {
    width: 100%;
    height: 100%;
    background-image: url('/images/back_01.svg');
    background-size: cover;
    position: absolute;
}

.main_internal {
    width: 100%;
    height: 100%;
    background-image: url('/images/back_01.svg');
    background-size: cover;
    position: relative;
}

.title_list {
    color: #3d3d3e;
    font-size: 20px;
    border-left: solid 3px #af201d;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
    font-family: "FuturaStd Heavy";
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.footer {
    /*position: absolute;*/
    bottom: 0;
    right: 0;
    width: 100%;
    height: 40px;
    top: calc(100vh - 42px);
    /*background-image: url('/images/back_01.svg');*/
}

.footermap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 40px;
    top: calc(100vh - 42px);
}

.mainHeight {
    min-height: calc(100% - 60px);
    /*background-image: url('/images/back_01.svg');
	background-size: cover;*/
}

.backgroundgenerali {
    background-image: url('/images/back_01.svg');
    background-size: cover;
    width: 100%;
    position: relative;
    background-position: center;
    height: 100%;
}

.headerGenerali {
    height: 60px;
    max-width: 900px;
    min-width: 500px;
    /*margin: auto;*/
    position: relative;
    top: calc(50% - 30px);
}

.table.tdstyle td {
    vertical-align: middle;
}

.footerGenerali {
    height: 60px;
    position: relative;
    right: 0;
    bottom: 0;
    margin-right: auto;
    background-image: url('/images/back_01.svg');
    padding: 1rem;
    background-size: cover;
    background-position: bottom;
}

.logo {
    display: inline;
}

.btn_top {
    display: inline;
    float: right;
    background-color: #c21b17;
    padding: 10px;
    color: white;
    margin-top: 10px;
    cursor: pointer;
}

.btn_normal {
    display: inline;
    background-color: #c21b17;
    padding: 10px;
    color: white;
    margin-top: 10px;
    cursor: pointer;
    border: none;
    font-family: 'FuturaStd Book';
    font-size: 16px;
}

    /*.btn_normal:active {
        color: white;
        background-color: #F2644C;
    }*/

    .btn_normal:focus {
        outline: 1px solid #c21b17;
    }




    .btn_normal:hover {
        color: white;
        background-color: #F2644C;
    }

    .btn_normal:disabled,
    btn_normal[disabled] {
        display: inline;
        background-color: #cccccc;
        padding: 10px;
        color: white;
        margin-top: 10px;
        cursor: not-allowed;
        border: none;
        font-family: 'FuturaStd Book';
        font-size: 16px;
        opacity: 0.65;
    }

.btn_normal-vis {
    display: inline;
    background-color: #c21b17;
    padding: 8px;
    color: white;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 25px;
    font-family: 'FuturaStd Book';
    font-size: 16px;
}

.btn_normal-vis:hover {
        color: white;
        background-color: #F2644C;
}
/*.btn_normal-vis:focus {
        outline: 1px solid #c21b17;
        border-radius:25px;
}*/

.btn_normal-2 {
    display: inline-block;
    background-color: #c21b17;
    padding: 8px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 25px;
    font-family: 'FuturaStd Book';
    font-size: 16px;
    width:40%;
}

.btn_normal-2:hover {
        color: white;
        background-color: #F2644C;
}

    /*.btn_normal-2:focus {
        outline: 1px solid #c21b17;
        border-radius:25px;
    }*/


.separator_top {
    display: inline;
    float: right;
    padding: 8px;
    color: black;
    margin-top: 10px;
}
/*.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background-color: #c21b17;
	color:white;
}*/
.dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
    background-color: #F2644C;
}

.dataTables_wrapper .dataTables_length select {
    border-radius: 25px;
}

.icon_top {
    display: inline;
    float: right;
    padding: 0px;
    color: black;
    margin-top: 14px;
}

.name_top {
    position: relative;
    top: -8px;
    display: inline;
    margin-left: 10px;
    color: #3D3D3E;
}

.title_insert_home {
    color: white;
    font-size: 20px;
    border-left: solid 3px #af201d;
    padding-left: 10px;
    font-family: "FuturaStd Heavy";
}

.subtitle_insert_home {
    color: white;
}

.textform_insert_home {
    position: relative;
    display: block;
    color: white;
    margin-bottom: 10px;
}

.input_text_form {
    width: 100%;
    height: 28px;
    font-family: 'FuturaStd Book';
    font-size: 15px;
    padding-left: 8px;
    margin-top: 3px;
}

.input_select_form {
    width: calc(100% + 5px);
    height: 30px;
    font-family: 'FuturaStd Book';
    font-size: 15px;
    padding-left: 5px;
    margin-top: 3px;
}

.title_area_int {
    color: #3d3d3e;
    font-size: 20px;
    border-left: solid 3px #af201d;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
    font-family: "FuturaStd Heavy";
}

.subtitle_insert_int {
    position: relative;
    color: #3d3d3e;
    margin-bottom: 10px;
    display: inline;
    font-size: 14px;
}

.textform_insert_int {
    position: relative;
    display: inline;
    color: #3d3d3e;
}

.textform_result_int {
    position: relative;
    display: inline;
    color: #3d3d3e;
    font-family: "FuturaStd Heavy";
}

.textform_price_int {
    position: relative;
    display: inline;
    color: #3d3d3e;
    font-family: "FuturaStd Heavy";
    font-size: 42px;
    border-bottom: solid 3px #af201d;
    padding-bottom: 10px;
}




/* Customize the label (the container) */
.checkboxlistremark {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkboxlistremark input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkboxlistremark:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxlistremark input:checked ~ .checkmark {
    background-color: #c21b17;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxlistremark input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxlistremark .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.field-validation-error {
    color: red;
    font-weight: bold;
}

.input-validation-error {
    background: #FFFFE0;
    border: 1px solid red;
}

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.thead {
    background-color: #C21B17;
    color: white;
}
/* Tooltip container */
/*a.tip {
    border-bottom: 1px dashed;
    text-decoration: none
}
a.tip:hover {
    cursor: help;
    position: relative
}

a.tip span {
    display: none
}
a.tip:hover span {
    border: #c0c0c0 1px dotted;
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 100;        
    left: 0px;
    margin: 10px;
    width: 250px;
    position: absolute;
    top: 10px;
    text-decoration: none
}*/

.ui-tooltip, .arrow:after {
    background: #c21b17;
    border: 1px solid white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 25px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px #c21b17;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 39%;
    margin-left: -19px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }
.dataTables_wrapper .dataTables_filter input:focus {
    border-radius: 25px;
}
.dataTables_wrapper .dataTables_filter input {
    border-radius: 25px;
}
.focusinput {
    border-radius: 25px;

}


/*#region loading*/
.loading-fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 2000;
    display: none;
}

.loading-container {
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

    .loading-container img {
        width: 180px;
    }

svg.spinner {
    width: 80px;
    height: 80px;
}

    svg.spinner circle {
        fill: transparent;
        stroke: #c21b17;
        stroke-width: 12;
        stroke-linecap: round;
    }

        svg.spinner circle.internal {
            stroke: #FFF;
            stroke-width: 8;
            stroke-dasharray: 40,140;
            -webkit-transform-origin: center center;
            -moz-transform-origin: center center;
            -ms-transform-origin: center center;
            -o-transform-origin: center center;
            transform-origin: center center;
            -webkit-animation: spinner 2s linear infinite;
            -moz-animation: spinner 2s linear infinite;
            -ms-animation: spinner 2s linear infinite;
            -o-animation: spinner 2s linear infinite;
            animation: spinner 2s linear infinite;
        }


@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes spinner {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
/*#endregion loading*/