/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * default screen stylesheet - FULLPAGE-layout type layout
 *
 * @copyright       © 2005-2013, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         4.1.2
 */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url('../../../../inc/fonts/Roboto/Roboto-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../../../../inc/fonts/Roboto/Roboto-Medium.woff2') format('woff2');
}

@media all {
    /* added to YAML4 */

    * {
        font-family: Roboto, Verdana, Arial, Helvetica, sans-serif;
        font-weight: 300;
        color: #000
            /*#444*/
        ;
        /*text-shadow: 0.05em 0.05em 0.05em #999;*/
    }

    a {
        color: #0089cf;
    }

    select {
        font-size: 120%;
        font-weight: 500;
    }

    .ym-g100 {
        width: 100%;
    }

    .ym-g90 {
        width: 90%;
    }

    .ym-g10 {
        width: 10%;
    }

    .ym-g00 {
        width: 0%;
    }

    .svgDiv {
        line-height: 0px;
        /* crucial for bottom padding 0 !!! */
    }

    svg {
        height: auto;
    }

    .fa-rotate-45 {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);

    }

    .fa-small {
        position: relative;
        font-size: 0.875em;
        top: -0.025em;
    }

    .fa-x-small {
        position: relative;
        font-size: 0.75em;
        top: -0.1em;
    }

    .fa-xx-small {
        position: relative;
        font-size: 0.625em;
        top: -0.15em;
    }

    .fa-xxx-small {
        position: relative;
        font-size: 0.5em;
        top: -0.3em;
    }
}

@media all

/*screen?*/
    {

    /* YAML4 stuff */
    /* force vertical scrollbar */
    body {
        background-color: #fff;
        overflow-y: scroll;
        overflow-x: hidden;
        /*min-width: 480px;*/
        font-size: 125%;
    }

    h1 {
        font-size: 140%;
    }

    h2 {
        font-weight: 500;
        font-size: 140%
            /*125%*/
        ;
    }

    h3 {
        font-weight: 500;
        font-size: 120%
            /*112.5%*/
        ;
    }

    /* fallback for missing media queries support*/
    body>header,
    body>main,
    body>footer {
        min-width: 480px;
    }

    /* Layout Module Configuration */
    .ym-wrapper {
        max-width: 60em;
        margin: 0 auto;
    }

    .ym-wbox {
        padding: 0.1em;
    }

    .ym-gbox {
        padding: 0 0.1em;
    }

    .ym-gbox-left {
        padding: 0 0.1em 0 0;
    }

    .ym-gbox-right {
        padding: 0 0 0 0.1em;
    }

    /* skip links styling */
    .ym-skiplinks a.ym-skip:focus,
    .ym-skiplinks a.ym-skip:active {
        color: #fff;
        background: #333;
        border-bottom: 1px #000 solid;
        padding: 10px 0;
        text-align: center;
        text-decoration: none;
    }

    /* common stuff */
    .unselectable {
        /* For Opera and <= IE9, we need to add unselectable="on" attribute onto each element */
        /* Check this site for more details: http://help.dottoro.com/lhwdpnva.php */
        -moz-user-select: none;
        /* These user-select properties are inheritable, used to prevent text selection */
        -webkit-user-select: none;
        -ms-user-select: none;
        /* From IE10 only */
        user-select: none;
        /* Not valid CSS yet, as of July 2012 */
        -webkit-user-drag: none;
        /* Prevents dragging of images/divs etc */
        /* user-drag: none; */
    }

    .center {
        text-align: center;
    }

    .right {
        text-align: right;
    }

    .top {
        vertical-align: top;
    }

    .bottom {
        vertical-align: bottom;
    }

    .spacer {
        display: inline-block;
        width: 0.2em;
    }

    .button {
        display: inline;
    }

    .button img {
        padding: 0
            /*.4em*/
        ;
        margin: 0 0.25em;
        border-radius: 0.5em;
        width: 2.5em;
        height: 2.5em;
    }

    .button img.down {
        border: 0.1em inset #000;
        background-color: #eee;
    }

    .button img.downOver {
        border: 0.1em inset #333;
        box-shadow: 0 0 0.4em 0.1em rgba(64, 64, 64, 0.4);
    }

    .button img.up {
        border: 0.1em outset #000;
    }

    .button img.upOver {
        border: 0.1em outset #333;
        box-shadow: 0 0 0.4em 0.1em rgba(64, 64, 64, 0.4);
    }

    .button img.activated {
        cursor: pointer;
    }

    .button img.deactivated {
        opacity: .35;
        filter: alpha(opacity=35);
        cursor: default;
    }

    /* Basic Element Styling */

    aside#loader {
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: .75;
        filter: alpha(opacity=75);
        text-align: center;
        cursor: progress;
    }

    aside#loader img {
        margin-top: 16em;
        width: 32px;
        height: 32px;
    }

    header {
        background-color: #fff
            /*#e8e8e8*/
        ;
        min-width: 480px;
    }

    header#handlingTop {
        display: block;
        background-color: #fff
            /*#fff5bc; #d3dae7*/
        ;
        border-top: 0.1em solid #000
            /*999*/
        ;
        /*border-bottom: 0.1em solid #999;*/
        padding-top: 0.5em;
    }

    footer#handlingBottom {
        display: block;
        padding: 0.5em 0;
        background-color: #fff
            /*#fff5bc; #d3dae7*/
        ;
        /*border-bottom: 0.1em solid #999*/
        ;
    }

    header#mapTitleContainer {
        display: block;
        background-color: #fff
            /*#ebebeb*/
        ;
        padding-bottom: 0.5em;
    }

    main {
        min-height: 16em;
        background-color: #fff
            /*#f4f4f4*/
        ;
        /*border-bottom: 1px solid #CCC;*/
    }

    footer {
        background-color: #fff
            /*#f8f8f8*/
        ;
        /*border-bottom: 1px solid #CCC;*/
        display: block;
        /*padding-top: 0.1em;*/
        /*padding-bottom: 0.2em;*/
    }

    footer#legendContainer {
        border-top: 0.1em solid #000;
        border-bottom: 0.1em solid #000;
    }

    footer#additionalContainer {
        display: none;
    }

    footer#sourceContainer {
        border-top: 0.1em solid #000;
        padding-top: 0.25em;
        margin-bottom: -0.25em;
    }

    #commentText {
        padding-top: 0.2em;
    }

    #liveMapLoader {
        margin-right: 0.2em;
        text-align: right;
        cursor: pointer;
    }

    #liveMapLoaderSymbol {
        text-align: right;
        font-size: 175%;
        color: #BBB;
    }

    #liveMapTimer {
        display: inline-block;
        position: relative;
        top: -0.6em;
        z-index: 998;
        font-size: 62.5%;
        color: #444;
        text-align: center;
        margin-right: -2.5em;
        font-weight: 500;
    }

    div.colorField {
        display: block;
        border: 1px solid #444;
        margin-bottom: 1px;
        background: #000000;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(-45deg, #ffffff 0%, #cccccc 100%);
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
        background: -webkit-linear-gradient(-45deg, #ffffff 0%, #cccccc 100%);
        background: -o-linear-gradient(-45deg, #ffffff 0%, #cccccc 100%);
        background: -ms-linear-gradient(-45deg, #ffffff 0%, #cccccc 100%);
        background: linear-gradient(135deg, #ffffff 0%, #cccccc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=1);
        overflow: hidden;
    }

    div.colorLine {
        display: block;
        border: 1px solid #444;
        margin-top: 0.25em;
        margin-bottom: 1px;
        background: #000000;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(-45deg, #ffffff 0%, #cccccc 100%);
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
        background: -webkit-linear-gradient(-45deg, #ffffff 0%, #cccccc 100%);
        background: -o-linear-gradient(-45deg, #ffffff 0%, #cccccc 100%);
        background: -ms-linear-gradient(-45deg, #ffffff 0%, #cccccc 100%);
        background: linear-gradient(135deg, #ffffff 0%, #cccccc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=1);
        overflow: hidden;
    }

    div.colorField canvas {
        position: relative;
        top: -10px;
        left: -10px;
    }

    div.colorLine canvas {
        position: relative;
        top: -10px;
        left: -10px;
    }

    #rOC {
        display: none;
        position: absolute;
        cursor: pointer;
        margin-right: 0.2em;
    }

    #rOT {
        display: inline-block;
        position: relative;
        z-index: 111;
        padding-left: 0.1em;
    }

    #rOV {
        position: relative;
        z-index: 112;
    }

    #rOT,
    #rOV {
        background-color: rgba(255, 255, 255, 0.85);
        box-shadow: 0.2em 0.2em 0.2em #999;
        /*border-radius: 0.25em;*/
        margin: 1px;
        color: #222;
    }

    .symbolValueIE {
        position: absolute;
        display: inline-block;
        margin-top: -0.65em;
    }

    .rollOverValue {
        font-weight: 500;
        text-align: right;
        vertical-align: bottom;
        padding-left: 1em;
        padding-right: 0.1em;
    }

    .symbolType {
        position: relative;
        margin: 0 0.25em;
        color: #000;
    }

    .code {
        font-family: "Courier New", Courier, monospace;
        font-weight: 500;
        font-size: 112.5%;
        color: #000;
        height: 18.5em;
        background-color: #eee;
        border: 1px inset #ccc;
        width: 90%;
        padding: 0.5em;
        margin: 0.5em;
    }

    .line {
        height: 2.5em;
        text-align: center;
    }

    .lines {
        height: 5em;
    }

    .warning {
        background-color: #FFFF00;
        margin: 0.5em 0;
    }

    .context-menu-list {
        position: absolute;
        display: inline-block;
        min-width: 50pt;
        max-width: 250px;
        padding: 0;
        margin: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        list-style-type: none;
        background: #eee;
        border: 1px solid #ddd;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
        box-shadow: 0 2px 5px rgba(0, 0, 0, .5)
    }

    .context-menu-item {
        position: relative;
        margin: 0;
        padding: 2px 2px 2px 24px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #eee
    }

    .context-menu-separator {
        padding-bottom: 0;
        border-bottom: 1px solid #ddd
    }

    .context-menu-item>label>input,
    .context-menu-item>label>textarea {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text
    }

    .context-menu-item.hover {
        cursor: pointer;
        background-color: #39f
    }

    .context-menu-item.disabled {
        color: #666
    }

    .context-menu-input.hover,
    .context-menu-item.disabled.hover {
        cursor: default;
        background-color: #eee
    }

    .context-menu-submenu:after {
        position: absolute;
        top: 0;
        right: 3px;
        z-index: 201;
        color: #666;
        content: ">"
    }

    .context-menu-item.icon {
        min-height: 18px;
        list-style-type: none;
        background-repeat: no-repeat;
        background-position: 4px 2px
    }

    .context-menu-item.icon-version {
        background-image: url('../../../../img/xshared/infoMap/information-white.png')
    }

    .context-menu-input>label>* {
        vertical-align: top
    }

    .context-menu-input>label>input[type=checkbox],
    .context-menu-input>label>input[type=radio] {
        margin-left: -17px
    }

    .context-menu-input>label>span {
        margin-left: 5px
    }

    .context-menu-input>label,
    .context-menu-input>label>input[type=text],
    .context-menu-input>label>select,
    .context-menu-input>label>textarea {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .context-menu-input>label>textarea {
        height: 75pt
    }

    .context-menu-item>.context-menu-list {
        top: 5px;
        right: -5px;
        display: none
    }

    .context-menu-item.visible>.context-menu-list {
        display: block
    }

    .context-menu-accesskey {
        text-decoration: underline
    }

    .context-menu-list {
        position: absolute;
        display: inline-block;
        min-width: 50pt;
        max-width: 250px;
        padding: 0;
        margin: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        list-style-type: none;
        background: #eee;
        border: 1px solid #ddd;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
        box-shadow: 0 2px 5px rgba(0, 0, 0, .5)
    }

    .context-menu-item {
        position: relative;
        margin: 0;
        padding: 2px 2px 2px 24px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #eee
    }

    .context-menu-separator {
        padding-bottom: 0;
        border-bottom: 1px solid #ddd
    }

    .context-menu-item>label>input,
    .context-menu-item>label>textarea {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text
    }

    .context-menu-item.hover {
        cursor: pointer;
        background-color: #39f
    }

    .context-menu-item.disabled {
        color: #666
    }

    .context-menu-input.hover,
    .context-menu-item.disabled.hover {
        cursor: default;
        background-color: #eee
    }

    .context-menu-submenu:after {
        position: absolute;
        top: 0;
        right: 3px;
        z-index: 201;
        color: #666;
        content: ">"
    }

    .context-menu-item.icon {
        min-height: 18px;
        list-style-type: none;
        background-repeat: no-repeat;
        background-position: 4px 2px
    }

    .context-menu-item.icon-version {
        background-image: url('../../../../img/xshared/infoMap/information-white.png')
    }

    .context-menu-input>label>* {
        vertical-align: top
    }

    .context-menu-input>label>input[type=checkbox],
    .context-menu-input>label>input[type=radio] {
        margin-left: -17px
    }

    .context-menu-input>label>span {
        margin-left: 5px
    }

    .context-menu-input>label,
    .context-menu-input>label>input[type=text],
    .context-menu-input>label>select,
    .context-menu-input>label>textarea {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .context-menu-input>label>textarea {
        height: 75pt
    }

    .context-menu-item>.context-menu-list {
        top: 5px;
        right: -5px;
        display: none
    }

    .context-menu-item.visible>.context-menu-list {
        display: block
    }

    .context-menu-accesskey {
        text-decoration: underline
    }
}

/* reset fallback values in modern browsers */
@media screen and (min-width: 0px) {

    body>header,
    body>main,
    body>footer {
        min-width: 0px;
    }

    .ym-wrapper {
        max-width: 90em;
        margin: 0 auto;
    }

}

@media screen and (max-width: 1600px) {
    body {
        font-size: 125%;
    }
}

@media screen and (max-width: 1200px) {
    body {
        font-size: 100%;
    }
}

@media screen and (max-width: 980px) {
    body {
        font-size: 87.5%;
    }

    .icon {
        margin-bottom: -0.1em;
    }
}

@media screen and (max-width: 760px) {
    body {
        font-size: 75%;
    }

    .icon {
        margin-bottom: -0.2em;
    }
}

@media screen and (max-width: 540px) {
    body {
        font-size: 58.5%
            /*62.5%*/
        ;
    }

    .icon {
        margin-bottom: -0.4em;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 58.5%;
        overflow-x: scroll;
    }
}

@media print {
    * {
        text-shadow: none;
    }

    @page {
        size: portrait;
    }

    #handlingTop,
    #handlingBottom,
    #mapId,
    #loader,
    header#handlingTop,
    footer#handlingBottom,
    #liveMapLoader {
        display: none;
    }

    body {
        font-size: 87.5%;
    }

    .icon {
        margin-bottom: -0.1em;
    }

    div.colorField {
        border: 1px solid #444;
        margin-left: 1px;
    }
}