.upload {
	background-image:			url(../images/icons/upload-icon.png);
	background-repeat:			no-repeat;
	background-size:			100px 100px;
	background-position:		center;
	background-color:			#fafafa !important;
	border:				 #fafafa solid 1px;
}

.upload.dz-drag-hover {
	border:				 #cccccc dashed 1px;

}

.droplist {
	background-image:			url(../images/icons/upload-icon.png);
	background-repeat:			no-repeat;
	background-size:			100px 100px;
	background-position:		center;
	background-color:			#fafafa !important;
	border:				 #fafafa solid 1px;
}

.droplist.dz-drag-hover {
	border:				 #cccccc dashed 1px;

}




.panel {
	position:fixed; width:600px; ; border:#CCC solid 1px; background-color:#FFF; z-index:1030; right:-560px; top:0; bottom:0; margin:auto;  padding:10px;
	padding-left:40px;
	padding-top:30px;
	padding-right:20px;
	overflow:auto;
  	-webkit-transition: 				all 0.3s; /* Safari */
    transition: 						all 0.3s;
	z-index:10;
	top:0px;
	bottom:auto;
	height:71px;
	

}
.panel2 {
	position:fixed; width:600px; ; border:#CCC solid 1px; background-color:#FFF; z-index:1029; right:-520px; top:0; bottom:0; margin:auto;  padding:10px;
	padding-left:40px;
	padding-top:30px;
	padding-right:20px;
	overflow:auto;
  	-webkit-transition: 				all 0.3s; /* Safari */
    transition: 						all 0.3s;
	z-index:10;
	top:0px;
	bottom:auto;
	height:71px;
	

}

.panel3 {
	position:fixed; width:600px; ; border:#CCC solid 1px; background-color:#FFF; z-index:1028; right:-480px; top:0; bottom:0; margin:auto;  padding:10px;
	padding-left:40px;
	padding-top:30px;
	padding-right:20px;
	overflow:auto;
  	-webkit-transition: 				all 0.3s; /* Safari */
    transition: 						all 0.3s;
	z-index:10;
	top:0px;
	bottom:auto;
	height:71px;
	

}


.panel4 {
	position:fixed; width:600px; ; border:#CCC solid 1px; background-color:#FFF; z-index:1028; right:-440px; top:0; bottom:0; margin:auto;  padding:10px;
	padding-left:40px;
	padding-top:30px;
	padding-right:20px;
	overflow:auto;
  	-webkit-transition: 				all 0.3s; /* Safari */
    transition: 						all 0.3s;
	z-index:10;
	top:0px;
	bottom:auto;
	height:71px;
	

}


.panel.active {
right:-1px;
height:auto;
top:0;
bottom:0;
min-height:300px;
opacity:1;
z-index:1031; 
}

.frow {
	display:					block;
	margin-bottom:				15px;

}

.frow input[type="text"]{
	display:					block;
	width:						100%;

}

.frow input.datelist, .frow input.date {
	display:					inline-block;
	width:						calc(100% - 30px);
	float:						left;
	margin-right:				10px;

}






/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
,  * {
  box-sizing: border-box; }

 {
  position: relative; }
   .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em; }
     .dz-preview .dz-progress {
      display: block;
      height: 15px;
      border: 1px solid #aaa; }
       .dz-preview .dz-progress .dz-upload {
        display: block;
        height: 100%;
        width: 0;
        background: green; }
     .dz-preview .dz-error-message {
      color: red;
      display: none; }
     .dz-preview.dz-error .dz-error-message,  .dz-preview.dz-error .dz-error-mark {
      display: block; }
     .dz-preview.dz-success .dz-success-mark {
      display: block; }
     .dz-preview .dz-error-mark,  .dz-preview .dz-success-mark {
      position: absolute;
      display: none;
      left: 30px;
      top: 30px;
      width: 54px;
      height: 58px;
      left: 50%;
      margin-left: -27px; }


/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

  .dz-clickable {
    cursor: pointer; }
    .dz-clickable * {
      cursor: default; }
    .dz-clickable .dz-message, .dz-clickable .dz-message * {
      cursor: pointer; }
  .dz-started .dz-message {
    display: none; }
  .dz-drag-hover {
    border-style: solid; }
    .dz-drag-hover .dz-message {
      opacity: 0.5; }
   .dz-message {
    text-align: center;
    margin: 2em 0; }
   .dz-preview {
	top:0px;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
	   width: 100%;
      width: 100%;
     }
     .dz-preview:hover {
      z-index: 1000; }
       .dz-preview:hover .dz-details {
        opacity: 1; }
     .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
     .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
     .dz-preview.dz-image-preview {
      background: white; }
       .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
     .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
       .dz-preview .dz-remove:hover {
        text-decoration: underline; }
     .dz-preview:hover .dz-details {
      opacity: 1; }
     .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
       .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
       .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
         .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
         .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
           .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
       .dz-preview .dz-details .dz-filename span,  .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
		/*
     .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }*/
     .dz-preview .dz-image {
      border-radius: 20px;
      width: 100%;
      height: 100%;
      position: relative;
      display: block;
      z-index: 10; }
       .dz-preview .dz-image img {
		   width:100%;
		   
        display: block; }
     .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
     .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
     .dz-preview .dz-success-mark,  .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
       .dz-preview .dz-success-mark svg,  .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
		.dz-preview.dz-processing  {
			position:absolute;
		
		}
		.dz-preview.dz-complete  {
			position:relative !important;
		
		}
     .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
     .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
     .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
     .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
       .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
     .dz-preview.dz-error .dz-error-message {
      display: block; }
     .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
     .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
       .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }
		
		
		
		
		.dz-preview .dz-remove
	 {
		position:absolute; cursor:pointer !important; color:#FFF; text-underline:none !important; margin-left:20px; top:20px;
		z-index:20;
		}	


.js-open-cropper-modal {
		position:absolute; cursor:pointer !important; color:#FFF; text-underline:none !important; margin-left:60px; top:25px;
		
		z-index:20;
}

.js-open-cropper-modal:hover {
	text-decoration: none !important;
	color:#FFF;

}

.item-espectaculo .dz-preview.dz-complete {
	position:absolute !important;

}

.modal-footer .btn {
	border: none;
    background-color: #efeeee;
    padding: 10px;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
}

.modal-footer .btn:hover {
    background-color: #e0dfdf;
}

.modal-header {
	height:60px;

}

.modal-header .close {
	border: none;
    background-color: #ffffff;
    padding: 0px;
    border-radius: 10px;
    float: right;
    margin-bottom: 10px;
    font-size: 35px;

}

.modal-footer .btn.crop-upload {
background-color: #03A9F4;
    color: #FFF;
    font-size: 14px;
}


.modal-header .close:hover {
    background-color: #e0dfdf;
}


.modal-footer .btn.crop-upload:hover {
    background-color: #0692d2;
    color: #FFF;
    font-size: 14px;
}

.modal-title {
    margin: 0;
    line-height: 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 7px;
}


.table {
	width:				100%;
	border:					#CCC;

}

.table td {
	padding:			10px;

}

.table th {
	padding:			10px;

}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
	padding:30px;
}

.panel .button {
    float: left;
background-color: #ff530c;
    margin-right: 10px;    color: #FFF;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 0px;
}

.panel .button:hover {
	text-decoration:	none;
	cursor:pointer;

}

