﻿@charset "utf-8";
/* CSS Document */

.modal-dialog .riepilogo_tabella {
    border:none;
	padding:0px;
    margin-bottom: 0px;
	margin-top: 30px;
}


.modal-dialog  h1 {

font-weight: 600;
	font-family: 'Raleway', sans-serif;
}


.modal-dialog table.table_responsive {
margin:20px 0px;
}


.modal-dialog  .table_responsive input[type="text"] {
margin:20px 0px;
    pointer-events: none;
}



.modal-dialog .btn.btn-big {
  font-size: 15px;
  padding: 15px 20px;
  min-width: 100px;
}

.modal-dialog .btn-close {
    color: black;
    font-size: 40px;
    text-decoration: none;
    position: absolute;
    right: 20px;
    top: 10px;
}
.modal-dialog .btn-close:hover {
  color: #909090;
}

.modal:before {
  content: "";
 display: none;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1 ;
}

.modal-dialog .riepilogo_tabella .tableresponsive td:nth-child(3) {
/* width: 250px;*/   
}


.modal:target:before {
  -webkit-transition: -webkit-transform 0.9s ease-out;
  -moz-transition: -moz-transform 0.9s ease-out;
  -o-transition: -o-transform 0.9s ease-out;
  transition: transform 0.9s ease-out;
  z-index:9999999;
  background: rgba(0, 0, 0, 0.6);
  display: block;
}

.modal:target + .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 10%;
}


.modal-body .field_module  {

}

.modal-body .label_module {
    padding-top: 10px;
}

.modal-body .testo_accessori.nero,
.modal-body .testo_accessori {
    width: 100%;
    height: auto;
    min-height: auto;
}
.modal-body .accessori_img,
.modal-body .testo_accessori {
    width: 50%;
    max-width: inherit;
}

.accessori {
    border-bottom: none;
}
.modal-body .accessori_img img {
    max-width: 100%;
    max-height: inherit;
}

.modal-dialog {
	    z-index:99999999;
	    max-height: 83%;
        min-height:40%;
    overflow-y: auto;
    background: #fff;
    position: fixed;
    left: 10%;
    top: -100%;
    width: 80%;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
   
	
	
	
}

.modal-body {
    padding: 30px;
    text-align: left !important;
    padding-top: 0px;
}

.modal-body .btn {
    float: right;
    margin-bottom: 0px;
	    text-align: center;
}

.modal-header {
  padding: 30px;
}


.modal-footer {
    padding: 30px 10px;
}
.accessori_h1 {
    color: #ae9c8a !important;
    font-size: 22px !important;
    margin: 0px !important;
}
.modal-header {

}
.modal-header h2 {
  font-size: 20px;
}

.modal-footer {
  border-top: #eee solid 1px;
  text-align: right;
}


.riservata .articolo .modal-dialog h1 {
    font-size:30px;
    margin-bottom: 0px;
	    padding: 0px 20px;
}

.riservata .articolo .modal-dialog h2 {
    font-size: 24px;
    margin-bottom: 5px;
	margin-top: 20px;
}

.riservata .articolo .modal-dialog p {
    margin-bottom: 3px;
}



@media (max-width:768px) { 
.modal-dialog {
    left: 10%;
    width: 80%;
	}

.modal-dialog  .riepilogo_tabella .tableresponsive td:nth-child(5) {
    max-height: inherit
}


	}



@media (max-width:500px) { 
.modal-body .accessori_img, .modal-body .testo_accessori {
    width: 100%;
    max-width: inherit;
}
}