﻿
.gfi-planning-user {
    speak: none;
    font-family: FontAwesome;
    left: 10px;
    top: 5px;
    position: relative;
}

    .gfi-planning-user:before {
        content: '\F007';
    }

.gfi-planning-planner {
    speak: none;
    font-family: FontAwesome;
    left: 8px;
    top: 6px;
    position: relative;
}

    .gfi-planning-planner:before {
        content: '\F040';
    }

.gfi-planning-admin {
    speak: none;
    font-family: FontAwesome;
    left: 1px;
    top: 6px;
    position: relative;
}

    .gfi-planning-admin:before {
        content: '\F19D';
    }

#loader {
    padding-top: 15%;
    padding-left: 45%;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=30);
}

.circle {
    margin: 0;
}
