﻿.k-textbox {
    height: 28px;
    margin: 5px;
}

.k-tabstrip {
    margin: 10px;
}

.sonoworks-dropdown {
    margin: 5px;
}

.sonoworks-dropdown-auto {
    width: auto;
}

fieldset {
    margin: 10px;
}

legend {
    color: #4B4A4C;
    font-weight: 500;
}

.sonoworks-command-div {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 20px;
    margin-right: 20px;
    z-index: 5;
}

.sonoworks-floating-command-div-left {
    position: absolute;
    bottom: 0;
    left: 10px;
    margin-bottom: 20px;
    float: left;
    margin-left: 10px;
    z-index: 5;
}

.sonoworks-floating-command-div-right {
    position: absolute;
    bottom: 0;
    right: 10px;
    margin-bottom: 20px;
    float: right;
    margin-left: 10px;
    z-index: 5;
}

.sonoworks-command-div-button-left {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 5px;
    z-index: 5;
}

.sonoworks-div-center {
    display: table;
    margin: 0 auto;
}

.sonoworks-display-none {
    display: none;
}

.sonoworks-display-inline {
    display: inline;
}

.sonoworks-margin-left-5 {
    margin-left: 5px;
}

.sonoworks-width-100 {
    width: 100px !important;
}

.sonoworks-width-250 {
    width: 250px;
}

.sonoworks-auto-width-height {
    width: auto;
    height: auto;
}
