div#content 
{
    overflow: hidden;
}
div#leftColumn
{
    width: 800px;
    height: 100%;
    position:absolute;
    top:0px;
    left:0px;
    padding-right:24px;
    overflow: auto;
}

div#leftColumnContainer
{
    width: 800px;
}

div#player
{
    top: 0px;
    left: 0px;
    width: 800px;
    height: 474px;
    position: relative;
    padding-left:0px;
    padding-right:0px;
    margin-left:0px;
    margin-right:0px;
    border-radius: 8px;
}

.playerBar
{
    width: 100%;
    height: 24px;
    background-color: #f0f0f0;
    border: 0px solid #000000;
    outline: 0px solid #000000;
    margin: 0px;
    padding: 0px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    border-radius: 0px 0px 8px 8px;
}

.playerCanvas
{
    left: 0px;
    top: 0px;
    width: 100%;
    height: 450px;
    cursor: pointer;
    position: absolute;
    border-radius: 8px 8px 0px 0px;
}

/* do NOT put these in one single block */
.playerCanvas_full-screen { width: 100%; height: 100%; }
.playerCanvas:full-screen { width: 100%; height: 100%; }
.playerCanvas:fullscreen { width: 100%; height: 100%; }
.playerCanvas:-webkit-full-screen { width: 100%; height: 100%; }
.playerCanvas:-moz-full-screen { width: 100%; height: 100%; }
.playerCanvas:-ms-fullscreen { width: 100%; height: 100%; }

div#shaderInfo
{
    width: 100%;
    padding-top:0;
    padding-left:0;
    padding-right:0;
    margin-left:0;
    margin-right:0;
    margin-top:8px;
    user-select: text;
    -moz-user-select: -moz-text;
    -webkit-user-select: text;
}

div#shaderInfoHeader
{
    width:100%;
    display:flex;
    flex-direction: row;
}

div#shaderInfoHeaderLeft
{
    width:60%;
}

div#shaderInfoHeaderRight
{
    width:40%;
}

div#shaderAuthor
{
    padding-top:8px;
    text-align: right;
}

#shaderTitle
{
    width:100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size:2.0em;
    font-weight:bold;
    text-align: left;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin-left:0;
    margin-right:0;
    margin-top:0px;
    margin-bottom:6px;
}

div#shaderTags
{
    width:100%;
    text-align: left;
    position: relative;
    padding: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
}

#shaderDescription
{
    width: 100%;
    text-align: left;
    position: relative;
    padding: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
    font-family: inherit;
    font-size: inherit;
    word-wrap:break-word;
}

#shaderPublished
{
    text-align: justify;
    top: 0px;
    left: 0px;
    position: relative;
    padding: 0px;
    margin: 0px;
}

.inputForm
{
    resize: none;
    text-align: left;
    background-color:#e0e0e0;
    outline: none;
    border-radius: 4px;
    border: 1px solid #808080;
}

.inputForm:focus
{
    border: 1px solid #AFCDD8;
    background-color: #EBF2F4;
}

#published
{
    width:120px;
}

div#shaderStatsContainer
{
    top: 0px;
    right: 0px;
}


div#shaderStats
{
    text-align: right;
}

div#shaderButtons 
{
    padding-top:8px;
    text-align: right;
}

div#shaderLike
{
    left: 0px;
    position: absolute;
}

div#shaderShare
{
    left: 32px;
    position: absolute;
    background-image: url("/img/share.png" );
}

div#shaderReport
{
    left: 64px;
    position: absolute;
    background-image: url("/img/report.png" );
}

div#comments
{
    left: 0px;
    width: 100%;
    position: relative;
    top: 32px;
    padding-left:0px;
    padding-right:0px;
    margin-left:0px;
    margin-right:0px;
    user-select: text;
    -moz-user-select: -moz-text;
    -webkit-user-select: text;
}

div#commentsHeader
{
    left: 0px;
    top: 0px;
    width:100%;
    height:18px;
}

div#commentsForm
{
    top: 16px;
    left: 0px;
    width: 100%;
    position: relative;
    padding-left:0px;
    padding-right:0px;
    margin-left:0px;
    margin-right:0px;
}

#commentTextArea
{
    width: 96%;
    padding-left:2%;
    padding-right:2%;
    font-style:normal;
    font-weight:normal;
    text-align: left;
    background-color:#ffffff;
    outline: none;
    border-radius: 4px;
    border: 1px solid #808080;
    resize: none;
}

.inputSelector
{
    display: inline-block;
    width: 200px;
    height: 124px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    border-radius: 4px;
}

.inputThumbnail
{
    border: 0px;
    margin: 0px;
    padding: 0px;
    border-radius: 4px;
}

.inputSelector:last-child
{
    margin:0px;
}

.inputSelector:hover
{
  cursor: pointer;
  box-shadow:0px 0px 9px 4px #ffffff;
}

.inputSelectorCanvas
{
    width:200px;
    height:100px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-radius: 4px 4px 0px 0px;
    position: absolute;
}

.inputSampler
{
    background-color:#f0f0f0;
    width:194px;
    height:0px;
    margin: 0px;
    padding: 0px;
    padding-left:6px;
    border-radius: 4px 4px 0px 0px;
    position:absolute;
    overflow: hidden;
    -webkit-transition: height 0.25s ease-in-out;
    transition: height 0.25s ease-in-out;
}
.inputSampler.hidden
{
    height:0px;
}
.inputSampler.visible
{
    height:100px;
}

.inputSelectorControls
{
    background-color: #f0f0f0;
    width:200px;
    height:24px;
    margin: 0px;
    padding: 0px;
    bottom:2px;
    position: absolute;
    border-radius: 0px 0px 4px 4px;
}

.inputSelectorText 
{
    left: 4px;
    top: 4px;
    position: absolute;
}

div#myComments
{
    top: 0px;
    left: 0px;
    width: 100%;
    position: relative;
    padding-left:0px;
    padding-right:0px;
    margin-left:0px;
    margin-right:0px;
}


.comment1
{
    background-color:rgba(64,64,64,0.1);
    border-radius:4px;
    left:0px;
    position: relative;
    width: 100%;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:6px;
}

.comment2
{
    background-color:rgba(128,128,128,0.1);
    left:0px;
    border-radius:4px;
    position: relative;
    width: 100%;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:6px;
}

.commentPicture
{
    padding: 4px;
    vertical-align: top;
    width: 40px;
}

.commentContent
{
    padding: 4px;
    vertical-align: top;
    text-align: left;
    word-wrap: break-word;
}

div#rightColumn
{
    left: 860px;
    width: 906px;
    position:absolute;
    top:0px;
    left:0px;
    padding-left:4px;
    padding-right:16px;
    overflow: auto;
    height: 100%;
}

div#rightColumnContainer
{
    width: 906px;
}

.editorWrapper.noFullScreen
{
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: relative;
}

.editorWrapper.yesFullScreen
{
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    position: relative;
}

@keyframes errorNoAnimation
{
    from { box-shadow:0px 0px 0px 3px #00c000; }
    to {   box-shadow:0px 0px 0px 3px transparent; }
}
@-webkit-keyframes errorNoAnimation
{
    from { box-shadow:0px 0px 0px 3px #00c000; }
    to {   box-shadow:0px 0px 0px 3px transparent; }
}
@-moz-keyframes errorNoAnimation
{
    from { box-shadow:0px 0px 0px 3px #00c000; }
    to {   box-shadow:0px 0px 0px 3px transparent; }
}

@keyframes savedAnimation
{
    from { box-shadow:0px 0px 0px 3px #0000c0; }
    to {   box-shadow:0px 0px 0px 3px transparent; }
}
@-webkit-keyframes savedAnimation
{
    from { box-shadow:0px 0px 0px 3px #0000c0; }
    to {   box-shadow:0px 0px 0px 3px transparent; }
}
@-moz-keyframes savedAnimation
{
    from { box-shadow:0px 0px 0px 3px #0000c0; }
    to {   box-shadow:0px 0px 0px 3px transparent; }
}

div#editorWrapper.errorYes
{
    box-shadow:0px 0px 0px 3px #ff3020;
}

div#editorWrapper.errorNo
{
    box-shadow:0px 0px 0px 3px #00c000;
    animation: errorNoAnimation 1s linear 0 1 forwards;
    -webkit-animation: errorNoAnimation 1s linear 0 1 forwards;
    -moz-animation: errorNoAnimation 1s linear 0 1 forwards;
}

div#editorWrapper.saved
{
    box-shadow:0px 0px 0px 3px #0000c0;
    animation: errorNoSaved 1s linear 0 1 forwards;
    -webkit-animation: errorNoSaved 1s linear 0 1 forwards;
    -moz-animation: errorNoSaved 1s linear 0 1 forwards;
}

div#editor
{
    font-weight:bold;
    text-align: left;
    padding-left:0;
    padding-right:0;
    margin-left:0;
    margin-right:0;
    border-radius: 4px 4px 0px 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 492px;
    -webkit-transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
    -o-transition: height 0.25s ease-in-out;
    position: relative;
}

div#editor.right
{
    height: 492px;
}
div#editor.left
{
    height: 622px;
}

div#toolBar
{
    text-align: left;
    left: 0px;
    width: 100%;
    height: 24px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color:#f0f0f0;
    border-color: transparent transparent transparent #EEEEEE;
    border-radius: 0px 0px 4px 4px;
}

div#textures
{
    font-weight:bold;
    text-align: left;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-top: 18px;
    margin: 0;
    position: relative;
}

div#dlgHelp
{
     width:800px;
     height:450px;
     position:absolute;
}

div#dlgBBCodeHelp
{
     width:720px;
     height:490px;
     position:absolute;
}

div#dlgShareShader
{
     width:540px;
     height:280px;
     position:absolute;
}

div#dlgReportShader
{
     width:400px;
     height:120px;
     position:absolute;
}

div#editorHeader
{
    background-color:#ffffff;
    text-align: left;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 146px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 4px;
    border-radius: 4px;
    overflow:hidden;
    cursor: pointer;

    -webkit-transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
    -o-transition: height 0.25s ease-in-out;

    user-select: text;
    -moz-user-select: -moz-text;
    -webkit-user-select: text;
}

div#editorHeader.left
{
    height: 16px;
}

div#editorHeader.right
{
    height: 146px;
}

div#editorHeaderBar
{
    background-color:#f0f0f0;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 20px;
    position: absolute;
}

div#editorHeaderArrow
{
    left: 8px;
    top: 3px;
    width: 16px;
    height: 16px;
    position: absolute;
    background-image: url('/img/triOpen.png');
    background-repeat:no-repeat;
}
div#editorHeaderArrow.expanded
{
    background-image: url('/img/triClose.png');
}

div#editorHeaderText
{
    font-family:monospace;
    top: 12px;
    left: 24px;
    position: absolute;
}



.userPictureSmall
{
    background-color:#808080;
    border: 1px solid #000000;
    width:32px;
    height:32px;
}

a.tooltip
{
    outline:none;
    text-decoration:none;
}
a.tooltip span
{
    z-index:10;
    display:none;
    padding:12px 12px;
    margin-top:-32px;
    margin-left:-32px;
    border-radius:4px;
    box-shadow: 5px 5px 8px #404040;
}
a.tooltip:hover span
{
    display:inline; position:absolute;
    border:1px solid #000000;
    background:#e0e0e0;
}

div#shaderStatus
{
    border:1px solid #000000;
    background:#ffc040;
    position:relative;
    top:44px;
    left:0px;
    padding-left:16px;
}

div#passManager
{
    width: 100%;
    height: 32px;
    top: 0px;
    padding:0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 6px;
    position: relative;
    clear: both;
    cursor:pointer;
}

.tab
{
  background: #808080;
  float: left;
  margin: 0px;
  margin-right: 4px;
  width:128px;
  height:28px;
  position:relative;
  border-radius: 0px 14px 0px 0px;
  bottom:0px;
  color:#ffffff;

  -moz-transition:    background-color 0.15s linear, color 0.15s linear;
  -webkit-transition: background-color 0.15s linear, color 0.15s linear;
  transition:         background-color 0.15s linear, color 0.15s linear;
}

.tabAdd
{
  float: left;
  margin: 0px;
  margin-right: 4px;
  width:28px;
  height:28px;
  border-radius: 14px 14px 14px 14px;
  position:relative;
  bottom:4px;
  color: #000000;
  -moz-transition:    background-color 0.15s linear, color 0.15s linear;
  -webkit-transition: background-color 0.15s linear, color 0.15s linear;
  transition:         background-color 0.15s linear, color 0.15s linear;
}

.tab label
{
  font-weight:bold;
  position: absolute;
  left:28px;
  top:7px;
}
.tab img.tabImage
{
  position: absolute;
  left:4px;
  top:7px;
  width:16px;
  height:16px;
}

.tabAdd img.tabImage
{
  position: absolute;
  left:6px;
  top:7px;
  width:16px;
  height:16px;
}

.tab img.tabClose
{
  position: absolute;
  right:8px;
  top:9px;
  width:12px;
  height:12px;
}


.tabAdd:hover
{
  background: #b08060;
}
.tab:hover
{
  background: #b08060;
}
.tab.selected
{
  color:#ffffff;
  background: #f8b030;
}

select
{
  border:0 none;
  background-color:transparent;
  width:36px;
  font-size: 12px;
}

.info
{
     font-size: 9px;
}


div#pickTexture_image
{
     visibility: hidden;
     z-index:1000;
     width:800px;
     height:700px;
     position:absolute;
     user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}

div#pickTexture_sound
{
     visibility: hidden;
     z-index:1000;
     width:800px;
     height:360px;
     position:absolute;
     user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}

div#mySoundCloud 
{
    border-radius: 4px;
    display:flex;
    align-items:center;
    background-image:url(/img/soundcloudBackground.png);
}

.mySoundCloudURL
{
    border: 0px;
    margin: 0px;
    border-radius: 4px;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:0px;
    padding-right:0px;
    width:0px;
/*
    -webkit-transition: width 0.25s ease-in-out,
        padding-left 0.25s ease-in-out,
        padding-right 0.25s ease-in-out,
        margin-left 0.25s ease-in-out,
        margin-right 0.25s ease-in-out;
    transition: width 0.25s ease-in-out,
        padding-left 0.25s ease-in-out,
        padding-right 0.25s ease-in-out,
        margin-left 0.25s ease-in-out,
        margin-right 0.25s ease-in-out;
*/
}

.mySoundCloudURLVisible 
{
    width:255px;
    padding-left:4px;
    padding-right:4px;
    margin-left:8px;
    margin-right:8px;
}

/* ----------------------- media resolutions ------------------------ */

/* made for 640px (till 799) */
@media screen and (max-width: 799px) 
{
    div#leftColumn
    {
        width: 300px;
        padding-right: 10px;
    }

    div#leftColumnContainer
    {
        width: 300px;
    }
    div#player
    {
        width: 300px;
        height: 192px;
        border-radius: 4px;
    }
    .playerCanvas
    {
        height: 168px;
    }

    div#rightColumn
    {
        left: 320px;
        width: 300px;
        padding-left:4px;
        padding-right: 10px;
    }

    div#rightColumnContainer
    {
        width: 300px;
    }

    div#editor
    {
        height: 242px;
    }
    div#editor.right
    {
        height: 242px;
    }
    div#editor.left
    {
        height: 316px;
    }
    div#editorHeader 
    {
        height: 90px;
    }
    div#editorHeader.right
    {
        height: 90px;
    }

    .inputSelector 
    {
        margin-right: 4px;
        width: 70px;
        height: 64px;
    }
    .inputSelectorCanvas 
    {
        width: 70px;
        height: 40px;
    }
    .inputSampler 
    {
        width: 70px;
    }
    .inputSampler.visible
    {
        height:40px;
    }
    .inputSelectorControls
    {
        width:70px;
    }

    div#dlgHelp
    {
         width:600px;
         height:360px;
    }
    div#pickTexture_image
    {
         width:800px;
         height:640px;
    }
    div#pickTexture_sound 
    {
        width: 800px;
        height: 320px;
    }
}

@media screen and (min-width: 800px) and (max-width:1023px) 
{
    div#leftColumn
    {
        width: 380px;
        padding-right: 10px;
    }

    div#leftColumnContainer
    {
        width: 380px;
    }
    div#player
    {
        width: 380px;
        height: 237px;
        border-radius: 4px;
    }
    .playerCanvas
    {
        height: 213px;
    }

    div#rightColumn
    {
        left: 400px;
        width: 370px;
        padding-left:4px;
        padding-right: 10px;
    }

    div#rightColumnContainer
    {
        width: 370px;
    }

    div#editor
    {
        height: 302px;
    }
    div#editor.right
    {
        height: 302px;
    }
    div#editor.left
    {
        height: 376px;
    }
    div#editorHeader 
    {
        height: 90px;
    }
    div#editorHeader.right
    {
        height: 90px;
    }

    .inputSelector 
    {
        margin-right: 7px;
        width: 85px;
        height: 72px;
    }
    .inputSelectorCanvas 
    {
        width: 85px;
        height: 48px;
    }
    .inputSampler 
    {
        width: 85px;
    }
    .inputSampler.visible
    {
        height:48px;
    }
    .inputSelectorControls
    {
        width:85px;
    }

    div#dlgHelp
    {
         width:600px;
         height:360px;
    }
    div#pickTexture_image
    {
         width:800px;
         height:640px;
    }
    div#pickTexture_sound 
    {
        width: 800px;
        height: 320px;
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) 
{
    div#leftColumn
    {
        width: 500px;
        padding-right: 12px;
    }

    div#leftColumnContainer
    {
        width: 500px;
    }
    div#player
    {
        width: 500px;
        height: 305px;
        border-radius: 8px;
    }
    .playerCanvas
    {
        height: 281px;
    }

    div#rightColumn
    {
        left: 526px;
        width: 470px;
        padding-left:4px;
        padding-right: 12px;
    }

    div#rightColumnContainer
    {
        width: 470px;
    }

    div#editor
    {
        height: 322px;
    }
    div#editor.right
    {
        height: 322px;
    }
    div#editor.left
    {
        height: 416px;
    }
    div#editorHeader 
    {
        height: 110px;
    }
    div#editorHeader.right
    {
        height: 110px;
    }

    .inputSelector 
    {
        margin-right: 6px;
        width: 110px;
        height: 86px;
    }
    .inputSelectorCanvas 
    {
        width: 110px;
        height: 62px;
    }
    .inputSampler 
    {
        width: 110px;
    }
    .inputSampler.visible
    {
        height:62px;
    }
    .inputSelectorControls
    {
        width:110px;
    }

    div#dlgHelp
    {
         width:640px;
         height:360px;
    }
    div#pickTexture_image
    {
         width:800px;
         height:640px;
    }
    div#pickTexture_sound 
    {
        width: 800px;
        height: 320px;
    }
}

@media screen and (min-width:1280px) and (max-width:1439px) 
{
    div#leftColumn
    {
        width: 512px;
        padding-right: 16px;
    }

    div#leftColumnContainer
    {
        width: 512px;
    }
    div#player
    {
        width: 512px;
        height: 312px;
        border-radius: 8px;
    }
    .playerCanvas
    {
        height: 288px;
    }

    div#rightColumn
    {
        left: 552px;
        width: 690px;
        padding-left:4px;
        padding-right:16px;
    }

    div#rightColumnContainer
    {
        width: 690px;
    }

    div#editor
    {
        height: 312px;
    }
    div#editor.right
    {
        height: 312px;
    }
    div#editor.left
    {
        height: 422px;
    }
    div#editorHeader 
    {
        height: 126px;
    }
    div#editorHeader.right
    {
        height: 126px;
    }

    .inputSelector 
    {
        margin-right: 13px;
        width: 160px;
        height: 114px;
    }
    .inputSelectorCanvas 
    {
        width: 160px;
        height: 90px;
    }
    .inputSampler 
    {
        width: 160px;
    }
    .inputSampler.visible
    {
        height:90px;
    }
    .inputSelectorControls
    {
        width:160px;
    }

    div#dlgHelp
    {
         width:720px;
         height:450px;
    }
    div#pickTexture_image
    {
         width:800px;
         height:640px;
    }
    div#pickTexture_sound 
    {
        width: 800px;
        height: 320px;
    }
}

@media screen and (min-width:1440px) and (max-width:1919px) 
{
    div#leftColumn
    {
        width: 640px;
        padding-right: 16px;
    }

    div#leftColumnContainer
    {
        width: 640px;
    }
    div#player
    {
        width: 640px;
        height: 384px;
        border-radius: 8px;
    }
    .playerCanvas
    {
        height: 360px;
    }

    div#rightColumn
    {
        left: 682px;
        width: 720px;
        padding-left:4px;
        padding-right: 16px;
    }

    div#rightColumnContainer
    {
        width: 720px;
    }

    div#editor
    {
        height: 349px;
    }
    div#editor.right
    {
        height: 349px;
    }
    div#editor.left
    {
        height: 473px;
    }
    .inputSelector 
    {
        margin-right: 16px;
        width: 165px;
        height: 116px;
    }
    .inputSelectorCanvas 
    {
        width: 165px;
        height: 92px;
    }
     .inputSampler 
    {
        width: 165px;
    }
    .inputSampler.visible
    {
        height:92px;
    }
    .inputSelectorControls
    {
        width:165px;
    }

    div#editorHeader 
    {
        height: 140px;
    }
    div#editorHeader.right
    {
        height: 140px;
    }


    div#dlgHelp
    {
         width:800px;
         height:450px;
    }
    div#pickTexture_image
    {
         width:800px;
         height:640px;
    }
    div#pickTexture_sound 
    {
        width: 800px;
        height: 320px;
    }
}

@media screen and (min-width:1920px) and (max-width:2559px) 
{
    div#leftColumn
    {
        width: 800px;
        padding-right: 32px;
    }

    div#leftColumnContainer
    {
        width: 800px;
    }

    div#player
    {
        width: 800px;
        height: 474px;
        border-radius: 8px;
    }

    .playerCanvas
    {
        height: 450px;
    }

    div#rightColumn
    {
        width: 930px;
        left:850px;
        padding-left:4px;
        padding-right:16px;
    }

    div#rightColumnContainer
    {
        width: 930px;
    }

    div#editor
    {
        height: 492px;
    }
    div#editor.right
    {
        height: 492px;
    }
    div#editor.left
    {
        height: 622px;
    }
    .inputSelector 
    {
        margin-right: 38px;
        width: 200px;
        height: 136px;
    }
    .inputSelectorCanvas 
    {
        width: 200px;
        height: 112px;
    }
    .inputSampler 
    {
        width: 194px;
    }
    .inputSampler.visible
    {
        height:112px;
    }
    .inputSelectorControls
    {
        width:200px;
    }

    div#dlgHelp
    {
         width:800px;
         height:450px;
    }
    div#pickTexture_image
    {
         width:800px;
         height:700px;
    }
    div#pickTexture_sound 
    {
        width: 800px;
        height: 360px;
    }

}

@media screen and (min-width:2560px) 
{
    div#leftColumn
    {
        width: 1200px;
        padding-right: 16px;
    }

    div#leftColumnContainer
    {
        width: 1200px;
    }

    div#player
    {
        width: 1200px;
        height: 699px;
        border-radius: 8px;
    }

    .playerCanvas
    {
        height: 675px;
    }

    div#rightColumn
    {
        width: 1200px;
        left:1280px;
        padding-left:4px;
        padding-right:16px;
    }

    div#rightColumnContainer
    {
        width: 1200px;
    }

    div#editor
    {
        height: 692px;
    }
    div#editor.right
    {
        height: 692px;
    }
    div#editor.left
    {
        height: 822px;
    }
    .inputSelector 
    {
        margin-right: 44px;
        width: 240px;
        height: 159px;
    }
    .inputSelectorCanvas 
    {
        width: 240px;
        height: 135px;
    }
     .inputSampler 
    {
        width: 234px;
    }
    .inputSampler.visible
    {
        height:135px;
    }
    .inputSelectorControls
    {
        width:234px;
    }

    
    div#dlgHelp
    {
         width:800px;
         height:450px;
    }

    div#pickTexture_image
    {
         width:800px;
         height:700px;
    }
    div#pickTexture_sound 
    {
        width: 800px;
        height: 360px;
    }
}