
.floatingCustomStyle form label {
	font-size: 20px;
}

.floatingCustomStyle .floating__label::before, .floatingCustomStyle .floating__input:focus + .floating__label::before {
	transform: translate3d(0, -3.8rem, 0) scale3d(0.82, 0.82, 1)!important;
}

.floatingCustomStyle .floating__input {
	padding: 25px 1rem 0.6rem!important;
}

.floatingCustomStyle .floating {
	box-sizing: border-box;
}

.floatingBlocked {
	background: transparent!important;
}

.floating50 {
	position: relative;
	background-color: transparent!important;
	margin-bottom: 15px!important;
}

.floating50 .floating {
	background: transparent!important;
	--field__background: transparent!important;
}

.floating50 input {
	background: #f5f5f5;
	transition: background-color 0.2s ease;
}

.floating50 input:hover {
	background: #e9e9e9;
}	

.floating50 .floating {
	
}

.floating50 .floating:first-child {
	border-right: 2.5px solid transparent;
}

.floating50 .floating:last-child {
	border-left: 2.5px solid transparent;
}

.floating50 div {
	float: left;
	width: 50%;
	margin-bottom: 0px!important;
}

.errorDialog {
	color: red;
	display: none;
}

/* CHAT LIST */

.chatList .lastMessage {
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
}


.DecalBeginning, .DecalEnd {
	text-align: center;
	color: black;
}

.DecalBeginning svg, .DecalBeginning i, 
.DecalEnd svg, .DecalEnd i {
	margin: 0px!important;
}

#chatListView .titleSpacer {
	margin: 20px auto 5px auto;
	border: 2px solid gray;
}

#chatListView .endChats {
	text-align: center;
	font-size: 15px;
	font-weight: 100;
	color: rgba(0,0,0,0.5);
}

.DecalBeginning,
.DecalEnd {
	width: 50px!important;
}

#cursoList .DecalBeginning, #categoriaList .DecalBeginning {
	color: #3445b4;
}

/*table.chatList .iconTable {
	font-size: 25px;
}*/

/* CHAT LIST END */

/* TABLES */

.dataTable thead th {
	border-bottom: 0px!important;
}

.dataTable thead th, .dataTable thead td, .dataTables_filter {
	outline: none!important;
	box-shadow: none!important;
}

.dataTables_empty {
	text-align: center;
}

.dataTables_length {
	max-width: 50%!important;
	float: left;
}

.dataTables_filter {
    float: right;
    max-width: 50%;
}

.dataTables_length, .dataTables_filter, .dataTables_info {
	font-size: 17px;
}

.dataTables_filter input[type="search"] {
    margin-left: 10px;
}

.dataTable input[type="text"], .dataTables_wrapper input[type="search"], .dataTables_length select {
    border-radius: 5px;
    padding: 8px;
    border: 1px solid rgba(41,41,41,0.2);
}

.dataTables_info {
	margin-bottom: 15px!important;
	font-weight: 100;
}

.dataTables_info, .dataTables_paginate {
	width: 100%;
	float: none;
	text-align: center;
}

.dataTables_paginate span a, .paginate_button {
	border: 3px solid rgba(23,162,184,0.2);
}

.dataTables_paginate span a {
	padding: 4px 10px!important;
    margin-left: 8px;
}

.paginate_button.next, span.ellipsis {
	margin-left: 8px;
}

.paginate_button {
    display: inline-block;
    border: 3px solid rgba(23,162,184,0.2);
    border-radius: 5px;
    padding: 5px 5px!important;
}

/* DATA TABLES */

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, 
table.dataTable thead .sorting {
	background-position: right 5px center;
}

table.categoriaList td.cursosNum {
	text-align: center;
}

.clickableRows.withOptions tbody tr td:last-child {
    background: transparent!important;
    cursor: default!important;
}

.clickableRows tbody tr:hover td {
    background-color: rgba(41,41,41,0.06);
    cursor: pointer;
}

.clickableRows tbody tr:hover td.dataTables_empty {
    background: transparent!important;
    cursor: default!important;
}

.tableOptions {
    text-align: center;
    width: 100%;
}

.tableOptions.fitContent {
	width: fit-content!important;
}

.tableOptions a, .tableOptions button {
    cursor: pointer;
    width: 27px!important;
    display: inline-block;
}

.tableOptions span {
    display: inline-block;
}

/* CUSTOM TABLES SPECIFIC PREFERENCES */

table.categoriaList, table.cursoList {
	font-size: 18px;
}

table.chatList .chatUser {
	min-width: 200px;
}

table.chatList .lastMessage {
	min-width: 400px;
	border: 0px!important;
}

/* CUSTOM TABLES SPECIFIC PREFERENCES END */

/* CUSTOM TABLES */

table input {
	width: 100%!important;
}

table.chatList, table.chatList p, 
table.cursoList, table.cursoList p,
table.categoriaList, table.categoriaList p {
	font-family: "Poppins", Arial, sans-serif!important;
	line-height: 1.33!important;
	box-sizing: border-box;
	overflow: hidden;
}

table.chatList tr, table.cursoList tr, table.categoriaList tr {
	border: 1px solid rgba(0,0,0,0.1);
}

table.chatList td.chatUser, table.cursoList td.cursoName,
table.categoriaList td.categoriaName, table.cate {
	font-weight: 400;
}

table.chatList tr td, table.chatList tr th,
table.cursoList tr td, table.cursoList tr th,
table.categoriaList tr td, table.categoriaList tr th {
	padding: 5px 5px 0px 5px;
}

th.DecalBeginning input,
th.DecalEnd input,
th.opcionesTable input[type="text"] {
	display: none!important;
}

/* CUSTOM TABLES END */

/* DATA TABLES */

/* TABLES END */

/* MEDIA QUERIES */

@media screen and (max-width: 992px) {
	.floating50 div {
		float: none;
		width: 100%;
		margin-bottom: 15px!important;
	}
	.floating50 {
		margin-bottom: 0px!important;
		height: auto!important;
	}
}

/* MEDIA QUERIES END */
