.tarjeta {
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px
		rgba(63, 63, 68, 0.1);
	background-color: #FFFFFF;
	margin-bottom: 30px;	
}

.tarjeta .header {
	padding: 15px 15px 0;
}

.tarjeta .title {
	margin: 0;
	color: #333333;
	font-weight: 300;
}

.claseDrop {
	padding-right: 20px;
	background-color: #337ab7;
	margin-right: 15px;
}

.barraLocacion {
	margin-top: 2px;
	padding-top: 5px;
	margin-left: 35%;
	top: 40px;
	position: relative;
}
.etiqueta-filtro {
vertical-align: middle;
color: gray;
font-size: 12px;
text-align: right;
height: 50px;
}
.boton_busqueda{
font-size: 20px;
border-radius: 75px;
padding: 0px 10px;
}

.textoRojo {
	color: #F00;
}

ul[dnd-list] .dndPlaceholder {
	background-color: #ddd;
	display: block;
	min-height: 35px;
}

ul[dnd-list] .dndDraggingSource {
	border-style: solid;
	border-color: #3366cc;
	border-radius: 8px;
	display: inline-block;
	padding: 5px;
}

ul {
	margin-left: 0;
	padding-left: 0;
}

.mapLocacion {
	margin-top: 2px;
	padding-top: 5px;
	margin-left: 10%;
	position: relative;
}
/* Space out content a bit */
body {
	/*padding-bottom: 20px;*/
	
}

.lvl-over {
	/* applied to a drop target when a draggable object is over it */
	border: 2px dashed black !important;
}

.lvl-target {
	/* 
				applied to all drop targets when a drag operation begins 
				removed when the drag operation ends
				used to indicate drop targets on a page 
				*/
	background-color: #ddd;
	opacity: .5;
}

body.waiting-for-angular div#content-outer {
	display: none;
}

body.waiting-for-angular div#initializing-panel {
	display: block;
	background: url(images/loading.gif) center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.menu-usu-trans-show {
	display: block;
	padding-top: 15px !important;
	color: white !important;
}

#content-outer {
	background: url(images/content_repeat.jpg) repeat-x;
	background-color: white;
}

#mapid {
	height: 480px;
	width: 700px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header, .marketing, .footer {
	padding-left: 15px;
	padding-right: 15px;
}

/* Custom page header */
.header {
	border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
	padding-bottom: 19px;
}

/* Custom page footer */
.footer {
	padding-top: 19px;
	color: #777;
	border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media ( min-width : 768px) {
	.container {
		max-width: 730px;
	}
}

.container-narrow>hr {
	margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
	border-bottom: 1px solid #e5e5e5;
}

.jumbotron .btn {
	font-size: 12px;
	padding: 8px 16px;
}

/* Supporting marketing content */
.marketing {
	margin: 40px 0;
}

.marketing p+h4 {
	margin-top: 28px;
}

.loader {
	border: 10px solid #f3f3f3; /* Light grey */
	border-top: 10px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 2s linear infinite;
}

@
keyframes spin { 0% {
	transform: rotate(0deg);
}

100%
{
transform
:rotate


(360
deg
 
);
}
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
	/* Remove the padding we set earlier */
	.header, .marketing, .footer {
		padding-left: 0;
		padding-right: 0;
	}
	/* Space out the masthead */
	.header {
		margin-bottom: 30px;
	}
	/* Remove the bottom border on the jumbotron for visual effect */
	.jumbotron {
		border-bottom: 0;
	}
}

.logo {
	position: absolute;
	top: 8px;
	left: 5px;
}

.borde_logo {
	border-color: red;
	border: 10px;
}

table thead tr th {
	text-align: center;
}

table tbody tr td {
	text-align: center;
}

.dropzone {
	width: 600px;
	height: 50px;
	border: 2px dashed black;
	text-align: center;
	padding: 30px;
	margin: 20px;
	font-family: Arial;
}

.image-container {
	height: 30px;
	margin: 20px;
}

.image-container img {
	max-width: 100%;
}

.file-name {
	font-family: Arial;
}

.warning-message {
	border: 1px solid;
	margin: 10px 10px;
	padding: 0px 5px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #9F6000;
	background-color: #FEEFB3;
}

.glyphicon-exclamation-sign:before {
	position: absolute;
	margin-left: -20px;
}

.btn-syncro {
	width: 175px;
}

.container-login {
	padding-top: 100px;
}

.boton_dashboard {
	font-size: 20px;
	border-radius: 75px;
	padding: 0px 10px;
	border-color: #243a72;
}

.boton_barra {
	font-size: 25px !important;
	border-width: 0px;
	border-radius: 0px;
	padding: 0px 10px;
}

.boton_dashboard  i {
	margin-top: 5px;
}

.boton_accion {
	font-size: 20px;
	border-radius: 75px;
	padding: 0px 10px;
	color: black;
	border-color: #243a72;
}

.cursor_boton {
	cursor: pointer;
}

.etiqueta-filtro {
	vertical-align: middle;
	color: gray;
	font-size: 12px;
	text-align: right;
	height: 50px;
}

.etiqueta-filtro-middle {
	padding-top: 12px;
}

.etiqueta {
	vertical-align: middle;
	text-align: right;
	padding-top: 15px !important;
	color: grey;
}

.table>thead>tr>th {
	font-weight: bold;
	color: black;
}

.sidebar-wrapper {
	background-color: #243a72;
}

.table-row-buttons{
	width: 17%;
}

.map-container{
	margin-left:2%;
	height: 410px;
}

.checkbox-grande{
	width: 31px;
	height: 31px;
}

.main-panel > .content{
	padding: 1% 1%;
}

/** Para poder bajar la app desde el cel facil **/

@media (min-width: 992px) {
  .descarga-app-mobile {
    display: none;
  }

}
@media (max-width: 991px) {
  .descarga-app-mobile {
    width: 100%;
    margin-top: 15px;
  }
}

.voucher-container{
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px
		rgba(63, 63, 68, 0.1);
	background-color: #FFFFFF;
	margin-bottom: 30px;
	min-height: 595px;
    width: 816px;
    display: inline-block;
}



.cantidad-container{
	background-color: green;
}




.voucher-border{
	border: 1px solid; 
	width: 416px;
	height: 235px;
	margin-left: 25%;
	margin-bottom: 10%;
}

.voucher-header{
	background-color: #243a72 !important; 
	-webkit-print-color-adjust: exact; 
	height: 52px; 
	text-align: center;
}

.voucher-header-image{
	max-height: 41px;
}

.voucher-body-td{
	height: 159px; 
	width: 207px
}

.voucher-body-table{
	height: 100%; 
	width: 100%;
}

.voucher-comercio-image-cont{
	margin: 2px 0px; 
	text-align: center;
}

.voucher-comercio-image{
	max-height: 63px;
}

.voucher-descr-legales{
	margin: 0px 5px; 
	font-size: 66%; 
	font-family: Poppins, sans-serif; 
	text-align: center;
}

.voucher-descr{
	margin:0px 5px; 
	font-size: 90%; 
	text-align: center; 
	font-family: Poppins, sans-serif;
}

.voucher-qr-image{
	margin-top: 2px; 
	text-align:center;
}

.voucher-qr-codigo{
	text-align: center; 
	font-size: 115%; 
	font-family: sans-serif;
}

.voucher-footer{
	background-color: #243a72 !important; 
	color: white !important; 
	-webkit-print-color-adjust: exact; 
	text-align: center; 
	height: 22px; 
	font-size:110%; 
	font-family: Poppins, sans-serif;
}

.voucher-container-filter{
	border-style: solid;
	border-width: thin;
    padding: 15px 15px 15px 15px;
    padding-top: 15px;
    margin-bottom: 15px;
    border-color: rgba(0, 0, 0, 0.1);
}


.qrPromo {
	width: 100%;
	height: 100%;
}

.qrPromo td {
	font-family: Poppins, sans-serif;
	font-size: 160%;
	padding-top: 3%;
}

.qrPromoSmall {
	font-size: 100% !important;
}

.qrPromo button{
		width: 20%;
}

.qrPromoLogo{
	height: 60%
}

@media print{
	
	.sidebar{ 
		display: none;
	}
	
	.navbar{ 
		display: none;
	}
	
	.botones-voucher{
		display: none;
	}
	
	.main-panel{
		overflow: unset;
	}
	
	.voucher-container{
		width: auto;
		display: unset;
	}
	
	.voucher-border{
		page-break-inside: avoid;
		display: block;
	}
	
	.listadoPromociones{
		display: none;
	}
	
	.qrPromo button{
		display: none;
	}
}