body {
  padding-top: 70px;
  font: 14px "Arial Rounded MT", "Nunito", Helvetica, Arial, sans-serif;
}

a {
  color: #578DBC;
}

#repeater-factura {
	display: block;
}

.repeater-header-left .btn-group {
  margin-bottom: 5px;
}

.input-group {
	margin-bottom: 10px;
}

.fuelux .wizard>.actions {
	z-index: 1;
	top: auto; 
	bottom:0; 
	border-radius: 4px 0 4px 0; 
	border-top: 1px solid #d4d4d4;
}

.logo-login {
	width: 260px; 
	height: 80px; 
	background-image: url('/media/logo-login-640x360.png'); 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center;
}

.breadcrumb a {
	color: #333333;
}

.dropdown-estado {
	max-width: 260px;
}

.label-estado {
	font-size: 13px;
}

.modal-mod-cargando {
	height: 160px; 
	padding-top: 30px;
}

.sel-servicio {
	padding: 20px 25px;
}

.sel-servicio .btn {
	margin-top: 12px;
	margin-left: 10px;
}

.navbar-brand {
	font-size: 16px;
}

.navbar-default .navbar-brand {
	color: #558CBE;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #4BA6DF;
}

.logo24 {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 5px;
	width: 58px;
	height: 51px;
	background: url('/media/logo-58x72.png');
}

.copyright {
	color: #666;
}

@media only screen and (max-width: 768px) {
	.copyright {
		font-size: 11px;
	}

	.copyright a {
		font-size: 12px;
	}
}

@font-face {
	font-family: 'Arial Rounded MT';
	font-weight: bold;
}

.repeater-list-heading.sortable {
    height: 35.5px;
}

#mapa-ubicacion * {
    overflow:visible;
}

.fuelux .pillbox>.pill-group>.pill {
	margin: 3px;
}

.typeahead,
.tt-query,
.tt-hint {
  /*width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;*/
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  /*border: 2px solid #0097cf;*/
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #428bca;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #428bca;

}

.tt-suggestion p {
  margin: 0;
}

.row {
  margin-bottom: 20px;
}
.pillbox {
  min-height: 48px;
  background-color: #FFF;
}
.pillbox .pillbox-input-wrap {
  min-width: 150px;
}

#navbar-actions .titulo {
  padding: 10px 15px;
}

.navbar-brand {
  font-size: 14px !important;
}