/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

/* Font
------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'Havelock Titling';
    src: url('../font/havelock-titling-regular.eot');
    src: local('Havelock Titling'), url('../font/havelock-titling-regular.otf') format('truetype');
}
@font-face {
    font-family: 'Havelock Titling';
    src: url(../font/havelock-titling-regular.woff);
}
/* ---------------------------------------------------------------------------------------------- */



/* General
------------------------------------------------------------------------------------------------- */
body {
   background-image: url('../Images/Background.png');
   background-size: cover;
   color: #fff;
   font-family: "Montserrat", sans-serif;
   font-size: 18px;
   line-height: 30px;
}

.btn.btn-primary {
    color: #fff;
    background-color: #55AF36;
    font-family: "Havelock Titling";
    padding: 15px 70px;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 18px;
}

.btn.btn-primary:hover {
	background-color: #3F792B;
}

.no-margin {
  	margin-bottom: 0px !Important;
}

.section-title h2 {
	color: #55AF36;
	font-family: "Havelock Titling";
	font-size: 36px;
	line-height: 54px;
	margin-bottom: 30px;
}

@media(max-width: 991px){
	.section-title h2 {
		font-size: 30px;
		line-height: 41px;
		margin-bottom: 20px;
	}
}

@media(max-width: 767px){

	body {
		font-size: 16px;
		line-height: 19px;
	}
	
	.section-title h2 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.btn.btn-primary {
		font-size: 16px;
		padding: 7px;
	}
}
/* ------------------------------------------------------------------------------------------------- */



/* Home
------------------------------------------------------------------------------------------------- */
.header-image {
	margin: 50px 0px 15px;
}

.header-image img{
   margin: 0 auto;
   width: 400px;
}

.policy.container {
	position: relative;
	height: 500px;
	width: 600px;
}

.policy-link {
	position: absolute;
	bottom: 50px;
	left: 0px;
}

.policy-link a {
	color: #fff;
}

.policy-link a:hover {
	color: #55AF36;
}

.footer-image {
	height: 500px;
	position: relative;
}

.footer-image img {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 100%;
	object-fit: cover;
}

@media(max-width: 991px){
	.header-image {
		margin: 30px 0px 0px 0px;
		display: block;
		width: 100%;
	}

	.header-image img {
		width: 400px;
		margin: 0 auto;
	}

	.policy.container,
	.footer-image {
		height: 400px;
	}

	.policy-link {
		bottom: 0px;
	}
}

@media(max-width: 767px){
	.header-image {
		margin: 10px auto 0px;
		width: 250px;
		max-width: 100%;
	} 

	.policy.container,
	.footer-image {
		height: 250px;
		width: 100%;
	}

	.slogan br {
		display: none;
	}

	.policy-link {
		left: 50%;
		transform: translateX(-50%);
	}
}
/* ------------------------------------------------------------------------------------------------- */



/* Programma
------------------------------------------------------------------------------------------------- */
.stage-program {
   border: 1px solid #FAE200;
   border-radius: 15px;
   text-align: center;
   margin: 30px auto;
   position: relative;
   z-index: 1;
   padding: 40px;
   max-width: 600px;
   background-color: #040f00;
}

.stage-program .title {
	font-family: "Havelock Titling";
	color: #55AF36;
	text-transform: uppercase;
	font-size: 33px;
}

.stage-program .image.sold-out:before {
      content: "";
      background-image: url("../Images/SoldOut.png");
      position: absolute;
      top: -45px;
      left: 50%;
      width: 220px;
      height: 105px;
      z-index: 2;
      background-size: contain;
      margin-left: -110px;
      background-repeat: no-repeat;
}

.stage-program .program {
	padding: 20px 0px 0px 0px;
	text-align: left;
}

.stage-program .program .item {
	position: relative;
	padding-left: 213px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}

.stage-program .program .item:last-child {
	padding-bottom: 20px;
	margin-bottom: 0px;
}

.stage-program .program .hour {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 color: #FAE200;
	 padding: 10px 30px;
	 font-size: 21px;
	 width: 218px;
	 text-align: right;
}

.stage-program .program .description {
	border-left: 1px solid #ffff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 21px;
	padding: 10px 20px;
}

@media(max-width: 991px){
	.stage-program {
		margin-top: 30px;
		padding: 50px;
		margin-bottom: 0px;
		width: 750px;
	}

	.stage-program .title {
		font-size: 35px;
	}

	.stage-program .program {
		padding-top: 30px;
	}

	.stage-program .program .description,
	.stage-program .program .hour {
		font-size: 21px;
	}
}

@media(max-width: 767px){
	.stage-program {
		margin-top: 15px;
		padding: 15px;
		margin-bottom: 0px;
		width: 100%;
	}

	.stage-program .title {
		font-size: 21px;
	}

	.stage-program .program {
		padding-top: 10px;
	}

	.stage-program .program .item {
		padding-left: 0px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.stage-program .program .description,
	.stage-program .program .hour {
		font-size: 16px;
		width: 100%;
		display: block;
		text-align: left;
		padding: 4px 0px;
		position: relative;
		border-left: 0px;
		line-height: 19px;
	}

	.stage-program .program .item:last-child {
		padding-bottom:  10px;
	}

	.page-id-25011 .pagination {
		display: none;
	}
}
/* ------------------------------------------------------------------------------------------------- */



/* Utente già registrato
------------------------------------------------------------------------------------------------- */
.user-already-registered {
   text-align: center;
}

   .user-already-registered .title {
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 30px;
      font-size: 21px;
   }

   .user-already-registered .box {
      border: 1px solid #69B645;
      border-radius: 15px;
      padding: 30px;
      font-weight: 600;
      margin-bottom: 70px;
   }

   .user-already-registered .text {
      margin-bottom: 20px;
   }

   .user-already-registered .share-icons {
      margin-bottom: 30px;
   }

   .user-already-registered a {
      font-size: 30px;
      padding-right: 30px;
      display: inline-block
   }

      .user-already-registered a:hover {
         color: #69B645;
      }

@media(max-width: 767px) {
   .user-already-registered .title {
      font-size: 20px;
      margin-bottom: 15px;
   }

   .user-already-registered .box {
      padding: 15px;
      margin-bottom: 30px;
   }

   .user-already-registered .share-icons {
      margin-bottom: 15px;
   }

   .user-already-registered .text {
      margin-bottom: 15px;
   }

   .user-already-registered a {
      padding-right: 15px;
   }
}

/* ------------------------------------------------------------------------------------------------- */



/* Conferma utente
------------------------------------------------------------------------------------------------- */
.confirm-registration {
	margin-top: 70px;
}

@media(max-width: 991px){
	.confirm-registration {
		margin-top: 50px;
	}

	.confirm-registration br {
		display: none;
	}

	.confirm-registration .btn.btn-primary {
		margin-top: 20px;
		font-size: 18px;
	}
}

@media(max-width: 767px){
	.confirm-registration {
		margin-top: 30px;
		margin-bottom: 0px !important;
	}

	.confirm-registration br {
		display: none;
	}

	.confirm-registration .btn.btn-primary {
		margin-top: 10px;
		font-size: 16px;
		padding: 7px;
	}
}
/* ------------------------------------------------------------------------------------------------- */



/* Form registrazione
------------------------------------------------------------------------------------------------- */
.registration-form {
	text-align: center;
	margin-bottom: 100px !important;
	border: 1px solid #FAE200;
	border-radius: 15px;
	text-align: center;
	margin: 35px auto;
	position: relative;
	z-index: 1;
	padding: 0px 50px 50px 50px;
	max-width: 600px;
	background-color: #040f00;
}

.registration-form .step {
	text-align: left;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 12px;
	margin-top: 40px;
}
	
.registration-form .title {
	padding-top: 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 23px;
	margin-bottom: 14px;
	color: #55AF36;
	font-family: "Havelock Titling";
	float: left;
}

.registration-form .step-number {
	float: right;
}

.registration-form .mandatory-field-legend {
	text-align: right;
	font-size: 14px;
}

.registration-form .form-control {
	  background-color: #E7EEEE;
	  border-radius: 15px;
	  height: 61px;
}

.registration-form .form-group {
	text-align: left;
	margin-bottom: 20px;
}


.registration-form .option-field .input-div {
  display: inline-block;
}

.registration-form .input-div .input-type-textarea,
.registration-form .input-div input.input-type-text,
.registration-form .input-div .input-type-dropdownlist,
.registration-form .input-div input.input-type-email {
  max-width: 100%;
}

label {
	font-weight: 300;
	font-size: 18px;
}

.registration-form .inputbox.vertical .validation-required {
   background: none;
   padding-left: 10px;
   font-weight: 300;
   font-size: 16px;
   line-height: 25px;
}

.registration-form .inputbox.vertical .validation-required:after {
  content: "*";
}

.registration-form .option-field label {
	text-align: center;
	font-weight: 600;
	margin-top: 10px;
}

.registration-form .option-field label a {
	color: #fff;
}

.registration-form .input-div-checkbox {
  background: url("../Images/BackgroundCheckbox.png") top center no-repeat transparent;
  display: inline-block;
  height: 40px;
  width: 40px;
  background-size: cover;
  position: absolute;
  left: 3px;
  top: 11px;
}

.registration-form .input-div-checkbox.checked {
   background-position: bottom center;
}

.registration-form .option-label {
   font-size: 18px;
   margin-left: 10px;
   padding-left: 41px;
   padding-top: 7px;
   margin-bottom: 22px;
}

.registration-form .option-field .input-group {
   width: 50%;
   float: left;
}

.registration-form .inputbox .legend {
   display: none;
}

.registration-form label a {
   text-decoration: underline;
}

.registration-form label a:hover {
  color: #69B645;
}

.registration-confirmed {
  text-align: center;
  margin-bottom: 100px !Important;
}

.registration-confirmed .title {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 21px;
}

.registration-confirmed .sold-out {
  margin-top: 30px;
}

.registration-confirmed .text {
  font-weight: 600;
}

.registration-confirmed .text .green-text {
   color: #69B645;
}

.registration-confirmed .data {
  font-weight: 900;
  font-size: 30px;
  padding: 30px 30px 10px 30px;
}

.registration-confirmed .data .day {
   color: #69B645;
}

.registration-confirmed .data .mounth {
   text-transform: uppercase;
}

.registration-confirmed .place {
   font-size: 30px;
   font-weight: 900;
   padding: 0px 30px;
}

.registration-confirmed .address {
   margin-bottom: 30px;
   font-size: 16px;
   border-bottom: 1px solid #69B645;
   padding-bottom: 30px;
}

.registration-form .inputbox .validation-highlight {
	background: #fff0f0 none repeat scroll 0 0 !important;
	border-color: #a90329;
}

.registration-form .input-div {
	position: relative;
	width: 100%;
}

.registration-form .inputbox label.validation-error-label {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	bottom: -30px;
	background-color: #a90329 !important;
	font-size: 11px !Important;
	font-weight: lighter;
	padding: 2px 10px !important;
	position: absolute;
	color: #FFF !important;
	right: -5px;
}

@media(max-width: 991px){
	.registration-form {
		margin-top: 30px;
		padding: 0px 50px;
	}

	.registration-form .step {
		margin-top: 50px;
	}

	.registration-form .option-field label {
		margin: 15px 0px 15px 0px;
		padding-left: 60px;
	}

	.registration-form .input-div-checkbox {
		top: 15px;
	}
}

@media(max-width: 767px) {
   .registration-form .title {
      font-size: 20px;
      margin-bottom: 15px;
      padding-top: 0px;
      line-height: 20px;
   }

   .registration-form .form-group {
      margin-bottom: 15px;
   }

   .registration-form .option-label {
      margin-bottom: 0px;
      font-size: 19px;
   }

   .registration-form .input-div-checkbox {
      width: 20px;
      height: 20px;
      top: 9px;
      left: 20px;
   }

   .registration-form .option-field .input-group {
      width: 100%;
   }

   .registration-form {
	   margin-bottom: 30px !Important;
	   padding: 0px 15px;
	  }

   .registration-confirmed .data {
      font-size: 20px;
      padding-bottom: 5px;
      padding-top: 10px;
   }

   .registration-confirmed {
	   margin-bottom: 30px !Important;
   }

   .registration-confirmed .place {
      font-size: 20px;
   }

   .registration-confirmed .address {
      padding-bottom: 10px;
      margin-bottom: 10px;
   }

   .registration-confirmed .title {
      font-size: 20px;
   }

   .registration-confirmed .text br {
      display: none;
   }

	.registration-form .inputbox.vertical .validation-required {
		font-size: 16px;
	}

	.registration-form .step {
		margin-top: 15px;
	}

	.registration-form .form-control {
		height: 50px;
	}

	.registration-form .option-field label {
		margin: 0px;
	}

	label {
		font-size: 16px;
	}
}

.already-registered-message {
	margin-top: 50px;
}


@media(max-width: 767px){
	.already-registered-message {
		margin-top: 30px;
	}
}
/* ------------------------------------------------------------------------------------------------- */


/* Area Riservata
------------------------------------------------------------------------------------------------- */
.legend {
	color: #fff;
}


.login.panel-success {
   margin-top: 100px;
   border: 1px solid #FAE200;
   border-radius: 15px;
   background-color: #040f00;
}

   .login.panel-success .panel-heading {
      font-size: 30px;
      padding: 15px 30px;
      color: #1B3D72;
      background-color: transparent;
      border-color: transparent;
      text-align: center;
      border-bottom: 1px solid #69B645;
      font-family: "Havelock Titling";
      color: #55AF36;
   }

   .login.panel-success .info {
      display: inline-block;
      margin: 20px 0px;
   }

   .login.panel-success label {
      width: 100%;
      text-align: left;
      margin-bottom: 6px;
   }

   .login.panel-success .input-div {
      width: 100%;
   }

   .login.panel-success .buttons div {
      line-height: 15px;
   }

   .login.panel-success .buttons a {
      font-size: 13px;
      color: #fff;
   }

   .login.panel-success .input-div input.input-type-text {
      max-width: 100% !Important;
      background-color: #fff;
      border-radius: 15px;
      height: 50px;
   }

   .login.panel-success .ow-container.keep-login label {
      display: none;
   }

   .login.panel-success .ow-container.keep-login {
      text-align: center;
      font-size: 14px;
      margin-bottom: 30px;
   }

   .login.panel-success .inputbox .validation-highlight {
      background: #fff0f0 none repeat scroll 0 0 !important;
      border-color: #a90329;
   }

   .login.panel-success.input-div {
      position: relative;
      width: 100%;
   }

   .login.panel-success .inputbox label.validation-error-label {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
      bottom: -30px;
      background-color: #a90329 !important;
      font-size: 11px !Important;
      font-weight: lighter;
      padding: 2px 10px !important;
      position: absolute;
      color: #FFF !important;
      right: -5px;
   }

.reserved-area h2 {
   font-weight: 600;
   margin-bottom: 15px;
   text-transform: uppercase;
   font-size: 22px;
}

.reserved-area .container {
   max-width: none;
}

.reserved-area .list-stages .date {
   font-size: 30px;
   font-weight: 900;
   text-align: center;
   margin-top: 40px;
}

   .reserved-area .list-stages .date .day {
      color: #69B645;
   }

.reserved-area .list-stages .name {
   font-size: 30px;
   font-weight: 900;
   text-align: center;
   margin-bottom: 30px;
}

.reserved-area .list-stages .pagination {
	display: none;
}

.reserved-area .bnt.btn-primary {
   padding: 0px 15px;
}

.reserved-area .item {
   border-bottom: 1px solid #69B645;
   padding-bottom: 40px;
}

.reserved-area .btn.btn-primary {
   width: 100%;
}

.reserved-area #editDataDiv .btn.btn-primary {
   width: auto;
   margin-top: 30px;
   margin-bottom: 0px;
}

.reserved-area .button-section {
   text-align: center;
   margin-top: 70px;
}

   .reserved-area .button-section .btn.btn-primary {
      width: auto;
   }

.reserved-area .parameters-title,
.reserved-area .export-title {
   margin-top: 30px;
}

.reserved-area .parameter.button.confirm {
   margin-top: 20px;
   width: auto;
}

.reserved-area table.data-table thead tr,
.reserved-area table.data-table tfoot tr {
   background: none;
}

.reserved-area table.data-table thead tr,
.reserved-area table.data-table tfoot tr {
   background-color: #00537D;
   border: 1px solid #FAE200;
   color: #55AF36;
}

table.data-table tbody tr {
	color: 1px solid #FAE200
}

.reserved-area table.data-table thead tr {
   text-transform: uppercase;
}

table.data-table tfoot tr td,
.reserved-area .table > thead > tr > td,
.reserved-area .table > thead > tr > th,
table.data-table tbody tr td {
   border-bottom: 0px;
   background-color: #040f00 !important;
}

table.data-table tbody tr td {
	color: #fff;
}

div.layout-container .pagination a, table.data-table tfoot .pagination a {
	color: #55AF36 !Important;
}

.reserved-area .table > thead > tr > th {
	font-family: "Havelock Titling";
}

div.layout-container .pagination a, table.data-table tfoot .pagination a {
	
}

.reserved-area table.data-table tbody .td-actions .view,
.table-query-view .actions a.export,
.table-query-view .actions a.data {
   background: none !Important;
   color: #fff;
}

.reserved-area .table-query-view .table-responsive {
   border: 0px;
   margin-top: 30px;
}

.table-query-view .actions a.parameters,
.reserved-area table.data-table tbody .td-actions a.view,
.reserved-area table.data-table tbody .td-actions a.edit {
   background: none !important;
   min-height: auto !important;
   display: inline-block;
   width: auto !important;
   height: auto !important;
   margin-top: 0px;
   color: #fff;
}

   .reserved-area table.data-table tbody .td-actions a.view:before {
      content: "\f002";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      position: relative;
   }

   .reserved-area table.data-table tbody .td-actions a.edit:before {
      content: "\f303";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      position: relative;
      margin-left: 5px;
   }


   .table-query-view .actions a.parameters:before {
      content: "\f0ad";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      position: absolute;
      top: 8px;
      font-size: 30px;
      left: 19px;
      width: 70px;
      height: 70px;
      text-align: center;
      color: #fff;
   }

.table-query-view .actions a.export:before {
   content: "\f56d";
   font-family: "Font Awesome 5 Free";
   font-weight: 600;
   position: absolute;
   top: 8px;
   font-size: 30px;
   left: 19px;
   width: 50px;
   height: 50px;
   text-align: center;
}

.table-query-view .actions a.data:before {
   content: "\f1c0";
   font-family: "Font Awesome 5 Free";
   font-weight: 600;
   position: absolute;
   top: 8px;
   font-size: 30px;
   left: 19px;
   width: 25px;
   height: 50px;
   text-align: center;
}

.table-query-view .actions a.parameters:hover,
.table-query-view .actions a.export:hover,
.table-query-view .actions a.data:hover {
   color: #69B645;
}

.reserved-area .data-view-title,
.reserved-area .edit-record-html {
   display: none;
}

.reserved-area .table-hover > tbody > tr:hover {
   background-color: #FBF7F3;
}

.reserved-area .table-query-view .view-record-html {
   display: none;
}

.reserved-area #editDataDiv {
   margin-top: 30px;
}

.reserved-area .table-query-view .form-horizontal .form-group .input-div {
   width: 75%;
}

.reserved-area .input-div .input-type-textarea,
.reserved-area .input-div input.input-type-text,
.reserved-area .input-div .input-type-dropdownlist,
.reserved-area .input-div input.input-type-email {
   max-width: 100%;
}

.reserved-area .parameters .form-group .input-div {
   width: 37% !important;
}

.reserved-area .parameters .input-div .input-type-textarea,
.reserved-area .parameters .input-div input.input-type-text,
.reserved-area .parameters .input-div .input-type-dropdownlist,
.reserved-area .parameters .input-div input.input-type-email {
   max-width: 350px;
}

.reserved-area .btn-default {
   margin-top: 30px;
   color: #69B645;
   border-radius: 0px;
   font-family: "Havelock Titling";
   padding: 15px 80px;
   font-size: 21px;
}

   .reserved-area .btn-default:hover {
      background-color: #1B3D72;
      color: #fff;
   }

.reserved-area .table-qr-code-reader {
   text-align: center;
}

   .reserved-area .table-qr-code-reader .form-group {
      text-align: left;
   }

   .reserved-area .table-qr-code-reader .btn-primary {
      width: auto;
      background-color: #fff;
      border-color: #ccc;
   }

      .reserved-area .table-qr-code-reader .btn-primary:hover {
         background-color: #1B3D72;
      }

.reserved-area .back-button {
   text-decoration: auto;
   display: block;
   text-align: center;
   color: #fff;
   font-family: "Havelock Titling";
}

   .reserved-area .back-button:hover {
      color: #69B645;
   }

   .reserved-area .back-button i {
      padding-right: 5px;
   }

.qr-code-reader-container {
   margin-bottom: 50px;
}

#scanner-container {
   width: 100%;
   height: calc(100% - 50px);
   box-sizing: border-box;
   position: relative;
}

.reserved-area .data-export .btn-primary {
   width: auto;
}

.reserved-area .btn-secondary {
   background-color: #fff;
   border: 1px solid #ccc;
   border-radius: 0px;
}

.reserved-area .alert-field {
   color: red;
}

   .reserved-area .alert-field input {
      color: red;
      background-color: #ffafaf;
   }

.qr-code-reader-container {
    margin-bottom: 50px;
    text-align: center;
}

.qr-code-reader-container #qr-reader {
	margin: 50px auto 0px;
	padding: 30px !important;
	max-width: 100%;
}

.qr-code-reader-container #qr-reader__scan_region {
	margin-bottom: 20px;
}

.qr-code-reader-container img {
	filter: grayscale(1) invert(1);
}

.qr-code-reader-container .html5-qrcode-element {
	background-color: #55AF36;
    font-family: "Havelock Titling";
	text-transform: uppercase;
	padding: 7px 50px;
	font-weight: 600;
}

.qr-code-reader-container .html5-qrcode-element:hover {
	color: #fff;
}

.reserved-area .table.data-table thead .th-actions .add {
	background-image: none;
}

.reserved-area .table.data-table thead .th-actions .add:before {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	background-color: #fff;
	padding: 5px;
	border-radius: 50%;
}

.reserved-area .table.data-table thead .th-actions .add:hover:before {
	background-color: #69B645;
	color: #00537D;
}

@media(max-width: 991px) {

   .reserved-area .row {
      text-align: center;
   }

   .reserved-area .btn.btn-primary {
      max-width: 80%;
      margin-bottom: 10px;
   }

   .reserved-area .list-stages .name {
      margin-bottom: 20px;
      font-size: 25px;
   }

   .reserved-area .list-stages .date {
      font-size: 25px;
      margin-top: 20px;
   }

   .reserved-area .item {
      padding-bottom: 20px;
   }

	.login.panel-success .form-group {
		padding: 0px 15px;
	}
}

@media(max-width: 767px) {
   .login.panel-success .panel-heading {
      font-size: 20px;
      padding: 10px;
   }

   .login.panel-success .info {
      margin: 10px 0px;
   }

   .login.panel-success .ow-container.keep-login {
      margin-bottom: 15px;
   }

   .reserved-area .btn.btn-primary {
      max-width: 100%;
   }

   .reserved-area .btn-secondary {
      margin-bottom: 10px;
   }

   .reserved-area .list-stages .name {
      margin-bottom: 10px;
      font-size: 20px;
   }

   .reserved-area .list-stages .date {
      font-size: 20px;
      margin-top: 10px;
   }

   .reserved-area .item {
      padding-bottom: 10px;
   }

   .reserved-area h2 {
      font-size: 20px;
      margin-bottom: 5px;
   }

   .reserved-area .table-query-view .table-responsive {
      margin-top: 10px;
   }

   .reserved-area .button-section {
      margin-top: 0px;
   }

   .reserved-area .table-query-view .form-horizontal .form-group .input-div {
      width: 100%;
   }

   .reserved-area .parameters .input-div .input-type-textarea,
   .reserved-area .parameters .input-div input.input-type-text,
   .reserved-area .parameters .input-div .input-type-dropdownlist,
   .reserved-area .parameters .input-div input.input-type-email {
      max-width: 100%;
   }

   .reserved-area .parameters .form-group .input-div {
      width: 100% !important;
      margin-top: 15px;
   }

   .qr-code-reader-container {
      margin-bottom: 15px;
   }

   .reserved-area #editDataDiv .btn.btn-primary {
      margin-top: 0px;
   }

   .reserved-area .btn-default {
      margin-top: 0px;
   }

		.qr-code-reader-container #qr-reader {
		padding: 15px !important;
	}

	.qr-code-reader-container #qr-reader__scan_region {
		margin-bottom: 0px;
	}
}
/* ------------------------------------------------------------------------------------------------- */
