body, html{
	height: 100%
}

body{
	margin: 0;
	padding: 0;
	background-color: #f6f6f6;
}

body, textarea{
	font-family: 'Helvetica';
	color: #222;
}

h1{
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

.animate_button{
	display: inline-block;
	border-radius: 3px;
	background-color: #4caf50;
	border: none;
	color: #FFF;
	text-align: center;
	font-size: 1.2em;
	padding: 10px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 3px;
}

.animate_button span{
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.animate_button span:after{
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.animate_button:hover span{
	padding-right: 25px;
}

.animate_button:hover span:after{
	opacity: 1;
	right: 0;
}

div.block_flags {
	display: inline-block;
}

div.block_flags a {
	margin-left: 10px;
}

div#menu-client{
	position: absolute;
	height: 36px;
	left: 16px;
	top: 0px;
	right: 16px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d9d9d9;
}

div#menu-client div.button{
	display: inline-block;
	padding: 10px;
	font-weight: bold;
	background-color: #b8cdde;
	color: #295984;
}

div#menu-client div.button_block{
	display: inline-block;
	padding: 3px;
	color: #295984;
	margin-left: 1rem;
}

div#menu-client div.button a {
	color: #295984;
}

div#menu-client div.button:hover {
	background-color: #295984;
}

div#menu-client div.button:hover a {
	color: #FFF;
}

div#main-block{
	position: relative;
	height: 95%;
	margin: auto;
	top: 35px;
}

div#main-left, div#main-right{
	height: 100%;
	overflow: hidden;
	position: relative;
}

div#main-left{
	margin-right: 300px;
}

div#main-right{
	position: absolute;
    width: 300px;
    right: 0;
    top: 0;
}

div.main-container{
	background-color: #FFF;
	position: absolute;
	padding: 16px;
	top: 28px;
	bottom: 50px;
	overflow: hidden;
	border: 1px solid #d6d6d6;
	box-shadow: 0px 0px 5px #d9d9d9;
}

div#main-left div.main-container{
	left: 16px;
	right: 8px;
}

div#main-right div.main-container{
	left: 8px;
	right: 16px;
}

div.main-container section{
	height: 100%;
}

div.main-container section header{
	position: relative;
	border-bottom: 1px solid #D4AF37;
}

article#lotinfo{
	position: absolute;
    top: 62px;
    bottom: 120px;
    right: 20px;
    left: 20px;
}

footer#bidder-info{
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 20px;
	height: 90px;
	padding: 0px 15px;
	background-color: rgba(255,255,255,0.5);
	font-size: 10px;
}

footer#bidder-info .footer_left{
	width: 49%;
	display: inline-block;
}

footer#bidder-info .footer_rigth{
	width: 49%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

footer#bidder-info .footer_rigth .block_admin_message{
	display: none;
	position: absolute;
	background-color: #fdf4d9;
	border-radius: 4px;
	border: 1px solid #FF9800;
	color: #FF9800;
	width: 100%;
	max-height: 98%;
	font-weight: bolder;
	font-size: 16px;
	text-align: center;
	overflow-x: auto;
}

footer#bidder-info .footer_rigth p.admin_messageblock_admin_message{
	margin: 10px;
}

div#image-container{
	height: 100%;
	width: 48%;
	float: left;
	text-align: center;
	position: relative;
}

div#center-main-img{
	height: 76%;
	text-align: center;
	font: 0/1 a;
}

span.center-img-helper{
	display: inline-block;
	vertical-align: middle;
	height: 98%;
	content: ' ';
}

img#img_lote{
	max-height: 92%;
	max-width: 92%;
	display: inline-block;
	vertical-align: middle;
	display: none;
	border: 3px solid #0f1d22;
}

img#img_spinner{
	max-height: 92%;
	max-width: 92%;
	display: inline-block;
	vertical-align: middle;
}

div#desc-container{
	height: 20%;
	width: 100%;
}

div#desc-container textarea{
	resize: none;
	border: 0;
	margin: 0;
}

div#desc-container textarea#zone_lot{
	font-weight: bolder;
	text-transform: uppercase;
	width: 100%;
	height: 1em;
}

div#desc-container textarea#desc_lot{
	height: 100%;
	width: 100%;
	text-align: justify;
}

div#bids-info{
    position: relative;
    height: 95%;
    width: 49%;
    border-radius: 10px;
    float: right;
    background-color: #f6f6f6;
}
div#bids-info-container{
	position: absolute;
	width: 92%;
	height: 92%;
	margin: 4%;
	text-align: center;
	display: table;
}

div.rows{
	display: table-row;
}
div.ceils{
	display: table-cell;
	vertical-align: middle;
}

div.borderpanel{
	border: 1px solid #d9d9d9;
	border-radius: 3px;
}

div.panel-info{
	background-color: #b8cdde;
	color: #295984;
	border-color: #295984;
}

div#bids-info p{
	margin: 0;
    text-align: center;
}

div.login_block{
	position: relative;
	padding: 8px;
	display: inline-block;
	border: 1px solid #333;
	border-radius: 4px;
}

table.login tr td{
	padding: 3px;
}

table.login tr td.label-form{
	text-align: right
}

table.login tr td input{
	padding: 4px 12px;
}

div#auction_status{
	display: none;
	height: 100%;
    background-color: rgba(246,246,246,0.9);
    z-index: 999;
    position: inherit;
    text-align: center;
}

div#auction_status img.logo_inicio{ 
	max-width: 15rem;
	background-color: #192c54;
	padding: 2rem;
	border-radius: 0;
	box-shadow: 2px 2px 4px #999;
}

div#auction_status form.form{
	display: inline-block;
}

div#auction_status div.block_auction_status{
	padding-top: 1%;
}

div#auction_status #text_auction_status {
    padding: 15px;
    display: inline-block;
    background-color: red;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #333;
    text-transform: uppercase;
}

div#auction_status #message {
    padding: 15px;
    margin-top: 10px;
    display: block;
    background-color: rgba(255,255,255,0.8);
    color: #1B1B1B;
    border: 1px solid #424040;
    border-radius: 3px;
}

div#auction_status img.spinner{
	max-width: 20%;
	max-height: 120px;
} 

div#auction_status p.big_msg{
	font-size: 1.7rem;
	color: #295984;
	font-weight: bolder;
	display: inline-block;
	background-color: #b8cdde;
	padding: 5px 25px;
	margin-bottom: 10px;
	border: 1px solid #295984;
	border-radius: 3px;
}

div#auction_status div.block_admin_message{
	display: none;
	padding: 0 5px;
	background-color: #98e298;
	border-radius: 3px;
	border: 1px solid #055d05;
	font-weight: bolder;
	font-size: 18px;
	color: #055d05;
}

span#lot_num{
	font-size: 3em;
}

img.phone_alert{
	display: inline-block;
	margin-left: 5px;
}

span#start_price{
	font-size: 1.5em;
	margin-left: 15px;
	display: inline-block;
	font-weight: 100;
}

p#lot_price{
	font-size: 3em;
	color: #D30005;
	display: inline-block;
	background-color: #fcd3d3;
	padding: 8px 15px;
	border-radius: 8px;
}

p#lot_price.adjudicated{
	color: #135690 !important;
	background-color: #b8cdde !important;
}

p#lot_price.adjudicated.clientwin{
	color: #326f04 !important;
	background-color: #d9fcc3 !important;
}

button#app-sounds{
	color: #CD0D00;
}

button.sound-on{
	color: #2CDC00 !important;
}

.disabled{
	background-color: #D9D9D9 !important
}

.wait{
	background-color: #EA3030 !important
}

.flicker{
  animation-name: flicker;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: flicker;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes flicker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes flicker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1.0;
  }
}

@keyframes flicker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1.0;
  }
}

div#block_bid_button{
	width: 100%;
	text-align: center;
}

a#bid_button{
	display: inline-block;
    width: 110px;
    background-color: #D30005;
    padding: 12px;
    border-radius: 8px;
    color: #FFF;
}

div#fair_warning_block{
	position: absolute;
	z-index: 9;
	text-align: center;
	width: 75%;
	margin: 10%
}

div#fair_warning_block div#fair_warning_alert{
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 73px;
	display: inline-block;
}

div#lotslist_well {
    border: 1px solid #C9C9C9;
    top: 52px;
    border-radius: 6px;
    position: absolute;
    overflow-x: auto;
    width: 89%;
    bottom: 9px;
}

section#history div.follow_auction_block{
	position: absolute;
	bottom: 0;
	right: 0;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group {
	margin-top: -1px;
    padding-left: 0;
}

.list-group-item {
	min-height: 75px;
	font-size: 12px;
    position: relative;
    display: block;
    padding: 9px;
    margin-bottom: -1px;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.list-group-item>.history_right>.badge {
	display: block;
}

.list-group-item>.history_right {
    width: 65%;
    line-height: 3em;
    text-align: right;
    float: right;
}

.list-group-item>.history_right a.alarm_link{
	display: block;
	text-align: right;
}

.list-group-item>.history_left {
    width: 33%;
    display: inline-block;
}

.list-group-item>.history_left img.history_img {
	max-width: 72px;
	max-height: 70px;
	border: 1px solid #0f1d22;
}

.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 4px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 5px;
}

span.badge.badgeavailable{
	background-color: #008000;
	cursor: pointer;
}

span.badge.bid_for_lot{
	background-color: #b51800;
	cursor: pointer;
}

span.badge.badgeclient{
	background-color: #000080 !important
}

li.list-group-item .available{
	background-color: #002000;
}

li.list-group-item.active span.badge.bid_for_lot{
	background-color: #777;
}

input.form-control{
    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);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn {
	color: #555;
	background-color: #999;
	border: 1px solid #CCC;
	border-radius: 4px;
}

.d-flex {
    display: flex;
}

.col {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.text-blue {
	color: rgb(25, 44, 84);
}

.alert-secondary {
    background-color: #e2e3e5; 
    color: #383d41;
    padding: 0.5rem;
    border: 1px solid #b2b2b2; 
    border-radius: 0.25rem; 
    margin-bottom: 1rem; 
    font-size: 1rem; 
}

.alert-success {
    background-color: #ade0b6; 
    color: #383d41;
    padding: 0.5rem; 
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.alert-warning {
    background-color: #ffd84c; 
    color: #383d41;
    padding: 0.5rem; 
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.input-group {
    display: flex;
    align-items: center;
    width: 100%;
}

.input-group .form-control {
	border-radius: 0.25rem 0 0 0.25rem;
}

.input-group .input-group-append .btn {
	border-radius: 0 0.25rem 0.25rem 0;
}

.form-control {
    flex: 1;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    font-size: 1rem;
    line-height: 1.5;
}

.input-group-append {
    margin-left: -1px;
}

.btn {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    cursor: pointer;
    text-align: center;
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    border-color: #28a745;
}

.btn-outline-success:hover {
    background-color: #28a745;
    color: white;
}


@media ( max-width: 950px ){

	div#main-block{
		position: relative;
		height: 100%;
		margin: auto;
	}

	div#main-left{
		margin-right: auto;
	}

	div#main-right{
		position: relative;
		width: 100%;
		right: auto;
		top: auto;
	}

	div#main-left div.main-container {
    	right: 5px;
    	left: 5px;
	}

	div#main-right div.main-container {
    	left: 15px;
    	right: 15px;
	}

}

@media ( max-height: 490px ){

	div#block_bid_button div.login_block{
		left: -3px;
		padding: 0;
		border: 0;
	}

	div#block_bid_button div.login_block tr td{
		padding: 0;
	}

	div#block_bid_button input{
		padding: 3px 0;
		max-width: 85%;
	}

	img.img_flags{
		height: 18px;
	}

	div#auction_status img.logo_inicio{
		padding: 1.5rem;
		max-width: 25%;
	}

	div#auction_status p.big_msg{
		font-size: 1.3em;
		margin-top: 2px;
	}

	div#auction_status div.block_admin_message p{
		margin: 0;
	}

	div#auction_status div.block_auction_status{
		padding-top: 0;
	}

	div#menu-client{
		right: 5px;
		left: 5px;
		height: 30px;
	}

	div#menu-client div.button{
		padding: 7px;
	}

	div#menu-client p{
		padding: 7px 0;
		margin: 0px;
		font-size: 0.8em;
	}

	span#lot_num{
		font-size: 1.4em;
	}

	img.phone_alert{
		height: 20px;
	}

	span#start_price{
		font-size: 1em;
	}
	p#lot_price{
		font-size: 1.5em;
	}

	img#img_lote{
		border: 3px solid #0f1d22;
	}

	article#lotinfo{
		position: absolute;
    	top: 2px;
    	bottom: 15px;
    	right: 10px;
    	left: 10px;
	}

	div.main-container{
		position: absolute;
		padding: 10px;
		top: 15px;
		bottom: 30px;
		overflow: hidden;
	}

	div.main-container header{
		display: none;
	}

	div.main-container section.main-info {
		top: 2px;
	}

	footer#bidder-info{
		display: none;
	}

	div#lotslist_well {
    	width: 92%;
	}

	div#main-block {
    	top: 24px;
	}

	div#bids-info{
		height: 101%;
	}

	div#block_bid_button div.login_block{
		left: -3px;
		padding: 5px;
	}

	div.login_block table.login tr td.label-form{
		display: none;
	}

	div#main-left div.main-container {
    	right: 5px;
    	left: 5px;
	}

	div#main-right div.main-container {
    	left: 5px;
    	right: 5px;
	}

	footer#bidder-info{
		left: 3;
		padding: 0px 8px;
	}
}

@media( max-width: 390px ){
	
	div#auction_status img.logo_inicio{
		max-width: 30%
	}

	div#auction_status p.big_msg{
		font-size: 1.3em;
		margin: 3px 3px 5px;
	}

	div#auction_status div.block_admin_message{
		margin: 0px 3px 3px 3px;
	}

	div#auction_status div.block_admin_message p{
		margin: 0;
	}

	div#auction_status div.block_auction_status{
		padding-top: 10px;
	}

	div#block_bid_button div.login_block{
		left: -3px;
		padding: 0;
		border: 0;
	}

	div#block_bid_button input{
		padding: 3px 0;
		max-width: 85%;
	}

	span#lot_num{
		font-size: 1.5em;
	}

	img.phone_alert{
		height: 15px;
	}

	article#lotinfo {
		top: 40px;
	}

	div.footer_left div{
		display: none;
	}

	h1 {
		font-size: 1em;
	}

	div#menu-client p span.user_name{
		display: none;
	}

	img.img_flags{
		height: 15px;
	}

	span#start_price{
		font-size: 0.8em;
		display: block;
		margin: 0;
	}
	p#lot_price{
		font-size: 1.5em;
		padding: 7px;
	}
	a#bid_button{
		display: block;
		width: 100%;
		padding: 15px 0;
	}

	div.main-container{
		padding: 6px;
		top: 20px;
	}

	img#img_lote{
		border: 3px solid #0f1d22;
	}

	article#lotinfo{
    	right: 5px;
    	left: 5px;
    }

	table.login tr td.label-form{
		display: none;
	}
}
@media( min-width: 1300px ){
	body{
		width: 80%;
		padding-left: 10%; 
	}
	div#menu-client{
		left: auto;
		right: auto;
		width: 78%;
		margin-left: 19px
	}
}

@media( min-height: 800px ){
	body{
		height: 80%;
		padding-top: 5%;
	}
	span#lot_num{
		font-size: 4em;
		display: block;
	}
	p#lot_price{
		font-size: 4em;
	}
	a#bid_button{
		padding: 25px;
	}
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.25rem 0.5rem; /* Espaciado pequeño */
    font-size: 0.875rem; /* Tamaño de fuente pequeño */
    line-height: 1.5;
    border-radius: 0.25rem; /* Bordes redondeados */
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

/* Estilo de advertencia (amarillo) */
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning:active {
    background-color: #d39e00;
    border-color: #c69500;
    outline: none;
}

/* Tamaño pequeño */
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}