@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Helvetica Neue);
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
  }
}

@media all{
	body { 
	  margin: 0;
	  font-family: "Open Sans", Arial, sans-serif;
	  font-size: 13px;
	  line-height: 22px;
	  color: #333333;
	  background-color:#eeeeee;
	}
	
	body::-webkit-scrollbar {  
   		width: 6px;
	}  
	body::-webkit-scrollbar-track {  
		background-color: #eaeaea;  
		border-left: 1px solid #ccc;  
	}  
	body::-webkit-scrollbar-thumb {  
		background-color: #ccc;  
	}  
	body::-webkit-scrollbar-thumb:hover {  
		background-color: #aaa;  
	}  
	
	.stop-scroll {
		overflow: hidden;
	}
	
	.stop-scroll #content {
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	a {
	  color: #0088cc;
	  text-decoration: none;
	}
	
	a:hover {
	  color: #005580;
	  text-decoration: underline;
	}
	section, header,footer,nav { display:block;}
	.clear{
		clear:both;
	}
	.clearfix{
		clear:both;
		margin:0px 0px 10px 0px; 
	}
	img{
		border:0;
		vertical-align:top;
		max-width:100%;
	}
	*{
		border:0;
		padding:0;
		margin:0;
		position: relative;
	}
	p{
		padding:3px 3px;
		line-height:18px;
		}
	ul, ol{ list-style:none;}
	.hidden{display:none;}
	.right { float:right;} 
	.left { float:left;}
	.alignLeft{
		float:left;
		margin-right:1em;
	}
	.alignRight{
		float:right;
		margin-left:1em;
	}
	.alignCenter{
		text-align:center !important;
	}
	.textCenter{
		text-align:center;
	}
	.textRight{
		text-align:right;
	}
	.hr{
		display:block;
		margin:20px 0;
		border-bottom:#CCC dotted 1px;
	}
	.hr2{
		display:block;
		margin:20px 0;
	}
	small {
		color:#999;
		font-size:10px;
	}
	#gravatar{
		text-align:center;
		display:block;
	}
	#gravatar img{
		background-position:center center;
		background-repeat:no-repeat;
		height:80px;
		width:80px;
		padding:7px;
		text-align:center;
		margin:10px auto 15px;
		background-color:#C4C4C4;
		box-shadow: inset 0 0 0 7px rgba(255,255,255,.5);
	}
	#load{ display:none;}
	
	.glyphicon-refresh{
    -webkit-animation-name:             rotate; 
    -webkit-animation-duration:         1s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-transition-timing-function: linear;
    }
	
	.noblock{ display:inline-block;}
	
	iframe.iframe {
		width:100% !important;
		display: block;
		margin:0px;
		padding:0px;
		height:50px;
	}

	
	/*main styles*/
	
	header{
		width:100%;
		padding:0;
		margin:0px auto;
		z-index:1000;
		background-color:#FFF;
		position:fixed;
		top:0px;
		left:0px;
		right:0px;
		
		}
	header h1{
		background-color: #9B59B6;
		font-size: 25px;
		line-height: 50px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		color:#FFF;
		font-weight:300;
		display:block;
		float:left;
		padding:0 10px;
		margin:0px;
	}
	header h1 a{
		color:#FFF;
		text-decoration:none;
	}
	header h1 a:hover{
		color:#CCC;
		text-decoration:none;
	}
	header ul{
		height:50px;
		display:block;
		float:left;
		margin:0px;
		padding:0px;
		list-style:none;
	}
	header ul li{
		display:block;
		float:left;
		height:50px;
		margin:0px;
		padding:0px;
		list-style:none;
		position:relative;
	}
	header ul li a{
		float:left;
		color:#000;
		display:block;
		padding:0px 20px;
		line-height:50px;
		font-size:20px;
		height:50px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:300;
		text-decoration:none;
		position:relative;
	}
	header ul li a span.badge{
		position:absolute;
		font-size:9px;
		display:block;
		right:5px;
		top:6px;
	}
	header ul li a span{
		font-size:14px;
	}
	
	header ul li a img{
		margin:10px 0;
		border-radius: 50%;
		height:30px;
	}
	header ul li a:hover{
		color:#9B59B6;
		text-decoration:none;
	}
	header ul li a.active{
		color:#9B59B6;
		background-color:#eeeeee;
		text-decoration:none;
	}
	
	.circle{
		display:inline-block;
		height:8px;
		width:8px;
		font-size:6px;
		margin:0 5px;
		background-color:#666;	
  		border-radius:100%;
		text-align:center;
	}
		
	.circle.circle-med{
		height:16px;
		width:16px;
		line-height:25px;
		font-size:13px;
		margin:0 5px;
	}
	.circle.circle-med .glyphicon{
		top:3px;
	}
		
	.circle.circle-big{
		height:24px;
		width:24px;
		line-height:50px;
		font-size:25px;
		margin:0 5px;
	}
	.circle.circle-big .glyphicon{
		top:4px;
	}
	
	
	.badge-primary {  background-color: #428bca;}
	.badge-success {  background-color: #5cb85c;}
	.badge-info {  background-color: #5bc0de;}
	.badge-warning {  background-color: #f0ad4e;}
	.badge-danger {  background-color: #d9534f;}
	.badge-inverse {  background-color: #333333;}
	.badge-important {  background-color: #b94a48;}



	#page{
		padding:0;
		width:100%;
		margin:65px 0% 0;
		overflow-x: hidden;
		overflow-y: hidden;
		display:block;
	}
	#full{
		display:block;
		padding:0;
		width:98%;
		margin:0 1% 15px;
		overflow-x: hidden;
		overflow-y: hidden;
		background-color:#eeeeee;
	}
	#items{
		display:block;
		position: fixed;
		left:1%;
		width:31.33%;
		top:50px;
		bottom:15px;
	}
	
	#items.normal{
		display:block;
		position:static;
		left: inherit;
		width:100%;
		top: inherit;
		bottom: inherit;
	}
	#items.normalmargin{
		display:block;
		position:static;
		left: inherit;
		width:98%;
		margin:0 1% 20px;
		top: inherit;
		bottom: inherit;
	}
	#content{
		display:block;
		padding:0;
		width:64.66%;
		margin:0 1% 15px 34.33%;
		overflow-x: hidden;
		overflow-y: hidden;
		background-color:#eeeeee;
	}
	#content.normal{
		display:block;
		position:static;
		width:100%;
		margin:0px;
	}
	
	.heading {
		width: 100%;
		margin:0px;
		padding: 15px;
		background: #F9F9F9;
	}
	
	.heading.heading-bordered {
		border: 1px solid #DBE0E4;
	}
	
	.heading .icon {
		float: left;
		margin-right: 15px;
		width: 30px;
		height:30px;
		text-align: center;
		color: #7F8FA4;
	}
	.heading .icon span {
		font-size: 30px;
	}
	.heading .title {
		float: left;
	}
	.heading .title h1, .heading .title h2, .heading .title h3, .heading .title h4, .heading .title h5, .heading .title h6 {
		margin: 0 0 0px;
		padding: 0;
		float: left;
		font-size: 15px;
		line-height: 20px;
		font-weight: 600;
		clear: both;
		color: #1B2431;
		width: 100%;
	}
	.heading .title p {
		float: left;
		margin-bottom: 0;
		font-weight: 400;
		line-height: 15px;
		margin-top: 0;
		padding:0px;
		color: #7F8FA4;
		font-size: 12px;
	}
	.heading .heading-elements {
		float: right;
		position: relative;
	}
	
	
	.sidebar-list {
		list-style: none;
		padding-left: 0;
		margin: 0;
	}
	
	.sidebar-list .sidebar-compose {
		margin-bottom: 20px;
		list-style: none;
	}
	.sidebar-list h1, .sidebar-list h2, .sidebar-list h3, .sidebar-list h4, .sidebar-list h5, .sidebar-list h6  {
		text-transform: uppercase;
		margin-bottom: 6px;
		margin-top: 15px;
		color: #666;
		list-style: none;	
		font-size: 15px;
	}
	.sidebar-list .sidebar-item {
		font-size: 13px;
		list-style: none;
	}
	.sidebar-list .sidebar-item a {
		display: block;
		color: #000;
		padding: 8px 2px;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		text-decoration:none;
	}
	
	.sidebar-list .sidebar-check {
		display: block;
		color: #000;
		padding: 8px 2px;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		text-decoration:none;
	}
	.sidebar-list .sidebar-check label{
		margin:0;
	}
	
	.sidebar-list .sidebar-item a:hover {
		background-color:rgba(0, 0, 0, 0.025)
	}
	.sidebar-list .sidebar-icon {
		width: 18px;
		text-align: center;
		margin-left: 3px;
		margin-right: 4px;
	}
	
	
	
	
	.panel-body::-webkit-scrollbar {  
		background-color: transparent;  
    	width: 5px;  
	}  
	.panel-body::-webkit-scrollbar-track {  
		background-color: transparent;  
		border:0px;  
	}  
	.panel-body::-webkit-scrollbar-thumb {  
		background-color: #999;
		border-radius: 2px;
	}  
	.panel-body::-webkit-scrollbar-thumb:hover {  
		background-color: #aaa;  
	}  

	
	.panel{
		margin-top: 15px;
		margin-bottom:15px;
		background-color: white;
		-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.125);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.125);
	}
	.panel-head{
		color: #333333;
		background-color: white;
		padding: 10px;
		border-bottom: 1px solid #eeeeee;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
	}
	.panel-head h2{
		display:inline-block;
		margin: 0 0 0 0;
		font-size: 15px;
		font-family: inherit;
		color: inherit;
		line-height:30px;
	}
	.panel-body{
		overflow: auto;
		background-color:#FFF;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	.panel-body.padding{
		padding:10px;
	}
	.panel-body .item{
		padding:10px 15px;
		display:block;
		color:#000;
		text-decoration:none;
		position:relative;
		background: rgba(0, 0, 0, 0.00);
	}
	.panel-body .item.tooltip:hover:after{
		border: 1px solid #fc0;
		padding: 3px 6px;
		background: #fffea1;
		content: "pend: "attr(data-asientos-pendientes) " | den: "attr(data-asientos-dentro);
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0;
	}
	.panel-body .item:nth-child(even) { background: rgba(0, 0, 0, 0.025); }
	.panel-body .item:hover { background: rgba(0, 0, 0, 0.050); } 
	.panel-body .item.active { background-color: #e1e0de; } 
	.panel-footer{
		padding: 10px;
		background-color: #fafafa;
		border-top: 1px solid #dddddd;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		text-align:right;
	}
	.dropdown:hover .dropdown-menu {
		display:block;
	}
	
	.dropdown-menu {
		display:none;
		position:absolute;
		background-color:#fff;
		width: 200px;
		top:50px;
		left:5px;
		padding:5px;
		-webkit-border-radius: 4px;
     	   -moz-border-radius: 4px;
        	    border-radius: 4px;
		box-shadow: 0px 0px 5px #CCC;
	   -webkit-box-shadow: 0px 0px 5px #CCC;
	   -moz-box-shadow: 0px 0px 5px #CCC;
		height: auto !important; 
		font-weight:normal;
	}
	.dropdown-menu:after {
		content: "\00a0";
		display: block; /* FF 3.0 */
		top: -14px;
		left: 10%;
		margin-left:-7px;
		width: 0;
		height: 0;
		position: absolute;
		border-width: 7px 7px;
		border-style: solid;
		border-color:  transparent transparent #FFF;
	}
	
	.alignRight .dropdown-menu:after {
		left: 90%;
	}
	.alignRight .dropdown-menu {
		right:5px !important;
		left:inherit;
	}
	.dropdown-menu li{
		display:block;
		float:none;
		height:30px;
		margin:0px;
		margin-right:0px;
		font-weight:normal;
	}
	.dropdown-menu li a{
		line-height:30px;
		display:block;
		margin:0px;
		color:#000;
		float:none;
		font-weight:normal;
		text-decoration:none;
		padding:0px 10px;
		font-size:14px;
		height:30px;
	}
	.dropdown-menu li a:hover {
		color: #9B59B6;
		text-decoration: none;
	} 
	
	.entero.margintopbottom, .noveno.margintopbottom, .mitad.margintopbottom, .dobletercio.margintopbottom, .tercio.margintopbottom,.cuarto.margintopbottom, .terciocuarto.margintopbottom,  .quinto.margintopbottom, .sexto.margintopbottom, .octavo.margintopbottom, .decimo.margintopbottom{
		margin-top:5px;
		margin-bottom:5px;
	}
	
	.noveno{
		display:block;
		float:left;
		width:9.11%;
		margin:0px 1%;
		text-align:justify;
	}
	.octavo{
		display:block;
		float:left;
		width:10.5%;
		margin:0px 1%;
		text-align:justify;
	}
	.decimo{
		display:block;
		float:left;
		width:8%;
		margin:0px 1%;
		text-align:justify;
	}
	
	.sexto{
		display:block;
		float:left;
		width:14.66%;
		margin:0px 1%;
		text-align:justify;
	}
	
	.quinto{
		display:block;
		float:left;
		width:18%;
		margin:0px 1%;
		text-align:justify;
	}
		
	.cuarto{
		display:block;
		float:left;
		width:23%;
		margin:0px 1%;
		text-align:justify;
	}
	
	.terciocuarto{
		display:block;
		float:left;
		width:73%;
		margin:0px 1%;
		text-align:justify;
	}
	
	.triplecuarto{
		display:block;
		float:left;
		width:73%;
		margin:0px 1%;
		text-align:justify;
	}
	
	.tercio{
		display:block;
		float:left;
		width:31.33%;
		margin:0px 1%;
		text-align:justify;
	}
	
	.dobletercio{
		display:block;
		float:left;
		width:64.6%;
		margin:0px 1%;
		text-align:justify;
	}
	
	
	.cuadruplequinto{
		display:block;
		float:left;
		width:78%;
		margin:0px 1%;
		text-align:justify;
	}

	.mitad{
		display:block;
		float:left;
		width:48%;
		margin:0px 1%;
		text-align:justify;
	}
	
	.entero{
		display:block;
		float:left;
		width:98%;
		margin:0px 1%;
		text-align:justify;
	}
	
	.entero img, .mitad img, .dobletercio img, .tercio img,.cuarto img, .terciocuarto img,  .quinto img, .sexto img, .octavo img, .noveno img, .decimo img{
		display:block;
		width:100%;
		text-align:center;
	}
	
	.caja-numero{
		padding:10px;
		-webkit-border-radius: 4px;
     	   -moz-border-radius: 4px;
        	    border-radius: 4px;
		color:#FFF;
		font-size:12px;
		line-height:20px;
		text-align:center;
		margin-bottom:5px;
		display:block;
		margin-bottom:15px;
		position:relative;
	}
	a.caja-numero:hover {
		background-color: #666;
		text-decoration: none;
		color:#FFF;
	}
	.caja-numero span.badge{
		position:absolute;
		right:-7px;
		top:-6px;
	}
	.caja-numero span.badge.badge-success,.caja-numero span.badge.badge-danger{
		position:absolute;
		right:-7px;
		top:auto;
		bottom:-6px;
	}
	.caja-numero-big{
		padding:5px 10px;
		margin: 5px 1% 15px;
		-webkit-border-radius: 4px;
     	   -moz-border-radius: 4px;
        	    border-radius: 4px;
	}
	.caja-numero-big big{
		display:block;
		text-align:center;
		font-size:25px;
		line-height:35px;
		font-weight:bold;
		color:#FFF;
	}
	.caja-numero-big strong{
		display:block;
		text-align:center;
		font-size:15px;
		line-height:25px;
		color:#FFF;
	}
	.caja-info {
		background-color: #39b3d7;
 	}

	.caja-success {
		background-color: #47a447;
	}

	.caja-error {
		background-color: #d2322d;
	}

	.caja-warning {
		background-color: #ed9c28;
	}

	.caja-load {
		color:#000;
		background-color: #EEE;
	}

	.caja-load big, .caja-load strong{
		color:#000 !important;
	}
	
	.text-right{
			text-align:right;
		}
	.input-big {
		font-size: 20px !important;
	  line-height: 28px !important;
	  height:auto !important;
	}
	.line-bottom{
		border-bottom:#ddd solid 1px;
	}
	.line{
		border:#CCC solid 1px;
	}
	.btn-group{
		margin-bottom:5px;
	}
	
	.icon-butaca, .icon-butaca-delete {
		  display: inline-block;
		  width: 14px;
		  height: 14px;
		  margin-top: 1px;
		  *margin-right: .3em;
		  line-height: 14px;
		  vertical-align: text-top;
		  background-image: url("../img/butaca.png");
		  background-repeat: no-repeat;
		}
	.icon-butaca {
		  background-position: top center;
		}
	.icon-butaca-delete {
		  background-position: bottom center;
		}
	.oculto{ display:none;}
	.gray{
			background-color:#EFEFEF;
			margin-bottom:0px;
			padding:10px;
	}
	div.success, article.success, section.success, a.success{
		  background-color: #dff0d8 !important;
		}
	div.warning, article.warning, section.warning, a.warning {
		  background-color: #fcf8e3 !important;
		}
	div.error, article.error, section.error, a.error, div.danger, article.danger, section.danger, a.danger {
		  background-color: #f2dede !important;
		}
	div.info, article.info, section.info, a.info{
		  background-color: #d9edf7 !important;
		}
	.border-color-error{ border-color:#b94a48 !important; color:#b94a48 !important;}
	.color-error{ color:#b94a48 !important;}
	
	.sobrepuesto {
		position:relative;
	}
	
	.sobrepuesto > div{
		position:absolute;
		top:5px;
		right:5px;
	}
	
	.input-block-level {
		display: block;
		width: 100%;
		margin:3px 0% 7px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.428571429;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	}
	
	
	footer{
		margin: 15px 0;
		display:block;
		border-top:#EFEFEF solid 1px;
		padding:5px 0;
		}
	#mensajealert {
		display:block;
		position: fixed;
		top: 50px;
		right: 10px;
		width:300px;
		z-index:1141;
		cursor:pointer;
		font-size: 150%;
		line-height: 1.5;
	}
	
	.fileContainer {
		overflow: hidden;
		position: relative;
		float: left;
	}

	.fileContainer [type=file] {
		cursor: inherit;
		display: block;
		font-size: 999px;
		filter: alpha(opacity=0);
		min-height: 100%;
		min-width: 100%;
		opacity: 0;
		position: absolute;
		right: 0;
		text-align: right;
		top: 0;
		cursor: pointer;
	}
	
	.max-height150{
		max-height:150px;
		overflow:auto; 	
	}
	
	.overflow{
		overflow: auto !important;
	}
	table {
		width: 100%;
	}
	
		
	.butacas-mini .butacas table tr td{
		text-align: center;
		width:14px;
		height:16px;
		padding:1px;
		margin:0px;
	}
	
	
	
	.butacas table{
  position:relative;
  padding: 0px;
  margin: 0px auto;
		width: inherit !important;
}


.butacas table tr td[colspan="3"] {
    font-weight: bold;
  text-align: center;
  font-size:115%;
  padding: 30px 0 10px;
}

.butacas table tr td.escenario {
    color: #FFFFFF;
    background-color: #999999;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin: 0px;
    font-size: 135%;
    text-transform: uppercase;
}


.butacas table tr td {
    text-align: center;
    width: 20px;
    height: 20px;
    padding: 3px;
    margin: 0px;
}
.butacas table tr td.pasillo {
        background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #333;
	width: 40px;
    height: 28px;
    padding: 3px 12px;
}

.butacas table tr td .fila{
   display: flex;
	 margin:0px 0px 2px;
}
.butacas table tr td .fila div{
   margin:2px;
  height:24px;
  width:24px;
}

.butacas table tr td .fila div.vacio{
  background: #fff; 
    display: inline-block; 
    text-align:center; 
    line-height:22px;
    font-size: 14px;
    border-radius: 5px; 
    color:#000;
}

.butacas table tr td.latizquierdo .fila{
   justify-content: flex-end;
}
.butacas table tr td.latderecho .fila{
  justify-content: flex-start;
}
.butacas table tr td.centradas .fila{
    justify-content: center ;
}
	
	input[type=checkbox].check_butaca {display: none; margin:0px; padding:0px;}
	
	input[type=checkbox].check_butaca + label{
		display: inline-block; 
		text-align:center; 
		line-height:25px;
		font-size: 12px;
		width: 24px; 
		height:24px; 
		border-radius: 5px; 
		cursor:pointer; 
		background-color:#BBB; 
		margin:0px; 
		padding:0px;
		color:#FFF;
		border-bottom: solid 4px rgba(0, 0, 0, 0.3);
		border-radius: 8px 8px 0px 0px;
		position:relative;
	}

	input[type=checkbox].check_butaca + label:after{
		background: transparent;
		bottom:0px;
		border-left:solid 2px rgba(0, 0, 0, 0.3);
		border-right:solid 2px rgba(0, 0, 0, 0.3);
		content: " ";
		right: 0;
		left: 0;
		height:10px;
		position: absolute;
		display: block;
	}


	
input[type=checkbox].check_butaca:checked + label{ cursor: pointer; position:relative;color:#FFF;background-color: #000 !important; border-bottom: solid 4px rgba(255, 255, 255, 0.5);}

input[type=checkbox].check_butaca:checked + label:after{ border-left:solid 2px rgba(255, 255, 255, 0.5); border-right:solid 2px rgba(255, 255, 255, 0.5);}


input[type=checkbox].check_butaca:disabled + label{position:relative;cursor: not-allowed; background-color: #ddd; color:#000; opacity: .25;}

input[type=checkbox].check_butaca.pendiente:disabled + label{ cursor: pointer; position:relative;color:#FFF; opacity: 1;}
input[type=checkbox].check_butaca.pendiente:disabled + label:before {position: absolute; content:"";  left: 0px;  top:0px;  height: 0px;  width:0px;  border-bottom: 24px solid #00000000;  border-left: 24px solid  #000000FF;  border-top-right-radius: 8px; border-top-left-radius: 8px;  opacity: 1; mix-blend-mode:  color-burn;}
	
input[type=checkbox].check_butaca.disabledhide:disabled + label{cursor:default; color:#FFF;opacity: 1;}
input[type=checkbox].check_butaca.disabledhide:disabled + label:before{display:none;}
	
	input[type=checkbox].check_butaca.forceopacity  + label {opacity: 1 !important;cursor:default;background-color: #616f77 !important;color: #fff;}
	
/*	input[type=checkbox].check_butaca.libre + label{  background-color:#5cb85c; cursor: default;}*/
	
	
	
	input[type=checkbox].check_butaca + label span.tooltip{
		position: relative;
		display: block;
	}
	
	input[type=checkbox].check_butaca + label:hover span.tooltip:after{
		background: #616f77;
		bottom:20px;
		color: #fff;
		content: attr(data-texto);
		right: 0%;
		font-size:90%;
		padding: 6px;
		line-height:110%;
		position: absolute;
		z-index: 1000000;
    	text-indent:initial;
		white-space: pre;
		display: none;
	}
	
	input[type=checkbox].check_butaca + label span.tooltip:not([data-texto=""]):after {
		display: block;
	}
	

	
	
	.butacas-mini input[type=checkbox].check_butaca + label{width: 12px; height:12px;}
	.butacas-mini input[type=checkbox].check_butaca + label:before {left: 0px; top: 0px; font-size:8px; height:12px; width:12px; line-height:10px;}

	
	.mensajes-ver .gray{
		padding:0px;
	}
	.mensajes-ver .form-actions{
		margin:0px;
		padding:10px;
	}
	.mensajes-ver .form-actions.bottom{
		margin-top:15px;
	}
	.mensajes-ver .form-actions.top{
		margin-bottom:15px;
		border:none;
		border-bottom: 1px solid #e5e5e5;
	}
	
	blockquote {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 10px;
		margin-left: 20px;
		padding-left: 10px;
		border-left: 3px solid #ccc;
	} 
	
	.modal-backdrop {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1040;
		background-color: #000000;
	}

	.modal-backdrop.fade {
	  opacity: 0;
	}

	.modal-backdrop,
	.modal-backdrop.fade.in {
	  opacity: 0.8;
	  filter: alpha(opacity=80);
	}

	.modal {
	  position: absolute;
	  top: 0;
	  left: 50%;
	  z-index: 1050;
	  width: 560px;
	  margin-left: -280px;
	  background-color: #ffffff;
	  border: 1px solid #999;
	  border: 1px solid rgba(0, 0, 0, 0.3);
	  *border: 1px solid #999;
	  -webkit-border-radius: 6px;
		 -moz-border-radius: 6px;
			  border-radius: 6px;
	  outline: none;
	  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
		 -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
			  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	  -webkit-background-clip: padding-box;
		 -moz-background-clip: padding-box;
			  background-clip: padding-box;
	}
	.modal.big{
		left: 0%;
		width: 90%;
		margin-left: 0px;
		margin:0 5% 30px;
	}

	.modal.fade {
	  top: -25%;
	  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
		 -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
		   -o-transition: opacity 0.3s linear, top 0.3s ease-out;
			  transition: opacity 0.3s linear, top 0.3s ease-out;
	}

	.modal.fade.in {
	  top: 10%;
	}

	.modal-header {
	  padding: 9px 15px;
	  border-bottom: 1px solid #eee;
	}

	.modal-header .close {
	  margin-top: 2px;
	}

	.modal-header h3 {
	  margin: 0;
	  font-size:15px;
	  line-height: 30px;
		display: inline-block;
	}

	.modal-body {
	  position: relative;
	  
	  padding: 15px;
	  overflow-y: auto;
	}

	.modal-form {
	  margin-bottom: 0;
	}

	.modal-footer {
	  padding: 14px 15px 15px;
	  margin-bottom: 0;
	  text-align: right;
	  background-color: #f5f5f5;
	  border-top: 1px solid #ddd;
	  -webkit-border-radius: 0 0 6px 6px;
		 -moz-border-radius: 0 0 6px 6px;
			  border-radius: 0 0 6px 6px;
	  *zoom: 1;
	  -webkit-box-shadow: inset 0 1px 0 #ffffff;
		 -moz-box-shadow: inset 0 1px 0 #ffffff;
			  box-shadow: inset 0 1px 0 #ffffff;
	}

	.modal-footer:before,
	.modal-footer:after {
	  display: table;
	  line-height: 0;
	  content: "";
	}

	.modal-footer:after {
	  clear: both;
	}

	.modal-footer .btn + .btn {
	  margin-bottom: 0;
	  margin-left: 5px;
	}

	.modal-footer .btn-group .btn + .btn {
	  margin-left: -1px;
	}

	.modal-footer .btn-block + .btn-block {
	  margin-left: 0;
	}
	
	.uploader input[type=file]{
		display:none;
	}
	.uploader .archives{
		padding:2%;
		margin:15px 0;
		background-color:#e1e0de;
		border:dashed 5px #CCC;
		clear:both;
	}
	
	.hide{
		display:none;
	}
	
	.hideforce{
		display:none !important;
	}
	
	#formcontent input:disabled, #formcontent select:disabled, #formcontent textarea:disabled{
		border:none;
		background-color:transparent;
		padding:0px !important;
		color:#000 !important;
		-webkit-box-shadow: none;
		box-shadow: none;
		cursor:default;
		line-height: normal;
	}
	
	.form-control, .input-block-level{
		font-size:inherit;
		display:block;
		margin-top:5px ;
		margin-bottom:6px ;
	}
	
	.input-group .form-control, .input-group .input-block-level{
		font-size:inherit;
		display:block;
		margin-top:0px !important;
		margin-bottom:0px !important;
	}
	
	.icon-refresh{
    -webkit-animation-name:             rotate; 
    -webkit-animation-duration:         1s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-transition-timing-function: linear;
    }
	
	.datepicker {
		left:0px !important;
		right:inherit !important; 
		padding: 4px;
		margin-top: 1px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		position: absolute;
		z-index: 1010;
		list-style: none;
		background-color: #ffffff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	
	}
	.datepicker:before {
	  content: '';
	  display: inline-block;
	  border-left: 7px solid transparent;
	  border-right: 7px solid transparent;
	  border-bottom: 7px solid #ccc;
	  border-bottom-color: rgba(0, 0, 0, 0.2);
	  position: absolute;
	  top: -7px;
	  left: 6px;
	}
	.datepicker:after {
	  content: '';
	  display: inline-block;
	  border-left: 6px solid transparent;
	  border-right: 6px solid transparent;
	  border-bottom: 6px solid #ffffff;
	  position: absolute;
	  top: -6px;
	  left: 7px;
	}
	.datepicker table {
	  width: 100%;
	  margin: 0;
	}
	.datepicker td, 
	.datepicker td a{ 
		text-align: center;
		width: 30px !important;
		height: 30px !important;
		line-height:30px;
		color:#000;
	}
	.datepicker td a{ 
		display:block;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		text-decoration:none;
	}
	.datepicker td a:hover {
		background: #eeeeee;
		cursor: pointer;
	}
	.datepicker td span.disabled {
		color: #CCC;
	}
	.datepicker td a.active, .datepicker td a.active:hover{
		font-weight:bold;
		color: #fff;
		background-color: #3071a9;
		border-color: #285e8e;
	}
	.datepicker td a.select, .datepicker td a.select:hover{
		font-weight:bold;
		color: #fff;
		background-color: #449d44;
		border-color: #398439;
	}
	.progress-mini{
		height:5px;
		margin-bottom:0;
	}
	
	
	
	.loading:before {
		content: "";
		display: block;
		position:absolute;
		text-align:center;
		top:0px;
		bottom:0px;
		left:0px;
		right:0px;
		width:100%;
		height:100%;
		background: rgba(255, 255, 255, 0.80);
		z-index:902; 
	}
	.loading:after {
		content: "\e031";
		display: block;
		position:absolute;
		text-align:center;
		line-height:4000%;
		margin-left:-12px;
		margin-top:-12px;
		font-size:24px;
		line-height:24px;
		height:24px;
		width:24px;
		top:50px;
		left:50%;
		font-family: 'Glyphicons Halflings';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		z-index:903;
		
		animation-name: spin;
		animation-duration: 2000ms;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
	}
	
	
    @keyframes spin { 
        from { 
            transform: rotate(0deg); 
        } to { 
            transform: rotate(360deg); 
        }
    }
	
	
	div.disabled:before {
		content: "";
		display: block;
		position:absolute;
		text-align:center;
		top:0px;
		bottom:0px;
		left:0px;
		right:0px;
		width:100%;
		height:100%;
		background: rgba(220, 220, 220, 0.80);
		z-index:901; 
	}
	
	
	

	.radio-group {
		border: 1px solid #cccccc;
		display: inline-block;
		margin: 3px;
		border-radius: 3px;
		overflow: hidden;
	}
	.radio-group input[type=radio] {
		position: absolute;
		visibility: hidden;
		display: none;
		margin: 0px;
		padding: 0px;
	}
	.radio-group label {
		color: #333333;
		background-color: #f5f5f5;
		display: inline-block;
		cursor: pointer;
		padding: 5px 10px;
		margin: 0px;
	}
	.radio-group input[type=radio]:checked + label{
		color: #fff;
		background: #0044cc;
	}
	.radio-group label + input[type=radio] + label {
		  border-left: 1px solid #cccccc;
	}
	
	.cat-box{margin-bottom:1.5rem;text-align:center;background:#fff;border:1px solid #c2cfd6;border-radius: .25rem;}
	.cat-box .cat-name {display: block;margin: -1px -1px 0;line-height: 30px;color: #FFF; border-radius: .25rem .25rem 0 0;}
	.cat-box ul { padding: 0px 0; list-style: none;}
	.cat-box ul li {display: block;float: left;width: 25%; border-right: 1px solid #c2cfd6;overflow:hidden;line-height: 17px;}
	.cat-box ul li:last-child { border-right: none;}
	.cat-box ul li strong { display: block; font-size: 100%;}
	.cat-box ul li span { font-size: 70%; font-weight: 500; color: #949ca0; text-transform: uppercase;line-height: 10px;}

	.text-primary {  color: #428bca;}
	.text-success {  color: #5cb85c;}
	.text-info {  color: #5bc0de;}
	.text-warning {  color: #f0ad4e;}
	.text-danger {  color: #d9534f;}
	.text-inverse {  color: #333333;}
	.text-important {  color: #b94a48;}
	
	.btn-badge:after{
		display: inline-block;
		padding: 3px 7px;
		margin-left: 7px;
		color: #000;
		font-size: 80%;
		line-height: 1;
		vertical-align: baseline;
		white-space: nowrap;
		text-align: center;
		background-color: #FFF;
		border-radius: 10px;
		content:attr(data-cantidad);
	}
	
}
@media all and (max-width: 980px){
	.btn-navbar{ display: block !important;}
	
	.octavo{
		width:23%;
	}
	.decimo{
		width:18%;
	}
	
	.sexto, .noveno{
		width:31.33%;
	}
	.mascuarto{
		width:23%;
	}

	
}
@media all and (max-width: 767px){
	
	.cero {
		height:0px;}
	body{font-size:13px;}
	
	header ul li  a{
		padding:0px 12px;
	}
	header{
		margin-bottom:5px;
	}
	header ul li a span{
		display:none;
	}
	
	.heading .title h1, .heading .title h2, .heading .title h3, .heading .title h4, .heading .title h5, .heading .title h6 {
		float: left;
		width: auto;
		display:inline-block;
	}

	#page{
		width:95%;
		margin:60px 2.5% 10px;
		height:auto;
	}
	#items{
		display:block;
		position:static;
		left: inherit;
		width:100%;
		top: inherit;
		bottom: inherit;
	}
	#content{
		display:none;
		position: fixed;
		overflow:auto;
		top:0px;
		bottom:0px;
		left:0px;
		right:0px;
		width:96%; 
		padding:0px;
		margin:0 2%; 
		margin-top:60px;
		background-color:#eeeeee;
	}
	#content.normal{
		display:block;
		position:static;
	}
	#content::-webkit-scrollbar {  
		background-color: transparent;  
    	width: 5px;  
	}  
	#content::-webkit-scrollbar-track {  
		background-color: transparent;  
		border:0px;  
	}  
	#content::-webkit-scrollbar-thumb {  
		background-color: #999;
		border-radius: 2px;
	}  
	#content::-webkit-scrollbar-thumb:hover{  
		background-color: #aaa;  
	}  
	.panel-body{ 
		overflow:auto;
	}
	
	#mensajes-ver{ display:none;}
	
	.tercio, .dobletercio{
		width:100%;
		margin:0px;
	}
	form .tercio, form .mitad{
		width:100%;
		margin:0px;
	}
	.cuarto{
		width:98%;
	}
	.terciocuarto{
		width:98%;
	}
	.terciocuarto .tercio{
		width:29.3%;
	}

}
@media all and (max-width: 504px){
	body{font-size:12px;}
	.tercio, .mitad, .cuarto, .quinto{
		width:100%;
		margin:0px;
	}
	header ul li  a{
		padding:0px 6px;
	}
	header ul li a img{
		margin:13px 0;
		border-radius: 50%;
		height:24px;
	}
	
	.sexto, .octavo, .noveno, .decimo{
		width:46%;
		margin:5px 2%;
	}
	.terciocuarto .tercio{
		width:96%;
	}
	
}
@media all
	and (min-device-width: 768px)
	and (max-device-width: 1024px){
	
	
}