@charset "utf-8";
/* CSS Document */

.nopad
{
	padding-bottom: 0px !important;
	padding-top: 50px !important;
	margin-bottom: 0px !important;
}

.bggastosmedicos
{
	background: url(../images/bkg_gastosmedicos.png);
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	/*	color: #FFFFFF !important;*/
}

.bgcasa
{
	background: url(../images/bkg_casa.jpg);
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF !important;
}

.bgauto
{
	background: url(../images/bkg_auto2.jpg);
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #AAAAAA !important;
}

.bgvida
{
	background: url(../images/bkg_vida.png);
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	/*	color: #FFFFFF !important;*/
}

.bgempresa
{
	background: url(../images/bkg_empresa.png);
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF !important;
}

.bgtractocamiones
{
	background: url(../images/bkg_tractocamiones.jpg);
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF !important;
}

.bgtransporte
{
	background: url(../images/bkg_transporte.png);
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF !important;
}

.bgmotos
{
	background: url(../images/bkg_motos.jpg);
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF !important;
}

.bggruas
{
	background: url(../images/bkg_gruas.jpg);
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF !important;
}

.bgtaxi_ejecutivo
{
	background: url(../images/bkg_taxi_ejecutivo.jpg);
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF !important;
}

.bganuncios
{
	background: url(../images/bkg_anuncios.jpg);
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF !important;
}

.bgyates
{
	background: url(../images/bkg_yates.jpg);
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF !important;
}

.transparente
{
	background-color: rgb(245, 245, 245, 0.2) !important;
}

.transparente2
{
	background-color: rgb(245, 245, 245, 0.4) !important;
}

.invisible
{
	opacity: 0.0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
}



input[type=file] {
	display: block !important;
	right: 1px;
	top: 1px;
	height: 34px;
	opacity: 0;
  width: 100%;
	background: none;
	position: absolute;
  overflow: hidden;
  z-index: 2;
}

.control-fileupload {
	display: block;
	border: 1px solid #d6d7d6;
	background: #FFF;
	border-radius: 4px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0px 10px 2px 10px;
  overflow: hidden;
  position: relative;

  &:before, input, label {
    cursor: pointer !important;
  }
  /* File upload button */
  &:before {
    /* inherit from boostrap btn styles */
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: color 0.2s ease;

    /* add more custom styles*/
    content: 'Browse';
    display: block;
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 2px;
    line-height: 20px;
    text-align: center;
  }
  &:hover, &:focus {
    &:before {
      color: #333333;
      background-color: #e6e6e6;
      color: #333333;
      text-decoration: none;
      background-position: 0 -15px;
      transition: background-position 0.2s ease-out;
    }
  }
	label {
	    line-height: 24px;
	    color: #999999;
	    font-size: 14px;
	    font-weight: normal;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    position: relative;
	    z-index: 1;
	    margin-right: 90px;
	    margin-bottom: 0px;
	    cursor: text;
	  }
	}


.ui-autocomplete
{
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ui-autocomplete > li
{
  padding: 3px 20px;
}

.ui-autocomplete > li.ui-state-focus
{
  background-color: #DDD;
}

.ui-helper-hidden-accessible
{
  display: none;
}

.enlinea
{
	display: inline-block;
}

.compacto
{
	padding-left: 2px !important;
	padding-right: 2px !important;
}

.blanco
{
	color: #FFFFFF !important;
}

/*.hr
{
	border-bottom:2px solid #eded87 !important;
}

.navbar-inner
{
	border:0;
	background: url("imagenes/bkg_header.jpg") no-repeat center center !important;
	background-size:cover !important;
	height: 125px;
	margin: 0 6%;
}

.fondo_menu
{
	border:0;
	background: url("imagenes/bkg_header.jpg") no-repeat center center !important;
	background-size:cover !important;
	height: 125px;
	margin: 0 6%;
}*/

.navbar-default, .navbar-collapse, .navbar-header, .navbar-nav
{
/*	background: transparent;*/
}

.nav-tabs
{
    border-bottom: none !important;
}

.navbar
{
	font-size: medium !important;
}

.navbar-fixed-top .navbar-brand
{
    padding: 0 0;
}

@media(min-width:100px)
{
	body
	{
		padding-top: 0px;
	}

	.navbar-fixed-top .navbar-brand
	{
		padding: 0 0;
	}

	.fondoauto
	{
		background: url(../images/configuracion_sistema/fondo_cotiza1.jpg);
		/*
            background: url(../images/configuracion_sistema/fondo_cotiza1.jpg);
            background: url(../images/configuracion_sistema/fondo_cotiza2.jpg);
            background: url(../images/configuracion_sistema/fondo_cotiza3.jpg);*/
		max-width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
	}


}

@media screen and (max-width: 720px) and (min-width: 100px)
{
	.embed-responsive-16by9 {
		padding-bottom: 140%;
	}
}

@media screen and (max-width: 880px) and (min-width: 720px)
{
	.embed-responsive-16by9 {
		padding-bottom: 100%;
	}
}

@media screen and  (min-width: 880px)
{
	.embed-responsive-16by9 {
		padding-bottom: 45%;
	}
}

/*

html,
body,
div,
panel {
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: none;
}

panel
{
	display: block;
	width: 100%;
	border: none;
	overflow-y: auto;
	overflow-x: hidden;
}*/

@media(min-width:1200px)
{
    body
	{
        padding-top: 0px;
    }

    .navbar-fixed-top .navbar-brand
	{
        padding: 0 0;
    }

	.fondoauto
	{
		background: url(../images/configuracion_sistema/fondo_cotiza1.jpg);
		/*
            background: url(../images/configuracion_sistema/fondo_cotiza1.jpg);
            background: url(../images/configuracion_sistema/fondo_cotiza2.jpg);
            background: url(../images/configuracion_sistema/fondo_cotiza3.jpg);*/
		max-width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
	}
}
