body {
	font-family: Arial;
	font-size: 14px;
	background-color: #fff;
	background-image: url(../img/fondo.webp?v=3);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100%;
	height: auto;
}

select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background-position: right calc(-0.45em + .1875rem) center;
	background-image: url('../img/ArrowDown.svg');
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 25px !important;
}

.text-color-gestibufete{
	color: #d64937;
}

.clickable{
	cursor: pointer;
}
.container {
	/*border-top: 1px solid #ddd;*/
	padding: 20px;
	margin: 33px auto;
}
.container a{
	color: #222;
}

.container.login{
	margin-top: 80px;
}

.container-messages{
	max-width: 1140px;
	width: 80%;
	margin: 30px auto;
}

.footer {
	padding: 20px;
	margin: 33px;
	text-align: center;
	font-size: 11px;
	opacity: 0.5;
}

.footer a {
	color: #454545;
}

.user_card {
	height: 400px;
	width: 350px;
	margin-top: auto;
	margin-bottom: auto;
	background: #5abbc4;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;

}
.brand_logo_container {
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	position: absolute;
	height: 170px;
	width: 170px;
	top: -75px;
	border-radius: 50%;
	background: #fff;
	padding: 10px;
	text-align: center;
}
.brand_logo {
	height: 150px;
	width: 150px;
	border-radius: 50%;
}
#filedownload .form_container {
	margin-top: 0px;
}
.form_container {
	margin-top: 100px;
}
.login_btn {
	width: 100%;
	background: #d64937 !important;
	color: white !important;
}
.login_btn:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.login_container {
	padding: 0 2rem;
}
.input-group-text {
	background: #d64937 !important;
	color: white !important;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #d64937 !important;
}

.popover.note-popover{
  background: #fff !important;
}

.popover{
  background: #555 !important;
}

.bs-popover-right .arrow::after{
  border-right-color: #555;
}

.bs-popover-left .arrow::after{
  border-left-color: #555;
}

.bs-popover-bottom .arrow::after{
  border-bottom-color: #555;
}

.bs-popover-top .arrow::after{
  border-top-color: #555;
}

.popover-header{
  text-align: center;
  color: #fff !important;
  background: #444 !important;
}

.popover-body{
  color: #fff !important;
}