.bwmSOLines {
	width: 100%;
}

.bwmSOLines td {
	padding-bottom: 5px;
}

.bwmSOLines input[type="text"] {
	float: left;
	width: 50% !important;
	min-width: 150px;
}

.bwmSOLines span {
	float: left;
}

.bwmSOLineProd input[type="text"] {
	padding-top: 20px;
	padding-bottom: 20px;
}

.bwmSOLinesComment {
	width: 100%;
}

tr.bwmErrorGrado {
	background-color: rgba(255,0,0,0.1);
}

td[name="copyHeader1"],
td[name="copyHeader2"],
td[name="copyAddress1"],
td[name="copyAddress2"] {
	display: none;
}

.popupEntriesTableContainer ul.select2-choices {
	max-height: 50px;
	overflow-y: auto;
}

.logosfooter {
	width: 100%;
	float: left;
	background-color: #fbfbfb;
	text-align: left;
	margin-bottom: 20px;
}

.logosfooter img {
	width: 270px;
	height: auto;
	margin-left: 20px;
	margin-top: -20px;
}

.app-footer p {
	text-align: right !important;
	padding-right: 20px;
}

#w34Modal {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.5);
	z-index: 1050;
}

#w34Modal .beez_container {
	position: relative;
	height: 80vh;
	width: 100%;
	max-width: 70vw;
	background-color: #fff;
	margin: 10vh auto 0 auto;
	color: #000;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.5);
	padding: 2vh 2vw;
}

#clubinactivo {
	position: fixed;
	top: 40vh;
	right: 0;
	width: 25%;
	line-height: 30px;
	text-align: center;
	background-color: red;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin-left: 15%;
	z-index: 10000000;
	padding: 20px;
}

.btnGrados{
    line-height: 30px;
}
.btnGrados a{
	right: 24px;
    position: absolute;
    background: blue;
    color: white;
    padding: 0px 8px 0px 8px;
}
.btnLicencias{
    line-height: 30px;
}
.btnLicencias a{
   	right: -15%;
    position: absolute;
    background: blue;
    color: white;
    padding: 0px 8px 0px 8px;
}

.w34btnQRcontactos{
    margin: 4px 2px;
    width: 200px;
    font-size: 13px;
    font-weight: 500;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #ddd;
    color: black;
    background: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
}

.w34btnQRcampeonatos {
    width: 25%;
    font-size: 13px;
    font-weight: 500;
    border-radius: 2px;
    border: 1px solid #ddd;
    color: black;
    background: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
}

.w34btnQRpesaje {
	width: 25%;
}

.w34msg_error{
	color: red;
}

/*COLOR ASISTENCIA COMPETIDORES EN CAMPEONATOS*/
table#listview-table tr.listViewEntries .relatedListEntryValues .picklist-1122-SI{
	background-color: #00f510;
    line-height: 15px;
    color: black;
}
table#listview-table tr.listViewEntries .relatedListEntryValues .picklist-1122-NO{
	background-color: #f70f0f;
    line-height: 15px;
    color: white;
}

/*LISTADO TIPO CANDIDATURA*/
.w34option_hidden {
	display: none!important;
}

/*MENSAJE ERROR EN COMPETIDORES CAMPEONATOS*/
#w34_arbitros_error, #w34_coachs_error{
	text-align: center;
	color: red;
}

/*BTN TRAMITAR LICENCIAS*/
#w34Liquidaciones{
    padding: 6px 12px!important;
    border-radius: 2px!important;
    border: 1px solid #ddd!important;
    color: #666!important;
}

/*BOTON SIGUIENTE GRADO PETICIONES [BEGIN]*/
.bwmSOLines input[type="text"].deportista {
    min-width: 230px!important;
}
@media only screen and (max-width: 1600px) {
  .btnGrados a{
  	right: inherit;
  }
  .btnLicencias a{
      right: -20%;
  }
}

@media only screen and (max-width: 1475px) {
	.btnGrados a {
	    position: inherit; 
	    padding: 8px 11px;
	}
	.btnLicencias a{
      	position: inherit; 
  	  	padding: 8px 11px;
      	right: inherit;
	}
  	.bwmSOLines input[type="text"].deportista {
	    min-width: 235px!important;
	}
}

.bwmSOLines .w34caducidadlicencia.licencia_caducada {
	background: red;
	color: white;		
}
.bwmSOLines .w34caducidadlicencia.licencia_menos_de_un_mes {
	background: yellow;	
	color: black;	
}
.bwmSOLines .w34caducidadlicencia.licencia_no_caducada {
	background: green;
	color: white;	
}
/*BOTON SIGUIENTE GRADO PETICIONES [END]*/

.w34caducidadlicencia{
    width: 55%;
    float: left;
    padding: 6px;
    text-align: center;
}

.w34btnQRcampeonatos:focus, .w34btnQRpesaje:focus {
	background-color: #fbfbfb;
}