﻿

/* Create two equal columns that floats next to each other */
.columnFeed {
    float: left;
    width: 50%;
    padding: 40px;
}

.left {
    width: 60%;
}

.right {
    width: 40%;
}

.flex-header-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.logoCentroFeedback {
  
    object-fit: contain;
    height: 10px,
}


h1 {
        font-family: 'Lobster', cursive;
        font-size: 50px;
        color: #91268f;
      }

h2 {
        font-family: 'Lobster', cursive;
        font-size: 30px;
        color: #91268f;
      }

h3 {
        font-family: 'Lobster', cursive;
        font-size: 18px;
        color: #91268f;
      }

.grid-containerLogo {
    width: 100%;
    height: 30%;
    margin: 10 auto;
    background-color: #ffffff;
    border-style: solid;
    border-color: #D3D3D3;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-left-color: transparent;
    border-right-color: transparent;
    padding:10px;
    
}


.grid-container-Media {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-color: #DD6605;
    border-style: solid;
    border-color: #DD6605;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 2px;
    border-left-color: transparent;
    border-right-color: transparent;
    display: flex;
    vertical-align: central;
    object-fit: contain;
}

.testo-valore-Media {
    height: 100%;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    line-height: 80px;
}

.testo-recensioni {
    margin: auto;
    color: #3FA9F5;
    display: inline-block;
    align-content: center;
    vertical-align: top;
    font-size: 15px
}

.image_recensioni_verificate {
    align-content: center;
    object-fit: cover;
    border: 1px solid #000000;
    border-radius: 3px;
    width:500px;
    height:500px;
}

.grid-containerValutazione {
    width: 40%;
    height: auto;
    margin: 50px auto;
    background-color: #ffffff;
    border-style:solid;
    border-color: #90278e;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-width: 1px;
}


.grid-containerLogoRecensioniVerificate {
    width: 100%;
    height: Auto;
    margin: 0 auto;
    background-color: #ffffff;
    border-style: solid;
    border-color: #D3D3D3;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}


.fixed-piu-filtri {
    -ms-flex: 0 0 150px !important;
    flex: 0 0 150px !important;
}

[class*="col-"] {
    float: left;
    padding: 5px;
}

[class*="colsm-"] {
    float: left;
    padding: 5px;
}

.row{
    /*border-bottom:1px solid #eeeeee;*/
}

.row-alt {
    background-color: rgba(145, 38, 143, 0.11);
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

.colsm-0e5{width: 4.16%;}
.colsm-1 {width: 8.33%;}
.colsm-1e5{width: 12.50%}
.colsm-2 {width: 16.66%;}
.colsm-3 {width: 25%;}
.colsm-4 {width: 33.33%;}
.colsm-5 {width: 41.66%;}
.colsm-6 {width: 50%;}
.colsm-7 {width: 58.33%;}
.colsm-8 {width: 66.66%;}
.colsm-9 {width: 75%;}
.colsm-10 {width: 83.33%;}
.colsm-11 {width: 91.66%;}
.colsm-12 {width: 100%;}

.footerfisso {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 0.8rem;
    text-align: center;
    background-color:#90278e; 
    position: fixed;
    bottom: 0px;
    height: 50px;
    width: 100%;
    padding: 10px 0;
}


.colname{
    display:block;
    width:25%;
    float:left;
    background-color: #90278e;
    text-align:right;
    padding-right:5px;
    color: #ffffff;
}

.rowhead{
    display:none;
    background-color: #90278e;
    color: #ffffff;
    border-top: none;
    border-right: none;
    border-left: none;
    margin-top: none;
    
}

.bottom-border{
    border-bottom:1px solid #eeeeee;
}

.rowactive{
    position: relative;
    display:none;
    background-color: rgba(145, 38, 143, 0.84);
    color: white;
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

.rowactive:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    display: block;
    width: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    border-width: 13px;
    border-color: #fff #fff transparent transparent;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.rowdetails{
    display: none;
    clear:both;
}

.paddetails{
}

.details{
    position: relative;
    color: #1d1c1d;
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
    border-bottom: 1px dashed #212121;
    border-left: 1px dashed #212121;
}

.filter-container{
    text-align:center;
    margin-bottom: 5px;
}

.pager-container{
    text-align:center;
    margin-bottom:15px;
}

.pager-link{
    display:inline-block;
    padding:10px;
    min-width: 40px;
    text-align: center;
    border:1px solid #91268f;
    text-decoration: none;
    color: #91268f;
}

.pager-link:hover{
    background-color:#91268f;
    color:#ffffff;
}

.current-pager-link{
    display:inline-block;
    padding:10px;
    min-width: 40px;
    text-align: center;
    background-color:#91268f;
    color:#ffffff;
    text-decoration: none;
    border:1px solid #91268f;
}

.sort-container{
    float: left;
    width: 100%;
    padding: 5px;
}

.sort-link{
    text-decoration:none;
    color:#ffffff;
}

.txtNota{
    width:100%;
    width: 100%;
    border: none;
    padding: 5px;
}

.text-hide{
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-hide:hover span{
    z-index: 1;
    display: inline-block;
    background-color: rgb(228, 227, 227);
    position: absolute;
    padding: 4px;
    box-shadow: 0 0 2px black;
}

.text-legenda{
    font-size:11px;
}

.open-note{
    cursor:pointer;
}

.button-note{
    text-align:center;
}

.pnlResInsNota{
    display:none;
    padding:13px;
}

.txtResInsNota{
    font-weight: bold;
    padding: 15px 0;
    display: inline-block;
    font-size: 19px;
}

.ResInsError{

}

.ResInsSuccess{

}

.lstDetNote{
    list-style-type: none;
}

.lstDetNote li{
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eeeeee;
}

@media only screen and (min-width: 800px) {
    /*For tables*/
    .col-0e5 {width: 4.16%; }
    .col-1   {width: 8.33%; }
    .col-1e5 {width: 12.50%;}
    .col-2   {width: 16.66%;}
    .col-3   {width: 25%;   }
    .col-4   {width: 33.33%;}
    .col-5   {width: 41.66%;}
    .col-6   {width: 50%;   }
    .col-7   {width: 58.33%;}
    .col-8   {width: 66.66%;}
    .col-9   {width: 75%;   }
    .col-10  {width: 83.33%;}
    .col-11  {width: 91.66%;}
    .col-12  {width: 100%;  }
    
    .footerfisso {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #ffffff;
		font-size: 0.8rem;
		text-align: center;
		background-color:#90278e; 
		position: fixed;
		bottom: 20px;
		height: 30px;
		width: 100%;  
    }

    .rowhead{
        display:block;
    }

    .colname{
        display:none;
    }

    .filter-container {
        text-align: left;
    }

    .pager-container{
        text-align:left;
    }

    .sort-container{
        display:none;
    }

    .paddetails{
        border-top: 1px dashed #212121
    }

    .nota{
        margin: 0 auto;
        width: 50%;
        float: left;
        padding: 10px 25px;
    }

    .button-note{
        float: left;
        width: 50%;
    }

    .txtResInsNota{
        padding:0;
    }

}

@media only screen and (min-width: 769px) {
    /*For desktop*/
    .col-0e5{width: 15%; font-size: 18px;}
    .col-1 {width: 8.33%;}
    .col-1e5{width: 25%; font-size: 18px;}
    .col-2 {width: 20%; font-size: 18px;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 35%; font-size: 18px;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
   
     
    

    .footerfisso {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 0.8rem;
    text-align: center;
    background-color:#90278e; 
    position: fixed;
    bottom: 0px;
    height: 30px;
    width: 100%;
    padding: 10px 0;
    
    
    
}

    .row-flex{
        /*border-bottom:1px solid #eeeeee;*/
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
    }

    .flex-g1{
        flex-grow:1;
    }

    .rowhead{
        /*display:block;*/
    }

    .rowdetails{
        flex: 0 0 100%;
    }

    .colname{
        display:none;
    }

    .filter-container {
        text-align: left;
    }

    .pager-container{
        text-align:left;
    }

    .sort-container{
        display:none;
    }

    .paddetails{
        border-top: 1px dashed #212121
    }

    .nota{
        margin: 0 auto;
        width: 50%;
        float: left;
        padding: 10px 25px;
    }

    .button-note{
        float: left;
        width: 50%;
    }

    .txtResInsNota{
        padding:0;
    }

}

@media (max-width: 800px) {
    .grid-containerValutazione {
        width: auto;
        height: auto;
        margin: 50px auto;
        background-color: #ffffff;
        border-style: solid;
        border-color: #90278e;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-width: 1px;
    }

    .image_recensioni_verificate {
        align-content: center;
        object-fit: cover;
        border: 1px solid #000000;
        border-radius: 3px;
        width: 300px;
        height: 300px;
    }

    .grid-container-Media {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        background-color: #DD6605;
        border-style: solid;
        border-color: #DD6605;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 30px;
        border-top-left-radius: 30px;
        border-top-right-radius: 2px;
        border-left-color: transparent;
        border-right-color: transparent;
        display: flex;
        vertical-align: central;
        object-fit: contain;
    }

    .testo-valore-Media {
        height: 100%;
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        vertical-align: middle;
        margin: auto;
        line-height: 80px;
    }

    .testo-recensioni {
        margin: auto;
        color: #3FA9F5;
        display: inline-block;
        align-content: center;
        vertical-align: top;
        font-size: 13px
    }
}