/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.invisible {
    visibility: hidden;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable {
    /*
           * Extends the .visuallyhidden class to allow the element to be focusable
           * when navigated to via the keyboard: h5bp.com/p
           */
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/* {{{ */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icons/icomoon.eot');
    src: url('../fonts/icons/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icons/icomoon.svg#icomoon') format('svg'), url('../fonts/icons/icomoon.woff') format('woff'), url('../fonts/icons/icomoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before,
[class*=" icon-"]:before,
.icon {
    font-family: 'icomoon';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    padding-right: 5px;
}
a[class^="icon-"]:before,
a[class*=" icon-"]:before {
    font-size: 18px;
}
/* }}} */
/* {{{ */
.icon-trash:before {
    content: "\74";
}
.icon-navigation:before {
    content: "\73";
}
.icon-cancel:before {
    content: "\72";
}
.icon-module:before {
    content: "\6d";
}
.icon-power:before {
    content: "\6c";
}
.icon-radio-checked:before {
    content: "\62";
}
.icon-radio-unchecked:before {
    content: "\61";
}
.icon-monitor:before {
    content: "\57";
}
.icon-up:before {
    content: "\55";
}
.icon-save:before {
    content: "\53";
}
.icon-right:before {
    content: "\52";
}
.icon-settings:before {
    content: "\51";
}
.icon-locked:before {
    content: "\50";
}
.icon-folder-open:before {
    content: "\4f";
}
.icon-new:before {
    content: "\4e";
}
.icon-media:before {
    content: "\4d";
}
.icon-left:before {
    content: "\4c";
    vertical-align: top;
}
.icon-checked:before {
    content: "\4b";
}
.icon-unchecked:before {
    content: "\4a";
}
.icon-more:before {
    display: inline-block;
    content: "\49";
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.icon-refresh:before {
    content: "\48";
}
.icon-folder-closed:before {
    content: "\46";
}
.icon-search:before {
    content: "\45";
}
.icon-down:before {
    content: "\44";
}
.icon-content:before {
    content: "\43";
}
.icon-remove:before {
    content: "\42";
}
.icon-add:before {
    content: "\41";
}
.icon-user:before {
    content: "\40";
}
/* }}} */
