/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25.10.2020, 20:50:39
    Author     : patrick

-------------------------------------------------------------------------
|
|                 https://www.glyphicons.com/
|
-------------------------------------------------------------------------

*/


.glyphicon-green {
    filter: hue-rotate(109deg);    
}

.glyphicon-maroni {
    filter: invert(100%) saturate(21.5686%) brightness(38%) hue-rotate(23deg);    
}

.glyphicon-red {
    filter: invert(100%) saturate(21.5686%) brightness(38%) hue-rotate(23deg);    
}

.glyphicon-white {
    filter: invert(100%);    
}

.glyphicon-marked {
    border: solid 1px red;
}

.glyphicon {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.glyphicon-large {
    display: inline-block;
    width: 32px;
    height: 32px;
}

.glyphicon-chevron-left {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-chevron-left.svg");
}

.glyphicon-chevron-right {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-chevron-right.svg");
}

.glyphicon-circle-empty-alert {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-circle-empty-alert.svg");    
/*    background-image: url("//tessin.ch/bilder/icons/glyphicon-unsaved.svg");*/    
}

.glyphicon-circle-empty-check {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-circle-empty-check.svg");    
}

.glyphicon-circle-empty-down {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-circle-empty-down.svg");    
}

.glyphicon-circle-empty-question {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-circle-empty-question.svg");
}

.glyphicon-circle-empty-remove {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-circle-empty-remove.svg");
}

.glyphicon-circle-empty-up {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-circle-empty-up.svg");    
}

.glyphicon-database-plus {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-database-plus.svg");
}

.glyphicon-database-minus {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-database-minus.svg");
}

.glyphicon-eye-open {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-eye.svg");
}

.glyphicon-heart {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-heart.svg");
}

.glyphicon-heart-empty {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-heart-empty.svg");
}

.glyphicon-menu {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-menu.svg");   
}

.glyphicon-menu-close {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-menu-close.svg");   
}

.glyphicon-pencil {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-pencil.svg");   
}

.glyphicon-sort-alphabetically {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-sort-alphabetically.svg");
}

.glyphicon-sort-alphabetically-alt {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-sort-alphabetically-alt.svg");
}

.glyphicon-sort-numerically {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-sort-numerically.svg");
}

.glyphicon-sort-numerically-alt {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-sort-numerically-alt.svg");
}

.glyphicon-unsaved {
    background-image: url("//tessin.ch/bilder/icons/glyphicon-unsaved.svg");
}