/* Font */
.font-size-sm {
	font-size: small !important;
}

.font-size-md {
	font-size: medium !important;
}

.font-size-lg {
	font-size: large !important;
}

.font-size-lgr {
	font-size: larger !important;
}

.font-size-xl {
	font-size: x-large !important;
}

.font-size-xxl {
	font-size: xx-large !important;
}

.center {
	text-align: center;
}

.material-icons.size-36 {
	font-size: 36px;
}

.material-icons.size-48 {
	font-size: 48px;
}

.material-icons.size-62 {
	font-size: 62px;
}
 

/* Utils */
.cursor-pointer {
	cursor: pointer;
}

.text-align-justify {
	text-align: justify;
}

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}


.inline-block {
	display: inline-block;
}

.text-capitalize {
	text-transform: capitalize;
}

.max-width-max-c {
	max-width: max-content;
}

/* Size */
.results-container {
	min-height: 350px;
}

.custom-control-lg {
	height: calc(1.5em + 1rem + 2px) !important;
	padding: .5rem 1rem !important;
	font-size: 1.25rem !important;
	line-height: 1.5 !important;
	border-radius: .3rem !important;
}

.crud-container {
	min-height: 225px;
}

/* Footer */

.layout-footer a {
	color: #fff;
	text-decoration: underline;
}

.layout-footer .row>div:nth-child(odd) {
	background-color: #424242;
	color: #FFFFFF;
}

.layout-footer .row>div:nth-child(even) {
	background-color: #616161;
	color: #FFFFFF;
}

.footer-block-md {
	width: fit-content;
	padding: 25px 15px 15px;
	overflow: hidden;
}

.footer-block-sm {
    width: fit-content;
	padding: 25px 15px;
}

@media (min-width:576px) {
	.footer-block-md {
		width: fit-content;
		padding: 35px 25px 15px;
	}

	.footer-block-sm {
	    width: fit-content;
		padding: 25px;
	}
}

.footer-ul {
	list-style: none;
}

.footer-ul a {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}

.icons-container img {
	padding: 0 5px;
}


.card.selectable {
	cursor: pointer;
}

.card.selectable:hover {
	background-color: #EEE;
}

/* Page layout */

.crud-editor-title {
	display: inline-block;
	margin-left: 15px;
	vertical-align: top;
}

/********************/
/** Specific pages **/
/********************/

/* search */
.search-container {
}

.search-container .centered-col {
}

.search-container .centered-col.list a.btn {
	height: 50px;
	text-align: initial;
	padding-bottom: 4px;
	padding-top: 8px;
	width: 206px;
}

.search-container .centered-col.list a.btn .l-icon {
/* 	width: 32px; */
/* 	vertical-align: top; */
	margin-top: 4px;
/* 	text-align: center; */
}

.search-container .centered-col.list a.btn .l-icon img {
	height: 26px;
}

.search-container .centered-col.list a.btn .l-text {
	display: inline-block;
	width: 143px;
	margin-left: 6px;
	line-height: initial;
	vertical-align: middle;
	vertical-align: -moz-middle-with-baseline;
	font-size: .75rem !important;
}

.search-title {
	width: 170px;
}

.search-title .text {
	display: inline-block;
	width: 240px;
	vertical-align: bottom;
}

@media (min-width:576px) {
}

@media (min-width:768px) {
	.search-bot-logos {
		width: max-content;
	}
}

@media (min-width:992px) {
	.search-container .centered-col {
		width: 940px;
		width: max-content;
	}
}

@media (min-width:1200px) {
	.search-container .centered-col {
		width: 940px;
		width: max-content;
	}
}

.search-sm-label {
	color: #FFFFFF;
	font-size: x-small;
	position: absolute;
	bottom: 0;
	right: 0;
}

.content-filter a {
	cursor: pointer;
}

.search-text-red {
	color: #E40630;
}

#search-links-container {
	text-align: right;
}

@media (min-width:992px) {
	#search-links-container {
		width: 250px;
	}
}

/* results */

.result-row .cell {
	display: inline-block;
}

.result-row .cell.cell-img {
	width: 75px;
	padding-left: 15px;
	vertical-align: top;
	margin-top: 18px;
}

.result-row .cell.cell-content {
	width: calc(100% - 85px);
	text-align: justify;
}

.results-cont-chk {
	margin-top: 15px;
}

.results-cont-chk .form-check {
	display: inline-block;
}

.results-cont-chk > div {
	padding-right: 15px;
}


.results-content-types-list > div > span {
	font-size: 30px;
}

.results-content-types-list > div > div {
	font-size: 16px;
}

/* Pagination */
.pagination > li > a
{
	color: #40C4FF;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
	color: #81D4FA;
}

.pagination > .active > a
{
	color: white;
	background-color: #40C4FF !Important;
	border: solid 1px #40C4FF !Important;
}

.pagination > .active > a:hover
{
	background-color: #40C4FF !Important;
	border: solid 1px #40C4FF;
}

/* unit-data */

.ud-title-row .cell {
	display: inline-block;
}

.ud-title-row .cell.cell-img {
	width: 75px;
	padding-left: 15px;
	vertical-align: top;
}

.ud-title-row .cell.cell-content {
	width: calc(100% - 120px);
	text-align: justify;
}

/* unti-file */
.uf-media {
	width: 245px
}

@media (min-width:576px) {
	.uf-media {
		width: 500px
	}
}
@media (min-width:768px) {
	.uf-media {
		width: 680px
	}
}
@media (min-width:992px) {
	.uf-media {
		width: 920px
	}
}
@media (min-width:1200px) {
	.uf-media {
		width: 1100px
	}
}
@media (min-width:1500px) {
	.uf-media {
		width: 1400px
	}
}

/* Replace value */
.rv-date {
	width: 62px;
	display: inline-block;
}

/* Side menu */
.side-menu-nav-text {
	font-size: 0.92rem !important;
}

/* Survey */

/* Analytics */
.survey-report-table-container {
    overflow: scroll;
    height: 650px;
}

.survey-report-table {
    width: max-content;
    border-collapse: separate;
    border-spacing: 0;
}

.survey-report-table td {
	vertical-align: middle;
}

.survey-report-table th,
.survey-report-table td {
	max-width: 600px;
    text-align: justify;
}

/* Table containers */
.overflown-table-container {
	overflow: scroll;
	height: 650px;
}

.overflown-table-container table {
	width: max-content;
}

.overflown-table-container table td {
	vertical-align: middle;
}

.overflown-table-container table th,
.overflown-table-container table td {
	max-width: 600px;
	text-align: justify;
}
