.loading {
    display: inline-block;
    border: 0 solid rgba(215, 215, 215, 0.25);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.loading:before {
    content: '';
    display: block;
    border: 0 solid transparent;
    border-top-color: #bebebe;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: loading 1s ease infinite;
    -moz-animation: loading 1s ease infinite;
    -ms-animation: loading 1s ease infinite;
    -o-animation: loading 1s ease infinite;
    animation: loading 1s ease infinite
}

.loading-16 {
    width: 12px;
    height: 12px;
    border-width: 2px
}

.loading-16:before {
    width: 12px;
    height: 12px;
    border-width: 2px;
    margin: -2px 0 0 -2px
}

.loading-24 {
    width: 18px;
    height: 18px;
    border-width: 3px
}

.loading-24:before {
    width: 18px;
    height: 18px;
    border-width: 3px;
    margin: -3px 0 0 -3px
}

.loading-32 {
    width: 26px;
    height: 26px;
    border-width: 4px
}

.loading-32:before {
    width: 26px;
    height: 26px;
    border-width: 4px;
    margin: -4px 0 0 -4px
}

.loading-48 {
    width: 38px;
    height: 38px;
    border-width: 5px
}

.loading-48:before {
    width: 38px;
    height: 38px;
    border-width: 5px;
    margin: -5px 0 0 -5px
}

@-webkit-keyframes loading {
    100% {
        -webkit-transform: rotate(360deg)
    }

}

@-moz-keyframes loading {
    100% {
        -webkit-transform: rotate(360deg)
    }

}

@-ms-keyframes loading {
    100% {
        -webkit-transform: rotate(360deg)
    }

}

@-o-keyframes loading {
    100% {
        -webkit-transform: rotate(360deg)
    }

}

@keyframes loading {
    100% {
        transform: rotate(360deg)
    }

}

.inside-full-height {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.content {
    padding: 12px 3px
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%
}

.col-top {
    vertical-align: top
}

.col-middle {
    vertical-align: middle
}

.col-bottom {
    vertical-align: bottom
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%
    }

    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%
    }

    .col-xs-top {
        vertical-align: top
    }

    .col-xs-middle {
        vertical-align: middle
    }

    .col-xs-bottom {
        vertical-align: bottom
    }

}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%
    }

    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%
    }

    .col-sm-top {
        vertical-align: top
    }

    .col-sm-middle {
        vertical-align: middle
    }

    .col-sm-bottom {
        vertical-align: bottom
    }

}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%
    }

    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%
    }

    .col-md-top {
        vertical-align: top
    }

    .col-md-middle {
        vertical-align: middle
    }

    .col-md-bottom {
        vertical-align: bottom
    }

}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%
    }

    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%
    }

    .col-lg-top {
        vertical-align: top
    }

    .col-lg-middle {
        vertical-align: middle
    }

    .col-lg-bottom {
        vertical-align: bottom
    }

}

.fx-icon {
    height: 15px;
    width: 15px;
    display: inline-block;
    background-image: url("../../submodules/fenix-ui-common/css/img/fenix-catalog-sprite-small.svg");
    background-repeat: no-repeat;
    background-size: 150px 30px
}

.fx-icon-close {
    background-position: 0 -15px
}

.panel.panel-default {
    background-color: white;
    transition: box-shadow .25s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-color: transparent;
    border: 0
}

.panel.panel-default .panel-heading {
    color: #434343;
    background-color: white;
    border-color: transparent;
    border-bottom-color: #ddd
}

.panel.panel-default .panel-footer {
    background-color: white;
    border-color: transparent;
    border-top-color: #ddd
}

.z-depth-0 {
    box-shadow: none !important
}

.z-depth-1,
.btn,
.btn-floating,
.card-panel,
.card,
.dropdown-content,
.dropdown-menu {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.z-depth-1-half,
.btn:hover,
.btn-floating:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.z-depth-2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.z-depth-3 {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19)
}

.z-depth-4 {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21)
}

.z-depth-5 {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22)
}

.hoverable:hover {
    transition: box-shadow .25s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.btn-flat {
    background-color: transparent;
    position: relative;
    padding: 8px 30px;
    border: none;
    margin: 10px;
    text-transform: uppercase;
    text-decoration: none;
    outline: none !important
}

.btn-flat:focus {
    background-color: transparent
}

.btn {
    line-height: 31px;
    position: relative;
    padding: 5px 22px;
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    text-decoration: none;
    outline: none !important;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out
}

.btn.btn-block {
    margin: 10px 0
}

.btn i,
.btn-flat i {
    font-size: 1.3rem;
    line-height: inherit
}

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    background-color: #aa66cc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
    margin: 10px
}

.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    color: white
}

.btn-floating.btn-link i {
    color: #434343
}

.btn-floating:before {
    border-radius: 0
}

.btn-floating.btn-large {
    width: 55.5px;
    height: 55.5px
}

.btn-floating.btn-large i {
    line-height: 55.5px
}

.btn-floating.btn-small {
    height: 47px;
    width: 47px;
    line-height: 0
}

.btn-floating.btn-small .fa,
.btn-floating.btn-small .material-icons {
    font-size: 18px;
    margin-top: 5px
}

button.btn-floating {
    border: none
}

.btn .badge {
    margin-left: 7px
}

.btn-default {
    color: #fff;
    background: #2BBBAD
}

.btn-default:hover,
.btn-default:focus {
    background-color: #30cfc0 !important;
    color: #fff !important
}

.btn-primary {
    background: #4285F4
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #5a95f5 !important;
    color: #fff
}

.btn-success {
    background: #00C851
}

.btn-success:hover,
.btn-success:focus {
    background-color: #00d255 !important;
    color: #fff
}

.btn-info {
    background: #33b5e5
}

.btn-info:hover,
.btn-info:focus {
    background-color: #4abde8 !important;
    color: #fff
}

.btn-warning {
    background: #FF8800
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #ff961f !important;
    color: #fff
}

.btn-danger {
    background: #E53935
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #F44336 !important;
    color: #fff
}

.btn-link {
    background-color: white;
    color: #434343
}

.btn-link:hover {
    background-color: white;
    text-decoration: none
}

.btn-link:focus {
    background-color: white;
    text-decoration: none
}

.btn-xlg {
    padding: 18px 24px;
    font-size: 21px;
    line-height: 1.33333
}

.btn-lg {
    padding: 14px 20px;
    font-size: 18px;
    line-height: 1.33333
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5
}

i.left {
    float: left;
    margin-right: 10px;
    font-size: 20px
}

.elegant-card {
    margin: .5rem 0 1rem;
    position: relative;
    border-radius: 2px
}

.elegant-card,
.elegant-card .card-up {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px
}

.elegant-card .card-up {
    overflow: hidden;
    border-radius: 2px
}

.elegant-card .btn-floating {
    margin: -2.1em 2em;
    float: right
}

.elegant-card .btn-floating .fa {
    font-size: 14px
}

.elegant-card .card-content {
    padding: 2em;
    color: #434343;
    background-color: #fff
}

.elegant-card .card-content h5 {
    margin-bottom: 5px
}

.elegant-card .card-footer {
    background-color: #3E4551;
    height: 50px;
    color: #fff;
    text-align: center;
    font-size: 15px
}

.testimonial-card .avatar,
.testimonial-card .card-up {
    overflow: hidden;
    height: 120px
}

.elegant-card .card-footer ul {
    padding-top: 15px;
    padding-bottom: 15px
}

.elegant-card .card-footer ul .fa {
    margin-right: 5px
}

.elegant-card .card-footer ul a {
    color: #fff
}

.elegant-card .card-label {
    margin-bottom: -27px;
    margin-top: 0;
    z-index: 10;
    position: relative
}

.elegant-card .card-label .label {
    border-radius: 0;
    font-weight: 300
}

.elegant-card .card-details,
.elegant-card .card-details a {
    color: #434343
}

@media only screen and (max-width: 500px) {
    .elegant-card .card-up {
        max-height: 150px
    }

    .elegant-card .card-content {
        padding: 1em
    }

}

.elegant-card-horizontal {
    margin: .5rem 0 1rem;
    position: relative;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px
}

.elegant-card-horizontal h4 {
    font-size: 24px
}

.elegant-card-horizontal .card-horiz-left-text-up {
    padding: 15px 20px 15px 20px;
    width: calc(100% - 110px)
}

.elegant-card-horizontal .card-horiz-left-text-bottom {
    padding: 8px 20px 5px 20px;
    width: calc(100%);
    border-top: 1px solid #ddd
}

.elegant-card-horizontal .card-horiz-right-image {
    width: 110px;
    height: 114px;
    background-color: #0d6cac;
    text-align: center;
    color: white
}

.elegant-card-horizontal .card-horiz-right-image .material-icons {
    font-size: 50px;
    line-height: 112px
}

.materialize-red.lighten-5 {
    background-color: #fdeaeb !important
}

.materialize-red-text.text-lighten-5 {
    color: #fdeaeb !important
}

.materialize-red.lighten-4 {
    background-color: #f8c1c3 !important
}

.materialize-red-text.text-lighten-4 {
    color: #f8c1c3 !important
}

.materialize-red.lighten-3 {
    background-color: #f3989b !important
}

.materialize-red-text.text-lighten-3 {
    color: #f3989b !important
}

.materialize-red.lighten-2 {
    background-color: #ee6e73 !important
}

.materialize-red-text.text-lighten-2 {
    color: #ee6e73 !important
}

.materialize-red.lighten-1 {
    background-color: #ea454b !important
}

.materialize-red-text.text-lighten-1 {
    color: #ea454b !important
}

.materialize-red {
    background-color: #e51c23 !important
}

.materialize-red-text {
    color: #e51c23 !important
}

.materialize-red.darken-1 {
    background-color: #d0181e !important
}

.materialize-red-text.text-darken-1 {
    color: #d0181e !important
}

.materialize-red.darken-2 {
    background-color: #b9151b !important
}

.materialize-red-text.text-darken-2 {
    color: #b9151b !important
}

.materialize-red.darken-3 {
    background-color: #a21318 !important
}

.materialize-red-text.text-darken-3 {
    color: #a21318 !important
}

.materialize-red.darken-4 {
    background-color: #8b1014 !important
}

.materialize-red-text.text-darken-4 {
    color: #8b1014 !important
}

.red.lighten-5 {
    background-color: #FFEBEE !important
}

.red-text.text-lighten-5 {
    color: #FFEBEE !important
}

.red.lighten-4 {
    background-color: #FFCDD2 !important
}

.red-text.text-lighten-4 {
    color: #FFCDD2 !important
}

.red.lighten-3 {
    background-color: #EF9A9A !important
}

.red-text.text-lighten-3 {
    color: #EF9A9A !important
}

.red.lighten-2 {
    background-color: #E57373 !important
}

.red-text.text-lighten-2 {
    color: #E57373 !important
}

.red.lighten-1 {
    background-color: #EF5350 !important
}

.red-text.text-lighten-1 {
    color: #EF5350 !important
}

.red {
    background-color: #F44336 !important
}

.red-text {
    color: #F44336 !important
}

.red.darken-1 {
    background-color: #E53935 !important
}

.red-text.text-darken-1 {
    color: #E53935 !important
}

.red.darken-2 {
    background-color: #D32F2F !important
}

.red-text.text-darken-2 {
    color: #D32F2F !important
}

.red.darken-3 {
    background-color: #C62828 !important
}

.red-text.text-darken-3 {
    color: #C62828 !important
}

.red.darken-4 {
    background-color: #B71C1C !important
}

.red-text.text-darken-4 {
    color: #B71C1C !important
}

.red.accent-1 {
    background-color: #FF8A80 !important
}

.red-text.text-accent-1 {
    color: #FF8A80 !important
}

.red.accent-2 {
    background-color: #FF5252 !important
}

.red-text.text-accent-2 {
    color: #FF5252 !important
}

.red.accent-3 {
    background-color: #FF1744 !important
}

.red-text.text-accent-3 {
    color: #FF1744 !important
}

.red.accent-4 {
    background-color: #D50000 !important
}

.red-text.text-accent-4 {
    color: #D50000 !important
}

.pink.lighten-5 {
    background-color: #fce4ec !important
}

.pink-text.text-lighten-5 {
    color: #fce4ec !important
}

.pink.lighten-4 {
    background-color: #f8bbd0 !important
}

.pink-text.text-lighten-4 {
    color: #f8bbd0 !important
}

.pink.lighten-3 {
    background-color: #f48fb1 !important
}

.pink-text.text-lighten-3 {
    color: #f48fb1 !important
}

.pink.lighten-2 {
    background-color: #f06292 !important
}

.pink-text.text-lighten-2 {
    color: #f06292 !important
}

.pink.lighten-1 {
    background-color: #ec407a !important
}

.pink-text.text-lighten-1 {
    color: #ec407a !important
}

.pink {
    background-color: #e91e63 !important
}

.pink-text {
    color: #e91e63 !important
}

.pink.darken-1 {
    background-color: #d81b60 !important
}

.pink-text.text-darken-1 {
    color: #d81b60 !important
}

.pink.darken-2 {
    background-color: #c2185b !important
}

.pink-text.text-darken-2 {
    color: #c2185b !important
}

.pink.darken-3 {
    background-color: #ad1457 !important
}

.pink-text.text-darken-3 {
    color: #ad1457 !important
}

.pink.darken-4 {
    background-color: #880e4f !important
}

.pink-text.text-darken-4 {
    color: #880e4f !important
}

.pink.accent-1 {
    background-color: #ff80ab !important
}

.pink-text.text-accent-1 {
    color: #ff80ab !important
}

.pink.accent-2 {
    background-color: #ff4081 !important
}

.pink-text.text-accent-2 {
    color: #ff4081 !important
}

.pink.accent-3 {
    background-color: #f50057 !important
}

.pink-text.text-accent-3 {
    color: #f50057 !important
}

.pink.accent-4 {
    background-color: #c51162 !important
}

.pink-text.text-accent-4 {
    color: #c51162 !important
}

.purple.lighten-5 {
    background-color: #f3e5f5 !important
}

.purple-text.text-lighten-5 {
    color: #f3e5f5 !important
}

.purple.lighten-4 {
    background-color: #e1bee7 !important
}

.purple-text.text-lighten-4 {
    color: #e1bee7 !important
}

.purple.lighten-3 {
    background-color: #ce93d8 !important
}

.purple-text.text-lighten-3 {
    color: #ce93d8 !important
}

.purple.lighten-2 {
    background-color: #ba68c8 !important
}

.purple-text.text-lighten-2 {
    color: #ba68c8 !important
}

.purple.lighten-1 {
    background-color: #ab47bc !important
}

.purple-text.text-lighten-1 {
    color: #ab47bc !important
}

.purple {
    background-color: #9c27b0 !important
}

.purple-text {
    color: #9c27b0 !important
}

.purple.darken-1 {
    background-color: #8e24aa !important
}

.purple-text.text-darken-1 {
    color: #8e24aa !important
}

.purple.darken-2 {
    background-color: #7b1fa2 !important
}

.purple-text.text-darken-2 {
    color: #7b1fa2 !important
}

.purple.darken-3 {
    background-color: #6a1b9a !important
}

.purple-text.text-darken-3 {
    color: #6a1b9a !important
}

.purple.darken-4 {
    background-color: #4a148c !important
}

.purple-text.text-darken-4 {
    color: #4a148c !important
}

.purple.accent-1 {
    background-color: #ea80fc !important
}

.purple-text.text-accent-1 {
    color: #ea80fc !important
}

.purple.accent-2 {
    background-color: #e040fb !important
}

.purple-text.text-accent-2 {
    color: #e040fb !important
}

.purple.accent-3 {
    background-color: #d500f9 !important
}

.purple-text.text-accent-3 {
    color: #d500f9 !important
}

.purple.accent-4 {
    background-color: #aa00ff !important
}

.purple-text.text-accent-4 {
    color: #aa00ff !important
}

.deep-purple.lighten-5 {
    background-color: #ede7f6 !important
}

.deep-purple-text.text-lighten-5 {
    color: #ede7f6 !important
}

.deep-purple.lighten-4 {
    background-color: #d1c4e9 !important
}

.deep-purple-text.text-lighten-4 {
    color: #d1c4e9 !important
}

.deep-purple.lighten-3 {
    background-color: #b39ddb !important
}

.deep-purple-text.text-lighten-3 {
    color: #b39ddb !important
}

.deep-purple.lighten-2 {
    background-color: #9575cd !important
}

.deep-purple-text.text-lighten-2 {
    color: #9575cd !important
}

.deep-purple.lighten-1 {
    background-color: #7e57c2 !important
}

.deep-purple-text.text-lighten-1 {
    color: #7e57c2 !important
}

.deep-purple {
    background-color: #673ab7 !important
}

.deep-purple-text {
    color: #673ab7 !important
}

.deep-purple.darken-1 {
    background-color: #5e35b1 !important
}

.deep-purple-text.text-darken-1 {
    color: #5e35b1 !important
}

.deep-purple.darken-2 {
    background-color: #512da8 !important
}

.deep-purple-text.text-darken-2 {
    color: #512da8 !important
}

.deep-purple.darken-3 {
    background-color: #4527a0 !important
}

.deep-purple-text.text-darken-3 {
    color: #4527a0 !important
}

.deep-purple.darken-4 {
    background-color: #311b92 !important
}

.deep-purple-text.text-darken-4 {
    color: #311b92 !important
}

.deep-purple.accent-1 {
    background-color: #b388ff !important
}

.deep-purple-text.text-accent-1 {
    color: #b388ff !important
}

.deep-purple.accent-2 {
    background-color: #7c4dff !important
}

.deep-purple-text.text-accent-2 {
    color: #7c4dff !important
}

.deep-purple.accent-3 {
    background-color: #651fff !important
}

.deep-purple-text.text-accent-3 {
    color: #651fff !important
}

.deep-purple.accent-4 {
    background-color: #6200ea !important
}

.deep-purple-text.text-accent-4 {
    color: #6200ea !important
}

.indigo.lighten-5 {
    background-color: #e8eaf6 !important
}

.indigo-text.text-lighten-5 {
    color: #e8eaf6 !important
}

.indigo.lighten-4 {
    background-color: #c5cae9 !important
}

.indigo-text.text-lighten-4 {
    color: #c5cae9 !important
}

.indigo.lighten-3 {
    background-color: #9fa8da !important
}

.indigo-text.text-lighten-3 {
    color: #9fa8da !important
}

.indigo.lighten-2 {
    background-color: #7986cb !important
}

.indigo-text.text-lighten-2 {
    color: #7986cb !important
}

.indigo.lighten-1 {
    background-color: #5c6bc0 !important
}

.indigo-text.text-lighten-1 {
    color: #5c6bc0 !important
}

.indigo {
    background-color: #3f51b5 !important
}

.indigo-text {
    color: #3f51b5 !important
}

.indigo.darken-1 {
    background-color: #3949ab !important
}

.indigo-text.text-darken-1 {
    color: #3949ab !important
}

.indigo.darken-2 {
    background-color: #303f9f !important
}

.indigo-text.text-darken-2 {
    color: #303f9f !important
}

.indigo.darken-3 {
    background-color: #283593 !important
}

.indigo-text.text-darken-3 {
    color: #283593 !important
}

.indigo.darken-4 {
    background-color: #1a237e !important
}

.indigo-text.text-darken-4 {
    color: #1a237e !important
}

.indigo.accent-1 {
    background-color: #8c9eff !important
}

.indigo-text.text-accent-1 {
    color: #8c9eff !important
}

.indigo.accent-2 {
    background-color: #536dfe !important
}

.indigo-text.text-accent-2 {
    color: #536dfe !important
}

.indigo.accent-3 {
    background-color: #3d5afe !important
}

.indigo-text.text-accent-3 {
    color: #3d5afe !important
}

.indigo.accent-4 {
    background-color: #304ffe !important
}

.indigo-text.text-accent-4 {
    color: #304ffe !important
}

.blue.lighten-5 {
    background-color: #E3F2FD !important
}

.blue-text.text-lighten-5 {
    color: #E3F2FD !important
}

.blue.lighten-4 {
    background-color: #BBDEFB !important
}

.blue-text.text-lighten-4 {
    color: #BBDEFB !important
}

.blue.lighten-3 {
    background-color: #90CAF9 !important
}

.blue-text.text-lighten-3 {
    color: #90CAF9 !important
}

.blue.lighten-2 {
    background-color: #64B5F6 !important
}

.blue-text.text-lighten-2 {
    color: #64B5F6 !important
}

.blue.lighten-1 {
    background-color: #42A5F5 !important
}

.blue-text.text-lighten-1 {
    color: #42A5F5 !important
}

.blue {
    background-color: #2196F3 !important
}

.blue-text {
    color: #2196F3 !important
}

.blue.darken-1 {
    background-color: #1E88E5 !important
}

.blue-text.text-darken-1 {
    color: #1E88E5 !important
}

.blue.darken-2 {
    background-color: #1976D2 !important
}

.blue-text.text-darken-2 {
    color: #1976D2 !important
}

.blue.darken-3 {
    background-color: #1565C0 !important
}

.blue-text.text-darken-3 {
    color: #1565C0 !important
}

.blue.darken-4 {
    background-color: #0D47A1 !important
}

.blue-text.text-darken-4 {
    color: #0D47A1 !important
}

.blue.accent-1 {
    background-color: #82B1FF !important
}

.blue-text.text-accent-1 {
    color: #82B1FF !important
}

.blue.accent-2 {
    background-color: #448AFF !important
}

.blue-text.text-accent-2 {
    color: #448AFF !important
}

.blue.accent-3 {
    background-color: #2979FF !important
}

.blue-text.text-accent-3 {
    color: #2979FF !important
}

.blue.accent-4 {
    background-color: #2962FF !important
}

.blue-text.text-accent-4 {
    color: #2962FF !important
}

.light-blue.lighten-5 {
    background-color: #e1f5fe !important
}

.light-blue-text.text-lighten-5 {
    color: #e1f5fe !important
}

.light-blue.lighten-4 {
    background-color: #b3e5fc !important
}

.light-blue-text.text-lighten-4 {
    color: #b3e5fc !important
}

.light-blue.lighten-3 {
    background-color: #81d4fa !important
}

.light-blue-text.text-lighten-3 {
    color: #81d4fa !important
}

.light-blue.lighten-2 {
    background-color: #4fc3f7 !important
}

.light-blue-text.text-lighten-2 {
    color: #4fc3f7 !important
}

.light-blue.lighten-1 {
    background-color: #29b6f6 !important
}

.light-blue-text.text-lighten-1 {
    color: #29b6f6 !important
}

.light-blue {
    background-color: #03a9f4 !important
}

.light-blue-text {
    color: #03a9f4 !important
}

.light-blue.darken-1 {
    background-color: #039be5 !important
}

.light-blue-text.text-darken-1 {
    color: #039be5 !important
}

.light-blue.darken-2 {
    background-color: #0288d1 !important
}

.light-blue-text.text-darken-2 {
    color: #0288d1 !important
}

.light-blue.darken-3 {
    background-color: #0277bd !important
}

.light-blue-text.text-darken-3 {
    color: #0277bd !important
}

.light-blue.darken-4 {
    background-color: #01579b !important
}

.light-blue-text.text-darken-4 {
    color: #01579b !important
}

.light-blue.accent-1 {
    background-color: #80d8ff !important
}

.light-blue-text.text-accent-1 {
    color: #80d8ff !important
}

.light-blue.accent-2 {
    background-color: #40c4ff !important
}

.light-blue-text.text-accent-2 {
    color: #40c4ff !important
}

.light-blue.accent-3 {
    background-color: #00b0ff !important
}

.light-blue-text.text-accent-3 {
    color: #00b0ff !important
}

.light-blue.accent-4 {
    background-color: #0091ea !important
}

.light-blue-text.text-accent-4 {
    color: #0091ea !important
}

.cyan.lighten-5 {
    background-color: #e0f7fa !important
}

.cyan-text.text-lighten-5 {
    color: #e0f7fa !important
}

.cyan.lighten-4 {
    background-color: #b2ebf2 !important
}

.cyan-text.text-lighten-4 {
    color: #b2ebf2 !important
}

.cyan.lighten-3 {
    background-color: #80deea !important
}

.cyan-text.text-lighten-3 {
    color: #80deea !important
}

.cyan.lighten-2 {
    background-color: #4dd0e1 !important
}

.cyan-text.text-lighten-2 {
    color: #4dd0e1 !important
}

.cyan.lighten-1 {
    background-color: #26c6da !important
}

.cyan-text.text-lighten-1 {
    color: #26c6da !important
}

.cyan {
    background-color: #00bcd4 !important
}

.cyan-text {
    color: #00bcd4 !important
}

.cyan.darken-1 {
    background-color: #00acc1 !important
}

.cyan-text.text-darken-1 {
    color: #00acc1 !important
}

.cyan.darken-2 {
    background-color: #0097a7 !important
}

.cyan-text.text-darken-2 {
    color: #0097a7 !important
}

.cyan.darken-3 {
    background-color: #00838f !important
}

.cyan-text.text-darken-3 {
    color: #00838f !important
}

.cyan.darken-4 {
    background-color: #006064 !important
}

.cyan-text.text-darken-4 {
    color: #006064 !important
}

.cyan.accent-1 {
    background-color: #84ffff !important
}

.cyan-text.text-accent-1 {
    color: #84ffff !important
}

.cyan.accent-2 {
    background-color: #18ffff !important
}

.cyan-text.text-accent-2 {
    color: #18ffff !important
}

.cyan.accent-3 {
    background-color: #00e5ff !important
}

.cyan-text.text-accent-3 {
    color: #00e5ff !important
}

.cyan.accent-4 {
    background-color: #00b8d4 !important
}

.cyan-text.text-accent-4 {
    color: #00b8d4 !important
}

.teal.lighten-5 {
    background-color: #e0f2f1 !important
}

.teal-text.text-lighten-5 {
    color: #e0f2f1 !important
}

.teal.lighten-4 {
    background-color: #b2dfdb !important
}

.teal-text.text-lighten-4 {
    color: #b2dfdb !important
}

.teal.lighten-3 {
    background-color: #80cbc4 !important
}

.teal-text.text-lighten-3 {
    color: #80cbc4 !important
}

.teal.lighten-2 {
    background-color: #4db6ac !important
}

.teal-text.text-lighten-2 {
    color: #4db6ac !important
}

.teal.lighten-1 {
    background-color: #26a69a !important
}

.teal-text.text-lighten-1 {
    color: #26a69a !important
}

.teal {
    background-color: #009688 !important
}

.teal-text {
    color: #009688 !important
}

.teal.darken-1 {
    background-color: #00897b !important
}

.teal-text.text-darken-1 {
    color: #00897b !important
}

.teal.darken-2 {
    background-color: #00796b !important
}

.teal-text.text-darken-2 {
    color: #00796b !important
}

.teal.darken-3 {
    background-color: #00695c !important
}

.teal-text.text-darken-3 {
    color: #00695c !important
}

.teal.darken-4 {
    background-color: #004d40 !important
}

.teal-text.text-darken-4 {
    color: #004d40 !important
}

.teal.accent-1 {
    background-color: #a7ffeb !important
}

.teal-text.text-accent-1 {
    color: #a7ffeb !important
}

.teal.accent-2 {
    background-color: #64ffda !important
}

.teal-text.text-accent-2 {
    color: #64ffda !important
}

.teal.accent-3 {
    background-color: #1de9b6 !important
}

.teal-text.text-accent-3 {
    color: #1de9b6 !important
}

.teal.accent-4 {
    background-color: #00bfa5 !important
}

.teal-text.text-accent-4 {
    color: #00bfa5 !important
}

.green.lighten-5 {
    background-color: #E8F5E9 !important
}

.green-text.text-lighten-5 {
    color: #E8F5E9 !important
}

.green.lighten-4 {
    background-color: #C8E6C9 !important
}

.green-text.text-lighten-4 {
    color: #C8E6C9 !important
}

.green.lighten-3 {
    background-color: #A5D6A7 !important
}

.green-text.text-lighten-3 {
    color: #A5D6A7 !important
}

.green.lighten-2 {
    background-color: #81C784 !important
}

.green-text.text-lighten-2 {
    color: #81C784 !important
}

.green.lighten-1 {
    background-color: #66BB6A !important
}

.green-text.text-lighten-1 {
    color: #66BB6A !important
}

.green {
    background-color: #4CAF50 !important
}

.green-text {
    color: #4CAF50 !important
}

.green.darken-1 {
    background-color: #43A047 !important
}

.green-text.text-darken-1 {
    color: #43A047 !important
}

.green.darken-2 {
    background-color: #388E3C !important
}

.green-text.text-darken-2 {
    color: #388E3C !important
}

.green.darken-3 {
    background-color: #2E7D32 !important
}

.green-text.text-darken-3 {
    color: #2E7D32 !important
}

.green.darken-4 {
    background-color: #1B5E20 !important
}

.green-text.text-darken-4 {
    color: #1B5E20 !important
}

.green.accent-1 {
    background-color: #B9F6CA !important
}

.green-text.text-accent-1 {
    color: #B9F6CA !important
}

.green.accent-2 {
    background-color: #69F0AE !important
}

.green-text.text-accent-2 {
    color: #69F0AE !important
}

.green.accent-3 {
    background-color: #00E676 !important
}

.green-text.text-accent-3 {
    color: #00E676 !important
}

.green.accent-4 {
    background-color: #00C853 !important
}

.green-text.text-accent-4 {
    color: #00C853 !important
}

.light-green.lighten-5 {
    background-color: #f1f8e9 !important
}

.light-green-text.text-lighten-5 {
    color: #f1f8e9 !important
}

.light-green.lighten-4 {
    background-color: #dcedc8 !important
}

.light-green-text.text-lighten-4 {
    color: #dcedc8 !important
}

.light-green.lighten-3 {
    background-color: #c5e1a5 !important
}

.light-green-text.text-lighten-3 {
    color: #c5e1a5 !important
}

.light-green.lighten-2 {
    background-color: #aed581 !important
}

.light-green-text.text-lighten-2 {
    color: #aed581 !important
}

.light-green.lighten-1 {
    background-color: #9ccc65 !important
}

.light-green-text.text-lighten-1 {
    color: #9ccc65 !important
}

.light-green {
    background-color: #8bc34a !important
}

.light-green-text {
    color: #8bc34a !important
}

.light-green.darken-1 {
    background-color: #7cb342 !important
}

.light-green-text.text-darken-1 {
    color: #7cb342 !important
}

.light-green.darken-2 {
    background-color: #689f38 !important
}

.light-green-text.text-darken-2 {
    color: #689f38 !important
}

.light-green.darken-3 {
    background-color: #558b2f !important
}

.light-green-text.text-darken-3 {
    color: #558b2f !important
}

.light-green.darken-4 {
    background-color: #33691e !important
}

.light-green-text.text-darken-4 {
    color: #33691e !important
}

.light-green.accent-1 {
    background-color: #ccff90 !important
}

.light-green-text.text-accent-1 {
    color: #ccff90 !important
}

.light-green.accent-2 {
    background-color: #b2ff59 !important
}

.light-green-text.text-accent-2 {
    color: #b2ff59 !important
}

.light-green.accent-3 {
    background-color: #76ff03 !important
}

.light-green-text.text-accent-3 {
    color: #76ff03 !important
}

.light-green.accent-4 {
    background-color: #64dd17 !important
}

.light-green-text.text-accent-4 {
    color: #64dd17 !important
}

.lime.lighten-5 {
    background-color: #f9fbe7 !important
}

.lime-text.text-lighten-5 {
    color: #f9fbe7 !important
}

.lime.lighten-4 {
    background-color: #f0f4c3 !important
}

.lime-text.text-lighten-4 {
    color: #f0f4c3 !important
}

.lime.lighten-3 {
    background-color: #e6ee9c !important
}

.lime-text.text-lighten-3 {
    color: #e6ee9c !important
}

.lime.lighten-2 {
    background-color: #dce775 !important
}

.lime-text.text-lighten-2 {
    color: #dce775 !important
}

.lime.lighten-1 {
    background-color: #d4e157 !important
}

.lime-text.text-lighten-1 {
    color: #d4e157 !important
}

.lime {
    background-color: #cddc39 !important
}

.lime-text {
    color: #cddc39 !important
}

.lime.darken-1 {
    background-color: #c0ca33 !important
}

.lime-text.text-darken-1 {
    color: #c0ca33 !important
}

.lime.darken-2 {
    background-color: #afb42b !important
}

.lime-text.text-darken-2 {
    color: #afb42b !important
}

.lime.darken-3 {
    background-color: #9e9d24 !important
}

.lime-text.text-darken-3 {
    color: #9e9d24 !important
}

.lime.darken-4 {
    background-color: #827717 !important
}

.lime-text.text-darken-4 {
    color: #827717 !important
}

.lime.accent-1 {
    background-color: #f4ff81 !important
}

.lime-text.text-accent-1 {
    color: #f4ff81 !important
}

.lime.accent-2 {
    background-color: #eeff41 !important
}

.lime-text.text-accent-2 {
    color: #eeff41 !important
}

.lime.accent-3 {
    background-color: #c6ff00 !important
}

.lime-text.text-accent-3 {
    color: #c6ff00 !important
}

.lime.accent-4 {
    background-color: #aeea00 !important
}

.lime-text.text-accent-4 {
    color: #aeea00 !important
}

.yellow.lighten-5 {
    background-color: #fffde7 !important
}

.yellow-text.text-lighten-5 {
    color: #fffde7 !important
}

.yellow.lighten-4 {
    background-color: #fff9c4 !important
}

.yellow-text.text-lighten-4 {
    color: #fff9c4 !important
}

.yellow.lighten-3 {
    background-color: #fff59d !important
}

.yellow-text.text-lighten-3 {
    color: #fff59d !important
}

.yellow.lighten-2 {
    background-color: #fff176 !important
}

.yellow-text.text-lighten-2 {
    color: #fff176 !important
}

.yellow.lighten-1 {
    background-color: #ffee58 !important
}

.yellow-text.text-lighten-1 {
    color: #ffee58 !important
}

.yellow {
    background-color: #ffeb3b !important
}

.yellow-text {
    color: #ffeb3b !important
}

.yellow.darken-1 {
    background-color: #fdd835 !important
}

.yellow-text.text-darken-1 {
    color: #fdd835 !important
}

.yellow.darken-2 {
    background-color: #fbc02d !important
}

.yellow-text.text-darken-2 {
    color: #fbc02d !important
}

.yellow.darken-3 {
    background-color: #f9a825 !important
}

.yellow-text.text-darken-3 {
    color: #f9a825 !important
}

.yellow.darken-4 {
    background-color: #f57f17 !important
}

.yellow-text.text-darken-4 {
    color: #f57f17 !important
}

.yellow.accent-1 {
    background-color: #ffff8d !important
}

.yellow-text.text-accent-1 {
    color: #ffff8d !important
}

.yellow.accent-2 {
    background-color: #ffff00 !important
}

.yellow-text.text-accent-2 {
    color: #ffff00 !important
}

.yellow.accent-3 {
    background-color: #ffea00 !important
}

.yellow-text.text-accent-3 {
    color: #ffea00 !important
}

.yellow.accent-4 {
    background-color: #ffd600 !important
}

.yellow-text.text-accent-4 {
    color: #ffd600 !important
}

.amber.lighten-5 {
    background-color: #fff8e1 !important
}

.amber-text.text-lighten-5 {
    color: #fff8e1 !important
}

.amber.lighten-4 {
    background-color: #ffecb3 !important
}

.amber-text.text-lighten-4 {
    color: #ffecb3 !important
}

.amber.lighten-3 {
    background-color: #ffe082 !important
}

.amber-text.text-lighten-3 {
    color: #ffe082 !important
}

.amber.lighten-2 {
    background-color: #ffd54f !important
}

.amber-text.text-lighten-2 {
    color: #ffd54f !important
}

.amber.lighten-1 {
    background-color: #ffca28 !important
}

.amber-text.text-lighten-1 {
    color: #ffca28 !important
}

.amber {
    background-color: #ffc107 !important
}

.amber-text {
    color: #ffc107 !important
}

.amber.darken-1 {
    background-color: #ffb300 !important
}

.amber-text.text-darken-1 {
    color: #ffb300 !important
}

.amber.darken-2 {
    background-color: #ffa000 !important
}

.amber-text.text-darken-2 {
    color: #ffa000 !important
}

.amber.darken-3 {
    background-color: #ff8f00 !important
}

.amber-text.text-darken-3 {
    color: #ff8f00 !important
}

.amber.darken-4 {
    background-color: #ff6f00 !important
}

.amber-text.text-darken-4 {
    color: #ff6f00 !important
}

.amber.accent-1 {
    background-color: #ffe57f !important
}

.amber-text.text-accent-1 {
    color: #ffe57f !important
}

.amber.accent-2 {
    background-color: #ffd740 !important
}

.amber-text.text-accent-2 {
    color: #ffd740 !important
}

.amber.accent-3 {
    background-color: #ffc400 !important
}

.amber-text.text-accent-3 {
    color: #ffc400 !important
}

.amber.accent-4 {
    background-color: #ffab00 !important
}

.amber-text.text-accent-4 {
    color: #ffab00 !important
}

.orange.lighten-5 {
    background-color: #fff3e0 !important
}

.orange-text.text-lighten-5 {
    color: #fff3e0 !important
}

.orange.lighten-4 {
    background-color: #ffe0b2 !important
}

.orange-text.text-lighten-4 {
    color: #ffe0b2 !important
}

.orange.lighten-3 {
    background-color: #ffcc80 !important
}

.orange-text.text-lighten-3 {
    color: #ffcc80 !important
}

.orange.lighten-2 {
    background-color: #ffb74d !important
}

.orange-text.text-lighten-2 {
    color: #ffb74d !important
}

.orange.lighten-1 {
    background-color: #ffa726 !important
}

.orange-text.text-lighten-1 {
    color: #ffa726 !important
}

.orange {
    background-color: #ff9800 !important
}

.orange-text {
    color: #ff9800 !important
}

.orange.darken-1 {
    background-color: #fb8c00 !important
}

.orange-text.text-darken-1 {
    color: #fb8c00 !important
}

.orange.darken-2 {
    background-color: #f57c00 !important
}

.orange-text.text-darken-2 {
    color: #f57c00 !important
}

.orange.darken-3 {
    background-color: #ef6c00 !important
}

.orange-text.text-darken-3 {
    color: #ef6c00 !important
}

.orange.darken-4 {
    background-color: #e65100 !important
}

.orange-text.text-darken-4 {
    color: #e65100 !important
}

.orange.accent-1 {
    background-color: #ffd180 !important
}

.orange-text.text-accent-1 {
    color: #ffd180 !important
}

.orange.accent-2 {
    background-color: #ffab40 !important
}

.orange-text.text-accent-2 {
    color: #ffab40 !important
}

.orange.accent-3 {
    background-color: #ff9100 !important
}

.orange-text.text-accent-3 {
    color: #ff9100 !important
}

.orange.accent-4 {
    background-color: #ff6d00 !important
}

.orange-text.text-accent-4 {
    color: #ff6d00 !important
}

.deep-orange.lighten-5 {
    background-color: #fbe9e7 !important
}

.deep-orange-text.text-lighten-5 {
    color: #fbe9e7 !important
}

.deep-orange.lighten-4 {
    background-color: #ffccbc !important
}

.deep-orange-text.text-lighten-4 {
    color: #ffccbc !important
}

.deep-orange.lighten-3 {
    background-color: #ffab91 !important
}

.deep-orange-text.text-lighten-3 {
    color: #ffab91 !important
}

.deep-orange.lighten-2 {
    background-color: #ff8a65 !important
}

.deep-orange-text.text-lighten-2 {
    color: #ff8a65 !important
}

.deep-orange.lighten-1 {
    background-color: #ff7043 !important
}

.deep-orange-text.text-lighten-1 {
    color: #ff7043 !important
}

.deep-orange {
    background-color: #ff5722 !important
}

.deep-orange-text {
    color: #ff5722 !important
}

.deep-orange.darken-1 {
    background-color: #f4511e !important
}

.deep-orange-text.text-darken-1 {
    color: #f4511e !important
}

.deep-orange.darken-2 {
    background-color: #e64a19 !important
}

.deep-orange-text.text-darken-2 {
    color: #e64a19 !important
}

.deep-orange.darken-3 {
    background-color: #d84315 !important
}

.deep-orange-text.text-darken-3 {
    color: #d84315 !important
}

.deep-orange.darken-4 {
    background-color: #bf360c !important
}

.deep-orange-text.text-darken-4 {
    color: #bf360c !important
}

.deep-orange.accent-1 {
    background-color: #ff9e80 !important
}

.deep-orange-text.text-accent-1 {
    color: #ff9e80 !important
}

.deep-orange.accent-2 {
    background-color: #ff6e40 !important
}

.deep-orange-text.text-accent-2 {
    color: #ff6e40 !important
}

.deep-orange.accent-3 {
    background-color: #ff3d00 !important
}

.deep-orange-text.text-accent-3 {
    color: #ff3d00 !important
}

.deep-orange.accent-4 {
    background-color: #dd2c00 !important
}

.deep-orange-text.text-accent-4 {
    color: #dd2c00 !important
}

.brown.lighten-5 {
    background-color: #efebe9 !important
}

.brown-text.text-lighten-5 {
    color: #efebe9 !important
}

.brown.lighten-4 {
    background-color: #d7ccc8 !important
}

.brown-text.text-lighten-4 {
    color: #d7ccc8 !important
}

.brown.lighten-3 {
    background-color: #bcaaa4 !important
}

.brown-text.text-lighten-3 {
    color: #bcaaa4 !important
}

.brown.lighten-2 {
    background-color: #a1887f !important
}

.brown-text.text-lighten-2 {
    color: #a1887f !important
}

.brown.lighten-1 {
    background-color: #8d6e63 !important
}

.brown-text.text-lighten-1 {
    color: #8d6e63 !important
}

.brown {
    background-color: #795548 !important
}

.brown-text {
    color: #795548 !important
}

.brown.darken-1 {
    background-color: #6d4c41 !important
}

.brown-text.text-darken-1 {
    color: #6d4c41 !important
}

.brown.darken-2 {
    background-color: #5d4037 !important
}

.brown-text.text-darken-2 {
    color: #5d4037 !important
}

.brown.darken-3 {
    background-color: #4e342e !important
}

.brown-text.text-darken-3 {
    color: #4e342e !important
}

.brown.darken-4 {
    background-color: #3e2723 !important
}

.brown-text.text-darken-4 {
    color: #3e2723 !important
}

.blue-grey.lighten-5 {
    background-color: #eceff1 !important
}

.blue-grey-text.text-lighten-5 {
    color: #eceff1 !important
}

.blue-grey.lighten-4 {
    background-color: #cfd8dc !important
}

.blue-grey-text.text-lighten-4 {
    color: #cfd8dc !important
}

.blue-grey.lighten-3 {
    background-color: #b0bec5 !important
}

.blue-grey-text.text-lighten-3 {
    color: #b0bec5 !important
}

.blue-grey.lighten-2 {
    background-color: #90a4ae !important
}

.blue-grey-text.text-lighten-2 {
    color: #90a4ae !important
}

.blue-grey.lighten-1 {
    background-color: #78909c !important
}

.blue-grey-text.text-lighten-1 {
    color: #78909c !important
}

.blue-grey {
    background-color: #607d8b !important
}

.blue-grey-text {
    color: #607d8b !important
}

.blue-grey.darken-1 {
    background-color: #546e7a !important
}

.blue-grey-text.text-darken-1 {
    color: #546e7a !important
}

.blue-grey.darken-2 {
    background-color: #455a64 !important
}

.blue-grey-text.text-darken-2 {
    color: #455a64 !important
}

.blue-grey.darken-3 {
    background-color: #37474f !important
}

.blue-grey-text.text-darken-3 {
    color: #37474f !important
}

.blue-grey.darken-4 {
    background-color: #263238 !important
}

.blue-grey-text.text-darken-4 {
    color: #263238 !important
}

.grey.lighten-5 {
    background-color: #fafafa !important
}

.grey-text.text-lighten-5 {
    color: #fafafa !important
}

.grey.lighten-4 {
    background-color: #f5f5f5 !important
}

.grey-text.text-lighten-4 {
    color: #f5f5f5 !important
}

.grey.lighten-3 {
    background-color: #eeeeee !important
}

.grey-text.text-lighten-3 {
    color: #eeeeee !important
}

.grey.lighten-2 {
    background-color: #e0e0e0 !important
}

.grey-text.text-lighten-2 {
    color: #e0e0e0 !important
}

.grey.lighten-1 {
    background-color: #bdbdbd !important
}

.grey-text.text-lighten-1 {
    color: #bdbdbd !important
}

.grey {
    background-color: #9e9e9e !important
}

.grey-text {
    color: #9e9e9e !important
}

.grey.darken-1 {
    background-color: #757575 !important
}

.grey-text.text-darken-1 {
    color: #757575 !important
}

.grey.darken-2 {
    background-color: #616161 !important
}

.grey-text.text-darken-2 {
    color: #616161 !important
}

.grey.darken-3 {
    background-color: #424242 !important
}

.grey-text.text-darken-3 {
    color: #424242 !important
}

.grey.darken-4 {
    background-color: #212121 !important
}

.grey-text.text-darken-4 {
    color: #212121 !important
}

.shades.black {
    background-color: #000000 !important
}

.shades-text.text-black {
    color: #000000 !important
}

.shades.white {
    background-color: #FFFFFF !important
}

.shades-text.text-white {
    color: #FFFFFF !important
}

.shades.transparent {
    background-color: transparent !important
}

.shades-text.text-transparent {
    color: transparent !important
}

.black {
    background-color: #000000 !important
}

.black-text {
    color: #000000 !important
}

.white {
    background-color: #FFFFFF !important
}

.white-text {
    color: #FFFFFF !important
}

.transparent {
    background-color: transparent !important
}

.transparent-text {
    color: transparent !important
}

.danger-color {
    background-color: #ff4444 !important
}

.danger-color-dark {
    background-color: #CC0000 !important
}

.warning-color {
    background-color: #ffbb33 !important
}

.warning-color-dark {
    background-color: #FF8800 !important
}

.success-color {
    background-color: #00C851 !important
}

.success-color-dark {
    background-color: #007E33 !important
}

.info-color {
    background-color: #33b5e5 !important
}

.info-color-dark {
    background-color: #0099CC !important
}

.default-color {
    background-color: #2BBBAD !important
}

.default-color-dark {
    background-color: #00695c !important
}

.primary-color {
    background-color: #4285F4 !important
}

.primary-color-dark {
    background-color: #0d47a1 !important
}

.secondary-color {
    background-color: #aa66cc !important
}

.secondary-color-dark {
    background-color: #9933CC !important
}

.elegant-color {
    background-color: #2E2E2E !important
}

.elegant-color-dark {
    background-color: #212121 !important
}

.stylish-color {
    background-color: #4B515D !important
}

.stylish-color-dark {
    background-color: #3E4551 !important
}

.special-color {
    background-color: #37474F !important
}

.special-color-dark {
    background-color: #263238 !important
}

.unique-color {
    background-color: #3F729B !important
}

.unique-color-dark {
    background-color: #1C2331 !important
}

.rgba-blue-light {
    background-color: rgba(3, 169, 244, 0.3)
}

.rgba-red-light {
    background-color: rgba(244, 67, 54, 0.3)
}

.rgba-pink-light {
    background-color: rgba(233, 30, 99, 0.3)
}

.rgba-purple-light {
    background-color: rgba(156, 39, 176, 0.3)
}

.rgba-indigo-light {
    background-color: rgba(63, 81, 181, 0.3)
}

.rgba-cyan-light {
    background-color: rgba(0, 188, 212, 0.3)
}

.rgba-teal-light {
    background-color: rgba(0, 150, 136, 0.3)
}

.rgba-green-light {
    background-color: rgba(76, 175, 80, 0.3)
}

.rgba-lime-light {
    background-color: rgba(205, 220, 57, 0.3)
}

.rgba-yellow-light {
    background-color: rgba(255, 235, 59, 0.3)
}

.rgba-orange-light {
    background-color: rgba(255, 152, 0, 0.3)
}

.rgba-brown-light {
    background-color: rgba(121, 85, 72, 0.3)
}

.rgba-grey-light {
    background-color: rgba(158, 158, 158, 0.3)
}

.rgba-bluegrey-light {
    background-color: rgba(96, 125, 139, 0.3)
}

.rgba-black-light {
    background-color: rgba(0, 0, 0, 0.3)
}

.rgba-stylish-light {
    background-color: rgba(62, 69, 81, 0.3)
}

.rgba-white-light {
    background-color: rgba(255, 255, 255, 0.3)
}

.rgba-blue-strong {
    background-color: rgba(3, 169, 244, 0.7)
}

.rgba-red-strong {
    background-color: rgba(244, 67, 54, 0.7)
}

.rgba-pink-strong {
    background-color: rgba(233, 30, 99, 0.7)
}

.rgba-purple-strong {
    background-color: rgba(156, 39, 176, 0.7)
}

.rgba-indigo-strong {
    background-color: rgba(63, 81, 181, 0.7)
}

.rgba-cyan-strong {
    background-color: rgba(0, 188, 212, 0.7)
}

.rgba-teal-strong {
    background-color: rgba(0, 150, 136, 0.7)
}

.rgba-green-strong {
    background-color: rgba(76, 175, 80, 0.7)
}

.rgba-lime-strong {
    background-color: rgba(205, 220, 57, 0.7)
}

.rgba-yellow-strong {
    background-color: rgba(255, 235, 59, 0.7)
}

.rgba-orange-strong {
    background-color: rgba(255, 152, 0, 0.7)
}

.rgba-brown-strong {
    background-color: rgba(121, 85, 72, 0.7)
}

.rgba-grey-strong {
    background-color: rgba(158, 158, 158, 0.7)
}

.rgba-bluegrey-strong {
    background-color: rgba(96, 125, 139, 0.7)
}

.rgba-black-strong {
    background-color: rgba(0, 0, 0, 0.7)
}

.rgba-stylish-strong {
    background-color: rgba(62, 69, 81, 0.7)
}

.rgba-white-strong {
    background-color: rgba(255, 255, 255, 0.7)
}

.rgba-blue-slight {
    background-color: rgba(3, 169, 244, 0.1)
}

.rgba-red-slight {
    background-color: rgba(244, 67, 54, 0.1)
}

.rgba-pink-slight {
    background-color: rgba(233, 30, 99, 0.1)
}

.rgba-purple-slight {
    background-color: rgba(156, 39, 176, 0.1)
}

.rgba-indigo-slight {
    background-color: rgba(63, 81, 181, 0.1)
}

.rgba-cyan-slight {
    background-color: rgba(0, 188, 212, 0.1)
}

.rgba-teal-slight {
    background-color: rgba(0, 150, 136, 0.1)
}

.rgba-green-slight {
    background-color: rgba(76, 175, 80, 0.1)
}

.rgba-lime-slight {
    background-color: rgba(205, 220, 57, 0.1)
}

.rgba-yellow-slight {
    background-color: rgba(255, 235, 59, 0.1)
}

.rgba-orange-slight {
    background-color: rgba(255, 152, 0, 0.1)
}

.rgba-brown-slight {
    background-color: rgba(121, 85, 72, 0.1)
}

.rgba-grey-slight {
    background-color: rgba(158, 158, 158, 0.1)
}

.rgba-bluegrey-slight {
    background-color: rgba(96, 125, 139, 0.1)
}

.rgba-black-slight {
    background-color: rgba(0, 0, 0, 0.1)
}

.rgba-stylish-slight {
    background-color: rgba(62, 69, 81, 0.1)
}

.rgba-white-slight {
    background-color: rgba(255, 255, 255, 0.1)
}

body {
    background-color: #eee;
    color: #434343;
    font-size: 13px
}

body.en,
body.es,
body.fr {
    font-family: "Open Sans", sans-serif
}

body.ar {
    font-family: "Cairo", sans-serif
}

body.ru {
    font-family: "Roboto", sans-serif
}

body.zh {
    font-family: sans-serif
}

.fs-main-container {
    padding-bottom: 60px
}

.container,
.container-fluid {
    background-color: #fcfcfc
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.upper {
    text-transform: uppercase
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    outline: none
}

.label-aligned {
    padding-left: 0
}

.list-indent {
    padding-left: 15px
}

.fs-data-padding-top {
    margin-top: 15px
}

.fs-section-back {
    margin: 18px 0
}

hr {
    border-top: 1px solid #ddd
}

.bootstrap-content-box-reset * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fs-menu-search-container {
    background-color: #fcfcfc;
    border-right: 0 !important
}

.fs-menu-search-container-sm {
    padding-top: 10px;
    border-bottom: 1px solid #eee
}

.fs-search-icon {
    margin-top: 12px;
    margin-left: 12px;
    font-size: 21px
}

footer.container {
    padding-top: 15px;
    background-color: #0D6CAC;
    color: white
}

footer.container a {
    color: white !important
}

footer.container h4 {
    margin-top: 15px;
    margin-bottom: 20px;
    color: white
}

.fs-footer-logo {
    position: relative;
    left: -15px
}

.fs-tree-holder,
.fs-content-padding {
    padding-top: 25px
}

.label-default {
    color: #337ab7
}

.label-danger {
    color: #E00000
}

.label {
    background-color: transparent
}

.btn-floating.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: .45
}

.panel-border {
    border: 1px solid #ddd;
    margin-bottom: 15px
}

.fs-table,
.fs-pivot {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 12px;
    color: #666666
}

.text-xs-center {
    text-align: center !important
}

.faostat-title {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -15px
}

.text-initials:first-letter {
    text-transform: uppercase
}

.fs-direction-rtl {
    direction: rtl
}

.fs-direction-rtl .flip.text-left {
    text-align: right
}

.fs-direction-rtl .flip.text-right {
    text-align: left
}

.fs-direction-rtl .list-unstyled {
    padding-right: 0;
    padding-left: initial
}

.fs-direction-rtl .list-inline {
    padding-right: 0;
    padding-left: initial;
    margin-right: -5px;
    margin-left: 0
}

.fs-direction-rtl dd {
    margin-right: 0;
    margin-left: initial
}

@media (min-width: 768px) {
    .fs-direction-rtl .dl-horizontal dt {
        float: right;
        clear: right;
        text-align: left
    }

    .fs-direction-rtl .dl-horizontal dd {
        margin-right: 180px;
        margin-left: 0
    }

}

@media (max-width: 768px) {
    .fs-direction-rtl .dl-horizontal dt {
        text-align: right
    }

}

.fs-direction-rtl blockquote {
    border-right: 5px solid #eeeeee;
    border-left: 0
}

.fs-direction-rtl .blockquote-reverse,
.fs-direction-rtl blockquote.pull-left {
    padding-left: 15px;
    padding-right: 0;
    border-left: 5px solid #eeeeee;
    border-right: 0;
    text-align: left
}

.fs-direction-rtl .col-xs-1,
.fs-direction-rtl .col-sm-1,
.fs-direction-rtl .col-md-1,
.fs-direction-rtl .col-lg-1,
.fs-direction-rtl .col-xs-2,
.fs-direction-rtl .col-sm-2,
.fs-direction-rtl .col-md-2,
.fs-direction-rtl .col-lg-2,
.fs-direction-rtl .col-xs-3,
.fs-direction-rtl .col-sm-3,
.fs-direction-rtl .col-md-3,
.fs-direction-rtl .col-lg-3,
.fs-direction-rtl .col-xs-4,
.fs-direction-rtl .col-sm-4,
.fs-direction-rtl .col-md-4,
.fs-direction-rtl .col-lg-4,
.fs-direction-rtl .col-xs-5,
.fs-direction-rtl .col-sm-5,
.fs-direction-rtl .col-md-5,
.fs-direction-rtl .col-lg-5,
.fs-direction-rtl .col-xs-6,
.fs-direction-rtl .col-sm-6,
.fs-direction-rtl .col-md-6,
.fs-direction-rtl .col-lg-6,
.fs-direction-rtl .col-xs-7,
.fs-direction-rtl .col-sm-7,
.fs-direction-rtl .col-md-7,
.fs-direction-rtl .col-lg-7,
.fs-direction-rtl .col-xs-8,
.fs-direction-rtl .col-sm-8,
.fs-direction-rtl .col-md-8,
.fs-direction-rtl .col-lg-8,
.fs-direction-rtl .col-xs-9,
.fs-direction-rtl .col-sm-9,
.fs-direction-rtl .col-md-9,
.fs-direction-rtl .col-lg-9,
.fs-direction-rtl .col-xs-10,
.fs-direction-rtl .col-sm-10,
.fs-direction-rtl .col-md-10,
.fs-direction-rtl .col-lg-10,
.fs-direction-rtl .col-xs-11,
.fs-direction-rtl .col-sm-11,
.fs-direction-rtl .col-md-11,
.fs-direction-rtl .col-lg-11,
.fs-direction-rtl .col-xs-12,
.fs-direction-rtl .col-sm-12,
.fs-direction-rtl .col-md-12,
.fs-direction-rtl .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.fs-direction-rtl .col-xs-1,
.fs-direction-rtl .col-xs-2,
.fs-direction-rtl .col-xs-3,
.fs-direction-rtl .col-xs-4,
.fs-direction-rtl .col-xs-5,
.fs-direction-rtl .col-xs-6,
.fs-direction-rtl .col-xs-7,
.fs-direction-rtl .col-xs-8,
.fs-direction-rtl .col-xs-9,
.fs-direction-rtl .col-xs-10,
.fs-direction-rtl .col-xs-11,
.fs-direction-rtl .col-xs-12 {
    float: right
}

.fs-direction-rtl .col-xs-12 {
    width: 100%
}

.fs-direction-rtl .col-xs-11 {
    width: 91.66666667%
}

.fs-direction-rtl .col-xs-10 {
    width: 83.33333333%
}

.fs-direction-rtl .col-xs-9 {
    width: 75%
}

.fs-direction-rtl .col-xs-8 {
    width: 66.66666667%
}

.fs-direction-rtl .col-xs-7 {
    width: 58.33333333%
}

.fs-direction-rtl .col-xs-6 {
    width: 50%
}

.fs-direction-rtl .col-xs-5 {
    width: 41.66666667%
}

.fs-direction-rtl .col-xs-4 {
    width: 33.33333333%
}

.fs-direction-rtl .col-xs-3 {
    width: 25%
}

.fs-direction-rtl .col-xs-2 {
    width: 16.66666667%
}

.fs-direction-rtl .col-xs-1 {
    width: 8.33333333%
}

.fs-direction-rtl .col-xs-pull-12 {
    left: 100%;
    right: auto
}

.fs-direction-rtl .col-xs-pull-11 {
    left: 91.66666667%;
    right: auto
}

.fs-direction-rtl .col-xs-pull-10 {
    left: 83.33333333%;
    right: auto
}

.fs-direction-rtl .col-xs-pull-9 {
    left: 75%;
    right: auto
}

.fs-direction-rtl .col-xs-pull-8 {
    left: 66.66666667%;
    right: auto
}

.fs-direction-rtl .col-xs-pull-7 {
    left: 58.33333333%;
    right: auto
}

.fs-direction-rtl .col-xs-pull-6 {
    left: 50%;
    right: auto
}

.fs-direction-rtl .col-xs-pull-5 {
    left: 41.66666667%;
    right: auto
}

.fs-direction-rtl .col-xs-pull-4 {
    left: 33.33333333%;
    right: auto
}

.fs-direction-rtl .col-xs-pull-3 {
    left: 25%;
    right: auto
}

.fs-direction-rtl .col-xs-pull-2 {
    left: 16.66666667%;
    right: auto
}

.fs-direction-rtl .col-xs-pull-1 {
    left: 8.33333333%;
    right: auto
}

.fs-direction-rtl .col-xs-pull-0 {
    left: auto;
    right: auto
}

.fs-direction-rtl .col-xs-push-12 {
    right: 100%;
    left: 0
}

.fs-direction-rtl .col-xs-push-11 {
    right: 91.66666667%;
    left: 0
}

.fs-direction-rtl .col-xs-push-10 {
    right: 83.33333333%;
    left: 0
}

.fs-direction-rtl .col-xs-push-9 {
    right: 75%;
    left: 0
}

.fs-direction-rtl .col-xs-push-8 {
    right: 66.66666667%;
    left: 0
}

.fs-direction-rtl .col-xs-push-7 {
    right: 58.33333333%;
    left: 0
}

.fs-direction-rtl .col-xs-push-6 {
    right: 50%;
    left: 0
}

.fs-direction-rtl .col-xs-push-5 {
    right: 41.66666667%;
    left: 0
}

.fs-direction-rtl .col-xs-push-4 {
    right: 33.33333333%;
    left: 0
}

.fs-direction-rtl .col-xs-push-3 {
    right: 25%;
    left: 0
}

.fs-direction-rtl .col-xs-push-2 {
    right: 16.66666667%;
    left: 0
}

.fs-direction-rtl .col-xs-push-1 {
    right: 8.33333333%;
    left: 0
}

.fs-direction-rtl .col-xs-push-0 {
    right: auto;
    left: 0
}

.fs-direction-rtl .col-xs-offset-12 {
    margin-right: 100%;
    margin-left: 0
}

.fs-direction-rtl .col-xs-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0
}

.fs-direction-rtl .col-xs-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0
}

.fs-direction-rtl .col-xs-offset-9 {
    margin-right: 75%;
    margin-left: 0
}

.fs-direction-rtl .col-xs-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0
}

.fs-direction-rtl .col-xs-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0
}

.fs-direction-rtl .col-xs-offset-6 {
    margin-right: 50%;
    margin-left: 0
}

.fs-direction-rtl .col-xs-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0
}

.fs-direction-rtl .col-xs-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0
}

.fs-direction-rtl .col-xs-offset-3 {
    margin-right: 25%;
    margin-left: 0
}

.fs-direction-rtl .col-xs-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0
}

.fs-direction-rtl .col-xs-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0
}

.fs-direction-rtl .col-xs-offset-0 {
    margin-right: 0%;
    margin-left: 0
}

@media (min-width: 768px) {

    .fs-direction-rtl .col-sm-1,
    .fs-direction-rtl .col-sm-2,
    .fs-direction-rtl .col-sm-3,
    .fs-direction-rtl .col-sm-4,
    .fs-direction-rtl .col-sm-5,
    .fs-direction-rtl .col-sm-6,
    .fs-direction-rtl .col-sm-7,
    .fs-direction-rtl .col-sm-8,
    .fs-direction-rtl .col-sm-9,
    .fs-direction-rtl .col-sm-10,
    .fs-direction-rtl .col-sm-11,
    .fs-direction-rtl .col-sm-12 {
        float: right
    }

    .fs-direction-rtl .col-sm-12 {
        width: 100%
    }

    .fs-direction-rtl .col-sm-11 {
        width: 91.66666667%
    }

    .fs-direction-rtl .col-sm-10 {
        width: 83.33333333%
    }

    .fs-direction-rtl .col-sm-9 {
        width: 75%
    }

    .fs-direction-rtl .col-sm-8 {
        width: 66.66666667%
    }

    .fs-direction-rtl .col-sm-7 {
        width: 58.33333333%
    }

    .fs-direction-rtl .col-sm-6 {
        width: 50%
    }

    .fs-direction-rtl .col-sm-5 {
        width: 41.66666667%
    }

    .fs-direction-rtl .col-sm-4 {
        width: 33.33333333%
    }

    .fs-direction-rtl .col-sm-3 {
        width: 25%
    }

    .fs-direction-rtl .col-sm-2 {
        width: 16.66666667%
    }

    .fs-direction-rtl .col-sm-1 {
        width: 8.33333333%
    }

    .fs-direction-rtl .col-sm-pull-12 {
        left: 100%;
        right: auto
    }

    .fs-direction-rtl .col-sm-pull-11 {
        left: 91.66666667%;
        right: auto
    }

    .fs-direction-rtl .col-sm-pull-10 {
        left: 83.33333333%;
        right: auto
    }

    .fs-direction-rtl .col-sm-pull-9 {
        left: 75%;
        right: auto
    }

    .fs-direction-rtl .col-sm-pull-8 {
        left: 66.66666667%;
        right: auto
    }

    .fs-direction-rtl .col-sm-pull-7 {
        left: 58.33333333%;
        right: auto
    }

    .fs-direction-rtl .col-sm-pull-6 {
        left: 50%;
        right: auto
    }

    .fs-direction-rtl .col-sm-pull-5 {
        left: 41.66666667%;
        right: auto
    }

    .fs-direction-rtl .col-sm-pull-4 {
        left: 33.33333333%;
        right: auto
    }

    .fs-direction-rtl .col-sm-pull-3 {
        left: 25%;
        right: auto
    }

    .fs-direction-rtl .col-sm-pull-2 {
        left: 16.66666667%;
        right: auto
    }

    .fs-direction-rtl .col-sm-pull-1 {
        left: 8.33333333%;
        right: auto
    }

    .fs-direction-rtl .col-sm-pull-0 {
        left: auto;
        right: auto
    }

    .fs-direction-rtl .col-sm-push-12 {
        right: 100%;
        left: 0
    }

    .fs-direction-rtl .col-sm-push-11 {
        right: 91.66666667%;
        left: 0
    }

    .fs-direction-rtl .col-sm-push-10 {
        right: 83.33333333%;
        left: 0
    }

    .fs-direction-rtl .col-sm-push-9 {
        right: 75%;
        left: 0
    }

    .fs-direction-rtl .col-sm-push-8 {
        right: 66.66666667%;
        left: 0
    }

    .fs-direction-rtl .col-sm-push-7 {
        right: 58.33333333%;
        left: 0
    }

    .fs-direction-rtl .col-sm-push-6 {
        right: 50%;
        left: 0
    }

    .fs-direction-rtl .col-sm-push-5 {
        right: 41.66666667%;
        left: 0
    }

    .fs-direction-rtl .col-sm-push-4 {
        right: 33.33333333%;
        left: 0
    }

    .fs-direction-rtl .col-sm-push-3 {
        right: 25%;
        left: 0
    }

    .fs-direction-rtl .col-sm-push-2 {
        right: 16.66666667%;
        left: 0
    }

    .fs-direction-rtl .col-sm-push-1 {
        right: 8.33333333%;
        left: 0
    }

    .fs-direction-rtl .col-sm-push-0 {
        right: auto;
        left: 0
    }

    .fs-direction-rtl .col-sm-offset-12 {
        margin-right: 100%;
        margin-left: 0
    }

    .fs-direction-rtl .col-sm-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0
    }

    .fs-direction-rtl .col-sm-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0
    }

    .fs-direction-rtl .col-sm-offset-9 {
        margin-right: 75%;
        margin-left: 0
    }

    .fs-direction-rtl .col-sm-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0
    }

    .fs-direction-rtl .col-sm-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0
    }

    .fs-direction-rtl .col-sm-offset-6 {
        margin-right: 50%;
        margin-left: 0
    }

    .fs-direction-rtl .col-sm-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0
    }

    .fs-direction-rtl .col-sm-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0
    }

    .fs-direction-rtl .col-sm-offset-3 {
        margin-right: 25%;
        margin-left: 0
    }

    .fs-direction-rtl .col-sm-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0
    }

    .fs-direction-rtl .col-sm-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0
    }

    .fs-direction-rtl .col-sm-offset-0 {
        margin-right: 0%;
        margin-left: 0
    }

}

@media (min-width: 992px) {

    .fs-direction-rtl .col-md-1,
    .fs-direction-rtl .col-md-2,
    .fs-direction-rtl .col-md-3,
    .fs-direction-rtl .col-md-4,
    .fs-direction-rtl .col-md-5,
    .fs-direction-rtl .col-md-6,
    .fs-direction-rtl .col-md-7,
    .fs-direction-rtl .col-md-8,
    .fs-direction-rtl .col-md-9,
    .fs-direction-rtl .col-md-10,
    .fs-direction-rtl .col-md-11,
    .fs-direction-rtl .col-md-12 {
        float: right
    }

    .fs-direction-rtl .col-md-12 {
        width: 100%
    }

    .fs-direction-rtl .col-md-11 {
        width: 91.66666667%
    }

    .fs-direction-rtl .col-md-10 {
        width: 83.33333333%
    }

    .fs-direction-rtl .col-md-9 {
        width: 75%
    }

    .fs-direction-rtl .col-md-8 {
        width: 66.66666667%
    }

    .fs-direction-rtl .col-md-7 {
        width: 58.33333333%
    }

    .fs-direction-rtl .col-md-6 {
        width: 50%
    }

    .fs-direction-rtl .col-md-5 {
        width: 41.66666667%
    }

    .fs-direction-rtl .col-md-4 {
        width: 33.33333333%
    }

    .fs-direction-rtl .col-md-3 {
        width: 25%
    }

    .fs-direction-rtl .col-md-2 {
        width: 16.66666667%
    }

    .fs-direction-rtl .col-md-1 {
        width: 8.33333333%
    }

    .fs-direction-rtl .col-md-pull-12 {
        left: 100%;
        right: auto
    }

    .fs-direction-rtl .col-md-pull-11 {
        left: 91.66666667%;
        right: auto
    }

    .fs-direction-rtl .col-md-pull-10 {
        left: 83.33333333%;
        right: auto
    }

    .fs-direction-rtl .col-md-pull-9 {
        left: 75%;
        right: auto
    }

    .fs-direction-rtl .col-md-pull-8 {
        left: 66.66666667%;
        right: auto
    }

    .fs-direction-rtl .col-md-pull-7 {
        left: 58.33333333%;
        right: auto
    }

    .fs-direction-rtl .col-md-pull-6 {
        left: 50%;
        right: auto
    }

    .fs-direction-rtl .col-md-pull-5 {
        left: 41.66666667%;
        right: auto
    }

    .fs-direction-rtl .col-md-pull-4 {
        left: 33.33333333%;
        right: auto
    }

    .fs-direction-rtl .col-md-pull-3 {
        left: 25%;
        right: auto
    }

    .fs-direction-rtl .col-md-pull-2 {
        left: 16.66666667%;
        right: auto
    }

    .fs-direction-rtl .col-md-pull-1 {
        left: 8.33333333%;
        right: auto
    }

    .fs-direction-rtl .col-md-pull-0 {
        left: auto;
        right: auto
    }

    .fs-direction-rtl .col-md-push-12 {
        right: 100%;
        left: 0
    }

    .fs-direction-rtl .col-md-push-11 {
        right: 91.66666667%;
        left: 0
    }

    .fs-direction-rtl .col-md-push-10 {
        right: 83.33333333%;
        left: 0
    }

    .fs-direction-rtl .col-md-push-9 {
        right: 75%;
        left: 0
    }

    .fs-direction-rtl .col-md-push-8 {
        right: 66.66666667%;
        left: 0
    }

    .fs-direction-rtl .col-md-push-7 {
        right: 58.33333333%;
        left: 0
    }

    .fs-direction-rtl .col-md-push-6 {
        right: 50%;
        left: 0
    }

    .fs-direction-rtl .col-md-push-5 {
        right: 41.66666667%;
        left: 0
    }

    .fs-direction-rtl .col-md-push-4 {
        right: 33.33333333%;
        left: 0
    }

    .fs-direction-rtl .col-md-push-3 {
        right: 25%;
        left: 0
    }

    .fs-direction-rtl .col-md-push-2 {
        right: 16.66666667%;
        left: 0
    }

    .fs-direction-rtl .col-md-push-1 {
        right: 8.33333333%;
        left: 0
    }

    .fs-direction-rtl .col-md-push-0 {
        right: auto;
        left: 0
    }

    .fs-direction-rtl .col-md-offset-12 {
        margin-right: 100%;
        margin-left: 0
    }

    .fs-direction-rtl .col-md-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0
    }

    .fs-direction-rtl .col-md-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0
    }

    .fs-direction-rtl .col-md-offset-9 {
        margin-right: 75%;
        margin-left: 0
    }

    .fs-direction-rtl .col-md-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0
    }

    .fs-direction-rtl .col-md-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0
    }

    .fs-direction-rtl .col-md-offset-6 {
        margin-right: 50%;
        margin-left: 0
    }

    .fs-direction-rtl .col-md-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0
    }

    .fs-direction-rtl .col-md-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0
    }

    .fs-direction-rtl .col-md-offset-3 {
        margin-right: 25%;
        margin-left: 0
    }

    .fs-direction-rtl .col-md-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0
    }

    .fs-direction-rtl .col-md-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0
    }

    .fs-direction-rtl .col-md-offset-0 {
        margin-right: 0%;
        margin-left: 0
    }

}

@media (min-width: 1200px) {

    .fs-direction-rtl .col-lg-1,
    .fs-direction-rtl .col-lg-2,
    .fs-direction-rtl .col-lg-3,
    .fs-direction-rtl .col-lg-4,
    .fs-direction-rtl .col-lg-5,
    .fs-direction-rtl .col-lg-6,
    .fs-direction-rtl .col-lg-7,
    .fs-direction-rtl .col-lg-8,
    .fs-direction-rtl .col-lg-9,
    .fs-direction-rtl .col-lg-10,
    .fs-direction-rtl .col-lg-11,
    .fs-direction-rtl .col-lg-12 {
        float: right
    }

    .fs-direction-rtl .col-lg-12 {
        width: 100%
    }

    .fs-direction-rtl .col-lg-11 {
        width: 91.66666667%
    }

    .fs-direction-rtl .col-lg-10 {
        width: 83.33333333%
    }

    .fs-direction-rtl .col-lg-9 {
        width: 75%
    }

    .fs-direction-rtl .col-lg-8 {
        width: 66.66666667%
    }

    .fs-direction-rtl .col-lg-7 {
        width: 58.33333333%
    }

    .fs-direction-rtl .col-lg-6 {
        width: 50%
    }

    .fs-direction-rtl .col-lg-5 {
        width: 41.66666667%
    }

    .fs-direction-rtl .col-lg-4 {
        width: 33.33333333%
    }

    .fs-direction-rtl .col-lg-3 {
        width: 25%
    }

    .fs-direction-rtl .col-lg-2 {
        width: 16.66666667%
    }

    .fs-direction-rtl .col-lg-1 {
        width: 8.33333333%
    }

    .fs-direction-rtl .col-lg-pull-12 {
        left: 100%;
        right: auto
    }

    .fs-direction-rtl .col-lg-pull-11 {
        left: 91.66666667%;
        right: auto
    }

    .fs-direction-rtl .col-lg-pull-10 {
        left: 83.33333333%;
        right: auto
    }

    .fs-direction-rtl .col-lg-pull-9 {
        left: 75%;
        right: auto
    }

    .fs-direction-rtl .col-lg-pull-8 {
        left: 66.66666667%;
        right: auto
    }

    .fs-direction-rtl .col-lg-pull-7 {
        left: 58.33333333%;
        right: auto
    }

    .fs-direction-rtl .col-lg-pull-6 {
        left: 50%;
        right: auto
    }

    .fs-direction-rtl .col-lg-pull-5 {
        left: 41.66666667%;
        right: auto
    }

    .fs-direction-rtl .col-lg-pull-4 {
        left: 33.33333333%;
        right: auto
    }

    .fs-direction-rtl .col-lg-pull-3 {
        left: 25%;
        right: auto
    }

    .fs-direction-rtl .col-lg-pull-2 {
        left: 16.66666667%;
        right: auto
    }

    .fs-direction-rtl .col-lg-pull-1 {
        left: 8.33333333%;
        right: auto
    }

    .fs-direction-rtl .col-lg-pull-0 {
        left: auto;
        right: auto
    }

    .fs-direction-rtl .col-lg-push-12 {
        right: 100%;
        left: 0
    }

    .fs-direction-rtl .col-lg-push-11 {
        right: 91.66666667%;
        left: 0
    }

    .fs-direction-rtl .col-lg-push-10 {
        right: 83.33333333%;
        left: 0
    }

    .fs-direction-rtl .col-lg-push-9 {
        right: 75%;
        left: 0
    }

    .fs-direction-rtl .col-lg-push-8 {
        right: 66.66666667%;
        left: 0
    }

    .fs-direction-rtl .col-lg-push-7 {
        right: 58.33333333%;
        left: 0
    }

    .fs-direction-rtl .col-lg-push-6 {
        right: 50%;
        left: 0
    }

    .fs-direction-rtl .col-lg-push-5 {
        right: 41.66666667%;
        left: 0
    }

    .fs-direction-rtl .col-lg-push-4 {
        right: 33.33333333%;
        left: 0
    }

    .fs-direction-rtl .col-lg-push-3 {
        right: 25%;
        left: 0
    }

    .fs-direction-rtl .col-lg-push-2 {
        right: 16.66666667%;
        left: 0
    }

    .fs-direction-rtl .col-lg-push-1 {
        right: 8.33333333%;
        left: 0
    }

    .fs-direction-rtl .col-lg-push-0 {
        right: auto;
        left: 0
    }

    .fs-direction-rtl .col-lg-offset-12 {
        margin-right: 100%;
        margin-left: 0
    }

    .fs-direction-rtl .col-lg-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0
    }

    .fs-direction-rtl .col-lg-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0
    }

    .fs-direction-rtl .col-lg-offset-9 {
        margin-right: 75%;
        margin-left: 0
    }

    .fs-direction-rtl .col-lg-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0
    }

    .fs-direction-rtl .col-lg-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0
    }

    .fs-direction-rtl .col-lg-offset-6 {
        margin-right: 50%;
        margin-left: 0
    }

    .fs-direction-rtl .col-lg-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0
    }

    .fs-direction-rtl .col-lg-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0
    }

    .fs-direction-rtl .col-lg-offset-3 {
        margin-right: 25%;
        margin-left: 0
    }

    .fs-direction-rtl .col-lg-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0
    }

    .fs-direction-rtl .col-lg-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0
    }

    .fs-direction-rtl .col-lg-offset-0 {
        margin-right: 0%;
        margin-left: 0
    }

}

.fs-direction-rtl caption {
    text-align: right
}

.fs-direction-rtl th {
    text-align: right
}

@media screen and (max-width: 767px) {
    .fs-direction-rtl .table-responsive>.table-bordered {
        border: 0
    }

    .fs-direction-rtl .table-responsive>.table-bordered>thead>tr>th:first-child,
    .fs-direction-rtl .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .fs-direction-rtl .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .fs-direction-rtl .table-responsive>.table-bordered>thead>tr>td:first-child,
    .fs-direction-rtl .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .fs-direction-rtl .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-right: 0;
        border-left: initial
    }

    .fs-direction-rtl .table-responsive>.table-bordered>thead>tr>th:last-child,
    .fs-direction-rtl .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .fs-direction-rtl .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .fs-direction-rtl .table-responsive>.table-bordered>thead>tr>td:last-child,
    .fs-direction-rtl .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .fs-direction-rtl .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-left: 0;
        border-right: initial
    }

}

.fs-direction-rtl .radio label,
.fs-direction-rtl .checkbox label {
    padding-right: 20px;
    padding-left: initial
}

.fs-direction-rtl .radio input[type="radio"],
.fs-direction-rtl .radio-inline input[type="radio"],
.fs-direction-rtl .checkbox input[type="checkbox"],
.fs-direction-rtl .checkbox-inline input[type="checkbox"] {
    margin-right: -20px;
    margin-left: auto
}

.fs-direction-rtl .radio-inline,
.fs-direction-rtl .checkbox-inline {
    padding-right: 20px;
    padding-left: 0
}

.fs-direction-rtl .radio-inline+.radio-inline,
.fs-direction-rtl .checkbox-inline+.checkbox-inline {
    margin-right: 10px;
    margin-left: 0
}

.fs-direction-rtl .has-feedback .form-control {
    padding-left: 42.5px;
    padding-right: 12px
}

.fs-direction-rtl .form-control-feedback {
    left: 0;
    right: auto
}

@media (min-width: 768px) {
    .fs-direction-rtl .form-inline label {
        padding-right: 0;
        padding-left: initial
    }

    .fs-direction-rtl .form-inline .radio input[type="radio"],
    .fs-direction-rtl .form-inline .checkbox input[type="checkbox"] {
        margin-right: 0;
        margin-left: auto
    }

}

@media (min-width: 768px) {
    .fs-direction-rtl .form-horizontal .control-label {
        text-align: left
    }

}

.fs-direction-rtl .form-horizontal .has-feedback .form-control-feedback {
    left: 15px;
    right: auto
}

.fs-direction-rtl .caret {
    margin-right: 2px;
    margin-left: 0
}

.fs-direction-rtl .dropdown-menu {
    right: auto;
    left: 0;
    float: left;
    text-align: right
}

.fs-direction-rtl .dropdown-menu.pull-right {
    left: 0;
    right: auto;
    float: right
}

.fs-direction-rtl .dropdown-menu-right {
    left: auto;
    right: 0
}

.fs-direction-rtl .dropdown-menu-left {
    left: 0;
    right: auto
}

@media (min-width: 768px) {
    .fs-direction-rtl .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .fs-direction-rtl .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }

}

.fs-direction-rtl .btn-group>.btn,
.fs-direction-rtl .btn-group-vertical>.btn {
    float: right
}

.fs-direction-rtl .btn-group .btn+.btn,
.fs-direction-rtl .btn-group .btn+.btn-group,
.fs-direction-rtl .btn-group .btn-group+.btn,
.fs-direction-rtl .btn-group .btn-group+.btn-group {
    margin-right: -1px;
    margin-left: 0px
}

.fs-direction-rtl .btn-toolbar {
    margin-right: -5px;
    margin-left: 0px
}

.fs-direction-rtl .btn-toolbar .btn-group,
.fs-direction-rtl .btn-toolbar .input-group {
    float: right
}

.fs-direction-rtl .btn-toolbar>.btn,
.fs-direction-rtl .btn-toolbar>.btn-group,
.fs-direction-rtl .btn-toolbar>.input-group {
    margin-right: 5px;
    margin-left: 0px
}

.fs-direction-rtl .btn-group>.btn:first-child {
    margin-right: 0
}

.fs-direction-rtl .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.fs-direction-rtl .btn-group>.btn:last-child:not(:first-child),
.fs-direction-rtl .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.fs-direction-rtl .btn-group>.btn-group {
    float: right
}

.fs-direction-rtl .btn-group.btn-group-justified>.btn,
.fs-direction-rtl .btn-group.btn-group-justified>.btn-group {
    float: none
}

.fs-direction-rtl .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.fs-direction-rtl .btn-group>.btn-group:first-child>.btn:last-child,
.fs-direction-rtl .btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.fs-direction-rtl .btn-group>.btn-group:last-child>.btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.fs-direction-rtl .btn .caret {
    margin-right: 0
}

.fs-direction-rtl .btn-group-vertical>.btn+.btn,
.fs-direction-rtl .btn-group-vertical>.btn+.btn-group,
.fs-direction-rtl .btn-group-vertical>.btn-group+.btn,
.fs-direction-rtl .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-right: 0
}

.fs-direction-rtl .input-group .form-control {
    float: right
}

.fs-direction-rtl .input-group .form-control:first-child,
.fs-direction-rtl .input-group-addon:first-child,
.fs-direction-rtl .input-group-btn:first-child>.btn,
.fs-direction-rtl .input-group-btn:first-child>.btn-group>.btn,
.fs-direction-rtl .input-group-btn:first-child>.dropdown-toggle,
.fs-direction-rtl .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.fs-direction-rtl .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.fs-direction-rtl .input-group-addon:first-child {
    border-left: 0px;
    border-right: 1px solid
}

.fs-direction-rtl .input-group .form-control:last-child,
.fs-direction-rtl .input-group-addon:last-child,
.fs-direction-rtl .input-group-btn:last-child>.btn,
.fs-direction-rtl .input-group-btn:last-child>.btn-group>.btn,
.fs-direction-rtl .input-group-btn:last-child>.dropdown-toggle,
.fs-direction-rtl .input-group-btn:first-child>.btn:not(:first-child),
.fs-direction-rtl .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.fs-direction-rtl .input-group-addon:last-child {
    border-left-width: 1px;
    border-left-style: solid;
    border-right: 0px
}

.fs-direction-rtl .input-group-btn>.btn+.btn {
    margin-right: -1px;
    margin-left: auto
}

.fs-direction-rtl .input-group-btn:first-child>.btn,
.fs-direction-rtl .input-group-btn:first-child>.btn-group {
    margin-left: -1px;
    margin-right: auto
}

.fs-direction-rtl .input-group-btn:last-child>.btn,
.fs-direction-rtl .input-group-btn:last-child>.btn-group {
    margin-right: -1px;
    margin-left: auto
}

.fs-direction-rtl .nav {
    padding-right: 0;
    padding-left: initial
}

.fs-direction-rtl .nav-tabs>li {
    float: right
}

.fs-direction-rtl .nav-tabs>li>a {
    margin-left: auto;
    margin-right: -2px;
    border-radius: 4px 4px 0 0
}

.fs-direction-rtl .nav-pills>li {
    float: right
}

.fs-direction-rtl .nav-pills>li>a {
    border-radius: 4px
}

.fs-direction-rtl .nav-pills>li+li {
    margin-right: 2px;
    margin-left: auto
}

.fs-direction-rtl .nav-stacked>li {
    float: none
}

.fs-direction-rtl .nav-stacked>li+li {
    margin-right: 0;
    margin-left: auto
}

.fs-direction-rtl .nav-justified>li {
    float: none
}

.fs-direction-rtl .nav-justified>.dropdown .dropdown-menu {
    right: auto
}

.fs-direction-rtl .nav-tabs-justified>li>a {
    margin-left: 0;
    margin-right: auto
}

@media (min-width: 768px) {
    .fs-direction-rtl .nav-tabs-justified>li>a {
        border-radius: 4px 4px 0 0
    }

}

@media (min-width: 768px) {
    .fs-direction-rtl .navbar-header {
        float: right
    }

}

.fs-direction-rtl .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px
}

.fs-direction-rtl .navbar-brand {
    float: right
}

@media (min-width: 768px) {

    .fs-direction-rtl .navbar>.container .navbar-brand,
    .fs-direction-rtl .navbar>.container-fluid .navbar-brand {
        margin-right: -15px;
        margin-left: auto
    }

}

.fs-direction-rtl .navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: auto
}

@media (max-width: 767px) {

    .fs-direction-rtl .navbar-nav .open .dropdown-menu>li>a,
    .fs-direction-rtl .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 25px 5px 15px
    }

}

@media (min-width: 768px) {
    .fs-direction-rtl .navbar-nav {
        float: right
    }

    .fs-direction-rtl .navbar-nav>li {
        float: right !important
    }

}

@media (min-width: 768px) {
    .fs-direction-rtl .navbar-left {
        float: right !important
    }

    .fs-direction-rtl .navbar-left.flip {
        float: right !important
    }

    .fs-direction-rtl .navbar-right {
        float: left !important
    }

    .fs-direction-rtl .navbar-right:last-child {
        margin-left: -15px;
        margin-right: auto
    }

    .fs-direction-rtl .navbar-right.flip {
        float: left !important;
        margin-left: -15px;
        margin-right: auto
    }

    .fs-direction-rtl .navbar-right .dropdown-menu {
        left: 0;
        right: auto
    }

}

@media (min-width: 768px) {
    .fs-direction-rtl .navbar-text {
        float: right
    }

    .fs-direction-rtl .navbar-text.navbar-right:last-child {
        margin-left: 0;
        margin-right: auto
    }

}

.fs-direction-rtl .pagination {
    padding-right: 0
}

.fs-direction-rtl .pagination>li>a,
.fs-direction-rtl .pagination>li>span {
    float: right;
    margin-right: -1px;
    margin-left: 0px
}

.fs-direction-rtl .pagination>li:first-child>a,
.fs-direction-rtl .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.fs-direction-rtl .pagination>li:last-child>a,
.fs-direction-rtl .pagination>li:last-child>span {
    margin-right: -1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.fs-direction-rtl .pager {
    padding-right: 0;
    padding-left: initial
}

.fs-direction-rtl .pager .next>a,
.fs-direction-rtl .pager .next>span {
    float: left
}

.fs-direction-rtl .pager .previous>a,
.fs-direction-rtl .pager .previous>span {
    float: right
}

.fs-direction-rtl .nav-pills>li>a>.badge {
    margin-left: 0px;
    margin-right: 3px
}

.fs-direction-rtl .list-group-item>.badge {
    float: left
}

.fs-direction-rtl .list-group-item>.badge+.badge {
    margin-left: 5px;
    margin-right: auto
}

.fs-direction-rtl .alert-dismissable,
.fs-direction-rtl .alert-dismissible {
    padding-left: 35px;
    padding-right: 15px
}

.fs-direction-rtl .alert-dismissable .close,
.fs-direction-rtl .alert-dismissible .close {
    right: auto;
    left: -21px
}

.fs-direction-rtl .progress-bar {
    float: right
}

.fs-direction-rtl .media>.pull-left {
    margin-right: 10px
}

.fs-direction-rtl .media>.pull-left.flip {
    margin-right: 0;
    margin-left: 10px
}

.fs-direction-rtl .media>.pull-right {
    margin-left: 10px
}

.fs-direction-rtl .media>.pull-right.flip {
    margin-left: 0;
    margin-right: 10px
}

.fs-direction-rtl .media-right,
.fs-direction-rtl .media>.pull-right {
    padding-right: 10px;
    padding-left: initial
}

.fs-direction-rtl .media-left,
.fs-direction-rtl .media>.pull-left {
    padding-left: 10px;
    padding-right: initial
}

.fs-direction-rtl .media-list {
    padding-right: 0;
    padding-left: initial;
    list-style: none
}

.fs-direction-rtl .list-group {
    padding-right: 0;
    padding-left: initial
}

.fs-direction-rtl .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.fs-direction-rtl .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.fs-direction-rtl .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.fs-direction-rtl .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.fs-direction-rtl .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.fs-direction-rtl .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.fs-direction-rtl .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.fs-direction-rtl .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 0
}

.fs-direction-rtl .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.fs-direction-rtl .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.fs-direction-rtl .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.fs-direction-rtl .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.fs-direction-rtl .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.fs-direction-rtl .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.fs-direction-rtl .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.fs-direction-rtl .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 0
}

.fs-direction-rtl .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.fs-direction-rtl .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.fs-direction-rtl .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.fs-direction-rtl .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.fs-direction-rtl .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.fs-direction-rtl .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.fs-direction-rtl .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.fs-direction-rtl .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0
}

.fs-direction-rtl .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.fs-direction-rtl .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.fs-direction-rtl .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.fs-direction-rtl .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.fs-direction-rtl .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.fs-direction-rtl .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.fs-direction-rtl .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.fs-direction-rtl .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0
}

.fs-direction-rtl .panel>.table-bordered>thead>tr>th:first-child,
.fs-direction-rtl .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.fs-direction-rtl .panel>.table-bordered>tbody>tr>th:first-child,
.fs-direction-rtl .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.fs-direction-rtl .panel>.table-bordered>tfoot>tr>th:first-child,
.fs-direction-rtl .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.fs-direction-rtl .panel>.table-bordered>thead>tr>td:first-child,
.fs-direction-rtl .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.fs-direction-rtl .panel>.table-bordered>tbody>tr>td:first-child,
.fs-direction-rtl .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.fs-direction-rtl .panel>.table-bordered>tfoot>tr>td:first-child,
.fs-direction-rtl .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-right: 0;
    border-left: none
}

.fs-direction-rtl .panel>.table-bordered>thead>tr>th:last-child,
.fs-direction-rtl .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.fs-direction-rtl .panel>.table-bordered>tbody>tr>th:last-child,
.fs-direction-rtl .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.fs-direction-rtl .panel>.table-bordered>tfoot>tr>th:last-child,
.fs-direction-rtl .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.fs-direction-rtl .panel>.table-bordered>thead>tr>td:last-child,
.fs-direction-rtl .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.fs-direction-rtl .panel>.table-bordered>tbody>tr>td:last-child,
.fs-direction-rtl .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.fs-direction-rtl .panel>.table-bordered>tfoot>tr>td:last-child,
.fs-direction-rtl .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: none;
    border-left: 0
}

.fs-direction-rtl .embed-responsive .embed-responsive-item,
.fs-direction-rtl .embed-responsive iframe,
.fs-direction-rtl .embed-responsive embed,
.fs-direction-rtl .embed-responsive object {
    right: 0;
    left: auto
}

.fs-direction-rtl .close {
    float: left
}

.fs-direction-rtl .modal-footer {
    text-align: left
}

.fs-direction-rtl .modal-footer.flip {
    text-align: right
}

.fs-direction-rtl .modal-footer .btn+.btn {
    margin-left: auto;
    margin-right: 5px
}

.fs-direction-rtl .modal-footer .btn-group .btn+.btn {
    margin-right: -1px;
    margin-left: auto
}

.fs-direction-rtl .modal-footer .btn-block+.btn-block {
    margin-right: 0;
    margin-left: auto
}

.fs-direction-rtl .popover {
    left: auto;
    text-align: right
}

.fs-direction-rtl .popover.top>.arrow {
    right: 50%;
    left: auto;
    margin-right: -11px;
    margin-left: auto
}

.fs-direction-rtl .popover.top>.arrow:after {
    margin-right: -10px;
    margin-left: auto
}

.fs-direction-rtl .popover.bottom>.arrow {
    right: 50%;
    left: auto;
    margin-right: -11px;
    margin-left: auto
}

.fs-direction-rtl .popover.bottom>.arrow:after {
    margin-right: -10px;
    margin-left: auto
}

.fs-direction-rtl .carousel-control {
    right: 0;
    bottom: 0
}

.fs-direction-rtl .carousel-control.left {
    right: auto;
    left: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.fs-direction-rtl .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.fs-direction-rtl .carousel-control .icon-prev,
.fs-direction-rtl .carousel-control .glyphicon-chevron-left {
    left: 50%;
    right: auto;
    margin-right: -10px
}

.fs-direction-rtl .carousel-control .icon-next,
.fs-direction-rtl .carousel-control .glyphicon-chevron-right {
    right: 50%;
    left: auto;
    margin-left: -10px
}

.fs-direction-rtl .carousel-indicators {
    right: 50%;
    left: 0;
    margin-right: -30%;
    margin-left: 0;
    padding-left: 0
}

@media screen and (min-width: 768px) {

    .fs-direction-rtl .carousel-control .glyphicon-chevron-left,
    .fs-direction-rtl .carousel-control .icon-prev {
        margin-left: 0;
        margin-right: -15px
    }

    .fs-direction-rtl .carousel-control .glyphicon-chevron-right,
    .fs-direction-rtl .carousel-control .icon-next {
        margin-left: 0;
        margin-right: -15px
    }

    .fs-direction-rtl .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

}

.fs-direction-rtl .pull-right.flip {
    float: left !important
}

.fs-direction-rtl .pull-left.flip {
    float: right !important
}

@font-face {
    font-family: 'eldorado_stroke';
    src: url("fonts/eldorado_stroke.eot");
    src: url("fonts/eldorado_stroke.eot?#iefix") format("embedded-opentype"), url("fonts/faostat_stroke.woff") format("woff"), url("fonts/eldorado_stroke.ttf") format("truetype"), url("fonts/eldorado_stroke.svg#RobotoRegular") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icojam_"],
[class*=" icojam_"] {
    font-family: 'eldorado_stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icojam_button_new_1:before {
    content: "\eb2a"
}

.icojam_button_foward_1:before {
    content: "\eb26"
}

.icojam_document_text:before {
    content: "\eb26"
}

.icojam_grid_thumbnails:before {
    content: "\e9a8"
}

.icojam_elevation_4:before {
    content: "\e80d"
}

.icojam_swap_horizontal_1:before {
    content: "\eb45"
}

.icojam_wedding_jewel:before {
    content: "\e96c"
}

.icojam_inbox_receive:before {
    content: "\ea49"
}

.icojam_button_delete_1:before {
    content: "\eb24"
}

.icojam_copybook_2:before {
    content: "\e7b5"
}

.icojam_user:before {
    content: "\ebbb"
}

.icojam_exit_1:before {
    content: "\eaeb"
}

.icojam_fla:before {
    content: "\e777"
}

.icojam_flac:before {
    content: "\e778"
}

.icojam_gif:before {
    content: "\e779"
}

.icojam_html:before {
    content: "\e77a"
}

.icojam_icl:before {
    content: "\e77b"
}

.icojam_icns:before {
    content: "\e77c"
}

.icojam_ico:before {
    content: "\e77d"
}

.icojam_ini:before {
    content: "\e77e"
}

.icojam_iso:before {
    content: "\e77f"
}

.icojam_jpg:before {
    content: "\e780"
}

.icojam_log:before {
    content: "\e781"
}

.icojam_midi:before {
    content: "\e782"
}

.icojam_mkv:before {
    content: "\e783"
}

.icojam_mov:before {
    content: "\e784"
}

.icojam_mp3:before {
    content: "\e785"
}

.icojam_mp4:before {
    content: "\e786"
}

.icojam_mpg:before {
    content: "\e787"
}

.icojam_ogg:before {
    content: "\e788"
}

.icojam_ogm:before {
    content: "\e789"
}

.icojam_otf:before {
    content: "\e78a"
}

.icojam_pdf:before {
    content: "\e78b"
}

.icojam_png:before {
    content: "\e78c"
}

.icojam_ppt:before {
    content: "\e78d"
}

.icojam_pptx:before {
    content: "\e78e"
}

.icojam_psd:before {
    content: "\e78f"
}

.icojam_ra:before {
    content: "\e790"
}

.icojam_rar:before {
    content: "\e791"
}

.icojam_raw:before {
    content: "\e792"
}

.icojam_rm:before {
    content: "\e793"
}

.icojam_rtf:before {
    content: "\e794"
}

.icojam_svg:before {
    content: "\e795"
}

.icojam_svgz:before {
    content: "\e796"
}

.icojam_swf:before {
    content: "\e797"
}

.icojam_sys:before {
    content: "\e798"
}

.icojam_tga:before {
    content: "\e799"
}

.icojam_tif:before {
    content: "\e79a"
}

.icojam_ttf:before {
    content: "\e79b"
}

.icojam_txt:before {
    content: "\e79c"
}

.icojam_wav:before {
    content: "\e79d"
}

.icojam_wma:before {
    content: "\e79e"
}

.icojam_wmv:before {
    content: "\e79f"
}

.icojam_xls:before {
    content: "\e7a0"
}

.icojam_xlsx:before {
    content: "\e7a1"
}

.icojam_xml:before {
    content: "\e7a2"
}

.icojam_zip:before {
    content: "\e7a3"
}

.icojam_presentation:before {
    content: "\e9b1"
}

.icojam_document:before {
    content: "\ea3c"
}

.icojam_link_1:before {
    content: "\ea50"
}

.icojam_base_search_in:before {
    content: "\e65e"
}

.icojam_add:before {
    content: "\e656"
}

.icojam_delete:before {
    content: "\e66a"
}

.icojam_cancel_1:before {
    content: "\eb55"
}

.icojam_home2:before {
    content: "\e7c1"
}

.icojam_geography_globe:before {
    content: "\e7be"
}

.icojam_notebook:before {
    content: "\e7eb"
}

.icojam_air_conditioning_external:before {
    content: "\e600"
}

.icojam_air_conditioning_internal:before {
    content: "\e601"
}

.icojam_blender:before {
    content: "\e602"
}

.icojam_blender_2:before {
    content: "\e603"
}

.icojam_blender_3:before {
    content: "\e604"
}

.icojam_bread_maker_multicookings:before {
    content: "\e605"
}

.icojam_citrus_squeezer:before {
    content: "\e606"
}

.icojam_coffee_machine:before {
    content: "\e607"
}

.icojam_coiled_heater:before {
    content: "\e608"
}

.icojam_dishwasher:before {
    content: "\e609"
}

.icojam_drill_perforator:before {
    content: "\e60a"
}

.icojam_electric_kettle_teapot:before {
    content: "\e60b"
}

.icojam_electric_shaver:before {
    content: "\e60c"
}

.icojam_fan:before {
    content: "\e60d"
}

.icojam_fan_1:before {
    content: "\e60e"
}

.icojam_fan_dyson:before {
    content: "\e60f"
}

.icojam_food_processor_1:before {
    content: "\e610"
}

.icojam_food_processor_2:before {
    content: "\e611"
}

.icojam_freezer:before {
    content: "\e612"
}

.icojam_fridge_side_by_side:before {
    content: "\e613"
}

.icojam_hairdryer:before {
    content: "\e614"
}

.icojam_heat_fan:before {
    content: "\e615"
}

.icojam_heater:before {
    content: "\e616"
}

.icojam_iron:before {
    content: "\e617"
}

.icojam_juicer:before {
    content: "\e618"
}

.icojam_kitchen_hood:before {
    content: "\e619"
}

.icojam_kitchen_hood_1:before {
    content: "\e61a"
}

.icojam_kitchen_timer:before {
    content: "\e61b"
}

.icojam_metal_detector_multimeter_voltmeter:before {
    content: "\e61c"
}

.icojam_microwave:before {
    content: "\e61d"
}

.icojam_mixer:before {
    content: "\e61e"
}

.icojam_paper_shredder:before {
    content: "\e61f"
}

.icojam_radiator:before {
    content: "\e620"
}

.icojam_refrigerator:before {
    content: "\e621"
}

.icojam_samovar:before {
    content: "\e622"
}

.icojam_scale_kitchen_weigher:before {
    content: "\e623"
}

.icojam_scales:before {
    content: "\e624"
}

.icojam_sewing_machine:before {
    content: "\e625"
}

.icojam_stove:before {
    content: "\e626"
}

.icojam_toaster:before {
    content: "\e627"
}

.icojam_vacuum_cleaner:before {
    content: "\e628"
}

.icojam_waffle-iron:before {
    content: "\e629"
}

.icojam_washing_machine:before {
    content: "\e62a"
}

.icojam_yogurter:before {
    content: "\e62b"
}

.icojam_baby_monitor:before {
    content: "\e62c"
}

.icojam_baby_monitors:before {
    content: "\e62d"
}

.icojam_ball:before {
    content: "\e62e"
}

.icojam_beanbag_maraca:before {
    content: "\e62f"
}

.icojam_bib:before {
    content: "\e630"
}

.icojam_bicycle_baby_infant:before {
    content: "\e631"
}

.icojam_birthday_newborn:before {
    content: "\e632"
}

.icojam_blocks:before {
    content: "\e633"
}

.icojam_body_suit:before {
    content: "\e634"
}

.icojam_bottle_infant:before {
    content: "\e635"
}

.icojam_boy:before {
    content: "\e636"
}

.icojam_breast_milk:before {
    content: "\e637"
}

.icojam_breast-feeding_mother:before {
    content: "\e638"
}

.icojam_buildingkit:before {
    content: "\e639"
}

.icojam_car:before {
    content: "\e63a"
}

.icojam_chair_baby:before {
    content: "\e63b"
}

.icojam_chamber_pot:before {
    content: "\e63c"
}

.icojam_duck_rubberduck:before {
    content: "\e63d"
}

.icojam_dummy_nipple:before {
    content: "\e63e"
}

.icojam_embryo:before {
    content: "\e63f"
}

.icojam_fertilization_sperm_ovum:before {
    content: "\e640"
}

.icojam_fork_spoon_baby:before,
.icojam_D:before {
    content: "\e641"
}

.icojam_girl:before {
    content: "\e642"
}

.icojam_horse_hobby_hobbyhorse:before {
    content: "\e643"
}

.icojam_mobile_infant:before {
    content: "\e644"
}

.icojam_napkin:before {
    content: "\e645"
}

.icojam_pampers_briefs_diapers:before {
    content: "\e646"
}

.icojam_parental_control_off:before {
    content: "\e647"
}

.icojam_parental_control_on:before {
    content: "\e648"
}

.icojam_playpen:before {
    content: "\e649"
}

.icojam_preserves:before {
    content: "\e64a"
}

.icojam_pyramid:before {
    content: "\e64b"
}

.icojam_RC_car_radiocontrolled:before {
    content: "\e64c"
}

.icojam_scales_baby:before,
.icojam_FB:before {
    content: "\e64d"
}

.icojam_shirt:before {
    content: "\e64e"
}

.icojam_shoes:before {
    content: "\e64f"
}

.icojam_stadiometer:before {
    content: "\e650"
}

.icojam_stroller_cane:before {
    content: "\e651"
}

.icojam_teether:before {
    content: "\e652"
}

.icojam_tights:before {
    content: "\e653"
}

.icojam_ultrasound_diagnostics:before {
    content: "\e654"
}

.icojam_videogame_baby:before {
    content: "\e655"
}

.icojam_add:before {
    content: "\e656"
}

.icojam_base:before {
    content: "\e657"
}

.icojam_base_check:before {
    content: "\e658"
}

.icojam_base_connect:before {
    content: "\e659"
}

.icojam_base_delete:before {
    content: "\e65a"
}

.icojam_base_favorite:before {
    content: "\e65b"
}

.icojam_base_new:before {
    content: "\e65c"
}

.icojam_base_remove:before {
    content: "\e65d"
}

.icojam_base_search_in:before {
    content: "\e65e"
}

.icojam_check:before {
    content: "\e65f"
}

.icojam_comment_1:before {
    content: "\e660"
}

.icojam_comment_2:before {
    content: "\e661"
}

.icojam_comment_3:before {
    content: "\e662"
}

.icojam_comment_baloon:before {
    content: "\e663"
}

.icojam_comment_chat:before {
    content: "\e664"
}

.icojam_comment_dream:before {
    content: "\e665"
}

.icojam_connect_close:before {
    content: "\e666"
}

.icojam_credit_card:before {
    content: "\e667"
}

.icojam_credit_card_back:before {
    content: "\e668"
}

.icojam_credit_card_multi:before {
    content: "\e669"
}

.icojam_delete:before {
    content: "\e66a"
}

.icojam_favorite:before {
    content: "\e66b"
}

.icojam_favorite_add:before {
    content: "\e66c"
}

.icojam_favorite_add_2:before {
    content: "\e66d"
}

.icojam_favorite_add_3:before {
    content: "\e66e"
}

.icojam_favorite_add_4:before {
    content: "\e66f"
}

.icojam_favorite_check_1:before {
    content: "\e670"
}

.icojam_favorite_check_2:before {
    content: "\e671"
}

.icojam_favorite_delete_1:before {
    content: "\e672"
}

.icojam_favorite_delete_2:before {
    content: "\e673"
}

.icojam_favorite_remove_1:before {
    content: "\e674"
}

.icojam_favorite_remove_2:before {
    content: "\e675"
}

.icojam_flag:before {
    content: "\e676"
}

.icojam_gear:before {
    content: "\e677"
}

.icojam_glass:before {
    content: "\e678"
}

.icojam_home:before {
    content: "\e679"
}

.icojam_key_1:before {
    content: "\e67a"
}

.icojam_key_2:before {
    content: "\e67b"
}

.icojam_lamp:before {
    content: "\e67c"
}

.icojam_lamp_off:before {
    content: "\e67d"
}

.icojam_lamp_on:before {
    content: "\e67e"
}

.icojam_lock:before {
    content: "\e67f"
}

.icojam_minus:before {
    content: "\e680"
}

.icojam_options_1:before {
    content: "\e681"
}

.icojam_options_2:before {
    content: "\e682"
}

.icojam_protect_1:before {
    content: "\e683"
}

.icojam_protect_2:before {
    content: "\e684"
}

.icojam_protect_3:before {
    content: "\e685"
}

.icojam_recycle_bin_1:before {
    content: "\e686"
}

.icojam_recycle_bin_2:before {
    content: "\e687"
}

.icojam_recycle_bin_3:before {
    content: "\e688"
}

.icojam_recycle_bin_4:before {
    content: "\e689"
}

.icojam_recycle_bin_empty:before {
    content: "\e68a"
}

.icojam_rss:before {
    content: "\e68b"
}

.icojam_search:before {
    content: "\e68c"
}

.icojam_shopping_cart_1:before {
    content: "\e68d"
}

.icojam_shopping_cart_2:before {
    content: "\e68e"
}

.icojam_shopping_cart_3:before {
    content: "\e68f"
}

.icojam_shopping_cart_4:before {
    content: "\e690"
}

.icojam_star:before {
    content: "\e691"
}

.icojam_umbrella:before {
    content: "\e692"
}

.icojam_unlock:before {
    content: "\e693"
}

.icojam_up:before {
    content: "\e694"
}

.icojam_wizard_1:before {
    content: "\e695"
}

.icojam_wizard_2:before {
    content: "\e696"
}

.icojam_airport:before {
    content: "\e697"
}

.icojam_ancient_building:before {
    content: "\e698"
}

.icojam_apartment:before {
    content: "\e699"
}

.icojam_arch:before {
    content: "\e69a"
}

.icojam_bank:before {
    content: "\e69b"
}

.icojam_belfry:before {
    content: "\e69c"
}

.icojam_bridge_1:before {
    content: "\e69d"
}

.icojam_bridge_2:before {
    content: "\e69e"
}

.icojam_bridge_column:before {
    content: "\e69f"
}

.icojam_building:before {
    content: "\e6a0"
}

.icojam_car_wash:before {
    content: "\e6a1"
}

.icojam_castle:before {
    content: "\e6a2"
}

.icojam_catholic_church:before {
    content: "\e6a3"
}

.icojam_church:before {
    content: "\e6a4"
}

.icojam_city:before {
    content: "\e6a5"
}

.icojam_downtown:before {
    content: "\e6a6"
}

.icojam_dwelling_house:before {
    content: "\e6a7"
}

.icojam_exhibition:before {
    content: "\e6a8"
}

.icojam_factory_1:before {
    content: "\e6a9"
}

.icojam_factory_2:before {
    content: "\e6aa"
}

.icojam_factory_3:before {
    content: "\e6ab"
}

.icojam_fire:before {
    content: "\e6ac"
}

.icojam_firefighters:before {
    content: "\e6ad"
}

.icojam_for_rent:before {
    content: "\e6ae"
}

.icojam_for_sale:before {
    content: "\e6af"
}

.icojam_front_gate:before {
    content: "\e6b0"
}

.icojam_garage_1:before {
    content: "\e6b1"
}

.icojam_garage_2:before {
    content: "\e6b2"
}

.icojam_garage_hangar:before {
    content: "\e6b3"
}

.icojam_garage_multilevel:before {
    content: "\e6b4"
}

.icojam_government:before {
    content: "\e6b5"
}

.icojam_home_1:before {
    content: "\e6b6"
}

.icojam_home_2:before {
    content: "\e6b7"
}

.icojam_home_3:before {
    content: "\e6b8"
}

.icojam_home_4:before {
    content: "\e6b9"
}

.icojam_home_farm:before {
    content: "\e6ba"
}

.icojam_hospital_clinic:before {
    content: "\e6bb"
}

.icojam_housemulti_storey:before {
    content: "\e6bc"
}

.icojam_house_1:before {
    content: "\e6bd"
}

.icojam_house_2:before {
    content: "\e6be"
}

.icojam_house_3:before {
    content: "\e6bf"
}

.icojam_house_4:before {
    content: "\e6c0"
}

.icojam_house_five_story:before {
    content: "\e6c1"
}

.icojam_house_four_stories:before {
    content: "\e6c2"
}

.icojam_house_three_story:before {
    content: "\e6c3"
}

.icojam_house_two_storey_1:before {
    content: "\e6c4"
}

.icojam_house_two_storey_2:before {
    content: "\e6c5"
}

.icojam_house_with_garage_1:before {
    content: "\e6c6"
}

.icojam_house_with_garage_2:before {
    content: "\e6c7"
}

.icojam_hovel_1:before {
    content: "\e6c8"
}

.icojam_hovel_2:before {
    content: "\e6c9"
}

.icojam_library_1:before {
    content: "\e6ca"
}

.icojam_library_2:before {
    content: "\e6cb"
}

.icojam_log_house:before {
    content: "\e6cc"
}

.icojam_mosque:before {
    content: "\e6cd"
}

.icojam_obelisk:before {
    content: "\e6ce"
}

.icojam_orthodox_church:before {
    content: "\e6cf"
}

.icojam_palace_of_congresses:before {
    content: "\e6d0"
}

.icojam_park_1:before {
    content: "\e6d1"
}

.icojam_park_2:before {
    content: "\e6d2"
}

.icojam_planetarium_observatory:before {
    content: "\e6d3"
}

.icojam_plant:before,
.icojam_R:before {
    content: "\e6d4"
}

.icojam_police:before {
    content: "\e6d5"
}

.icojam_ranch:before {
    content: "\e6d6"
}

.icojam_school_1:before {
    content: "\e6d7"
}

.icojam_school_2:before {
    content: "\e6d8"
}

.icojam_sheriff:before {
    content: "\e6d9"
}

.icojam_shop_1:before {
    content: "\e6da"
}

.icojam_shop_2:before {
    content: "\e6db"
}

.icojam_shop_3:before {
    content: "\e6dc"
}

.icojam_shop_4:before {
    content: "\e6dd"
}

.icojam_shopping_center:before {
    content: "\e6de"
}

.icojam_skyscraper_1:before {
    content: "\e6df"
}

.icojam_skyscraper_2:before {
    content: "\e6e0"
}

.icojam_skyscrapers_1:before {
    content: "\e6e1"
}

.icojam_skyscrapers_2:before {
    content: "\e6e2"
}

.icojam_skyscrapers_3:before {
    content: "\e6e3"
}

.icojam_skyway:before {
    content: "\e6e4"
}

.icojam_station_gas:before {
    content: "\e6e5"
}

.icojam_station_petrol:before {
    content: "\e6e6"
}

.icojam_tent_camp:before {
    content: "\e6e7"
}

.icojam_terminal:before {
    content: "\e6e8"
}

.icojam_theater_1:before {
    content: "\e6e9"
}

.icojam_theater_2:before {
    content: "\e6ea"
}

.icojam_train_station:before {
    content: "\e6eb"
}

.icojam_TV_tower_repeater:before {
    content: "\e6ec"
}

.icojam_university:before {
    content: "\e6ed"
}

.icojam_warehouse:before {
    content: "\e6ee"
}

.icojam_amphora:before {
    content: "\e6ef"
}

.icojam_awards:before {
    content: "\e6f0"
}

.icojam_books_1:before {
    content: "\e6f1"
}

.icojam_books_2:before {
    content: "\e6f2"
}

.icojam_crown_1:before {
    content: "\e6f3"
}

.icojam_crown_2:before {
    content: "\e6f4"
}

.icojam_death:before {
    content: "\e6f5"
}

.icojam_eater:before {
    content: "\e6f6"
}

.icojam_family:before {
    content: "\e6f7"
}

.icojam_ghost:before {
    content: "\e6f8"
}

.icojam_kill:before {
    content: "\e6f9"
}

.icojam_leader:before {
    content: "\e6fa"
}

.icojam_mask:before {
    content: "\e6fb"
}

.icojam_matreshka_1:before {
    content: "\e6fc"
}

.icojam_matreshka_2:before {
    content: "\e6fd"
}

.icojam_nature:before {
    content: "\e6fe"
}

.icojam_picture:before {
    content: "\e6ff"
}

.icojam_pillar:before {
    content: "\e700"
}

.icojam_smile_1:before {
    content: "\e701"
}

.icojam_smile_2:before {
    content: "\e702"
}

.icojam_smile_3:before {
    content: "\e703"
}

.icojam_smile_4:before {
    content: "\e704"
}

.icojam_smile_disappointment:before {
    content: "\e705"
}

.icojam_smile_fright:before {
    content: "\e706"
}

.icojam_smile_surprise:before {
    content: "\e707"
}

.icojam_smile_wink:before {
    content: "\e708"
}

.icojam_sun:before {
    content: "\e709"
}

.icojam_wreath:before {
    content: "\e70a"
}

.icojam_yin_yang:before {
    content: "\e70b"
}

.icojam_calculator:before {
    content: "\e70c"
}

.icojam_camera_betacam:before {
    content: "\e70d"
}

.icojam_camera_video_1:before {
    content: "\e70e"
}

.icojam_camera_video_2:before {
    content: "\e70f"
}

.icojam_channel_close:before {
    content: "\e710"
}

.icojam_channel_delete:before {
    content: "\e711"
}

.icojam_channel_favorite:before {
    content: "\e712"
}

.icojam_channel_new:before {
    content: "\e713"
}

.icojam_channel_pause:before {
    content: "\e714"
}

.icojam_channel_ready:before {
    content: "\e715"
}

.icojam_channel_stop:before {
    content: "\e716"
}

.icojam_channel_watch:before {
    content: "\e717"
}

.icojam_computer:before {
    content: "\e718"
}

.icojam_connection:before {
    content: "\e719"
}

.icojam_connection_close:before {
    content: "\e71a"
}

.icojam_connection_delete:before {
    content: "\e71b"
}

.icojam_connection_favorite:before {
    content: "\e71c"
}

.icojam_connection_new:before {
    content: "\e71d"
}

.icojam_connection_ping:before {
    content: "\e71e"
}

.icojam_connection_ready:before {
    content: "\e71f"
}

.icojam_dec_phone:before {
    content: "\e720"
}

.icojam_disc:before {
    content: "\e721"
}

.icojam_external_drive:before {
    content: "\e722"
}

.icojam_fax_1:before {
    content: "\e723"
}

.icojam_fax_2:before {
    content: "\e724"
}

.icojam_flashlight:before {
    content: "\e725"
}

.icojam_hard_disk:before {
    content: "\e726"
}

.icojam_hometheatre:before {
    content: "\e727"
}

.icojam_iphone_horizontal_1:before {
    content: "\e728"
}

.icojam_iphone_horizontal_2:before {
    content: "\e729"
}

.icojam_iphone_vertical_1:before {
    content: "\e72a"
}

.icojam_iphone_vertical_2:before {
    content: "\e72b"
}

.icojam_joypad_games:before {
    content: "\e72c"
}

.icojam_keyboard:before {
    content: "\e72d"
}

.icojam_loudspeakers:before {
    content: "\e72e"
}

.icojam_mfu_xerox:before {
    content: "\e72f"
}

.icojam_microphone:before {
    content: "\e730"
}

.icojam_mobile_phone:before {
    content: "\e731"
}

.icojam_monitor:before {
    content: "\e732"
}

.icojam_music_center:before {
    content: "\e733"
}

.icojam_network:before {
    content: "\e734"
}

.icojam_notebook_1:before {
    content: "\e735"
}

.icojam_notebook_2:before {
    content: "\e736"
}

.icojam_notebook_3:before {
    content: "\e737"
}

.icojam_notebook_computer:before {
    content: "\e738"
}

.icojam_photo_backside:before {
    content: "\e739"
}

.icojam_photo_camera:before {
    content: "\e73a"
}

.icojam_photo_compact:before {
    content: "\e73b"
}

.icojam_photo_flash:before {
    content: "\e73c"
}

.icojam_piano_music:before {
    content: "\e73d"
}

.icojam_print:before {
    content: "\e73e"
}

.icojam_projector:before {
    content: "\e73f"
}

.icojam_psp:before {
    content: "\e740"
}

.icojam_radio:before {
    content: "\e741"
}

.icojam_recorder:before {
    content: "\e742"
}

.icojam_remote_control_1:before {
    content: "\e743"
}

.icojam_remote_control_2:before {
    content: "\e744"
}

.icojam_save:before {
    content: "\e745"
}

.icojam_save_as:before {
    content: "\e746"
}

.icojam_scanner:before {
    content: "\e747"
}

.icojam_sd_card_memory:before {
    content: "\e748"
}

.icojam_server:before {
    content: "\e749"
}

.icojam_sim_card:before {
    content: "\e74a"
}

.icojam_smartphone_1:before {
    content: "\e74b"
}

.icojam_smartphone_2:before {
    content: "\e74c"
}

.icojam_telephone_1:before {
    content: "\e74d"
}

.icojam_telephone_2:before {
    content: "\e74e"
}

.icojam_telephone_3:before {
    content: "\e74f"
}

.icojam_tv:before {
    content: "\e750"
}

.icojam_tv_wide:before {
    content: "\e751"
}

.icojam_usb_flash:before {
    content: "\e752"
}

.icojam_videocamera_1:before {
    content: "\e753"
}

.icojam_videocamera_2:before {
    content: "\e754"
}

.icojam_videocamera_3:before {
    content: "\e755"
}

.icojam_webcam:before {
    content: "\e756"
}

.icojam_aac:before {
    content: "\e757"
}

.icojam_ai:before {
    content: "\e758"
}

.icojam_ape:before {
    content: "\e759"
}

.icojam_asf:before {
    content: "\e75a"
}

.icojam_avi:before {
    content: "\e75b"
}

.icojam_bat:before {
    content: "\e75c"
}

.icojam_bmp:before {
    content: "\e75d"
}

.icojam_cdr:before {
    content: "\e75e"
}

.icojam_cfg:before {
    content: "\e75f"
}

.icojam_chm:before {
    content: "\e760"
}

.icojam_com:before {
    content: "\e761"
}

.icojam_css:before {
    content: "\e762"
}

.icojam_csv:before {
    content: "\e763"
}

.icojam_djv:before {
    content: "\e764"
}

.icojam_dll:before {
    content: "\e765"
}

.icojam_doc:before {
    content: "\e766"
}

.icojam_document_audio:before {
    content: "\e767"
}

.icojam_document_image:before {
    content: "\e768"
}

.icojam_document_photo:before {
    content: "\e769"
}

.icojam_document_system:before {
    content: "\e76a"
}

.icojam_document_text:before {
    content: "\e76b"
}

.icojam_document_unknown:before {
    content: "\e76c"
}

.icojam_document_video:before {
    content: "\e76d"
}

.icojam_document_voice:before {
    content: "\e76e"
}

.icojam_docx:before {
    content: "\e76f"
}

.icojam_eps:before {
    content: "\e770"
}

.icojam_exe:before {
    content: "\e771"
}

.icojam_file_audio:before {
    content: "\e772"
}

.icojam_file_image:before {
    content: "\e773"
}

.icojam_file_photo:before {
    content: "\e774"
}

.icojam_file_video:before {
    content: "\e775"
}

.icojam_file_voice:before {
    content: "\e776"
}

.icojam_fla:before {
    content: "\e777"
}

.icojam_flac:before {
    content: "\e778"
}

.icojam_gif:before {
    content: "\e779"
}

.icojam_html:before {
    content: "\e77a"
}

.icojam_icl:before {
    content: "\e77b"
}

.icojam_icns:before {
    content: "\e77c"
}

.icojam_ico:before {
    content: "\e77d"
}

.icojam_ini:before {
    content: "\e77e"
}

.icojam_iso:before {
    content: "\e77f"
}

.icojam_jpg:before {
    content: "\e780"
}

.icojam_log:before {
    content: "\e781"
}

.icojam_midi:before {
    content: "\e782"
}

.icojam_mkv:before {
    content: "\e783"
}

.icojam_mov:before {
    content: "\e784"
}

.icojam_mp3:before {
    content: "\e785"
}

.icojam_mp4:before {
    content: "\e786"
}

.icojam_mpg:before {
    content: "\e787"
}

.icojam_ogg:before {
    content: "\e788"
}

.icojam_ogm:before {
    content: "\e789"
}

.icojam_otf:before {
    content: "\e78a"
}

.icojam_pdf:before {
    content: "\e78b"
}

.icojam_png:before {
    content: "\e78c"
}

.icojam_ppt:before {
    content: "\e78d"
}

.icojam_pptx:before {
    content: "\e78e"
}

.icojam_psd:before {
    content: "\e78f"
}

.icojam_ra:before {
    content: "\e790"
}

.icojam_rar:before {
    content: "\e791"
}

.icojam_raw:before {
    content: "\e792"
}

.icojam_rm:before {
    content: "\e793"
}

.icojam_rtf:before {
    content: "\e794"
}

.icojam_svg:before {
    content: "\e795"
}

.icojam_svgz:before {
    content: "\e796"
}

.icojam_swf:before {
    content: "\e797"
}

.icojam_sys:before {
    content: "\e798"
}

.icojam_tga:before {
    content: "\e799"
}

.icojam_tif:before {
    content: "\e79a"
}

.icojam_ttf:before {
    content: "\e79b"
}

.icojam_txt:before {
    content: "\e79c"
}

.icojam_wav:before {
    content: "\e79d"
}

.icojam_wma:before {
    content: "\e79e"
}

.icojam_wmv:before {
    content: "\e79f"
}

.icojam_xls:before {
    content: "\e7a0"
}

.icojam_xlsx:before {
    content: "\e7a1"
}

.icojam_xml:before {
    content: "\e7a2"
}

.icojam_zip:before {
    content: "\e7a3"
}

.icojam_alarm_clock:before {
    content: "\e7a4"
}

.icojam_alphabet:before {
    content: "\e7a5"
}

.icojam_army_training:before {
    content: "\e7a6"
}

.icojam_badge:before {
    content: "\e7a7"
}

.icojam_book_1:before {
    content: "\e7a8"
}

.icojam_book_2:before {
    content: "\e7a9"
}

.icojam_book_3:before {
    content: "\e7aa"
}

.icojam_books_12:before {
    content: "\e7ab"
}

.icojam_books_22:before {
    content: "\e7ac"
}

.icojam_brush:before {
    content: "\e7ad"
}

.icojam_calculator2:before {
    content: "\e7ae"
}

.icojam_calendar:before {
    content: "\e7af"
}

.icojam_certificate:before {
    content: "\e7b0"
}

.icojam_chemistry_1:before {
    content: "\e7b1"
}

.icojam_chemistry_2:before {
    content: "\e7b2"
}

.icojam_classboard:before {
    content: "\e7b3"
}

.icojam_copybook_1:before {
    content: "\e7b4"
}

.icojam_copybook_2:before {
    content: "\e7b5"
}

.icojam_copybook_3:before {
    content: "\e7b6"
}

.icojam_copybook_4:before {
    content: "\e7b7"
}

.icojam_desk:before {
    content: "\e7b8"
}

.icojam_dna_1:before {
    content: "\e7b9"
}

.icojam_dna_2:before {
    content: "\e7ba"
}

.icojam_drawing:before {
    content: "\e7bb"
}

.icojam_geography:before {
    content: "\e7bc"
}

.icojam_geography_earth:before,
.icojam_E:before {
    content: "\e7bd"
}

.icojam_geography_globe:before {
    content: "\e7be"
}

.icojam_WCA:before {
    content: "\e7be"
}

.icojam_geometry:before {
    content: "\e7bf"
}

.icojam_holliday:before {
    content: "\e7c0"
}

.icojam_home2:before {
    content: "\e7c1"
}

.icojam_language:before {
    content: "\e7c2"
}

.icojam_list_1:before {
    content: "\e7c3"
}

.icojam_list_2:before {
    content: "\e7c4"
}

.icojam_list_3:before {
    content: "\e7c5"
}

.icojam_list_4:before {
    content: "\e7c6"
}

.icojam_list_5:before {
    content: "\e7c7"
}

.icojam_list_6:before {
    content: "\e7c8"
}

.icojam_list_7:before {
    content: "\e7c9"
}

.icojam_list_8:before {
    content: "\e7ca"
}

.icojam_mark_1:before {
    content: "\e7cb"
}

.icojam_mark_1-:before {
    content: "\e7cc"
}

.icojam_mark_12:before {
    content: "\e7cd"
}

.icojam_mark_2:before {
    content: "\e7ce"
}

.icojam_mark_2-:before {
    content: "\e7cf"
}

.icojam_mark_22:before {
    content: "\e7d0"
}

.icojam_mark_3:before {
    content: "\e7d1"
}

.icojam_mark_3-:before {
    content: "\e7d2"
}

.icojam_mark_32:before {
    content: "\e7d3"
}

.icojam_mark_4:before {
    content: "\e7d4"
}

.icojam_mark_4-:before {
    content: "\e7d5"
}

.icojam_mark_42:before {
    content: "\e7d6"
}

.icojam_mark_5:before {
    content: "\e7d7"
}

.icojam_mark_5-:before {
    content: "\e7d8"
}

.icojam_mark_52:before {
    content: "\e7d9"
}

.icojam_mark_a:before {
    content: "\e7da"
}

.icojam_mark_a-:before {
    content: "\e7db"
}

.icojam_mark_a2:before {
    content: "\e7dc"
}

.icojam_mark_b:before {
    content: "\e7dd"
}

.icojam_mark_b-:before {
    content: "\e7de"
}

.icojam_mark_b2:before {
    content: "\e7df"
}

.icojam_mark_c:before {
    content: "\e7e0"
}

.icojam_mark_c-:before {
    content: "\e7e1"
}

.icojam_mark_c2:before {
    content: "\e7e2"
}

.icojam_mark_d:before {
    content: "\e7e3"
}

.icojam_mark_d-:before {
    content: "\e7e4"
}

.icojam_mark_d2:before {
    content: "\e7e5"
}

.icojam_mark_e:before {
    content: "\e7e6"
}

.icojam_mark_e-:before {
    content: "\e7e7"
}

.icojam_mark_e2:before {
    content: "\e7e8"
}

.icojam_mathematics:before {
    content: "\e7e9"
}

.icojam_music:before {
    content: "\e7ea"
}

.icojam_notebook:before {
    content: "\e7eb"
}

.icojam_notepad:before {
    content: "\e7ec"
}

.icojam_palette_1:before {
    content: "\e7ed"
}

.icojam_palette_2:before {
    content: "\e7ee"
}

.icojam_pen:before {
    content: "\e7ef"
}

.icojam_pencil:before {
    content: "\e7f0"
}

.icojam_pupil_boy:before {
    content: "\e7f1"
}

.icojam_pupil_girl:before {
    content: "\e7f2"
}

.icojam_pupils:before {
    content: "\e7f3"
}

.icojam_rating:before {
    content: "\e7f4"
}

.icojam_rating_high:before {
    content: "\e7f5"
}

.icojam_rating_lowstar:before {
    content: "\e7f6"
}

.icojam_ruler:before {
    content: "\e7f7"
}

.icojam_school:before {
    content: "\e7f8"
}

.icojam_school_bus:before {
    content: "\e7f9"
}

.icojam_sport_1:before {
    content: "\e7fa"
}

.icojam_sport_2:before {
    content: "\e7fb"
}

.icojam_bank_1:before {
    content: "\e7fc"
}

.icojam_bank_2:before {
    content: "\e7fd"
}

.icojam_bed:before {
    content: "\e7fe"
}

.icojam_career:before {
    content: "\e7ff"
}

.icojam_chair:before {
    content: "\e800"
}

.icojam_change:before,
.icojam_T:before {
    content: "\e801"
}

.icojam_coin_amero:before {
    content: "\e802"
}

.icojam_coin_dollar:before,
.icojam_P:before {
    content: "\e803"
}

.icojam_coin_euro:before {
    content: "\e804"
}

.icojam_coin_pound:before {
    content: "\e805"
}

.icojam_coin_ruble:before {
    content: "\e806"
}

.icojam_coin_yuan:before {
    content: "\e807"
}

.icojam_coins:before {
    content: "\e808"
}

.icojam_crisis:before {
    content: "\e809"
}

.icojam_elevation_1:before {
    content: "\e80a"
}

.icojam_elevation_2:before {
    content: "\e80b"
}

.icojam_elevation_3:before {
    content: "\e80c"
}

.icojam_elevation_4:before {
    content: "\e80d"
}

.icojam_elevation_5:before {
    content: "\e80e"
}

.icojam_elevation_6:before {
    content: "\e80f"
}

.icojam_factory_12:before {
    content: "\e810"
}

.icojam_factory_22:before {
    content: "\e811"
}

.icojam_hierarchy_1:before {
    content: "\e812"
}

.icojam_hierarchy_2:before {
    content: "\e813"
}

.icojam_income_1:before {
    content: "\e814"
}

.icojam_income_2:before {
    content: "\e815"
}

.icojam_income_3:before {
    content: "\e816"
}

.icojam_income_4:before {
    content: "\e817"
}

.icojam_loan:before {
    content: "\e818"
}

.icojam_market:before {
    content: "\e819"
}

.icojam_money:before {
    content: "\e81a"
}

.icojam_moneys_1:before {
    content: "\e81b"
}

.icojam_moneys_2:before {
    content: "\e81c"
}

.icojam_moneys_3:before,
.icojam_I:before {
    content: "\e81d"
}

.icojam_object_child:before {
    content: "\e81e"
}

.icojam_object_root:before {
    content: "\e81f"
}

.icojam_payment_1:before {
    content: "\e820"
}

.icojam_payment_2:before {
    content: "\e821"
}

.icojam_payment_3:before {
    content: "\e822"
}

.icojam_payment_4:before {
    content: "\e823"
}

.icojam_piggy_bank:before {
    content: "\e824"
}

.icojam_product_1:before {
    content: "\e825"
}

.icojam_product_2:before {
    content: "\e826"
}

.icojam_purse_1:before {
    content: "\e827"
}

.icojam_purse_2:before {
    content: "\e828"
}

.icojam_purse_3:before {
    content: "\e829"
}

.icojam_purse_4:before {
    content: "\e82a"
}

.icojam_purse_5:before {
    content: "\e82b"
}

.icojam_purse_6:before {
    content: "\e82c"
}

.icojam_purse_7:before {
    content: "\e82d"
}

.icojam_purse_8:before {
    content: "\e82e"
}

.icojam_recession_1:before {
    content: "\e82f"
}

.icojam_recession_2:before {
    content: "\e830"
}

.icojam_recession_3:before {
    content: "\e831"
}

.icojam_recession_4:before {
    content: "\e832"
}

.icojam_recession_5:before {
    content: "\e833"
}

.icojam_rise_and_fall_1:before {
    content: "\e834"
}

.icojam_rise_and_fall_2:before {
    content: "\e835"
}

.icojam_room:before {
    content: "\e836"
}

.icojam_safe:before {
    content: "\e837"
}

.icojam_scheme:before {
    content: "\e838"
}

.icojam_sign_amero:before {
    content: "\e839"
}

.icojam_sign_dollar:before {
    content: "\e83a"
}

.icojam_sign_euro:before {
    content: "\e83b"
}

.icojam_sign_pound:before {
    content: "\e83c"
}

.icojam_sign_ruble:before {
    content: "\e83d"
}

.icojam_sign_yuan:before {
    content: "\e83e"
}

.icojam_skyscraper_12:before {
    content: "\e83f"
}

.icojam_skyscraper_22:before {
    content: "\e840"
}

.icojam_skyscraper_3:before {
    content: "\e841"
}

.icojam_stability_1:before {
    content: "\e842"
}

.icojam_stability_2:before {
    content: "\e843"
}

.icojam_strategy:before {
    content: "\e844"
}

.icojam_turning_point_1:before {
    content: "\e845"
}

.icojam_turning_point_2:before {
    content: "\e846"
}

.icojam_workplace_1:before {
    content: "\e847"
}

.icojam_workplace_2:before {
    content: "\e848"
}

.icojam_apple_1:before,
.icojam_FAD:before {
    content: "\e849"
}

.icojam_apple_2:before {
    content: "\e84a"
}

.icojam_asparagus:before {
    content: "\e84b"
}

.icojam_banana:before {
    content: "\e84c"
}

.icojam_beans:before {
    content: "\e84d"
}

.icojam_cabbage:before {
    content: "\e84e"
}

.icojam_carrot:before,
.icojam_CAD:before {
    content: "\e84f"
}

.icojam_cauliflower:before {
    content: "\e850"
}

.icojam_cherry:before {
    content: "\e851"
}

.icojam_corn:before {
    content: "\e852"
}

.icojam_cucumber:before {
    content: "\e853"
}

.icojam_eggplant:before {
    content: "\e854"
}

.icojam_garlic:before {
    content: "\e855"
}

.icojam_grapes:before {
    content: "\e856"
}

.icojam_grass:before {
    content: "\e857"
}

.icojam_leaves:before {
    content: "\e858"
}

.icojam_lemon_1:before {
    content: "\e859"
}

.icojam_lemon_2:before {
    content: "\e85a"
}

.icojam_lemon_slice_1:before {
    content: "\e85b"
}

.icojam_lemon_slice_2:before {
    content: "\e85c"
}

.icojam_mandarine:before {
    content: "\e85d"
}

.icojam_melon_1:before {
    content: "\e85e"
}

.icojam_melon_2:before {
    content: "\e85f"
}

.icojam_mushroom_1:before {
    content: "\e860"
}

.icojam_mushroom_2:before {
    content: "\e861"
}

.icojam_nut:before {
    content: "\e862"
}

.icojam_olive_1:before {
    content: "\e863"
}

.icojam_olive_2:before {
    content: "\e864"
}

.icojam_onion:before {
    content: "\e865"
}

.icojam_orange:before {
    content: "\e866"
}

.icojam_pattinson:before {
    content: "\e867"
}

.icojam_peach:before {
    content: "\e868"
}

.icojam_pear:before {
    content: "\e869"
}

.icojam_peas_1:before {
    content: "\e86a"
}

.icojam_peas_2:before {
    content: "\e86b"
}

.icojam_pepper:before {
    content: "\e86c"
}

.icojam_pepper_chili:before {
    content: "\e86d"
}

.icojam_persimmon:before {
    content: "\e86e"
}

.icojam_pineapple:before {
    content: "\e86f"
}

.icojam_plum:before {
    content: "\e870"
}

.icojam_pomegranate_1:before {
    content: "\e871"
}

.icojam_pomegranate_2:before {
    content: "\e872"
}

.icojam_pomelo:before {
    content: "\e873"
}

.icojam_potato:before {
    content: "\e874"
}

.icojam_pumpkin_1:before {
    content: "\e875"
}

.icojam_pumpkin_2:before {
    content: "\e876"
}

.icojam_radish:before {
    content: "\e877"
}

.icojam_raspberry:before {
    content: "\e878"
}

.icojam_salad:before {
    content: "\e879"
}

.icojam_strawberry:before {
    content: "\e87a"
}

.icojam_tomato_1:before {
    content: "\e87b"
}

.icojam_tomato_2:before {
    content: "\e87c"
}

.icojam_watermelon_1:before {
    content: "\e87d"
}

.icojam_watermelon_2:before {
    content: "\e87e"
}

.icojam_wheat:before,
.icojam_Q:before {
    content: "\e87f"
}

.icojam_barbecue:before,
.icojam_S:before {
    content: "\e880"
}

.icojam_bone:before {
    content: "\e881"
}

.icojam_bread_1:before {
    content: "\e882"
}

.icojam_bread_2:before {
    content: "\e883"
}

.icojam_bread_baguette:before {
    content: "\e884"
}

.icojam_burger_1:before {
    content: "\e885"
}

.icojam_burger_2:before {
    content: "\e886"
}

.icojam_cake_1:before {
    content: "\e887"
}

.icojam_cake_2:before {
    content: "\e888"
}

.icojam_cake_wedding:before {
    content: "\e889"
}

.icojam_candy_1:before {
    content: "\e88a"
}

.icojam_candy_2:before {
    content: "\e88b"
}

.icojam_candy_3:before {
    content: "\e88c"
}

.icojam_candy_lolipop:before {
    content: "\e88d"
}

.icojam_cheese_1:before {
    content: "\e88e"
}

.icojam_cheese_2:before {
    content: "\e88f"
}

.icojam_chicken:before {
    content: "\e890"
}

.icojam_chicken_leg:before {
    content: "\e891"
}

.icojam_chips:before {
    content: "\e892"
}

.icojam_chocolate_1:before {
    content: "\e893"
}

.icojam_chocolate_2:before {
    content: "\e894"
}

.icojam_cookies:before {
    content: "\e895"
}

.icojam_croissant:before {
    content: "\e896"
}

.icojam_donut_1:before {
    content: "\e897"
}

.icojam_donut_2:before {
    content: "\e898"
}

.icojam_egg:before {
    content: "\e899"
}

.icojam_fish:before,
.icojam_FI:before {
    content: "\e89a"
}

.icojam_fishbone:before {
    content: "\e89b"
}

.icojam_french_fries:before {
    content: "\e89c"
}

.icojam_grain:before {
    content: "\e89d"
}

.icojam_ham:before {
    content: "\e89e"
}

.icojam_honey:before {
    content: "\e89f"
}

.icojam_hot_dog:before {
    content: "\e8a0"
}

.icojam_ice_cream_1:before {
    content: "\e8a1"
}

.icojam_ice_cream_2:before {
    content: "\e8a2"
}

.icojam_omelette:before {
    content: "\e8a3"
}

.icojam_pasta_1:before {
    content: "\e8a4"
}

.icojam_pasta_2:before {
    content: "\e8a5"
}

.icojam_pasta_3:before {
    content: "\e8a6"
}

.icojam_pizza:before {
    content: "\e8a7"
}

.icojam_potato_slices:before {
    content: "\e8a8"
}

.icojam_pretzel:before {
    content: "\e8a9"
}

.icojam_rice:before {
    content: "\e8aa"
}

.icojam_roll:before {
    content: "\e8ab"
}

.icojam_rolls_1:before {
    content: "\e8ac"
}

.icojam_rolls_2:before {
    content: "\e8ad"
}

.icojam_rolls_3:before {
    content: "\e8ae"
}

.icojam_sausage_1:before {
    content: "\e8af"
}

.icojam_sausage_2:before {
    content: "\e8b0"
}

.icojam_sausage_3:before {
    content: "\e8b1"
}

.icojam_sausage_4:before {
    content: "\e8b2"
}

.icojam_sausage_5:before {
    content: "\e8b3"
}

.icojam_steak:before {
    content: "\e8b4"
}

.icojam_steak_t-bone:before {
    content: "\e8b5"
}

.icojam_sushi_1:before {
    content: "\e8b6"
}

.icojam_sushi_2:before {
    content: "\e8b7"
}

.icojam_truffle:before {
    content: "\e8b8"
}

.icojam_wafer_1:before {
    content: "\e8b9"
}

.icojam_wafer_2:before {
    content: "\e8ba"
}

.icojam_wafer_3:before {
    content: "\e8bb"
}

.icojam_waffle_horn:before {
    content: "\e8bc"
}

.icojam_beer:before {
    content: "\e8bd"
}

.icojam_bottle_1:before {
    content: "\e8be"
}

.icojam_bottle_2:before {
    content: "\e8bf"
}

.icojam_bottle_3:before {
    content: "\e8c0"
}

.icojam_bottle_plastic:before {
    content: "\e8c1"
}

.icojam_champagne:before {
    content: "\e8c2"
}

.icojam_citrus:before {
    content: "\e8c3"
}

.icojam_coffee_bean:before {
    content: "\e8c4"
}

.icojam_cola_1:before {
    content: "\e8c5"
}

.icojam_cola_2:before {
    content: "\e8c6"
}

.icojam_condensed_milk:before {
    content: "\e8c7"
}

.icojam_cucumbers:before {
    content: "\e8c8"
}

.icojam_cup_1:before {
    content: "\e8c9"
}

.icojam_cup_2:before {
    content: "\e8ca"
}

.icojam_cup_3:before {
    content: "\e8cb"
}

.icojam_cup_hot:before {
    content: "\e8cc"
}

.icojam_fork_1:before {
    content: "\e8cd"
}

.icojam_fork_2:before {
    content: "\e8ce"
}

.icojam_glass2:before {
    content: "\e8cf"
}

.icojam_glass_water:before {
    content: "\e8d0"
}

.icojam_goblet_1:before {
    content: "\e8d1"
}

.icojam_goblet_2:before {
    content: "\e8d2"
}

.icojam_goblet_3:before {
    content: "\e8d3"
}

.icojam_goblet_4:before {
    content: "\e8d4"
}

.icojam_goblet_5:before {
    content: "\e8d5"
}

.icojam_goblet_6:before {
    content: "\e8d6"
}

.icojam_goblet_7:before {
    content: "\e8d7"
}

.icojam_goblet_wineglass:before {
    content: "\e8d8"
}

.icojam_jam_1:before {
    content: "\e8d9"
}

.icojam_jam_2:before {
    content: "\e8da"
}

.icojam_milk:before {
    content: "\e8db"
}

.icojam_mushrooms:before {
    content: "\e8dc"
}

.icojam_package:before {
    content: "\e8dd"
}

.icojam_pan_1:before {
    content: "\e8de"
}

.icojam_pan_2:before {
    content: "\e8df"
}

.icojam_pan_3:before {
    content: "\e8e0"
}

.icojam_pan_4:before {
    content: "\e8e1"
}

.icojam_pepper2:before {
    content: "\e8e2"
}

.icojam_plate_1:before {
    content: "\e8e3"
}

.icojam_plate_2:before {
    content: "\e8e4"
}

.icojam_preserves_1:before {
    content: "\e8e5"
}

.icojam_preserves_2:before {
    content: "\e8e6"
}

.icojam_preserves_3:before {
    content: "\e8e7"
}

.icojam_salt:before {
    content: "\e8e8"
}

.icojam_take-out_coffee:before {
    content: "\e8e9"
}

.icojam_tea:before {
    content: "\e8ea"
}

.icojam_tea_bag_1:before {
    content: "\e8eb"
}

.icojam_tea_bag_2:before {
    content: "\e8ec"
}

.icojam_teapot:before {
    content: "\e8ed"
}

.icojam_wine_1:before {
    content: "\e8ee"
}

.icojam_wine_2:before {
    content: "\e8ef"
}

.icojam_armchair:before {
    content: "\e8f0"
}

.icojam_baby_cot:before {
    content: "\e8f1"
}

.icojam_bath:before {
    content: "\e8f2"
}

.icojam_bed2:before {
    content: "\e8f3"
}

.icojam_bench:before {
    content: "\e8f4"
}

.icojam_bench_1:before {
    content: "\e8f5"
}

.icojam_bidet:before {
    content: "\e8f6"
}

.icojam_blanket:before {
    content: "\e8f7"
}

.icojam_bookshelf:before {
    content: "\e8f8"
}

.icojam_box_locker:before {
    content: "\e8f9"
}

.icojam_box_open:before {
    content: "\e8fa"
}

.icojam_cabinet:before {
    content: "\e8fb"
}

.icojam_carpet:before {
    content: "\e8fc"
}

.icojam_chair_1:before {
    content: "\e8fd"
}

.icojam_chair_2:before {
    content: "\e8fe"
}

.icojam_chair_3:before {
    content: "\e8ff"
}

.icojam_chair_director_folding:before {
    content: "\e900"
}

.icojam_chair_office:before {
    content: "\e901"
}

.icojam_chair_rocking:before {
    content: "\e902"
}

.icojam_chair_round:before {
    content: "\e903"
}

.icojam_chandelier:before {
    content: "\e904"
}

.icojam_changing_table:before {
    content: "\e905"
}

.icojam_chest_of_drawers:before {
    content: "\e906"
}

.icojam_chest_of_drawers_2:before {
    content: "\e907"
}

.icojam_cot:before {
    content: "\e908"
}

.icojam_curtains:before {
    content: "\e909"
}

.icojam_cushion:before {
    content: "\e90a"
}

.icojam_door:before {
    content: "\e90b"
}

.icojam_doublebed:before {
    content: "\e90c"
}

.icojam_floor_lamp_1:before {
    content: "\e90d"
}

.icojam_floor_lamp_2:before {
    content: "\e90e"
}

.icojam_floor_lamp_3:before {
    content: "\e90f"
}

.icojam_hanger:before {
    content: "\e910"
}

.icojam_hanger_1:before {
    content: "\e911"
}

.icojam_heated_towel_rail:before {
    content: "\e912"
}

.icojam_hook:before {
    content: "\e913"
}

.icojam_hooks:before {
    content: "\e914"
}

.icojam_linen:before {
    content: "\e915"
}

.icojam_mirror:before {
    content: "\e916"
}

.icojam_pan:before {
    content: "\e917"
}

.icojam_picture2:before {
    content: "\e918"
}

.icojam_pier-glass:before {
    content: "\e919"
}

.icojam_rack:before {
    content: "\e91a"
}

.icojam_racks:before {
    content: "\e91b"
}

.icojam_radiator2:before {
    content: "\e91c"
}

.icojam_reading-lamp:before {
    content: "\e91d"
}

.icojam_shelf:before {
    content: "\e91e"
}

.icojam_shelf_2:before {
    content: "\e91f"
}

.icojam_shelfs:before {
    content: "\e920"
}

.icojam_shelfs_2:before {
    content: "\e921"
}

.icojam_singlebed:before {
    content: "\e922"
}

.icojam_sink_bathroom:before {
    content: "\e923"
}

.icojam_sink_kitchen:before {
    content: "\e924"
}

.icojam_sofa:before {
    content: "\e925"
}

.icojam_sofa_1:before {
    content: "\e926"
}

.icojam_sofa_2:before {
    content: "\e927"
}

.icojam_stand:before {
    content: "\e928"
}

.icojam_stand_2:before {
    content: "\e929"
}

.icojam_stand_3:before {
    content: "\e92a"
}

.icojam_stand_4:before {
    content: "\e92b"
}

.icojam_table_1:before {
    content: "\e92c"
}

.icojam_table_2:before {
    content: "\e92d"
}

.icojam_table_3:before {
    content: "\e92e"
}

.icojam_table_4:before {
    content: "\e92f"
}

.icojam_table_round:before {
    content: "\e930"
}

.icojam_table-lamp:before {
    content: "\e931"
}

.icojam_toilet_paper:before {
    content: "\e932"
}

.icojam_towel:before {
    content: "\e933"
}

.icojam_wardrobe:before {
    content: "\e934"
}

.icojam_wardrobe_1:before {
    content: "\e935"
}

.icojam_wardrobe_2:before {
    content: "\e936"
}

.icojam_window:before {
    content: "\e937"
}

.icojam_bag_bagful:before {
    content: "\e938"
}

.icojam_balloon:before {
    content: "\e939"
}

.icojam_balloons:before {
    content: "\e93a"
}

.icojam_bell:before {
    content: "\e93b"
}

.icojam_bouquet_flowers:before {
    content: "\e93c"
}

.icojam_bow_knot:before {
    content: "\e93d"
}

.icojam_bracelet:before {
    content: "\e93e"
}

.icojam_candle:before {
    content: "\e93f"
}

.icojam_christmas_newyear_tree:before {
    content: "\e940"
}

.icojam_christmas_tree_decoration:before {
    content: "\e941"
}

.icojam_christmas_tree_decoration_lashlight:before {
    content: "\e942"
}

.icojam_cookie_man:before {
    content: "\e943"
}

.icojam_crown_king_top:before {
    content: "\e944"
}

.icojam_diamond:before {
    content: "\e945"
}

.icojam_diamond_brilliant:before {
    content: "\e946"
}

.icojam_easter_egg:before {
    content: "\e947"
}

.icojam_fireworks:before {
    content: "\e948"
}

.icojam_flag_victory:before {
    content: "\e949"
}

.icojam_flag_victory_2:before {
    content: "\e94a"
}

.icojam_flower:before {
    content: "\e94b"
}

.icojam_flower_pot:before {
    content: "\e94c"
}

.icojam_flowers:before {
    content: "\e94d"
}

.icojam_four-leaved_shamrock_lucky:before {
    content: "\e94e"
}

.icojam_garland_lamp:before {
    content: "\e94f"
}

.icojam_grandfather_frost:before {
    content: "\e950"
}

.icojam_happy_sunny:before {
    content: "\e951"
}

.icojam_horseshoe:before {
    content: "\e952"
}

.icojam_mitten:before {
    content: "\e953"
}

.icojam_necklace:before {
    content: "\e954"
}

.icojam_package2:before {
    content: "\e955"
}

.icojam_pearl:before {
    content: "\e956"
}

.icojam_petard:before {
    content: "\e957"
}

.icojam_poinsettia_christmas_star:before {
    content: "\e958"
}

.icojam_present:before {
    content: "\e959"
}

.icojam_present_gift:before {
    content: "\e95a"
}

.icojam_ring:before {
    content: "\e95b"
}

.icojam_ring_finger:before {
    content: "\e95c"
}

.icojam_saint_patrick_hat:before {
    content: "\e95d"
}

.icojam_salute_fireworks:before {
    content: "\e95e"
}

.icojam_salute_fireworks_2:before {
    content: "\e95f"
}

.icojam_salute_fireworks_3:before {
    content: "\e960"
}

.icojam_salute_fireworks_4:before {
    content: "\e961"
}

.icojam_santa_claus:before {
    content: "\e962"
}

.icojam_santa_claus_hat:before {
    content: "\e963"
}

.icojam_santa_claus_head:before {
    content: "\e964"
}

.icojam_shopping:before {
    content: "\e965"
}

.icojam_sledge:before {
    content: "\e966"
}

.icojam_snowman:before {
    content: "\e967"
}

.icojam_sock_boots:before {
    content: "\e968"
}

.icojam_teddy_bear:before {
    content: "\e969"
}

.icojam_treasures_money_gold_boiler:before {
    content: "\e96a"
}

.icojam_turkey_chicken:before {
    content: "\e96b"
}

.icojam_wedding_jewel:before {
    content: "\e96c"
}

.icojam_add-on:before {
    content: "\e96d"
}

.icojam_advertise_1:before {
    content: "\e96e"
}

.icojam_advertise_2:before {
    content: "\e96f"
}

.icojam_archive:before {
    content: "\e970"
}

.icojam_box:before {
    content: "\e971"
}

.icojam_box_opened:before {
    content: "\e972"
}

.icojam_browser:before {
    content: "\e973"
}

.icojam_comment_12:before {
    content: "\e974"
}

.icojam_comment_22:before {
    content: "\e975"
}

.icojam_comments:before {
    content: "\e976"
}

.icojam_compare_balance:before {
    content: "\e977"
}

.icojam_compare_disbalance:before {
    content: "\e978"
}

.icojam_download_1:before {
    content: "\e979"
}

.icojam_download_2:before {
    content: "\e97a"
}

.icojam_download_3:before {
    content: "\e97b"
}

.icojam_download_4:before {
    content: "\e97c"
}

.icojam_download_5:before {
    content: "\e97d"
}

.icojam_firewall:before {
    content: "\e97e"
}

.icojam_grid_01:before {
    content: "\e97f"
}

.icojam_grid_02:before {
    content: "\e980"
}

.icojam_grid_03:before {
    content: "\e981"
}

.icojam_grid_04:before {
    content: "\e982"
}

.icojam_grid_05:before {
    content: "\e983"
}

.icojam_grid_06:before {
    content: "\e984"
}

.icojam_grid_07:before {
    content: "\e985"
}

.icojam_grid_08:before {
    content: "\e986"
}

.icojam_grid_09:before {
    content: "\e987"
}

.icojam_grid_10:before {
    content: "\e988"
}

.icojam_grid_11:before {
    content: "\e989"
}

.icojam_grid_12:before {
    content: "\e98a"
}

.icojam_grid_13:before {
    content: "\e98b"
}

.icojam_grid_14:before {
    content: "\e98c"
}

.icojam_grid_15:before {
    content: "\e98d"
}

.icojam_grid_16:before {
    content: "\e98e"
}

.icojam_grid_17:before {
    content: "\e98f"
}

.icojam_grid_18:before {
    content: "\e990"
}

.icojam_grid_19:before {
    content: "\e991"
}

.icojam_grid_20:before {
    content: "\e992"
}

.icojam_grid_21:before {
    content: "\e993"
}

.icojam_grid_22:before {
    content: "\e994"
}

.icojam_grid_23:before {
    content: "\e995"
}

.icojam_grid_24:before {
    content: "\e996"
}

.icojam_grid_25:before {
    content: "\e997"
}

.icojam_grid_26:before {
    content: "\e998"
}

.icojam_grid_27:before {
    content: "\e999"
}

.icojam_grid_28:before {
    content: "\e99a"
}

.icojam_grid_29:before {
    content: "\e99b"
}

.icojam_grid_30:before {
    content: "\e99c"
}

.icojam_grid_31:before {
    content: "\e99d"
}

.icojam_grid_32:before {
    content: "\e99e"
}

.icojam_grid_33:before {
    content: "\e99f"
}

.icojam_grid_34:before {
    content: "\e9a0"
}

.icojam_grid_35:before {
    content: "\e9a1"
}

.icojam_grid_36:before {
    content: "\e9a2"
}

.icojam_grid_37:before {
    content: "\e9a3"
}

.icojam_grid_38:before {
    content: "\e9a4"
}

.icojam_grid_columns:before {
    content: "\e9a5"
}

.icojam_grid_layout:before {
    content: "\e9a6"
}

.icojam_grid_rows:before {
    content: "\e9a7"
}

.icojam_grid_thumbnails:before {
    content: "\e9a8"
}

.icojam_headphones:before {
    content: "\e9a9"
}

.icojam_html_code:before {
    content: "\e9aa"
}

.icojam_index_1:before {
    content: "\e9ab"
}

.icojam_index_2:before {
    content: "\e9ac"
}

.icojam_knob:before {
    content: "\e9ad"
}

.icojam_play:before {
    content: "\e9ae"
}

.icojam_player_1:before {
    content: "\e9af"
}

.icojam_player_2:before {
    content: "\e9b0"
}

.icojam_preview_cover_flow:before {
    content: "\e9b2"
}

.icojam_preview_fullscreen:before {
    content: "\e9b3"
}

.icojam_preview_list:before {
    content: "\e9b4"
}

.icojam_preview_matrix:before {
    content: "\e9b5"
}

.icojam_preview_presentation:before {
    content: "\e9b6"
}

.icojam_preview_table:before {
    content: "\e9b7"
}

.icojam_preview_thumbnails:before {
    content: "\e9b8"
}

.icojam_quotes_1:before {
    content: "\e9b9"
}

.icojam_quotes_2:before {
    content: "\e9ba"
}

.icojam_send:before {
    content: "\e9bb"
}

.icojam_share:before {
    content: "\e9bc"
}

.icojam_site_alert:before {
    content: "\e9bd"
}

.icojam_site_attention:before {
    content: "\e9be"
}

.icojam_site_back:before {
    content: "\e9bf"
}

.icojam_site_close:before {
    content: "\e9c0"
}

.icojam_site_close_tab:before {
    content: "\e9c1"
}

.icojam_site_favorite:before {
    content: "\e9c2"
}

.icojam_site_foward:before {
    content: "\e9c3"
}

.icojam_site_new:before {
    content: "\e9c4"
}

.icojam_site_options:before {
    content: "\e9c5"
}

.icojam_site_ping:before {
    content: "\e9c6"
}

.icojam_site_refresh:before {
    content: "\e9c7"
}

.icojam_site_search:before {
    content: "\e9c8"
}

.icojam_tablet:before {
    content: "\e9c9"
}

.icojam_text_center:before {
    content: "\e9ca"
}

.icojam_text_justify_all:before {
    content: "\e9cb"
}

.icojam_text_justify_centered:before {
    content: "\e9cc"
}

.icojam_text_justify_left:before {
    content: "\e9cd"
}

.icojam_text_justify_right:before {
    content: "\e9ce"
}

.icojam_text_left_align:before {
    content: "\e9cf"
}

.icojam_text_right_align:before {
    content: "\e9d0"
}

.icojam_top_1:before {
    content: "\e9d1"
}

.icojam_top_2:before {
    content: "\e9d2"
}

.icojam_view_expand_1:before {
    content: "\e9d3"
}

.icojam_view_expand_2:before {
    content: "\e9d4"
}

.icojam_view_full_screen:before {
    content: "\e9d5"
}

.icojam_view_maximize:before {
    content: "\e9d6"
}

.icojam_view_minimize:before {
    content: "\e9d7"
}

.icojam_view_roll-up_1:before {
    content: "\e9d8"
}

.icojam_view_roll-up_2:before {
    content: "\e9d9"
}

.icojam_view_scale_1:before {
    content: "\e9da"
}

.icojam_view_scale_2:before {
    content: "\e9db"
}

.icojam_window2:before {
    content: "\e9dc"
}

.icojam_window_attention:before {
    content: "\e9dd"
}

.icojam_window_close_1:before {
    content: "\e9de"
}

.icojam_window_close_2:before {
    content: "\e9df"
}

.icojam_window_favorite:before {
    content: "\e9e0"
}

.icojam_window_new:before {
    content: "\e9e1"
}

.icojam_window_next:before {
    content: "\e9e2"
}

.icojam_window_open:before {
    content: "\e9e3"
}

.icojam_window_options:before {
    content: "\e9e4"
}

.icojam_window_previous:before {
    content: "\e9e5"
}

.icojam_window_refresh:before {
    content: "\e9e6"
}

.icojam_window_search:before {
    content: "\e9e7"
}

.icojam_window_stop:before {
    content: "\e9e8"
}

.icojam_bird_1:before {
    content: "\e9e9"
}

.icojam_bird_2:before {
    content: "\e9ea"
}

.icojam_blink:before {
    content: "\e9eb"
}

.icojam_blood:before {
    content: "\e9ec"
}

.icojam_brain:before {
    content: "\e9ed"
}

.icojam_cardiogram_1:before {
    content: "\e9ee"
}

.icojam_cardiogram_2:before {
    content: "\e9ef"
}

.icojam_chicken2:before {
    content: "\e9f0"
}

.icojam_DNA_1:before {
    content: "\e9f1"
}

.icojam_DNA_2:before {
    content: "\e9f2"
}

.icojam_DNA_3:before {
    content: "\e9f3"
}

.icojam_doctor:before {
    content: "\e9f4"
}

.icojam_dog:before {
    content: "\e9f5"
}

.icojam_drugs:before {
    content: "\e9f6"
}

.icojam_ear:before {
    content: "\e9f7"
}

.icojam_eye_1:before {
    content: "\e9f8"
}

.icojam_eye_2:before {
    content: "\e9f9"
}

.icojam_eye_3:before {
    content: "\e9fa"
}

.icojam_eye_4:before {
    content: "\e9fb"
}

.icojam_eye_5:before {
    content: "\e9fc"
}

.icojam_eye_6:before {
    content: "\e9fd"
}

.icojam_eye_7:before {
    content: "\e9fe"
}

.icojam_eyelash:before {
    content: "\e9ff"
}

.icojam_fish2:before {
    content: "\ea00"
}

.icojam_fist:before {
    content: "\ea01"
}

.icojam_heart:before {
    content: "\ea02"
}

.icojam_hostpital:before {
    content: "\ea03"
}

.icojam_injection:before {
    content: "\ea04"
}

.icojam_kidney:before {
    content: "\ea05"
}

.icojam_lips:before {
    content: "\ea06"
}

.icojam_liver:before {
    content: "\ea07"
}

.icojam_LSD:before {
    content: "\ea08"
}

.icojam_lungs:before {
    content: "\ea09"
}

.icojam_medicine_chest:before {
    content: "\ea0a"
}

.icojam_microscope_1:before {
    content: "\ea0b"
}

.icojam_microscope_2:before,
.icojam_AS:before {
    content: "\ea0c"
}

.icojam_monkey:before {
    content: "\ea0d"
}

.icojam_nose_1:before {
    content: "\ea0e"
}

.icojam_nose_2:before {
    content: "\ea0f"
}

.icojam_nurse:before {
    content: "\ea10"
}

.icojam_patch_1:before {
    content: "\ea11"
}

.icojam_patch_2:before {
    content: "\ea12"
}

.icojam_pill_1:before {
    content: "\ea13"
}

.icojam_pill_2:before {
    content: "\ea14"
}

.icojam_pill_3:before {
    content: "\ea15"
}

.icojam_pill_4:before {
    content: "\ea16"
}

.icojam_pill_5:before {
    content: "\ea17"
}

.icojam_pill_6:before {
    content: "\ea18"
}

.icojam_pill_7:before {
    content: "\ea19"
}

.icojam_pill_8:before {
    content: "\ea1a"
}

.icojam_pill_drugs:before {
    content: "\ea1b"
}

.icojam_red_cross:before {
    content: "\ea1c"
}

.icojam_skull:before {
    content: "\ea1d"
}

.icojam_skull_and_bones:before {
    content: "\ea1e"
}

.icojam_sleep_1:before {
    content: "\ea1f"
}

.icojam_sleep_2:before {
    content: "\ea20"
}

.icojam_sleep_3:before {
    content: "\ea21"
}

.icojam_smoke:before {
    content: "\ea22"
}

.icojam_snake:before {
    content: "\ea23"
}

.icojam_stomach:before {
    content: "\ea24"
}

.icojam_syringe:before {
    content: "\ea25"
}

.icojam_test-tube_1:before {
    content: "\ea26"
}

.icojam_test-tube_2:before {
    content: "\ea27"
}

.icojam_test-tube_3:before {
    content: "\ea28"
}

.icojam_test-tube_4:before {
    content: "\ea29"
}

.icojam_test-tube_5:before {
    content: "\ea2a"
}

.icojam_thermometer:before {
    content: "\ea2b"
}

.icojam_tooth:before {
    content: "\ea2c"
}

.icojam_anchor:before {
    content: "\ea2d"
}

.icojam_axis_3d:before {
    content: "\ea2e"
}

.icojam_book:before {
    content: "\ea2f"
}

.icojam_categories:before {
    content: "\ea30"
}

.icojam_cloud:before {
    content: "\ea31"
}

.icojam_cloud_connect:before,
.icojam_G1:before,
.icojam_G2:before {
    content: "\ea32"
}

.icojam_cloud_delete:before {
    content: "\ea33"
}

.icojam_cloud_download:before {
    content: "\ea34"
}

.icojam_cloud_new:before {
    content: "\ea35"
}

.icojam_cloud_ok:before {
    content: "\ea36"
}

.icojam_cloud_upload:before {
    content: "\ea37"
}

.icojam_compas_1:before {
    content: "\ea38"
}

.icojam_compas_2:before {
    content: "\ea39"
}

.icojam_cup_12:before {
    content: "\ea3a"
}

.icojam_cup_22:before {
    content: "\ea3b"
}

.icojam_eye_12:before {
    content: "\ea3d"
}

.icojam_eye_22:before {
    content: "\ea3e"
}

.icojam_feather:before {
    content: "\ea3f"
}

.icojam_flash:before {
    content: "\ea40"
}

.icojam_food_1:before {
    content: "\ea41"
}

.icojam_food_2:before {
    content: "\ea42"
}

.icojam_food_3:before {
    content: "\ea43"
}

.icojam_geo:before {
    content: "\ea44"
}

.icojam_goal:before {
    content: "\ea45"
}

.icojam_goal_1:before {
    content: "\ea46"
}

.icojam_inbox_1:before {
    content: "\ea47"
}

.icojam_inbox_mail:before {
    content: "\ea48"
}

.icojam_inbox_receive:before {
    content: "\ea49"
}

.icojam_inbox_send:before {
    content: "\ea4a"
}

.icojam_inbox_sent:before {
    content: "\ea4b"
}

.icojam_info_1:before {
    content: "\ea4c"
}

.icojam_info_2:before {
    content: "\ea4d"
}

.icojam_info_3:before {
    content: "\ea4e"
}

.icojam_languages:before {
    content: "\ea4f"
}

.icojam_link_2:before {
    content: "\ea51"
}

.icojam_link_3:before {
    content: "\ea52"
}

.icojam_link_close_1:before {
    content: "\ea53"
}

.icojam_link_close_2:before {
    content: "\ea54"
}

.icojam_link_delete_1:before {
    content: "\ea55"
}

.icojam_link_delete_2:before {
    content: "\ea56"
}

.icojam_link_new_1:before {
    content: "\ea57"
}

.icojam_link_new_2:before {
    content: "\ea58"
}

.icojam_location_1:before {
    content: "\ea59"
}

.icojam_location_2:before {
    content: "\ea5a"
}

.icojam_location_3:before {
    content: "\ea5b"
}

.icojam_location_4:before {
    content: "\ea5c"
}

.icojam_location_5:before {
    content: "\ea5d"
}

.icojam_location_current:before {
    content: "\ea5e"
}

.icojam_location_delete:before {
    content: "\ea5f"
}

.icojam_location_favorite:before {
    content: "\ea60"
}

.icojam_location_new:before {
    content: "\ea61"
}

.icojam_location_remove:before {
    content: "\ea62"
}

.icojam_map_1:before {
    content: "\ea63"
}

.icojam_map_2:before {
    content: "\ea64"
}

.icojam_map_3:before {
    content: "\ea65"
}

.icojam_map_4:before {
    content: "\ea66"
}

.icojam_map_location:before {
    content: "\ea67"
}

.icojam_options:before {
    content: "\ea68"
}

.icojam_patch:before {
    content: "\ea69"
}

.icojam_plane:before {
    content: "\ea6a"
}

.icojam_present2:before {
    content: "\ea6b"
}

.icojam_radio_1:before {
    content: "\ea6c"
}

.icojam_radio_2:before {
    content: "\ea6d"
}

.icojam_script:before {
    content: "\ea6e"
}

.icojam_speed_1:before {
    content: "\ea6f"
}

.icojam_speed_2:before {
    content: "\ea70"
}

.icojam_switch_off:before {
    content: "\ea71"
}

.icojam_switch_off_1:before {
    content: "\ea72"
}

.icojam_switch_on:before {
    content: "\ea73"
}

.icojam_switch_on_1:before {
    content: "\ea74"
}

.icojam_tag_1:before {
    content: "\ea75"
}

.icojam_tag_2:before {
    content: "\ea76"
}

.icojam_tag_delete:before {
    content: "\ea77"
}

.icojam_tag_favorite:before {
    content: "\ea78"
}

.icojam_tag_new:before {
    content: "\ea79"
}

.icojam_tag_ready:before {
    content: "\ea7a"
}

.icojam_tag_remove:before {
    content: "\ea7b"
}

.icojam_tags_1:before {
    content: "\ea7c"
}

.icojam_tags_2:before {
    content: "\ea7d"
}

.icojam_target:before {
    content: "\ea7e"
}

.icojam_target_1:before {
    content: "\ea7f"
}

.icojam_toggle_down_slide:before {
    content: "\ea80"
}

.icojam_toggle_left_slide:before {
    content: "\ea81"
}

.icojam_toggle_right_slide:before {
    content: "\ea82"
}

.icojam_toggle_up_slide:before {
    content: "\ea83"
}

.icojam_water:before {
    content: "\ea84"
}

.icojam_airdrop:before {
    content: "\ea85"
}

.icojam_application_delete:before {
    content: "\ea86"
}

.icojam_application_favorite:before {
    content: "\ea87"
}

.icojam_application_new:before {
    content: "\ea88"
}

.icojam_application_ready:before {
    content: "\ea89"
}

.icojam_application_remove:before {
    content: "\ea8a"
}

.icojam_battery_1:before {
    content: "\ea8b"
}

.icojam_battery_2:before {
    content: "\ea8c"
}

.icojam_battery_3:before {
    content: "\ea8d"
}

.icojam_battery_empty:before {
    content: "\ea8e"
}

.icojam_battery_full:before {
    content: "\ea8f"
}

.icojam_bell2:before {
    content: "\ea90"
}

.icojam_bucket_tool:before {
    content: "\ea91"
}

.icojam_bug:before {
    content: "\ea92"
}

.icojam_cards:before {
    content: "\ea93"
}

.icojam_chart_1:before {
    content: "\ea94"
}

.icojam_chart_2:before,
.icojam_M:before {
    content: "\ea95"
}

.icojam_chart_3:before {
    content: "\ea96"
}

.icojam_chart_4:before {
    content: "\ea97"
}

.icojam_chess:before {
    content: "\ea98"
}

.icojam_connect_1:before {
    content: "\ea99"
}

.icojam_connect_2:before {
    content: "\ea9a"
}

.icojam_contrast:before {
    content: "\ea9b"
}

.icojam_crop:before {
    content: "\ea9c"
}

.icojam_crop_2:before {
    content: "\ea9d"
}

.icojam_dropper_pipette:before {
    content: "\ea9e"
}

.icojam_filter:before {
    content: "\ea9f"
}

.icojam_folder_close:before {
    content: "\eaa0"
}

.icojam_folder_open:before {
    content: "\eaa1"
}

.icojam_font:before {
    content: "\eaa2"
}

.icojam_glasses:before {
    content: "\eaa3"
}

.icojam_graph_tools:before {
    content: "\eaa4"
}

.icojam_grid:before {
    content: "\eaa5"
}

.icojam_hang:before {
    content: "\eaa6"
}

.icojam_layer_order_1:before {
    content: "\eaa7"
}

.icojam_layer_order_2:before {
    content: "\eaa8"
}

.icojam_megaphone:before {
    content: "\eaa9"
}

.icojam_mirror_horizontal:before {
    content: "\eaaa"
}

.icojam_mirror_vertical:before {
    content: "\eaab"
}

.icojam_mixer2:before {
    content: "\eaac"
}

.icojam_movie_1:before {
    content: "\eaad"
}

.icojam_movie_2:before {
    content: "\eaae"
}

.icojam_movie_3:before {
    content: "\eaaf"
}

.icojam_movie_4:before {
    content: "\eab0"
}

.icojam_music_1:before {
    content: "\eab1"
}

.icojam_music_2:before {
    content: "\eab2"
}

.icojam_news_1:before {
    content: "\eab3"
}

.icojam_news_2:before {
    content: "\eab4"
}

.icojam_news_3:before,
.icojam_F:before {
    content: "\eab5"
}

.icojam_news_newspaper_1:before {
    content: "\eab6"
}

.icojam_news_newspaper_2:before {
    content: "\eab7"
}

.icojam_options2:before {
    content: "\eab8"
}

.icojam_palette:before {
    content: "\eab9"
}

.icojam_pattern_tool:before {
    content: "\eaba"
}

.icojam_pen2:before {
    content: "\eabb"
}

.icojam_pen_felt:before {
    content: "\eabc"
}

.icojam_pencil2:before {
    content: "\eabd"
}

.icojam_phone_1:before {
    content: "\eabe"
}

.icojam_phone_2:before {
    content: "\eabf"
}

.icojam_photo_reel:before {
    content: "\eac0"
}

.icojam_picture_portrait:before {
    content: "\eac1"
}

.icojam_pitchfork:before {
    content: "\eac2"
}

.icojam_radar_satellite_antenna:before {
    content: "\eac3"
}

.icojam_rocket:before {
    content: "\eac4"
}

.icojam_saturn:before {
    content: "\eac5"
}

.icojam_signal:before {
    content: "\eac6"
}

.icojam_signal_3:before {
    content: "\eac7"
}

.icojam_speaker_1:before {
    content: "\eac8"
}

.icojam_speaker_2:before {
    content: "\eac9"
}

.icojam_speaker_3:before {
    content: "\eaca"
}

.icojam_speaker_mute:before {
    content: "\eacb"
}

.icojam_sputnik:before {
    content: "\eacc"
}

.icojam_stamp:before {
    content: "\eacd"
}

.icojam_terminal2:before {
    content: "\eace"
}

.icojam_terminal_application:before {
    content: "\eacf"
}

.icojam_text_align_center:before {
    content: "\ead0"
}

.icojam_text_align_left:before {
    content: "\ead1"
}

.icojam_text_align_right:before {
    content: "\ead2"
}

.icojam_video_add:before {
    content: "\ead3"
}

.icojam_video_delete:before {
    content: "\ead4"
}

.icojam_video_favorite:before {
    content: "\ead5"
}

.icojam_video_pause:before {
    content: "\ead6"
}

.icojam_video_play:before {
    content: "\ead7"
}

.icojam_video_record:before {
    content: "\ead8"
}

.icojam_video_remove:before {
    content: "\ead9"
}

.icojam_video_stop:before {
    content: "\eada"
}

.icojam_video_uploaded:before {
    content: "\eadb"
}

.icojam_wi-fi_2:before {
    content: "\eadc"
}

.icojam_wi-fi_3:before {
    content: "\eadd"
}

.icojam_wi-fi_4:before {
    content: "\eade"
}

.icojam_wi-fi_5:before {
    content: "\eadf"
}

.icojam_zoom_in:before {
    content: "\eae0"
}

.icojam_zoom_out:before {
    content: "\eae1"
}

.icojam_alert:before {
    content: "\eae2"
}

.icojam_baby_boy:before {
    content: "\eae3"
}

.icojam_baby_child:before {
    content: "\eae4"
}

.icojam_baby_girl:before {
    content: "\eae5"
}

.icojam_children:before {
    content: "\eae6"
}

.icojam_couple_1:before {
    content: "\eae7"
}

.icojam_couple_2:before {
    content: "\eae8"
}

.icojam_disabled:before {
    content: "\eae9"
}

.icojam_escalator:before {
    content: "\eaea"
}

.icojam_exit_1:before {
    content: "\eaeb"
}

.icojam_exit_2:before {
    content: "\eaec"
}

.icojam_father_daughter_1:before {
    content: "\eaed"
}

.icojam_father_daughter_2:before {
    content: "\eaee"
}

.icojam_father_son_1:before {
    content: "\eaef"
}

.icojam_father_son_2:before {
    content: "\eaf0"
}

.icojam_female:before {
    content: "\eaf1"
}

.icojam_fire_extinguisher:before {
    content: "\eaf2"
}

.icojam_firehose:before {
    content: "\eaf3"
}

.icojam_fountain_1:before {
    content: "\eaf4"
}

.icojam_human:before {
    content: "\eaf5"
}

.icojam_lift_1:before {
    content: "\eaf6"
}

.icojam_lift_2:before {
    content: "\eaf7"
}

.icojam_lift_service:before {
    content: "\eaf8"
}

.icojam_male:before {
    content: "\eaf9"
}

.icojam_mens:before {
    content: "\eafa"
}

.icojam_mother_child:before {
    content: "\eafb"
}

.icojam_mother_daughter_1:before {
    content: "\eafc"
}

.icojam_mother_daughter_2:before {
    content: "\eafd"
}

.icojam_mother_son_1:before {
    content: "\eafe"
}

.icojam_mother_son_2:before {
    content: "\eaff"
}

.icojam_parking_1:before {
    content: "\eb00"
}

.icojam_parking_2:before {
    content: "\eb01"
}

.icojam_people_crowd:before,
.icojam_O:before {
    content: "\eb02"
}

.icojam_pharmacy:before {
    content: "\eb03"
}

.icojam_pram:before {
    content: "\eb04"
}

.icojam_pregnant:before {
    content: "\eb05"
}

.icojam_pump_1:before {
    content: "\eb06"
}

.icojam_pump_2:before {
    content: "\eb07"
}

.icojam_registration:before {
    content: "\eb08"
}

.icojam_run_evacuation:before {
    content: "\eb09"
}

.icojam_run_exit_1:before {
    content: "\eb0a"
}

.icojam_run_exit_2:before {
    content: "\eb0b"
}

.icojam_sos:before {
    content: "\eb0c"
}

.icojam_trash_1:before {
    content: "\eb0d"
}

.icojam_trash_2:before {
    content: "\eb0e"
}

.icojam_wc_1:before {
    content: "\eb0f"
}

.icojam_wc_2:before {
    content: "\eb10"
}

.icojam_wet_floor:before {
    content: "\eb11"
}

.icojam_woman:before {
    content: "\eb12"
}

.icojam_womans:before {
    content: "\eb13"
}

.icojam_action_redo_1:before {
    content: "\eb14"
}

.icojam_action_redo_2:before {
    content: "\eb15"
}

.icojam_action_undo_1:before {
    content: "\eb16"
}

.icojam_action_undo_2:before {
    content: "\eb17"
}

.icojam_arrow_down:before {
    content: "\eb18"
}

.icojam_arrow_down-left:before {
    content: "\eb19"
}

.icojam_arrow_down-right:before {
    content: "\eb1a"
}

.icojam_arrow_left:before {
    content: "\eb1b"
}

.icojam_arrow_right:before {
    content: "\eb1c"
}

.icojam_arrow_up:before {
    content: "\eb1d"
}

.icojam_arrow_up-left:before {
    content: "\eb1e"
}

.icojam_arrow_up-right:before {
    content: "\eb1f"
}

.icojam_button_backward_1:before {
    content: "\eb20"
}

.icojam_button_backward_2:before {
    content: "\eb21"
}

.icojam_button_check_1:before {
    content: "\eb22"
}

.icojam_button_check_2:before {
    content: "\eb23"
}

.icojam_button_delete_1:before {
    content: "\eb24"
}

.icojam_button_delete_2:before {
    content: "\eb25"
}

.icojam_document_text:before {
    content: "\eb26"
}

.icojam_button_foward_2:before {
    content: "\eb27"
}

.icojam_button_minus_1:before {
    content: "\eb28"
}

.icojam_button_minus_2:before {
    content: "\eb29"
}

button_new_2:before {
    content: "\eb2b"
}

.icojam_button_pause_1:before {
    content: "\eb2c"
}

.icojam_button_pause_2:before {
    content: "\eb2d"
}

.icojam_button_play_1:before {
    content: "\eb2e"
}

.icojam_button_play_2:before {
    content: "\eb2f"
}

.icojam_button_record_1:before {
    content: "\eb30"
}

.icojam_button_record_2:before {
    content: "\eb31"
}

.icojam_button_stop_1:before {
    content: "\eb32"
}

.icojam_button_stop_2:before {
    content: "\eb33"
}

.icojam_move_1:before {
    content: "\eb34"
}

.icojam_move_2:before {
    content: "\eb35"
}

.icojam_play_consistently:before {
    content: "\eb36"
}

.icojam_play_ping_pong:before {
    content: "\eb37"
}

.icojam_play_repeat:before {
    content: "\eb38"
}

.icojam_play_repeat_all:before {
    content: "\eb39"
}

.icojam_play_shuffle:before {
    content: "\eb3a"
}

.icojam_refresh_1:before {
    content: "\eb3b"
}

.icojam_refresh_2:before {
    content: "\eb3c"
}

.icojam_rotateccw_1:before {
    content: "\eb3d"
}

.icojam_rotate_1:before {
    content: "\eb3e"
}

.icojam_rotate_2:before {
    content: "\eb3f"
}

.icojam_rotate_3:before {
    content: "\eb40"
}

.icojam_rotate_4:before {
    content: "\eb41"
}

.icojam_rotate_ccw_2:before {
    content: "\eb42"
}

.icojam_rotate_cw_1:before {
    content: "\eb43"
}

.icojam_rotate_cw_2:before {
    content: "\eb44"
}

.icojam_swap_horizontal_1:before {
    content: "\eb45"
}

.icojam_swap_vertical_1:before {
    content: "\eb46"
}

.icojam_symbol_backward:before {
    content: "\eb47"
}

.icojam_symbol_foward:before {
    content: "\eb48"
}

.icojam_symbol_pause_1:before {
    content: "\eb49"
}

.icojam_symbol_play_1:before {
    content: "\eb4a"
}

.icojam_symbol_record_1:before {
    content: "\eb4b"
}

.icojam_symbol_stop_1:before {
    content: "\eb4c"
}

.icojam_window_close:before {
    content: "\eb4d"
}

.icojam_window_fullscreen_1:before {
    content: "\eb4e"
}

.icojam_window_fullscreen_2:before {
    content: "\eb4f"
}

.icojam_attention_1:before {
    content: "\eb50"
}

.icojam_attention_2:before {
    content: "\eb51"
}

.icojam_attention_3:before {
    content: "\eb52"
}

.icojam_bomb:before {
    content: "\eb53"
}

.icojam_bonus:before {
    content: "\eb54"
}

.icojam_cancel_1:before {
    content: "\eb55"
}

.icojam_cancel_2:before {
    content: "\eb56"
}

.icojam_cord_1:before {
    content: "\eb57"
}

.icojam_cord_2:before {
    content: "\eb58"
}

.icojam_flash2:before {
    content: "\eb59"
}

.icojam_flower_1:before {
    content: "\eb5a"
}

.icojam_flower_2:before {
    content: "\eb5b"
}

.icojam_flower_3:before {
    content: "\eb5c"
}

.icojam_help_1:before {
    content: "\eb5d"
}

.icojam_help_2:before {
    content: "\eb5e"
}

.icojam_hierarchy_12:before {
    content: "\eb5f"
}

.icojam_hierarchy_22:before {
    content: "\eb60"
}

.icojam_magnet:before {
    content: "\eb61"
}

.icojam_moon:before {
    content: "\eb62"
}

.icojam_peace:before {
    content: "\eb63"
}

.icojam_pie_chart:before {
    content: "\eb64"
}

.icojam_radiation:before {
    content: "\eb65"
}

.icojam_shape_bonus:before {
    content: "\eb66"
}

.icojam_shape_circle:before {
    content: "\eb67"
}

.icojam_shape_ellipse:before {
    content: "\eb68"
}

.icojam_shape_heptagon:before {
    content: "\eb69"
}

.icojam_shape_hexagon:before {
    content: "\eb6a"
}

.icojam_shape_hexagonal_rounded:before {
    content: "\eb6b"
}

.icojam_shape_hexagonal_star:before {
    content: "\eb6c"
}

.icojam_shape_octagon:before {
    content: "\eb6d"
}

.icojam_shape_octagonal_rounded:before {
    content: "\eb6e"
}

.icojam_shape_octagonal_star:before {
    content: "\eb6f"
}

.icojam_shape_pentagon:before {
    content: "\eb70"
}

.icojam_shape_rectangle:before {
    content: "\eb71"
}

.icojam_shape_rounded:before {
    content: "\eb72"
}

.icojam_shape_seven_rounded:before {
    content: "\eb73"
}

.icojam_shape_seven_star:before {
    content: "\eb74"
}

.icojam_shape_square:before {
    content: "\eb75"
}

.icojam_shape_star:before {
    content: "\eb76"
}

.icojam_shape_triangle:before {
    content: "\eb77"
}

.icojam_stop_1:before {
    content: "\eb78"
}

.icojam_stop_2:before {
    content: "\eb79"
}

.icojam_sun2:before {
    content: "\eb7a"
}

.icojam_switcher_1:before {
    content: "\eb7b"
}

.icojam_switcher_2:before {
    content: "\eb7c"
}

.icojam_air_baloon_1:before {
    content: "\eb7d"
}

.icojam_air_baloon_2:before {
    content: "\eb7e"
}

.icojam_air_baloon_3:before {
    content: "\eb7f"
}

.icojam_airliner:before {
    content: "\eb80"
}

.icojam_ambulance:before,
.icojam_X:before {
    content: "\eb81"
}

.icojam_bicycle:before {
    content: "\eb82"
}

.icojam_boat:before {
    content: "\eb83"
}

.icojam_bus_1:before {
    content: "\eb84"
}

.icojam_bus_2:before {
    content: "\eb85"
}

.icojam_bus_london:before {
    content: "\eb86"
}

.icojam_cruise_ship:before {
    content: "\eb87"
}

.icojam_fighter:before {
    content: "\eb88"
}

.icojam_gas_tanker:before {
    content: "\eb89"
}

.icojam_helicopter:before {
    content: "\eb8a"
}

.icojam_motocycle:before {
    content: "\eb8b"
}

.icojam_plane2:before {
    content: "\eb8c"
}

.icojam_plane_landing:before {
    content: "\eb8d"
}

.icojam_plane_takeoff:before {
    content: "\eb8e"
}

.icojam_police_1:before {
    content: "\eb8f"
}

.icojam_police_2:before {
    content: "\eb90"
}

.icojam_railroad:before {
    content: "\eb91"
}

.icojam_rocket_1:before {
    content: "\eb92"
}

.icojam_rocket_2:before {
    content: "\eb93"
}

.icojam_ship_1:before {
    content: "\eb94"
}

.icojam_ship_2:before {
    content: "\eb95"
}

.icojam_ship_3:before {
    content: "\eb96"
}

.icojam_shuttle:before {
    content: "\eb97"
}

.icojam_sign_bus:before {
    content: "\eb98"
}

.icojam_sign_car:before {
    content: "\eb99"
}

.icojam_sign_train_1:before {
    content: "\eb9a"
}

.icojam_sign_train_2:before {
    content: "\eb9b"
}

.icojam_sign_train_3:before {
    content: "\eb9c"
}

.icojam_sign_tramway:before {
    content: "\eb9d"
}

.icojam_sign_trolley_bus:before {
    content: "\eb9e"
}

.icojam_sign_water_transport:before {
    content: "\eb9f"
}

.icojam_tank_1:before {
    content: "\eba0"
}

.icojam_tank_2:before {
    content: "\eba1"
}

.icojam_tanker:before {
    content: "\eba2"
}

.icojam_taxi:before {
    content: "\eba3"
}

.icojam_trailer:before {
    content: "\eba4"
}

.icojam_tramway:before {
    content: "\eba5"
}

.icojam_transport:before {
    content: "\eba6"
}

.icojam_trolley_bus:before {
    content: "\eba7"
}

.icojam_truck_1:before {
    content: "\eba8"
}

.icojam_truck_2:before {
    content: "\eba9"
}

.icojam_truck_3:before {
    content: "\ebaa"
}

.icojam_ufo:before {
    content: "\ebab"
}

.icojam_add_friend:before {
    content: "\ebac"
}

.icojam_best_friends:before {
    content: "\ebad"
}

.icojam_couple:before {
    content: "\ebae"
}

.icojam_delete_profile:before {
    content: "\ebaf"
}

.icojam_forefinger_down:before {
    content: "\ebb0"
}

.icojam_forefinger_left:before {
    content: "\ebb1"
}

.icojam_forefinger_right:before {
    content: "\ebb2"
}

.icojam_forefinger_up:before {
    content: "\ebb3"
}

.icojam_friends:before {
    content: "\ebb4"
}

.icojam_group:before {
    content: "\ebb5"
}

.icojam_hand_stop_1:before {
    content: "\ebb6"
}

.icojam_hand_stop_2:before {
    content: "\ebb7"
}

.icojam_man:before {
    content: "\ebb8"
}

.icojam_registered_user:before {
    content: "\ebb9"
}

.icojam_remove_friend:before {
    content: "\ebba"
}

.icojam_user:before {
    content: "\ebbb"
}

.icojam_vote_no:before {
    content: "\ebbc"
}

.icojam_vote_yes:before {
    content: "\ebbd"
}

.icojam_woman2:before {
    content: "\ebbe"
}

.icojam_cloud2:before {
    content: "\ebbf"
}

.icojam_cold:before {
    content: "\ebc0"
}

.icojam_day_cloudy:before {
    content: "\ebc1"
}

.icojam_day_lot_clouds:before {
    content: "\ebc2"
}

.icojam_day_partly_cloudy:before {
    content: "\ebc3"
}

.icojam_day_rain:before {
    content: "\ebc4"
}

.icojam_day_sunny:before {
    content: "\ebc5"
}

.icojam_flood:before {
    content: "\ebc6"
}

.icojam_fog:before {
    content: "\ebc7"
}

.icojam_hail:before {
    content: "\ebc8"
}

.icojam_hail_heavy:before {
    content: "\ebc9"
}

.icojam_hail_light:before {
    content: "\ebca"
}

.icojam_lightning:before {
    content: "\ebcb"
}

.icojam_night_cloudy:before {
    content: "\ebcc"
}

.icojam_night_lot_clouds:before {
    content: "\ebcd"
}

.icojam_night_moon:before {
    content: "\ebce"
}

.icojam_night_partly_cloudy:before {
    content: "\ebcf"
}

.icojam_night_rain:before {
    content: "\ebd0"
}

.icojam_rain:before {
    content: "\ebd1"
}

.icojam_rain_heavy:before {
    content: "\ebd2"
}

.icojam_rain_light:before {
    content: "\ebd3"
}

.icojam_rain_lightning:before {
    content: "\ebd4"
}

.icojam_snow:before {
    content: "\ebd5"
}

.icojam_snow_heavy:before {
    content: "\ebd6"
}

.icojam_snow_light:before {
    content: "\ebd7"
}

.icojam_snow_rain:before {
    content: "\ebd8"
}

.icojam_thermometer2:before {
    content: "\ebd9"
}

.icojam_thunder:before {
    content: "\ebda"
}

.icojam_tornado:before {
    content: "\ebdb"
}

.icojam_umbrella2:before {
    content: "\ebdc"
}

.icojam_water2:before {
    content: "\ebdd"
}

.icojam_wet:before {
    content: "\ebde"
}

.icojam_attach_1:before {
    content: "\ebdf"
}

.icojam_attach_2:before {
    content: "\ebe0"
}

.icojam_bag_1:before {
    content: "\ebe1"
}

.icojam_bag_2:before {
    content: "\ebe2"
}

.icojam_bag_3:before {
    content: "\ebe3"
}

.icojam_bag_4:before {
    content: "\ebe4"
}

.icojam_bag_5:before {
    content: "\ebe5"
}

.icojam_calendar_1:before {
    content: "\ebe6"
}

.icojam_calendar_2:before {
    content: "\ebe7"
}

.icojam_calendar_3:before {
    content: "\ebe8"
}

.icojam_calendar_4:before {
    content: "\ebe9"
}

.icojam_calendar_5:before {
    content: "\ebea"
}

.icojam_calendar_6:before {
    content: "\ebeb"
}

.icojam_clipboard_1:before {
    content: "\ebec"
}

.icojam_clipboard_2:before {
    content: "\ebed"
}

.icojam_clipboard_3:before {
    content: "\ebee"
}

.icojam_copy:before {
    content: "\ebef"
}

.icojam_count_delete:before {
    content: "\ebf0"
}

.icojam_count_finish:before {
    content: "\ebf1"
}

.icojam_count_new:before {
    content: "\ebf2"
}

.icojam_count_pause:before {
    content: "\ebf3"
}

.icojam_count_play:before {
    content: "\ebf4"
}

.icojam_count_remove:before {
    content: "\ebf5"
}

.icojam_count_stop:before {
    content: "\ebf6"
}

.icojam_cursor:before {
    content: "\ebf7"
}

.icojam_cut:before {
    content: "\ebf8"
}

.icojam_document_1:before {
    content: "\ebf9"
}

.icojam_document_2:before {
    content: "\ebfa"
}

.icojam_document_check:before {
    content: "\ebfb"
}

.icojam_document_delete:before {
    content: "\ebfc"
}

.icojam_document_favorite:before {
    content: "\ebfd"
}

.icojam_document_new:before {
    content: "\ebfe"
}

.icojam_document_remove:before {
    content: "\ebff"
}

.icojam_document_search:before {
    content: "\ec00"
}

.icojam_document_text2:before {
    content: "\ec01"
}

.icojam_enter:before {
    content: "\ec02"
}

.icojam_erase:before {
    content: "\ec03"
}

.icojam_eraser:before {
    content: "\ec04"
}

.icojam_exit:before {
    content: "\ec05"
}

.icojam_factory:before {
    content: "\ec06"
}

.icojam_folder:before {
    content: "\ec07"
}

.icojam_folder_1:before {
    content: "\ec08"
}

.icojam_folder_1_open:before {
    content: "\ec09"
}

.icojam_folder_2:before {
    content: "\ec0a"
}

.icojam_folder_2_open:before {
    content: "\ec0b"
}

.icojam_folder_check:before {
    content: "\ec0c"
}

.icojam_folder_delete:before {
    content: "\ec0d"
}

.icojam_folder_favorite:before {
    content: "\ec0e"
}

.icojam_folder_new:before {
    content: "\ec0f"
}

.icojam_folder_remove:before {
    content: "\ec10"
}

.icojam_folder_search:before {
    content: "\ec11"
}

.icojam_join_1:before {
    content: "\ec12"
}

.icojam_join_2:before {
    content: "\ec13"
}

.icojam_mail:before {
    content: "\ec14"
}

.icojam_paste:before {
    content: "\ec15"
}

.icojam_pen3:before {
    content: "\ec16"
}

.icojam_pencil3:before {
    content: "\ec17"
}

.icojam_pencil_write:before {
    content: "\ec18"
}

.icojam_portfolio:before {
    content: "\ec19"
}

.icojam_profile_1:before {
    content: "\ec1a"
}

.icojam_profile_2:before {
    content: "\ec1b"
}

.icojam_time:before {
    content: "\ec1c"
}

.icojam_time_favorite:before {
    content: "\ec1d"
}

.typeahead,
.tt-query,
.tt-hint {
    width: 260px;
    padding: 14px 10px 14px 10px;
    background-color: #f8f8f8;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    outline: none
}

.typeahead:focus,
.tt-query:focus,
.tt-hint:focus {
    outline: 0
}

.ar .typeahead,
.ar .tt-query,
.ar .tt-hint {
    padding: 11px 10px 11px 10px
}

.twitter-typeahead pre {
    height: 0 !important;
    display: none !important
}

@media (min-width: 768px) {
    .tt-suggestion.tt-cursor {
        color: #fcfcfc
    }

}

.typeahead {
    background-color: #fcfcfc
}

.tt-hint {
    color: #434343
}

.tt-menu {
    width: 100%;
    margin: 12px 0;
    padding: 8px 0;
    top: 38px !important;
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999999 !important;
    max-height: 250px;
    overflow-y: auto
}

@media (min-width: 0) and (max-width: 767px) {
    .tt-menu {
        display: none !important
    }

}

.tt-suggestion {
    padding: 5px 10px;
    font-size: 12px
}

.tt-suggestion strong {
    background-color: #FFFF33
}

.tt-suggestion:hover {
    cursor: pointer;
    background-color: #cfe1f2
}

.tt-suggestion.tt-cursor {
    color: #434343;
    background-color: #cfe1f2
}

.tt-suggestion p {
    margin: 0
}

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center
}

#multiple-datasets .league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto
}

#rtl-support .tt-menu {
    text-align: right
}

.fs-tree.nostripes .jstree-striped {
    background: transparent !important
}

.jstree-anchor {
    height: auto;
    white-space: nowrap;
    width: 100%
}

.jstree-anchor.jstree-clicked {
    background-color: #cfe1f2 !important
}

.jstree-anchor.jstree-hovered {
    background-color: #cfe1f2 !important
}

.jstree-anchor.jstree-clicked.jstree-hovered {
    background-color: #e3eef7 !important
}

.jstree-default .jstree-search {
    color: #434343;
    font-weight: 300;
    font-style: normal
}

.jstree-default .jstree-striped {
    /*width:100%;
    padding-right:24px*/
}

.jstree-default .jstree-themeicon {
    display: none
}

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
    background-image: url("../../src/images/treejs-32px.svg")
}

.jstree-default .jstree-wholerow-clicked {
    background: none
}

.jstree-default .jstree-wholerow-hovered {
    background: none
}

.jstree-wholerow-clicked.jstree-wholerow-hovered {
    background: none
}

.jstree-icon.jstree-ocl {
    margin-left: 8px;
    margin-right: -2px
}

.jstree-container-ul [role="group"].jstree-children [role='treeitem'] {
    position: relative
}

.jstree-container-ul [role="group"].jstree-children [role='treeitem'] .jstree-wholerow {
    height: 100%
}

.jstree-container-ul [role="group"].jstree-children [role='treeitem'] .jstree-wholerow-clicked {
    height: 100%
}

.highcharts-contextmenu hr {
    margin-top: 10px;
    margin-bottom: 10px
}

.scrtabs-tab-container .tab-content {
    clear: left
}

.scrtabs-tabs-fixed-container {
    float: left;
    overflow: hidden;
    width: 100%
}

.scrtabs-tabs-movable-container {
    position: relative
}

.scrtabs-tabs-movable-container .tab-content {
    display: none
}

.scrtabs-tab-scroll-arrow {
    color: #337ab7;
    cursor: pointer;
    float: left;
    padding-top: 2px
}

.scrtabs-tab-scroll-arrow.scrtabs-js-tab-scroll-arrow-left i.material-icons {
    margin-left: -7px
}

.scrtabs-tab-scroll-arrow.scrtabs-disable {
    color: #ddd;
    cursor: default
}

.scrtabs-tabs-fixed-container ul.nav-tabs>li {
    white-space: nowrap
}

.fs-table-heading .truncate {
    line-height: normal
}

.fs-table-heading .btn-floating {
    margin: 10px 0px 10px 10px
}

.bootstrap-table .page-first {
    display: none
}

.bootstrap-table .page-last {
    display: none
}

.table-curved {
    border-collapse: separate;
    border: solid 1px #ddd;
    border-radius: 5px;
    border-left: 0px
}

.table-curved td,
.table-curved th {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.table-curved th {
    border-top: none
}

.table-curved th:first-child {
    border-radius: 5px 0 0 0
}

.table-curved th:last-child {
    border-radius: 0 5px 0 0
}

.table-curved th:only-child {
    border-radius: 5px 5px 0 0
}

.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 5px
}

.table-curved tr:last-child td:last-child {
    border-radius: 0 0 5px 0
}

input[type="button"] {
    outline: none
}

button:focus {
    outline: 0;
    outline: none
}

button:active {
    outline: 0;
    outline: none
}

.btn:focus,
.btn:active,
.btn:active:focus {
    outline: none
}

input[type="button"]::-moz-focus-inner {
    border: 0
}

.fx-btn-round {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding: 3px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.fx-btn-round.active,
.fx-btn-round:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-primary {
    background-color: #0D6CAC
}

.btn-primary.hover,
.btn-primary.focus {
    background-color: #0D6CAC !important
}

.btn-floating i.material-icons {
    font-size: 20px
}

.btn-floating.btn-large i.material-icons {
    font-size: 24px
}

.btn-floating.btn-small i.material-icons {
    font-size: 20px
}

.material-icons.md-18 {
    font-size: 18px
}

.material-icons.md-20 {
    font-size: 20px
}

.material-icons.md-24 {
    font-size: 24px
}

.material-icons.md-36 {
    font-size: 36px
}

.material-icons.md-48 {
    font-size: 48px
}

footer.fao-footer {
    background-color: #0d6cac;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white
}

footer.fao-footer li {
    margin-bottom: 10px;
    font-size: 13px
}

footer.fao-footer h4 {
    color: white;
    font-size: 14px
}

footer.fao-footer a:link,
footer.fao-footer a:visited,
footer.fao-footer a:hover,
footer.fao-footer a:focus,
footer.fao-footer a:active {
    color: white
}

footer.fao-footer .device-image {
    padding-right: 10px
}

footer.fao-footer .apple-device {
    margin-bottom: 5px
}

footer.fao-footer .social-holder {
    display: inline-block;
    padding: 3px 3px
}

div#google_search {
    position: absolute;
    top: 15px;
    right: 0;
    margin-left: 12px
}

div#google_search input.inputbox {
    background-position: 3px center !important;
    float: left;
    font-size: 0.875em;
    height: 28px;
    line-height: 22px;
    padding: 2px 6px;
    width: 190px;
    border: 1px solid #406b72 !important;
    margin-bottom: 3px
}

div#google_search input#search-submit {
    background-color: transparent;
    background: url(../../src/images/search_icon.svg) left center no-repeat;
    border: 0 none;
    cursor: pointer;
    position: absolute;
    text-indent: -9999px;
    width: 14px;
    height: 14px;
    right: 12px;
    padding: 0;
    top: 7px;
    font-size: 0px;
    color: #fff
}

.ar div#google_search {
    left: 0
}

.ar div#google_search input#search-submit {
    display: none
}

.fao-logo-header {
    padding-top: 15px;
    padding-bottom: 10px
}

@media (min-width: 768px) {
    .fao-logo-header {
        margin-bottom: 0
    }

}

.header {
    position: relative
}

.header h1 {
    margin: 0
}

.fao-header {
    background-color: #0d6cac
}

h1#logo-ltr {
    font-size: 1px
}

.fao-menu-list li {
    border-left: 1px solid #fff;
    padding: 0 6px 0 6px
}

.fao-menu-list li a {
    color: white;
    font-size: 12px
}

.fao-menu-list li a:hover,
.fao-menu-list li a:active,
.fao-menu-list li a:visited {
    text-decoration: none
}

.fao-menu-list li:first-child {
    border-left: 0
}

.ar .fao-menu-list li {
    border-left: 0;
    border-right: 1px solid #fff
}

.ar .fao-menu-list li:first-child {
    border-right: 0
}

.faostat_ui_menu .navbar {
    margin: 0 -15px
}

.faostat-header-logo {
    position: relative;
    margin: 15px 0
}

.language-menu {
    margin-top: 10px
}

.language-menu a.active {
    color: #434343 !important
}

.language-menu li.disabled {
    color: #dddddd !important
}

.faostat_ui_menu .navbar-default .home-h-ico {
    display: none
}

@media (min-width: 768px) {
    .faostat_ui_menu .navbar-default {
        min-height: 46px;
        -moz-border-radius-topleft: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        border-bottom: 1px solid #D2D0D0;
        border-top: 1px solid #D2D0D0;
        background: #fff;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top, #fff 0%, #efefef 84%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(84%, #efefef));
        background: -webkit-linear-gradient(top, #fff 0%, #efefef 84%);
        background: -o-linear-gradient(top, #fff 0%, #efefef 84%);
        background: -ms-linear-gradient(top, #fff 0%, #efefef 84%);
        background: linear-gradient(to bottom, #fff 0%, #efefef 84%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0)
    }

    .faostat_ui_menu .navbar-default .fs-menu-search-container {
        height: 46px
    }

    .faostat_ui_menu .navbar-default .navbar-brand {
        color: white;
        height: 46px;
        width: 50px;
        border-left: 1px solid #D2D0D0;
        margin-left: -1px
    }

    .faostat_ui_menu .navbar-default .navbar-brand:hover {
        background-color: white
    }

    .faostat_ui_menu .navbar-default .navbar-brand.active .home-ico {
        display: none
    }

    .faostat_ui_menu .navbar-default .navbar-brand.active .home-h-ico {
        display: block
    }

    .faostat_ui_menu .navbar-default ul li {
        border-left: 1px solid #D2D0D0
    }

    .faostat_ui_menu .navbar-default ul li:last-child {
        border-right: 1px solid #D2D0D0 !important;
        margin-right: -1px
    }

    .faostat_ui_menu .navbar-default ul li a {
        padding-top: 13px;
        padding-bottom: 13px;
        -webkit-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -ms-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .faostat_ui_menu .navbar-default ul li a.fs-nav-link {
        color: #003b45
    }

    .faostat_ui_menu .navbar-default ul li a:hover {
        background-color: white;
        text-decoration: none
    }

}

.faostat_ui_menu .navbar-default ul li.active>a {
    background-color: white;
    color: #ec6e00
}

.faostat_ui_menu .navbar-default ul li.active>a:hover,
.faostat_ui_menu .navbar-default ul li.active>a:focus {
    background-color: white;
    color: #ec6e00
}

@media (min-width: 768px) {
    .ar .faostat_ui_menu .navbar-default .navbar-brand {
        border-right: 1px solid #D2D0D0;
        margin-right: -1px
    }

    .ar .faostat_ui_menu .navbar-default ul li {
        border-right: 1px solid #D2D0D0;
        border-left: 0px solid #D2D0D0
    }

    .ar .faostat_ui_menu .navbar-default ul li:last-child {
        border-left: 1px solid #D2D0D0;
        border-right: 1px solid #D2D0D0
    }

}

.ru .faostat_ui_menu .navbar-default {
    font-size: 13px
}

@media (min-width: 768px) {
    .ru .faostat_ui_menu .navbar-default.navbar-left li {
        max-width: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

}

.navbar-default .navbar-toggle {
    border-color: transparent
}

.nav-tabs>li {
    padding: 0px 0px 0px 0px;
    margin-bottom: 0
}

.nav-tabs>li:first-child {
    margin-left: -10px
}

.nav-tabs>li>a {
    padding: 5px 10px;
    position: relative;
    color: #434343;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:active,
.nav-tabs>li>a:visited,
.nav-tabs>li>a:focus,
.nav-tabs>li>a .nav-tabs>li.active>a,
.nav-tabs>li>a .nav-tabs>li.active>a:focus,
.nav-tabs>li>a .nav-tabs>li.active>a:hover {
    background-color: transparent;
    border-color: transparent
}

.nav-tabs>li>a:before {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: 2px;
    background-color: #337ab7;
    left: 10px;
    bottom: -2px;
    pointer-events: none;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.nav-tabs>li.active>a {
    color: #337ab7;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:active,
.nav-tabs>li.active>a:visited,
.nav-tabs>li.active>a:focus {
    color: #337ab7;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs>li.active>a:before {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.instafilta-match {
    background-color: #FFFF33
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0)
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out
}

.modal.left.fade.in .modal-dialog {
    left: 0
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out
}

.modal.right.fade.in .modal-dialog {
    right: 0
}

.modal-content {
    border-radius: 0;
    border: none
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA
}

.irs-bar,
.irs-bar-edge,
.irs-line {
    height: 5px;
    top: 37px
}

.irs-bar {
    border-top: 1px solid #337ab7;
    border-bottom: 1px solid #337ab7
}

.irs-bar-edge {
    border: 1px solid #337ab7
}

.irs-bar,
.irs-bar-edge {
    background: #337ab7
}

.irs-line {
    background: #ddd;
    border-color: transparent
}

.irs-slider {
    background: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.irs-from,
.irs-to,
.irs-single {
    background: transparent;
    color: #337ab7
}

.scroll-top-wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.scroll-top-wrapper.show {
    visibility: visible;
    opacity: 1.0
}

#toast-container>div {
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90);
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    opacity: 0.95
}

#toast-container>div .toast-title {
    font-size: 15px
}

#toast-container>div .toast-message {
    font-size: 12px
}

@media (max-width: 767px) {
    #toast-container>div .toast-title {
        font-size: 12px
    }

    #toast-container>div .toast-message {
        font-size: 10px
    }

}

#toast-container>div:hover {
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff
}

.toast-top-center {
    top: 25px;
    right: 0;
    width: 100%
}

.definitions-domain .row-mason {
    -moz-column-width: 18em;
    -webkit-column-width: 18em;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-width: 18em;
    column-gap: 2em
}

.definitions-domain .row-mason li {
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 5px
}

.definitions-domain-output {
    padding-top: 25px
}

.modal-fullscreen .modal-content {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-backdrop.modal-backdrop-fullscreen {
    background: #ffffff
}

.modal-backdrop.modal-backdrop-fullscreen.in {
    opacity: .97;
    filter: alpha(opacity=97)
}

.modal-fullscreen .modal-dialog {
    margin-top: 30px;
    margin-bottom: 45px;
    margin-right: auto;
    margin-left: auto;
    width: 90%
}

@media (min-width: 768px) {
    .modal-fullscreen .modal-dialog {
        width: 700px
    }

}

@media (min-width: 992px) {
    .modal-fullscreen .modal-dialog {
        width: 930px
    }

}

@media (min-width: 1200px) {
    .modal-fullscreen .modal-dialog {
        width: 1130px
    }

}

.fs-metadata .fs-metadata-content {
    font-size: 13px
}

.fs-metadata .fs-metadata-content .fs-metadata-title {
    color: #337ab7
}

.fs-metadata .fs-metadata-content .fs-metadata-row {
    margin-left: 5px
}

.fs-metadata .fs-metadata-content .fs-metadata-row .fs-metadata-code {
    font-weight: bold
}

.fs-metadata-modal-content {
    overflow-x: hidden;
    max-height: calc(100vh - 250px)
}

.fs-metadata-modal-export-button {
    margin-top: 0px;
    margin-bottom: 0px
}

.fs-metadata-modal-title {
    margin-top: 10px
}

.fs-loading {
    padding-top: 15px
}

.fs-report-table {
    font-size: 13px
}

.fs-report-table .truncate {
    line-height: normal
}

.fs-report-table thead th {
    color: #337ab7;
    font-size: 14px
}

.fs-report-table tbody tr.row-shade {
    font-weight: bold
}

.fs-map .truncate {
    line-height: normal
}

.fs-map .btn-floating {
    margin: 10px 0px 10px 10px
}

.leaflet-container {
    font-family: "Open Sans", sans-serif
}

.leaflet-container .leaflet-control-attribution {
    opacity: 0.7
}

.ar .leaflet-container {
    font-family: "Cairo", sans-serif
}

.ru .leaflet-container {
    font-family: "Roboto", sans-serif
}

.zh .leaflet-container {
    font-family: sans-serif
}

.fm-controller-box-icons-container {
    display: none
}

.leaflet-popup .leaflet-popup-content-wrapper {
    box-shadow: none;
    border-radius: 7px
}

.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
    line-height: 1.4
}

.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .fm-popup .fm-popup-join-content {
    color: #337ab7;
    font-size: 22px
}

.leaflet-container {
    background: white
}

.leaflet-control {
    opacity: 0.9
}

.leaflet-control-zoom-in:before {
    color: #434343
}

.leaflet-control-zoom-out:before {
    color: #434343
}

.leaflet-control-fullscreen a {
    color: #434343
}

.leaflet-control-fullscreen a:hover {
    background-position: -90px 0
}

.fs-chart .truncate {
    line-height: normal
}

.fs-chart .btn-floating {
    margin: 10px 0px 10px 10px
}

.fs-chart .fs-icons {
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    display: inline-block
}

.fs-chart .chart-line {
    background: url("../../src/images/chart/chart-line.svg");
    background-size: contain
}

.fs-chart .chart-areaspline {
    background: url("../../src/images/chart/chart-areaspline.svg");
    background-size: contain
}

.fs-chart .chart-bar {
    background: url("../../src/images/chart/chart-bar.svg");
    background-size: contain
}

.fs-chart .chart-histogram {
    background: url("../../src/images/chart/chart-histogram.svg");
    background-size: contain
}

.fs-chart .chart-timeline {
    background: url("../../src/images/chart/chart-timeline.svg");
    background-size: contain
}

.fs-chart .chart-pie {
    background: url("../../src/images/chart/chart-pie.svg");
    background-size: contain
}

.fs-chart .chart-arc {
    background: url("../../src/images/chart/chart-arc.svg");
    background-size: contain
}

.fs-chart .chart-bubble {
    background: url("../../src/images/chart/chart-bubble.svg");
    background-size: contain
}

.fs-chart .chart-gantt {
    background: url("../../src/images/chart/chart-gantt.svg");
    background-size: contain
}

.fs-chart .chart-scatter {
    background: url("../../src/images/chart/chart-scatterplot-hexbin.svg");
    background-size: contain
}

.fs-chart .chart-timeline {
    background: url("../../src/images/chart/chart-timeline.svg");
    background-size: contain
}

input[type="radio"] {
    display: none
}

input[type="radio"]+label {
    cursor: pointer;
    margin: 0 7px;
    font-weight: normal
}

input[type="radio"]+label:before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    background-color: #ddd;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 0 solid #337ab7;
    position: relative;
    top: 3px;
    left: -5px
}

input[type="radio"]:checked+label {
    color: #337ab7
}

input[type="radio"]:checked+label:before {
    border-width: 5px
}

input[type="radio"]+label:before,
input[type="radio"]:checked+label:before {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

input[type="checkbox"] {
    display: none
}

input[type="checkbox"]+label {
    cursor: pointer;
    margin: 0 7px;
    font-weight: normal
}

input[type="checkbox"]+label:before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    background-color: #ddd;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 0 solid #337ab7;
    position: relative;
    top: 3px;
    left: -5px
}

input[type="checkbox"]:checked+label {
    color: #337ab7
}

input[type="checkbox"]:checked+label:before {
    border-width: 5px
}

input[type="checkbox"]+label:before,
input[type="checkbox"]:checked+label:before {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

input[type="checkbox"]:disabled+label,
input[type="radio"]:disabled+label {
    cursor: no-drop;
    opacity: 0.4
}

input[type="checkbox"]:disabled+label:before,
input[type="radio"]:disabled+label:before {
    cursor: no-drop;
    opacity: 0.4
}

.introjs-helperNumberLayer {
    text-shadow: none;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border: 3px solid #fcfcfc;
    border-radius: 50%;
    background: #E53935
}

.introjs-helperLayer {
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 2px
}

.introjs-tooltip {
    border-radius: 2px
}

.introjs-button {
    padding: 0.6em 0.8em;
    text-shadow: none;
    border-color: #fcfcfc;
    color: #fff;
    background: #0D6CAC;
    background-image: none;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
    -webkit-transition: background .3s, border .3s;
    -moz-transition: background .3s, border .3s;
    -ms-transition: background .3s, border .3s;
    -o-transition: background .3s, border .3s;
    transition: background .3s, border .3s
}

.introjs-prevbutton {
    border-radius: .2em 0 0 .2em
}

.introjs-nextbutton {
    border-radius: 0 .2em .2em 0
}

.introjs-button:hover,
.introjs-button:focus {
    color: #fff;
    box-shadow: none;
    border-color: #fff;
    background: #4285F4;
    text-decoration: none
}

.introjs-disabled {
    background: #eeeeee
}

.introjs-disabled:hover {
    background: #eeeeee
}

.fs-icons-stack {
    position: fixed;
    bottom: 0;
    right: 0;
    white-space: nowrap;
    z-index: 1000;
    padding: 23px 12px 23px 15px
}

.fs-icons-stack a {
    margin-bottom: 0px
}

.tooltip {
    color: #fff
}

.tooltip .tooltip-inner {
    padding: 10px 10px 10px 10px;
    background-color: rgba(97, 97, 97, 0.95);
    opacity: 0.9
}

.tooltip .tooltip-arrow {
    display: none
}

.tooltip.fade {
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in
}

.fs-download-selector-search {
    position: relative
}

.fs-download-selector-search input {
    text-indent: 21px
}

.fs-download-selector-search .fs-search-icon {
    margin-top: 9px;
    margin-left: 15px;
    font-size: 16px;
    position: absolute
}

.fs-browse-view-padding {
    margin-top: 30px
}

.fs-map .panel-body {
    padding: 0
}

.fs-map .panel-footer p {
    font-size: 11px
}

.fs-browse-comment-margin {
    margin-top: 5px
}

.fs-browse-related-views {
    border-bottom-color: transparent;
    margin-bottom: 10px
}

.fs-compare-filter-box .fs-compare-heading {
    padding: 0 15px
}

.fs-compare-filter-box .fs-compare-heading .fx-btn-round {
    position: relative;
    top: -2px
}

.fs-compare-filter-box .panel-body {
    padding: 0px 15px 15px 15px
}

.fs-timerange-label {
    position: relative;
    top: 20px;
    text-align: right
}

.groups-list li {
    border-bottom: 1px solid #ddd
}

.domain-group-list {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px
}

.domain-group-list .domain-list {
    padding-left: 50px;
    margin-bottom: 10px
}

[data-role="groups-list"] {
    padding-top: 25px
}

.domain-list-container .row-mason {
    -moz-column-width: 21em;
    -webkit-column-width: 21em;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-width: 21em;
    column-gap: 2em
}

.domain-list-container .menu-category {
    display: inline-block;
    margin: 0.25rem;
    padding: 1rem;
    width: 100%
}

.domain-list-container .fs-data-group-title {
    position: relative;
    padding-left: 47px
}

.domain-list-container .fs-data-group-title span {
    position: absolute;
    left: 0;
    top: 45%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ar .fs-data-group-title {
    position: relative;
    padding-left: 0px;
    padding-right: 47px
}

.ar .fs-data-group-title span {
    position: absolute;
    right: 0;
    top: 45%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 768px) {
    .fs-data-tree-domain-modal .modal-dialog {
        width: 500px !important
    }

    .fs-data-tree-domain-modal .jstree-wholerow-ul {
        max-width: 400px !important
    }

    .fs-data-tree-domain-modal .jstree-anchor {
        max-width: 400px !important
    }

}

@media (max-width: 768px) {
    .fs-data-tree-domain-modal .modal-dialog {
        width: 100vw !important
    }

    .fs-data-tree-domain-modal .jstree-wholerow-ul {
        max-width: 75vw !important
    }

    .fs-data-tree-domain-modal .jstree-anchor {
        max-width: 75vw !important
    }

}

.fs-data-tree-domain-modal .jstree-anchor {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important
}

.fs-data-tree-domain-modal .modal-header {
    background-color: #fcfcfc;
    padding-top: 0px;
    padding-bottom: 8px
}

.fs-data-tree-domain-modal .modal-header button {
    padding-top: 23px
}

.inline-icon {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 8px
}

.fs-download-page-title h1 {
    line-height: normal
}

.fs-download-domain-tree {
    max-height: 750px;
    overflow-y: auto;
    overflow-x: hidden
}

.fs-download-domain-title .domain-icon {
    display: inline-block
}

.faostat-download-selector-single .nav-tabs>li {
    margin-left: -10px
}

.faostat-download-selector-single .panel-body {
    padding: 0
}

.faostat-download-selector-single .panel-footer .btn-group {
    width: 100%
}

.faostat-download-selector-single .panel-footer .btn-group .btn {
    width: 50%
}

.fs-download-selector-filter {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 15px;
    border-bottom: 1px solid #ddd
}

.faostat-download-selector-resume-holder {
    margin-top: 5px
}

.faostat-download-selector-resume-holder .faostat-summary-item {
    max-height: 115px;
    overflow-y: auto
}

.faostat-download-selector-resume-holder .summary-item {
    display: inline-block;
    margin: 3px 0;
    cursor: pointer;
    border: 1px solid #D2D0D0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0 3px
}

.faostat-download-selector-resume-holder .summary-item:after {
    content: '';
    height: 15px;
    width: 15px;
    background: url("../../submodules/fenix-ui-common/css/img/fenix-catalog-sprite-small.svg") no-repeat 0 -15px;
    background-size: 150px 30px;
    display: inline-block;
    position: relative;
    top: 3px
}

.fs-tab-holder {
    overflow: hidden
}

.fs-tab-holder .nav {
    border-color: transparent
}

.fs-table-holder {
    overflow-x: auto;
    overflow-y: auto;
    padding: 5px;
    font-size: 12px;
    max-height: 700px
}

.fs-page-number {
    font-weight: bold;
    padding: 25px
}

.pivot .lefttitle,
.pivot .toptitle {
    background: none;
    background-color: transparent;
    border-bottom-width: 1px;
    border-bottom-color: #bbb
}

.pivot .ztitle {
    background: none;
    background-color: #337ab7
}

.pivot .collapse_button {
    background-color: transparent;
    border: 1px solid #D2D0D0;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #D2D0D0
}

[data-role="output-area"] {
    margin-top: 50px
}

.list-download li {
    margin: 5px 0px
}

.fs-btn-tree {
    margin-left: 0;
    margin-top: 15px
}

.fs-output-preview {
    min-height: 200px;
    position: relative
}

.fs-output-preview .fs-output-preview-message {
    position: absolute;
    top: 45%;
    width: calc(100% - 30px);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0
}

.fs-output-preview .fs-icojam-icon {
    font-size: 45px
}

.fs-download-options {
    margin-bottom: 0
}

.fs-download-options .fs-download-option-title {
    margin-top: 0;
    font-size: 13px
}

.fs-download-options button {
    margin-bottom: 0
}

.fs-download-options [data-role="options"] {
    margin-bottom: 15px
}

.fs-download-options hr {
    margin-top: 10px;
    margin-bottom: 10px
}

.fs-download-options .list-inline>li {
    padding: 0
}

.fs-download-options input[type="checkbox"]+label,
.fs-download-options input[type="radio"]+label {
    font-size: 12px;
    margin: 0 6px
}

.fs-download-options input[type="checkbox"]+label:before {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.fs-preview-container .btn-floating {
    margin: 0
}

.fs-faq-list li {
    margin: 10px 0
}

.faostat-intro {
    background-color: #f9f9f9;
    background-image: url(../../src/images/homepage/home-intro.jpg);
    background-size: cover;
    color: white;
    text-align: center
}

.faostat-intro.jumbotron {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-top: 24px
}

.faostat-intro h2 {
    margin-bottom: 25px
}

.faostat-intro p {
    font-size: 18px;
    margin-bottom: 30px
}

.home-content {
    margin-top: 40px
}

.fs-home-swiper {
    margin-top: 5px
}

.fs-domain-holder {
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2
}

.fs-domain-holder .domain-icon {
    margin-right: 10px;
    margin-top: 10px
}

.fs-domain-holder a {
    font-size: 12px;
    margin-right: 10px
}

.fs-domain-holder a:after {
    content: '';
    height: 15px;
    width: 15px;
    background: url("../../submodules/fenix-ui-common/css/img/fenix-catalog-sprite-small.svg") no-repeat -120px -15px;
    background-size: 150px 30px;
    display: inline-block;
    position: relative;
    top: 4px
}

.fs-domain-holder h5 {
    margin-bottom: 0
}

.domain-icon {
    font-size: 32px
}

.fs-home-domains {
    min-height: 250px
}

.fs-home-contacts {
    background-color: #D5E4EB
}

.fs-home-contacts h1 {
    margin-bottom: 5px;
    margin-left: 0px;
    margin-top: 10px
}

.fs-home-contacts .contacts-details {
    font-size: 13px
}

.swiper-container {
    width: 100%;
    height: 400px;
    background: white
}

.swiper-slide {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    z-index: -1
}

.swiper-slide .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.swiper-slide .title .white-stripe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 1
}

.swiper-slide .title h1,
.swiper-slide .title h2 {
    position: relative;
    z-index: 2;
    color: #434343;
    margin: 0
}

.swiper-slide .title h1 {
    padding: 20px 15px 20px 15px;
    font-size: 18px
}

@media (min-width: 768px) and (max-width: 991px) {
    .swiper-slide .title h1 {
        font-size: 20px;
        padding: 40px 60px 10px 60px
    }

}

@media (min-width: 992px) {
    .swiper-slide .title h1 {
        font-size: 23px;
        padding: 40px 60px 10px 60px
    }

}

.swiper-slide .title h2 {
    padding: 10px 55px 30px 55px;
    font-size: 14px
}

@media (min-width: 768px) and (max-width: 991px) {
    .swiper-slide .title h2 {
        padding: 10px 60px 40px 60px;
        font-size: 14px
    }

}

@media (min-width: 992px) {
    .swiper-slide .title h2 {
        padding: 10px 60px 40px 60px;
        font-size: 14px
    }

}

.swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3
}

.swiper-pagination {
    text-align: right
}

.swiper-button-next,
.swiper-button-prev {
    background: none
}

.swiper-button-next .btn-floating,
.swiper-button-prev .btn-floating {
    margin: 0;
    position: relative
}

.swiper-button-next .btn-floating {
    left: -10px
}

.swiper-pagination-bullet-active {
    background-color: #2BBBAD
}

.feature-bar {
    margin-top: 20px
}

.feature-bar a.feature-panel {
    position: relative;
    text-decoration: none !important;
    color: rgba(67, 67, 67, 0.7)
}

.feature-bar a.feature-panel:hover,
.feature-bar a.feature-panel:active,
.feature-bar a.feature-panel:visited {
    color: rgba(67, 67, 67, 0.85)
}

.feature-bar .feature-icon {
    display: block;
    position: absolute;
    background-color: white;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%
}

.feature-bar .feature-icon:before {
    position: absolute;
    font-size: 45px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.feature-bar .feature-title {
    font-size: 15px;
    margin-top: 10px;
    padding-left: 90px
}

.feature-bar .feature-subtitle {
    padding-left: 90px;
    font-size: 12px
}

.swiper-container-updates {
    width: 100%;
    height: 212px;
    position: relative;
    overflow: hidden
}

.swiper-container-updates hr {
    margin-top: 10px;
    margin-bottom: 10px
}

.swiper-container-updates .swiper-wrapper {
    width: 100%
}

.swiper-container-updates .swiper-slide {
    height: auto;
    color: #434343;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 0 0
}

.swiper-container-updates:hover .swiper-scrollbar {
    opacity: 1 !important
}

.es .swiper-container-updates {
    height: 173px
}

.fr .swiper-container-updates {
    height: 190px
}

.zh .swiper-container-updates {
    height: 114px
}

.zh .fs-home-card2 .card-content {
    height: 222px
}

.ru .swiper-container-updates {
    height: 215px
}

.country-list-container .row-mason {
    -moz-column-width: 18em;
    -webkit-column-width: 18em;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-width: 18em;
    column-gap: 2em
}

.country-list-container .row-mason li {
    overflow: hidden
}

.country-list-container .menu-category {
    display: inline-block;
    margin: 0rem;
    padding: 0;
    width: 100%
}

.country-list-container .country-list {
    margin-bottom: 10px
}

.country-profile-topic {
    margin: 5px 0px 5px 0px;
    font-size: 13px
}

.country-dashboard-title {
    margin-top: 5px;
    margin-bottom: 0px
}

.country-profile-map {
    height: 572px
}

.fs-search-box .fs-search-icon {
    margin-left: 0px
}

.fs-search-box .typeahead {
    border-bottom: 1px solid #eee
}

.fs-search-results .subtitle {
    font-size: 16px
}

.fs-search-results .subtitle i {
    cursor: pointer
}

.fs-search-results .subtitle i:hover {
    color: #337ab7
}

.fs-search-results .fs-search-output {
    padding-top: 15px
}

.fs-search-results .fs-search-output .fs-table-heading {
    padding-top: 0px;
    padding-bottom: 0px
}

/*# sourceMappingURL=index.min.css.map */

/* Prices: E81D */
.icojam_GFD:before {
    content: "\ec20"
}


/* .icojam_GFD:before {
    content:"\ea96"
}
 */

#accordion {
    margin: auto;

}

#accordion div.panel,
#accordion div.panel-heading {

    box-shadow: none;

    background-color: #fcfcfc !important;

    border-top: 1px solid rgba(34, 36, 38, .15);


}


#accordion div.panel-heading:first-child {

    border-top: none !important
}


#accordion>div.col-sm-6>div:first-child {

    border-top: none !important
}


#accordion .instafilta-target {
    font-size: 1.1em;

}


#accordion ul div.panel-heading {
    min-height: 36px;

}

#accordion ul div.panel-heading a {
    min-height: 25px;
    padding-top: 9px;

}


#accordion .panel-group .panel-heading+.panel-collapse>.list-group,
#accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding: 0px;

}


#accordion div.panel ul,
#accordion div.panel li {
    margin: 0.34em 0;
    min-height: 27px;
    padding-left: 15px;
    font-size: 14px;

}

#accordion div.panel h1.fs-data-group-title,
#accordion div.panel h2.fs-data-group-title {

    color: rgba(0, 0, 0, .4);

    font-weight: 700;

    /*font-family: "Open Sans", sans-serif;
    */
    font-style: normal;

    font-size: 1.5em;

    margin: 0.30em 0;

    font-weight: 500;

    line-height: 1.5;


    margin: 0;

    padding: .75em 1.5em;



}


#accordion div.panel h2.fs-data-group-title {

    font-size: 1.5em;

    line-height: 1.2;


}


#accordion .panel-heading {
    padding: 0px;

}


#accordion .panel-heading a {

    color: rgba(0, 0, 0, .4);

    display: block;

    position: relative;

    padding-left: 30px;

    text-decoration: none !important;

    background-color: #fcfcfc;


}


#accordion .panel-heading a::after {

    content: "";

    width: 0;

    height: 0;

    margin-left: 2px;

    vertical-align: middle;

    border-top: 8px dashed;

    border-top: 8px solid\9;

    border-right: 8px solid transparent;

    border-left: 8px solid transparent;

    display: inline-block;




    position: absolute;

    left: 0;

    top: 30px;

    transform: rotate(-90deg);

    transition: transform .1s ease, opacity .1s ease;


}


#accordion .panel-heading a[aria-expanded=true]::after {

    transform: rotate(0deg);

    transition: transform .1s ease, opacity .1s ease;

    top: 30px;


}


#accordion div>ul>div>div>h4 a {

    font-style: normal;

    font-size: 1.5em;


}


#accordion div>ul>div>div>h4 {

    min-height: 45px;

    padding-top: 5px;


}


#accordion div>ul>div>div>h4 a::after {

    top: 16px !important;


}


#accordion div>ul>div {

    border-top: none !important;


}


#accordion div.panel-body>ul.list-unstyled>div.panel {
    padding-bottom: 5px !important;

}


.panel-title {
    font-size: 14.5px;

}

.domain-icon {
    font-size: 30px;

}

.icojam_SDG_COLOR {

    height: 29px;

    width: 29px;

    content: url("data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB3aWR0aD0iOC4yMDI1NDltbSIKICAgaGVpZ2h0PSI4LjIwMTEzMThtbSIKICAgdmlld0JveD0iMCAwIDguMjAyNTQ5IDguMjAxMTMxOCIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMjg3NiIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZGVmcwogICAgIGlkPSJkZWZzMjg3MyIgLz4KICA8ZwogICAgIGlkPSJsYXllcjEiCiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMC44NTIzMywtMTQ0LjIyOTMzKSI+CiAgICA8ZwogICAgICAgaWQ9ImcxODciCiAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjM1Mjc3Nzc3LDAsMCwtMC4zNTI3Nzc3NywxMDIuOTU5NTgsMTQ3LjE1OTY4KSI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIEMgMC4yODksMC40OTEgMC42NCwwLjk0MiAxLjA0MiwxLjM0MSBMIC0yLjM3NSw1LjA4NyBDIC0zLjIzMyw0LjI2NyAtMy45NjgsMy4zMTMgLTQuNTQ0LDIuMjY0IFoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiM1ZmJiNDY7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmUiCiAgICAgICAgIGlkPSJwYXRoMTg5IiAvPgogICAgPC9nPgogICAgPGcKICAgICAgIGlkPSJnMTk1IgogICAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMC4zNTI3Nzc3NywwLDAsLTAuMzUyNzc3NzcsMTA4LjY4MjkxLDE0Ni42MjMyOCkiPgogICAgICA8cGF0aAogICAgICAgICBkPSJtIDAsMCAtNC41NDEsLTIuMjY0IGMgMC4yMTYsLTAuNTA2IDAuMzcxLC0xLjA0NSAwLjQ1NCwtMS42MDUgbCA1LjA1MiwwLjQ3NiBDIDAuODE2LC0yLjE5NiAwLjQ4NCwtMS4wNTUgMCwwIgogICAgICAgICBzdHlsZT0iZmlsbDojYzUyMTJmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lIgogICAgICAgICBpZD0icGF0aDE5NyIgLz4KICAgIDwvZz4KICAgIDxnCiAgICAgICBpZD0iZzE5OSIKICAgICAgIHRyYW5zZm9ybT0ibWF0cml4KDAuMzUyNzc3NzcsMCwwLC0wLjM1Mjc3Nzc3LDEwNi45NjU5MSwxNDcuMTkwMzQpIj4KICAgICAgPHBhdGgKICAgICAgICAgZD0iTSAwLDAgNC41NDEsMi4yNjQgQyAzLjk3OSwzLjMwOSAzLjI2MSw0LjI1OCAyLjQxOSw1LjA4IEwgLTEuMDA4LDEuMzQxIEMgLTAuNjE3LDAuOTM5IC0wLjI3NywwLjQ5IDAsMCIKICAgICAgICAgc3R5bGU9ImZpbGw6IzRiOWY0NTtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZSIKICAgICAgICAgaWQ9InBhdGgyMDEiIC8+CiAgICA8L2c+CiAgICA8ZwogICAgICAgaWQ9ImcyMDMiCiAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjM1Mjc3Nzc3LDAsMCwtMC4zNTI3Nzc3NywxMDIuNjQxMjcsMTQ4LjMyODkzKSI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIEMgMCwwLjEwMyAwLjAwMywwLjIwNCAwLjAwOCwwLjMwNiBMIC01LjA0NSwwLjc1OCBDIC01LjA2MiwwLjUwOCAtNS4wNzEsMC4yNTUgLTUuMDcxLDAgYyAwLC0wLjk3IDAuMTIxLC0xLjkxMSAwLjM0MywtMi44MTIgbCA0Ljg4MSwxLjQwMSBDIDAuMDU0LC0wLjk1NiAwLC0wLjQ4MyAwLDAiCiAgICAgICAgIHN0eWxlPSJmaWxsOiM0MjdmNDQ7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmUiCiAgICAgICAgIGlkPSJwYXRoMjA1IiAvPgogICAgPC9nPgogICAgPGcKICAgICAgIGlkPSJnMjA3IgogICAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMC4zNTI3Nzc3NywwLDAsLTAuMzUyNzc3NzcsMTA2Ljc0MTYxLDE0OS43OTQxMikiPgogICAgICA8cGF0aAogICAgICAgICBkPSJtIDAsMCBjIC0wLjM1OSwtMC40MzcgLTAuNzc0LC0wLjgyNyAtMS4yMzIsLTEuMTU5IGwgMi42NjgsLTQuMzIgYyAwLjk5LDAuNjcgMS44NzEsMS40OTEgMi42MTIsMi40MjYgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2Y5YzQxNjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZSIKICAgICAgICAgaWQ9InBhdGgyMDkiIC8+CiAgICA8L2c+CiAgICA8ZwogICAgICAgaWQ9ImcyMTEiCiAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjM1Mjc3Nzc3LDAsMCwtMC4zNTI3Nzc3NywxMDcuMjY2MywxNDguMzI4OTMpIj4KICAgICAgPHBhdGgKICAgICAgICAgZD0iTSAwLDAgQyAwLC0wLjQ3OCAtMC4wNTIsLTAuOTQ0IC0wLjE1LC0xLjM5NCBMIDQuNzI5LC0yLjc5NiBDIDQuOTUxLC0xLjg5OSA1LjA3LC0wLjk2NCA1LjA3LDAgNS4wNywwLjIzOSA1LjA2MiwwLjQ3OCA1LjA0NywwLjcxNCBMIC0wLjAwNiwwLjIzNSBDIC0wLjAwMiwwLjE1NyAwLDAuMDc5IDAsMCIKICAgICAgICAgc3R5bGU9ImZpbGw6I2VmNDEyYztmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZSIKICAgICAgICAgaWQ9InBhdGgyMTMiIC8+CiAgICA8L2c+CiAgICA8ZwogICAgICAgaWQ9ImcyMTUiCiAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjM1Mjc3Nzc3LDAsMCwtMC4zNTI3Nzc3NywxMDMuMTk0ODksMTQ5LjgyODIzKSI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Im0gMCwwIC00LjAzOSwtMy4wNjkgYyAwLjc1MSwtMC45MjQgMS42NDEsLTEuNzMyIDIuNjM4LC0yLjM5IGwgMi42NjcsNC4zMTUgQyAwLjc5NiwtMC44MTkgMC4zNzEsLTAuNDM0IDAsMCIKICAgICAgICAgc3R5bGU9ImZpbGw6I2Y5OWYyNztmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZSIKICAgICAgICAgaWQ9InBhdGgyMTciIC8+CiAgICA8L2c+CiAgICA8ZwogICAgICAgaWQ9ImcyMTkiCiAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjM1Mjc3Nzc3LDAsMCwtMC4zNTI3Nzc3NywxMDIuNjcwMiwxNDcuOTY0MDgpIj4KICAgICAgPHBhdGgKICAgICAgICAgZD0iTSAwLDAgQyAwLjA5LDAuNTcyIDAuMjU2LDEuMTE3IDAuNDgzLDEuNjI5IEwgLTQuMDU2LDMuODkgQyAtNC41NTgsMi44MjIgLTQuOTAxLDEuNjY2IC01LjA1OCwwLjQ1NSBaIgogICAgICAgICBzdHlsZT0iZmlsbDojMWE5NmQ0O2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lIgogICAgICAgICBpZD0icGF0aDIyMSIgLz4KICAgIDwvZz4KICAgIDxnCiAgICAgICBpZD0iZzIyMyIKICAgICAgIHRyYW5zZm9ybT0ibWF0cml4KDAuMzUyNzc3NzcsMCwwLC0wLjM1Mjc3Nzc3LDEwNy4wMjg5NSwxNTEuODY0NjQpIj4KICAgICAgPHBhdGgKICAgICAgICAgZD0iTSAwLDAgLTIuNjYzLDQuMzEzIEMgLTMuMTQ3LDQuMDQxIC0zLjY2OSwzLjgyNiAtNC4yMTksMy42ODIgbCAwLjk0MSwtNC45OTEgQyAtMi4xMDgsLTEuMDM5IC0xLjAwNiwtMC41OTQgMCwwIgogICAgICAgICBzdHlsZT0iZmlsbDojYTIxYzQ0O2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lIgogICAgICAgICBpZD0icGF0aDIyNSIgLz4KICAgIDwvZz4KICAgIDxnCiAgICAgICBpZD0iZzIyNyIKICAgICAgIHRyYW5zZm9ybT0ibWF0cml4KDAuMzUyNzc3NzcsMCwwLC0wLjM1Mjc3Nzc3LDEwNy4xNDQ2OSwxNDkuMDY5OTcpIj4KICAgICAgPHBhdGgKICAgICAgICAgZD0iTSAwLDAgQyAtMC4xNzcsLTAuNTIgLTAuNDE2LC0xLjAxIC0wLjcwOSwtMS40NjEgTCAzLjM0MiwtNC41MTggQyA0LC0zLjU3MSA0LjUyMSwtMi41MjMgNC44NzYsLTEuNDAxIFoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiMyOGJkZTI7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmUiCiAgICAgICAgIGlkPSJwYXRoMjI5IiAvPgogICAgPC9nPgogICAgPGcKICAgICAgIGlkPSJnMjMxIgogICAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMC4zNTI3Nzc3NywwLDAsLTAuMzUyNzc3NzcsMTA1LjI4NzQyLDE1MC42MTcxOCkiPgogICAgICA8cGF0aAogICAgICAgICBkPSJtIDAsMCBjIC0wLjMwOSwtMC4wNDUgLTAuNjI1LC0wLjA2OSAtMC45NDUsLTAuMDY5IC0wLjI2LDAgLTAuNTE0LDAuMDE1IC0wLjc2NCwwLjA0NSBsIC0wLjkzOSwtNC45OTEgYyAwLjU1NSwtMC4wODIgMS4xMjMsLTAuMTI1IDEuNzAzLC0wLjEyNSAwLjY0LDAgMS4yNywwLjA1NCAxLjg4MywwLjE1NSB6IgogICAgICAgICBzdHlsZT0iZmlsbDojZjM2YTJjO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lIgogICAgICAgICBpZD0icGF0aDIzMyIgLz4KICAgIDwvZz4KICAgIDxnCiAgICAgICBpZD0iZzIzNSIKICAgICAgIHRyYW5zZm9ybT0ibWF0cml4KDAuMzUyNzc3NzcsMCwwLC0wLjM1Mjc3Nzc3LDEwNS4xMDE0LDE0Ni4wMjEwNSkiPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCBDIDAuNTYzLC0wLjAzNiAxLjEwNywtMC4xNDMgMS42MjMsLTAuMzEyIEwgMy40NDUsNC40MjMgQyAyLjM2LDQuODA2IDEuMjA1LDUuMDMzIDAsNS4wNzQgWiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2U5MjUzYztmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZSIKICAgICAgICAgaWQ9InBhdGgyMzciIC8+CiAgICA8L2c+CiAgICA8ZwogICAgICAgaWQ9ImcyMzkiCiAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjM1Mjc3Nzc3LDAsMCwtMC4zNTI3Nzc3NywxMDQuNDI5NjEsMTUwLjU4MTY5KSI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Im0gMCwwIGMgLTAuNTY4LDAuMTMzIC0xLjEwNywwLjM0IC0xLjYwOSwwLjYwOSBsIC0yLjY2OCwtNC4zMTggYyAxLjAyNiwtMC41ODYgMi4xNDgsLTEuMDIyIDMuMzM4LC0xLjI3NSB6IgogICAgICAgICBzdHlsZT0iZmlsbDojZGQxNzY4O2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lIgogICAgICAgICBpZD0icGF0aDI0MSIgLz4KICAgIDwvZz4KICAgIDxnCiAgICAgICBpZD0iZzI0MyIKICAgICAgIHRyYW5zZm9ybT0ibWF0cml4KDAuMzUyNzc3NzcsMCwwLC0wLjM1Mjc3Nzc3LDEwNC4yNTg3MiwxNDYuMTIzMzkpIj4KICAgICAgPHBhdGgKICAgICAgICAgZD0iTSAwLDAgQyAwLjUyNSwwLjE2NiAxLjA4MSwwLjI2OSAxLjY1NiwwLjI5NiBWIDUuMzY5IEMgMC40MzYsNS4zMzcgLTAuNzM2LDUuMTE1IC0xLjgzNSw0LjczMyBaIgogICAgICAgICBzdHlsZT0iZmlsbDojMWE0OTZiO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lIgogICAgICAgICBpZD0icGF0aDI0NSIgLz4KICAgIDwvZz4KICAgIDxnCiAgICAgICBpZD0iZzI0NyIKICAgICAgIHRyYW5zZm9ybT0ibWF0cml4KDAuMzUyNzc3NzcsMCwwLC0wLjM1Mjc3Nzc3LDEwMy4wMzc4LDE0OS42MjI1NikiPgogICAgICA8cGF0aAogICAgICAgICBkPSJtIDAsMCBjIC0wLjMyMiwwLjQ3NyAtMC41ODQsMC45OTYgLTAuNzcyLDEuNTUxIGwgLTQuODc3LC0xLjQgYyAwLjM2OCwtMS4xNjQgMC45MTcsLTIuMjQ3IDEuNjEsLTMuMjIxIHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNjNzk4MmQ7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmUiCiAgICAgICAgIGlkPSJwYXRoMjQ5IiAvPgogICAgPC9nPgogICAgPGcKICAgICAgIGlkPSJnMjUxIgogICAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMC4zNTI3Nzc3NywwLDAsLTAuMzUyNzc3NzcsMTAzLjUyMDc4LDE0Ni41MTUwOCkiPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCBDIDAuNDMsMC4zMzkgMC45LDAuNjI1IDEuNDA2LDAuODUyIEwgLTAuNDI4LDUuNTgxIEMgLTEuNTIsNS4xMjMgLTIuNTI3LDQuNTAyIC0zLjQxOCwzLjc1IFoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiMwMzY5OWQ7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmUiCiAgICAgICAgIGlkPSJwYXRoMjUzIiAvPgogICAgPC9nPgogICAgPHBhdGgKICAgICAgIGQ9Im0gMTA1LjkxNDQ1LDE0Ni4yMjU3IGMgMC4xODI3NCwwLjA4NCAwLjM1Mjc4LDAuMTkwMTUgMC41MDU4OCwwLjMxNjc5IGwgMS4yMDgyNywtMS4zMTkzOCBjIC0wLjMxODIxLC0wLjI3NDgyIC0wLjY3OTEsLTAuNTAxNjUgLTEuMDcwNjgsLTAuNjY4NTIgeiIKICAgICAgIHN0eWxlPSJmaWxsOiNlNWI3MzM7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjAuMzUyNzc4IgogICAgICAgaWQ9InBhdGgxOTMiIC8+CiAgPC9nPgo8L3N2Zz4K");

}

.icojam_SDG:before {
    content: "\ec1f"
}

.icojam_SX:before {
    content: "\eae7"
}

.icojam_U:before {
    content: "\e7c7"
}


.jstree-default .jstree-anchor {

    width: 92%;


}


.jstree-default>.jstree-striped {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==) left top repeat;
    background-size: 100% 48px;
}


div[role='tabpanel'] {}


.sdg {

    font-family: "Open Sans", sans-serif;

    word-wrap: break-word;

    box-sizing: border-box;

    margin-right: .5rem !important;

    margin-bottom: .5rem !important;

    display: inline-block;

    font-size: 12px;

    width: 18px;

    height: 18px;

    line-height: 18px;

    color: #fff;

    font-weight: 700;

    text-align: center;

    top: 70px;

    left: 300px;


}


.sdg_2 {
    background-color: #d19e29;

}

.sdg_5 {
    background-color: #ef402b;

}

.sdg_6 {
    background-color: #01acd8;

}

.sdg_12 {
    background-color: #c98a2b;

}

.sdg_14 {
    background-color: #017dbb;

}

.sdg_15 {
    background-color: #3eb049;

}


.fs-download-domain-title-expand-button {

    display: none;

    position: relative;

    cursor: pointer;

    float: right;

    top: -35px;

    /*
    background-image:url("../../src/images/treejs-32px.svg");
        
    height: 24px;
    
    width: 24px;
        
    background-position: -4px -4px;
    
    */
    /* background-position: -36px -4px;
     */

}


div[data-role="suggested-readings"] {

    padding: 10px;

    background-color: #efefef;


}

div[data-role="suggested-readings"] p {

    color: #ec6e00;



}

div[data-role="suggested-readings"] a {

    color: #ec6e00;



}


div[data-role="calendar"] div.dt-buttons,
div[data-role="history"] div.dt-buttons {

    opacity: 0;

    visibility: hidden;


}


div#google_search input.inputbox:focus {

    background: #FFFFFF !important;


}


div[data-role="tree"] {

    min-width: 100% !important;


}


/* Quick fix for russian */

.ru .nav>li>a {
    padding: 13px 10px !important;

}

.es .nav>li>a {
    padding: 13px 10px !important;

}

.ru .faostat_ui_menu .navbar-default {
    font-size: 12px;

}

.ru .typeahead {
    max-width: 225px !important;

}

body.ru .typeahead,
body.ru .tt-query,
body.ru .tt-hint {
    padding: 17px 10px 14px 10px !important;

}


/* FAOSTAT Beta */
/*
.faostat-beta  {
    
    background-color: #f9f9f9;
    
    color: black;
    
    position: relative;
    
    overflow: hidden;
      
    text-align: left;
      

}


.faostat-beta::before  {
    
    content: "";
    
    position: absolute;
    
    inset: 0;
    
    background: linear-gradient(90deg, rgba(255,255,255,0.78), rgba(255,255,255,0.52)), url(../../src/images/homepage/faostat_beta.jpg);
        
    background-size: cover;
    
    background-position: center;
    
    opacity: 1;
    
    pointer-events: none;
    
    z-index: 0;
    

}


.faostat-beta > *  {
    
    position: relative;
    
    z-index: 1;
    

}


.faostat-beta.jumbotron  {
        
    -moz-border-radius-topleft: 0;
    
    -webkit-border-top-left-radius: 0;
    
    border-top-left-radius: 0;
    
    -moz-border-radius-topright: 0;
    
    -webkit-border-top-right-radius: 0;
    
    border-top-right-radius: 0;
    
    -moz-border-radius-bottomright: 0;
    
    -webkit-border-bottom-right-radius: 0;
    
    border-bottom-right-radius: 0;
    
    -moz-border-radius-bottomleft: 0;
    
    -webkit-border-bottom-left-radius: 0;
    
    border-bottom-left-radius: 0;
    
    -webkit-border-radius: 0;
    
    -moz-border-radius: 0;
    
    -ms-border-radius: 0;
    
    border-radius: 0;
    
    padding-top: 24px;
     

}

*/