/* body,
html {
    margin:0;
    padding:0;
    color:#000;
    background-image: url(cupertino/images/background.jpg);
} */

#wrap {
    width:1000px;
    height: 680px;
    position: relative;
    margin: 20px auto;
    background:#ffffff;
    /*border: 5px outset #bbb;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#control {
    float:left;
    width:300px;
    margin-top: 10px;
    margin-left: 10px;
    /*background:#ffffff;*/
    /*margin-right: 10px;*/
    /*height: 680px;*/
}
#file_block {
    /*margin-top: 20px;*/
    /*margin-left: 20px;*/
}

#control_bottom {
    position: absolute;
    bottom: 0;
    width: 300px;
    margin-bottom: 10px;
}
#options{
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}
#gcode {
    background: #ffffff;
    float:right;
    width: 680px;
    height: 680px;
    border-width: 2px;
    border-style: none none none solid;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;}

.CodeMirror {
    border-bottom-right-radius: 10px;
}
/* yqk edit */
#canvas{
    /*float: left;*/
    clear:none;
}

#drop_zone {
    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 40px;
    margin: 5px;
    text-align: center;
    font: 20pt bold;
    color: #bbb
}
/* yqk edit */
#slider-vertical {
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    height: 400px !important;
    width: 10px !important;
    float: right !important;
    margin-right: 20px !important;
}
/* yqk edit */
#slider-horizontal {
    height: 10px!important;
    width: 400px!important;
    /* position: absolute!important; */
    bottom: 0!important;
    margin-bottom: 5px!important;
    margin-left: 20px!important;
}

#main_button_block {
    /*float: right;*/
    margin-bottom: 5px;
    margin-right: 5px;
}

.mbut{
    height:60px;
    width: 250px;
    font-size: 1em;
}

#tabs-min {
    height: 680px;
    padding: 0px;
}

.mtab{
    background: transparent;
    border: none;
    font-weight: normal;
    font-size: 0.5em;
}

.mtab-defstate{
    background: transparent;
    border: none;

}

.mtab-content{
    background: #ffffff;
    background-image: none;
    border: 0px none #dddddd;
    border-bottom-style: none;
    margin: 0px;
}

.bar {
    -webkit-transition: width 0s linear !important;
    -moz-transition: width 0s linear !important;
    -o-transition: width 0s linear !important;
    transition: width 0s linear !important;
}

.nav {
    margin-bottom: 0px !important;
}

/* yqk edit */
/* .tab-content {
    overflow: visible;
    padding: 5px !important;
    border: 0px !important;
} */

.aboutpage {
    margin: 10px;
}

#accordion_top .ui-accordion-content{
    padding: 5px;
}

#tabs-min .ui-tabs-panel {
    padding: 0px;
}

#progressBlock {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.colorBox {
    width: 50px;
    height: 15px;
    border: 1px solid #000000;
    float:left;
}

.activeline {background: #fff0b6 !important;}

.socials {
    padding: 10px;
}

H1 { text-align: center }