/*
Flaticon icon font: Flaticon
Creation date: 15/02/2019 12:04
*/

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon/Flaticon.eot");
    src: url("../fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/flaticon/Flaticon.woff2") format("woff2"),
    url("../fonts/flaticon/Flaticon.woff") format("woff"),
    url("../fonts/flaticon/Flaticon.ttf") format("truetype"),
    url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    /*font-size: 20px;*/
    font-style: normal;
    /*margin-left: 20px;*/
}

.flaticon-invoice:before { content: "\f100"; }
.flaticon-invoice-1:before { content: "\f101"; }
.flaticon-invoice-2:before { content: "\f102"; }
.flaticon-invoice-3:before { content: "\f103"; }
.flaticon-tax:before { content: "\f104"; }
.flaticon-invoice-4:before { content: "\f105"; }
.flaticon-invoice-5:before { content: "\f106"; }
.flaticon-receipt:before { content: "\f107"; }
.flaticon-bill:before { content: "\f108"; }
.flaticon-ticket:before { content: "\f109"; }
.flaticon-ticket-1:before { content: "\f10a"; }
.flaticon-look:before { content: "\f10b"; }
.flaticon-blank-eye:before { content: "\f10c"; }
.flaticon-bright-eye:before { content: "\f10d"; }
.flaticon-look-1:before { content: "\f10e"; }
.flaticon-see:before { content: "\f10f"; }
.flaticon-eye-lashless:before { content: "\f110"; }
.flaticon-eye-looking-up:before { content: "\f111"; }
.flaticon-eye-narrowed:before { content: "\f112"; }
.flaticon-eye-of-square-shape:before { content: "\f113"; }
.flaticon-eye-pupil:before { content: "\f114"; }
.flaticon-eye-retina:before { content: "\f115"; }
.flaticon-eye-see-observe:before { content: "\f116"; }
.flaticon-eye-with-tabs:before { content: "\f117"; }
.flaticon-see-1:before { content: "\f118"; }
.flaticon-look-2:before { content: "\f119"; }
.flaticon-fish:before { content: "\f11a"; }
.flaticon-fish-1:before { content: "\f11b"; }
.flaticon-fish-2:before { content: "\f11c"; }
.flaticon-fish-3:before { content: "\f11d"; }
.flaticon-fish-4:before { content: "\f11e"; }


.flt {
    font: normal normal normal 14px/1 Flaticon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.flt-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -20%
}

.flt-2x {
    font-size: 2em
}

.flt-3x {
    font-size: 3em
}

.flt-4x {
    font-size: 4em
}

.flt-5x {
    font-size: 5em
}

.flt-fw {
    width: 1.28571em;
    text-align: center
}

.flt-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.flt.flt-pull-right, .flt.pull-right {
    margin-left: .3em
}

.flt-ul>li {
    position: relative
}

.flt-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.flt-li.flt-lg {
    left: -1.85714em
}

.flt-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.flt-pull-left {
    float: left
}

.flt-pull-right {
    float: right
}

.flt-spin {
    -webkit-animation: flt-spin 2s infinite linear;
    animation: flt-spin 2s infinite linear
}

.flt-pulse {
    -webkit-animation: flt-spin 1s infinite steps(8);
    animation: flt-spin 1s infinite steps(8)
}

#left-menu #left-menu-content li a .flt {
    font-size: 20px;
    margin-right: 11px;
    margin-left: 5px;
    top: 10px;
    line-height: 0;
    vertical-align: text-top;
    position: relative;
}

@-webkit-keyframes flt-spin {
    0%{
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100%{
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes flt-spin {
    0%{
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100%{
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.flt-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.flt-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.flt-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.flt-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)
}

.flt-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 .flt-flip-horizontal, :root .flt-flip-vertical, :root .flt-rotate-180,
:root .flt-rotate-270, :root .flt-rotate-90 {
    filter: none
}

.flt-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.flt-stack-1x, .flt-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.flt-stack-1x {
    line-height: inherit
}

.flt-stack-2x {
    font-size: 2em
}

.flt-inverse {
    color: #fff
}

a.flt:hover {
    text-decoration: none;
}