.container{
	margin-top:20px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 30px;
}
nav{
	margin-top: 20px;
}

.buttons{
	margin-bottom: 5px;
}
.buttons img{
	width: 100%;
	height: auto;
	max-width: 40px;
	/*min-width: 40px;*/
}

[class*="icon"]{
	font-size: 1.6em;
	color: #1D81B3;
	margin-left: 5px;
}

[class*="icon"]:hover{
	color: #FC8811;
}

[class*="toolbar"]{
	font-size: 2em;
}

.i-menu{
	font-size: 1.2em;
}

#logo img{
	max-width: 290px;
	min-height: 69px;
	width: 100%;
	height: auto;
}

.error-message{
	padding: .75rem 1.25rem;
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin: 5px 0;
    border-radius: 4px;
}

input[type="date"].form-control{
    line-height: normal;
}

.input{
	margin-bottom: 10px;
}

@media (min-width: 320px){
	.navbar{
		min-height: 30px;
	}
	nav{
		display: none;
	}
	#menu{
		font-size: 20px;
		width: 100%;
		background-color: #d9d9d9;
		margin-top: 20px;
		border-radius: 5px;
	}
	#menu .bt-menu{
		display: block;
		padding: 10px;
		text-decoration: none;
		color: #333;
		font-weight: bold;
	}

	#menu span{
		float: right;
	}
	.nav-pills > li{
		float: none;
	}
	.detalles table{
		widows: 100%;
	}

	.detalles table tr td:first-child {
		width: 5%;
	}
	.detalles table tr td:nth-child(2) {
		width: 60%;
	}
	.detalles table tr td:nth-child(3) {
		width: 10%;
	}
	.detalles table tr td:nth-child(4) {
		width: 25%;
	}
	.detalles table tr td:last-child {
		width: 0%;
	}


	.conceptos table tr th:first-child {
		width: 20%;
	}
	.conceptos table tr th:nth-child(2) {
		width: 50%;
	}
	.conceptos table tr th:nth-child(3) {
		width: 20%;
	}
	.conceptos table tr th:nth-child(4) {
		width: 20%;
	}
	.conceptos table tr th:last-child {
		width: 5%;
	}

	[class*="item"]{
	font-size: 1em;
}

}

@media (min-width: 768px){
	#menu{
		display: none;
	}
	nav{
		display: block;
	}
	.nav-pills > li{
		float: left;
	}
	.detalles table tr td:first-child {
		width: 6%;
	}
	.detalles table tr td:nth-child(2) {
		width: 60%;
	}
	.detalles table tr td:nth-child(3) {
		width: 10%;
	}
	.detalles table tr td:nth-child(4) {
		width: 12%;
	}
	.detalles table tr td:last-child {
		width: 8%;
	}	

	.conceptos table tr th:first-child {
		width: 6%;
	}
	.conceptos table tr th:nth-child(2) {
		width: 50%;
	}
	.conceptos table tr th:nth-child(3) {
		width: 10%;
	}
	.conceptos table tr th:nth-child(4) {
		width: 10%;
	}
	.conceptos table tr th:last-child {
		width: 7%;
	}

	[class*="item"]{
		font-size: 1.6em;
	}

}