




.siatelDettagli:hover
{       
  -webkit-animation: zoomOnSiatelIcon_ 0.5s !important;
}


@-webkit-keyframes zoomOnSiatelIcon_ {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.1);
    }
}





/* new layout 2025*/
/*
.navbar-default .navbar-nav > li > a 
 */
#navbar .navbar-nav > li > a {
    background-color: white !important;
    color: #000000 !important;
    margin: 5px 5px 5px 5px !important;
    border: 3px solid #80008012 !important;
}
    #navbar .navbar-nav > li > a:hover {
        background-color: #faf8ff96 !important;
        border: 3px solid #c6a5f75c !important;
    }

#navbar .navbar-nav > li > .dropdown-menu {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    background-color: white !important;
    border-color: white !important;
    padding: 8px 8px 8px 8px !important;
}
#navbar .dropdown-menu > .divider {
    margin: 0px 0px 0px 0px !important;
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    background: white !important;
}

#navbar .dropdown-menu > li > a {
    background-color: white !important;
    color: #000000 !important;
    margin: 2px 2px 2px 2px !important;
    border: 3px solid #80008012 !important;
    font-size: medium !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
    #navbar .dropdown-menu > li > a:hover {
        background-color: #f6edf64d !important;
        border: 3px solid #c6a5f75c !important;
    }


/*per login*/
/*#navbar .navbar-nav > li > a.myloginclassbutton {
    background-color: red !important;
    border-style: dashed !important;
}

*/
/*fine login*/


/*.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #a970ff17 !important;
    color: #000000 !important;
}*/


/*    .navbar-default .navbar-nav > li > a:hover {
        background-color: #a970ff17 !important;
        color: #000000 !important;
        -webkit-animation: zoomOnOverNav_ 0.4s !important;
    }*/

/*    .navbar-default .navbar-nav > li > a:focus {
        background-color: #a970ff17 !important;
        color: #000000 !important;
        -webkit-animation: zoomOnOverNav 0.0s !important;
    }*/

/*end new layout 2025*/


.loaderNew {
    position: center;
    height: 150px;
    background: #f9f9f900 url(../../Content/images/default.gif) 50% 50% no-repeat;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  height: 20px;
  width: 20px;
  background-color: #cacaca;
}

/* On mouse-over, add a grey background color */
.containerCheck:hover input ~ .checkmark {
  background-color: #2196F3;
}
/* When the checkbox is checked, add a blue background */
.containerCheck input:checked ~ .checkmark {
  background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCheck .checkmark:after {
    left: 7px;
    /* top: 5px; */
    width: 7px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.btn-outline-secondary-yes {
    border-color: #2e6da4 !important;
    color: #2e6da4 !important;
    font-weight: bold !important;
    background-color: #f9f9f9 !important;
    border-style: double !important;
    margin-bottom: 5px;
}

.btn-outline-secondary-yes:hover {
        color: #388bd5 !important;
        border-color: snow !important;
        background-color: #fff !important;
        box-shadow: 0 0 0 0.2rem #388bd5;
}


.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #eee;
    border-radius: 4px;
}


body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #ececf2;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: -150%;
    margin-left: 70px;
}



body.loading {
    overflow: hidden;
}

    body.loading .modall {
        display: block;
    }


/* modificato per far vedere sempre lo scrool bar*/
html {
    overflow-y: scroll;
}

.modal-open { /* i problema che quando aprivo andava un po a sinistra */
    padding-right: 0px !important;
}




#divContainer .modal-dialog {
    width: 400px !important;
    margin: 30px auto !important;
}




.btn-lg {
    outline:none !important;
}
.btn {
    outline:none !important;
}

.close {
    outline: none !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    outline:none !important;
}




.dialogChat {
    /* position: initial; */
    bottom: -30%;
    /* left: 50%; */
    width: 400px;
}

.loaderSmallPan {
    /* border-radius: 0%; */
    /*border-color: rgb(162, 91, 91); */
    position: center;
    height: 200px;
    background: rgb(248, 248, 248) url(../images/LoadBig.gif) 50% 50% no-repeat;
}

.Onlyloader {
    border-color: #ccc;
    position: center;
    height: 100px;
    background: url(../Images/LoadBig.gif) 50% 50% no-repeat;
}

    #chatContent {
        height: 250px !important;
        overflow-y: auto !important;
        overflow: auto !important;
    }


    .imgClicable {
        vertical-align: middle;
        border-radius: 20px !important;
    }
        .imgClicable:hover {
            border-style: solid;
            border-color: #337ab7 !important;
            border-width: 3px;
            width: 30px;
            height: 30px;
            -webkit-animation: zoomOnOver 0.4s !important;
        }



.myBadge {
    /* display: inline-block; */
    /* min-width: 17px; */
    /* padding: 3px 3px; */
    /* font-size: 14px; */
    font-weight: 700;
    /* line-height: 1; */
    color: #f83a3a;
    /* background-color: #c0c0c0; */
    /* border-radius: 999px; */
}

.Mylabel {
    display: inline;
    padding: .1em .1em .1em;
    font-size: 65%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    /* text-align: center; */
    vertical-align: super;
    /* border-radius: .25em; */
}

.zooInfini {
    -webkit-animation: zoomOnOverNew 1s 5 !important;
}


@-webkit-keyframes zoomOnOverNew {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.04);
    }
}


.tooltip {
    font-size: 17px;
}










@-webkit-keyframes zoomOnOverNav {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.1);
    }
}


.mybtnO {
    padding: 2px 3px;
    font-size: 12px;
    line-height: 1.3;
    margin-top: -3px;
    border-radius: 5px;
    border-color: #ff6a00 !important;
    color: #ff6a00 !important;
    font-weight: bold !important;
    /* background-color: #f5f5f5 !important; */
}

    .mybtnO:hover {
    color: #ff6a00 !important;
    border-color: #ff6a00 !important;
    /* background-color: #d9edf7 !important; */
    box-shadow: 0 0 0 0.1rem #ff6a00;
}

    .mybtnR {
 padding: 3px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 5px;
        border-color: #cc0d0d !important;
        color: #cc0d0d !important;
        font-weight: bold !important;
        /* background-color: #f5f5f5 !important; */
    }

    .mybtnR:hover {
    color: #cc0d0d !important;
    border-color: #cc0d0d !important;
    /* background-color: #d9edf7 !important; */
    box-shadow: 0 0 0 0.1rem #cc0d0d;
}

        .Backlegend {
        background-color: #52f5d7;
        opacity: 0.9;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .myspace {
        padding-left: 5em;
    }


.mybtnG {
    font-size: 15px;
    line-height: 1.8;
    border-radius: 5px;
    border-color: #3c423d !important;
    color: #1460b1 !important;
    font-weight: bold !important;
    background-color: #eee !important;
}

    .mybtnG:hover {
        color: #1460b1 !important;
        border-color: #3c423d !important;
        box-shadow: 0 0 0 0.1rem #1460b1;
    }

.mybtnB {
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
    border-color: rgb(21, 156, 236) !important;
    color: rgb(21, 156, 236) !important;
    font-weight: bold !important;
    /* background-color: #f5f5f5 !important; */
}

    .mybtnB:hover {
        color: rgb(21, 156, 236) !important;
        border-color: rgb(21, 156, 236) !important;
        box-shadow: 0 0 0 0.1rem rgb(21, 156, 236);
    }


    .mybtn {
padding: 3px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
    border-color: #007ded !important;
    color: #1c82de !important;
    font-weight: bold !important;
    /* background-color: #f5f5f5 !important;*/
}

    .mybtn:hover {
    color: #1c82de !important;
    border-color: snow !important;
    /* background-color: #d9edf7 !important; */
    box-shadow: 0 0 0 0.2rem #388bd5e3;
}

/*
    .panel {
    margin-bottom: -9px !important;
    border-bottom-style: hidden !important;
    border-bottom-right-radius: unset !important;
    border-bottom-left-radius: unset !important;
    }
    */

.panel {
    margin-bottom: -9px !important;
    /* border-bottom-style: hidden !important; */
    /* border-bottom-right-radius: unset !important; */
    /* border-bottom-left-radius: unset !important; */
}

.btn-sm {
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.btn-outline-secondary {
    border-color: snow !important;
    color: #f8f9fa !important;
    font-weight: bold !important;
    background-color: #388bd5e3 !important;
}


    .btn-outline-secondary:hover {
        color: #fff !important;
        border-color: snow !important;
        background-color: #388bd5d1 !important;
        box-shadow: 0 0 0 0.2rem #388bd5e3;
    }


    .btn-outline-secondary:active {
        background-color: #338fe1  !important;
    }

    .btn-outline-secondary:focus {
        outline: none !important;
    }


    .modall {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../../images/default.gif') 50% 50% no-repeat;
    }

    body.loading {
    overflow: hidden;
    }
    body.loading .modall {
    display: block;
    }




.modal-dialog { /*dimensioni del dialogo popup*/
    width: 900px !important;
    margin: 30px auto !important;
    }

.loader {
    border-radius: 0% ;
    border-color: rgba(0, 0, 0, 0.21) ;
    border-style: inset ;
    position: center ;
    height: 100px ;
    background: rgb(220, 237, 255) url(../../images/default.gif) 50% 50% no-repeat ;
}


.loaderSingolNumber {
    height: 25px ;
    background:  #fff url(../../images/pdpdpddp.gif) 0% 50% no-repeat ;
}

.loaderSingolNumberVediSaldo {
    height: 25px ;
     background:  rgb(255,255, 255) url(../../images/pdpdpddp.gif) 0% 50% no-repeat ;
   
}


.loaderSingolNumberMail {
    height: 25px ;
    background: #eee url(../../images/pdpdpddp.gif) 0% 50% no-repeat ;
}


.loaderSingolNumberWhite {
    height: 25px;
    background: rgb(255, 255, 255) url(../../images/pdpdpddp.gif) 0% 50% no-repeat;
}

p {
    margin: 0 0 0px;
}


hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

body {
    font-family: sans-serif;
    font-size: 17px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}


.btn-primary:hover {
    color: #fff;
    background-color: #10497a;
    border-color: #204d74;
}

    .table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
        background-color: rgba(220, 237, 255, 0.6);
    }


    button.dt-button, div.dt-button, a.dt-button {
            border-color: #2e6da4 !important;
    color: #2e6da4 !important;
    font-weight: bold !important;
    background-color: #f9f9f9 !important;
    border-style: double !important;
        BORDER-RADIUS: 5PX;
        background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%) !important;
            
        /*
    margin-bottom: 16px;
    border: 1px solid #000000;
    border-radius: 7px;
    cursor: pointer;
    font-size: 0.7em;
    background-image: linear-gradient(to bottom, #fff 0%, rgb(206, 230, 255) 100%)
            */
}
        button.dt-button, div.dt-button, a.dt-button:hover {
    color: #388bd5 !important;
        border-color: snow !important;
        background-color: #fff !important;
        box-shadow: 0 0 0 0.2rem #388bd5;
        BORDER-RADIUS: 5PX;
        background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%) !important;
}




    .mynavbutt {
        outline:0 !important;
        padding: 13px 14px !important;
        color: #23527c !important;
        background-color: #cccfd2 !important;
        border: 1px solid white !important;
        cursor: pointer !important;
    }
    .mynavbutt:hover,
    .clicked {
    background-color: #2e6da4 !important;
    color: white !important;
}


.panel-body {
    background-color: #dcedff78;
    border-radius: 8px;
}

.avviso {
    border-radius: 0px;
    background-color: #ffffff !important;
}



.avvisoTop {
    background-color: #f0f0f0 !important;
}



.mio {
    background-color: aliceblue;
}

    .mio2 {
        background-color: white;
    }

        .pure-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
}

    .pure-button:hover {
        background-color: gray;
        color: white;
        outline: none;
    }

    .pure-button:active {
        background-color: gray;
        color: white;
        border: 1px solid transparent;
        border-color: white;
        outline: none;
    }


    .immobile{
    margin-bottom: 20px !important;
}



@-webkit-keyframes zoomOnOverNav_ {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.05);
    }
}


