
body {
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 10px;
}
#form-title {
    border: medium none;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    margin-bottom: 5px;
    text-align: center;
    width: 30%;
}
#form-title:hover {
    border: 1px solid #ccc;
}
.nestedDemo .dropzone .container-element .column {
    width: 100%;
}
.row-form {
}
.list-field {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 0;
    white-space: nowrap;
    width: auto;
}
.list-field-item {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    height: 60px;
    margin: 10px;
    min-width: 100px;
    padding: 10px;
    text-align: center;
}
.list-field-item:hover {
    background-color: #245580;
    color: white;
}
.glyphicon {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 0;
}
.glyphicon-text {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
.glyphicon:hover {
    cursor: pointer;
}
.ribbon-tab {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-radius: 0 0 4px 4px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}
.ribbon {
    margin-bottom: 20px;
}
.container {
    margin-top: -60px;
}
.label-block {
    border-right: 1px solid #ccc;
    display: inline-block;
    float: left;
    margin-right: 10px;
    min-width: 150px;
    padding-right: 10px;
}
.item-block {
    display: inline-block;
    width: 50%;
}
.required-field {
    color: red;
    display: inline;
}
.template-zone {
    height: 96vh;
    overflow-x: hidden;
}
.leftbar {
}
.rightbar {
    height: 96vh;
}
.propbar {
    height: 45vh;
    overflow-x: scroll;
}

.verbar {
    height: 75vh;
    overflow-x: scroll;
}
.centerarea {
    min-height: 90vh;
}
.trashcan {
    bottom: 0;
    position: fixed;
}
.mini-item, .mini-item:focus, .mini-item:hover {
    border-radius: 3px;
    color: white;
    padding: 3px 6px;
    text-decoration: none;
}
.mini-item:hover {
    cursor: pointer;
}
.item-add {
    background-color: #245580;
}
.item-remove {
    background-color: #d43f3a;
}
.item-fix {
    display: none;
    line-height: 1.1;
    position: absolute;
    right: 15px;
    top: 15px;
}
.option-item {
    margin-bottom: 10px;
    margin-top: 10px;
}
.menubar span {
    color: black;
    margin: 5px;
    padding: 5px;
    text-decoration: none;
}
.menubar span:hover {
    color: #428bca;
    text-decoration: none;
}
.menubar span.menuselected {
    color: #428bca;
}
.label-semantic {
    font-size: 10px;
}
input:valid {
    color: black;
}
.label-field {
    font-weight: bold;
}
input:invalid ~ .input-validation::before {
    color: red;
}
input:invalid {
    color: red;
}
.input-transparent {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: transparent transparent #ccc;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    margin-bottom: 2px;
}
.input-transparent:focus {
    background: white none repeat scroll 0 0;
}
.box h3 {
    font-size: 12px;
}
.box h5, .dropdown-menu {
    font-size: 12px;
}
.form-control {
    font-size: 12px;
    height: 24px;
    padding: 0 5px;
}
.disable {
    display: none;
}
.main {
    margin: 20px;
}
.btn {
    font-size: 12px;
}
.image-line:hover {
    background: #f5f5f5 none repeat scroll 0 0;
}
.image-line {
    height: 100px;
}
.image-line span {
    display: inline-block;
    padding-left: 10px;
    width: 100px;
}
.image-line img {
    height: 100px;
    padding: 10px;
}
.fileupload {
    min-height: 20px;
}
#drag-here {
    border-top: 1px solid black;
    text-align: center;
}
#formExport {
    background-color: #eee;
}
#drop-zone {
    background-color: white;
}

.dropdown-menu {
    max-height: 300px;
    overflow-y: scroll;
    max-width: 200px;
}
.item-box{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.item-box:hover {
    border: 1px red dotted;
}

.item-selected{
    border: 1px red dotted;
    background-color: #f5f5f5;
}

label{
    width: 50px;
}
.label-view{
    width: auto;
    display: inline;
}
.note-sec{
    font-style: italic;
}

.note-attr{
    font-style: italic;
}