﻿.card-header {
    cursor: pointer !important;
}

hr {
    border: 1px solid #5555;
}

#profileImg {
    /*height:200px;*/
    width: 300px;
    border: 2px solid;
}

.green {
    color: #00FF00;
}


.red {
    color: #CD0000;
}

#profileDocument {
    width: 80%;
}

.hidden {
    display: none !important;
}

.display_none {
    display: none;
}

div.ms-container {
    width:100%;
}

.vl {
    border-left: 3px solid black;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
}

.subTableLog .tdCustom {
    word-break: break-all;
}

#policy, #profile {
    background-color: #154f91;
}

    #policy h2, #policy h6, #profile h2, #profile h6 {
        color: white;
    }

a:hover {
    cursor: pointer;
}

#checkEnable {
    font-size: 5px;
}

.nav-item {
    font-weight: 500;
}

#navbarCustom li a {
    font-size: larger;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.labelConvert {
    font-weight: 500;
    text-transform: uppercase;
}

.logoImage {
    height: 90px;
    width: auto;
    margin-bottom: 20px;
}

.iconImpersonate {
    font-size: 25px !important;
}

.loadingPanel {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8Xw8AAoMBgDTD2qgAAAAASUVORK5CYII=);
    background-repeat: repeat;
    z-index: 9999;
}

.loadingSpinner {
    display: block;
    top: 50%;
    left: 50%;
    transform: translateZ(1px);
    margin-left: -50px;
    margin-top: -70px;
    position: fixed;
}

    .loadingSpinner > div {
        display: inline-block;
        width: 140px;
        height: 140px;
        border-radius: 0;
        background: transparent url("/content/spinner.gif") no-repeat center;
        background-size: contain;
    }

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr {
        opacity: .4;
    }

.rotate {
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 0.5s linear;
    float: right;
}

    .rotate.up {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

.rotateService {
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 0.5s linear;
}

    .rotateService.up {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.accordion > .card .card-header {
    margin-bottom: auto !important;
}

tr {
    cursor: pointer;
}

/*Per la riga delle datatable in modo da recupare l'id di riferimento */
.oidNascosto, .recipientOIDNascosto, .senderOIDNascosto, .userOIDNascosto {
    display: none;
}

.pnlTitolo {
    background-color: #154f91;
    box-shadow: 0px 6px 10px 0px rgba(42, 54, 109, 0.19);
    color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}

    .pnlTitolo h2 {
        line-height: 2;
    }

.titleSection {
    border-bottom: 1px solid #cccc;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

#CheckPanel {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 99999999999;
    margin-top: -44px;
    display: none;
}

.btn-primary {
    background-color: #f0b500 !important;
    border-color: unset !important;
    border-radius: 10px !important;
}

.btn-secondary {
    border-radius: 10px !important;
}

td.details-control {
    background: url('../content/plus.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../content/minus.png') no-repeat center center;
    background-size: contain;
}

.input-group-append {
    cursor: pointer;
}

    .input-group-append span {
        background-color: #F7BE07;
        color: white;
    }

label.error {
    font-size: small;
    color: red;
}

.ErrorValidationInput {
    display: none;
}

.MyMessage {
    background-color: #154f91;
    margin: 5px 10px;
    width: 70%;
    float: right;
    color: white;
    padding: 10px;
    border-radius: 10px;
}

.Response {
    background-color: #f0b500;
    margin: 5px 10px;
    width: 70%;
    float: left;
    color: white;
    padding: 10px;
    border-radius: 10px;
}

.textAreaSender {
    resize: none;
}

.dateTimeChat {
    font-size: x-small;
    margin-top: 5px;
    float: right;
}

.longtextPreview {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.pnlFileTableContainer {
    max-height: 400px;
    overflow-y: auto;
}

.pnlRecapTile {
    border: 1px solid #154f91;
    border-radius: 5px;
    padding: 10px;
    margin: 1%;
    width: 31%;
}

    .pnlRecapTile span {
        display: block;
        font-size: 40px;
        text-align: center;
    }

    .pnlRecapTile a {
        font-size: 22px;
    }

.docCount span {
    position: absolute;
    margin-left: -26px;
    font-family: Arial;
    font-size: 19px;
    margin-top: 9px;
    width: 25px;
    text-align: center;
}

.colFileValidation_1 {
    width: 30%;
}

.colFileValidation_2 {
    width: 5%;
}

.colFileValidation_3 {
    width: 65%;
}

a.fa:hover {
    text-decoration: none;
}

/*FILE IMPORTER*/

#pnlImporter_Step1, #pnlImporter_Step2, #pnlImporter_Step3 {
    min-height: 50px;
}

#pnlImporter_Step2 {
    display: none;
}

.testoCentrato {
    text-align: center !important;
}

    .testoCentrato button {
        margin: 0 auto;
    }

.cntRisultatiImportazione tbody {
    display: none;
}

.cntRisultatiImportazione table {
    margin: 0 auto;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}

    .cntRisultatiImportazione table td, .cntRisultatiImportazione th {
        border-color: #ddd;
    }

.tblNotifiche tbody {
    display: table-row-group;
}

.tblNotifiche thead th {
    color: green;
    text-align: left;
}

.tblWarnings thead th {
    color: darkgoldenrod;
    cursor: pointer;
    text-align: left;
}

.tblErrori thead th {
    color: red;
    cursor: pointer;
    text-align: left;
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1340px !important;
    }
}

/*Fine Importer*/

/*DENUNCIA SINISTRO*/

.PopupCompilazioneSfondo {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(128,128,128,0.6);
    opacity: 0.1;
}

.CompilazioneContent {
    margin-top: 5%;
}

.PopupCompilazione input {
    padding: 0 !important;
}

#TitoloDanneggiati {
    border: 1px thin;
    background-color: #d5d7f9;
}

    #TitoloDanneggiati i {
        color: #2e4a93;
        margin-right: 10px;
        cursor: pointer;
    }

#TabellaDanneggiato {
    width: 100%;
    border: 1px;
}

    #TabellaDanneggiato input {
        max-width: 200px;
        max-height: 40PX;
    }

        #TabellaDanneggiato input[type=number] {
            max-width: 100px;
            max-height: 40PX;
        }

#TitoloTestimone {
    border: 1px thin;
    background-color: #d5d7f9;
}

    #TitoloTestimone i {
        color: #2e4a93;
        margin-right: 10px;
        cursor: pointer;
    }

#TabellaTestimone {
    width: 100%;
    border: 1px;
}

    #TabellaTestimone input {
        max-width: 200px;
        max-height: 40PX;
    }

        #TabellaTestimone input[type=number] {
            max-width: 100px;
            max-height: 40PX;
        }

#PopupDettaglioDenuncia {
    top: 0;
    left: 0;
}

    #PopupDettaglioDenuncia .popuptext {
        background-color: #fafafa;
        box-shadow: #8A8A8C 1px 1px 10px;
        color: #555;
        border-radius: 6px;
        padding: 8px 0;
        z-index: 999999;
        position: fixed;
        min-height: 400px;
        left: 5%;
        top: 5%;
        min-width: 90%;
        margin-top: 0px;
        margin-left: 0px;
        max-height: 90%;
        overflow: scroll;
    }

.my_manageTable {
    width: 100%;
    text-align: left;
}

    .my_manageTable th, .my_manageTable td {
        text-align: left;
        padding: 5px;
    }

    .my_manageTable .my_date {
        text-align: center;
        width: 150px;
    }

    .my_manageTable .my_btn {
        text-align: center;
        width: 50px;
    }

.my_detailTableCnt {
    margin-left: 20px;
}

.my_manageTable .my_btn .fa {
    font-size: 30px;
}

.my_manageTable tr.my_hover {
    background-color: #eee;
}

.my_manageTable td .fa, .fas, .far {
    font-size: 25px !important;
    text-align: center !important;
}

.popuptext .my_manageTable {
    max-height: 350px;
    width: 100%;
}

.my_manageTable tr:not(.my_detailTable):hover {
    background-color: #eee;
}

#DocumentiDenunciaSinistro .my_manageTable th {
    background-color: #154f91;
    color: #f0b500;
    height: 40px;
    border: 0;
}

.pnlTitoloPopup {
    background-color: #154f91;
    box-shadow: 0px 6px 10px 0px rgba(42, 54, 109, 0.19);
    color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}

    .pnlTitoloPopup h4 {
        margin: 0;
        padding: 0;
        color: #fff;
        float: left;
    }


.f-right {
    float: right;
}

.f-left {
    float: left;
}
/*fine DENUNCIA SINISTRO*/
.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pnlLogCheckInfo .card-title {
    font-weight: bold;
    padding-left: 10px;
}

.pnlLogCheckInfo .card-body {
    padding: 10px;
}

.pnlLogCheckInfo .card {
    margin-bottom:10px;
}

.openPopupPolicyCreation {
    background-color: white;
    float: right;
    color: black;
    width: 50px;
    height: 45px;
    text-align: center;
    position: relative;
    top: -4px;
    right: -1px;
    cursor: pointer;
}

.dot {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}