﻿.Error
{
    font-size: 12pt;
    font-weight: bold;
    color: red;
    display: none;
}
.valid
{
    color: red;
    font-weight: 400;
    display: none;
}
.Information
{
    color: Green;
    font-weight: 400;
    display: none;
}
.Warning
{
    color: red;
    font-weight: 400;
    display: none;
}
.overlay
{
    top: 0px;
    left: 0px;
    background: #FFF;
    opacity: 0.7;
    width: 100%;
    display: block;
    height: 100%;
    position: fixed;
    z-index: 100;
}
.loader
{
    width: 100px;
    display: block;
    margin: 0 auto;
    z-index: 900;
    margin-top: 20%;
}
.label-holder
{
    width: auto;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 5px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    margin: 0 auto;
    font-size: 14px;
    float: left;
}
.info
{
    border-left-color: #5bc0de;
    background-color: rgba(91, 192, 222, 0.1);
}
.infoWarn
{
    border-left-color: #b31b18;
    background-color: lightpink;
}
.labels
{
    text-align: right;
    padding-top: 8px;
}
.required
{
    color: Red;
    font-weight: bold;
}
.table-bordered
{
    border: 1px solid #ddd;
}
.table
{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}
table-striped > tbody > tr:nth-of-type(odd)
{
    background-color: #f9f9f9;
}
th
{
    background-color: slategray;
    color: white;
}
.btn.btn-app
{
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #fafafa;
    font-size: 12px;
}
a.btn-danger, a.btn-primary, a.btn-success, a.btn-warning
{
    color: #fff;
}
.editText
{
    display: none;
    border-radius: 5px;
    width: 100%;
    height: 22px;
}

