.VIWDiv table.inform td {
    width: 40%;
}

.second.post .text-blue {
    border: 1px solid #9398a7;
    color: #1226fa;
    width: 400px;
    padding: 0 5px;
    float: left;
    font-size: 13px;
    font-family: Arial;
    clear: both;
    margin: 4px 0;
    height: 15px;
    line-height: 15px;
}

#imgPreviewWithStyles {
    background: #222;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
    z-index: 999;
    border: none;
}

table.inform td a span {
    padding-right: 0px;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 100px;
}

table.inform td .ui-button-text {
    color: #1c357c;
}

.widgetLTRBorder {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.widgetFBorder {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000
}

.widgetLRBorder {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000
}

.widgetLBRBorder {
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000
}

.tightSelectbox {
    width: 174px;
}

.nsc-error .ui-widget-header {
    color: red;
    font-weight: bold;
}

.actionColumn {
    text-align: center;
    width: 5%;
}

.noBillingColumn {
    text-align: center;
    width: 15%;
}

.dataTables_wrapper {
    min-height: 0px !important;
}

.nameCell {
    text-align: left !important;
}

select.wider:focus {
    min-width: 300px;
    width: auto;
    z-index: 9999999999;
    position: absolute;
}

.passwordWarningUnused {
    background-image: url('/images/attention.png');
    background-position: right center;
    background-size: 12%;
    background-repeat: no-repeat;
}

.passwordWarning {
    white-space: pre-line;
    max-width: 510px !important;
}

form.select-parametr.new-appl label {
    padding-right: 10px;
    width: 240px;
    margin-bottom: 0px;
}

form ul.errors li {
    color: red;
    position: relative;
    display: block;
    padding: 5px 10px;
    z-index: 2;
    line-height: 10px;
}

.formDialogs p {
    margin: 10px 10px 20px 10px;
    font-size: large;
}

.formDialogs ul.first-level {
    font-size: medium;
    list-style-type: disc;
    margin: 10px 10px 10px 30px;
}

.formDialogs ul.norm-size,
.formDialogs p.norm-size,
.formDialogs ul.norm-size ul.second-level
{
    font-size: inherit;
    margin-bottom: 10px;
}

.formDialogs ul.second-level {
    font-size: medium;
    list-style-type: circle;
    margin: 10px 10px 10px 40px;
}