@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,600i,700|Open+Sans');
.contenitore {
  margin:0 auto;
  max-width: 380px;
}

form {
  margin-top: 40px;
  opacity: 1;
  transition: opacity .5s ease;
}

.mainHeader {
	/*background-color: #4144c5;*/
	background-color:transparent !important;
    background-image: url('/assets/imgs/Banner_header_sfondo.png');
	height:220px;
}


.row.infoRow {
	background-color:transparent !important;
	height:0 !important;
	min-height:0 !important;
}

.row.infoRow .genericInfo {
	margin-top:-160px !important;
	font-size:52px !important;
	font-weight:bold !important;
	padding-left:12rem !important;
}

@media screen and (max-width:640px) {
  .row.infoRow .genericInfo {
	  padding-left:initial !important;
  }
	
  .row.infoRow .genericInfo p {
    font-size: initial !important;
    padding-left:0 !important;
  }
}

form.loading {
  opacity: .5;
}
#loggedUser{
  display: none!important;
}
 input[type='text'], input[type='email'],  input[type='tel'], input[type='password'], input[type='number'], input[type='date'] {
  border: 0;
  box-shadow: none !important;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 1.32em;
  padding-left: 17px;
  position:relative;
  margin: 0;
  position:relative;
  height: 39px;
  border-radius:6px;
  z-index: 1;
 }

input[type='text']:focus, input[type='email']:focus,  input[type='tel']:focus, input[type='password']:focus, input[type='number'], input[type='date']:focus {
    border:0;
    border-radius:6px;
}

input[type='text']::placeholder, input[type='number']::placeholder {
  opacity: 1;
}

input[type="file"] {
  border-radius:6px;
  padding:4px 0 4px 4px;
}


.wrapperInput p
{
  position:absolute;
}
textarea {
  margin: 20px 0;
  border:0;
  box-shadow:none;
  border-radius:6px;
}

textarea:focus {
 border:0;
 box-shadow:none;
}

.wrapperSelect, .wrapperInput {
  position: relative;
  margin-bottom: 40px;
}

.wrapperSelect {
    margin-top:-14px;
}

.wrapperRadio {
    margin-bottom:24px;
}

.wrapperRadio label {
    position:relative;
}

.wrapperSelect select, .wrapperInput select {
  border-bottom: 1px solid #b2b3b7;
}

.wrapperInput label {
  position: absolute;
  left: 0;
  bottom: 5px;
  font-size: 16px;
  z-index: 1;
  font-family: 'Open Sans';
  transition: 0.2s all;
  opacity:1;
  padding-left:17px;
}

label.top {
  font-size: 14px !important;
  font-weight: 800;
  color: #000;
  bottom: 40px;
  float:left;
  padding-left:0;
}

span.red
{
  color: red;
  padding-left: 10px;
  font-size: 10px;
  display: inline-block;
}


.wrapperInput label.static {
  position: static;
  font-family: 'Montserrat';
}

.wrapperInput a.delete {
  position: absolute;
  right: 0;
  background: url(http://rai.it/dl/componentss/img/radio/delete.png) center right no-repeat;
  top: 10px;
  right: 15px;
  width: 20px;
  height: 20px;
  display: none;
  z-index:15;
}

.privacy {
    background-color:#ebebeb;
    border-radius:6px;
    font-size:12px;
    /*height:120px;*/
	  height:350px;
    padding:15px 18px;
    overflow-y:scroll;
    color:#979da0;
    margin-bottom:24px;
}

.termini {
  background-color:#ebebeb;
  border-radius:6px;
  font-size:12px;
  /*height:120px;*/
  height:120px;
  padding:15px 18px;
  overflow-y:scroll;
  color:#979da0;
  margin-bottom:24px;
}

.condizioni {
  background-color:#ebebeb;
  border-radius:6px;
  font-size:12px;
  height:120px;
  padding:15px 18px;
  overflow-y:scroll;
  color:#979da0;
  margin-bottom:24px;
}

.checkbox-custom.CheckConcorso + .checkbox-custom-label.accCustomCheck:before {
    content:none !important;
}

.btnAccessLogin {
    background-color:#1c2b4c;
    border-radius:6px;
    margin-top:50px;
}


/* new radio */

.wrapperCheckbox {
    margin-bottom:10px;
    height:100%;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 26px;
    height: 26px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    border:7px solid #2b2a7d;
    /*-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;*/
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.alert-box {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  border-radius: 4px;
  display: block;
}

.alert-box.comparsa {
  display: none;
}

.alert-box .message {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #ffffff;
  padding: 12px 18px;
  display: block;
  width: 80%;
}

.alert-box.success {
  background-color: #9adb9b;
}

.alert-box.warning {
  background-color: #eccf82;
}

.alert-box.error {
  background-color: #e38585;
}

.alert-box .close {
  position: absolute;
  right: 20px;
  width: 5%;
  top: 4px;
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
}

/* scrollbars */
.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}
.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #888;
	height: 1px;
	width: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* select */
.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}
.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}
.jcf-select .jcf-select-text {
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
  padding-top:5px;
}
.jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}
body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0px;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}
.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}
.jcf-select.jcf-compact-multiple {
	max-width: 220px;
}
.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
	display: inline-block;
	padding-top: 2px;
	content: '...';
}
.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}
.jcf-select-drop.jcf-compact-multiple .jcf-hover {
	background: none;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected {
	background: #e6e6e6;
	color: #000;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
	display: inline-block;
	content: '';
	height:4px;
	width:8px;
	margin:-7px 5px 0 -3px;
	border:3px solid #777;
	border-width:0 0 3px 3px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}
/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}
.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}
.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jcf-list ul li {
	overflow: hidden;
	display: block;
}
.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	min-height: 14px;
	height: 1%;
	text-overflow:ellipsis;
}
.jcf-scrollable-wrapper .jcf-list .jcf-disabled {
	background: transparent !important;
	color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}
.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* other styles */
.jcf-textarea {
	border: 1px solid #b8c3c9;
	box-sizing: content-box;
	display: inline-block;
	position: relative;
}
.jcf-textarea .jcf-scrollbar-horizontal {
	display: none;
	height: 0;
}
.jcf-textarea textarea {
	padding: 8px 10px;
	border: none;
	margin: 0;
}
.jcf-textarea .jcf-resize {
	position: absolute;
	text-align: center;
	cursor: se-resize;
	background: #e3e3e3;
	font-weight: bold;
	line-height: 15px;
	text-indent: 1px;
	font-size: 12px;
	height: 15px;
	width: 14px;
	bottom: 0;
	right: 0;
}
.jcf-textarea .jcf-resize:before {
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
	display: block;
	margin: 4px 0 0 3px;
	width: 6px;
	height: 6px;
	content: '';
}

/* common styles */
.jcf-disabled {background: #ddd !important;}
.jcf-focus, .jcf-focus * {border-color: #f00 !important;}
.jcf-select {
    height:39px !important;
    border-radius:6px;
    width:100%;
    border:0 !important;
    margin-bottom:0 !important;
}

.jcf-scrollable-wrapper {
    top:-4px;
    padding-top:4px;
}

.jcf-select-drop .jcf-select-drop-content {
    border:0;
}

.jcf-list ul {
    background-color:#ebebeb;
    border-radius:0;
}

.jcf-list ul li, .jcf-select .jcf-select-text {
    font-size:18px !important;
    margin-left:13px;
}

.jcf-list .jcf-list-content {
    width:100% !important;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle, .jcf-scrollbar-vertical
{
    width:6px;
}

.jcf-scrollbar-vertical {
    position: absolute !important;
    cursor: default;
    background: #FFFFFF !important;
    width: 6px !important;
    border-radius:6px;
    bottom: 0 !important;
    right: 10px !important;
    top: 20px !important;
    height: calc(100% - 30px) !important;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    border-radius:6px;
    height:46px !important;
	width:6px !important;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec, .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    display:none;
}

.jcf-list .jcf-disabled {
    background-color:transparent !important;
}

.jcf-list .jcf-list-content {
    margin-top:1px;
}


.jcf-select-drop .jcf-select-drop-content {
 border-color:transparent !important;
}

.jcf-select-opener {
    height:39px;
    background:transparent !important;
    right:7px !important;
}

.jcf-select-opener::before {
    position:absolute;
    right:0;
    padding-top:12px;
    top:0;
    width:40px;
    height:100%;
}

.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
    background-color:transparent !important;
    cursor:pointer !important;
}

.jcf-drop-active .jcf-select-opener::before {
   transform:rotate(180deg);
}

/* custom datepicker */

#ui-datepicker-div {
    width:360px;
    border:0;
    top: 1085px !important;
    padding:0;
}

.ui-datepicker {
    padding:0;
}

.ui-datepicker th {
    color:#979da0;
    font-weight:600;
}

.ui-datepicker .ui-datepicker-title {
   color:#979da0;
   margin:0 4.3em !important;
}

.ui-datepicker-prev.ui-corner-all, .ui-datepicker-prev.ui-corner-all:hover {
    border: 0;
    background:transparent;
    left: 40px !important;
    top: 0 !important;
    width: initial !important;
    height: initial !important;
}

.ui-datepicker-next.ui-corner-all, .ui-datepicker-next.ui-corner-all:hover {
  border: 0;
  background:transparent;
  right: 40px !important;
  top: 0 !important;
  width: initial !important;
  height: initial !important;
}

.ui-widget-header .ui-state-disabled {
    opacity:1;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 100% !important;
    margin-left: 0 !important;
    top: 0 !important;
    margin-top: 0 !important;
}

.ui-datepicker .ui-datepicker-next span {
    left:-60px !important;
}

.ui-datepicker select.ui-datepicker-year {
    width:25% !important;
    background: transparent;
    -webkit-appearance: none;
}

.ui-widget-header {
  border:0 !important;
}

.ui-widget-header .ui-icon{
    background-image: url(/assets/imgs/arrow_form.svg) !important;
    background-size: 20px !important;
    transform: rotate(90deg) !important;
    width: 50px !important;
    background-position: center center !important;
    height: 50px !important;
}

.ui-datepicker-next .ui-icon {
    transform:rotate(270deg) !important;
}

.ui-datepicker-calendar, .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    background-color:#ebebeb;
}
.ui-widget-header, .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    border:0;
    border-radius:0;
    font-weight:normal !important;
}

.ui-datepicker th {
    text-transform:lowercase;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, .ui-button.ui-state-disabled:hover, .ui-button.ui-state-disabled:active {
    border:0 !important;
    text-align:center;
    background:transparent !important;
    font-size:16px;
    color:#979da0 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    font-weight:bold;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-color:#1c2b4c !important;
    border-radius:100%;
    color:#ffffff !important;
    height: 28px;
    width: 28px;
    margin:0 auto;
}

/* custom privacy */
.privacy::-webkit-scrollbar {
    width: 6px;
   }

.privacy::-webkit-scrollbar-track {

    border-radius: 6px;
    background:#fff;
    border: solid 3px transparent;
}

.privacy::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background:#cbced0;
    border: solid 3px transparent;

}

/* custom condizioni */
.condizioni::-webkit-scrollbar {
  width: 6px;
 }

.condizioni::-webkit-scrollbar-track {

  border-radius: 6px;
  background:#fff;
  border: solid 3px transparent;
}

.condizioni::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background:#cbced0;
  border: solid 3px transparent;

}

.dynamicHeader.short
{
	/*height:80px;*/
	height:220px;
}

.wrapperInput input::-ms-clear
{
	display:none !important;
}

.concorsi.contenitore
{
	/*max-width:80rem;*/
	max-width:380px;
	margin:0 auto;
}

label.required::after
{
	content: '*';
	display: block;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	color: red;
	top: 0;
	right: -10px;
}

.wrapperSelect label.top.required, .checkbox.top.required,
.wrapperInput .fileDescription.top.required
{
	position: relative;
	bottom:0;
}


/* Iscrizione al casting */
.request-sent {
	font-size: 1.125em;
	color: #979da0;
	text-align: center;
	margin: 3em 0;
}
.request-sent img {
	width: 106px;
	display: block;
	margin: 0px auto 30px;
}
.request-sent  .button.expanded {
	max-width: 380px;
	margin: 60px auto 30px;
}
