.inl-bl { display: inline-block; }
	
.recuadrocolor{
	width: 14px;
	height: 14px;
	border-color: #000000;
	border-width: 1px;
}
.panelFormulario
{
	height: 500px;
}
.horarioseleccionado{
    background-color: #d4c1e1;
}	
	
html, body .mapa{
	width: 100%;
	height: 100%;
}

.mapa{
    background-color: #d4c1e1;
}
	
.clickeable-cell{
	cursor: pointer;
}
/* puts the google places autocomplete dropdown results above the bootstrap modal 1050 zindex. */
.pac-container {
    z-index: 10510 !important;
}

.scrtabs-js-tab-scroll-arrow-left{
	color: #4a245e;
	border-top: none;
	border-left: none;
}
.scrtabs-js-tab-scroll-arrow-right{
	color: #4a245e;
	border-top: none;
	border-right: none;
}
th.vertical-label{
    -webkit-transform: rotate(270deg) ;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;
    -webkit-transform: rotate(270deg) ;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    
      -webkit-transform: rotate(270deg) translateX(100%) translateY(33%);
    -webkit-transform-origin: 100% 100%;
}


/*******************************/
	.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: 0px 0;
  padding: 8px 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: 18px;*/
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

/********************/
	
.gist {
  font-size: 14px;
}
	

	/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align glyph */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
	
	
textarea {
   resize: none;
}
	
th.center, td.center
{
	text-align: center;
}
	
th.right, td.right
{
	text-align: right;
}
	
th.left, td.left
{
	text-align: left;
}

hr, div hr {
	color: #5d2d76;
	border-color: #5d2d76;
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar{
	margin-bottom: 0px;
}
	
h2, .h2, h3, .h3{
    margin-top: 0;
    margin-bottom: 0;
}
.form-group
{
	margin-bottom: 5px;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12
{
	padding-left: 5px;
	padding-right: 5px;
}
.alert
{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #ffffff;
}
.navbar {
	border-radius: 0px;
}
	/*
.bootstrap-datetimepicker-widget table td {
  height: 44px;
  line-height: 44px;
  width: 44px;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 15px;
  line-height: 15px;
  width: 15px;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 0px;
}*/

.nowrap {
	white-space: nowrap;
}


.tt-menu {
   max-height: 150px;
   overflow-y: auto;
 }




.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 4px !important;
}
