@import url("fonts.css");

    .view{
          margin: 2%;
    }
    .update{
          margin: 2%;
    }
    .delete{
          margin: 1%;
    }

    .row {
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 1%;
      margin-bottom: 1%;
    }

html,body{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.01em;
	height: 100%;

}

h1,h2,h3,h4,h5,h6,legend{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: -0.01em;
	color: #26a638;
}

legend{
	border-bottom: 1px solid #6F94B4;
}

#menu_principal .navbar{
	color: #fff !important;
	border-radius: 0;
	background: #333333;
	border: 0;
	margin-bottom: 0px;
	  background-color: #eaeaea;
  	/*background-image: url(../images/bg.png);*/
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a{
  color: #26a638;
}

#menu_principal .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #26a638;
	background-color: #1A1919;
}

.franja_blue{
	height: 7px;
	/*background: #428bca;*/
	background: #26a638;
}

#contenedor{
	padding-bottom: 20px;
}

#site-wrap{
	min-height: 100%;
	margin-bottom: -100px;
}

#site-wrap:after{
	content: "";
	display: block;
}

.site-footer, #site-wrap:after {
	/* .push must be the same height as footer */
	height: 100px; 
}

.site-footer {
	padding: 0 20px;
	color: #333333;
	width: 100%;
	font-weight: 300;
}

.site-footer img{
    max-height: 90px;
}

#titulo_app{
	background: #428bca;
	padding: 10px;
	max-height: 80px;
}

.titulo_white{
	color: white;
	margin-top: -1px;
}

@media (min-width: 1500px){
	.container{
		width: 1470px;
	}
}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.card {
    background-color: #fff;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.right-to-left { margin-top: 30px; }

.right-to-left li { float: right; }