
/* Deleted item */

.backend-deleted-item {
    text-decoration: line-through
}

/* Backend Colors */

.backend-text-red {
    color: red;
}

.backend-text-orange {
    color: orange;
}


.backend-text-blue {
    color: blue;
}

.backend-text-cyan {
    color: cyan;
}


.backend-text-green {
    color: green;
}


.backend-text-yellowgreen {
    color: yellowgreen;
}

.backend-text-yellow {
    color: yellow;
}



/* Icons */

.backend-icons-avatar:before {
    content: '\e853';
    font-size: 25px;
    font-family: "Material Icons";
}

.backend-icons-home:before {
    content: '\e587';
    font-size: 25px;
    font-family: "Material Icons";
}

.backend-icons-translate:before {
    content: '\e8e2';
    font-size: 25px;
    font-family: "Material Icons";
}

.backend-icons-validate:before {
    content: '\ef76';
    font-size: 25px;
    font-family: "Material Icons";
}

.backend-icons-data:before {
    content: '\e1db';
    font-size: 25px;
    font-family: "Material Icons";
}
.backend-icons-logout:before {
    content: '\e9ba';
    font-size: 25px;
    font-family: "Material Icons";
}
.backend-icons-login:before {
    content: '\ea77';
    font-size: 25px;
    font-family: "Material Icons";
}
.backend-icons-sportEvents:before {
    content: '\e566';
    font-size: 25px;
    font-family: "Material Icons";
}
.backend-icons-companies:before {
    content: '\e0af';
    font-size: 25px;
    font-family: "Material Icons";
}
.backend-icons-manageAccounts:before {
    content: '\e0af';
    font-size: 25px;
    font-family: "Material Icons";
}
.backend-icons-scheduler:before {
    content: '\e616';
    font-size: 25px;
    font-family: "Material Icons";
}
.backend-icons-upload:before {
    content: '\e2c6';
    font-size: 25px;
    font-family: "Material Icons";
}

/* CRUD Icons*/

.backend-icons-delete:before {
    content: '\e872';
    font-size: 25px;
    font-family: "Material Icons";
}
.backend-icons-update:before {
    content: '\e5d5';
    font-size: 25px;
    font-family: "Material Icons";
}