html, body { height: 100%; }
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.btn .caret {
    margin: 6px 0px 0px 3px;
    float: right;
}

.sidebar
{
    padding:            0;
    margin:             0;
    font-size:          11px;
    background-color:   #fff;
    color:              #444;
    position:           absolute;
    top:                50px;
    left:               0px;
    bottom:             0px;
    width:              10%;
    background-color:   lightgrey;
}
.toggleSideBar
{
    position:       absolute; 
    top:            10px; 
    bottom:         10px;
    right:          0px;
    width:          15px;
    text-align:     center;
    padding:        0;
    font-family:    Courier;
}
.sidebarHidden .sidebar { width: 15px; }
.sidebar-panel
{
    position:           absolute;
    left:               0px;
    top:                0px;
    bottom:             0px;
    right:              18px;
    overflow-x:         auto;
    background-color:   transparent;
}
.sidebar-panel .panel { background-color: transparent; }
.sidebarHidden .sidebar-panel { display: none; }
.playground
{
    position:   absolute;
    top:        51px;
    right:      0px;
    bottom:     0px;
    width:      90%;
}
.sidebarHidden .playground { width: auto; left: 15px; }
.toggleSideBar .collapse { display: inline; }
.toggleSideBar .expand { display: none; }
.sidebarHidden .toggleSideBar .collapse { display: none; }
.sidebarHidden .toggleSideBar .expand { display: inline; }
.editors 
{
    margin:     0;
    padding:    0px;
    position:   absolute;
    background: #F6F6F6;
    top:        5px;
    left:       5px;
    right:      5px;
    bottom:     5px;
}
.viewEngineModel .editors
{
    bottom: 135px;
}
.top, .middle, .bottom, .all, .footer
{
    position:   absolute;
    overflow:   hidden;
    left:       0px;
    right:      0px;
    width:      auto;
    height:     auto;
}

.top    { top: 0px; height: 20%; }
.middle { top: 20%; height: 20%; }
.bottom { bottom: 0px; height: 60%; }
.footer { bottom: 0px; height: 130px; background-color: bisque; }
.all    { height: 100%; }

.editorSet, .previewSet, .playgroundDescription
{
    position:       absolute;
}
.playgroundDescription
{
    top:        0px;
    left:       0px;
    right:      0px;
    height:     15%;
    display:    none;
}
.hasDescription .playgroundDescription
{
    display:    block;
}
.editorSet, .previewSet
{
    top:        0px;
}
.hasDescription .editorSet, .hasDescription .previewSet
{
    top:        15%;
}
.editorSet
{
    display:    none;
    left:       0px;
    bottom:     0px;
}
.previewSet
{
    width:  100%;
    right:  0px;
    bottom: 0px;
}
.displayEditors .editorSet, .displayEditors .previewSet
{
    display:    block;
    width:      50%;
}
.editorContainer, .markdownContainer
{
    position:       absolute;
    overflow-x:     hidden;
    top:            0px;
    left:           0px;
    right:          0px;
    bottom:         0px;
}
.editorContainer2 { width: 100%; }
.markdownContainer { width: 100%; }
.editor
{
    height: 100%;
    width: 100%;
    border: 1px #cecece solid;
}
.preview
{
    height: 810px;
    width:  100%;
    border: 1px #cecece solid;
}

.top .editor, .middle .editor, .bottom .editor, .all .preview
{
    position:   absolute;
    top:        5px;
    left:       5px;
    right:      5px;
    bottom:     5px;
    width:      auto;
    height:     auto;
}

.editorContainer2.editor
{
    position:   absolute;
    top:        25px;
    left:       5px;
    right:      5px;
    bottom:     5px;
    overflow-y: scroll;
    height:     auto;
    width:      auto;
}
.footer { padding: 5px; display: none; }
.viewEngineModel .footer { display: block; }
.footer .caption
{
    height:     22px;
}
.scrollable-menu
{
    height:     auto;
    max-height: 200px;
    overflow-x: hidden;
}

.navbar-default
{
    background:     #2879d0; /*#609B61;*/
    border-color:   #cecece;
    border-radius:  0px;
    border:         none;
    position:       absolute;
    left:           0px;
    right:          0px;
    height:         44px;
    margin-bottom:  0px;
}

.navbar-default .navbar-brand
{
    width:          217px;
    margin-right:   0px;
    color:          #fff;
}

.navbar-default .navbar-brand:hover {
    color: #cecece;
}

.navbar-default ul li {
    background: #1e71e8;/*#579357;*/
    margin-right: 1px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #cecece;
}

.panel-group .panel {
    border-radius: 0px;
    border: none;
}

.panel-title {
    font-size: 14px;
}

.panel-group .panel+.panel {
    margin-top: 2px;
}

.panel-default>.panel-heading {
    background-image: none;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown, .panel .panel-heading{
    text-align: center;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.btn-default {
    background-image: none;
    border-radius: 0px;
    padding: 5px;
    font-size: 12px;
    width: 170px;
    margin-bottom: 10px;
}

.dropdown-menu {
    border-radius: 0px;
}

.add {
    border: none;
    width: 25px;
    padding: 0px;
    margin: 0px;
    box-shadow: none;
}

Radio Check Labels 
.radio label,
.radio-inline label,
.checkbox label,
.checkbox-inline label {
    padding-left: 25px;
    font-size: 12px;
}

input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    margin-top: 5px;
    margin-left: -25px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

input[type="radio"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus {
    outline: none;
}

input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before,
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -3px;
    border-radius: 50%;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}

input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #2879d0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
    border: 2px solid #666666;
}

input[type="radio"]:checked:before,
.radio input[type="radio"]:checked:before,
.radio-inline input[type="radio"]:checked:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

input[type="radio"]:disabled:checked:before,
.radio input[type="radio"]:disabled:checked:before,
.radio-inline input[type="radio"]:disabled:checked:before {
    background-color: #bbbbbb;
}

input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
    border-color: #1e71e8;
}

input[type="radio"]:disabled:after,
.radio input[type="radio"]:disabled:after,
.radio-inline input[type="radio"]:disabled:after,
input[type="radio"]:disabled:checked:after,
.radio input[type="radio"]:disabled:checked:after,
.radio-inline input[type="radio"]:disabled:checked:after {
    border-color: #bbbbbb;
}

input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: 5px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
    outline: none;
}

input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 5px;
    border: 2px solid #666666;
    border-radius: 2px;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}

input[type="checkbox"]:checked:before,
.checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #2879d0;
    border-color: #1e71e8;
}

input[type="button"]
{
    width: auto;
}

.leftside {
    width: 49%;
    height: 100%;
    margin-right: 5px;
    float: left;
}

.rightside {
    width: 49%;
    height: 100%;
    float: left;
}

.extra {
    text-align: left;
}

.chk_lbl {
    font-size: 14px;
}

input, textarea {
    width: 100%;
    margin-bottom: 5px;
}

.ext_res {
    width: 155px;
}
    
.langcontainer {
    float: left;
    width: 85px;
    margin-bottom: 10px;
}

.langbutton {
    float: left;
    width: 85px;
    margin: 0px;
}

.langright {
    margin-left: 10px;
}
.markdown-body { padding: 5px; border: none; max-height: 200px; }
.containerLabel
{
    position:                   absolute; 
    top:                        0px;
    right:                      0px;
    z-index:                    10000;
    background-color:           lightgray;
    border-bottom-left-radius:  15px;
    padding:                    5px 5px 5px 15px; 
    font-family:                sans-serif;  
    font-size:                  2em;
    color:                      darkslategray;
    box-shadow:                 -1px 1px 10px #505050;
}
.editorContainer:hover .containerLabel, .markdownContainer:hover .containerLabel
{
    transition-duration: .5s;
    opacity: .1;
}

#sidebar label, #sidebar select, #sidebar input[type="checkbox"]
{
    margin:     0 2px 0;
    text-align: left;
    display:    block;
    max-width:  190px;
}
