/* ==========================================================================
 Author's custom styles
 ========================================================================== */
@media (min-width: 1023px){
    body {
        padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
    }
}
.editor .canvas {
    position: relative;
    height: 300px;
    background-color: #CCCCCC;
}
.etiqueta {
    position: absolute;
    background-color: #FFFFFF;
    min-width: 30px;
    min-height: 30px;
    overflow: hidden;
}
.prop-group {
    width: 33.3333%;
    float: left;
}
.properties {
}
.properties label span {
    display: inline-block;
    width: 160px;
}
.fields {
    max-height: 200px;
    overflow: auto;
    border: 1px solid #EFEFEF;
}
.fields ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}
.fields ul li {
    padding: 3px;
    border: 1px solid #CCCCCC;
    cursor: move;
    margin: 0px 0px 2px 0px;
}
.toolbox {
    padding-top: 20px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-image: URL("../img/cog.png");
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    position: absolute;
}
.toolbox .control-group {
    margin-bottom: 0px;
}
.toolbox .control-label {
    width: 130px;
}
.toolbox .controls {
    margin-left: 135px;
}
.toolbox select {
    width: 160px;
}
.toolbox hr {
    margin: 5px 0;
}
.toolbox:hover {
    padding-bottom: 20px;
    padding-right: 20px;
}
.toolbox:hover .items {
    display: block;
}
.small {
    font-size: 11px;
}

