/*custom*/
h1, h2, label, button {
	font-family: Arial, Helvetica, Sans-Serif;
}

h1.zonaclientes {
	text-align: center;
	background-color: #0099da;
	color: #fff;
	max-width: 564px;
	margin: 40px auto 0px auto;
	padding: 35px;
    background-image: url(https://mercamalaga.es/wp-content/uploads/2019/09/page-header-mercamalaga.jpg);
    background-position: center;
}
h2.form-signin-heading {
	font-size: 15px;
	font-weight:200;
	text-align: justify;
}
h2.msg-error{
	background-color: #FAAC58;
	font-size: 17px;
	font-weight:700;
	text-align: center;
    padding: 10px;
}
.container {
	width: 100%;/*564px;*/
}
.btn-group-xs>.btn, .btn-xs {
    padding: 4px 5px !important;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-left: 8px;
}
/*css plantilla login*/
.form-signin {
	max-width: 400px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox{
	margin-bottom: 5px;
    text-align: center;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
label {
	display: inline-block;
	max-width: 100%;
	font-weight: 700;
	cursor: default;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.checkbox label, .radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn-primary {
	background-color: #0099da;
	color: #eee;
	font-weight: 700;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn.focus, .btn:focus, .btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #39b54c;
	border-color: #39b54c;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn .btn-lg .btn-primary .btn-block {

}
.btn.btn-primary.btn-xs a{
	color: #fff;
}

/*css para plantilla tabla*/
.container.container-tabla {
	width: 80%;
}
.table>tbody>tr.headingtabla>td, .table>tbody>tr.headingtabla>th, .table>tbody>tr>td.headingtabla, .table>tbody>tr>th.headingtabla, .table>tfoot>tr.headingtabla>td, .table>tfoot>tr.headingtabla>th, .table>tfoot>tr>td.headingtabla, .table>tfoot>tr>th.headingtabla, .table>thead>tr.headingtabla>td, .table>thead>tr.headingtabla>th, .table>thead>tr>td.headingtabla, .table>thead>tr>th.headingtabla {
	background-color: #39b54c;
	    color: #fff;
}
.headingtabla {
	font-weight: 700;
}
a.enlace {
	color: #0099da;
	font-weight: 700;
}
a.enlace:hover{
	color: #39b54c; 
}
.btn.btn-primary {
	background-color: #0099da;
	border-color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
	background-color: #39b54c;
}
.botonera {
	justify-content: ;
}
.buttons-pass-logout {
	display: flex;
	justify-content: flex-end;
}
.btn.btn-success {
	background-color: #39b54c;
	border-color: #39b54c;
}
.btn.btn-success:hover, .btn.btn-success:active, .btn.btn-success:focus {
	background-color: #39b54c;
}
/***HEADER***/
.header-nombre {
    background-image: url(https://mercamalaga.pinsapopublicidad.net/wp-content/uploads/2019/09/page-header-mercamalaga.jpg);
    background-color: #0099da;
	background-position: bottom;
    padding: 50px 20px;
	color: #fff;
}

/****back to web***/
.back {
    text-align: center;
}
.back a {
    color: #0099da;
    text-decoration: none;
}
.back a:hover {
    color: #39b54c;
    text-decoration: none;
	
}

