@charset "utf-8";

html,
body {
   margin:0;
   padding:0;
   height:100%;
   	background-color:transparent;
}
#container {
   min-height:100%;
   position:relative;
     color:#000000;
	text-shadow: 1px 1px 1px #CCCCCC;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5deea+1,3c90d1+100 */
	background: rgb(197,222,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(197,222,234,1) 1%, rgba(60,144,209,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(197,222,234,1)), color-stop(100%,rgba(60,144,209,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(197,222,234,1) 1%,rgba(60,144,209,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(197,222,234,1) 1%,rgba(60,144,209,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(197,222,234,1) 1%,rgba(60,144,209,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(197,222,234,1) 1%,rgba(60,144,209,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#3c90d1',GradientType=0 ); /* IE6-9 */
}

#body {
   padding-bottom:30px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:30px;   /* Height of the footer */
   background-color:#FFFFFF;
   border-top: 5px solid #ff656c;
   font-size:0.9em;
   line-height: 25px;
   padding-left: 1em;
   padding-right: 1em;
}

#footer a{
	color:#000000;
}

html {
 
}

.row{
	margin-left:0;
	margin-right:0;
}

.container-fluid{
	padding:0px!important;
}


input[type=date] {
	width: 10em!important;
	height:2em;
}

input[type=time] {
	width: 5.5em!important;
	height:2em;
}

input[type=checkbox] {
  /* Webkit browsers*/
  -webkit-transform: scale(1.5);
  /* All browsers except webkit*/
  transform: scale(1.5);
}

.top-buffer { 
	margin-top:1em; 
}

.bottom-buffer { 
	margin-bottom:1em; 
}

.hor-center-in-div{
	margin: 0 auto!important;
	display: block!important;
}

.centrado {
	margin: 0 auto!important;
	display: table!important;	
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.clearfix {
  clear: both;
}





