.form-control:disabled, .form-control[readonly] {
    background-color: transparent !important;
}

.show-only-mobile{
	display: none;
}

.hidden{
	display: none !important;
}

.text-right{
	text-align: right;
}

.first-switch-permissions {
    top: 19px;
    position: relative;
    right: 20px;
}

.switch .switch-toggle-slider i {
    top: 1.65px !important;
}

/* FIX PARA DATATABLES */

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    top: 0.15rem;
    content: "\ea32";
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.8rem;
    content: "\ea29";
}

.submenusCardBody{
	padding: 0.375rem 2.375rem !important;
}

.subsubmenusCardBody{
	padding: 0.375rem 3.375rem !important;
}

.btn-edit-project{
    position: absolute;
    top: 24px;
    right: 26px;
}

.btn-chart{
	margin-left: 16px;
}

.modal-dialog {
    max-width: 60% !important;
}

#editor{
	height: auto;
}