/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
.header {
	min-height: 89px;
	background: rgba(73,155,234,1);
background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(39,111,185,1) 57%, rgba(13,78,148,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(57%, rgba(39,111,185,1)), color-stop(100%, rgba(13,78,148,1)));
background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(39,111,185,1) 57%, rgba(13,78,148,1) 100%);
background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(39,111,185,1) 57%, rgba(13,78,148,1) 100%);
background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(39,111,185,1) 57%, rgba(13,78,148,1) 100%);
background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(39,111,185,1) 57%, rgba(13,78,148,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#0d4e94', GradientType=0 );
}

img {
    width:100%;
    max-width:399px;
}
.footer {
	background: rgba(73,155,234,1);
background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(39,111,185,1) 57%, rgba(13,78,148,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(57%, rgba(39,111,185,1)), color-stop(100%, rgba(13,78,148,1)));
background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(39,111,185,1) 57%, rgba(13,78,148,1) 100%);
background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(39,111,185,1) 57%, rgba(13,78,148,1) 100%);
background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(39,111,185,1) 57%, rgba(13,78,148,1) 100%);
background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(39,111,185,1) 57%, rgba(13,78,148,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#0d4e94', GradientType=0 );
	
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: red;
  z-index: -1;
}

.footer > .container p {
	color: white;
  	font-weight: bold
}

.footer .container .footer_version {
    text-decoration: none;
    color: white;
}

body > .container {
  padding-bottom: 3%;
	margin-bottom: 7%;
}
@media screen and (min-width:1024px){
	body > .container {
		margin-bottom: 2%;
	}
}

.list-title {
	background-color: #307bc7;
	margin-left: -15px;
	margin-right: -15px;
	border-radius: 5px;
	padding-left: 10px;
	height: 50px;
	vertical-align: middle;
	margin-bottom: 10px;
	color: #FFF;
}

.list-title h1 {
	margin-top: 0px;
	padding: 5px;
}

.menu-username-text {
	display: block;
    color: #FFF;
    font-weight: normal;
    float: left;
    font-size: 13px;
    font-weight: bold;
}

.menu-username-option {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  display: flex;
}


/* TODO : Terminar aca el color del caret  */
.menu-username-option:active , .menu-username-option:focus {
	background-color: transparent !important;
}

.navbar-default .navbar-nav>.open>a .caret.menu-username-caret {
	background-color: transparent !important;
}

.menu-username-caret {
	margin-right: 5px;
	float: right;
	margin-top: 8px;
}
.menu-username-rol {
	font-size: 9px;
	color: #FFF;
	max-width: 120px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}


.filtros {
	padding-right: 0px;
	padding-left: 0px;
}

.img-menubar {
	height: 55px;
}

@media screen and (max-width:320px){ /*por ahora*/
	.img-current{
		display: none;
	}
}
@media screen and (max-width:425px){
	.list-title{
		height: 2%;
		padding-left: 0;
	}
	.list-title h1{
		width: 246px;
		font-size: 29px;
	}
}
@media screen and (min-width:768px) and (max-width:1024px){
	.list-title h1{
		width: 246px;
		font-size: 29px;
	}
}