﻿.tabledots {
    max-width: 570px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border-spacing: 1em;    
}

.tabledots td {
    color: #005078;
    font-style: italic;
    font-weight: bold;
    /*font-size: 20px;*/
}

.circle {
    border: 1.5px solid #64c8ff;
    height: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 15px;
}

.circle-sm {
    border: 1.5px solid #64c8ff;
    height: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 15px;
    display: inline-block;
    margin-right: 3px;
}

.circle-danger {
    background-color: #E63535;
}

.circle-success {
    background-color: #2CD57A;
}

.circle-default {
    background-color: #B9B9B9;
}

.circle-warning {
    background-color: #FFF500;
}

#logo-print {
    display: none;
}

#validationSummary {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 5px;
    color: #ff1d48;
    display: block;
}

.field-validation-error {
    color: #ff1d48 !important;
    display: block;
    margin-top: 3px;
}