/* FORMS*/

.tagcontainer {
    font-size:10px;
    text-align: left;
    line-height:22px;
    min-height:25px;
}

.tagcontainer:after {
    content: '';
    clear: both;
    display: block;
}

.panel4 .tagcontainer,
.panel35-left .tagcontainer,
.panel35-right .tagcontainer,
.panel35-nofloat .tagcontainer {
    float: left;
    width:50%;
}

.panel4 .tagcontainer-right,
.panel35-left .tagcontainer-right,
.panel35-right .tagcontainer-right,
.panel35-nofloat .tagcontainer-right {
    float: right;
}

.panel4 .tagcontainer:after,
.panel35-left .tagcontainer:after,
.panel35-right .tagcontainer:after,
.panel35-nofloat .tagcontainer:after {
    clear: none;
}

.taglabel {
    padding: 0 5px;
    float:left;
    font-weight:bold;
    font-size:10px;
    text-align: left;
    overflow:hidden;
    width:30%;
}

.taginput {
    padding: 0 5px;
    float:left;
    font-size:10px;
    text-align: left;
    white-space:normal;
    width:65%;
}

.taginput input {
    margin-top:4px;
}

.taginput input[type=text],
.taginput input[type=file] {
    width: 90%;
}

.taginput input[type=password] {
    width: 150px;
}

.taginput select {
    margin-top:4px;
    max-width: 90%;
}

.taginput input[type="radio"] {
    vertical-align: -3px;
}

.taglabel-fieldset {
    padding: 0 5px;
    float:left;
    font-weight:bold;
    font-size:10px;
    text-align: left;
    overflow:hidden;
}

.tagremark{
    width:440px;
    float:left;
    font-size:10px;
    line-height:16px;
    padding:5px;
    font-style:italic;
    color: #808080;
}

.tagseparator {
    clear: both;
    border-bottom: 1px solid #eee;
    padding-top: 6px;
    margin-bottom: 6px;
    position: relative;
    left: 5px;
    width: 98%;
}

.panelbox-grey .tagseparator {
    border-bottom: 1px solid #ddd;
}

.tagseparator .tagseparator-label {
    font-size: 10px;
    color: #ccc;
    position: absolute;
    top: -3px;
    left: 10px;
    background-color: white;
    padding-left: 4px;
    padding-right: 4px;
}

.localization-task-fields {
    border: 1pt solid #cbcbcb;
    margin-bottom: 5px;
    background-color: #fff4b9;
    padding-top: 4px;
}

/* narrow panels
------------------------------------------- */

.panels-compact .tagcontainer .taginput {
    width:60%; /* fix for taginput not fitting in compact panel */
}