﻿
a {
    color: #428BCA;
    text-decoration: underline;
}

/* styles for validation helpers */
.field-validation-error
{
    color: #b94a48;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

.validation-summary-errors
{
    color: #b94a48;
}

.validation-summary-valid
{
    display: none;
}

/* choosing universal units page */
.orgUnits_input
{
    line-height: 30px;
    width: 450px;
}

.plus
{
    margin: 6px 8px 0;
}

.success
{
    background: lightgreen;
}

.error
{
    background: lightpink;
}

/* left - right side divs */

.left-side
{
    background: #fff;
    width: 55.9%;
    float: left;
    padding: 20px;
}

.right-side
{
    float: right;
    width: 42.8%;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* form-groupCustomized */
.form-groupCustomized
{
    width: 50%;
    margin-left: auto !important;
    margin-right: auto !important;
}

