/*csslint important:false*/

/* ==========================================================================
   Pure Base Extras
   ========================================================================== */

/**
 * Extra rules that Pure adds on top of Normalize.css
 */

/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */

.hidden,
[hidden] {
    display: none !important;
}

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
    max-width: 100%;
    height: auto;
    display: block;
}

/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/

.pure-g {
    letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
    *letter-spacing: normal; /* reset IE < 8 */
    *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */

    /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yahoo/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;

    /*
    Use flexbox when possible to avoid `letter-spacing` side-effects.

    NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
    `-moz-` prefix version is omitted.
    */

    display: -webkit-flex;
    -webkit-flex-flow: row wrap;

    /* IE10 uses display: flexbox */
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    
    /* Prevents distributing space between rows */
    -ms-align-content: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.pure-g {
    word-spacing: -0.43em;
}

.pure-u {
    display: inline-block;
    *display: inline; /* IE < 8: fake inline-block */
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class *= "pure-u"] {
    font-family: sans-serif;
}

/* HORIZONTAL MENU */
.pure-menu-horizontal {
    width: 100%;
    white-space: nowrap;
}

.pure-menu-horizontal .pure-menu-list {
    display: inline-block;
}

/* Initial menus should be inline-block so that they are horizontal */
.pure-menu-horizontal .pure-menu-item,
.pure-menu-horizontal .pure-menu-heading,
.pure-menu-horizontal .pure-menu-separator {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

/*csslint adjoining-classes: false, box-model:false*/
.pure-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pure-menu-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}

.pure-menu-list,
.pure-menu-item {
    position: relative;
}

.pure-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pure-menu-item {
    padding: 0;
    margin: 0;
    height: 100%;
}

.pure-menu-link,
.pure-menu-heading {
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

/* misc default styling */

.pure-menu-separator {
    background-color: #ccc;
    height: 1px;
    margin: .3em 0;
}

.pure-menu-horizontal .pure-menu-separator {
    width: 1px;
    height: 1.3em;
    margin: 0 .3em ;
}

.pure-menu-heading {
    text-transform: uppercase;
    color: #565d64;
}

.pure-menu-link {
    color: #777;
}

.pure-menu-children {
    background-color: #fff;
}

.pure-menu-link,
.pure-menu-disabled,
.pure-menu-heading {
    padding: .5em 1em;
}

.pure-menu-disabled {
    opacity: .5;
}

.pure-menu-disabled .pure-menu-link:hover {
    background-color: transparent;
}

.pure-menu-active > .pure-menu-link,
.pure-menu-link:hover,
.pure-menu-link:focus {
    background-color: #eee;
}

.pure-menu-selected .pure-menu-link,
.pure-menu-selected .pure-menu-link:visited {
    color: #000;
}

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/

.pure-g {
    letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
    *letter-spacing: normal; /* reset IE < 8 */
    *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */

    /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yahoo/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;

    /*
    Use flexbox when possible to avoid `letter-spacing` side-effects.

    NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
    `-moz-` prefix version is omitted.
    */

    display: -webkit-flex;
    -webkit-flex-flow: row wrap;

    /* IE10 uses display: flexbox */
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    
    /* Prevents distributing space between rows */
    -ms-align-content: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.pure-g {
    word-spacing: -0.43em;
}

.pure-u {
    display: inline-block;
    *display: inline; /* IE < 8: fake inline-block */
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class *= "pure-u"] {
    font-family: sans-serif;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.pure-u-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
}

.pure-u-1-12,
.pure-u-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
}

.pure-u-1-8,
.pure-u-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
}

.pure-u-1-6,
.pure-u-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
}

.pure-u-1-5 {
    width: 20%;
    *width: 19.9690%;
}

.pure-u-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
}

.pure-u-1-4,
.pure-u-6-24 {
    width: 25%;
    *width: 24.9690%;
}

.pure-u-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
}

.pure-u-1-3,
.pure-u-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
}

.pure-u-3-8,
.pure-u-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
}

.pure-u-2-5 {
    width: 40%;
    *width: 39.9690%;
}

.pure-u-5-12,
.pure-u-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
}

.pure-u-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
}

.pure-u-1-2,
.pure-u-12-24 {
    width: 50%;
    *width: 49.9690%;
}

.pure-u-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
}

.pure-u-7-12,
.pure-u-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
}

.pure-u-3-5 {
    width: 60%;
    *width: 59.9690%;
}

.pure-u-5-8,
.pure-u-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
}

.pure-u-2-3,
.pure-u-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
}

.pure-u-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
}

.pure-u-3-4,
.pure-u-18-24 {
    width: 75%;
    *width: 74.9690%;
}

.pure-u-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
}

.pure-u-4-5 {
    width: 80%;
    *width: 79.9690%;
}

.pure-u-5-6,
.pure-u-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
}

.pure-u-7-8,
.pure-u-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
}

.pure-u-11-12,
.pure-u-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
}

.pure-u-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
    width: 100%;
}
/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-1-2,
    .pure-u-sm-1-3,
    .pure-u-sm-2-3,
    .pure-u-sm-1-4,
    .pure-u-sm-3-4,
    .pure-u-sm-1-5,
    .pure-u-sm-2-5,
    .pure-u-sm-3-5,
    .pure-u-sm-4-5,
    .pure-u-sm-5-5,
    .pure-u-sm-1-6,
    .pure-u-sm-5-6,
    .pure-u-sm-1-8,
    .pure-u-sm-3-8,
    .pure-u-sm-5-8,
    .pure-u-sm-7-8,
    .pure-u-sm-1-12,
    .pure-u-sm-5-12,
    .pure-u-sm-7-12,
    .pure-u-sm-11-12,
    .pure-u-sm-1-24,
    .pure-u-sm-2-24,
    .pure-u-sm-3-24,
    .pure-u-sm-4-24,
    .pure-u-sm-5-24,
    .pure-u-sm-6-24,
    .pure-u-sm-7-24,
    .pure-u-sm-8-24,
    .pure-u-sm-9-24,
    .pure-u-sm-10-24,
    .pure-u-sm-11-24,
    .pure-u-sm-12-24,
    .pure-u-sm-13-24,
    .pure-u-sm-14-24,
    .pure-u-sm-15-24,
    .pure-u-sm-16-24,
    .pure-u-sm-17-24,
    .pure-u-sm-18-24,
    .pure-u-sm-19-24,
    .pure-u-sm-20-24,
    .pure-u-sm-21-24,
    .pure-u-sm-22-24,
    .pure-u-sm-23-24,
    .pure-u-sm-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-sm-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-sm-1-12,
    .pure-u-sm-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-sm-1-8,
    .pure-u-sm-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-sm-1-6,
    .pure-u-sm-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-sm-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-sm-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-sm-1-4,
    .pure-u-sm-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-sm-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-sm-1-3,
    .pure-u-sm-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-sm-3-8,
    .pure-u-sm-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-sm-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-sm-5-12,
    .pure-u-sm-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-sm-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-sm-1-2,
    .pure-u-sm-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-sm-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-sm-7-12,
    .pure-u-sm-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-sm-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-sm-5-8,
    .pure-u-sm-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-sm-2-3,
    .pure-u-sm-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-sm-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-sm-3-4,
    .pure-u-sm-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-sm-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-sm-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-sm-5-6,
    .pure-u-sm-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-sm-7-8,
    .pure-u-sm-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-sm-11-12,
    .pure-u-sm-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-sm-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-5-5,
    .pure-u-sm-24-24 {
        width: 100%;
    }
}

@media screen and (min-width: 48em) {
    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-1-2,
    .pure-u-md-1-3,
    .pure-u-md-2-3,
    .pure-u-md-1-4,
    .pure-u-md-3-4,
    .pure-u-md-1-5,
    .pure-u-md-2-5,
    .pure-u-md-3-5,
    .pure-u-md-4-5,
    .pure-u-md-5-5,
    .pure-u-md-1-6,
    .pure-u-md-5-6,
    .pure-u-md-1-8,
    .pure-u-md-3-8,
    .pure-u-md-5-8,
    .pure-u-md-7-8,
    .pure-u-md-1-12,
    .pure-u-md-5-12,
    .pure-u-md-7-12,
    .pure-u-md-11-12,
    .pure-u-md-1-24,
    .pure-u-md-2-24,
    .pure-u-md-3-24,
    .pure-u-md-4-24,
    .pure-u-md-5-24,
    .pure-u-md-6-24,
    .pure-u-md-7-24,
    .pure-u-md-8-24,
    .pure-u-md-9-24,
    .pure-u-md-10-24,
    .pure-u-md-11-24,
    .pure-u-md-12-24,
    .pure-u-md-13-24,
    .pure-u-md-14-24,
    .pure-u-md-15-24,
    .pure-u-md-16-24,
    .pure-u-md-17-24,
    .pure-u-md-18-24,
    .pure-u-md-19-24,
    .pure-u-md-20-24,
    .pure-u-md-21-24,
    .pure-u-md-22-24,
    .pure-u-md-23-24,
    .pure-u-md-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-md-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-md-1-12,
    .pure-u-md-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-md-1-8,
    .pure-u-md-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-md-1-6,
    .pure-u-md-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-md-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-md-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-md-1-4,
    .pure-u-md-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-md-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-md-1-3,
    .pure-u-md-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-md-3-8,
    .pure-u-md-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-md-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-md-5-12,
    .pure-u-md-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-md-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-md-1-2,
    .pure-u-md-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-md-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-md-7-12,
    .pure-u-md-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-md-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-md-5-8,
    .pure-u-md-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-md-2-3,
    .pure-u-md-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-md-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-md-3-4,
    .pure-u-md-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-md-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-md-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-md-5-6,
    .pure-u-md-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-md-7-8,
    .pure-u-md-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-md-11-12,
    .pure-u-md-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-md-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-5-5,
    .pure-u-md-24-24 {
        width: 100%;
    }
}

@media screen and (min-width: 64em) {
    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-1-2,
    .pure-u-lg-1-3,
    .pure-u-lg-2-3,
    .pure-u-lg-1-4,
    .pure-u-lg-3-4,
    .pure-u-lg-1-5,
    .pure-u-lg-2-5,
    .pure-u-lg-3-5,
    .pure-u-lg-4-5,
    .pure-u-lg-5-5,
    .pure-u-lg-1-6,
    .pure-u-lg-5-6,
    .pure-u-lg-1-8,
    .pure-u-lg-3-8,
    .pure-u-lg-5-8,
    .pure-u-lg-7-8,
    .pure-u-lg-1-12,
    .pure-u-lg-5-12,
    .pure-u-lg-7-12,
    .pure-u-lg-11-12,
    .pure-u-lg-1-24,
    .pure-u-lg-2-24,
    .pure-u-lg-3-24,
    .pure-u-lg-4-24,
    .pure-u-lg-5-24,
    .pure-u-lg-6-24,
    .pure-u-lg-7-24,
    .pure-u-lg-8-24,
    .pure-u-lg-9-24,
    .pure-u-lg-10-24,
    .pure-u-lg-11-24,
    .pure-u-lg-12-24,
    .pure-u-lg-13-24,
    .pure-u-lg-14-24,
    .pure-u-lg-15-24,
    .pure-u-lg-16-24,
    .pure-u-lg-17-24,
    .pure-u-lg-18-24,
    .pure-u-lg-19-24,
    .pure-u-lg-20-24,
    .pure-u-lg-21-24,
    .pure-u-lg-22-24,
    .pure-u-lg-23-24,
    .pure-u-lg-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-lg-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-lg-1-12,
    .pure-u-lg-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-lg-1-8,
    .pure-u-lg-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-lg-1-6,
    .pure-u-lg-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-lg-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-lg-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-lg-1-4,
    .pure-u-lg-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-lg-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-lg-1-3,
    .pure-u-lg-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-lg-3-8,
    .pure-u-lg-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-lg-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-lg-5-12,
    .pure-u-lg-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-lg-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-lg-1-2,
    .pure-u-lg-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-lg-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-lg-7-12,
    .pure-u-lg-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-lg-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-lg-5-8,
    .pure-u-lg-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-lg-2-3,
    .pure-u-lg-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-lg-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-lg-3-4,
    .pure-u-lg-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-lg-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-lg-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-lg-5-6,
    .pure-u-lg-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-lg-7-8,
    .pure-u-lg-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-lg-11-12,
    .pure-u-lg-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-lg-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-5-5,
    .pure-u-lg-24-24 {
        width: 100%;
    }
}

@media screen and (min-width: 80em) {
    .pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-1-2,
    .pure-u-xl-1-3,
    .pure-u-xl-2-3,
    .pure-u-xl-1-4,
    .pure-u-xl-3-4,
    .pure-u-xl-1-5,
    .pure-u-xl-2-5,
    .pure-u-xl-3-5,
    .pure-u-xl-4-5,
    .pure-u-xl-5-5,
    .pure-u-xl-1-6,
    .pure-u-xl-5-6,
    .pure-u-xl-1-8,
    .pure-u-xl-3-8,
    .pure-u-xl-5-8,
    .pure-u-xl-7-8,
    .pure-u-xl-1-12,
    .pure-u-xl-5-12,
    .pure-u-xl-7-12,
    .pure-u-xl-11-12,
    .pure-u-xl-1-24,
    .pure-u-xl-2-24,
    .pure-u-xl-3-24,
    .pure-u-xl-4-24,
    .pure-u-xl-5-24,
    .pure-u-xl-6-24,
    .pure-u-xl-7-24,
    .pure-u-xl-8-24,
    .pure-u-xl-9-24,
    .pure-u-xl-10-24,
    .pure-u-xl-11-24,
    .pure-u-xl-12-24,
    .pure-u-xl-13-24,
    .pure-u-xl-14-24,
    .pure-u-xl-15-24,
    .pure-u-xl-16-24,
    .pure-u-xl-17-24,
    .pure-u-xl-18-24,
    .pure-u-xl-19-24,
    .pure-u-xl-20-24,
    .pure-u-xl-21-24,
    .pure-u-xl-22-24,
    .pure-u-xl-23-24,
    .pure-u-xl-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-xl-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-xl-1-12,
    .pure-u-xl-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-xl-1-8,
    .pure-u-xl-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-xl-1-6,
    .pure-u-xl-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-xl-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-xl-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-xl-1-4,
    .pure-u-xl-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-xl-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-xl-1-3,
    .pure-u-xl-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-xl-3-8,
    .pure-u-xl-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-xl-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-xl-5-12,
    .pure-u-xl-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-xl-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-xl-1-2,
    .pure-u-xl-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-xl-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-xl-7-12,
    .pure-u-xl-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-xl-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-xl-5-8,
    .pure-u-xl-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-xl-2-3,
    .pure-u-xl-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-xl-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-xl-3-4,
    .pure-u-xl-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-xl-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-xl-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-xl-5-6,
    .pure-u-xl-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-xl-7-8,
    .pure-u-xl-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-xl-11-12,
    .pure-u-xl-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-xl-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-5-5,
    .pure-u-xl-24-24 {
        width: 100%;
    }
}
/*csslint box-model:false*/
/*
Box-model set to false because we're setting a height on select elements, which
also have border and padding. This is done because some browsers don't render
the padding. We explicitly set the box-model for select elements to border-box,
so we can ignore the csslint warning.
*/

.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type]) {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
.pure-form input[type="color"] {
    padding: 0.2em 0.5em;
}


.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
    outline: 0;
    border-color: #129FEA;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type]):focus {
    outline: 0;
    border-color: #129FEA;
}

.pure-form input[type="file"]:focus,
.pure-form input[type="radio"]:focus,
.pure-form input[type="checkbox"]:focus {
    outline: thin solid #129FEA;
    outline: 1px auto #129FEA;
}
.pure-form .pure-checkbox,
.pure-form .pure-radio {
    margin: 0.5em 0;
    display: block;
}

.pure-form input[type="text"][disabled],
.pure-form input[type="password"][disabled],
.pure-form input[type="email"][disabled],
.pure-form input[type="url"][disabled],
.pure-form input[type="date"][disabled],
.pure-form input[type="month"][disabled],
.pure-form input[type="time"][disabled],
.pure-form input[type="datetime"][disabled],
.pure-form input[type="datetime-local"][disabled],
.pure-form input[type="week"][disabled],
.pure-form input[type="number"][disabled],
.pure-form input[type="search"][disabled],
.pure-form input[type="tel"][disabled],
.pure-form input[type="color"][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type])[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}
.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
    background-color: #eee; /* menu hover bg color */
    color: #777; /* menu text color */
    border-color: #ccc;
}

.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
    color: #b94a48;
    border-color: #e9322d;
}
.pure-form input[type="file"]:focus:invalid:focus,
.pure-form input[type="radio"]:focus:invalid:focus,
.pure-form input[type="checkbox"]:focus:invalid:focus {
    outline-color: #e9322d;
}
.pure-form select {
    /* Normalizes the height; padding is not sufficient. */
    height: 2.25em;
    border: 1px solid #ccc;
    background-color: white;
}
.pure-form select[multiple] {
    height: auto;
}
.pure-form label {
    margin: 0.5em 0 0.2em;
}
.pure-form fieldset {
    margin: 0;
    padding: 0.35em 0 0.75em;
    border: 0;
}
.pure-form legend {
    display: block;
    width: 100%;
    padding: 0.3em 0;
    margin-bottom: 0.3em;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

.pure-form-stacked input[type="text"],
.pure-form-stacked input[type="password"],
.pure-form-stacked input[type="email"],
.pure-form-stacked input[type="url"],
.pure-form-stacked input[type="date"],
.pure-form-stacked input[type="month"],
.pure-form-stacked input[type="time"],
.pure-form-stacked input[type="datetime"],
.pure-form-stacked input[type="datetime-local"],
.pure-form-stacked input[type="week"],
.pure-form-stacked input[type="number"],
.pure-form-stacked input[type="search"],
.pure-form-stacked input[type="tel"],
.pure-form-stacked input[type="color"],
.pure-form-stacked input[type="file"],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
    display: block;
    margin: 0.25em 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-stacked input:not([type]) {
    display: block;
    margin: 0.25em 0;
}
.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form-aligned .pure-help-inline,
.pure-form-message-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.pure-form-aligned textarea {
    vertical-align: top;
}

/* Aligned Forms */
.pure-form-aligned .pure-control-group {
    margin-bottom: 0.5em;
}
.pure-form-aligned .pure-control-group label {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 11em;
}

/* Rounded Inputs */
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
    border-radius: 2em;
    padding: 0.5em 1em;
}

/* Grouped Inputs */
.pure-form .pure-group fieldset {
    margin-bottom: 10px;
}
.pure-form .pure-group input,
.pure-form .pure-group textarea {
    display: block;
    padding: 10px;
    margin: 0 0 -1px;
    border-radius: 0;
    position: relative;
    top: -1px;
}
.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
    z-index: 3;
}
.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
    top: 1px;
    border-radius: 4px 4px 0 0;
    margin: 0;
}
.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
    top: 1px;
    border-radius: 4px;
    margin: 0;
}
.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
    top: -2px;
    border-radius: 0 0 4px 4px;
    margin: 0;
}
.pure-form .pure-group button {
    margin: 0.35em 0;
}

.pure-form .pure-input-1 {
    width: 100%;
}
.pure-form .pure-input-2-3 {
    width: 66%;
}
.pure-form .pure-input-1-2 {
    width: 50%;
}
.pure-form .pure-input-1-3 {
    width: 33%;
}
.pure-form .pure-input-1-4 {
    width: 25%;
}

/* Inline help for forms */
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form .pure-help-inline,
.pure-form-message-inline {
    display: inline-block;
    padding-left: 0.3em;
    color: #666;
    vertical-align: middle;
    font-size: 0.875em;
}

/* Block help for forms */
.pure-form-message {
    display: block;
    color: #666;
    font-size: 0.875em;
}

html, input, select, textarea, .pure-g , .pure-g [class *= "pure-u"] {
  
  font-size: 14px; 
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
   
}

html {
  height:100%;
  margin-top:0;
}

body {
	margin:0;
	background-color:#eee;	
	min-height:100%;	
}

.pure-menu-link:HOVER,  .pure-menu-link:FOCUS{
  background-color: #3165d6 !important;
}


a, .link {
  color: #0730c0;	/* #0849d6;  #3165d6; */
  text-decoration: none;
  cursor:pointer;
}
h1 {
	color: #6e6f72;
	font-weight: 700;
	padding-left:20px;			
  font-size: 1.5em;
  margin: 0.5em 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family:inherit;
}

h1 .small {
	font-size:14px;
	font-weight:normal;
	margin-left:8px;
}

.gm-style .gm-style-iw {font-weight: normal !important;}	/*gmap info window*/

#page {
    padding: 0;    
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;    
    text-shadow: none;
}
#content {
  padding:0;
  position:relative;
}

#jos-loading i {
	font-size: 50px;
	color:#3165d6;
}
.hidden {
	display:none !important;
}
.green {	/* ok color */
	color:#0c0;
}

.red {	/* error color */
	color:#c00;
}
.fa-smile-o {color: #f80;}

.is_admin {
	display:none;
}
#mobile {
	display:none;	/* empty div, visible on the mobile devices only*/
}


@media (max-width: 800px) {
	#navbar ul a {
		padding-left:8px !important;
	}
	#navbar .logo .ico {
		left:4px !important;
	}
	#xcmenu {
		width:auto !important;
		left:0 !important;
		right:0 !important;
	}		
  .page-box {
	  margin: 0 !important;
	}
  h1 {
  	 padding-left:8px !important;
  }
  
	.h-s { /* hide on small screens */	
		display:none !important;
	} 
	.fa.theme {
		display:none;
	}
	#mobile {
		display:block;
	}
	.home .banner {
		margin-left:0 !important;
		margin-right:0 !important;
	}
}

.jos-window {
	background-color: #fff;
	box-shadow: 0 2px 15px rgba(0,0,0,0.5);
	visibility:hidden;	/* turn on animation */
	outline:none;	
}
.jos-window-body {
	padding:8px; 
}
.jos-window-footer {	
	border-top:1px solid #ccc;
	padding:8px;
	background-color: #eee;
}
.jos-window-footer .uk-button {
	border: 1px solid #bbb;
	min-width:6em;
}
.jos-window-footer .uk-button-primary {
	margin-left:8px;
}
.jos-window >.title a:HOVER {
	text-decoration: none;
}
.jos-window >.title {
	font-size: 20px;
	font-weight: bold;
	padding:4px 8px;
	line-height: 36px;
	
	background-color: #fffff0;	
	border-bottom:1px solid #ddc;
	
	color:#888;
		
	vertical-align: middle;
}
.jos-window >.title>.icons  {
	vertical-align: middle;
}
.jos-window >.title>.close{
	font-size:30px;
	padding:2px;
	position:absolute;
	top:0;
	right:0;
}
.jos-window >.title>.close a {
	padding-right:4px;
}
.jos-window >.title .gray {
	color:#d1e0e6;
}

.jos-window >.title .icons a {
	margin-left:10px;
	color: #0A99E8; 
}

.jos-window >.title .icons a:HOVER {
	color:#4286f7;
}

.jos-window .list-picker {
	padding:8px;
	border:1px solid #ccc;
}
.jos-window .list-picker form>div {
	border-bottom:1px solid #eee;
	padding:4px 8px;
	white-space: nowrap;
}
.jos-window .list-picker form>div>.fa-check {
	margin-left:8px;
} 

.jos-window .list-picker form>div:HOVER {
	background-color: #ccc;
}
.jos-window .list-picker .active {
	background-color: #3165d6 !important;
	color:#fff;
	
}

.jos-animate-start {	
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.jos-animate-end {        
	-webkit-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
	transition:all 0.3s ease;	
}
.ico {
	background-image: url('https://w10.ruleless.com/res/img/v7/sprites.png');
    border: 0 none;
    display: inline-block;
    background-repeat: no-repeat;
}

.ico-sco1 {background-position: 0px 0px;  height: 16px; width: 16px;}
.ico-sco2 {background-position: -16px 0px;height: 16px; width: 16px;}
.ico-sco3 {background-position: -32px 0px;height: 16px; width: 16px;}
.ico-sco4 {background-position: -48px 0px;height: 16px; width: 16px;}

.ico-gcat-b { background-position: -3px -16px; height: 11px; margin-right: 1px; width: 3px;}
.ico-gcat-br { background-position: -3px -16px; height: 11px; margin-right: 1px; width: 3px;}
.ico-gcat-r { background-position: -6px -16px; height: 11px; margin-right: 1px; width: 3px;}
.ico-gcat-rs { background-position: -6px -16px; height: 11px; margin-right: 1px; width: 3px;}
.ico-gcat-s { background-position: -9px -16px; height: 11px; margin-right: 1px; width: 3px;}
.ico-gcat-sp { background-position: -9px -16px; height: 11px; margin-right: 1px; width: 3px;}
.ico-gcat-p { background-position: -12px -16px; height: 11px; margin-right: 1px; width: 3px;}
.ico-gcat-pc { background-position: -12px -16px; height: 11px; margin-right: 1px; width: 3px;}
.ico-gcat-c { background-position: -15px -16px; height: 11px; margin-right: 1px; width: 3px;}
.ico-gcat-t { background-position: -18px -16px; height: 11px; margin-right: 1px; width: 3px;}
.ico-gcat-a { background-position: -21px -16px; height: 11px; margin-right: 1px; width: 3px;}
.ico-gcat-m { background-position: -24px -16px; height: 11px; margin-right: 1px; width: 3px;}
.ico-gcat-z { background-position: -3px -16px; height: 11px; margin-right: 1px; width: 3px;}
.ico-gcat-x { background-position: 0px -16px; height: 11px; margin-right: 1px; width: 3px;}

.ico-fic0 {background-position: -64px 0px;  height: 16px; width: 16px;}
.ico-fic1 {background-position: -80px 0px;  height: 16px; width: 16px;}
.ico-fic2 {background-position: -96px 0px;  height: 16px; width: 16px;}
.ico-fic3 {background-position: -112px 0px;  height: 16px; width: 16px;}
.ico-fic4 {background-position: -128px 0px;  height: 16px; width: 16px;}
.ico-fic5 {background-position: -144px 0px;  height: 16px; width: 16px;}

.ico-gt1 {background-position: -32px -16px;  height: 16px; width: 16px;}
.ico-gt2 {background-position: -48px -16px;  height: 16px; width: 16px;}
.ico-gt3 {background-position: -64px -16px;  height: 16px; width: 16px;}
.ico-gt4 {background-position: -80px -16px;  height: 16px; width: 16px;}
.ico-gt5 {background-position: -96px -16px;  height: 16px; width: 16px;}
.ico-gt6 {background-position: -112px -16px;  height: 16px; width: 16px;}
.ico-gt7 {background-position: -128px -16px;  height: 16px; width: 16px;}
.ico-gt8 {background-position: -144px -16px;  height: 16px; width: 16px;}

.ico-rot-left {background-position: -160px -16px;  height: 16px; width: 16px;}
.ico-rot-right {background-position: -176px -16px;  height: 16px; width: 16px;}


.ico-ter1 {background-position: -160px 0px;  height: 16px; width: 16px;}
.ico-ter2 {background-position: -176px 0px;  height: 16px; width: 16px;}
.ico-ter3 {background-position: -192px 0px;  height: 16px; width: 16px;}

.ico-stars1{background-position: -97px -83px;  height: 16px; width: 11px;}
.ico-stars2{background-position: -97px -83px;  height: 16px; width: 21px;}
.ico-stars3{background-position: -97px -83px;  height: 16px; width: 31px;}

.ico-map-plus {background-position: -50px -57px;  height: 25px; width: 25px;}
.ico-map-minus {background-position: -75px -57px;  height: 25px; width: 25px;}
.ico-map-heatmap {background-position: -100px -57px;  height: 25px; width: 25px;}
.ico-map-terrain {background-position: -125px -57px;  height: 25px; width: 25px;}
.ico-map-airspace {background-position: -150px -57px;  height: 25px; width: 25px;}
.ico-map-sites {background-position: -175px -57px;  height: 25px; width: 25px;}
.ico-map-buddies {background-position: -200px -57px;  height: 25px; width: 25px;}

.ico-menu-gliders {background-position: 0px -114px;  height: 25px; width: 25px;}
.ico-menu-sites {background-position: -25px -114px;  height: 25px; width: 25px;}
.ico-menu-clubs {background-position: -50px -114px;  height: 25px; width: 25px;}
.ico-menu-pilots {background-position: -75px -114px;  height: 25px; width: 25px;}
.ico-menu-flights {background-position: -100px -114px;  height: 25px; width: 25px;}
.ico-menu-airspace {background-position: -125px -114px;  height: 25px; width: 25px;}
.ico-menu-translation {background-position: -150px -114px;  height: 25px; width: 25px;}
.ico-menu-home {background-position: -175px -114px;  height: 25px; width: 25px;}
.ico-menu-admin{background-position: 0px -139px;  height: 25px; width: 25px;}
.ico-menu-forum{background-position: -25px -139px;  height: 25px; width: 25px;}
.ico-menu-docs{background-position: -50px -139px;  height: 25px; width: 25px;}
.ico-menu-ways{background-position: -75px -139px;  height: 25px; width: 25px;}
.ico-menu-comp{background-position: -100px -139px;  height: 25px; width: 25px;}
.ico-menu-stats{background-position: -125px -139px;  height: 25px; width: 25px;}
.ico-menu-livetrack{background-position: -150px -139px;  height: 25px; width: 25px;}
.ico-menu-cloud{background-position: -175px -139px;  height: 25px; width: 25px;}
.ico-menu-hikefly{background-position: -200px -139px;  height: 25px; width: 25px;}
.ico-menu-flyme {background-position: -200px -114px;  height: 25px; width: 25px;}

.ico-logo-50{background-position: 0px -164px;  height: 50px; width: 50px;}

.ico-like {background-position: -128px -82px;  height: 16px; width: 16px;}

.ico-ach-streak {background-position: -144px -82px;  height: 16px; width: 16px;}
.ico-ach-fod {background-position: -160px -82px;  height: 16px; width: 16px;}
.ico-ach-lod {background-position: -176px -82px;  height: 16px; width: 16px;}
.ico-ach-100 {background-position: -192px -82px;  height: 16px; width: 16px;}
.ico-ach-200 {background-position: -208px -82px;  height: 16px; width: 16px;}

.ico-ach-big-streak {background-position: -75px -164px;  height: 25px; width: 25px;}
.ico-ach-big-fod  {background-position: -100px -164px;  height: 25px; width: 25px;}
.ico-ach-big-lod  {background-position: -125px -164px;  height: 25px; width: 25px;}
.ico-ach-big-100  {background-position: -150px -164px;  height: 25px; width: 25px;}
.ico-ach-big-200  {background-position: -175px -164px;  height: 25px; width: 25px;}

.ico-flag-en {background-position: 0px -33px;  height: 10px; width: 25px;}
.ico-flag-si {background-position: 0px -43px;  height: 10px; width: 25px;}
.ico-flag-hr {background-position: -25px -33px;  height: 10px; width: 25px;}
.ico-flag-it {background-position: -25px -43px;  height: 10px; width: 25px;}
.ico-flag-mx {background-position: -50px -33px;  height: 10px; width: 25px;}
.ico-flag-fr {background-position: -50px -43px;  height: 10px; width: 25px;}
.ico-flag-fa_IR {background-position: -225px -33px;  height: 10px; width: 25px;}
.ico-flag-rs {background-position: -225px -43px;  height: 10px; width: 25px;}
.ico-flag-ru {background-position: -225px -189px;  height: 10px; width: 25px;}

.ico-glider{background-position: 0px -58px;  height: 25px; width: 25px;}

.ico-mark-small-glider {background-position: 0 -82px;  height: 13px; width: 13px;}
.ico-mark-site {background-position: -100px -189px;  height: 25px; width: 25px;}
.ico-mark-landing {background-position: -125px -189px;  height: 25px; width: 25px;}
.ico-mark-site-a {background-position: -150px -189px;  height: 25px; width: 25px;}
.ico-mark-site-b {background-position: -175px -189px;  height: 25px; width: 25px;}
.ico-mark-site-c {background-position: -200px -189px;  height: 25px; width: 25px;}


.ico-mark-glider {background-position: 0 -57px;  height: 25px; width: 24px;}
.ico-mark-gray-glider {background-position: -200px -164px;  height: 25px; width: 24px;}
.ico-mark-start {background-position: -16px -82px;  height: 16px; width: 16px;}
.ico-mark-end {background-position: -32px -82px;  height: 16px; width: 16px;}
.ico-mark-circle {background-position: -75px -189px;  height: 25px; width: 25px;}

.ico-site-start{background-position: 0px -99px;  height: 16px; width: 16px;}
.ico-site-end{background-position: -16px -99px;  height: 16px; width: 16px;}


.form label {
	font-size: 13px;
	font-weight: 700;
	color: #b2b2b2;
	display: block;
}

.form .field {
	padding-right:8px;
	margin-bottom:8px;
	line-height:34px;
	clear:both;
	position:relative;
	letter-spacing: normal;	
}

.form .field input[type="text"], .form .field input[type="password"], .form .field select {
	width:100%;
	border:1px solid #b7b7b7;
	box-sizing: border-box;

	height:35px;
	outline: 0;	
	padding-left:8px;
}

.field-btn i {
	position:absolute;
	right:8px;
	
	width:34px;
	height:33px;
	margin:1px;
	
	line-height:34px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	color:#3165d6;
}
.field-btn i:HOVER,.form .field-btn i:ACTIVE {
} 


.field-btn input[type="text"] {
	padding-right:35px;
}

.form input[type="checkbox"] {
	min-height:13px;
}

.form input:FOCUS, .form input:ACTIVE {
	border-color: #4286f7 !important;
}

.form input, .form select {
	border-radius:0 !important;
	box-shadow:none !important;
}

.form button.disabled, .form button.disabled:HOVER {
	background-color: #ccc;
	color:#000;
	cursor:default !important;
	opacity:0.4;
}
.form button.big {
	line-height: 35px !important;
	min-width: 80px !important;	
}

.button {
	font-size:100%;
	border-radius: 0;
	background-color: #e0e0e0;
	color:#3165d6;
	border:1px solid rgba(0,0,0,0);
	padding: 0 8px;
	min-width:50px;
	line-height: 28px;
	cursor:pointer;
	box-sizing: content-box;
	display:inline-block;
	text-align: center;
}
.button:HOVER {
	background-color: #f2f2f2;
	border:1px solid #ccc;
}

.button.pri {
	background-color: #3165d6;
	color:#fff;
}
.button.pri:HOVER {
	background-color: #4286f7;
}	

.button.big {
	padding:4px 16px;
}
.button.small{
	line-height: 20px;
	padding:0 4px;
}




.form textarea {
	border:1px solid #ccc;
}
.form textarea {
	padding:8px;
	box-sizing:border-box;
}
	
.img-field {
	border:1px solid #ccc;
	box-sizing: border-box;
	height:35px;
	outline: 0;	
	padding-left:8px;
	position:relative;
}

.img-field:focus {
	border-color: #4286f7 !important;
}

.img-field input {
	box-sizing: border-box;
	width:100%;
	height:33px;
	padding-right:30px;
	border:0;
	outline:none;
}
.img-field i {
	position:absolute;
	top:8px;
	right:4px;
	display:block;
	font-size:18px;
	font-weight:bold;
	opacity:0.3;
}

.img-field.link i {
	opacity:1 !important;
	color:#3165d6 !important;
	cursor:pointer !important;
}


#map-panel{
	z-index:1000;	/* leaflet */
}
#map-panel a {
	width:100%;
	display:inline-block;
}
#map-panel a:HOVER {
	background-color: #3165d6;
}

.head-info {
	padding:8px;
	background-color:#eee;
}

.page-box {
	background-color:#fff;
	border: 1px solid #e2e2e2;
	box-shadow: 3px 3px 5px #a9a9a9;	
	margin: 0 20px 20px 20px;
	
	padding-bottom:20px;
	padding-left:8px;
	padding-right:8px;	
}
.page-box.pad {
	padding:20px;	
}
.page-box li {
	margin-bottom:4px;
	line-height: 20px;
}

.btn-search {
	background-color: #3165d6;
	width: 60px;
	height:	40px;
	line-height: 40px;
	display: inline-block;
	color:#fff;
	text-align: center;
}


.info-tabs ul {
    display: inline-block;
    list-style-type: none;
    padding: 0;	
    margin:0;
}
.info-tabs li {
    padding-left: 0;  
    padding-top:4px;  
    text-align: center;
    display: inline-block;
    list-style-position: outside;
    
		border-bottom:2px solid #0A99E8;
		margin-bottom:4px;	/* for wrapped line */
		margin-left:8px;   
		vertical-align: bottom;
}
.info-tabs a {
	padding: 2px 8px 0px 8px;
	display: table-cell;

}
.info-tabs .active {
   background: #0A99E8 none repeat scroll 0 0;
   color: #fff;	
}
.info-tabs .active a {
   color: #fff;	
}

.info-tabs>span {	/* right side links*/
	color: #3165d6;
	padding: 6px 8px 0 8px;
	display: inline-block;
	vertical-align: bottom;
	float:right;
	cursor:pointer;
	text-align:center;
	border-bottom:2px solid #0A99E8;
}

#country-selector {
	border:	1px solid #888;
	padding:4px;
	background-color:#d8d8d8;
}
#country-selector select {
	border:1px solid #b7b7b7; 
	margin-bottom:8px;
}
#country-selector button {
	width: 6em;
}


/*
  content of jos-comp-window-plain
*/
.info-popup {  
  background-color: #f4f4ff;
}

.info-popup .footer .pure-button {
	min-width: 6em;
}

.info-popup .title {
	margin-bottom:10px;
}

.loading {
	text-align: center;
}
.loading i {
	display:inline-block;
	background-image: URL("../img/loader.gif");
	width:160px;
	height:24px;	
}

.pagination {
	text-align:center;
}
.pagination a, .pagination span {
	min-width: 20px;
	line-height: 20px;
	padding:2px 8px;
}

.login-form {
	display:inline-block;
	padding:8px 16px 16px 16px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 2px 15px rgba(0,0,0,0.3);
}

.login-form .descript {
	color:#888;
	margin-bottom:16px;
	max-width: 480px;
}

.login-form .fields {
	max-width: 300px;
}

.login-form .fields label {
	margin-bottom: 4px;
}

.login-form .field {
	margin-bottom: 8px !important;	
}

.login-form label a {
	margin-right: 8px;
	float:right;
}

.v1 .info-block .form {
	margin-left:8px;
	margin-top:8px;
	margin-bottom:8px;
}

.changeLang {
	width:200px;	
}

.changeLang a {
	display:block;
	padding:8px;
}
.changeLang a:HOVER {
	background-color: #dff6d6;
}

.changeLang a.act {
	background-color: #dff6d6;
}



.topics ul {
	margin:0;
	padding:0;
	list-style: outside none none;
}

.topics li {
	margin:0;
	padding:3px 0;
	clear:both;
}


.msgs-table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}

.msgs-table td {
	padding-bottom: 10px;
	padding-top: 8px;
	vertical-align: top;
	border-bottom: 1px solid #eee;
}
.msgs-table tr td:FIRST-CHILD {
    color: #888;
    padding-right: 16px;
    white-space: nowrap;	
    padding-left:4px;
}

.msgs-table tr td:FIRST-CHILD span {
	display:block;
	font-size: 85%;
	padding-top:2px;
}

.msgs-table .tit {
	color:#888;
}
.msgs-table .buts {
	display:block;
	padding-top:2px;
}

.t100 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;	  
}
.t100 th {
	text-align: left;
}
.tlines td {
	border-bottom:1px solid #ccc;
}

.gray {
  color: #888;
}
.max-width-disable img {
	max-width: inherit;
}

.r {text-align: right !important;}
.pl {padding-left: 8px !important;}
.pr {padding-right:8px !important;}
.pr2 {padding-right:16px !important;}
.pb {padding-bottom: 8px !important;}
.pb2 {padding-bottom: 16px !important;}
.mt {margin-top:8px;}
.l {text-align: left !important;}


.w50 {
	width:50px;
}
.w100 {
	width:100%;
}

.float-right {
	float: right;
}
.clr {	
	clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.top-to-bottom {
	position:absolute;
	top:0;
	bottom:0;
}
.mar-left { margin-left: 20px;}
.mar-left-small { margin-left: 10px;}
.mar-bottom {margin-bottom:16px;}
.mar-right{ margin-right: 20px;}

/*
#notify-btn i {
	color:#f00;
	text-shadow: 0px 0px 4px #fff;
}
*/

.export-picker label.radio {
	line-height: 24px;
}
.export-picker label.radio input {
	vertical-align: baseline;
}	
.export-picker .radio {	
	font-weight: normal;
	color:#000;
}
.export-picker .radio span {
	color:#888;
}
.export-picker .radio span input {
	padding:2px;
} 


.form .switch {
	border:2px solid #4286f7;
	border-radius:2px;
	background-color: #DCE7F9;
}

.form .switch>a {
	padding:2px 8px 1px 8px;	
	display:inline-block;
}

.form .switch>a.act {
	background-color: #4286f7 !important;
	color: #fff;
}
	
.jos-utils-searchbox-list {
	height:150px;
	overflow: auto;
	border:1px solid #ccc;
	margin-top:8px;
}
.jos-utils-searchbox-list >div {
	padding:2px 4px;
	line-height: 20px; 
}
.jos-utils-searchbox-list .act {
	background-color: #3165d6;
	color:#fff;
}
	
.jos-utils-searchbox-list .gr {
	float:right;
	color:#888;
}	
.jos-utils-searchbox-list .act .gr {
	color:#eee;
}

.wico {
	background-image: url('https://w10.ruleless.com/res/img/v7/weather.png');
    border: 0 none;
    display: inline-block;
    height: 38px; 
    width: 38px;
}
.wico-small {
	background-image: url('https://w10.ruleless.com/res/img/v7/weather.png');
    border: 0 none;
    display: inline-block;
    height: 12px; 
    width: 12px;
    margin-bottom:-4px;
}
#widget-weather .day {
	display:inline-block;
	margin-top:8px;
	text-align:center;
	padding:0 7px;
	max-width:46px;	
}	
#widget-weather .wday:hover {
	background-color:#f7f7f7;
}
#widget-weather .smal {
	font-size: 75%;
}
#widget-weather .fa {
	float:right;
	padding:8px;
	margin-top:-8px;
	margin-right:-8px;	
}
#widget-weather .details .top {
	background-color:#eee;
	padding:8px;
	
}
#widget-weather .details {
	border:1px solid #ccc;
	border-top:0;
}
#widget-weather .night {
	background-color: #668 !important;
	color:#fff !important;
}
#widget-weather .details .day {
	margin-bottom:8px;
}
#widget-weather .details .hour {
	background-color:#fc0;
	line-height:11px;
	padding:3px 0 2px;
}
.adm_only {
	display:none;
}

.code-box {
	padding: 16px;
    margin: 8px 16px 16px 16px;
    border: 1px solid #888;
    background-color: #f7f7f7;
    font: 12px "Courier New",Courier,monospace;
}
.hint-box {
	padding: 16px;
    margin: 8px 16px 16px 16px;
    border: 1px solid #eec0c0;
    background-color: #fff0f0;
    color: #802020;
}

.docs p {
	margin-left:20px;
	margin-right:16px;
	margin-bottom:0.4em;
	margin-top:0;
}
.box-input {
	min-width:120px;
	margin-bottom:8px;
	margin-right:8px;
	display:inline-block;
}

.fb-share {
	background: #4267b2 !important;
	color: #fff !important;
	white-space:nowrap;
}
.fb-share:HOVER {
	background: #365899 !important;
}
.fb-share i {
	display: inline-block;
	margin-right:4px;
	font-size: 15px;
	color: #fff !important;	
}
.friendslink {
	border-bottom:2px solid #9CBF97;
	margin-left:8px;
}
.padbox {
	padding:16px;
	border: 1px solid #ccc;
}
/*
* jos-elem
*/
.jos-elem-switch {
    border:2px solid  #4286f7; 
    cursor: pointer;
    background-color: #fff;
	padding:4px 0;	
}

.jos-elem-switch span {
    padding:5px 16px;    
}
.jos-elem-switch .act {
    background-color:#4286f7;
    color:#fff;
}

.jos-elem-pagination {
	text-align:center;
	line-height: 2.4empx;	
}
.jos-elem-pagination a {
	padding:0 !important;
}
.jos-elem-pagination span {
	padding:2px 8px;
}


.jos-elem-tabs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.jos-elem-tabs li {
    text-align: center;
    display: inline-block;
    list-style-position: outside;
    margin-right: 8px;
}

.jos-elem-tabs li.active a {
    background-color: #0078e7;
    color: #fff;
}
.jos-elem-tabs li a {
    padding: 4px 8px 0 8px;
    border-bottom: 2px solid #0078e7;
}

.achievements .ach {
	border-top: 1px solid #ccc;
	line-height: 36px;
	white-space: nowrap;
}
.achievements .ach i {
	vertical-align: middle;
	margin-right:8px;
}
.achievements .ach .c {
	margin-left:6em;
	float:right;
	vertical-align: middle;
}

.copyright {
	clear: both;
    padding: 4px;
    background-color: transparent;
    text-align: center;
    color:#888;
    font-size:90%;          
    opacity: 0.5;
}
.termsofuse {
	color:#888;
}
.hopot {
	display:none;
}


.leaflet-container {
	background-color:#fff;
}
.leaflet-control-attribution {
	opacity:0.5;
}
#fligh-box-gmap .leaflet-control-scale {
	margin-bottom:1px;
	margin-left:1px;
}

#fligh-box-gmap .leaflet-control-scale-line {
	font-size: 10px;
	line-height: 0.8;
	border: 1px solid #777;
}


/* sliderbox */
#sliderbox {
  position:absolute;
  left:0px;
  right:0px;
  top:0px;
}
#sliderbox span {
  opacity: 0.5;
  background-color:#800;
}
#sliderbox span.down {
  opacity: 1;
}

.ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity 1s;
}
.ripple:active:after {
  transform: scale(0, 0);
  opacity: .2;
  transition: 0s;
}

/* ver 2017-10-01
2017-10-06
2017-11-02 - CSS custom properties
2017-12-29
2019-02 - j-full, j-100wh
*/

:root {
	xx--link-color: #0730c0;
	--link-color: #0077dd;
	--button-color:#E0E0E0;
}

.j-page-font {
    font-size: 14px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;    
}

.j-page-links a {
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;    
}
.j-page-links a:hover {
    text-decoration: none;
}

.j-pad { padding:8px;}
.j-pad2 { padding:16px;}
.j-pad-r {padding-right:8px;}
.j-pad-r2 {padding-right:16px;}
.j-pad-l {padding-left:8px;}
.j-pad-l2 {padding-left:16px;}
.j-pad-b {padding-bottom:8px;}
.j-pad-t {padding-top:8px;}
.j-pad-b2 {padding-bottom:16px;}
.j-pad-t2 {padding-top:16px;}

.j-mar { margin:8px;}
.j-mar2 { margin:16px;}

.j-mar-r {margin-right:8px;}
.j-mar-r2 {margin-right:16px;}
.j-mar-l {margin-left:8px;}
.j-mar-l2 {margin-left:16px;}
.j-mar-b {margin-bottom:8px;}
.j-mar-t {margin-top:8px;}
.j-mar-b2 {margin-bottom:16px;}
.j-mar-t2 {margin-top:16px;}
.j-32em {width:32em !important;}
.j-16em {width:16em !important;}
.j-8em {width:8em !important;}
.j-4em {width:4em !important;}
.j-100 {width:100%;}
.j-100h {height:100%;}
.j-100wh {height:100%;width: 100%}

.j-full {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}




.j-float-right {float:right !important;}
.j-right {text-align:right;}
.j-float-left {float:left !important;}
.j-left {text-align:left;}
.j-center {text-align: center;}
.j-nowrap {white-space: nowrap;}
.j-iblocks>* {display:inline-block;}

.j-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


.j-block {display: block;}
.j-iblock {display: inline-block;}
.j-hidden {display:none;}
.j-top {vertical-align: top;}
.j-middle {vertical-align: middle;}
.j-single-line {white-space: nowrap;overflow: hidden;}

.j-bold {font-weight: bold;}
.j-shadow {box-shadow: 0 2px 15px rgba(0,0,0,0.3);}
.j-shadow-b {box-shadow: 0 8px 6px -4px rgba(0,0,0,0.3);}
.j-border {border:1px solid  #ccc;}
.j-border-b {border-bottom:1px solid  #ccc;}
.j-border-t {border-top:1px solid  #ccc;}
.j-caption {background-color:#e0e0e0; padding:8px;color:#444;}
.j-red {color:#c00;}
 
.j-hover:HOVER {
    cursor: pointer;
    background: rgba(0,0,0,0.03); 
}
.j-link {
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;    
}

/*
 * tables
*/
.j-lines td, .j-lines th {
    border-bottom:1px solid rgba(0,0,0,0.09); 
}
.j-hover-tr tr:HOVER td {
    cursor: pointer;
    background: rgba(0,0,0,0.03); 
}
.j-hover-td td:HOVER {
    cursor: pointer;
    background: rgba(0,0,0,0.03); 
}

.j-table {
    border-collapse: collapse;
    border-spacing: 0;
}
.j-table td {
    padding: 6px 8px;
}
.j-table th {
    padding: 10px 8px;
}
.j-table-condensed td {
    padding: 2px 8px;
}  
 .j-table-condensed th {
     padding: 4px 8px;
 } 
 
.j-grid-table {
    border-top: 1px solid rgba(0,0,0,0.09); 
    border-left:1px solid rgba(0,0,0,0.09); 
}
.j-grid-table td, .j-grid-table th {
    border-bottom:1px solid rgba(0,0,0,0.09); 
    border-right:1px solid rgba(0,0,0,0.09); 
}
/*
* div emulated table
*/
.j-tbl {
	display:table;
}
.j-tbl>div {
	display:table-row;
}
.j-tbl>div>div {
	display:table-cell;
}
.j-tbl>div>div>div {
	vertical-align: middle;	/* td content */
}

/*
 * forms
*/


.j-input input, .j-input select, .j-input textarea, .j-input button {
    font-size: 14px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;
}

.j-input .xblock
{       
    display:block;
    width:100%;
    padding-left: 4px;
    box-sizing: border-box;    
}

.j-input select, input, textarea {
    border:1px solid #ccc;	
    border-collapse: collapse;
}

.j-input .jos-elem.yblock,
.j-input .jos-elem.yblock input,
.j-input .jos-elem.yblock select {
    height:2.4em;
    white-space: nowrap;
}


/*
.j-input input[type="text"], .j-input input[type="password"], .j-input  select, .j-input .jos-elem-switch, .j-input textarea {       
    display:block;
    width:100%;
    padding-left: 4px;
    box-sizing: border-box;    
}

.j-input input[type="text"], .j-input input[type="password"], .j-input select,  .j-input .jos-elem-switch {
	line-height: 2.4em;
    height:2.4em;
    white-space: nowrap;
}
*/
.j-input textarea {
    height:5em;
}

.j-form-horizontal {
	display:table;
	border-collapse: separate;
  	border-spacing: 10px
}
.j-form-horizontal .j-input{
	display:table-row;	
}
.j-form-horizontal .j-input>*{
	display:table-cell;
	vertical-align: middle;	
}
.j-form-horizontal .j-input>*:first-child{	/* label */
	white-space: nowrap;
	text-align: right;
}

/*
 * j-form-right
*/
.j-form-right .j-input {
  display:block;
  text-align:right;
  white-space: nowrap;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-bottom:4px;
}
.j-form-right .j-input label {
  display:inline-block;
  vertical-align: middle;    
}

.j-form-right .xblock {
  display:inline-block;
  width:16em;
  vertical-align: middle;
  margin-left: 8px;
}

/*
.j-form-right .j-input input[type="text"], 
.j-form-right .j-input input[type="password"],
.j-form-right .j-input textarea,
.j-form-right .j-input select {
  display:inline-block;
  width:16em;
  vertical-align: middle;
  margin-left: 8px;
}
*/

.j-form-right .jos-elem-icon-frame {
	display:inline-block;
}
/*
 * j-form-top
*/
.j-form-top .j-input {
  display:block;
  text-align:left;
  padding-bottom: 4px;
  margin-bottom:8px;
}
.j-form-top .j-input label {
  display:block;
  margin-bottom:4px;
}
.j-form-top .j-input input {    /* checkbox, radio (inside label) */
  vertical-align: middle;
}
.j-form-top .jos-elem-icon-frame {
	display:block;
}

/*
* jos elem (jos-elem-* classes are automatically inserted by JosElem)
*/
.jos-elem-label {
	border-bottom:1px solid #ccc;
	line-height: 2.4em;
}

.jos-elem-button {
    padding: 0.66em 1em;
    border: 0;
    color: rgba(0, 0, 0, 0.80);    
    background-color: var(--button-color);
    text-decoration: none;
    border-radius: 2px;
}
.jos-elem-button.pri {
    background-color:#0078e7;
    color:#fff;    
}
.jos-elem-button:HOVER {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.10));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
}
.jos-elem-button:focus {
    outline:none;
}
.jos-elem-switch {
    border:1px solid  #ccc; 
    cursor: pointer;
    background-color: #fff;
    line-height: 2.4em;
}
.jos-elem-switch span {
    padding:4px;
    margin-right: 4px;
    background-color: #e0e0e0;    
}
.jos-elem-switch .act {
    background-color:#0078e7;
    color:#fff;
}


.jos-elem-tabs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.jos-elem-tabs li {
    text-align: center;
    display: inline-block;
    list-style-position: outside;
    margin-right: 8px;
}

.jos-elem-tabs li.active a {
    background-color: #0078e7;
    color: #fff;
}
.jos-elem-tabs li a {
    padding: 4px 8px 0 8px;
    border-bottom: 2px solid #0078e7;
}

.jos-elem-pagination {
	text-align: center;	
}
.jos-elem-pagination span {
	padding: 4px 5px 0 5px;
    border-bottom: 2px solid #0078e7;    
	margin-right: 4px;
	margin-left: 4px;
}
.jos-elem-pagination span.arrow {
    border-bottom-color:rgba(0,0,0,0);    	
}
.jos-elem-pagination .act {
    background-color: #0078e7;
    color:#fff;    
}




/*
* utils
*/
.jos-app-name-popupMenu {
	border:1px solid #ccc;
	background-color: #fff;
}
.jos-app-name-popupMenu a {
	display:block;
	padding:0.4em 1.8em 0.4em 1em;	
	white-space: nowrap;
}
.jos-app-name-popupMenu a:hover {
	background-color: #e0e0e0;
	text-decoration: none;	
}

.jos-app-name-popupMenu a i {
	margin-right:0.7em;
}


.jos-app-name-listPicker {
	border:1px solid #ccc;
}
.jos-app-name-listPicker form>div {
	padding:4px 4px;
	border-bottom:1px dotted #ccc;
}
.jos-app-name-listPicker .active {
	background-color: #0078e7;
	color:#fff;	
}

@media only screen and (max-width: 600px) {
  .jos-elem-tabs ul {
    font-size: 0.8em;
  }

  .jos-elem-tabs li a {
    max-width: 60px;
    padding: 4px 4px 4px 4px;
    margin-right: 0px;
  }
}
body {
	background-color:#fff !important;
}
#change-lang {
	background-color: #d1dff8;
    border: 1px solid #5a7199;
}
.catalog .v1 {
	margin-bottom:0 !important;	/* for map sizing on Y */
	padding-bottom: 0 !important;
}

.sidebar .page-box {
	margin-left:424px !important;
}

h3 {
	background-color:#ddd;	
	padding:4px;
}
#hikelogo {
	height:50px;
	width:160px;
	background-image: url('https://w10.ruleless.com/res/img/hikefy-logobar.png');
    border: 0 none;
    display: inline-block;
    background-repeat: no-repeat;
}

.hike-tasks {
    border: 0;
    box-shadow:none;
    margin: 0;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0px;
}
.hike-task {
	display:inline-block;
	min-width: 300px;
	margin:0 0px 16px 0px;
}
.hike-task.idall {
	display:block !important;
	width:auto !important;
}
.hike-task td {
	border-top:1px solid #fee;	
	line-height: 1.6em;
	padding:;
}
.hike-task tr.newday td {
	border-top:1px solid #bbb !important;	
}
.hike-task td.pl {
	padding-right:4px;
}

.hike-task table {
	margin-bottom:0 !important;
	background-color:#ffe;
}
.hike-task .name {	
    position: relative;
	background-color: #ffeddb;	
	color:#444;
	text-shadow: none;
	line-height:32px;
	padding-left:8px;
	border:1px solid #e2a740;
}
.hike-task .name .lite {
	opacity: 0.7;
}
.hike-task .name.act {
	background-color: #e80;	
    text-shadow: 1px 1px RGBA(0,0,0,0.2);
    color:#fff;
    border:0;
}
.hike-task .name:HOVER {
	background-color:#e80;
	color:#fff;
	opacity: 1 !important;
}
.hike-task .name.act .lite {
	opacity: 1;
}
.hike-task .name:HOVER .lite {
	opacity:1;
}

.hike-task .name.act:HOVER {
	background-color: #ee8800;	/*unchanged*/
}

.hike-task .act .hov:HOVER {
	background-color:rgba(255,255,255,0.1);
	color:#fff;	
}

.hike-task .tright {
	position:absolute;
	top:1px;
	right:1px;
}
.hike-task .tright .ts {
	margin-right:8px;
}

.hike-task .ticons {
	display:inline-block;
}
.hike-task .ticons .fa {
	padding:8px;
}
.hike-task .ticons .act {
	background-color:#c60;
}
.hike-task .ticons a {
	color:#fff;
	padding:4px 8px;
}

.hike-task table {
	width:100%;
}
.hike-task table .sname {
	opacity: 0.5;
	font-size:80%;
	vertical-align: middle;
	display:inline-block;
}
.hike-task table .n {	/*pilot name */
	margin-right:8px;
}
.hike-nav {
	background-color: #4286f7;
	line-height:50px;
	height:50px;
	color:#fff;
	padding-left: 8px;
	position:relative;
}
.hike-nav a {
	color:#fff;
}

.hike-userbox {
	text-align:right;
	position:absolute;
	right:8px;
	display:inline-block;
}

.task-search {
	line-height: 60px;
	height:60px;
	white-space: nowrap;
	background-color: #e3ebfb;
}

.jos-elem-icon-frame i {
	color:#ccc;
}
.task-search .panel {
	margin-left:8px;
	display:inline-block;	
	white-space: nowrap;
}
.task-search .panel a {
	background-color: #fff;
	font-size:1.3em;
	margin-right: 8px;
	color:#4286f7;
	padding:8px;	
	text-align: center;
	border:1px solid #bacdef;
	border-radius:4px;
}
.task-search .panel a i {
	width:1em;
}
.task-search .panel a span {
	padding-left: 4px;
	display:inline;
	font-size:1.1rem;
	padding-right:4px;
}

.task-search .panel .act {
	background-color:#3165d6;
	border-color:#3165d6;
	color:#fff;
}

#hikemap .gmap{
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-top:1px solid #bbb;
}

.shad {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24);
	margin-bottom:8px;
	min-height: 8px;
    background-color: #e3ebfb;
}
.condpad {
	padding:8px;
}
 .sub-panel {
	background-color:#e3ebfb;
	padding:4px 8px 8px;
	z-index: 1000;
	white-space: nowrap;
}

.sub-panel .switch {
	display:inline-block;	
	margin-right:8px;
}

.sub-panel .switch a {
 	padding:4px 4px;
 	color:#000;
 	border-bottom:2px solid #4286f7;
 	margin-left:4px;
	min-width: 3em;
    display: inline-block;
    text-align: center; 	
 }

.sub-panel .switch a.act {
 	color:#fff;
 	background-color:#4286f7;
 }
.sub-panel .j-input {
	display:inline-block;
}
.sub-panel .sstr {
	line-height: 20px;
	padding:4px 4px 4px 8px;
	border-radius: 4px;	
	outline: none;
	width:12em;
	border-color:#bacdef;
}

.show-all {
	margin-top:8px;
	margin-bottom:32px;	
	text-align:center;
}

.show-all a {
	background-color:#4286f7;
	padding:8px 32px;
	color:#fff;
}

.show-all a:HOVER {
	background-color:#4286f7d0;
}
.tbl-flights {
	border:1px solid #eee;
}

@media (max-width: 700px) {
	#hikelogo {
		width:60px;	
	}
	.hike-nav {
		font-size:80%;
	}
	.task-search .panel a span {
		display:none;
	}
	.condpad {
		padding:0 !important;
	}

}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url('https://w10.ruleless.com/res/leaflet/#default#VML');
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url('https://w10.ruleless.com/res/leaflet/images/layers.png');
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('https://w10.ruleless.com/res/leaflet/images/layers-2x.png');
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url('https://w10.ruleless.com/res/leaflet/images/marker-icon.png');
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

#flights-search-form {
	display:none;	
}

.jos-app-name-searchForm {
	position: absolute;
	right:8px;
	top:8px;
	max-width: 700px;
	width:80%;
	border: 1px solid #b7b7b7;
	background-color: #fff;
	padding:20px;
	box-shadow:0 2px 15px rgba(0,0,0,0.5);
}

.jos-app-name-searchForm .btn-search {
	position: absolute;
	top:-1px;
	right:-1px;
}


.jos-app-name-searchForm form {
	margin-top:20px;
}

.tbl-flights {
	width:100%;
	border-collapse: collapse;
  border-spacing: 0;
}
.tbl-flights td {
	border-top: 1px solid #eee;
	padding-top: 3px;
	padding-bottom: 0;
	padding-left: 2px;
	vertical-align: top;	/* daily flights */
	cursor: pointer;
}
.tbl-flights td>span {
	vertical-align: top;
}

.tbl-flights td:LAST-CHILD {
	text-align:right;	/* icon must be on the right*/
	white-space: nowrap;
}
.tbl-flights td .fa-ban {
	color:#c00;
	vertical-align:top;
	margin-top:1px;
}


.tbl-flights th {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}

.tbl-flights .empty td {
	height: 16px;
	padding:0;
}

.tbl-flights .active td {
	background-color: #DFF6D6 !important;
}
.tbl-flights tr.fri td {
	background-color:rgba(255,255,128,0.4);
	
}


.tbl-flights .ic {
	white-space: nowrap;
}
.tbl-flights .cnt {
	color:#888;
	width:1.7em;
	display:inline-block;
} 

.jos-app-name-flights .tbl-flights th {
	padding-top:8px !important;
}


.likers-list {
	background-color: #fff;
	margin-bottom:8px;
}

.likers-list a {
	display:block;
	border-bottom:1px dotted #eee;
	padding:2px 4px;
}

.comments-box textarea {
	box-shadow: none;
	border-radius:2px;
	height: 60px;
	width:100%;
	display: block;
	margin-bottom: 8px;		
} 
.comments-box .msgs {
	margin-top:8px;
	margin-bottom:16px;	
}
.comments-box .tit {
	font-weight: bold;
	display:block;
	margin-bottom:8px;
}

.comments-box .ts {
	font-size: 80%;
	color:#888;	
}
.comments-box .msg {
	border-bottom: 1px solid #eee;
	padding:8px 0 8px 0;
}
#back-date {
	padding:16px 8px 8px;
	text-align: right;
}
#back-date span {
	margin-left:16px;
}
#back-date input {
	border: 0;
	padding: 3px 8px;
	text-align: right;
	width: 80px;
	margin-left: 20px;
	border-radius: 2px;
}
.fhid {
	display: none;
}

.fa {
	transform: none !important;	/* z-index fix */
}

.flights-filter-picker .active i.fa {
	float:right;
	border:1px solid #fff;	
}		
	
	
.flights-search-bar {
	padding:8px 8px 8px 16px;
	margin-bottom: 4px;
	position:relative;
	min-height: 44px;
	border-bottom: 4px solid #dce7f9;
	margin-left:-8px;
	margin-right:-8px;
	
}
	
.flights-search-bar .qfilter {
	display:inline-block;
	margin-right:8px;
	margin-bottom:4px;
	font-size: 80%;
}
.flights-search-bar .qfilter .tit {
	padding:2px 0 1px 2px;
}
	
.tbl-flights .ach {
	padding-left: 12px;
	line-height: 16px;
	position:relative;
	display:inline-block;
}
.tbl-flights .ach:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;	
    z-index: 1;
    opacity: 0.6;
    background-color: #fff;
}
.tbl-flights .ach:hover:after {
    opacity: 0;
}

.tbl-flights .ach:hover {
	opacity: 1;
}
.tbl-flights .ach i {
	margin-left: -8px;
	vertical-align: middle;
}

.catalog .v1 {
	width:auto;
	overflow: hidden;
	margin-bottom:20px;
	padding-bottom:8px;	/* shadow need this */
	position:relative;
	min-width: 320px;	

	/* v1 is before v2 
	box-sizing: border-box;
	padding-left: 350px;
	*/
}

.catalog table.links a {
	display:block;
}
.catalog .border {
	border-radius:2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);	
			
	margin-left:12px;
	margin-right:12px;
}

.catalog .v1 #infotabs-content {
		background-color:#fff;	
}
.catalog .v1 #infotabs-content>.pad {
	padding-left:8px;
	padding-right:8px;
	padding-bottom:16px;
}


.catalog  .v1 .info-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 8px;
    width: 100%;	
    margin-bottom:8px;  
}

.catalog  .v1 .info-table th {
	text-align: left;
}
.catalog .v1 .info-table>tbody>tr>td {
    border-top: 1px solid #eee;
    line-height: 23px;
    padding-left: 4px;
    vertical-align: middle;
}
.catalog .v1 .info-table>tbody>tr>td:last-child {
	padding-right:8px;
}
	
.catalog .v1 .info-table .label {
	color:#888;
	padding-right:8px;
	white-space: nowrap;
}

.catalog  .v1 .tbl-flights {
	border-collapse: collapse;
  	border-spacing: 0;
	width:100%;
	margin-bottom:16px;
}
.catalog  .v1 .tbl-flights tr.more{
	display:none;
}
.catalog  .v1 .tbl-flights tr.ned td {
	border-color: #888;
}
.catalog  .v1 .tbl-flights tr.today td {
	background-color: #fbeade;
}

.catalog .v1 .tbl-flights th {
	text-align: left;
}
.catalog .v1 .tbl-flights td:first-child {
	white-space: nowrap;	
}
.catalog .v1 .tbl-flights .fa-lock {
	color:#888;
}

.catalog .v1 .tbl-flights td {
	border-top:1px solid #eee;
	cursor:pointer;
}
.catalog .v1 .tbl-flights tbody tr:HOVER {
	background-color: #eee;
}
.catalog .v1 .tbl-flights tbody tr.nohover:HOVER {
	background-color:transparent;
}
.catalog .v1 .tbl-flights tbody tr.nohover td {
	cursor:default !important;
}

.catalog .v2 {	
	width:350px;
	padding-bottom:16px;
	float:left;

	/* v1 is before v2 
	position: absolute;
	top: 0;
	left: 0;
	float:unset;
	*/
}
.catalog .v2 #search-results  {
	padding: 8px 8px 20px 8px;	
	margin:0 12px 12px 2px;	
	margin-left:11px;
	
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
	border-radius:2px;	
	background-color: #fff;
	
}

.catalog .v2 #search-results table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-top:8px;
	margin-left:4px;
	margin-bottom:16px;
	border-bottom:1px solid #eee;
}
.catalog .v2 #search-results th {
	  text-align: left;
}
.catalog .v2 #search-results>table td {
	color: #3165d6;
	vertical-align: middle;
	border-top:1px solid #eee;
	line-height:19px;
	padding-left:4px;
	cursor:pointer;
}

.catalog .v2 #search-results .act {
	  background-color: #DFF6D6;
}

.catalog .v1 .info-tabs {
	padding:4px 8px;
	background-color:#fff;
	text-align: left; 
}

.catalog .v1 .headbar {
	background-color: #9cbf97;
	color: #fff;
	padding:4px;
	vertical-align: bottom;
}

.catalog .v1 .activity {
	padding:8px;
}

.catalog .v1 .activity table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;	  
}
.catalog .v1 .activity th {
	vertical-align: bottom;
	text-align:left;
	background-color: #9CBF97;
	color:#fff;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	font-weight: normal;
}
.catalog .v1 .activity td {
    border-top: 1px solid #eee;
    line-height: 23px;
    padding-left: 4px;
    vertical-align: middle;
}
.catalog .v1 .activity tfoot td {
	font-weight: bold;
}

.catalog .v1 .pagination {
	margin-bottom:8px;
}


@media (max-width: 800px) {
	.catalog .v1 {
		width:100%;
		margin-left: 0!important;	/* homepage */
	}
	.catalog .v2 {
		width:100% !important;
		float:none !important;
		position: initial !important;	/* homepage */
	}
}
.themes {
	padding:0 !important;
	background-color: #eee;
}
.themes #flight-box {
	padding:0;
	cursor: default;
	border-top:0;
	
}
.themes #flight-box .v1 #map-and-panel {
}			

.themes #flight-box .v1 .map-and-ter {
	border-radius:2px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);	
	background-color:#fff;	
	margin:12px;	/* yyy */
}

.themes #flight-box .v1 #map-panel {
	background-color: #0A99E8;
	position:absolute;
	width:27px;
	top:18px;
	left:18px;
	text-align: center;
	z-index:1000;	/* leaflet */
}

.themes #flight-box #flighttabs {
	text-align:right;
	padding-top:2px;
}
.themes #flight-box #flighttabs li {
	padding-top:2px !important;	
}
.themes #flight-box #flighttabs li a {
	padding-left:8px !important;
	padding-right:8px !important;
}

.themes #flight-box .infotable {
	width:100%;
  	border-spacing: 0;
  	margin-bottom:8px;

	border-collapse: separate;
  	padding-left:2px;
  	padding-right:2px;
}

.themes #flight-box .infotable .green {
	color:#080;
}
.themes #flight-box .infotable .unit {
	color:#888;
	font-size: 80%;
}
.themes #flight-box .infotable .phases {
	width:100%;
	border-spacing: 0;
    border-collapse: separate;	
}
.themes #flight-box .infotable .phases td{
	border-bottom: 1px solid #f2f2f2 !important;
}

.themes #flight-box .mrk{
	border-top:1px solid #9CBF97;
	line-height: 16px;
	margin-bottom:4px;
}

.themes #flight-box .mrk span{
	display:inline-block;
	padding:1px 6px;
	background-color: #9CBF97;
	color:#fff;	
}

.themes #flight-box .thermails-table .active{
	background-color: #DFF6D6;
}
.themes #flight-box .thermails-table .hov:HOVER	{
	background-color: #DFF6D6;
	cursor: pointer;
}


.themes #fligh-box-terrain {
	height: 70px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	margin-left:4px;
}

.themes #fligh-box-instrument {
	padding:4px 0 2px 4px;
	font-size:80%;
	overflow: hidden;
  position: relative;
	border-top:1px solid #e2e2e2;		
}
.themes #fligh-box-instrument table {
	width:100%;	
}

.themes #fligh-box-instrument>div {
	display:inline-block;
	margin-bottom:2px;
	color: #888;
}
.themes #fligh-box-instrument .v {
	color: #000;
	width: 40px;
	white-space: nowrap;
	display:inline-block;
	line-height: 1.3em;
	padding-left:2px;
	padding-right:2px;	
}
.themes #fligh-box-instrument .control {
	background-color:#4286f7;
	color:#fff;
	padding:2px 8px 1px 8px;
}

.themes #fligh-box-instrument .control:HOVER {
	background-color:#3165d6;
}

.themes .minilike .button {
	margin-bottom:4px;
}
.themes .comments-box {
	padding:8px;		
	
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);	
	background-color: #fff;		

	margin:12px;	/* yyy */	
	margin-top:20px;	

}
.themes .comments-box form {
	padding-right:8px;
}

.themes .photo-box {
	padding:8px;		
}

.themes .photo-box a {
	outline-width: 0;
}
.themes .photo-box img {
	border: 1px solid #888;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
	margin:0 8px 8px 0;
}


.themes #flight-box .v1 #buddies-panel {
	background-color: #0A99E8;
	background-color:rgba(10, 153, 232, 0.7);	/* = #0A99E8 */
	position:absolute;
	max-width:200px;
	top:18px;
	right:18px;
	display:none;
}

#buddies-panel .top{
	color:#fff;
	padding-left:4px 2px;
	line-height: 28px;
	padding-left:4px;
	display:block;	
}
#buddies-panel a {
	color:#fff;
}

#buddies-panel .top .fa {
	float:right;
	padding:0 4px;
	line-height: 28px;
}
#buddies-panel .top:HOVER {
	background-color: #3165d6;
} 

#buddies-panel ul { 
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    list-style-type: none;
    padding-left:4px;
    margin:0 0 4px 0;
    border-top:1px solid #fff;    
}
#buddies-panel ul li {
	list-style-position: outside;
	color:#fff;
	padding-top:2px;
}

#buddies-panel input {/* checkbox */
	width:1.2em;
	height:1.2em;
	margin:0 2px 0 0;
	vertical-align: text-bottom;
}
.jos-app-name-flightBoxMini .jos-window-header {
	height:40px;
}
.jos-app-name-flightBoxMini .jos-window-footer {
	padding:0px 0 0 0;
	background-color: #f2f2f2;		
}

.jos-app-name-flightBoxMini #title-info {
	display:block;
	font-size: 14px;
	line-height:18px;	
	width:100%;
	font-weight: normal;
}

.jos-app-name-flightBoxMini #title-info>table {
	min-width:320px;
	border-collapse: collapse;
	border-spacing: 0;	
	line-height: 19px;	
}
.jos-app-name-flightBoxMini #title-info .ico {
	margin-bottom:-2px;
}

.jos-app-name-flightBoxMini .title {
	color:#000;
}
.jos-app-name-flightBoxMini .title a {
	margin-left:0 !important; 	
}

.jos-app-name-flightBoxMini .title-icons {
	position:absolute;
	font-size: 24px !important;
}
.jos-app-name-flightBoxMini .title-icons a {
	padding: 4px 8px;
	color: #0a99e8;
}
.jos-app-name-flightBoxMini .title-icons a:HOVER {
	color: #3165d6;
}
.jos-app-name-flightBoxMini .title-icons a.theme {
	font-size: 80%;
	vertical-align: middle;
	margin-top:-3px;
}

.jos-app-name-flightBoxMini .no_data {
	display:none !important;
	visibility: hidden;
}

.mini {
	background-color: #fff;
}

.mini #flight-box .v1 {	
	overflow: hidden;
	display:block;
	position:relative;
}

.mini #flight-box .v2 {	
	display:none;
}
.mini #flight-box .v2 .infotable tr td:FIRST-CHILD {
	white-space: nowrap;
}
.mini table.capleft tr td:FIRST-CHILD {	/* table with captions in first col */
	color:#888;
	width:8em;
	white-space: nowrap;
	padding-left:8px;	
}
.mini tr.cap td {	/* tr with captions*/
	color:#888;	
}

.mini #flight-box .v1 .map-and-ter {
	border-radius:0;
	box-shadow:none;	
	margin:0;
}

.mini #flight-box .mrk span {
	display:block;
	padding:4px;
}

.mini .info-box .infotable td {
	padding:3px 2px 3px 8px;
	border-bottom: 1px solid #f2f2f2;
}

.mini #fligh-box-gmap {
	height: 340px;
	min-width:100px;
}
.mini .photo-box img {
	max-width:110px;
}

.mini #flight-box .v1 #map-panel {
	top:4px;
	left:4px;
}

.mini #fligh-box-terrain {
	height: 70px;
	width:400px;	/* can work on hidden tab*/
}

.mini #fligh-box-instrument {
	color: #888;
}
.mini #fligh-box-instrument table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;			
}
.mini #fligh-box-instrument tr td:LAST-CHILD {
	text-align: right;
	padding-right: 4px;
}

.mini .comments-box {
	box-shadow:initial;
	margin:0;
}
.mini .info-box {
	padding:8px;	
}
.mini .info-box .likebox {
	display:none;
}

.mini .minilike {
	padding:4px 8px;
}

.mini .likes-number {
	font-weight: bold;
}
	
.sidebar .catalog .v2 {
	margin-right:54px;
}
.sidebar .page-box {
	margin-left:418px;
}
.sidebar #fligh-box-terrain {
	width:390px !important;	/* can work on hidden tab*/
}
/* .narrow -> visible sidebar and window.width < 1200 */
.narrow .h-s {
	display:none;
}	
	
@media (max-width: 800px) {
	.mini #flight-box .v1 {
		display:block;
	}
	.mini #flight-box .v2 {
		width:auto;
		float:none;
	}	
	.mini #flight-box .box {
		display:block !important;
	}
		
}

.bipop #flight-box .v1 {	
	width:auto;
	overflow: hidden;
	margin-bottom:20px;
	position:absolute;
	margin-right:280px;
	left:0;
	right:0;
	
}
.bipop #flight-box .v2 {	
	float:right;
	font-size: 85%;
	padding: 0 8px 8px 8px;			

	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);	
	background-color: #fff;
	
	width:250px;
	margin:12px 12px 12px 2px;	/* yyy */
	
}

.bipop #flight-box .v2 .infotable td {
	border-bottom:1px solid #f2f2f2;
}
.infotable .nol td {
	border-bottom:0 !important;
}
.bipop .v2 .capleft tr td:FIRST-CHILD {	/* table with captions in first col */
	color:#888;
	white-space: nowrap;
	width:5em;
}
.bipop .v2 .cap td {	/* tr with captions*/
	color:#888;	
}

.bipop .v2 .cap td {	/* tr with captions*/
	color:#888;	
}


.bipop #fligh-box-gmap {
	min-height: 200px;
	min-width:100px;
}

.bipop .minilike {
	padding:16px 8px;
}
.bipop .minilike>div {
	display:inline-block;
	vertical-align: middle;
	margin-left:8px;	
}

.bipop .likes-number {
	font-weight: bold;
	font-size:120%;
	vertical-align: bottom;
}



.bipop .photo-box {
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);	
	background-color: #fff;		

	margin-top:20px;	
	margin:12px;	/* yyy */

}

.bipop #brief {
	display:none;
	background-color: #fff;
	padding:8px;
}
.bipop #brief table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;			
	
}

.jos-app-name-flightBoxBipop .title a.theme {
	font-size: 80%;
	vertical-align: middle;
	margin-top:-3px;
}


.jos-app-name-flightBoxBipop .title .edit {
    font-size: 16px;
    font-weight: normal;
    padding: 2px 8px;
    text-decoration: underline;
    display:none;
}

.jos-app-name-flightBoxBipop .title .prevnext a {	
	padding: 8px 16px 6px 16px;
	margin-left:0px !important;
}
.jos-app-name-flightBoxBipop .title .prevnext a:HOVER {	
	background-color:#eee;
}
.jos-app-name-flightBoxBipop .title .title-icons a.fa{
	padding:4px 8px;
	margin-left:0;
}
.jos-app-name-flightBoxBipop #prevNextFilter select {
	min-width: 120px;
	border:1px solid #ccc;
	margin-left:16px;
}

.jos-app-name-flightBoxBipop #title-info {
	display:block;
	font-size: 1.5 em;
	line-height:40px;	
	font-weight: bold;
	color:#888;
}

@media (max-width: 639px) {
	.bipop #flight-box .v1 {
		display:block;
		margin:0;
		position:relative;
	}
	.bipop #flight-box .v2 {
		width:auto;
		display:block;
		float:none;
		margin:0;
		font-size:inherit;
	}	
	.bipop #flight-box .v2 .infotable td {
		padding:4px 0 4px 4px;	
	}	
	
	.bipop .v2 .capleft tr td:FIRST-CHILD {
		width:8em;
	}
	.themes #flight-box .mrk span {
		display:block;
		padding:4px;
	}
	.bipop .map-and-ter {
		margin:0 !important;
	}
	
	.bipop #flight-box .box {
		display:block !important;
	}
	
	.bipop #flight-box .v1 #map-and-panel {
		background-color: #0A99E8;
	}			
	
	.bipop #flight-box .v1 #map-panel {
		top:13px;
		left:1px;
	}

	.bipop #fligh-box-gmap {
		margin-left:30px;
	}

	.bipop .comments-box {
		margin:0;
		box-shadow:none;
	}
	.bipop .photo-box {
		margin:0;
		box-shadow:none;
	}
	.bipop .photo-box img {
		max-width:29%;
	}	
	.bipop #brief {
		display:block;
	}
	.themes #flight-box #flighttabs {
		display: none; 
	}
	.jos-app-name-flightBoxBipop .no_data {
		display:none !important;
		visibility: hidden;
	}
	
}

.cloud-picker {
	min-width: 380px;
}
.cloud-picker .disk {
	text-align: right;	
}
.cloud-picker .disk label {
	color:#3165d6;
	cursor:pointer;
}
.cloud-picker .buts {
	padding:4px 4px;
}
.cloud-picker .buts form {
	display:inline-block;
	float:right;
}

.cloud-picker .domain {
	background-color: #eee;
	padding: 4px 2px 3px 18px;
	margin-top:2px;	
}

.cloud-picker ul {
	padding:4px 0 0 0;
	list-style: outside none none;
	margin:0 0 16px 0;
}
.cloud-picker li {
	margin:0 0 0 18px;
	padding:3px 0;
	clear:both;
}
.cloud-picker li i {
	color:#bf9a0c;
	margin-right:8px;
}
.cloud-picker li.f {
	margin-left:24px;
}
.cloud-picker li .button {
	margin-right:8px;
}
.cloud-picker a.f {
	min-width: 12em;
	display:inline-block;
}

.cloud-picker .domain i {
	color:#bf9a0c;
	text-shadow: 1px 1px 1px #333332;
	margin-right:8px;
}
.cloud-picker .file {
	position:absolute;
	top:-100px;
	width:1px;
}
.cloud-picker .delete {
	padding-left:6px;
	padding-right:6px;	
	color:#c00;	
}
