@font-face {
    font-family: 'Armony_pictos';
    src: url('../fonts/Armony_pictos.woff2') format('woff2'), url('../fonts/Armony_pictos.woff') format('woff'), url('../fonts/Armony_pictos.ttf') format('truetype'), url('../fonts/Armony_pictos.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ap {
    display: inline-block;
    font: normal normal normal 14px/1 Armony_pictos;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.ap-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.ap-2x {
    font-size: 2em;
}

.ap-3x {
    font-size: 3em;
}

.ap-4x {
    font-size: 4em;
}

.ap-5x {
    font-size: 5em;
}

.ap-fw {
    width: 1.28571429em;
    text-align: center;
}

.ap-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.ap-ul>li {
    position: relative;
}

.ap-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.ap-li.ap-lg {
    left: -1.85714286em;
}

.ap-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.ap-pull-left {
    float: left;
}

.ap-pull-right {
    float: right;
}

.ap.ap-pull-left {
    margin-right: .3em;
}

.ap.ap-pull-right {
    margin-left: .3em;
}

.pull-left {
    float: left;
}

.ap.pull-left {
    margin-right: .3em;
}

.ap.pull-right {
    margin-left: .3em;
}

.ap-spin {
    -webkit-animation: ap-spin 2s infinite linear;
    animation: ap-spin 2s infinite linear;
}

.ap-pulse {
    -webkit-animation: ap-pulse 1s infinite steps(8);
    animation: ap-pulse 1s infinite steps(8);
}

@-webkit-keyframes ap-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes ap-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Icon pulse */
.ap-pulse {
    display: inline-block;
    -moz-animation: pulse 2s infinite linear;
    -o-animation: pulse 2s infinite linear;
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*Icon bounce*/
.ap-bounce {
    display: inline-block;
    position: relative;
    -moz-animation: bounce 1s infinite linear;
    -o-animation: bounce 1s infinite linear;
    -webkit-animation: bounce 1s infinite linear;
    animation: bounce 1s infinite linear;
}

@-webkit-keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

@-ms-keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

@keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

.ap-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ap-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ap-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.ap-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.ap-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .ap-rotate-90,
:root .ap-rotate-180,
:root .ap-rotate-270,
:root .ap-flip-horizontal,
:root .ap-flip-vertical {
    filter: none;
}

.ap-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.ap-stack-1x,
.ap-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.ap-stack-1x {
    line-height: inherit;
}

.ap-stack-2x {
    font-size: 2em;
}

.ap-inverse {
    color: #ffffff;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/* ArmonyPictos do not uses the Unicode Private Use Area (PUA) so screen
   readers may read random characters that represent icons */

.ap-armony:before {
    content: "A";
}

.ap-carloss:before {
    content: "B";
}

.ap-logik:before {
    content: "C";
}

.ap-oms:before {
    content: "D";
}

.ap-woostock:before {
    content: "E";
}

.ap-cresus:before {
    content: "F";
}

.ap-reports:before {
    content: "G";
}

.ap-planning:before {
    content: "H";
}

.ap-qhse:before {
    content: "I";
}

.ap-construk:before {
    content: "J";
}

.ap-kizeo:before {
    content: "K";
}

.ap-add-user:before {
    content: "L";
}

.ap-validation:before {
    content: "M";
}

.ap-add-client:before {
    content: "N";
}

.ap-add-tdb:before {
    content: "O";
}