
.page-row {
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
.page {
	min-height: 700px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
}
font.font-standard {
	font-family: Roboto;
	font-size: 12px;
}
div.title-bar {
	margin-top: 50px;
	margin-bottom: 100px;
}
font.title {
    font-family: Roboto;
    font-size: 30px;
    color: #cf662b;
    text-transform: uppercase;
}
select.form-control.input-sm {
    font-family: Roboto;
}

/* PULSANTE BACK */
button.btn-sm.btn-back {
	background-color: white;
	border: none;
}
font.font-back-btn {
	font-family: Roboto;
	font-size: 14px;
	color: #5c5c5c;
	font-weight: normal;
}
/* PULSANTE BACK */


/* CORPO DI CIASCUN TAB*/
.row-panel {
	margin: 10px;
	min-height: 550px;
}

/* RIGA LOCANDINA - DATI FILM */
.datifilm-box {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 100%;
	/*background-color: yellow;*/
}
.datifilm-locandina {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	/*background-color: red;*/
}
.locandina {
    width: 100%;
}
.datifilm-scheda {
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	/*background-color: green;*/
}
div.dati-film-row {
	font-family: Roboto;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	/*background-color: lime;*/
}
font.font-datifilm {
    font-family: Roboto;
    font-weight: bold;
    font-size: 16px;
    color: #5c5c5c;
}
font.text-primary {
	font-family: Roboto;
}
strong.font-datifilm {
    font-family: Roboto;
    color: #5c5c5c;
}
div.flag-film-row {
	margin-top: 330px;
	margin-left: 0px;
	padding: 2px 2px 2px 2px;
	/*background-color: purple;*/
}
@media (max-width: 767px) {                  
   .space {
      display: none;
   }
}
.icon_flag {
	margin-left: 5px;
	margin-right: 5px;
}


/* SCHEDA FILM: IMMAGINI E VIDEO */
.row-item {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	/*background-color: red;*/
}
.block-row-item {
	 border: 1px solid gray;
	 margin: 0px 0px 0px 0px;
	 padding: 5px 5px 5px 5px;
	 /*min-height: 280px;*/
	 /*background-color: yellow;*/
}
.row-description {
	min-height: 40px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: green;*/
}
font.font-imgvideo-description {
	font-family: Roboto;
    /*font-weight: normal;*/
    font-size: 12px;
    color: #5c5c5c;
}
.clips {
	position: relative;
    width: 100%;
    height: 250px;
	margin: 0px 0px 0px 0px;
}
.row-img {
	 margin: 5px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
	 /*background-color: lime;*/
}
.img {
	position: relative;
    width: 100%;
    height: 250px;
    margin: 0px 0px 0px 0px;
}
/* SCHEDA FILM: IMMAGINI E VIDEO */




/* SCHEDA FILM: SCHEDA TECNICA */
.list-group {
	border: 0px solid gray;
}
font.list-data-header {
	min-width: 25%;
}
font.font-schedatecnica {
	font-family: Roboto;
    font-weight: bold;
    font-size: 14px;
}
.btn-danger.btn-lg {
	border: none;
}

/* SCHEDA FILM: SCHEDA TECNICA */



/* SCHEDA FILM: DONWLOAD MATERIALE */ 
.row-materiale {
	margin-top: 15px;
	margin-bottom: 15px;
}

font.font-datifilm-materiale {
	font-family: Roboto;
	color: #5c5c5c;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.btn-download {
	border: none;
	background-color: white;
}

/* DOWNLOAD MATERIALE E DATI PACCHETTO */
select.form-control {
	height: 40px;
}

div.mat-title-bar {
	margin-top: 15px;
    margin-bottom: 15px;
   	padding-top: 15px;
   	padding-bottom: 15px;
}
font.mat-title {
    font-family: Roboto;
    font-size: 30px;
    color: #cf662b;
    text-transform: uppercase;
}
div.mat-subtitle-bar {
	margin-top: 10px;
    margin-bottom: 15px;
   	padding-top: 5px;
   	padding-bottom: 5px;
}
font.fixed-text {
	font-family: Roboto;
    font-size: 16px;
}
.list-group {
	border: 0px solid gray;
}
font.list-data-header {
	min-width: 25%;
}
font.list-text {
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
} 
font.pull-right {
    text-transform: capitalize;
    font-weight: bold;
}
font.text-primary.pull-left {
    text-transform: capitalize;
    font-weight: bold;
}

#btn-dl-css {
    background-image: url( '../res/icons/zip.png' );
   	background-repeat: no-repeat;
   	background-color: white;
   	border: none;
    height: 120px;  
    width: 100px;
}

/* DOWNLOAD MATERIALE E DATI PACCHETTO  */

/* PULSANTE DOWNLOAD SCHEDA TECNICA*/
.btn-schedatecnica {
	white-space: normal;
    max-width: 100%;
}



/* SCHEDA FILM: PROGRAMMAZIONE E CONTATTI */
.row-programmazioni {
	margin-top: 10px;
	padding-top: 20px;
	/*background-color: purple;*/
}
.section-programmazioni {
	display: inline-block;
    overflow: hidden;
    padding-top: 15px;
    width: 100%;
    /*background-color: red;*/
}
.row-select-cinema-prog {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	/*background-color: green;*/
}
.programmazioni-contatti-row {
	margin-top: 10px;
	margin-bottom: 20px;
	/*background-color: yellow;*/
}
font.fixed-text {
	font-family: Roboto;
    font-size: 16px;
}
button.btn-prog {
	background-color: transparent;
	border: 0px solid gray;
}
.table-body-contratti-prog {
	min-height: 50px;
	margin-bottom: 10px;
}
/* SCHEDA FILM: PROGRAMMAZIONE E CONTATTI */

font.font-button {
	font-family: Roboto;
	font-size: 14px;
}
/* PROGRAMMAZIONI: LISTA CONTATTI */
font.font-categoria-contatti {
	font-family: Roboto;
	font-size: 16px;
	color: #cf662b;
}
div.row-categoria-contatti {
	margin-top: 10px;
    margin-bottom: 10px;
}
div.table-contatti-row {
	margin-top: 5px;
	margin-bottom: 30px;
}
font.contattiprogrammazioni-text {
	font-family: Roboto;
	color: #5c5c5c;
    font-weight: bold;
    font-size: 14px;
}
div.no-contatti-row {
	margin-top: 75px;
    margin-bottom: 20px;
}
font.no-contact {
	font-family: Roboto;
	color: #5c5c5c;
    font-size: 16px;
    font-weight: bold;
}
/* PROGRAMMAZIONI: LISTA CONTATTI */


/* PROGRAMMAZIONI: MAPPA */
#map {
  width: 100%;
  height: 800px;
}
.map-row {
	margin-top: 10px;
	margin-bottom: 15px;
}
div.row-programmazioni-map {
	margin-bottom: 30px;
}
div.row-select-zona-prog {
	padding-top: 20px;
	padding-bottom: 20px;
	/*background-color: green;*/
}
div.programmazioni-subtitle-bar {
	margin-top: 10px;
    margin-bottom: 15px;
   	padding-top: 5px;
   	padding-bottom: 5px;
   	/*background-color: red;*/
}
font.programmazioni-subtitle {
    font-family: Roboto;
    font-size: 24px;
    color: #cf662b;
    text-transform: uppercase;
}
/* PROGRAMMAZIONI: LISTA CONTATTI */


