﻿.form-control.ddl-hide-arrow {
    -webkit-appearance: none; 
    -moz-appearance: none;
}
.form-control.ddl-one-item {
    border: 0 none;
    box-shadow: none;
    padding-left: 0;
    padding-top: 0;
    height: 25px;
}
textarea.vertical-resizable {
    resize: vertical;
}
.spacing-top-10 {
    margin-top: 10px;
}
.address-panel .isiform fieldset {
    padding:0;
}
.isiform input[type="text"], .isiform input[type="password"] {
    width: 180px; /* Default input field width */
}

.isiform .short { width: 60px; }

.isiform .middle { width: 90px; }

.isiform fieldset {
    border-bottom: 1px dotted #CCCCCC;
    border-width: 0;
    margin-bottom: 10px;
    padding: 10px;
    padding-bottom: 10px;
}

.isiform legend { font-weight: bold; }

.isiform label {
    display: inline-block !important;
    line-height: 1.8;
    margin-right: 4px;
    vertical-align: top;
    width: 130px; /* Width of labels */
}

.isiform label:after { content: ':'; }

.isiform .required { font-weight: bold; }

.isiform fieldset ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.isiform fieldset li {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

.isiform fieldset fieldset {
    border: none;
    margin: 0;
    margin-top: -2em;
    padding: 0;
}

.isiform fieldset fieldset li { margin-left: 128px; }

/*.isiform fieldset fieldset label
{
    display: block;
    width: auto;
}
*/

.isiform fieldset fieldset label:after { content: ''; }

.isiform em {
    color: #f00;
    font-style: normal;
    font-weight: bold;
}

.isiform span label { width: auto; }

.isiform span label::after { content: ''; }

/*.isiform fieldset fieldset label
{
    margin-left: 128px; /* Width plus 3 (html space) */
/*}*/