﻿.clear-right {
    clear: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;    
}

.float-center {
    margin: 0 auto;    
}

.input-large {
    width: 280px;
}

.input-large-2 {
    width: 380px;
}

.input-small {
    width: 125px;
}

.vertical-center {
    vertical-align: middle;
}

.input-medium {
    width: 230px;
}

.input-tiny {
    width: 100px;
    font-size: 0.85em !important;
}

.table-button {
    width: 80px;
    font-size: 0.85em !important
}

.table-button span {
    padding: 0.3em !important
}

.new-row {
    clear:both;
}

.new-row-right {
    clear: right;
}

.new-row-left {
    clear: left;
}


.margin-top {
    margin-top: 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

tr.padding-top > td {
    padding-top: 10px;
}

.padding-all {
    padding: 5px;
}

.margin-all {
    margin: 5px;
}

.margin-right {
    margin-right: 15px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.control-container button,
.config-container button {
    font-size: 0.85em !important;
    margin-bottom: 8px;
}

.control-container .last-row,
.config-container .last-row {
    font-size: 0.85em !important;
    margin-bottom: 0px;
}

.control-container .float-left,
.config-container .float-left,
.config-container .float-right.margin-right,
.control-container .float-right.margin-right
{
    margin-right: 20px;
}

.config-container {
    position: relative;
}


.hidden {
    display:none;
}

#context-menu-layer {
    z-index: 10 !important;
}

.button-padding {
    padding: 0.4em 0;
}

.relative {
    position: relative;
}

.left-bullet {
    margin: 5px -20px;
    float: left;
}

#qunit {    
    overflow-y: scroll;    
    position: absolute;
    top: 0px;
    left: 50%;
    right: 0px;
    bottom: 0px;
    display: none;
}

#qunit > * {
    border-radius: 0px;
}
