body,html{
	height: 100%;
}

ul{
	margin: 0;
}

#footer {
	height: 48px;
	width: 100%;
	min-width: 320px;
	font-size: 12px;
	text-align: center;
}

#footer *{
	font-size: inherit;
	color: inherit;
}

header #optionsCategory a,#optionsCategoryHome a{
	color: inherit;
}

header #optionsCategory a:hover{
	color: white;
}

header img{
	max-width: 100%;
}

body{
	display: flex;
	flex-direction: column;
}

.mainContent{
	flex: 1;
	/* max-width: 960px; */
}


footer,header{
	flex-shrink: 0;
}

#modalNewQuestion .modal-content{

	background-color: var(--cx-gray-lighter);
	
}

#modalNewQuestion .modal-dialog{
	max-width: 576px;
}

#divLocation{
	display: none;
}

.response{
	display: none;
}

#divText{
	/* max-height: 300px;
	overflow: hidden; */
	position: relative;
	border: solid 1px var(--cx-gray-medium);
	border-top: none;
}

#btnSeeMore {
    display: none;
    width: 100%;
    /* height: 40px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #E0EAF6;
    border-top: 1px solid #A6C1D9;
    padding-top: 11px; */
    color: #004D96;
    cursor: pointer;
}

#titleText{
	background-color: var(--cx-blue-mediumdark)
}

#divText{
	background-color: var(--cx-gray-lighter);	
}

#divText h4{
	margin-top: 1rem;
	margin-bottom: 4px;
}

#divText h4:first-of-type{
	margin-top: 0;
}

.inputCount{
	background-color: var(--cx-gray-lighter);
	padding: 1rem;
	border-style: solid none solid solid;
	border-width: 1px;
	border-color: var(--cx-border-color);
	width: 100%;
    max-width: 204px;
    text-align: center;
}

.inputCount:last-of-type{
	border-right-style: solid;
}
.inputCount > div{
	text-align: center;
	margin-bottom: 4px;
}
.inputCount label{
	color:var(--cx-blue);
}

.containerInputSearch{
	display: flex;
	background-color: #FFF;
	padding: 1px;
	border-radius: 5px;
	
}

.containerInputSearch input[type="search"]{
	flex:1;
	border: none;
	outline: none;
	padding-left: 8px;
}

.formSearchHeader{
	flex: 1;
	max-width: 520px;
}

.footerQuestion > div > label,.dateQuestion{
	/* color: var(--cx-gray-mediumdark) */
	color: #00000080;
	font-weight: bold;
}

.divNewAnswer{
	display: none;
	width: 100%;
	max-width: calc(100% - 20px);
	border-top-right-radius: 0;
}

.contentNewAnswer{
	outline: none;
	min-height: 80px;
}

.btnNewAnswer{
	display: none;
}

/* #filtersQuestionsDoctor{
	padding-left: 20px;
	max-width: 582px;
}

#filtersQuestionsDoctor > div > div{
	margin-right: 10px;
}

#filtersQuestionsDoctor > div > div:last-of-type{
	margin-right: 0;
} */

#divAlertEmailDoctor{
	max-width: 600px;
}

#divFilterQuestions{
	width: 272px;
	flex-shrink: 0;
}

#modalEditAnswer .modal-dialog{
	max-width: 680px;
}

#infoUserLogged{
	position: relative;
}

#infoUserLogged img{
	margin-left: 0.5rem;
}

.showMenu #menuHeader {
    height: auto;
    opacity: 1;
}
#menuHeader {
    position: absolute;
    top: 60px;
    width: calc(100% + 20px);
    right: 0;
    background-color: #FFF;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    z-index: 5;
    min-width: 186px;
}
#menuHeader {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: opacity .1s;
}

.breadcrumb{
	white-space: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
}

li.breadcrumb-item {
    flex-shrink: 0;
}

li.breadcrumb-item:last-of-type{
	flex: 1 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
}


#home > div:nth-child(2n+1){
	
	background-color: var(--cx-gray-light);

}

#home > div{
	padding: 2.5rem 0px;
}

#home .h1{
	margin-bottom: 1.25rem;
}


.listQuestions{
	max-width: 960px;
}

#listHowItWorks > li{
	max-width: 25%;
}

#home #imageHome{
	background-image: url(../../imgs/faq-bg.jpg);
	height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFF;
	padding: 0;
}

#home #imageHome > div{
	background-image: url(../../imgs/faq-img.png);
	background-repeat: no-repeat;
    background-position: center;
	height: 100%;
	justify-content: center;
}

.mainContent.container-md{
	max-width: 960px;
}

#imageHome .h1{
	text-shadow: 0 2px 2px rgb(0 0 0 / 65%);
}

#formQuestionHome{
	max-width: 532px;
	width: 100%;
}

#formQuestionHome textarea{
	min-height: 80px;
	height: 120px;
}

#modalLogin .modal-dialog{
	max-width: 345px;
}

#modalAnswers .modal-dialog{
	max-width: 836px;
}

#listAnswersQuestionModal{
	max-height: 478px;
	overflow-x: hidden;
}

#listAnswersQuestionModal li.mb-4:last-of-type {
    margin-bottom: 0px!important;
}

.inputFake{
	background-color: #FFF;
	padding: 0.275rem;
}

#infoQuestion tr td:last-of-type{	
	padding-top: 0.275rem;	
}

#infoQuestion tr:last-of-type td:first-of-type{
	padding-bottom: .5rem;
}

.scroll-shadows {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
  
	background:
	  /* Shadow Cover TOP */
	  linear-gradient(
		white 30%,
		rgba(255, 255, 255, 0)
	  ) center top,
	  
	  /* Shadow Cover BOTTOM */
	  linear-gradient(
		rgba(255, 255, 255, 0), 
		white 70%
	  ) center bottom,
	  
	  /* Shadow TOP */
	  radial-gradient(
		farthest-side at 50% 0,
		rgba(0, 0, 0, 0.2),
		rgba(0, 0, 0, 0)
	  ) center top,
	  
	  /* Shadow BOTTOM */
	  radial-gradient(
		farthest-side at 50% 100%,
		rgba(0, 0, 0, 0.2),
		rgba(0, 0, 0, 0)
	  ) center bottom;
	
	background-repeat: no-repeat;
	background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
	background-attachment: local, local, scroll, scroll;
  }


#questionsTextDoctor{
	flex-direction: row-reverse;
}

#containerFormSearchHome{
	background-color: rgba(51,51,51,.5);
	max-width: 48.75rem;
	width: 100%;
}

#containerFormSearchHome .h1{
	font-weight: normal;
}

.formSearchHome, #optionsCategoryHome{
	max-width: 35.625rem;
}

#infoQuestion{
	max-width: 320px;
	width: 100%;
	flex-shrink: 0;
}

#divConfirm {
    position: absolute;
    z-index: 10;
    background-color: #FFF;
    top: 50%;
    min-width: 300px;
    min-height: 100px;
    max-width: 460px;
    left: 50%;
    width: 50%;
    border: 1px solid #526C83;
    padding: 10px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	transform: translate(-50%, -50%);
}

#listQuestionsDoctor .divNewAnswer .appendix{
	background-image: none;
}

textarea:read-only{
	outline: none;
}

#listQuestionsDoctor .divNewAnswer .appendix svg{

	vertical-align: top;

}

#listQuestionsDoctor .questionUser, #tableMyAnswers .questionUser, #formMyAnswerFrame .questionUser, #questionModalMyQuestion .questionUser{
	max-width: 100%;
}

.footerQuestion {
	font-size: 15px;
}


@media only screen and (max-width : 1200px){
	#questionsTextDoctor{
		flex-direction: column;
	}

	#infoQuestion{
		margin-bottom: 1rem;
	}
}

@media only screen and (max-width : 990px){
	
	#home .d-flex.flex-row{
		flex-wrap: wrap;
	}

	#listHowItWorks > li, .doctorMoreAnswers{
		max-width: 100%;
		flex-grow: 1;
	}
	
	#home .doctorMoreAnswers{
		margin-bottom: 1.25rem;
		margin-right: 0;
	}

	#home .doctorMoreAnswers:last-of-type{
		margin-bottom: 0;
	}
}

@media only screen and (max-width : 800px){
	
	#listAnswersQuestionModal{
		max-height: 100%;
	}

	.divNewAnswer{
		max-width: 100%;
	}

	#divMenuMedico > .d-flex{
		flex-direction: column-reverse;
	}
	#divFilterQuestions{
		width: 100%;
	}

	#btnAnswerHeader{
		display: none;
	}

}


@media only screen and (max-width : 600px){
	#containerFormSearchHome {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

	#infoQuestion{
		max-width: 100%;
	}

	#optionsCategoryHome{
		flex-wrap: wrap;
	}

	.containerInputSearch input[type="search"]{
		min-width: 0px;
	}

	#optionsCategoryHome{
		padding: 0 !important;
	}

	#imageHome > div{
		padding: 0!important;
	}
}



@media only screen and (max-width : 320px){
	
	#containerFormSearchHome {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}