﻿
.dateformat {
}
.timeformat {
}
.currencyformat {
    padding-right: 5px;
    text-align: right;
}
.decimal {
    padding-right: 5px;
    text-align: right;
}
.numberformat {
    padding-right: 5px;
    text-align: right;
}
.left-site {
    float: left;
}
.right-site {
    float: right;
}
.Success {
    color: green !important;
}
.Failed {
    color: red;
}
.Warning {
    color: orange !important;
}
.Error {
    color: red !important;
}
.validateTips {
    border-radius: 5px;
    margin: 5px;
    padding: 5px 15px;
}
.filter-pannel {
    background-color: #008080;
    font-size: 13px;
    margin: 5px;
    overflow: auto;
    padding: 5px;
}
.filter-controll-button
{
	float:left;
}
.filter-controll {
    float: left;
}
.filter-controll > label {
    float: left;
    height: 15px;
    margin: 2.5px;
    margin-top: 8px;
}
.filter-controll > input, .filter-controll > textarea, .filter-controll > select {
    border: 1px solid #008080;
    border-radius: 3px;
    float: left;
    height: 22px;
    margin: 2.5px;
    padding: 2px;
}
.filter-controll > select {
    height: 28px;
}
.filter-controll .link-button {
    margin: 2px;
}
.filter-controll input[type="submit"] {
    height: 29px;
    margin: 4px;
    padding: 0;
    width: 80px;
}
.web-form {
    font-size: 12px;
    margin: 35px auto 15px;
    width: 75%;
}
.full-size {
    width: 100%;
}
.form-title {
    background-color: #608064;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}
.form-controll {
    margin: 5px;
    overflow: auto;
}
.form-controll > label {
    float: left;
    height: 15px;
    width: 20%;
}
.form-controll > input, .form-controll > textarea, .form-controll > select {
    border: 1px solid #008080;
    border-radius: 3px;
    float: left;
    height: 22px;
    padding: 2px;
    width: 75%;
}
.form-controll > select {
    height: 28px;
    width: 75.8%;
}
.form-controll > input[type="checkbox"] {
    margin-top: -1px;
    width: 19px;
}
.form-controll > textarea {
    height: 60px;
    width: 75%;
}
.form-message {
    margin: 5px 5px 5px 20%;
}
.form-buttons {
    margin-left: 20%;
    margin-top: 15px;
}
.form-buttons input {
    min-width: 80px;
}
.save-button {
}
.save-button-js {
}
.search-button {
}
.search-button-js {
}
.delete-button {
}
.login-button {
}
.logout-button {
}
.print-button {
}
.link-button {
    background: #67b021 url("images/ui-bg_highlight-soft_25_67b021_1x100.png") repeat-x scroll 50% 50%;
    border: 1px solid #327e04;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 19px;
    line-height: normal;
    margin-right: 0.1em;
    overflow: visible;
    padding: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 80px;
}
.report-data {
    min-height: 440px;
    overflow: auto;
    width: 99.5%;
}
.report-data a {
    text-decoration: none;
}
.report-data a:link, .report-data a:hover, .report-data a:visited {
    color: #121010;
}
.report-data .item {
    background-color: white;
    font-size: 14px;
    margin: 5px auto;
    overflow: auto;
    padding: 2px;
    width: 96%;

	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.report-data .item:hover {
    background-color: #fadb9b;
}
.report-data .item label {
    cursor: pointer;
    float: left;
    margin: 2px;
    padding: 5px;
    width: 12%;
}
.description {
    float: left;
    overflow: hidden;
    width: 98%;
	min-height:50px;
}
.report-data .description h3 {
    font-size: 12px;
    margin: 2px;
    padding: 2px;
}
.report-data .description p {
    border: thin solid #d6d2d2;
    margin: 0 0 6px;
    padding: 5px;
    width: 99%;
}
.loading-background {
    background-color: white !important;
    overflow: hidden !important;
}
.web-loading {
}
.web-loading .progress-label {
    background-color: white;
    background-image: url("../../Images/Preloader.gif");
    background-position: center 13px;
    background-repeat: no-repeat;
    height: 30px;
    text-align: center;
    width: 120px;
}
.web-loading .ui-dialog-titlebar {
    display: none;
}
.form-loading {
    background-image: url("../../Images/Preloader.gif") !important;
    background-position: center center;
    background-repeat: no-repeat !important;
}
.inbox-title {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(249, 252, 247, 1) 0%, rgba(245, 249, 240, 1) 100%) repeat scroll 0 0;
    border-radius: 3px;
    font-size: 12px;
    margin: 5px;
    padding: 8px;
}
.inbox-body {
    background-color: white;
    border-radius: 3px;
    margin: 5px;
    min-height: 450px;
    padding: 5px;
}
.email a:link {
    color: #2d4464;
}
.email a:visited {
    color: #2d4464;
}
.email {
    box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.75);
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin: 2.5px;
    padding: 10px;
    width: 97.5%;
}
.email:hover {
    background-color: #a8eab7;
}
.email > label {
    cursor: pointer;
    float: left;
    margin-right: 5px;
}
.unread-mail {
    font-weight: bold;
}
.mail-preview {
    background-color: white;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.75);
    font-size: 150%;
    margin: auto;
    margin-top: 15px;
    min-height: 650px;
    overflow: auto;
    padding: 10px 50px 25px;
    padding-top:25px;
    width: 87%;
    min-height: 850px;
}
.mail-preview > h3 {
    background-color: #a5ccb4;
    border-radius: 3px;
    font-size: 12px;
    padding: 5px;
}
.mail-preview > h1 {
    font-size: 15px;
}
.mail-preview > .mail-message {
    padding: 5px;
}
.sender-info
{
	padding-top:20px;
}
.sender-info h1
{
	font-size:14px;
	margin:2px;
	padding:2px;
}
.sender-info h2
{
	font-size:12px;
	margin:2px;
	padding:2px;
}
.sender-info p
{
	font-size:12px;
	margin:2px;
	padding:2px;
}
