@media (max-width: 1024px) {
	header ul:first-child li.logo{
		width:auto;
	}	
	.doc{
		border-radius:0;
	}
	#content{
		/* padding-left: 0; */
		/* padding-right: 0; */
		padding: 0;
	}
	h1{
		background: #39b0c6;
		padding: 12px;
	}
	#main{
		min-width:auto;
		padding: 0;
		margin-top: 69px;
	}
	nav{
		display: none;
	}
	#navsc{
		display: block;;
		height:auto;
		position:fixed;
		top:0px;
		left:0;
		width:100%
	}
	#navsc .panel-section{
		display:flex;
		padding: 0 !important;
	}
	#navsc .panel-section div{
		flex-direction: row;
		flex: .25;
	}
	#navsc .panel-section div strong{
		display: block;
		width: 100%;
	}
	#navsc .panel-section div.paciente{
		flex: .6;
	}
	.secciones_sticky{
		padding-left: 0!important;
		top:76px !important;
	}
	.bottombar{
		padding: 5px;
	}
	.actions{
		top: 69px;
	}
	.formulario h1, #indicaciones h1{
		position:
		fixed;
		width:100%;
		padding: 12px;
		z-index: 5;
		top: 69px;
		left:0;
	}
	#tbSecciones{
		/* position:
		fixed; */
		/* top: 36px; */
	}
	.frmContent{
		margin-top: 0;
	}

	.actions #btnAdd{
		position:
		fixed;
		width: 48px!important;
		height: 48px;
		line-height: 48px;
		border-radius: 50%;
		display: block;
		padding: 0;
		z-index: 5000000;
		bottom: 2.5rem;
		right: 1rem;
	}
	.actions #btnAdd .ib{
		display: none!important;
	}
	
	#tbFormato{
		/* top:auto; */
		/* right:1rem; */
		/* bottom:2.5rem; */
		min-height: 36px;
		min-width: 36px;
	}
	.grid{
		border-radius:0;
		max-width: 100%;
	}
	form.doc{
		padding-top: 36px;
	}
	#dashboard{
		padding:1rem;
		margin: 0;
	}
	#dashboard .lista {
		width: 100% !important;
	}
	.med-thumbs .tag {
		width: 100%;
	}
	#navHeader{
		display:none;
	}

	.indicacion-activa {
		padding-top: 1rem;
	}

	#indicaciones{
		padding-top: 36px !important;
	}
	#indicaciones h1{
		display:block;
	}
	#slide-form.lg-form-container>div.lg-form-wrapper>div.lg-right-pane {
	    max-width: 90%;
	}
	.widgetAlergias{
		display: inline-block;
	    width: 90%;
	}
	.widgetAlergias ul{
		display: inline-block;
		width: 100%;
		padding: 0;
		vertical-align: middle;
	}
	.widgetAlergias li {
		display: inline-block;
		padding: 0;
	}
	
	.widgetAlergias li:after {
		content: ",";
	}	
}