/* *******************************************************************************
ckm.co - 2017
******************************************************************************** */

/****************************************************************************
GENERALES
****************************************************************************/

*{
	margin: 0px;
	padding: 0px;
}

a, li, a img, img, label, input, button, span,
#verM, #men-help{
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/****************************************************************************/

img {
    vertical-align: middle;
}

/****************************************************************************/

.cl{ clear: both; }

.all{
	clear: both;
	float: left;
	width: 100% !important;
}

.nopadding{
	padding: 0;
}

.nopaddingAlto{
	padding-top: 0;
	padding-bottom: 0;
}

.nopaddingAncho{
	padding-left: 0;
	padding-right: 0;
}

.nover{
	display: none;
}

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

.fl-left{ float: left !important; }
.fl-right{ float: right !important; }

.separa{
	height: 20px;
}
.separa.sp-40{
	height: 40px;
}

.separaUp{
	padding: 85px 0 10px 10px;
}

.noFondo{
	background: none !important;
}

.fijoIzq{
	position: fixed;
	top: 142px;
	right: 20px;
}

/****************************************************************************/

#verM{
	position: fixed;
	display: block;
	top: 0px;
	left: 0;
	z-index: 20;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: #777 url(../img/rayas.png) center 0 no-repeat;
/*
	-webkit-transform: translate( 0px );
	   -moz-transform: translate( 0px );
	     -o-transform: translate( 0px );
	        transform: translate( 0px );

	-webkit-transition: -webkit-transform 400ms ease;
	   -moz-transition:    -moz-transform 400ms ease;
	     -o-transition:      -o-transform 400ms ease;
	        transition:         transform 400ms ease;

	-webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. *
	-webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}
#verM.expa, #verM.expand{
/*	margin: -36px 0 0 0;*/
	background-position: center 100%;
}

#verM:hover{
	background-color: #111;
}

/****************************************************************************/

label, input, select, textarea{
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input, textarea, button{
	font-size: 100%;
	background: #009fe3;
  color: #000;
  border: none;
}

/****************************************************************************
SELECT
/****************************************************************************/
.select{
	position: relative;
/*	width: ;*/
	overflow: hidden;
}
.select select {
	padding: 6px;
	width: 100%;
	font-size: 14px;
  background: #d9d9d945;
	border: none;
}
.select select:focus{ outline: none; }

.select::after{
	display:table-cell;
	position:absolute;
	top:0;
	right:0px;
	pointer-events: none;
	content:"\025be";
	padding-top:7px;
	width:30px;
	height: 35px;
	text-align:center;
	background-color:#d9d9d9;
}

/******************************************************************************************************************/
.wh-1{width: 1%}
.wh-2{width: 2%}
.wh-3{width: 3%}
.wh-4{width: 4%}
.wh-5{width: 5%}
.wh-6{width: 6%}
.wh-7{width: 7%}
.wh-8{width: 8%}
.wh-9{width: 9%}
.wh-10{width: 10%}
.wh-11{width: 11%}
.wh-12{width: 12%}
.wh-13{width: 13%}
.wh-14{width: 14%}
.wh-15{width: 15%}
.wh-16{width: 16%}
.wh-17{width: 17%}
.wh-18{width: 18%}
.wh-25{width: 25%}
.wh-50{width: 50%}
.wh-75{width: 75%}
/******************************************************************************************************************
COMBO - SELECT
******************************************************************************************************************/
.combo{
	position: relative;
	width: 280px;
	height: 35px;
	overflow: hidden;
	background: #f7f7f7;
	border:1px solid #b5b5b7;
}
.combo select {
	padding: 6px;
	height: 35px;
	width: 300px;
	font-size: 14px;
	background: transparent;
	border: none;
}
.combo select:focus{ outline: none; }

.combo::after{
	display:table-cell;
	position:absolute;
	top:0;
	right:0px;
	pointer-events: none;
	content:"\025be";
	padding-top:7px;
	width:30px;
	height: 35px;
	text-align:center;
	background-color:#d9d9d9;
}
.combo {
	position: relative;
	height: calc(2.25rem + 2px);
	line-height: 20px;
	overflow: hidden;
}
/*
.mac-os.chrome select{
	padding: 10px 2px;
	background: red
}
*/

.combo:before {
	content: '';
	position: absolute;
	right: 5px;
	top: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: #666 transparent transparent transparent;
	z-index: 5;
	pointer-events: none;
}
.combo select {
	margin-top: 9px;
	padding: 9px 2px;
	width: 130%;
	font-size: 100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	appearance: none;
}


/****************************************************************************
INPUT RADIO, CHECK- CONTENEDOR
/****************************************************************************
TIPO 1 */

.radio.tipo1 label, .checkbox.tipo1 label{
	display: inline-block;
	cursor: pointer;
	position: relative;
	width: auto !important;
	padding: 7px 5px 3px 31px !important;
	margin: 0 10px 0 0;
	font-size: 90%;
}
.radio.tipo1 label:hover, .checkbox.tipo1 label:hover{
	background: rgba(100, 100, 100, 0.1);
}

.radio.tipo1 label:before, .checkbox.tipo1 label:before{
	content: "";
	position: absolute;
	display: inline-block;
	top: 5px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: none;
	border: 2px solid #999;
}
.radio.tipo1 input[type="radio"] {
  display: none;
}
.radio.tipo1 input[type="radio"]:checked + label:before {
  display: none;
}
.radio.tipo1 input[type="radio"]:checked + label {
	padding: 5px 15px !important;
	border-radius: 2px;
	color: #fff;
	background: #0074D9;
}

/*******************************/

.checkbox.tipo1 label:before {
  border-radius: 3px;
}
.checkbox.tipo1 input[type="checkbox"]{
  display: none;
}
.checkbox.tipo1 input[type="checkbox"]:checked + label:before {
  display: none;
}
.checkbox.tipo1 input[type="checkbox"]:checked + label{
	margin-right: 5px;
	padding: 5px 15px !important;
	color: #fff;
	background: #0074D9;
}

/****************************************************************************
INPUT RADIO, CHECK- CONTENEDOR
/****************************************************************************
TIPO 2 */

.radio.tipo2 input[type="radio"], .checkbox.tipo2 input[type="checkbox"]{
	display: none;
}

.radio.tipo2 input[type="radio"] + label span, .checkbox.tipo2 input[type="checkbox"] + label span{
	display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/check_radio_sheet.png) -35px top no-repeat;
  margin: -2px 0px 0px 0px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: ;
  -o-transition: none;
  transition: none;
}
.checkbox.tipo2 input[type="checkbox"] + label span{
  background: url(../img/check_radio_sheet.png) -1px top no-repeat;
}

.radio.tipo2 input[type="radio"]:checked + label span{
  background: url(../img/check_radio_sheet.png) -52px top no-repeat;
}

.checkbox.tipo2 input[type="checkbox"]:checked + label span{
  background: url(../img/check_radio_sheet.png) -19px top no-repeat;
}



.radio.tipo2 label, .checkbox.tipo2 label{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
