@charset "utf-8";

/* CSS Document */
:root{
    --main-color: #ee6c4d;
    --color-dark: #1d2231;
    --text-grey:  #8390a2;
    --bt-success:  #293241;
    --bt-succolor: #fff;
    --msgbg:      #f8d3e1;
    --msgco:      #d68910;
    --bottoni:    #293241;
    touch-action: pan-x pan-y;
            height:100%; 
}

h1,h2,h3,h4,h5{
    font-family: 'AmericanTypewriter';-webkit-font-smoothing: antialiased;text-rendering: optimizelegibility;
}

.unico {
    margin: 20px auto 10px auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 0px 10px var(--bt-success);
    box-shadow: 0 0px 10px rgba(0, 0, 0, .2);
}

.base {
    margin: 20px auto 10px auto;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 var(--bt-success);;
}

.baserow{
    padding-right: 15px;
    padding-left: 15px;
}

.irow {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 5px;
}

.fondo{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    padding: 5px;
    height: 30px;
    background-color: var(--main-color);
    color: var(--bt-succolor);
}

.piep{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: right;
    font-size: 20px;
    padding: 3px;
    height: 32px;
    background-color: var(--main-color);
    color: var(--bt-succolor);
}

.piep-blk{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: right;
    font-size: 20px;
    padding: 3px;
    height: 32px;
    background-color:var(--main-color);
    color: #fff;
}
.fond1{
    background-color: var(--main-color);
    width: 100%;
}
.fondo2{
    margin: 10px;
    background-color: var(--main-color);
    text-align: center;
    font-weight: bolder;
    color: #fff;
}

.mypanel{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    background-color: #f8f3ed;
    box-shadow: 0 4px 8px 0 var(--bt-success);
}
.mypanel-rev{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    background-color: #f8f3ed;
    box-shadow: 0 4px 8px 0 var(--bt-success);
}

.mypanel-user{
    text-align: right;
    color:var(--main-color);    
    padding-right: 15px;

}

.mypanel-int{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    color:#fff;
    text-align: center;
    background-color: var(--main-color);
    box-shadow: 0 4px 8px 0 var(--bt-success);
}

.mypanel-head{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    color:#fff;
    font-size: 20px;
    background-color: var(--bt-success);
    box-shadow: 0 4px 8px 0 rgb(0, 0, 0,0.2);
}
.mypanel-head-r{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px;
    height: 40px;
    text-align: right;
    margin-right: auto;
    margin-left: auto;
    color:#fff;
    font-size: 15px;
    background-color:  var(--bt-success);
    box-shadow: 0 4px 8px 0 rgb(0, 0, 0,0.2);
}

.mypanel-home{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    color:#fff;
    font-size: 15px;
    background-color: var(--bt-success);
    box-shadow: 0 4px 8px 0 rgb(0, 0, 0,0.2);
}
.mypanel-piep{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    color:#fff;
    font-size: 20px;
    background-color:var(--bt-success);
    box-shadow: 0 4px 8px 0 rgb(0, 0, 0,0.2);
}
.mypanel-piep-r{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 15px;
    text-align: right;
    margin-right: auto;
    margin-left: auto;
    color:#fff;
    font-size: 20px;
    background-color: #000;
    box-shadow: 0 4px 8px 0 rgb(0, 0, 0,0.2);
}
.mypanel-piep-r-beige{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 15px;
    text-align: right;
    margin-right: auto;
    margin-left: auto;
    color:#fff;
    font-size: 20px;
    background-color: #d4b691;
    box-shadow: 0 4px 8px 0 rgb(0, 0, 0,0.2);
}
#tbshort{
    width: 100%;
    height: 600px;
    overflow-y: auto;
}
#tb0,#tb1{
    width: 50%;
    height: 400px;
    overflow-y: auto;
}
.mybt-small{
    background: var(--bottoni);
    color:white;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    border:none;
    height: 35px;
    width: 100%;
    text-decoration:none;
    margin-bottom: 10px;  
  
  }


  .mybt-small-bk{
    background: var(--bottoni);
    color:white;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    border:none;
    height: 35px;
    width: 100%;
    text-decoration:none;
    margin-bottom: 10px;  
  }
  .mybt-small-bk-short{
    background: var(--bottoni);
    color:white;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    border:none;
    height: 35px;
    text-decoration:none;
    margin-bottom: 10px;  
  }

  .mybt-sm-bk{
    background: var(--bottoni);
    color:white;
    text-align: center;
    border:none;
    text-decoration:none;
    margin-bottom: 10px;  
  }

.mybt{
    background: var(--bottoni);
    color:white;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    border:none;
    height: 50px;
    width: 100%;
    text-decoration:none;  
  
  }
  .mybt:hover{
    background: var(--bottoni);
    color:#000;
  }
  .mybt:active{
    background: var(--bottoni);
    color:white;
    outline: none;
  }
  
  .mybt-black{
    background: var(--bottoni);
    color:white;
    font-size: 20px;
    text-align: center;
    border:none;
    height: 50px;
    width: 50%;
    text-decoration:none;
    border-radius: 5px;  
  }
  .mybt-black-sm{
    background: var(--bottoni);
    color:white;
    font-size: 15px;
    text-align: center;
    border:none;
    height: 32px;
    width: 100%;
    text-decoration:none;
    border-radius: 5px;  
  }
  .mybt-black-lg{
    background: var(--bottoni);
    color:white;
    font-size: 20px;
    text-align: center;
    border:none;
    height: 50px;
    width: 100%;
    text-decoration:none;
    border-radius: 5px;  
  }
  .mybt-pag{
  
    background: var(--bt-success) !important;
    color: var(--bt-succolor)!important;
    border-color: var(--bt-success) !important;
    
  }
.contenitore{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.glyphicon-dashb {
    font-size: 30px;
}

.glyphicon-show{
    font-size: 20px;

}

.oneRow{
    display: flex;
    grid-gap: 4px;
    padding: 10px;
    flex-direction: row;
   
}

.itm1OneRow{
    align-self: flex-start;
}
.itm2OneRow{
    align-self: center;
}
.itm3OneRow{
    align-self: flex-end;
}
.itm1OneRow>select{
    width: 100%;
}
.itm3OneRow>select{
    width: 100%;
}

.grid{
    display:grid;
    grid-gap: 4px;
    height: 140px;
    background-color: var(--bt-success);
    margin-bottom: 20px;
    border-radius: 10px;
    border: 174563;
    box-shadow: 0 4px 8px 0 rgb(0, 0, 0,0.2);
    grid-template-areas: 'image'
                         'text'
                         'text1';
    cursor: pointer;
  }

 .grid a:hover{
      color: var(--main-color);
}

.itm1 {grid-area: image;color:var(--bt-succolor);text-align: center;}
.itm2 {grid-area: text;text-align:center;color:var(--bt-succolor) ;font-size: 30px;}
.itm3 {grid-area: text1;text-align: center;color:var(--bt-succolor);font-size: 20px;}

.grid:hover{
    background-color:var(--bt-success);
}
.nodec{
    color: #fff;
}

.al{
    text-decoration: none;
    color: transparent;
    height: 100%;
}
/*.itm2:hover{
    color: #fff;
}*/

.mymodalpanel{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    color:#fff;
    font-size: 20px;
    background-color: var(--main-color);
    box-shadow: 0 4px 8px 0 rgb(0, 0, 0,0.2);
    text-align: center;
}
.modal-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
   
    /* spacing as needed */
    z-index: 1010;
    /* let it scroll */
   
    
  }
  .modal-box-e {
    z-index: 1000;
    position: fixed;
    top: 20%;
    left: 20%;
    width: 70%;
    height: 20%;
    background-color: #fff;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2);
}
.modal-box-e >.bodyContent{
    width: 100%;
    text-align: center;
    display: table;
    height: 60%;
}
.modal-box-e > .bodyContent > .sms{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.8rem;
}
.comandi {
    display: flex;
    justify-content: right;
    height: 20%;
    margin-right: 10px;
}
.comandi>button{
    align-items: right;
    width: 80px;
    height: 34px;
    margin-left: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.uploader {
    opacity: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.opac50{
    opacity: 0.5;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #efe4d6;
    background-color: var(--main-color)
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    color:var(--bt-succolor);
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: var(--color-dark);
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: var(--bt-success);
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }

  .p-mini{
      font-size: x-small;
  }

@media (min-width: 800px) {
    .login {
        width: 500px;
    }
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.unico .row {
    margin-left: 0px;
    margin-right: 0px;
}

.unicobody {
    background: #fff;
    border-left: 1px solid #e1e1e1;
    padding: 5px 0px;
}



.unicoleft {
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}

.utente {
    color: #000 !important;
    font-weight: 700;
    padding: 2px 10px;
}

.menu {
    background: none;
    margin: 0px -15px 0px -15px !important;
    border: none;
    min-height: inherit;
}

.menu ul {
    margin: 0px;
    padding: 0px;
}

.menu li a {
    padding: 2px 10px;
    border-left: 1px solid #fff;
    color: var(--main-color) !important;
}

.menu li a:hover {
    color: var(--main-color) !important;
}

.menutop {
    background: none;
    margin: 5px -15px 5px -15px !important;
    border: none;
}

.menutop li a {
    color: #efe4d6;
    border-bottom: 4px solid #f9f9f9;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 10px;
}

.menutop li a:hover {
    color: var(--main-color) !important;
    border-bottom: 4px solid var(--main-color);
}

.menutop li a.function {
    color: var(--main-color);
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 10px;
}

.menutop li button.function {
    color: #ec0928;
    font-weight: 700;
    /*text-transform:uppercase;*/
    padding: 15px 10px;
    background: none;
    border: none;
}

.menutop li button.function.disable {
    color: #BBB !important;
    cursor: not-allowed !important;
}

.menutop li .dropdown-menu a {
    text-transform: none !important;
    padding: 5px 10px !important;
    z-index: 1002 !important;
}

.dropdown-menu li a {
    color: var(--main-color) !important;
}
.dropdown-menu li a span {
    color: var(--main-color) !important;
}

.dropdown-menu li a:hover span {
    color: #004691 !important;
}

.dropdown-menu {
    border: none;
    background: #fff;
}

.open>a {
    border-bottom: 4px solid #004691 !important;
}

.bottom {
    background: var(--bt-success);
    color: #FFF;
    padding: 10px;
}

.panel {
    border-radius: 10px;
    margin: 0px -10px 10px -10px;
}

.panel-default>.panel-heading {
    border-radius: 10px 10px 0px 0px;
    border: none;
    color: #666;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.panel-articoli>.panel-heading .glyphicon {
    border-radius: 10px 10px 0px 0px;
    border: none;
    color: #666;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
}
.panel-body-articoli>.panel-body {
    padding: 10px;
}

.panel-heading.mezzo {
    border-radius: 0px 0px 0px 0px;
    border-top: 1px solid #DDD;
}

.panel-heading.rigapanel {
    border-radius: 0px 0px 0px 0px;
    border-top: 1px solid #DDD;
    padding: 0px;
}


/* PANEL PERSONALIZZATI*/



/* .panel-digital>.panel-heading {
    background: #63bc1b;
    color: #FFF;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.panel-digital2 {
    border-color: #8c5912;
}

.panel-digital2>.panel-heading {
    background: #8c5912;
    color: #FFF;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
} */


/* FINE PERSONALIZZATI */

.texticon {
    font-weight: 700;
    color: #666666;
    padding: 5px 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.prezzi {
    font-weight: 700;
    color: #6699ff;
    padding: 5px 0px;
    text-align: right;
}

/* .btrosso {
    color: #FFFFFF !important;
    border: 1px solid #ec0928;
    background: #ec0928 !important;
}

.btrosso:hover {
    color: #FFFFFF !important;
    border: 1px solid #004691;
    background: #004691 !important;
} */

.riga {
    border-top: 1px solid #DDD;
    margin-top: 10px;
}

.onair {
    background: #F00;
    color: #FFF;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
    display: inline-block;
}



.grigio td {
    background: #f5f5f5 !important;
}

.disabilitato {
    color: #BBB !important;
    cursor: not-allowed !important;
}

.btn-default {
    background: -webkit-linear-gradient(top, #FFFFFF, #F5F5F5);
    background: -o-linear-gradient(top, #FFFFFF, #F5F5F5);
    background: -moz-linear-gradient(top, #FFFFFF, #F5F5F5);
    background: linear-gradient(top, #FFFFFF, #F5F5F5);
    background: -ms-linear-gradient(top, #FFFFFF, #F5F5F5);
    color: #666;
}

.btn-default:hover {
    border-color: #004691;
    color: #004691;
}

.btn-default.vedi {
    color: #758696;
    background-color: #fff;
    border-color: #758696;
    border-radius: 15px;
}

.btn-default.vedi:hover {
    color: #004691 !important;
    background: #97f2d6 !important;
    border-color: #97f2d6 !important;
}

.panel-heading span {
    color: #004691;
    text-transform: lowercase;
}

.playlist .list-group-item {
    padding: 5px 10px !important;
    font-weight: 600;
    color: #666666;
}

.green {
    color: #090;
}

.red {
    color: #F00;
}

.yellow {
    color: #FC0;
}

.nav-tabs {
    margin: 0px 10px;
}

.nav-tabs>li>a {
    background: #EFEFEF;
    border: 1px solid #DDDDDD;
    color: #999999;
    font-weight: 600;
}

.nav-tabs>li:hover>a {
    background: #D4D4D4;
    color: #FFFFFF;
}

.tab-content {
    background: #FFF;
    margin: 0px 10px 10px 10px;
    border: 1px solid #DDD;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
    padding: 10px 0px 0px 0px;
}

.txtRicercaNome {
    width: 100% !important;
}

.profilo strong {
    color: #004691;
}

.profilo div {
    padding: 5px 2px;
}



.modal-header {
    background: #d4d4d4;
    border-radius: 6px 6px 0px 0px;
    border: none;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #004691;
    font-weight: 700;
    
}



span.articoli {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #004691;
    font-weight: 700;
    text-transform: uppercase;
}
hr.articoli {
    margin-top: 5px;
    margin-bottom: 0px;
} 



.Loyalty {
    font-size: 12px;
    text-transform: none !important;
}

.dropdown-menu {
    z-index: 1002;
}


.disable {
    color: #BBB !important;
    cursor: not-allowed !important;
}
.resp-image{
    padding: 2px;
    object-fit: contain;
    width: 140px;
    height: 140px;
    border-radius: 10px;
}
.resp-image-td{
    padding: 2px;
    object-fit: contain;
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

.plucassa{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 1rem;
    margin: 0.5rem;
    height: 70vh; 
    overflow-y: auto;
    
}
.plucassa-c{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 1rem;
    margin: 0.5rem;
    
}

.plucassa-single{
    position: relative;
    display: grid;
    background: var(--bt-succolor);
    padding: 5px;
    border-radius: 2px;
    box-shadow: 0 4px 8px 0 rgb(0, 0, 0,0.2);
    
    grid-template-areas: 
    'image'
    'text';
    cursor: pointer;
}
.plucassa-single:hover{
    border: solid var(--main-color);
}
.plucassa-single:active{
    border: solid var(--color-dark);

}


.itmg1 {grid-area: image;align-items: center;cursor: pointer;}
.itmg2 {grid-area: text;text-align: center;font-size:1.6rem;height: auto;text-decoration: none;}
.itmg3 {position: absolute;top:5px;font-size:1.2rem;right: 8px;width: 35px; height: 35px;text-align:center;background-color: var(--bt-success);color: var(--bt-succolor);border-radius: 50px;}
.itmg1 > img{
    padding: 2px;
    object-fit: scale-down;
    width: 100%;
    height: 170px;
    border-radius: 10px;
  }
  .itmg2>h5{
    font-size: 1.8rem;
    font-weight: bold;
  }

.item1 {grid-area: image;align-items: center;cursor: pointer;}
.item2 {grid-area: text;text-align: center;font-size:1.2rem;height: 60px;text-decoration: none;background-color: var(--bt-success);color: var(--bt-succolor);}
.item3 {position: absolute;top:10px;right: 10px;width: 20px; height: 20px;}
.item1 > a >img{
    padding: 2px;
    object-fit: scale-down;
    width: 100%;
    height: 170px;
    border-radius: 10px;
  }
.item1 > video{
    padding: 2px;
    object-fit: contain;
    width: 100%;
    height: 170px;
    border-radius: 10px;
  }

  .pagine{
    text-align: right;
  }


@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}

.white {
    color: white;
}

.logoBarra {
    height: 50px;
    margin: 8px;
}

.grigioTab {
    background-color: #b9b9b9!important;
    color: #525252!important;
}


/*input[type=checkbox]*/


a.accordionLink {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #004691;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}



.align-r{
    text-align: right;
}
.align-c{
    text-align: center;
}
.align-l{
    text-align: left;
}

.frm {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid gray;
}
.frm:focus{
    background: #ffff00;
}
.lbl{
    font-size: 12px;
}

.float-container {
    margin: 10px auto 0px auto;
    background: transparent;
    padding: 0 8px;
    position: relative;
    
  }
   .float-container input {
    border-top: none;
    font-size: 14px;
    outline: 0;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  .float-container input:hover {
    background-color: #efe4d6;
  }
  .float-container input[type=file] {
    display: none;
  }


/*   input[type="file"]::file-selector-button {
    border: 2px solid var(--bt-success);
    padding: 0.2em 0.4em;
    border-radius: 0.2em;
    background-color: var(--bt-success);
    transition: 1s;
    clear: both;
  }
  input[type="file"]::file-selector-button:hover {
    background-color: var(--bt-success);
  
  } */
  

  .float-container select {
    display: block;
    width: 100%;
    height: 34px;
    padding-top: 12px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  .float-container select:hover {
    background-color: #efe4d6;
  }

  
  .labeli {
    padding-left: 2px;
    font-size: 10px;
    color:gray;
    position: absolute;
  }
  .spazioSotto{
      margin-bottom: 10px;
  }
  .spazioSopra{
    margin-top: 10px;
  }

 .pag-color li{
     background: #004691;
     color: white;
 }
  
 .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-bottom: 16px solid blue;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s 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); }
  }

.table{
    border-collapse: collapse;
    width: 100%;
}
tr:hover{
    background-color: #2e558f;
    color: #fff;
}
tr{
    margin:15px;
}

.row-th{
    background-color: var(--bt-success);
    text-align: left;
    margin-top: 10px;
    color:var(--bt-succolor);
}
.row-th-rl{
    border-top-left-radius:10px ;
    background-color: var(--bt-success);
    text-align: left;
    margin-top: 10px;
    color:var(--bt-succolor);
}
.row-th-rr{
    border-top-right-radius:10px ;
    background-color: var(--bt-success);
    text-align: left;
    margin-top: 10px;
    color:var(--bt-succolor);
}

.row-th-r{
    text-align: right;
}
.row-th-c{
    text-align: center;
}

.row-tr-sel{
    background-color:  #efe4d6;
}

.center {
    margin-left: auto;
    margin-right: auto;
    
}
.tbBor{
    border: 1px solid #d4b691;
    border-collapse: collapse;
    text-align: center;
    width: 40px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
    appearance: textfield;
  }


  .cols-md-12 {
    grid-column: span 12
  }

  .cols-md-11 {
    grid-column: span 11;
  }

  .cols-md-10 {
    grid-column: span 10
  }

  .cols-md-9 {
    grid-column: span 9
  }

  .cols-md-8 {
    grid-column: span 8
  }

  .cols-md-7 {
    grid-column: span 7
  }

  .cols-md-6 {
    grid-column: span 6
  }

  .cols-md-5 {
    grid-column: span 5
  }

  .cols-md-4 {
    grid-column: span 4
  }

  .cols-md-3 {
    grid-column: span 3
  }

  .cols-md-2 {
    grid-column: span 2
  }

  .cols-md-1 {
    grid-column: span 1
  }

  /* Note: Design for a width of 1514 */
  @media only screen and (max-width:1514px) {
    .plucassa-c{
        display: grid;
        grid-template-columns: repeat(5,1fr);
    }

  }
  @media only screen and (max-width: 1024px) {
    .plucassa-c{
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }
}
@media only screen and (max-width: 865px) {
    .plucassa-c{
        display: grid;
        grid-template-columns: repeat(3,1fr);
    }
}
@media only screen and (max-width: 703px) {
    .plucassa-c{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
}

@media only screen and (max-width: 544px) {
    .plucassa-c{
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
}

  
@media only screen and (max-width: 514px) {
    td.col4{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
        
    } 
    th.col4{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
    }   
    td.col5{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
    } 
    th.col5{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
    }    
    td.col6{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
    } 
    th.col6{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
    } 
}










/*my modal*/
.modal-dg{
    display: none;
    position: fixed;
    left:0px;
    z-index: 1;
    top:10%;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); /* <-- this is the culprit */

}
.modal-dg-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    overflow-y: auto;
  }


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 25%;
    top: 25%;
    width: 50%; /* Full width */
    height: 50%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: var(--main-color);
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .close-white {
    border:var(--main-color);
    background-color: var(--bottoni);  
    color: #fff;
    float: right;
    font-size: 18px;
    font-weight: bold;
    border-top-right-radius: 10px;
  }
  
  .close:hover,
  .close:focus{
    border:#d4b691;
    color: #d4b691;
    text-decoration: none;
    cursor: pointer;
  }
  .close-white:hover,
  .close-white:focus {
    border:#d4b691;
    text-decoration: none;
    cursor: pointer;
  }

  
/*inizio dlg per loading*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 25%;
    top: 25%;
    width: 50%; /* Full width */
    height: 50%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  


  /*For Loading waiting..*/
#dlgContent{
    background-color: transparent;
    width: 200px;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid var(--main-color);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s 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); }
  }

/* fine dlg per loading*/


  /* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff; 
    border-radius: 8px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(218, 211, 211); 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--msgbg);
  }