body {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	overflow-x: hidden;
	padding-bottom: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding:0px;
}

body * {
	font-family: 'Raleway', sans-serif;
}

header {
	height:280px;
	max-height: 280px;	
	width: 100% !important;
}

#nav.affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index:10;
}

ul.list-group li.list-group-item {
	line-height: 2;
}

ul.list-group  li *{
	color: #17374E;
	text-decoration: none;
}

ul.list-group li .btn * {
	color: white;
}

.btn {
	padding:6px;
}

.btn-auto {
	width:auto !important;
	margin:auto;
}

.btn-gris {
	background-color: #999;
	border-color: #777;
}

.text-muted {
	width: 100%;
}

footer {
  position: fixed;
  bottom: -50px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  /*line-height: 60px; Vertically center the text there */
  background-color: #f5f5f5;
  display:flex;	
  align-items: center;
  font-size: 13px;
}

.container-documentacion {
	margin-top: 70px;
}

.container-documentacion .imagen img {
	width:100%;
}

.container-documentacion .texto {
	height: 100px;
	display: flex;
	vertical-align: middle;
	align-items: center;
	align-content: center;
}

.container-documentacion .texto span.titulo {
	vertical-align: middle;
	font-weight: bold;
	color: #444;
	display: block;
}

.form-signin {	
	padding-top:0px !important;
}

.form-signin > h3 {
	font-weight: bold;
	color: #17374E;
	margin-bottom: 30px !important;
}

.form-signin table {
	max-width: 800px;
	width: 100%;
}

.form-signin table tr th {
	width: 300px;
	font-size: 19px;
	text-align: right;
	padding-right: 20px;
}


.custom-file {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: 2.5rem;
	margin-bottom: 0;
	cursor: pointer;
}

.custom-file-input {
	min-width: 14rem;
	max-width: 100%;
	height: 2.5rem;
	margin: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}

.custom-file-control {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	height: 2.5rem;
	padding: .5rem 1rem;
	line-height: 1.5;
	color: #464a4c;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}

.custom-file-control::before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 6;
	display: block;
	height: 2.5rem;
	padding: .5rem 1rem;
	line-height: 1.5;
	color: #464a4c;
	background-color: #eceeef;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0 .25rem .25rem 0;
}

.custom-file-control {
	line-height: 1.5;
	color: #464a4c;
	pointer-events: none;
}

label.checkbox input{
	/*display:none;*/
}

label.checkbox label {
	display:none;
}


span.selectservice button {
	width:10%;
	margin-left:5%;
	font-size:23px;
	padding:12px;
}

.form-signin table tr td {
	text-align: left;
}

.form-signin table tr td input {
	width: 100%;
	font-size: 19px;
}

.form-signin table tr td input[type="checkbox"] {
	width: 50px !important;
}

.list-group .nombre {
	width: 300px;
	display: inline-block;
}

.list-group .email {
	font-size: 13px;
	color: #444;
	width: 250px;
	display: inline-block;
}

.list-group .servicio {
	color: #444;
	width:350px;
	display: inline-block;
	font-size: 13px;
}

.list-group .etiqueta {
	color: #444;
	margin-left:50px;
	display: inline-block;
	font-size: 13px;
}

.list-group-item .titulo {
	font-weight:bold;
	width: 200px;
	display: inline-block;
	color:#444;
}

.list-group-item .valor {
	display: inline-block;
	color:#444;
}

div.error-message {
	color: #b00;
	
}

.list-group .telefono {
	font-size: 13px;
	color: #444;
	width: 100px;
	display: inline-block;
}

@media (min-width: 500px) {
	.separador {
		margin-left: 20px;
	}
}
@media (max-width: 500px) {
	.separador {
		display:block;
	}
	
	#container-general {
		top: 70px !important;
	}
}

@media (max-width: 720px) {
	header img {
		display: none;
	}
}

.sombreado {
	box-shadow: 5px 5px 10px #bbb;
	border: 1px solid #ddd;
	border-radius: 10px;
}

div.panel {
	border-radius: 10px;
	box-shadow: 5px 5px 10px #bbb;
	border: 1px solid #ddd;
}

div.panel h3 {
	display:inline;
}

.navbar-brand {
	padding: 5px;
}

.navbar {
	border-bottom: 1px solid #17374E;
	background: white !important;
	z-index:9999;
}

.navbar-default .navbar-nav > li > a {
	color: #17374E;
}

.dropdown-menu > a {
	padding-left: 10px;
	text-decoration: none;
}

.navbar a,
.navbar a * {
	color: #17374E;
}

.form-control:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,128,0,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,128,0,.6);
	border-color: #0b0;
}

.navbar-brand > img {
	height: 100%;
	padding: 0px;
	width: auto;
	display: inline-block;
}

#header {
	height: 100px;
	background: white;
	/*width: 99%;*/
}

#header img.logoempresa{
	height: 100%;
}

#container {
	padding: 10px;
	/*padding-top: 50px;*/
}

.form-signin {
	max-width: 800px;
	width: 80%;
	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;
	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;
}

.form-control input {
	margin-right: 5px;
}

div.gestor-tabs  ul.nav-pills > li > a {
	border-radius: 4px 4px 0 0 ;
}

div.gestor-tabs div.tab-content {
	color : white;
	background-color: #428bca;
	padding : 5px 15px;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 2.25s linear;
	-moz-transition: opacity 2.25s linear;
	-ms-transition: opacity 2.25s linear;
	-o-transition: opacity 2.25s linear;
	transition: opacity 2.25s linear;
}