
/*
 * John Liddiard (aka JohntheFish) www.c5magic.co.uk
 * This software is licensed under the terms described in the ConcreteCMS marketplace.
 * Please find the add-on there for the latest license copy.
 */


.jl_syntax_anywhere_settings_repeater{
    margin-top:5px;
    margin-bottom:5px;
}

.jl_syntax_anywhere_wrapper .jl_syntax_anywhere_container {
    display:none;
}


.jl_syntax_anywhere_inner {
    min-height:20px;
    padding:5px;
    border:1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    overflow-x:auto;
    margin-top:10px;
    margin-bottom:10px;
}

.jl_syntax_anywhere_container .jl_syntax_anywhere_inner pre{
    margin:0px;
    font-size:12.025px;
    line-height:16px;
    white-space:pre;
    border:none;
    padding:0;
}

.jl_syntax_anywhere_container .jl_syntax_anywhere_inner>pre{
    padding:5px;
}

.jl_syntax_anywhere_container .jl_syntax_anywhere_inner.wrap-lines li,
.jl_syntax_anywhere_container .jl_syntax_anywhere_inner.wrap-lines span,
.jl_syntax_anywhere_container .jl_syntax_anywhere_inner.wrap-lines pre{
    white-space:pre-wrap;
    word-wrap:break-word;
    word-break:normal;
}

.jl_syntax_anywhere_container{
    position:relative;
}

/*
 * Style the popup palette container. Many of the styles need to be important so
 * stuff from the theme or blocks being highlighted don't mess with it.
 */
.jl_syntax_anywhere_container .jl_syntax_anywhere_palette{
    position:absolute;
    top:15px;
    right:10px;
    display:none;
    z-index:10;
}
.jl_syntax_anywhere_container .jl_syntax_anywhere_palette a{
    float:right;
}
.jl_syntax_anywhere_container .jl_syntax_anywhere_palette img{
    background:none!important;
}

.jl_syntax_anywhere_container .jl_syntax_anywhere_palette_inner{
    clear:both;
    float:right;
    display:none;
    margin-top:15px;
    padding:5px!important;
    background-color:#404040!important;
    color:#efefef!important;
    font-family:arial, san-serif!important;
    font-size:12px!important;
    border:1px solid rgba(255, 255, 255, 0.65)!important;
    -webkit-border-radius:4px!important;
    -moz-border-radius:4px!important;
    border-radius:4px!important;
}
.jl_syntax_anywhere_container .jl_syntax_anywhere_palette_inner table{
    margin:2px!important;
    padding:none!important;
}

.jl_syntax_anywhere_container .jl_syntax_anywhere_palette_inner table,
.jl_syntax_anywhere_container .jl_syntax_anywhere_palette_inner tr,
.jl_syntax_anywhere_container .jl_syntax_anywhere_palette_inner td{
    margin:0!important;
    padding:0!important;
    background:none!important;
    border:none!important;
}
.jl_syntax_anywhere_container .jl_syntax_anywhere_palette_inner span.jl_syntax_anywhere_palette_text{
    float:right;
    margin-right:5px!important;
    margin-top:8px!important;
}
.jl_syntax_anywhere_container .jl_syntax_anywhere_palette_inner span.jl_syntax_anywhere_palette_colour{
    width:25px;
    height:25px;
    border:1px solid #808080!important;
    margin-top:5px!important;
    display:block;
}


.youtubeBlockResponsive16by9,.youtubeBlockResponsive4by3{height:0;position:relative}.youtubeBlockResponsive16by9 iframe,.youtubeBlockResponsive4by3 iframe{border:"none";height:100%;left:0;position:absolute;top:0;width:100%}.youtubeBlockResponsive16by9{padding-bottom:56.25%}.youtubeBlockResponsive4by3{padding-bottom:75%}.ccm-edit-mode-disabled-item.youtubeBlockResponsive16by9{padding-bottom:28.125%;padding-top:28.125%}.ccm-edit-mode-disabled-item.youtubeBlockResponsive4by3{padding-bottom:37.5%;padding-top:37.5%}


.youtubeBlockResponsive16by9,.youtubeBlockResponsive4by3 {
    position: relative;
    height: 0;
}
.youtubeBlockResponsive16by9 iframe, .youtubeBlockResponsive4by3 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.youtubeBlockResponsive16by9 {
    padding-bottom: 56.25%
}

.youtubeBlockResponsive4by3{
    padding-bottom: 75%;
}

.ccm-edit-mode-disabled-item.youtubeBlockResponsive16by9  {
    padding-top: 28.125%;
    padding-bottom:  28.125%
}

.ccm-edit-mode-disabled-item.youtubeBlockResponsive4by3  {
    padding-top: 37.5%;
    padding-bottom: 37.5%
}

